/* Custom Page Styles sheet
*************************************/

/*Define Typeface*/
@font-face {
    font-family: 'SansSemiBold';
    src: url('../fonts/thsclf6s-webfont.eot');
    src: url('../fonts/thsclf6s-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thsclf6s-webfont.woff2') format('woff2'),
         url('../fonts/thsclf6s-webfont.woff') format('woff'),
         url('../fonts/thsclf6s-webfont.ttf') format('truetype'),
         url('../fonts/thsclf6s-webfont.svg#thesanscdsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SansBold';
    src: url('../fonts/thsclf7b-webfont.eot');
    src: url('../fonts/thsclf7b-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thsclf7b-webfont.woff2') format('woff2'),
         url('../fonts/thsclf7b-webfont.woff') format('woff'),
         url('../fonts/thsclf7b-webfont.ttf') format('truetype'),
         url('../fonts/thsclf7b-webfont.svg#thesanscdbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SansExtraBold';
    src: url('../fonts/thsclf8e-webfont.eot');
    src: url('../fonts/thsclf8e-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thsclf8e-webfont.woff2') format('woff2'),
         url('../fonts/thsclf8e-webfont.woff') format('woff'),
         url('../fonts/thsclf8e-webfont.ttf') format('truetype'),
         url('../fonts/thsclf8e-webfont.svg#thesanscdextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General styles */
body {color: #000000}
.container-fluid{max-width: 1980px; margin: auto;}
.no-padding{padding :0;}
.disable-pointerevents{pointer-events: none;}

/*Typography*/
h1{
	font-family: 'SansExtraBold';
	font-size: 60px;
	line-height: 55px;
}
h2{
	font-family: 'SansSemiBold';
	font-size: 50px;
	line-height: 45px;
}
h3{
	font-family: 'SansBold';
	font-size: 26px;
	line-height: 30px;
	margin: 5px 0;
	text-transform: uppercase;
}
h4{
	font-family: 'SansSemiBold';
	font-size: 27px;
	line-height: 28px;
	margin: 5px 0 10px;
}
p{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
p.subheader{
	font-size: 25px;
	line-height: 28px;
}
ul li{
	font-size: 14px;
	line-height: 14px;
}
a{
	text-decoration: underline;
}
#footer ul li {
    font-size: 12px;
    line-height: 14px;
}
button.red-btn{
	background-color: rgb(213, 61, 48);
	color: rgb(255, 255, 255);
	font-family: Arial;
	font-weight: bold;
	border: medium none;
	border-radius: 5px;
	padding: 10px 40px;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
}
button.red-btn.cta-btn{
	width: auto;
	margin: 15px 0; 
}
.btn.focus, .btn:focus, .btn:hover, .btn-default.active.focus, .btn-default.active:focus,.btn-default.active:hover,
.btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover{
	background-color: rgb(213, 61, 48);
	color: rgb(255, 255, 255);
}

/*Header*/
.redborder {height: 9px; background-color: #ed1b24;}

/* Masthead Image Container */
.mastheadbg-video-wrapper{
	margin-top: 40px;
}

/* Product Icons */
.header-container h1{
	margin-bottom: 30px;
}
.product-icons-wrap .container-top .image-container{
	margin-bottom: -70px;
}
.product-icons-wrap .container-bottom{
 	background-color: #f5f5f5;
 	padding: 70px 0 50px;
 }

/*RoadMap Container*/
.roadmap-wrapper{
	background-image: url('../images/map-bg.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
/*Milestones*/
.roadmap-wrapper .milestone-wrapper{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 300px;
	-ms-transform: translateX(-50%);
	-webkit-transform : translateX(-50%);
	transform: translateX(-50%);
}
.milestone-wrapper .milestone-container{
	position: absolute;
	text-align: center;
	cursor: pointer;
}
.milestone-wrapper .milestone-container img{
	-ms-transform: scale(0.8);
	-webkit-transform : scale(0.8);
	transform: scale(0.8);
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;
}
.milestone-wrapper .milestone-container.visible img{
	-ms-transform: scale(1);
	-webkit-transform : scale(1);
	transform: scale(1);
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;
}
.milestone-container.one{top: 315px;}
.milestone-container.two{top: 685px;}
.milestone-container.three{top: 1065px;}

/*Filp & Match Wrapper*/
.flip-match-wrapper{
	position: absolute;
	bottom: 95px;
	left: 0;
	width: 100%;
	background-image: url('../images/woodbg-outer.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.flip-match-inner{
    padding: 100px 0 55px;
}
.flip-match-inner img{
	width: 450px;
	max-width: 100%;
	margin-bottom: 30px;
}
.flip-match-inner h3{
	margin-top: 25px;
}

/*How to Apply Container*/
.how-to-apply-wrapper{
	margin-bottom: 60px;
}
.how-to-apply-shadow-container{
	margin-bottom: 50px;
}
/*How to Apply Header*/
.how-to-appy-header{
	margin-bottom: 30px;
}
.how-to-appy-header p{
	font-size: 20px;
	line-height: 22px;
}
.how-apply-container{
	position: relative;
}

/*Left Right Containers*/
.how-apply-container .left-container, .how-apply-container .right-container{
	padding: 29px 30px 15px;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(249, 249, 249));
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    text-align: center;
    max-width: 575px;
}
.how-apply-container .right-container{
	float: right;
	padding-top: 10px;
}
.how-apply-container .left-container{
	padding: 48px;
}
/*Apply Online container*/
.booknowwrap {
    width: 182px;
    margin: auto;
}
a.booknow {
	font-family: 'SansSemiBold';
    font-size: 27px;
    line-height: 27px;
    padding-left: 40px;
    background: url(../images/book.png) no-repeat;
    height: 29px;
    display: block;
    color: #333;
    border: none;
    text-decoration: none;
}
/*OR Container*/
.how-apply-container .or-container{
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 900;
    background-color: rgb(255, 255, 255);
    padding: 12px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 16px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -8px rgba(0,0,0,0.75);
}

/*Important Notices Section*/
.important-notices-section p strong{
	font-size: 21px;
	line-height: 21px;
}
.important-notices-section ul.custom-list{
	margin-top: 20px;
	padding-left: 20px;
}
.important-notices-section ul.custom-list li a{
	font-size: 16px;
	line-height: 16px;
}

/*Animations*/
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.pulse {
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDown {
	0% {opacity: 1; -webkit-transform: translateY(0);}	
	100% {opacity: 0; -webkit-transform: translateY(20px);}
}
@-moz-keyframes fadeOutDown {
	0% {opacity: 1; -moz-transform: translateY(0);}
	100% {opacity: 0; -moz-transform: translateY(20px);}
}
@-o-keyframes fadeOutDown {
	0% {opacity: 1; -o-transform: translateY(0);}	
	100% {opacity: 0; -o-transform: translateY(20px);}
}
@keyframes fadeOutDown {
	0% {opacity: 1; transform: translateY(0);}
	100% {opacity: 0; transform: translateY(20px);}
}
@-webkit-keyframes fadeInUp {
	0% {opacity: 0; -webkit-transform: translateY(20px);}	
	100% {opacity: 1; -webkit-transform: translateY(0);}
}
@-moz-keyframes fadeInUp {
	0% {opacity: 0; -moz-transform: translateY(20px);}	
	100% {opacity: 1; -moz-transform: translateY(0);}
}
@-o-keyframes fadeInUp {
	0% {opacity: 0; -o-transform: translateY(20px);}	
	100% {opacity: 1; -o-transform: translateY(0);}
}
@keyframes fadeInUp {
	0% {opacity: 0; transform: translateY(20px);}	
	100% {opacity: 1; transform: translateY(0);}
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* Footer*/
#footer {
    border-top: 1px solid #b5b5b5;
    padding: 30px 0px;
    font-size: 12px;
    margin-top: 90px;
}
#footer img {
    display: inline-block
}
#footer ul li {
    background: none;
    display: inline-block;
}
#footer .row {
    margin-left: 0px;
    margin-right: 0px;
}

/* MastHead Animation */
.icogroup-image{
	display: none;
}
.animated-bg-container{
	position: relative;
}
.animated-bg-container > img{
	z-index: 500;
}
.animated-bg-container .car{
	position: absolute;
	left:30%;/* left: 21%; */
	top: 43%;
	width: 535px;
	opacity: 0;
	z-index: 500;
}
.animated-bg-container .car img.rider{
	position: absolute;
    top: 0px;/* top: -3px; */
    left: 64%;
    width: 81px;
    z-index: 500;
    opacity: 0;
}
.animated-bg-container .cc{
	position: absolute;
	left: 28%;
	top: 71%;
	width: 150px;
	z-index: 600;
}
.animated-bg-container .clouds{
	position: absolute;
	width: 545px;
	left: 28%;
	top: 19%;
	height: 95px;
	overflow: hidden;
}
.animated-bg-container .clouds img{
	position: absolute;
	z-index: 50;
}
.animated-bg-container .clouds img.one{
	left: 10%;
	top: 10%;
}
.animated-bg-container .clouds img.two{
	left: 35%;
	top: 20%;
}
.animated-bg-container .clouds img.three{
	left: 80%;
	top: 30%;
}
.animated-bg-container .clouds img.four{
	left: 100%;
	top: 40%;
}
.animated-bg-container .clouds img.five{
	left: 135%;
	top: 20%;
}
.animated-bg-container .clouds img.six{
	left: 150%;
	top: 60%;
}

/*Masthead More Videos*/
.more-videos-header{
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}
.more-videos-header h4, .more-videos-header span.arrow{
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.more-videos-header h4{
	font-size: 23px;
	line-height: 23px;
}
.more-videos-header span.arrow{
	width: 15px;
	height: 10px;
	margin: 5px;
	background-image: url('../images/arrow-down.png');
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);

	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.more-videos-header.active span.arrow{
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.more-videos-wrapper{
	width: 650px;
	margin: 30px auto 0;
}
/* .more-videos-container{
	initial state
	opacity: 0;
	height: 0;
} */
.more-videos-container .video-container{
	display: inline-block;
	cursor: pointer;
}

/*Now Playing*/
#more-videos .owl-item{
	overflow: hidden;
	cursor: pointer;
}
#more-videos .owl-item > span{
	content: "";
	width: 55px;
	height: 30px;
	background-image: url('../images/video-thumbs/now-playing.png');
	-webkit-background-size: contain;
	background-size: contain;
	opacity: 0;

	position: absolute;
	left: 50%;
	top: 35px;
	-webkit-transform: translateX(-50%) scale(2.28);
	-ms-transform: translateX(-50%) scale(2.28);
	-o-transform: translateX(-50%) scale(2.28);
	transform: translateX(-50%) scale(2.28);

	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#more-videos .owl-item.active > span{
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	opacity: 1;
}

/*Play Button*/
#more-videos .owl-item .video-container > span{
	content: "";
	width: 29px;
	height: 20px;
	background-image: url('../images/video-thumbs/play-btn.png');
	-webkit-background-size: contain;
	background-size: contain;

	position: absolute;
	left: 50%;
	top: 40px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#more-videos .owl-item.active .video-container > span{
	display: none;
}