@charset "utf-8";
/* CSS Document */
[id^="post-"] header h1 {
  display: none !important;
}
#header-repairs-p {
  margin: 20px 0 0 10px;
  font-weight: bold;
  text-align: left;
}
#header-ul {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}
#header-ul li {
  list-style-type: none;
  font-weight: bold;
  color: #000;
  margin: 15px 0 0;
  padding: 0 12px;
  text-align: left;
  font-size: 20px;
  text-shadow: 1px 1px 1px #FDDE03, 1px 1px 1px #D6001B;
  float: left;
}
#social-header-div {
  clear: right;
  width: 301px;
  margin: 0 auto;
}
#reviews-p {
  float: left;
  margin-right: 10px;
  font-size: 18px !important;
}
#facebook-header,
#google-header,
#surecritic-header {
  float: left;
  margin: 0 20px 20px 0;
}
#header {
  background-color: #fceea7;
  overflow: hidden;
}
#header-inner {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
}
#logo-div {
  float: left;
  width: 47.5%;
  margin: 20px 40px 20px 0;
}
#logo-div img {
  max-width: 100%;
}
#header-right {
  float: right;
  width: 45%;
  margin: 40px 0 20px;
}
#header-right p {
  font-size: 34px;
}
#address-div {
  float: left;
  margin-right: 20px;
}
#address-div a {
  text-decoration: none;
}
#hours-p {
  font-size: 22px !important;
}
#phone-div a {
  text-decoration: none;
}
#mobile-div {
  display: none;
}
#mobile-hr {
  display: none;
}
/*--------middle-----------------------------------------------*/
#middle-wrap {
  padding-top: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
