/* RESETOR */
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, b, u, i, center, 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-size:100%; vertical-align:baseline; background:transparent;}
body{font-weight:normal; line-height:23px;}
a{cursor:pointer; text-decoration:none;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:''; content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
img{max-width:100%; height:auto;}



/* gibson */
@font-face {
  font-family: 'gibsonregular';
  src: url('fonts-2020/gibson/gibson-regular-webfont.eot');
  src: url('fonts-2020/gibson/gibson-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts-2020/gibson/gibson-regular-webfont.woff2') format('woff2'),
       url('fonts-2020/gibson/gibson-regular-webfont.woff') format('woff'),
       url('fonts-2020/gibson/gibson-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gibsonlight';
  src: url('fonts-2020/gibson/gibson-light-webfont.eot');
  src: url('fonts-2020/gibson/gibson-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts-2020/gibson/gibson-light-webfont.woff2') format('woff2'),
       url('fonts-2020/gibson/gibson-light-webfont.woff') format('woff'),
       url('fonts-2020/gibson/gibson-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gibsonsemibold';
  src: url('fonts-2020/gibson/gibson-semibold-webfont.eot');
  src: url('fonts-2020/gibson/gibson-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts-2020/gibson/gibson-semibold-webfont.woff2') format('woff2'),
       url('fonts-2020/gibson/gibson-semibold-webfont.woff') format('woff'),
       url('fonts-2020/gibson/gibson-semibold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gibsonbold';
  src: url('fonts-2020/gibson/gibson-bold-webfont.eot');
  src: url('fonts-2020/gibson/gibson-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts-2020/gibson/gibson-bold-webfont.woff2') format('woff2'),
       url('fonts-2020/gibson/gibson-bold-webfont.woff') format('woff'),
       url('fonts-2020/gibson/gibson-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/*COMMONS*/
html {
  overflow-x: hidden;
  /* Adjust font size */
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  /* Font varient */
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}


body{
  font-family: 'gibsonregular', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #a3a3a3;
  background: #ffffff;
}
a, a:visited, a:focus, a:active {
	color: royalblue;
  outline: 0;
  text-decoration: none;
}
a:hover {
	color: midnightblue;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}


a.button,
button.button{
  font-family: 'gibsonregular', sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  background: #0f2a4e;
  padding: 15px 50px;
  color: #fff;
  border-radius: 0;
  border:none;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a.button:hover,
button.button:hover{
  background: #ed1c24;
  text-decoration: none;
}


.padding-v{
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-v-t{
  padding-top: 60px;
}
.padding-v-b{
  padding-bottom: 60px;
}
.padding-v-half{
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-v-t-half{
  padding-top: 30px;
}
.padding-v-b-half{
  padding-bottom: 30px;
}


.dtable{
  display: table;
  height: 100%;
}
.dtable .dcell{
  display: table-cell;
  vertical-align: middle;
}
.dtable .dcell.bottom{
  vertical-align: bottom;
}


.field-wrap{
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}
.field-wrap.submitter{
  text-align: center;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select{
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff !important;
  border-radius: 0;
  border:2px solid #a2a2a2;
  color: #7c7c7c;
  height: 55px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
textarea{
  height: 100px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus{
  background-color: #fff !important;
  border:2px solid #0f2a4e;
  color: #0f2a4e;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
select{
  padding: 10px 15px;
  background-image:url('images/ico-select-arrow.png');
  background-position: right 25px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select:focus option{
  color: #8e8e90;
}
::-webkit-input-placeholder {
  color: #7c7c7c;
  opacity: 1;
}
::-moz-placeholder {
  color: #7c7c7c;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #7c7c7c;
  opacity: 1;
}
:-moz-placeholder {
  color: #7c7c7c;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: #0f2a4e;
  opacity: 1;
}
:focus::-moz-placeholder {
  color: #0f2a4e;
  opacity: 1;
}
:focus:-ms-input-placeholder {
  color: #0f2a4e;
  opacity: 1;
}
:focus:-moz-placeholder {
  color: #0f2a4e;
  opacity: 1;
}


.lp-content .form-wrap input[type="text"],
.lp-content .form-wrap input[type="email"],
.lp-content .form-wrap input[type="tel"],
.lp-content .form-wrap textarea,
.lp-content .form-wrap select{
  font-family: 'gibsonregular', sans-serif;
  font-size: 22px;
  line-height: 24px;
  color: #7c7c7c;
  text-transform: none;
  border-radius: 25px;
}



/* media commons */
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) {

}









/* head */
.lp-head{
  position: relative;
  padding:100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.lp-head .img-wrap{
  text-align: center;
}
.lp-head .img-wrap img{
  width: 100%;
  vertical-align: top;
}
.lp-head .intro-wrap{

}
.lp-head h1{
  font-family: 'gibsonsemibold', sans-serif;
  font-size: 100px;
  line-height: 90px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 80px;
}
.lp-head h1 span{
  font-family: 'gibsonregular', sans-serif;
  text-transform: uppercase;
  display: block;
  margin-left: 35px;
  font-size: 120px;
  margin-top: 20px;
}
.lp-head h2{
  font-family: 'gibsonregular', sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 52px;
  color: #fff;
}

/* media head */
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  .lp-head h1{
    font-size: 80px;
    line-height: 70px;
    margin-bottom: 60px;
    text-shadow: 0 2px 7px rgba(0,0,0,.6);
  }
  .lp-head h1 span{
    font-size: 100px;
    margin-top: 10px;
  }
  .lp-head h2{
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .lp-head::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
  }
  .lp-head .intro-wrap {
    text-align: center;
  }
  .lp-head h1 {
    font-size: 60px;
    line-height: 50px;
  }
  .lp-head h1 span {
    font-size: 80px;
    margin: 0;
    margin-top: 30px;
  }
  .lp-head h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .lp-head{
    padding: 60px 0;
  }
  .lp-head h1 {
    font-size: 50px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .lp-head h1 span {
    font-size: 72px;
  }
  .lp-head h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
















/* content */
.lp-content{

}
.lp-content .info-box{
  margin-top: 40px;
}
.lp-content .info-box h2.multisizes{
  font-family: 'gibsonsemibold', sans-serif;
  font-size: 40px;
  line-height: 46px;
  color: #ed1c24;
  margin-bottom: 30px;
}
.lp-content .info-box h2.multisizes span{
  display: block;
}
.lp-content .info-box h2.multisizes span.size1{
  font-size: 64px;
}
.lp-content .info-box h2.multisizes span.size2{
  font-size: 66px;
  line-height: 66px;
}
.lp-content .info-box h2.multisizes span.size3{
  font-size: 50px;
}
.lp-content .info-box h2.multisizes span.size4{
  font-size: 34px;
}
.lp-content .info-box h2.multisizes span.size1.upd{
  line-height: 70px;
}
.lp-content .info-box .extras{
  margin-left: 40px;
  margin-right: 90px;
}
.lp-content .info-box .extras p{
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 30px;
}
.lp-content .info-box .extras h3{
  font-family: 'gibsonsemibold', sans-serif;
  font-size: 34px;
  line-height: 38px;
  color: #0f2a4e;
}

.lp-content .certificates{
  text-align: center;
}
.lp-content .certificates h2{
  font-family: 'gibsonsemibold', sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #ed1c24;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 50px;
}
.lp-content .certificates ul{
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.lp-content .certificates ul li{
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
.lp-content .certificates ul li .item-wrap{
  padding: 20px;
}
.lp-content .certificates ul li .item-wrap img{

}

.lp-content .video{

}
.lp-content .video h3{
  font-family: 'gibsonregular', sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: #0f2a4e;
  text-align: center;
  margin-bottom: 50px;
}
.lp-content .video .video-wrap{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.lp-content .video .video-wrap iframe,
.lp-content .video .video-wrap object,
.lp-content .video .video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-content ul.split{
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.lp-content ul.split li{
  display: inline-block;
  width: 50%;
  position: relative;
  padding-top: 130px;
  margin-bottom: 30px;
}
.lp-content ul.split li .item-wrap::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 120px;
  width: 3px;
  background: #d9d9d9;
  margin-left: -1px;
}
.lp-content ul.split li .item-wrap{
  padding: 0 15px;
}
.lp-content ul.split li h2{
  font-family: 'gibsonsemibold', sans-serif;
  font-size: 34px;
  line-height: 38px;
  color: #0f2a4e;
  margin-bottom: 10px;
}
.lp-content ul.split li h2 span{
  color: #ed1c24;
}
.lp-content ul.split li h3{
  font-family: 'gibsonregular', sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #ed1c24;
}
.lp-content ul.split li h3 span{
  font-family: 'gibsonsemibold', sans-serif;
}

.lp-content ul.split.middler li{
  padding-top: 0;
}
.lp-content ul.split.middler li .item-wrap{
  padding: 0;
}
.lp-content ul.split.middler li .item-wrap::before{
  display: none;
}
.lp-content ul.split.middler li:first-child{
  padding-top: 130px;
  max-width: 570px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.lp-content ul.split.middler li:first-child .item-wrap::before,
.lp-content ul.split.middler li:first-child .item-wrap::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 3px;
  background: #d9d9d9;
  margin-left: -1px;
  display: block;
}
.lp-content ul.split.middler li:first-child .item-wrap::after{
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -1px;
}
.lp-content ul.split.middler li:nth-child(2){
  text-align: right;
}
.lp-content ul.split.middler li:nth-child(3){
  text-align: left;
}
.lp-content ul.split.middler li:nth-child(2) .item-wrap{
  padding-right: 50px;
}
.lp-content ul.split.middler li:nth-child(3) .item-wrap{
  padding-left: 50px;
}

.lp-content .form-wrap{
  margin-top: -30px;
}
.lp-content .form-wrap span.wpcf7-not-valid-tip{
  font-size: 16px;
}
.lp-content .form-wrap div.wpcf7-response-output{
  margin: 0;
  padding: 10px;
  border: 2px solid #e3373a;
  color: #e3373a;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
.lp-content .form-wrap div.wpcf7-mail-sent-ok{
  border: 2px solid #373486;
  color: #373486;
}


/* media content */
@media only screen and (max-width: 1200px) {
  .lp-content.certs .container{
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .lp-content .info-box{
    text-align: center;
  }
  .lp-content .info-box .extras{
    margin: 0;
    margin-bottom: 40px;
  }
  .lp-content .info-box .extras p{
    font-size: 26px;
    line-height: 28px;
  }
  .lp-content .info-box h2.multisizes span.size1 {
    font-size: 54px;
  }
  .lp-content .info-box h2.multisizes span.size2 {
    font-size: 60px;
  }
  .lp-content .form-wrap {
    margin: 0 auto;
    max-width: 570px;
  }
  .lp-content ul.split li{
    padding-top: 80px;
    margin-bottom: 0;
  }
  .lp-content ul.split li .item-wrap::before{
    height: 60px;
  }
  .lp-content ul.split li h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .lp-content ul.split li h3{
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .lp-content .info-box h2.multisizes{
    font-size: 30px;
    line-height: 40px;
  }
  .lp-content .info-box h2.multisizes span.size1 {
    font-size: 44px;
  }
  .lp-content .info-box h2.multisizes span.size2 {
    font-size: 50px;
    line-height: 56px;
  }
  .lp-content .info-box .extras h3{
    font-size: 28px;
    line-height: 34px;
  }
  .lp-content .certificates h2{
    font-size: 22px;
    line-height: 30px;
    margin: 0;
  }
  .lp-content .certificates ul li {
    width: 33.33%;
    margin: 10px 0;
  }
  .lp-content .video h3{
    font-size: 26px;
    line-height: 32px;
  }
  .lp-content ul.split li{
    width: 100%;
  }
  .lp-content ul.split li .item-wrap::before{
    display: none;
  }
  .lp-content ul.split li {
    padding-top: 50px;
  }
  .lp-content ul.split li h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .lp-content ul.split li h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .lp-content ul.split.middler li:nth-child(2),
  .lp-content ul.split.middler li:nth-child(3){
    text-align: center;
  }
  .lp-content ul.split.middler li:nth-child(2) .item-wrap,
  .lp-content ul.split.middler li:nth-child(3) .item-wrap{
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .lp-content .info-box h2.multisizes{
    font-size: 24px;
    line-height: 34px;
  }
  .lp-content .info-box h2.multisizes span.size1 {
    font-size: 34px;
  }
  .lp-content .info-box h2.multisizes span.size2 {
    font-size: 36px;
    line-height: 40px;
  }
  .lp-content .certificates ul li {
    width: 50%;
  }
}
















/* banner */
.lp-banner{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.lp-banner .banner-wrap{
  text-align: right;
  margin: 50px 0;
}
.lp-banner .banner-wrap h2{
  font-family: 'gibsonsemibold', sans-serif;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 3px 4px rgba(0,0,0,.6);
}
.lp-banner .banner-wrap .button{
  background: #ed1c24;
}
.lp-banner .banner-wrap .button:hover{
  background: #0f2a4e;
}

/* media banner */
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  .lp-banner .banner-wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .lp-banner .banner-wrap h2{
    font-size: 36px;
    line-height: 42px;
  }
  .lp-banner .banner-wrap .button{
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .lp-banner .banner-wrap {
    margin: 10px 0;
  }
}















/* info box middle */
.info-box-middle{
  position: relative;
  padding: 30px 0;
}
.info-box-middle .offset-bg{
  position: absolute;
  height: 100%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.info-box-middle .offset-bg.bg-left{
  left: 0;
  width: 46%;
  background-position: right bottom;
}
.info-box-middle .offset-bg.bg-right{
  right: 0;
  width: 16%;
  background-position: left top;
}
.info-box-middle .box{
  width: 34%;
  margin-left: 48%;
}
.info-box-middle .box h2{
  font-family: 'gibsonsemibold', sans-serif;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #ed1c24;
}
.info-box-middle .box h2 span{
  font-family: 'gibsonregular', sans-serif;
}
.info-box-middle .box .extras{
  margin-left: 30px;
}
.info-box-middle .box .extras p{
  font-size: 26px;
  line-height: 38px;
}
.info-box-middle .box .extras h3{
  font-family: 'gibsonsemibold', sans-serif;
  font-size: 26px;
  line-height: 38px;
  color: #0f2a4e;
  margin-top: 20px;
}


/* media info box middle */
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  .info-box-middle .box {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .info-box-middle .box .extras{
    margin-left: 0;
  }
  .info-box-middle .offset-bg.bg-left,
  .info-box-middle .offset-bg.bg-right{
    width: 22%;
  }
}
@media only screen and (max-width: 768px) {
  .info-box-middle{
    padding: 0;
  }
  .info-box-middle .box{
    width: 95%;
  }
  .info-box-middle .box h2{
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .info-box-middle .box .extras p {
    font-size: 24px;
    line-height: 34px;
  }
  .info-box-middle .offset-bg.bg-left,
  .info-box-middle .offset-bg.bg-right{
    display: none;
  }
}
@media only screen and (max-width: 480px) {

}





















/* footer */
.lp-footer{
  position: relative;
}
.lp-footer .footer-top{
  background: #0f2a4e;
  text-align: center;
}
.lp-footer .footer-top h4{
  font-family: 'gibsonsemibold', sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 5px;
}
.lp-footer .footer-top h4 a{
  color: #ed1c24;
  margin-bottom: 20px;
}
.lp-footer .footer-top h4 a:hover{
  color: #ff1a1a;
  text-decoration: none;
}
.lp-footer .footer-top p{
  font-family: 'gibsonsemibold', sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.lp-footer .footer-top p span{
  color: #ed1c24;
}
.lp-footer .footer-top p span.divide{
  margin: 0 20px;
}
.lp-footer .footer-top .lp-hide{
  color: #fff;
}

.lp-footer .footer-bottom{

}
.lp-footer .footer-bottom .signature{
  text-align: center;
}

/* media footer */
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) {
  .lp-footer .footer-top h4,
  .lp-footer .footer-top p{
    font-size: 26px;
    line-height: 32px;
  }
  .lp-footer .footer-top p span{
    display: block;
  }
  .lp-footer .footer-top p span.divide{
    display: none;
  }
  .lp-footer .footer-top .lp-hide{
    display: none;
  }
}
