@charset "UTF-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 170px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 170px;
}

.space-bottom-lg {margin-bottom: 40px;}
.space-bottom-md {margin-bottom: 20px;}
.space-bottom-sm {margin-bottom: 10px;}
.space-bottom-xs {margin-bottom: 5px;}

.space-top-xxlg {margin-top: 70px;}
.space-top-xlg {margin-top: 60px;}
.space-top-lg {margin-top: 40px;}
.space-top-md {margin-top: 20px;}
.space-top-sm {margin-top: 10px;}
.space-top-xs {margin-top: 5px;}

/* Top Banner */

.my-header{
	background-image: url(../Images/background_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:475px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 0;
}

.pos-rel{
	position:relative;
}

#logo{
	float:left;
	padding-left:10px;
	margin-top:77px;
	width:181px;
	height:152px;
	z-index:1;
}

.gallery{
	position:absolute;
	top:25px;
	left: 270px;
	width:643px;
	height:267px;
	-moz-box-shadow: 0px 1px 5px #2a0116;
	-webkit-box-shadow: 0px 1px 5px #2a0116;
	box-shadow: 0px 1px 5px #2a0116;
	z-index:100;
}

#maid{
	position:absolute;
	top:17px;
	right:0;
	width:333px;
	height:458px;
	z-index:400;
}

/*
 * Lean Slider v1.0.1
 * http://dev7studios.com/lean-slider
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 .lean-slider {
    position: relative;
    *zoom: 1;
}
 
 */


.lean-slider:before,
.lean-slider:after {
    content: " ";
    display: table;
}
.lean-slider:after {
    clear: both;
}

.lean-slider-slide {
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none;
	
}

.lean-slider-slide {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}
.lean-slider-slide.current { opacity: 1; }
.lean-slider-slide img { 
    display: block;
    width: 100%; 
}
.lean-slider-slide.current { display: block; }


/* End Top Banner */


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container-carousel {
  padding: 71px 0 0 0;
}

code {
  font-size: 80%;
}

.maid {
	position:absolute;
	bottom: 0;
	right:0;
	max-width:100% !important;
    max-height:100% !important;
    display:block;
	z-index:40;
}

/* Carousel */

.carousel-inner{
	background: #fff;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.silver-bg{
	background-color: #f1f1f1;
}

.my-color-text{
	color: #288ab7;
}

.social-text{
	font-size:25px;
	padding: 23px 15px 0 5px !important;
	margin: 0 !important;
	
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: auto;
	width:30%;
    color: #fff;
	z-index:39;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #288ab7;
	padding: 60px 40px;
}

.header-text h3 span {
	background-color: #FFF;
	color: #288ab7;
	padding: 15px;
}

.h2-margin{
	margin: 0;
}

.my-divider {
  height: 1px;
  margin: 20px 0 !important;
  background-color: #e5e5e5;
}

.space-middle-md{
	margin-left: 5px;
	margin-right: 5px;
}

a.my-hover:hover{
	opacity: 0.6;
}

.wufoo li{width:100% !important}

.form-width{
	width: 500px;
}

/* @media (max-width: 1200px or 992px)  */
@media (max-width: 992px) {
    .center-text {
        text-align: center;
    }
}

.no-margins{
	padding:0;
	margin: 0;
}

/* Video Media */

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

