

#lp-div-1 {position:relative;text-align: center;}
#lp-div-1 img {max-width: 100%;}
/*#lp-div-1 .title-section {position: absolute;top:calc(50% - 89px);left: 0;right: 0;font-weight: 200;}*/
#lp-div-1 .title-section {position: absolute;top:calc(40%);left: 0;right: 0;font-weight: 200;max-width: 95%;margin: auto;}
/*#lp-div-1 .title-section  .mainTitle {font-size:62px;}
#lp-div-1 .title-section  .subTitle {font-size: 26px;}
#lp-div-1 .title-section  .titleBtn a {font-size:30px; font-weight:300;}
*/
#lp-div-1 .title-section  .mainTitle {font-size: 4vw;}
#lp-div-1 .title-section  .subTitle {font-size: 2.5vw;}
#lp-div-1 .title-section  .titleBtn { max-width:250px; margin:25px auto 0; border:2px solid #fff; padding:5px;}
#lp-div-1 .title-section  .titleBtn a {font-size: 2vw; font-weight:300;}

#lp-div-1 .shade {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;opacity: .3;}
#lp-div-1.dark .shade {background-color: #555;}
#lp-div-1.light .shade {background-color: #fff;}
#lp-div-1.transparent .shade {background-color: transparent;}
#lp-div-1.blue .shade {background-color: #008CBA;}
#lp-div-1.custom .shade {background-color: #a4c77b;}

/************ DESKTOP LARGE DEVICES *****************/
@media (max-width:960px) {

}
/************ TABLET MEDIUM DEVICES *****************/
@media (max-width:768px) {
 /* #lp-div-1 .title-section  .mainTitle {font-size:40px;}
  #lp-div-1 .title-section  .subTitle {font-size: 20px;} */
  #lp-div-1 .title-section  .titleBtn { max-width:160px; margin:25px auto 0; border:2px solid #fff; padding:5px;}
 /* #lp-div-1 .title-section  .titleBtn a {font-size:24px; font-weight:300;}*/
}
/************ TABLET PHONE SMALL DEVICES *****************/
@media (max-width:600px) {
/*#lp-div-1 .title-section {top:calc(50% - 70px);}*/
  #lp-div-1 .title-section {top:15px;}
  #lp-div-1 .title-section  .mainTitle {font-size:5vw;}
  #lp-div-1 .title-section  .subTitle {font-size: 4vw;}
  #lp-div-1 .title-section  .titleBtn a {font-size:4vw; font-weight:300;}
}

@media (max-width:540px) {

}
/************ PHONE X-SMALL DEVICES *****************/
@media (max-width:480px) {

}

@media (max-width:320px) {

}
