/* BASIC STYLES */
	body {
		font: 16px/1.5 "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
		background-color: #fff;
		color: #262626;
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}

	a { 
		color: #ed1c24;
		transition: all 0.125s ease-in-out 0s;
		-moz-transition: all 0.125s ease-in-out 0s;
		-webkit-transition: all 0.125s ease-in-out 0s;
		-o-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
	}

	a:hover {
		color: #ed5565;
	}

	a, a:hover, a:active, a:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

	.ns-float-left {
		float: left;
	}

	.ns-float-right {
		float: right;
	}
	
	.ns-block-center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.ns-show {
		display: block !important;
	}
	
	.ns-hide {
		display: none !important;
		visibility: hidden !important;
	}

	.ns-preloader {
		background: #fff url('../img/preloader.png') no-repeat center center;
		bottom: 0;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 99999;
	}



/* TYPOGRAPHY */

	p {
		line-height: 1.5;
	}
    
	.ns-text-uppercase {
		text-transform: uppercase;
	}

	.ns-text-center {
		text-align: center;
	}

	.ns-text-left {
		text-align: left;
	}

	.ns-text-right {
		text-align: right;
	}

	.ns-text-justify {
		text-align: justify;
	}

	.ns-text-underline {
		text-decoration: underline;
	}



/* HEADER */

	header {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	
	header > .container {
		height: 100%;
		padding: 100px 20px;
		position: relative;
		z-index: 1;
	}

	header > canvas {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.ns-overlay {
		width: 100%;
		height: 100%;		
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.ns-background-repeat {
	    background-repeat: repeat;
	}
	
	.ns-background-no-repeat {
		background-repeat: no-repeat;
	}
	
	.ns-overlay-none {
		display: none;
		visibility: hidden;
	}
	
	.ns-overlay-color {
	    background-color: rgba(0,0,0,0.3);
	}
	
	.ns-overlay-gradient {
		background: -moz-linear-gradient(215deg,  rgba(255,182,104,0.5) 0%, rgba(255,127,4,0.5) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,182,104,0.5)), color-stop(100%,rgba(255,127,4,0.5))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(215deg,  rgba(255,182,104,0.5) 0%,rgba(255,127,4,0.5) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(215deg,  rgba(255,182,104,0.5) 0%,rgba(255,127,4,0.5) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(215deg,  rgba(255,182,104,0.5) 0%,rgba(255,127,4,0.5) 100%); /* IE10+ */
		background: linear-gradient(215deg,  rgba(255,182,104,0.5) 0%,rgba(255,127,4,0.5) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb668', endColorstr='#ff7f04',GradientType=1 ) progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/1x1.png'); /* IE6-9 fallback on horizontal gradient */
		pointer-events:none;
	}

	.yt-background {		
		background-image: url('../img/video.jpg');
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		
	}

	.mobile .mbYTP_wrapper,
	.tablet .mbYTP_wrapper {
		z-index: -1 !important;
	}

	.mobile .yt-controls,
	.tablet .yt-controls {
		display: none;
	}

	.yt-controls {
		margin-top: 30px;
		text-align: right;
	}

	.yt-controls a {
		display: inline-block;
		color: #fff;
		width: 20px;
	}

	.yt-controls a:hover { 
		color: #ed5565;
	}
	
	.ns-logo a {
		display: block;
		text-align: center;
	}

	.ns-logo img {		border-top: 0px solid #fff;
		border-bottom: 0px solid #fff; padding: 10px;	}
		
	
	.logo {
		display: inline-block; text-align: center;
	}
	
	.ns-top-socials ul {
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		list-style-type: none;
	}

	.ns-top-socials li {
		display: inline-block;
		margin-right: 5px;
	}

	.ns-top-socials li:last-child {
		margin-right: 0;
	}

	.ns-top-socials li a {
		text-align: center;
    	-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		line-height: 40px;
		width: 40px;
		height: 40px;
		display: inline-block;
		color: #fff;
		font-size: 1.25em;
		 -webkit-transition: all 300ms ease-in-out 0s;
 		-moz-transition: all 300ms ease-in-out 0s;
 		-ms-transition: all 300ms ease-in-out 0s;
 		-o-transition: all 300ms ease-in-out 0s;
 		transition: all 300ms ease-in-out 0s;
	}

	.ns-top-socials li a:hover {
  		filter: alpha(opacity=50);
  		-moz-opacity: 0.5;
  		-khtml-opacity: 0.5;
  		opacity: 0.5;
		color: #fff;		
	}
	
	.ns-top-socials .fa.fa-facebook {
		background: #3F7EBA;
		line-height: 40px;
	}
	
	.ns-top-socials .fa.fa-twitter {
		background: #740e7e;
		line-height: 40px;
	}
	
	.ns-top-socials .fa.fa-google-plus {
		background: #00AFEA;
		line-height: 40px;
	}
	
	.ns-top-socials .fa.fa-youtube {
		background: #df4a43;
		line-height: 40px;
	}
	
	.ns-top-socials .fa.fa-linkedin {
		background: #77be32;
		line-height: 40px;
	}

	.ns-title {
        margin-top: 30px;
    }
    
    .ns-title h1 {
    	font-family: 'Oswald', sans-serif;
    	font-size: 3.5em;
    	font-weight: 300;
       color: #fff;
        margin: 0;
        word-wrap: break-word;
		  text-align: center;
			text-transform: capitalize;
			border-bottom: 1px solid #3f3f3f;
			padding-bottom: 30px;
			display: table;
			margin: 0 auto;
			position: relative;
    }
	 
	  .ns-title h1::after {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			bottom: -1.5px;
			height: 3px;
			width: 100px;
			background-color: #ed1c24;
			margin: 0 auto;
}
    
    .ns-title span {
        color: #ed5565;
        font-weight: 700;
    }

	.ns-line {
		margin-top: 20px;
	}

    .ns-line > div {
    	width: 100%;
    	height: 1px;
    	background-color: #fff;
    }

    .ns-title-paragraph {
    	margin-top: 30px;
		text-align: center;
    }

    .ns-title-paragraph p {
    	color: #fff;
    	margin: 0;
		
    }

	.ns-subscribe-form {
    	margin-top: 20px;
    }

    .ns-subscribe-form input[type=text], .ns-subscribe-form input[type=email] {
    	width: 310px;
    	height: 60px;
		margin: 0 auto;
    	display: block;
    	padding: 0 20px;    	
    	background-color: #fff;
        border: 1px solid #fff;
		  -webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		line-height: 60px;
		color: #262626;
		margin-bottom: 15px;
    }

    .ns-subscribe-form input:focus {
    	outline: 0;
    }
    
    .ns-subscribe-form input[type=submit], .ns-subscribe-form button[type=submit] {
    	width: 130px;
    	height: 60px;
		margin: 0 auto;
    	display: block;
    	padding: 0 10px; 
    	background-color: #df4a43;
        color: #fff;
		 -webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;    
		font-family: 'Oswald', sans-serif;
		font-weight: 700;	
		transition: all 0.125s ease-in-out 0s;
		-moz-transition: all 0.125s ease-in-out 0s;
		-webkit-transition: all 0.125s ease-in-out 0s;
		-o-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		border: none;
    }

    .ns-subscribe-form input[type=submit]:hover, .ns-subscribe-form button[type=submit]:hover {
	 	color: #fff;
	 
	 }

    #mc-notification {
    	height: 2.5em;
    	padding: 10px 20px;
    	color: #fff;
    	font-size: 0.9em;
    	display: block;
		width: 100%;
		text-align: center;
    }

    #mc-notification i {
    	margin-right: 5px;
    }

	#mc-notification .fa-warning {
    	color: #ff5c5c;
    }

    #mc-notification .fa-check {
    	color: #ff5c5c;
    }    
	 
/* Countdown styles */
   
.section-spacing { padding: 100px 0; }

.timer { background: #ed1c24;   		
		filter: alpha(opacity=70);
  		-moz-opacity: 0.7;
  		-khtml-opacity: 0.7;
  		opacity: 0.7; 
	}

.timer h2 {
  margin: 0;
  line-height: 1.2;
  color:#fff;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
}

ul.countdown {
  font-weight: 300;
  list-style: none;
  display: block;
  margin-bottom: 0;
  padding: 1.5em 0 0;
  color: #444;
}

ul.countdown li { display: inline-block; background: url(../img/transparent.png) repeat; padding: 5px 20px; color: #fff;}

ul.countdown li span { font-size: 50px; font-weight: bold; font-family: 'Oswald', sans-serif;}

ul.countdown li.seperator {
  font-size: 30px;
  line-height: 100px;
  vertical-align: top;
  padding: 0 8px;
  background: none;
  border:none;
}

ul.countdown li p {
  font-size: 16px;
  margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize;
}


    
/* ICONS */

	.icons {
		background-color: #fff;
				filter: alpha(opacity=80);
  		-moz-opacity: 0.8;
  		-khtml-opacity: 0.8;
  		opacity: 0.8;
	}

	.icons > .container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	
	.icons h2 {
		font-size: 40px;
		margin: 0;
		font-family: 'Oswald', sans-serif;
		line-height: 1.2;
		padding-bottom: 40px;
	}

	.ns-icon-box {
		padding: 0 20px;
		text-align: center;
	}

	.ns-icon-box span {
		display: inline-block;
		font-size: 2em;
		width: 90px;
		height: 90px;
		line-height: 90px;
		border-radius: 60%;
		text-align: center;
		color: #ed1c24;	
		background-color: #fff;
		border: 3px solid #ed1c24;
	}

	.ns-icon-box h3 {
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		font-size: 1em;
		word-wrap: break-word;
		color: #262626;
		text-transform:uppercase;
	}

	.ns-icon-box p {
		font-size: 0.9em;
		color: #262626;
	}

	.ns-icon-box > a {
		font-family: 'Oswald', sans-serif;
		font-size: 14px;;
		color: #fff;
		display: inline-block;
		background: #ed1c24;
		padding: 6px 15px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	.ns-icon-box > a:hover {
		color: #fff !important;
	}

	.ns-icon-box h3,
	.ns-icon-box p,
	.ns-icon-box > a {
		margin: 20px 0 0;
	}

	.ns-icon-box p a {
		font-weight: 700;
	}

	
	    
/* FOOTER */

	footer {
		width: 100%;
		background-color: #323232;
		border-top: 3px solid #6a6767;		filter: alpha(opacity=80);
  		-moz-opacity: 0.8;
  		-khtml-opacity: 0.8;
  		opacity: 0.8;
	}

	footer > .container {
		padding-top: 20px;
		padding-bottom: 20px;
		color: #262626;
	}

	.ns-footer-copyrights p {
		font-size: 12px;
		margin: 0;
		color: #afaeae;
		padding-top: 10px;
	}
	
	p.scroll-top {
		margin: 0;
	}
	
	.scroll-top .fa.fa-chevron-up {
		padding: 10px;
		border: 1px solid #979595;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	
	.scroll-top .fa.fa-chevron-up:hover {
		filter: alpha(opacity=80);
  		-moz-opacity: 0.8;
  		-khtml-opacity: 0.8;
  		opacity: 0.8;
	}
	
	.ns-footer-design p {
		text-align: right;
		font-size: 12px;
		margin: 0;
		color: #afaeae;
		padding-top: 10px;
	}



/* BREAKPOINTS */

	@media (max-width: 767px) {

		/* 5. HEADER */

		header,
		header > .container {
			height: auto;
		}

		.ns-logo a {
			margin: 0 auto;
		}

		.ns-title {
			text-align: center;
		}
		
		.ns-title h1 {font-size:35px;}
		.ns-line > div {
			margin: 0 auto;
		}

		.ns-title-paragraph p {
			text-align: center;
			padding: 0 30px;
		}

		.ns-subscribe-form {
			padding: 0 30px;
		}

		.ns-subscribe-form input[type=text] {
			width: 65%;
		}

		.ns-subscribe-form input[type=submit] {
			width: 35%;
		}

		/* 6. ICONS */

		.ns-icon-box {
			text-align: center;
			margin-bottom: 50px;
		}

		.ns-icon-box:last-child {
			margin-bottom: 0;
		}

		.ns-icon-box span {
			font-size: 3em;
		}

		.ns-icon-box h3 {
			font-size: 1.3em;
		}

		.ns-icon-box p {
			font-size: 1em;
			padding: 0 20%;
		}

		.ns-icon-box > a {
			font-size: 1em;
		}

		/* 7. FOOTER */

		.ns-footer-socials ul {
			text-align: center;
		}

		.ns-footer-copyrights p {
			text-align: center;
		}

	}

	@media (max-width: 480px) {

		/* HEADER */
		
		.ns-logo {margin-bottom: 20px;}
		.ns-top-socials {text-align: center;}
		.ns-top-socials .ns-float-right {
			float: none;
		}

		.ns-subscribe-form input[type=text], .ns-subscribe-form input[type=email],
		.ns-subscribe-form input[type=submit] {
			width: 100%;
			float: none;
		}

		.ns-subscribe-form input[type=text], .ns-subscribe-form input[type=email] {
			-webkit-border-top-left-radius: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-topright: 3px;
			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
			-webkit-border-bottom-left-radius: 0;
			-moz-border-radius-bottomleft: 0;
			border-bottom-left-radius: 0;
		}

		.ns-subscribe-form input[type=submit] {
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
			-webkit-border-top-right-radius: 0;
			-moz-border-radius-topright: 0;
			border-top-right-radius: 0;
		}
		
		ul.countdown li {margin-bottom: 10px; padding:5px 10px;}
		ul.countdown li span {font-size: 30px;}
		ul.countdown li p {font-size: 13px;}
		ul.countdown li.seperator {line-height: 52px;}
		.ns-title h1 {font-size:35px;}
		.ns-footer-design p {text-align: center;}
		p.scroll-top {	margin: 10px 0 5px 0;}
		.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
			width: 100%;}
		.ns-logo img {text-align: center !important; float: none !important; margin: 0 auto 20px auto;  }

	}