
/*==============SPLASH PAGE STYLE S===============*/
html *{font-family:'Open Sans', Arial, Helvetica, sans-serif;}
.splash-content-panel{background:#fff; padding:50px 0}

.splash-logo{text-align:center; margin:0 0 30px}

.splash-phone {display:table; margin:0 auto 30px}
.splash-phone a{background:url(LP-icn-phone.png) 0 50% no-repeat; padding:0 0 0 55px; margin:0; font-size:34px; color:#000000; font-weight:600; line-height:1; text-align:left;}
.splash-phone a:hover{color:#ff6700}

.splash-content{text-align:center; display:table; margin:0 auto; max-width:920px;}
.splash-content p{font-size:18px; color:#000000; font-weight:600; line-height:1.4; margin:0; letter-spacing:0.5px;}

.splash-products-panel{display:flex; align-items:stretch; text-align:center}
.splash-products{text-align:center}

@media screen and (max-width: 991px) {
	.splash-content-panel{background:#fff; padding:50px 15px}
	.splash-products-panel{flex-wrap: wrap}
}
@media screen and (max-width: 767px) {		
	.splash-phone a{font-size:24px; padding:5px 0 5px 45px}  
}
/*==============SPLASH PAGE STYLE E===============*/