/* ------------------------------------------------------------------------------ 
	Author: webthemez 
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Play'); 

body{ 
font-family: 'Play', sans-serif;
}
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #ffffff;
}
h1, .type-wrap{
	font-size: 24px;
	color: #fff;
	margin-top: 16px;
	min-height: 18px;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-bottom:3px solid rgba(255, 255, 255, 0.3);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	letter-spacing:3px;
	line-height:30px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	color: #fff;
	border-bottom:3px solid rgba(229, 46, 46, 1);
}
.btn-large {
	padding: 15px 40px;
}
.logo b {
    color: #ffc107;
    text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #03a9f4;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
	color: #fff;
}
body { 
	font-weight: 400;
	color: #000000;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
 .no-gutter [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.logo {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	letter-spacing:3px;
	text-transform: capitalize;
	padding: 10px 0 0;
}
.banner-area {
	position: relative;
}
.banner-area-gradient {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background: rgba(0, 13, 29, 0.58);
}
.banner-text {
	padding-top: 20px;
	padding-bottom: 0%;
	text-align: center;
	color: #fff !important;
}
.banner-text h1 {
	margin-top:10%;
	color: #fff;
	font-weight: 100;
	font-size: 28px;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.banner-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing:3px;
	margin-bottom: 5%;
	font-family: arial;
}

/* ------------------------------------------------------------------------------
	Countdown
-------------------------------------------------------------------------------*/

#countdown {
	padding:0;
	position:relative;
	margin-top: 6%;
	margin-bottom:5%;
	/* padding: 10px 0 20px; */
	/* border: 2px dashed #ffffff38; */
	max-width: 290px;
	display: inline-flex;
	margin: 3% auto;
	margin-top: 0px !important;
}

#countdown p{
	font-weight: 400;
}

.item {
	display: inline-block;
	position: relative;
	text-align:center;
	margin:0 5px;
	/* padding: 10px 0 10px; */
	text-transform:uppercase;
	font-size: 16px;
	/* border-bottom: 1px solid #ffc107; */
	color: #fff;
	width: 80px;
	/* background: rgba(0, 0, 0, 0.34); */
	/* border: 1px #646464 dashed; */
	/* border-bottom: 1px solid #ffc107; */
}
.item p {
	text-align:center;
	margin:0;
	font-size: 18px;
	padding:0;
	/* background: rgba(2, 7, 13, 0.28); */
}

#countdown .item:nth-child(1){/* background: rgb(208, 40, 40); */margin: 0;}
#countdown .item:nth-child(2){/* background: rgb(37, 110, 249); */}
#countdown .item:nth-child(3){/* background: rgb(38, 175, 38); */}
#countdown .item:nth-child(4){/* background: rgb(230, 158, 21); */}

 /* code for animated blinking cursor */
        .typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }


		.youtube-width {
			max-width: 800px;
			min-width: 200px;
			margin:10px auto 10px auto; /* AUTO CENTERS THE VIDEO + TOP/BOTTOM MARGINS */
			}
			
			.youtube-container {
			padding-top: 0px;
			padding-bottom: 56.25%;
			height: 0;
			overflow: hidden;
			position: relative;
			z-index: 100;
			}
			
			.youtube-container iframe,
			.youtube-container object,
			.youtube-container embed {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 101;
			}
			