@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: #003263;
  /*background-image:url("House.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: #003263;
  height: 154px;
  border-bottom: 15px solid #ffffff;
}

.wrap {
  margin: 0 auto;
  width: 85%;
  max-width: 1135px;
}

#imageWrap {
  width: 33%;
  height: 154px;
  display: block;
  position: relative;
  float: left;
  text-align: center;
}

#thirdSection {
  width: 47.5%;
  height: 154px;
  display: block;
  position: relative;
  float: right;
}

#customerlogo {
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: auto;

  clear: none;
  display: block;
  position: relative;
}

#OtherHeaderPic {
  width: 90%;
  max-width: 248px;
  height: auto;
  margin: auto;
  clear: none;
  display: block;
  position: relative;
}

#contact_slice {
  float: right;
  height: 154px;
  width: 17.5%;

  text-align: right;
  text-align: center;
}

#contact_mobile {
  display: none;
}

#main {
  min-width: 100%;
  background-image: url("BG.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  border-bottom: 5px solid #ffffff;
}

#mainWrap {
  display: block;

  float: none;
  clear: none;
  position: relative;

  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;  */
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 35px 0;
}

#video_slice {
  display: inline-block;

  position: relative;
  max-height: 370px;
  height: 95%;
  width: auto;
  float: left;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform-style: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-width: 480px;
  text-align: center;
}

#video_slice_blank {
  display: inline-block;

  position: relative;
  max-height: 370px;
  height: 95%;
  width: auto;
  float: left;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform-style: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-width: 480px;
  text-align: center;
  margin-left: 17px;
}

#video_playback {
  max-height: 360px !important;
  border: 5px solid #ffffff;
  width: auto;
  display: block;
  margin: auto;
  max-width: 480px;

  position: relative;
  min-width: 480px;
  background-color: #000000;
}

/*
#video_slice {
	
	display:inline-block; 
	position:relative;
	max-height: 370px;
   	float:left;
	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 {
	
	display:inline-block; 
	
	position:relative;
	max-height: 370px;
	height:95%;
	width:auto;
    float:left;


  
  
  margin-left: 15px;
  
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform-style: translateY(-50%);
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);


	
}

#video_playback {
max-height: 360px !important;
border: 5px solid #333333;
height: 360px !important;
width:auto;
display:block;
margin:auto;
max-width:640px;
}

 */

.calculated-width {
  width: -moz-calc(100% - 712px);
  width: -webkit-calc(100% - 712px);
  width: calc(100% - 712px);
  float: left;

  position: relative;
  display: inline-block;

  height: 390px;
  max-width: 443px;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*overflow:hidden;*/
}

#featuredImageArea {
}

.calculated-width_blank {
  width: -moz-calc(100% - 517px);
  width: -webkit-calc(100% - 517px);
  width: calc(100% - 517px);
  float: left;

  position: relative;
  display: block;

  height: 390px;
  max-width: 628px;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*overflow:hidden; */
}

#featuredImageArea {
}

#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;
}
/*
#innerFeatured {
	display: block;
	position: absolute;
bottom: 0px; 
max-height:390px;

} */

#featuredImage {
  width: 90%;
  max-width: 293px !important;
  height: auto;
  /*max-height:390px; */
  /*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;
  display: block;
  margin: auto;
}

#featuredImage_blank {
  width: 90%;
  max-width: 293px !important;
  height: auto;
  max-height: 390px;
  /*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;;*/
}

#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;
}

#linkAreaMain {
  display: inline-block;
  width: 202px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform-style: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  float: right;
}

#linkArea {
  display: none;
}

#linkAreaMain_blank {
  display: none;
}

#textWrap {
  padding: 15px 0;
  display: block;
  margin: auto;
  width: 100%;

  border-top: 15px solid #006225;
}

#textSection {
  color: #ffffff;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  display: block;

  width: 100%;
  margin: auto;
}

#footerpic {
  display: none;
}

#Footer {
  min-width: 100%;
  padding-bottom: 25px;
}

#footerWrap {
  width: 85%;
  max-width: 1135px;
}

#socialLinks {
  float: left;
  height: 50px;
  margin-left: 0.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: #000000;
  padding: 9.5px 0;
  background: #ffffff; /* Old browsers */
}

.sublink:hover {
  color: #ffffff;

  background: #003263; /* Old browsers */
}

#contact_slice a {
  text-decoration: none;
  color: #ffffff;
}

#contact_mobile a {
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (max-width: 1250px) {
  .wrap,
  #footerWrap {
    width: 95%;
  }
}

@media only screen and (max-width: 940px) {
  /* change to 1024 if no "featured image" and carfax */

  html {
    height: 100%;
    min-height: 100%;
  }

  body {
    min-height: 100%;
  }

  .wrap {
    width: 100%;
  }

  #imageWrap {
    width: 50%;
  }

  #thirdSection {
    width: 33%;
    display: none;
  }

  #customerlogo {
    width: 90%;
    margin: 0 auto;
    float: none;
  }

  #OtherHeaderPic {
    width: 90%;
  }

  #contact_slice {
    width: 50%;
    margin-right: 0%;
  }

  #main {
    background-position: 10% 100%;
  }

  #mainImage {
    float: none;
    display: block;
    max-height: none;
    height: auto;
    padding: 0px 0 17px;
  }

  #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;
    -moz-transform-style: none;
    -webkit-transform: none;
    transform: none;
  }

  .calculated-width,
  .calculated-width_blank {
    width: 100%;
    float: none;
    position: relative;
    display: inline-block;
    height: auto;
    max-width: none;
    text-align: center;
    /* top: 10px;  if featured under */
  }

  #featuredImageArea {
  }

  /* no image under */

  #innerFeatured {
    display: none;
  }

  #featuredImage {
    display: none;
  }

  /*
#innerFeatured {
	display: block;
	width:50%;
	margin:auto;

	position:relative;
	text-align:center;
	top: auto;
	-ms-transform: none;
	-moz-transform-style: none;
	-webkit-transform: none;
 	 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;
  }

  #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; */
    padding-bottom: 8px;
  }

  #footerpic {
    display: block;
    margin: auto;
    width: 95%;
    max-width: 451px;
  }

  .sublink {
    width: 48%;
    margin-top: 5px;
    clear: none;
    float: none;
    margin-left: 0.1%;
  }

  #Footer {
    margin-top: 10px;
    clear: none;
  }

  #socialLinks {
    width: 70%;
    margin-left: 0.5%;
  }

  #logo_slice {
    margin-right: 0.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) {
  html,
  body {
    overflow: auto;
  }

  body {
    background-image: url("mobile.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-attachment: fixed;
  }

  #header {
    /* border-bottom: 0; */
    background: #fff !important;
    height: 100px;
  }

  #imageWrap {
    width: 100%;
    height: 100px;
  }

  #thirdSection {
    width: 49%;
  }

  #contact_slice {
    display: none;
  }

  #contact_mobile {
    display: block;
    padding: 20px 0px 20px;
    clear: both;
    width: 100%;
    position: relative;
    text-align: center;
  }

  #main {
    min-height: 0;
    background-image: none;
    background-color: #003263;
  }

  #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%;
  }

  .sublink:hover {
    background-color: #006225;
  }

  #textSection {
  }

  #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%;
  }
}
