* {
  box-sizing: border-box;
}
html, body {
  margin:0;
  padding:0;
}
body {
  font-size:18px;
  font-family: 'Roboto', sans-serif; 
  line-height:1.4;
  min-width:320px;
  overflow-x:hidden; 
  color:#010001;
}
a {
  text-decoration:underline;
  color:#010001;
  outline: none;
}
a:hover {
  text-decoration:none;
  color:#010001;
}
p {
  margin-bottom:20px;
  color:#010001;
}
ul, ol {
  list-style:outside;
  padding:0;
  margin-left:20px;
}
ul li, ol li {
   margin:0 0 10px; 
}
input, textarea {
  font-family: 'Roboto', sans-serif;   
  display:block;
  outline: none;
}
img {
  max-width:100%;
}
section h2 {
  color:#010001;
  font-size:35px;
  font-weight: 500;
  margin:0 0 10px;
}
.align-center {
  text-align:center;
}
.title-node {
  font-size:24px;
  font-weight:300;
  text-align:center;
  margin-bottom:70px;
}

/* -------------------------- FONTS -------------------------- */
@font-face {
    font-family: 'Trade Gothic Bold No 2';
    src: url('/font/landingpage/tradegothicboldno.eot');
    src: url('/font/landingpage/tradegothicboldno.eot?#iefix') format('embedded-opentype'),
         url('/font/landingpage/tradegothicboldno.ttf') format('truetype'),
         url('/font/landingpage/tradegothicboldno.woff') format('woff'),
         url('/font/landingpage/tradegothicboldno.svg?#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --------------- POPUP DIALOG --------------- */
#mask {
  background:rgba(0,0,0,0.7) !important;
  opacity:1 !important;
  width:100%;
  height:100%;
  position: fixed;
  top:0;
  left:0;
  z-index: 9000;
}
#boxes #dialog {
  left: 50%;
  margin-left: -310px;
}
#boxes #dialog {
    width: 620px;
    left: 50%;
    top:30%;
    margin-left: -310px;
    padding: 20px 20px 30px;
    margin: 0;
    background:rgba(255,255,255,1);
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    position: absolute;
    z-index: 9999;
    padding: 20px;
    display: block;
}
.page_overlay_txt span {
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
    width: 100%;
    font-family: 'roboto', sans-serif Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
#boxes #dialog {
    color: black;
    font-size: 13px;

  } 
.close {
    margin: -10px -8px 0 0;
    padding: 0;
    float: right;
    display: block;
}
.close a {
    margin: 0;
    padding: 0;
    font: normal 14px/20px Arial, Helvetica, sans-serif;
    color: #0085c3;
    cursor: pointer;
  font-weight: bold;
    font-size: 12px;
}