#middle-left,
#middle-right,
#middle-center {
  float: left;
}
#middle-left img,
#middle-right img,
#middle-center img {
  max-width: 100%;
}
#tagline-div {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #fcdd4e;
  position: relative;
  z-index: 20;
  font-size: 21px;
  text-align: center;
  height: 58px;
  position: absolute;
  padding-top: 15px;
}
#middle-left {
  width: 46.5%;
  position: relative;
  margin-right: 1.8%;
}
#middle-center {
  width: 25.2%;
  margin-right: 1.8%;
}
#middle-top-img {
  margin-bottom: 4.5%;
}
#middle-right {
  width: 24.5%;
}
/*-----------content----------------------------------------------*/
#home-nav {
  width: 329px;
  margin-right: 30px;
  float: left;
}
#home-nav a {
  text-decoration: none;
}
#services-button {
  background-color: #fcdd4e;
  padding: 10px 0;
  width: 100%;
  font-weight: bold;
  line-height: .9;
  text-align: left;
  border: none;
  margin-bottom: 15px;
}
#services-button-div {
  width: 263px;
  margin: 0 auto;
}
#schedule-button-p {
  font-size: 30px;
  margin: 0;
}
#service-button-p {
  margin: 0;
  font-size: 60px;
}
.arrow-span {
  font-size: 20px;
}
.black-button {
  background-color: #191919;
  color: #fcdd4e;
  padding: 10px 0;
  width: 100%;
  font-size: 20px;
  height: 105px;
  border: none;
  margin-bottom: 15px;
}
#content-wrap-div {
  float: left;
  width: 73.5%;
  height: 476px;
  overflow: hidden;
}
#content-wrap-div h1 {
  font-size: 60px;
  margin: 17px 0;
  text-align: center;
}
#home-hr {
  border-top: 1px solid #fcdd4e;
  clear: both;
}
#home-content-slider {
  position: relative;
}
.column p {
  margin-right: 12px;
}
.home-content-div {
  width: 31%;
  float: left;
}
#home-ul li {
  margin: 20px 0;
}
.content-container {
  width: 100%;
  position: relative;
}
#content-container-1 {
  height: 348px;
}
#content-container-2 {
  margin-top: 15px;
  height: 480px;
}
#read-more span,
#back span {
  text-decoration: underline;
  cursor: pointer;
  font-size: 20px;
}
#read-more {
  position: absolute;
  top: 335px;
  right: 0;
  z-index: 20;
}
#back {
  position: absolute;
  top: 420px;
  right: 1;
  z-index: 20;
}
#home-options li {
  text-indent: -15px;
  padding-left: 15px;
}
#home-options {
  margin-bottom: 15px;
}
label {
  display: none;
}
#frm_field_28_container label {
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
select {
  width: 100%;
  padding: 0;
  height: 50px !important;
  margin-bottom: 20px;
  border-radius: 0 !important;
  font-size: 18px !important;
}
textarea {
  width: 100%;
  padding: 0;
  height: 150px !important;
  margin-bottom: 20px;
  border-radius: 0 !important;
  font-size: 18px !important;
}
.form-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
::-webkit-input-placeholder {
  color: #555;
  padding: 0 5px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
  padding: 0 5px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
  padding: 0 5px;
}
:-ms-input-placeholder {
  color: #555;
  padding: 0 5px;
}
.with_frm_style .frm_submit input[type=submit]:hover,
.with_frm_style .frm_submit input[type=button]:hover,
.with_frm_style .frm_submit input[type=submit]:focus,
.with_frm_style .frm_submit input[type=button]:focus,
.with_frm_style.frm_login_form input[type=submit]:focus,
.with_frm_style.frm_login_form input[type=submit]:hover {
  background: #fcdd4e !important;
}
#frm_field_19_container label,
#frm_field_20_container label {
  display: block !important;
}
/*----------footer-----------------------------------------------*/
#footer {
  background-color: #191919;
}
#footer-inner {
  width: 100%;
  max-width: 1370px;
  margin: 20px auto;
}
.footer-div {
  float: left;
  width: 24%;
  margin-right: .8%;
  color: #fff;
}
#footer-logo-div {
  border-right: solid 1px #fcdd4e;
  padding-top: 40px;
  height: 260px;
}
#footer-logo-div img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#footer-address-div {
  border-right: solid 1px #fcdd4e;
  padding-top: 65px;
  height: 235px;
}
#footer-address-inner-div {
  width: 150px;
  margin: 0 auto;
}
#footer-nav-div {
  border-right: solid 1px #fcdd4e;
  height: 260px;
  padding-top: 40px;
}
#footer-social-div {
  padding-top: 100px;
  height: 200px;
}
#footer-social-div img {
  float: left;
  margin-right: 10px;
}
#footer-social-div p {
  float: left;
}
#footer-social-inner-div {
  width: 233px;
  margin: 0 auto;
}
#footer-social-inner-div img {
  margin-bottom: 20px;
}
#footer-social-inner-div p {
  margin-bottom: 20px;
}
#footer-hr {
  display: none;
}
#copyright-div {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 20px;
  padding: 20px 0;
  clear: both;
}
#google-footer {
  clear: left;
}
/*-------------about---------------------------------*/
#about-image-div {
  width: 24%;
  margin-right: 1%;
  float: left;
}
#about-image-div img {
  margin-bottom: 20px;
  max-width: 100%;
}
#about-content-div {
  width: 74%;
  float: left;
}
/*--------------service---------------------------------------*/
.service-image-div {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.service-image-div img:first-child {
  max-width: 100%;
  width: 49%;
  margin-right: 2%;
  float: left;
}
.service-image-div img:last-child {
  max-width: 100%;
  width: 49%;
  float: left;
}
#services-h1 {
  margin: 20px 0 0 15px;
  clear: both;
}
#service-content-div {
  width: 95%;
  margin: 2.5%;
}
#service-list-div {
  width: 95%;
  margin: 2.5%;
}
/*------------warranty------------------*/
#warranty-h1 {
  margin-left: 20px;
}
#warranty-content-div {
  width: 95%;
  margin: 2.5%;
}
/*---forms---------------------------------------------*/
.gform_wrapper .top_label textarea.textarea {
  width: 47% !important;
}
.gform_wrapper input[type=text] {
  font-size: 18px !important;
  height: 40px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
textarea {
  font-size: 18px !important;
  height: 40px;
}
/*------------coupons------------------------------------*/
.coupon-div {
  width: 50%;
  margin: 20px 0 20px 20px;
  padding: 20px;
  max-width: 95%;
  border: dashed 1px #191919;
  background-color: #ccc;
}
.coupon-div h5 {
  font-size: 13px;
}
#euro-div {
  max-width: 800px;
  padding: 20px 0;
  margin: 0 auto;
}
#euro-div p {
  margin-bottom: 20px;
}
#euro-div ul {
  margin-bottom: 30px;
}
/*-------------responsive-------------------------------------------------------------------------*/
@media only screen and (max-width: 1380px) {
  #header-ul {
    width: 1094px;
    margin: 0 auto 20px;
  }
  #header-ul li {
    font-size: 16px;
  }
  #address-div,
  #phone-div {
    float: none;
  }
  #header-right p {
    font-size: 30px;
  }
  #content-wrap-div {
    width: 66%;
    height: 473px;
  }
  #content-wrap-div h1 {
    font-size: 49px;
  }
  #social-header-div {
    float: none;
    width: 292px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1240px) {
  #content-wrap-div h1 {
    font-size: 43px;
    margin: 21px 0;
  }
}
@media only screen and (max-width: 1100px) {
  #nav {
    font-size: 16px;
  }
  #header-ul {
    width: 95%;
  }
  #home-nav {
    width: 100%;
    margin-right: 0;
  }
  #services-button {
    width: 24%;
    margin-right: 1%;
    float: left;
    height: 105px;
  }
  #services-button-div {
    width: 177px;
  }
  #service-button-p {
    font-size: 40px;
  }
  .black-button {
    width: 24%;
    margin-right: 1%;
    float: left;
    height: 105px;
    font-size: 17px;
  }
  #content-wrap-div {
    width: 95%;
    margin: 0 2.5%;
  }
  #tagline-div {
    font-size: 16px;
    padding-top: 15px;
    height: 42px;
  }
}
@media only screen and (max-width: 950px) {
  #nav {
    font-size: 15px;
  }
  #nav li a {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 850px) {
  .arrow-span {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  #header-ul li {
    float: none;
    text-align: center;
  }
  #logo-div {
    position: static;
    width: 100%;
    margin: 13px auto 20px;
    float: none;
  }
  #header-ul {
    width: 100%;
  }
  #header-right {
    float: none;
    margin: 0 auto;
    clear: both;
  }
  #header-address {
    position: static;
    margin-left: 0;
    text-align: center;
  }
  #mobile-hr {
    display: block;
    clear: both;
  }
  #mobile-div {
    display: block;
    float: right;
    width: 120px;
    top: 10px;
    right: 0;
  }
  #nav {
    display: none;
  }
  #mobile-nav {
    display: none;
    clear: both;
  }
  #mobile-menu-img {
    position: absolute;
    margin-right: 10px;
    cursor: pointer;
  }
  .mobile-menu-li {
    margin: 15px 15px 15px 0;
    text-align: right;
  }
  .mobile-menu-li a {
    text-decoration: none;
  }
  .mobile-menu-li:first-child {
    margin-top: 70px;
  }
  #footer-left,
  #footer-right {
    clear: both;
    width: 90%;
    margin: 0 auto;
  }
  #footer-logo-div,
  #footer-address-div,
  #footer-nav-div {
    border-right: none;
  }
  .footer-div {
    width: 49%;
  }
  #footer-hr {
    display: block;
    border-top: 1px solid #fcdd4e;
    clear: both;
  }
  #about-image-div {
    display: none;
  }
  #about-content-div {
    width: 95%;
    margin: 2.5%;
  }
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 100% !important;
  }
  .gform_wrapper .top_label textarea.textarea {
    width: 100% !important;
  }
}
@media only screen and (max-width: 770px) {
  #content-wrap-div h1 {
    font-size: 35px;
    margin: 25px;
  }
  #tagline-div {
    height: 68px;
  }
}
@media only screen and (max-width: 670px) {
  #header-right p {
    font-size: 19px;
  }
  .footer-div {
    float: none;
    width: 100%;
  }
  #footer-logo-div,
  #footer-address-div,
  #footer-nav-div,
  #footer-social-div {
    height: auto;
  }
  #footer-address-div {
    margin-bottom: 20px;
  }
  #footer-nav-div {
    margin-bottom: 30px;
    overflow: hidden;
  }
  #footer-social-div {
    border-top: 1px solid #fcdd4e;
    clear: both;
    padding-top: 50px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  #service-button-p {
    font-size: 28px;
  }
  #schedule-button-p {
    font-size: 21px;
  }
  #services-button-div {
    width: 110px;
  }
  #content-wrap-div h1 {
    font-size: 28px;
    margin: 29px 0;
  }
  #content-wrap-div,
  #content-container-1,
  #content-container-2 {
    height: auto;
  }
  #read-more,
  #back {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  #services-button {
    float: none;
    width: 90%;
    display: block;
    margin: 0 auto 20px auto;
  }
  .black-button {
    float: none;
    width: 90%;
    font-size: 20px;
    display: block;
    margin: 0 auto 20px auto;
  }
  #content-wrap-div h1 {
    margin: 16px 0;
  }
}
@media only screen and (max-width: 480px) {
  #header-right p {
    font-size: 17px;
  }
  #header-right {
    width: 290px;
  }
  #tagline-div {
    height: 100%;
  }
}