@charset "utf-8";
/* CSS Document */

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*vertical-align: baseline; */
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

table, tr, td {
	width:100%
	
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*End RESET - Begin Full Width CSS*/


body {
    background-color: #000000;
    background-image:url("body.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	 -webkit-background-size: cover;
	 -moz-background-size:cover;
	 -o-background-size:cover;
	 background-attachment:fixed;  
	 height:100%;
}

#header {
	min-width:100%;
	background-color:#ffffff;
	height:125px;
	border-bottom:15px solid #000000;
}

.wrap {
	margin:0 auto;
	width: 85%;
	max-width:1135px;
}

#imageWrap {
	width:33.33%;
	height:125px;
	display:block;
	position:relative;
	float: left;
	text-align:center;
}

#thirdSection {
	width:33.33%;
	height:125px;
	display:block;
	position:relative;
	float: right;
}

#customerlogo {
    width: 90%;
    max-width: 270px;
    height: auto;
    margin: auto;
    clear: none;
	display:block;
	position:relative;
}

#OtherHeaderPic {
    width: 90%;
    max-width: 350px;
    height: auto;
    margin: auto;
    clear: none;
	display:block;
	position:relative;
}

#contact_slice {
    float: left;
    height: 68px;
    margin-top: 42px;
    width: 33.33%;
    margin-right: 0;
   	text-align:center;
}

#contact_mobile {
	display: none;
}


#main {
	min-width:100%;
	/*min-height:505px; */
	background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	 -webkit-background-size: cover;
	 -moz-background-size:cover;
	 -o-background-size:cover;
	 border-top: 1px solid #ffffff;
}

#mainWrap {
	background-color: #ffffff;
	display: block;
	border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
	float:none;
	clear:none;
	position:relative;
	/*min-height:505px; */
	margin-top: 15px;


}

#mainImage {
 	
	position:relative;
    max-height: 400px;
    width: 100%;
	float:none; 
	display: block;
	/*background-image:url("House_featured.jpg");
    background-position: right center;
    background-repeat: no-repeat;
	background-size:contain;
	 -webkit-background-size: contain;
	 -moz-background-size:contain;
	 -o-background-size:contain;  */
	 -ms-transform-style: preserve-3d;
	 -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height:390px;
	 
	 
}



#video_slice {
	float: none;
	display:inline-block; 
	
	position:relative;
	max-height: 370px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform-style: translateY(-50%);
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width:480px;
  text-align:center;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-left: 10px;
  
  height:95%;
	width:auto; 

	
}

#video_playback {
max-height: 360px !important;
border: 5px solid #c89c56;

width:auto;
display:block;
margin:auto;
max-width:480px;

position:relative;
min-width:480px;
background-color:#000000;

} 




 

/*
#video_slice {
	float: none;
	display:inline-block; 
	
	position:relative;
	max-height: 370px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform-style: translateY(-50%);
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width:480px;
  text-align:center;
  

  margin-left: 10px;
  
 

	
}

#video_playback {
max-height: 360px !important;
border: 5px solid #333333;
height: 360px !important;
width:auto;
display:block;
margin:auto;

position:relative;

}

*/

 

.calculated-width {
	/*width: 50%;*/
    width: -moz-calc(100% - 510px);
    width: -webkit-calc(100% - 510px);
    width: calc(100% - 510px);
	float:right;
	
	 position: relative;
	 display: inline-block;
    
	height: 390px;  /*delete if no "featured image" */
	max-width:635px;
	-ms-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow:hidden;

}​

#featuredImageArea {
	display:inline-block;
}

#innerFeatured {
	display: block;
	position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform-style: translateY(-50%);
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height:390px;
}

#featuredImage {
	width: 90%;
	max-width:635px !important;
	height:auto;
	max-height:390px;
	display:block;
	/*height:400px;
	background-image:url("House_featured.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	 -webkit-background-size: cover;
	 -moz-background-size:cover;
	 -o-background-size:cover; 
	 display:block;*/
	 position:relative;
	 margin:auto;

}

#carfax_slice {
	width:103px;
	padding-top:0px;
	height:122px;
	display:inline-block;
	/*margin-top:278px; 
	float:right;
	margin-right: 10px;*/
	bottom: 0px;
	position:absolute;
	right: 5px;
	z-index:50;
}

/* carfax under on desktop -- move under mainImage in php

#carfax_slice {
	display:block;
	width:100%;
	text-align:center;
	max-height:88px;
	float:none;
} */


#carfaxUnder_slice {
	display:none;
	
}

#linkArea {
    text-align: center;
    height: auto;
    margin: 0 auto;
    width: 100%;
	padding-bottom:7px;
	padding-top:5px;
}

#textWrap {
	padding:0px 0;
}

#textSection {
	color:#ffffff;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}

#Footer {
    min-width:100%;
	padding-bottom:25px;
}

#footerWrap {
	width: 85%;
	max-width:1135px;
	
}

#socialLinks {
    float: left;
    height: 50px;
    margin-left: .25%;
    margin-top: 0px;
    clear: none;
    width: 82%;
}

.socialIcon {
	margin-right:10px;
	margin-top:10px;
	float:none;
	display:inline-block;
	width:33px;
}

