/* ==================================================================
Template Specific Styles (Custom CSS here)
================================================================== */

/*	 Corporate(Slide Show)
-------------------------------------------------------------- */
#corporate .lt-boxed, /* Sub Text Background Box Color */
.sven-form .btn,    /* "get notified" button Color */
.sk-three-bounce .sk-child, .sk-spinner-pulse, .sk-double-bounce .sk-child, /* Preloader Color */
.video-play-button:before, .video-play-button:after, /* "GO" button color */
.coming-soon .btn, /* "Subscribe" button on lt-sub */
.sven-info .btn:after /* "Subscribe" button on footer */
{
    background: none #ff1f34;
}

#corporate h1 {
    -webkit-text-stroke: 0px;
}

/* Main Text */
#corporate .lt-main {
    font-weight: 300;
}

/* Sub Text */
#corporate .lt-sub {
    color: #fff;
}

.coming-soon .btn {
	color: #fff;
}

.sven-info, .sven-timer {
    font-family: 'Exo', sans-serif;
}

.sven-timer {
    font-weight: 300;
}

.bt-wrapper {
    width: 74%;
    text-transform: uppercase;
}

/* ==================================================================
Responsive styles
================================================================== */

/* Small Devices, Tablets
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
    .bt-wrapper {
        width: 36%;
    }
}

/* Medium Devices, Desktops, Laptops
-------------------------------------------------------------- */
@media only screen and (min-width : 1224px) {
}

/* Large Devices, Wide Screens
-------------------------------------------------------------- */
@media only screen and (min-width : 1824px) {
}
