.section-hero {
position: relative;
width: 100%;
height: 100vh;
background-color: #111;
overflow: hidden;
}
.section-hero .section-photo { display: none;}
.section-hero .section-photo img { 
width: 100%; 
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.section-hero .img-w980 { display: block;}
.section-hero .img-w767 { display: none;}
.hero-vdo {
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
transform: translateX(-50%) translateY(-50%);
z-index: 0;
}
.video-container {
position: relative;
width: 100%;
height: 100%;
z-index: 100;
}
.video-container .container { height: 100%;}
.hero-content {
width: 100%;
vertical-align: middle;
text-align: center;
color: #FFF!important;
}
.hero-content h1 { 
color: inherit;
margin-bottom: 10px;
text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}
.hero-content .desc { 
font-family: 'Avenir LT Std 65', 'db_heaventmed', sans-serif;
font-size: 20px;
text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
text-transform: uppercase;
}
.video-overlay { 
width: 100%;
height: 100%;
position: absolute;
top: 0; 
left: 0;
z-index: 105;
pointer-events: none;
}
.video-overlay:before {
width: 100%;
position: absolute;
top: 0;
height: 260px;
content: "";
background: rgba(0,0,0,0);
background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left bottom, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.8) 100%);
background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.8) 100%);
background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.8) 100%);
background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.video-overlay:after {
width: 100%;
position: absolute;
bottom: 0;
height: 150px;
content: "";
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.9) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.9) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.9) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.device-mobile .section-hero { height: auto;}
.device-mobile .hero-vdo { display: none;}
.device-mobile .section-hero .section-photo { display: block;}
.device-mobile .video-container { position: absolute; top: 0;} .grid-lists .row-10 { margin-left: -10px; margin-right: -10px;}
.grid-lists .grid-img { padding-left: 10px; padding-right: 10px;}
.grid-lists .items-img {
position: relative;
overflow: hidden;
z-index: 1;
margin-bottom: 20px;
background-image: url(/assets/img/bg-box.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-ms-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-out;
}
.grid-lists .items-img img {
position: relative;
width: 100%;
height: auto;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.grid-lists .items-img:hover img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.grid-lists .grid-caption {
position: absolute;
width: 100%;
height: 100%;
z-index: 200;
top: 0;
left: 0;
padding: 30px;
color: #FFF;
}
.grid-lists .grid-caption h3 { 
font-family: 'Avenir LT Std', sans-serif;
font-size: 35px;
line-height: 1;
color: #FFF;
margin-bottom: 15px;
text-transform: uppercase;
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.grid-lists .grid-caption .icon {
display: none;
font-size: 40px;
color: #FFF;
margin-bottom: 12px;
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.grid-lists .grid-caption p { font-size: 14px; line-height: 1.5;} .grid-lists .items-solutions .icon { font-size: 50px; margin-bottom: 6px;}
.grid-lists .grid-video {
position: relative;
height: 356px;
width: 100%;
}
.grid-lists .grid-video video {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.grid-lists .img-video { display: none;}
.device-mobile .grid-lists .grid-video  {
display: none;
}
.device-mobile .grid-lists .img-video {
display: block
}
.items-media:hover .icon {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.items-media:hover .grid-caption h3 {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.items-latest-news .entry-caption h3 { margin-top: 0;}
.items-latest-news { 
width: 100%; 
display: table; 
border-bottom: 1px solid #eee; 
padding-bottom: 20px; 
margin-bottom: 20px;
}
.items-latest-news .col-td { width: 40%; display: table-cell; vertical-align: middle;}
.items-latest-news .col-td:last-child { width: 60%;}
.items-latest-news .entry-caption { padding: 0 0 0 30px;}
.items-latest-news .desc { font-size: 14px;}
.items-latest-news .entry-caption:before { display: none;}
.device-mobile .items-partners img {
opacity: 1;
-webkit-filter: grayscale(0); filter: grayscale(0);
}
.container-nationwide { max-width: 980px; margin: 0 auto;}
.section-nationwide { 
position: relative;
background-image: url(/assets/home/img/sc-bg-nationwide.jpg);
background-position: center;
background-repeat: no-repeat;
}
.section-nationwide .container { height: 100%;}
.section-nationwide .section-inner {
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 100;
}
.vdo-container {
max-width: 850px;
margin: 0 auto 20px;
}
.fullvdo-container {
position: relative;
padding-bottom: 56.25%; 
height: 0;
}
.fullvdo-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.th .grid-lists .grid-caption p { font-size: 18px; line-height: 1.4;} @media screen and (min-width:1440px) {
.section-hero { height: 90vh;}
.hero-content h1 { 
font-size: 60px; 
}
}
@media screen and (max-width:1024px) {
.video-overlay { display: none;}
}
@media screen and (max-width:980px) {
.grid-lists .grid-caption { padding:25px 30px; }
.grid-lists .grid-caption .icon { font-size: 30px;}
}
@media screen and (max-width:767px) {
.main { padding-top: 0;}
.section-hero { margin-top: 60px;}
.section-hero .img-w980 { display: none;}
.section-hero .img-w767 { display: block;} 
.section-nationwide {
background-position: center;
background-size: cover;
}
.items-partners { width: 25%; padding:15px 10px; }
.items-media { min-height: inherit;}
.items-media .img-blank { display: none;}
.items-media .content-vertical-center { vertical-align: top;}
.grid-lists .items-solutions .icon { font-size: 35px;}
.grid-lists .grid-caption { position: relative; padding: 30px 20px;}
.grid-lists .grid-caption h3 { font-size: 28px;}
.hero-content h1,
.device-mobile .hero-content h1 { font-size: 35px;}
.section-media .button-action { margin-top: 20px;}
.section-news .action-button { margin-top: 30px;}
}