/* --------------- WRAPPER STYLES --------------- */
.container {
    max-width:1510px;
    padding-left:15px;
    padding-right: 15px;
    margin-left:auto;
    margin-right: auto;
}
.columns {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.columns-valign {
  -webkit-box-align: center;  
  -ms-flex-align: center;  
  align-items: center;
  height:100%;
}
.column-right {
  margin-left: auto;
}
.column-left {
  margin-right:auto;
}
.width80 {
  max-width:80%;
}

/* --------------- BUTTONS & DESIGN ELEMENTS --------------- */
.btn,
.btn:focus,
input[type='submit'],
input[type='submit']:focus {
  background:#ffcb08;
  padding:22px 35px 18px;
  font-size:22px;
  border-radius:50px;
  border:none;
  text-align:center;
  font-family: 'Trade Gothic Bold No 2';  
  transition: 0.3s background;
  line-height:1;
  cursor:pointer;
  text-decoration: none;
  text-transform: uppercase;
  display:inline-block;
}
.btn:hover,
input[type='submit']:hover {
  background:#edbb00;
  transition: 0.3s background;  
}
.btn-small, .form input[type='submit'] {
  font-size:18px;
  padding:17px 35px 13px;
}
.btn-small:focus,
.btn-small:hover,
.form input[type='submit']:focus,
.form input[type='submit']:hover {
  font-size:18px;

}

/* --------------- HEADER --------------- */
.page-header {
  padding-top: 40px;
  padding-bottom: 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.logo-block {
  max-width:583px;
}
.logo-block img {
  max-width:100%;
  display:block;
}
.header-phone {
  text-align:right;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}
.phone-label {
  font-size:26px;
  font-weight:300;
}
.phone-num {
  float:left;
  color:#000;
  font-weight:600;
  font-size:22px;
  font-family: 'Roboto';  
  margin-right:27px;
  line-height: 1;
}
.request-quote {
  float:left;
  text-decoration: none;
}


/* --------------- BANNER --------------- */
.banner {
  background:url(/_Images/landingpage/banner.jpg) 50% 50% no-repeat;
  background-size:cover;
  width:100%;
  min-height: 755px;
  padding: 10px 0;
}
.banner {
  display:flex;
  align-items: center;
  justify-content: center;
  color:#fff;
}
.banner h1 {
  font-size:65px;
  font-weight: 500;
  line-height: 1.2;
  margin:0 0 10px;
  text-align: center;
}
.banner p {
  color:#fff;
  font-size:32px;
  margin:0;
  text-align: center;
}
.watch-video {
  display:flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size:32px;
  font-weight: 500;
  text-decoration: none;
  margin-top:60px;
}
.watch-video:hover {
  color:#fff;
}
.watch-video:before {
  content:'';
  display: block;
  background:url(/_Images/landingpage/icon-video.png) 50% 50% no-repeat;
  background-size:cover;
  width:84px;
  height:56px;
  margin-right:20px;
}


/* --------------- Request Section --------------- */
.request-section {
  margin-bottom:70px;
  background:#f6f7f8;
  padding:80px 0;
}
.form {
  max-width:500px;
  min-width: 400px;
  width:100%;
  background:#fff;
  box-shadow:5px 5px 13px rgba(0,0,0,0.15);
  padding:45px;
  border-radius: 30px;
  margin-right:90px;
}
.form h3 {
  margin-top:0;
  text-align: center;
}
.form-row {
  margin-bottom:8px;
}
.form input[type='text'],
.form select {
  height:36px;
  line-height: 36px;
  background: #fff;
  border:solid 1px #cccccc;
  font-size:14px;
  font-weight: 300;
  width:100%;
  padding:0 13px;
}
.form textarea {
  min-height:106px;
  background: #fff;
  border:solid 1px #cccccc;
  font-size:14px;
  font-weight: 300;
  width:100%;
  padding:13px;
}
.form-button {
  margin-top:25px;
  text-align: center;
}
.form-error-message {
  display:none;
  text-align:center;
  margin-bottom:10px;
  padding:2px;
  font-size:14px;
  color:#fff;
  background-color:#b22125;
}

.trust-cogan {}
.trust-cogan .note {
  font-size:36px;
  font-weight: 300;
  margin:30px 0 10px;
}
.trust-cogan h2 {
  font-size:42px;
  line-height:1.2;
  margin:0 0 30px;
}
.trust-cogan ol {
  list-style-type: decimal;
}

/* --------------- Agent --------------- */
.agent-item {
  display:inline-block;
  text-align:left;
  vertical-align:top;
}
.agent-info {
  display: flex;
  align-items: center;
}
.agent-avatar {
  width:228px; 
  display:inline-block; 
  vertical-align:middle;
  margin:0 30px 0 0;
}
.agent-avatar .avatar {
  width:228px; 
  height:228px; 
  vertical-align:middle;
  background-size:cover !important;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%; 
}
.agent-detail {
  display:inline-block; 
  vertical-align:middle;
  margin-top: 7px;
}
.agent-name {
  color:#000; 
  font-size:24px; 
  font-weight:bold; 
  line-height:100%;}
.agent-post {
  color:#0099cc; 
  margin:2px 0 5px;
  font-size:20px;
}
.agent-message {
  color:#000; 
  font-size:20px;
  font-style:italic;
  line-height:100%; 
  font-weight: 300;
  margin-bottom:20px;
}
.agent-contacts {
  margin:8px 0 0;
  color:#252525; 
  font-size:12px; 
  line-height:100%;
  white-space:nowrap;
}
.agent-contacts p {font-size:20px;margin:0 0 15px;}
.agent-contacts p a {
  text-decoration: none;
}
.agent-contacts .icon {margin:0 6px 0 0;}
.icon-phone {
  display: inline-block;
  background:url(/_Images/landingpage/icon-phone.png) 50% 50% no-repeat;
  background-size:cover;
  width:20px;
  height:20px;
  vertical-align: middle;
}
.icon-email {
  display: inline-block;
  background:url(/_Images/landingpage/icon-email.png) 50% 50% no-repeat;
  background-size:cover;
  width:20px;
  height:20px;
  vertical-align: middle;
}


/* --------------- TESTIMONIALS --------------- */
.testimonials {
  margin-bottom:50px;
}
.testimonials-wrap .columns {
  -webkit-box-align: center;    
  -ms-flex-align: center;    
  align-items: center;
}
.testimonials-text {
  position: relative;
  width:50%;
  margin:0 30px;
  padding:10px 0 0 65px;
  line-height:1.6;
}
.testimonials-text:before {
  content: "\201C";
  display:block;
  position: absolute;
  top:-15px;
  left:0;
  font-size:100px;
  color: #0085c3;
  font-weight: bold;
  font-family: "Times New Roman", sans-serif;
}
.testimonials-name {
  font-weight: bold;
}
.testimonials-img {
  margin:0 30px;
}


/* --------------- LOGOS --------------- */
.logos {
  margin-bottom:80px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

/* --------------- CTA --------------- */
.cta {
  background:#f6f7f8;
  padding:100px 0;
  margin-bottom: 60px;
}
.cta-wrap {
  display:flex;
  justify-content: space-between;
}

.cta-item {
  position: relative;
  width:32%;
  background:#fff;
  box-shadow:5px 5px 13px rgba(0,0,0,0.15);
  padding:65px;
  border-radius: 30px;
}
.cta-item p {
  font-size:24px;
  font-weight: 300;
  margin:0;
  text-align:center;
}
.our-team:before {
  content:"";
  display:block;
  margin:0 auto 40px;
  background:url(/_Images/landingpage/icon-rating.png) 50% 50% no-repeat;
  background-size:cover;
  width:141px;
  height:97px;
  vertical-align: middle;
}
.our-team .cta-title {
  font-size:48px;
  line-height:0.8;
  font-weight: 600;
  margin-bottom: 30px;
}
.our-team .cta-title span {
  font-size:36px;
  font-weight: 300;
}

.cta-request-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta-request-quote .cta-title {
  font-size:34px;
  font-weight:600;
  text-align:center;
  line-height:1.2;
  margin-bottom: 20px;
}
.cta-request-quote .cta-title span {
  font-size:60px;
  font-weight: 300;
}
.cta-request-quote .buttons {
  text-align: center;
  margin-top:40px;
}
.cta-request-quote .buttons a {
  display: inline-block;
}

.cta-warranty:before {
  content:"";
  display:block;
  margin:0 auto 40px;
  background:url(/_Images/landingpage/icon-warranty.png) 50% 50% no-repeat;
  background-size:cover;
  width:78px;
  height:97px;
  vertical-align: middle;
}
.cta-warranty .cta-title {
  font-size:36px;
  font-weight:300;
  text-align:center;
  line-height:1.2;
  margin-bottom: 20px;
}
.cta-warranty .cta-title span {
  font-size:48px;
  font-weight: 600;
}


/* --------------- OTHER PRODUCTS --------------- */
.other-products {
  padding:80px;
}
.other-products-wrap {
  display: flex;
  justify-content: space-between;
}
.other-product {
  text-align: center;
  max-width:23%;
}
.other-product img {
  border-radius:30px;
  box-shadow:5px 5px 13px rgba(0,0,0,0.15);
  margin:0 0 20px;
  max-width:100%;
}
.other-product h3 {
  margin:0;
  font-size:24px;
  line-height: 1;
}
.other-product p {
  font-size:20px;
  margin:0;
  font-weight: 300;
}


/* --------------- COPYRIGHT --------------- */
.copyright .container {
  padding-top:35px;
  padding-bottom:35px;
  border-top:solid 1px #cccccc;
}
.copyright p {
  color:#000;
  font-weight: 300;
  font-size: 16px;
  margin:0;
}

/* --------------- MEDIA QUERIES --------------- */
@media (max-width: 1200px) {
  section h2 {
    font-size:30px;
    line-height: 1.2;
  }
  .title-node {
    font-size:18px;
  }

  .testimonials-wrap .columns.container.width80 {
    max-width:100%;
  }

}

@media (max-width: 992px) {
  .logo-block {
    width:350px;
  }
  .phone-label {
    font-size:20px;
  }
  .phone-num {
    font-size:24px;
    float:right;
    margin-right: 13px;
    margin-bottom:3px;
    font-weight: 500;
  }
  .request-quote {
    float:right;
  }
  .btn, .btn:focus, input[type='submit'], input[type='submit']:focus {
    padding: 15px 20px 10px;
    font-size: 18px;
  }
  .btn-small, .btn-small:hover, .btn-small:focus,
  .form input[type='submit'],
  .form input[type='submit']:focus,
  .form input[type='submit']:hover {
      font-size: 16px;
      padding: 13px 15px 10px;
  }
  .banner {
    min-height: 600px;
  }
  .banner h1 {
    font-size: 48px;
  }
  .banner p {
    font-size: 24px;
  }
  .watch-video {
    font-size:24px;
  }

  .request-section .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form {
    margin-right:0;
    margin-bottom:50px;
  }

  .title-node {
      margin-bottom: 40px;
  }
  .testimonials-text {
    width:90%;
    margin-bottom:20px;
  }
  .testimonials-img {
    max-width: 80%;
  }

  .logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
  }
  .logos img {
    margin: 0 20px 20px;
  }

  .cta-item {
    padding: 50px 30px;
  }
  .our-team .cta-title {
    font-size: 36px;
    line-height: 1;
    margin-bottom:20px;
  }
  .our-team .cta-title span {
    font-size:24px;
    display:block;
    margin-top: 5px;
  }
  .cta-item p {
    font-size:18px;
  }
  .our-team:before {
    margin: 0 auto 30px;
    background-size: contain;
    width: 120px;
    height: 90px;
  }

  .trust-cogan .note {
    font-size: 30px;
  }
  .trust-cogan h2 {
    font-size: 36px;
  }
  .agent-avatar {
    width: 180px;
  }
  .agent-avatar .avatar {
    width: 180px;
    height: 180px;
  }

  .cta-request-quote .cta-title {
    font-size:24px;
  }
  .cta-request-quote .cta-title span {
    font-size: 48px;
    display:block;
  }

  .cta-warranty .cta-title {
    font-size:24px;
  }
  .cta-warranty .cta-title span {
    font-size: 36px;
  }
  .cta-warranty:before {
      margin: 0 auto 30px;
      background: url(/_Images/landingpage/icon-warranty.png) 50% 50% no-repeat;
      background-size: contain;
      width: 70px;
      height: 80px;
  }

  .other-products {
      padding: 30px;
  }
  .other-products-wrap {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .other-product {
    max-width: 48%;
    margin-bottom: 30px;
  }
  .other-product h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .other-product p {
      font-size: 16px;
  }
}

@media (max-width: 768px) {
  .testimonials-wrap .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .cta-item {
    width: 85%;
    margin-bottom: 30px;
  }
  .copyright {
      text-align:center;
  }

}

@media (max-width: 600px) {
  .page-header {
    padding-top:30px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;  
  }
  .logo-block {
    width:auto;
    max-width:100%;
    margin-bottom:25px;
  }

  .header-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    margin-bottom:10px;
  }
  .phone-num {
    margin-bottom:0;
  }

  .banner {
      min-height: 350px;
  }
  .banner h1 {
      font-size: 36px;
  }
  .banner p {
      font-size: 20px;
  }
  .watch-video:before {
      background-size: contain;
      width: 70px;
      height: 45px;
  }

  .request-section .columns {
    max-width:100% !important;
  }
  .trust-cogan .note {
      font-size: 24px;
  }
  .trust-cogan h2 {
      font-size: 30px;
  }
  .agent-avatar {
      width: 100px;
      margin: 0 10px 0 0;
  }
  .agent-avatar .avatar {
      width: 100px;
      height: 100px;
  }

  .agent-contacts p {
      font-size: 18px;
  }
  .agent-name {
    font-size: 20px;
  }
  .agent-post {
      font-size: 18px;
  }

  .other-product {
      max-width: 100%;
  }

  .copyright p {font-size: 14px}  
}

@media (max-width: 480px) {
  .watch-video {
    margin-top: 40px;
  }
  .btn, .btn:focus, input[type='submit'], input[type='submit']:focus {
    font-size:16px;
  }
  .btn-small, .btn-small:hover, .btn-small:focus,
  .form input[type='submit'],
  .form input[type='submit']:focus,
  .form input[type='submit']:hover {
    font-size:14px;
   padding:13px 15px 10px;
  }
  .phone-num {
    font-size:20px;
  }
  .form {
    min-width: 100%;
    padding: 30px;
  }
  .testimonials-text {
    padding: 10px 0 0 20px;
  }
  .testimonials-text:before {
    font-size:70px;
    left: -20px;
  }
}