#logo_slice {
    float: right;
    height: 55px;
    margin-left: 0px;
    margin-top: 5px;
    clear: none;
    width: 100px;
   /* margin-right: 1%;  covideo powered by */
	margin-right: -5px; /* EasyCare powered by */
	
}

.sublink {
    float: none;
    height: 33px;
    margin-left: .25%;
	margin-right:.25%;
    margin-top: 6px;
    clear: none;
    width: 24%;
	border-radius: 5px;
   /* -webkit-box-shadow: rgb(159, 157, 157) 0px 0px 3px 2px;
    box-shadow: rgb(159, 157, 157) 0px 0px 3px 2px; */
    min-width: 160px;
    text-align:center;
	font: bold 13px/33px arial, helvetica, sans-serif;
	display:inline-block;
	color:#000000;
overflow:auto;
	background: #c89c56; /* Old browsers */
	
}
.sublink:hover {
	color:#ffffff;
	
	background: #000000; /* Old browsers */
	
}

#contact_slice a
 { text-decoration:none; color: #000000; }
 
 #contact_mobile a
{ text-decoration:none; color: #ffffff; }


@media only screen and (max-width: 1250px) {
	
.wrap {
	width: 95%;
}
	
}

@media only screen and (max-width: 801px) {
	
		html{
 height:100%;
 min-height:100%;
 }
	
	body {

	  min-height:100%;
}

.wrap {
	width: 100%;
}
	
#imageWrap {
	width:33%;
}
	
#customerlogo {
    width: 90%; 
	margin: 0 auto;
    float: none;
}

#OtherHeaderPic {
    width: 90%;

}

#contact_slice {
    height: 68px;
    width: 33%;
    margin-right: 0%;
}

#mainImage {

	float:none; 
	display: block;
	max-height:none;
	height:auto;
	padding-bottom:0px;
	
}
#mainWrap {
	background-color:transparent;
}

#video_slice, #video_slice_blank {
	float: none;
	display:block; 
	margin:auto;
	top: 5px;
	-ms-transform: none;
	-moz-transform-style: none;
	-webkit-transform: none;
  	transform: none;
	
}

#video_playback {
	top: 0px;
	-ms-transform: none;
  	transform: none;
	-moz-transform-style: none;
	-webkit-transform: none;
}

.calculated-width {
    width: 100%;
	float:none;
	position: relative;
	display: inline-block;
	height: auto;
	max-width:none;
	text-align:center;
}​

#featuredImageArea {
	
}

/* No featured under the video */

#innerFeatured {
	display: none;
}

#featuredImage {
	display: none;

}

/* If you want the featured under the video


#innerFeatured {
	display: block;
	width:50%;
	margin:auto;

	position:relative;
	text-align:center;
	top: auto;
	-ms-transform: none;
 	 transform: none;
	 -moz-transform-style: none;
	-webkit-transform: none;
}

#featuredImage {
	width:100%;
	max-width:none;
	max-height:none;
 	
	 display:block;
	 margin:auto;


}



*/

#carfax_slice {
	display:none;

}

#carfaxUnder_slice {
	display:block;
	width:100%;
	text-align:center;
	max-height:79px;
	
}

#linkArea {
	height: auto;
	margin:0px;
	width:100%;
	clear: none !important;
	/*padding:10px 0 10px 0; */

}


	
.sublink {
	width: 48%;
	margin-top:5px;
	clear:none;
	float:none;
	margin-left: .1%;
}


#Footer {
	margin-top: 10px;	
	clear: none;
}

#socialLinks {
	width: 70%;
	margin-left: .5%;
}

#logo_slice {
    margin-right: .5%; /* covideo powered by */
    
}
	

}

@media only screen and (max-width: 900px) {
	
#footerWrap {
	width: 95%;
	
}

}

@media only screen and (max-width: 660px) {
	

#video_slice_blank, #video_slice  {

  width:95%;
  max-width:480px;
  background-color:#000000;

} 


	
#video_playback {

width: 100%;
height: auto !important;
left: -5px;
position:relative;



}

}

@media only screen and (max-width: 500px) {
	
	.wrap {
	width: 100%;	
	}
	
#imageWrap {
	width:49%;
}

#thirdSection {
	width:49%;

}
	
#contact_slice {
	display:none;
}

#contact_mobile {
	display: block;
	height: 49px;
	padding: 20px 0px 0px;
	clear: both;
	width: 100%;
	position:relative;
	text-align:center;
}

#main {
	min-height:0;
	
}

#mainWrap {
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	min-height:0;
}

#video_slice, #video_slice_blank {

	 min-width: 0;
	 top:5px;
	
}
#video_playback {

min-width:0;


} 
	
#linkArea {

	padding-bottom:0px;

}

.sublink {
	width: 97%;
}
	
#textSection {
	
	margin: 0 15px;
	
}
	
#Footer {
	margin: 0px 0px 0px;
	clear: none;
	width: 100%;
}

#socialLinks {
	margin-top: 0px;
	margin-left: 0%;
	clear: none;
	
}
	

	
}

@media only screen and (max-width: 375px) {
	
#socialLinks {
	width: 60%;
}
	
}