@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("BlackBackground.jpg");
    background-position: center center;
    background-repeat: repeat-y;
	background-size:cover;
	 -webkit-background-size: cover;
	 -moz-background-size:cover;
	 -o-background-size:cover;
	 background-attachment:fixed;  
	 height:100%;
}

#header {
	min-width:100%;
	
	height:154px;
	

	/*border-bottom:15px solid #0067ac; */
}

#headerwrap {



	height:100%;

	
}

.wrap {
	margin:0 auto;
	width: 85%;
	max-width:1250px;
	
}

#imageWrap {
	width:50%;
	height:154px;
	display:block;
	position:relative;
	float: left;
	text-align:center;
	
}



#customerlogo {
    width: 90%;
    max-width: 250px;
    height: auto;
    margin: auto;
    clear: none;
	display:block;
	position:relative;
}



.top_slicetext {
	font-family:  Arial, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
}

#contact_slice {
    float: right;
    height: 154px;
   
    width: 50%;
    margin-right: 0;
   	text-align:center;
}

#contact_mobile {
	display: none;
}


#main {
	min-width:100%;
	/*min-height:412px;*/
	background-color: rgba(31,31,31,0.4);
	border-bottom:2px solid #666666;
	border-top:1px solid #666666;
	padding: 10px 0;
	 
}

#mainWrap {
	
	display: block;
	
	float:none;
	clear:none;
	position:relative;
	/*min-height:412px; */
	margin-top:0px;
	
	
	


}

#mainImage {
 	
	position:relative;
    height: 390px;
	
    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;  */
	 padding-bottom:10px;
	 
	 
}


#centeringSection {
	max-width:875px;
	margin:auto;
	display:block;
	position:relative;
	height:390px;
	-ms-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#video_slice {
	
	display:inline-block; 
	position:relative;
	max-height: 370px;
	float:right;
	top: 50%;
	-ms-transform: translateY(-50%);
	 -moz-transform-style: translateY(-50%);
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width:480px;
  text-align:center;

	
}

#video_slice_blank {
	float: none;
	display:block; 
	position:relative;
	max-height: 370px;
	margin:auto;
	-ms-transform: translateY(-50%);
	 -moz-transform-style: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
  transform: translateY(-50%);
  width:auto;
  min-width:480px;
  text-align:center;

	
}

#video_playback {
max-height: 360px !important;
border: 5px solid #333333;
height: 360px !important;
width:auto;
display:block;
margin:auto;
/*max-width: 480px; */	
max-width:640px;
}

#videoImage_slice {
	height: auto;
	width: 100%;
    max-width: 480px !important;
}




#carfax_slice {
	display:block;
	width:100%;
	text-align:center;
	max-height:88px;
	float:none;
	margin-bottom:-10px;
} 


#carfaxUnder_slice {
	display:none;
	
}

#linkAreaMain {
	display:inline-block;
	width: 200px;
	top: 50%;
	-ms-transform: translateY(-50%);
	 -moz-transform-style: translateY(-50%);
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position:relative;
  float:left;
}

#linkAreaMain_blank {
	display:none;

}

#linkArea {
    display: none;
}

#textSection {
	
	color:#ffffff;
	padding:15px 0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}

#Footer {
    min-width:100%;
	padding-bottom:25px;
}

#footerWrap {
	width: 85%;
	max-width:880px;
	
}

#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;
   
	margin: 2px 0 2px 0;
    clear: none;
    width: 95%;
	border-radius: 5px;
    
    min-width: 160px;
    text-align:center;
	font: bold 13px arial, helvetica, sans-serif;
	display:inline-block;
	color:#ffffff;
padding: 9.5px 0;
	background: #666666; /* Old browsers */
	border:2px;
	border-style:solid;
	border-color:#cccccc;
	
}

.sublink:hover {
	color:#ffffff;
	
	background: #101010; /* Old browsers */
	

}

#contact_slice a
 { text-decoration:none; color: #fff; }
 
 #contact_mobile a
{ text-decoration:none; color: #fff; }

@media only screen and (max-width: 1250px) {
	
.wrap {
	width: 95%;
}
	
}

@media only screen and (max-width: 1077px) {
	
#centeringSection {
	max-width:860px;

}
	
}



@media only screen and (max-width: 940px) {
	
		html{
 height:100%;
 min-height:100%;
 }
	
	body {

	  min-height:100%;
}


.wrap {
	width: 99%;
}

#imageWrap {
	width:49%;
}
	
#customerlogo {
    width: 90%; 
	margin: 0 auto;
    float: none;
}

#contact_slice {
   
    width: 49%;
    margin-right: 0%;
}
	

#OtherHeaderPic {
    width: 75%;

}



#mainImage {

	float:none; 
	display: block;
	max-height:none;
	height:auto;
	
}

#centeringSection {
	
	height:auto;
}



#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;

}





#carfax_slice {
	display:none;

}


#carfaxUnder_slice {
	display:block;
	width:100%;
	text-align:center;
	max-height:79px;
	
}






#linkAreaMain {
	display:none;
}

#linkArea {
	text-align: center;
    display: block;
    margin: 0 auto;
    
	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;
/*max-height: 240px !important;
max-height: none !important; */
left: -5px;
position:relative;



}

}



@media only screen and (max-width: 481px) {


	

	
#imageWrap {
	width:99%;
}


	
#contact_slice {
	display:none;
}

#contact_mobile {
	display: block;
	height: 49px;
	padding: 20px 0px 20px;
	clear: both;
	width: 100%;
	position:relative;
	text-align:center;
}



#main {
	min-height:0;
	min-width:100%;
	max-width:100%;
	
}

#mainWrap {
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	min-height:0;
}





#video_slice, #video_slice_blank {

	 min-width: 0;
	 top:auto;
	
}
	
#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%;
}
	
}