/**************************************
Styles only for index page.  Boom.
**************************************/
@font-face {
 font-family: "Century Gothic";
 src: url("../fonts/gothic.eot"),
      url("../fonts/gothic.woff"), 
      url("../fonts/gothic.ttf"); 
 font-weight: normal;
 font-style: normal;
}

html {
height:100%;
-webkit-font-smoothing:antialiased!important;
font-smoothing:antialiased!important;
text-rendering:optimizeLegibility!important;
max-width:100%;
overflow-x:hidden;
}

body {
font-family:"Century Gothic", sans-serif;
color:#555;
font-size:1.3em;
font-weight:400;
line-height:1.6em;
overflow-x:hidden;
}

img.responsive {
max-width:100%;
display:block;
height:auto;
}

/*CLIENT LOGIN*/
#clientLogin {  position: absolute; line-height:normal; top:auto; right: 0; font-size: .9em; z-index: 1111; text-transform: lowercase; letter-spacing:1px;  }
#clientLogin > a { -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;  background: #fff;  padding: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border: 1px solid #000;border-top: none;}
#clientLogin a {font-family: "Century Gothic"; color: #058; text-decoration: none; position:relative; display: block; width:100%; height:100%;  }
#clientLogin a:hover {background: #058; color: #fff; outline: 1px dashed #fc0;  } 
#clientLogin a:focus { outline: 1px dashed #fc0; }
@media screen and (max-width: 900px) {
	#clientLogin {display:none;	}
}

#main_menu { margin: 0 auto; border-bottom: 1px solid #000; border-top: 1px solid #000;}

/*HEROES*/
.homeHero { height: 600px;}

.twilight {
	background: url(../imgs/mbay-twilight.jpg) center center fixed no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

/*SECTION OVERRIDES*/
.home-service-icon {font-size: 1.4em; }
.fullwidth-section { max-width: 100% !important; }
.slide-quote {
	background:url(../imgs/quote.png) no-repeat top left; 
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	color: #fff;
	font-style:italic;
	font-size:1.4em !important;
	line-height:1.7em;
}
@media screen and (min-width: 600px) {
.slider {width: 550px !important;}
}
/*LINK ELEMENTS*/
a,a:link,a:visited {
text-decoration:none;
color:#f90;
-webkit-transition:color .25s;
-moz-transition:color .25s;
-o-transition:color .25s;
transition:color .25s;
outline:0;
}

a:active,a:hover {
color:#0cf;
-webkit-transition:color .25s;
-moz-transition:color .25s;
-o-transition:color .25s;
transition:color .25s;
outline:0;
}

/*MISC ELEMENTS*/
.top-announce {width: 100%; text-align:center; padding: 10px 0; border: 0; margin: 0; background: #062639; color:#fff;  font-size: 1.1em; letter-spacing: 1px; text-transform: uppercase;}
.review { width: 75%; text-align:center; color:#fff;  padding: 20px; border: 1px solid #f90; margin: 20px auto; }
.review, a.review {  font-size: 150%;  font-weight: bold;   text-decoration:none; line-height: 32px;}
.review a:hover {color:#0cf; text-decoration:none;}
.center { text-align:center !important; }
img, object {max-width: 100%; height: auto;}
a {  transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;}
a:focus {outline: 1px dashed #f90;   transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;}
.text-shadow {text-shadow: 1px 1px 3px #000;}
.home-size {font-size: 33px;}
.extra-dark {background: linear-gradient(-165deg, #000, #062639);}
.gotThat {text-align:center; color: #fff !important; font-size: 2em; font-style:italic;  transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;}
.freeQuote, .freeQuote a{ text-align:center; color: #fff !important; font-size: 1.4em; font-style:italic;  transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;}
.freeQuote a:hover { color: #f90 !important; font-size: 1.8em;}

/**************************************
LOGO SECTION
**************************************/
#autologo-home {
	max-width: 900px; 
	height: 50%; 
	position: absolute;
	top:0; 
	bottom: 0; 
	left: 20%; 
	right: 20%; 
	margin: auto;
	transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;
}

.autologo-lrg {margin-top: -100px;}
.autologo-med {margin-top: -50px;}

/****BACKTOTOP-BUTTON*************/
#btt {
  display: none; 
  position: fixed; 
  bottom: 10px; 
  left: 10px;
  z-index: 99; 
  background-color: #f90; 
  color: #000; 
  padding: 14px;
  border-radius: 3px; 
  border:none;	
  font-size: 18px;
  font-weight: bold;	
  transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;	
}

#btt:hover {
  background-color: #058;
  color: #fff; 
  cursor:hand;	
}
/****FOOTER******************/

#footer a {	color: #fff; text-decoration:none;}
#footer a:hover { color:#f90; text-decoration:none; transition:color 0.5s ease-out;border-bottom:1px dotted #f90;}
.footerHeading { font-size: 1.2em;  margin-bottom: 10px; font-weight:bold;}

#footer {
	background: linear-gradient(-165deg, #000, #062639);;
	border-top: 1px solid #fff;
	margin:0 auto;
	width: auto;
	height: auto; 
	position:relative;
} 

#footer {
	font-family: "Century Gothic", sans-serif;
	color: #fff;
	font-size:.9em;
	line-height:1.5em;
} 

.footerContent {
	vertical-align:middle;
	padding: 20px;
	margin:0 auto;
	text-align:center;
	width: auto;
}

.footerLeft {
	display: inline-block;
	vertical-align: top;
	padding: 2px;
	text-align:left;
	width: 30%;
}

.footerLCenter {
	display: inline-block;
	vertical-align: top;
	padding: 2px;
	text-align:left;
	width: 20%;
}

.footerRCenter {
	display: inline-block;
	vertical-align: top;
	padding: 2px;
	text-align:left;
	width: 20%;
}

.footerRight {
	display: inline-block;
	vertical-align: top;
	padding: 2px;
	text-align:right;
	width: 25%;
}

.icon-container { position:relative; margin: 0 auto; width:100%; padding-top:5px;  }
.icon_center { 	display:inline-block; vertical-align:top;  margin-right: 5px; margin-bottom: 5px; margin-top: 10px; }
.sm-icon {	display:inline-block; 	vertical-align:top;	margin-right: 5px;	margin-bottom: 5px; width:30px;	height:auto; position:relative;}

/*************************
FX FX FX FX FX FX FX FX
*************************/
.inflate {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}

.inflate:hover {
	-webkit-transform:scale(1.25);
	-moz-transform:scale(1.25);
	-o-transform:scale(1.25);
	transform:scale(1.25);
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

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

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

@media screen and (max-width: 1200px) {
	.footerLeft, .footerLCenter, .footerRCenter, .footerRight {text-align:center; }
	.icon-container { text-align: center; }
}

@media screen and (max-width: 950px) {
	#footer {font-size: 1em;}
	.footerLeft, .footerLCenter, .footerRCenter, .footerRight {display:block; text-align:center; width: auto;}
	.footerHeading { padding-top:  20px; }
	.icon_center {margin-top: 5px; }
}

@media only screen and (max-width: 767px){
#autologo {height: 75%; left:10%; right: 10%;}
.autologo-lrg {margin-top: 0;}
.autologo-med {margin-top: 0;}
.video-container {	padding-top: 0;}
}


@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.twilight  {
    background: url(../imgs/mbay-twilight.jpg) center center no-repeat;
    position:fixed;
    height: 100%;
    width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
}

