/* ================================= */
/* ::::::::::: 1. Global ::::::::::: */
/* ================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	padding: 0;
	vertical-align: baseline;
}
* {
	margin: 0;
	padding: 0;
	border: 0
}
.clear {
	clear: both;
	width: auto;
}
html {
	position: relative;
	height: 100%
}
#back-stretch, #back-stretch-music {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
/* ================================= */
/* ::::::: 1.1 Basic styles :::::::: */
/* ================================= */
body {
	background: #2B2D35;
	font-family: 'Montserrat', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	padding: 0;
	text-align: center;
	position: relative;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
}
/* Text Select */ ::-moz-selection {
	background: #2B2D35;
	color: #fff;
}
::selection {
	background: #2B2D35;
	color: #fff;
}
/* Text Select */
.wrapper {
	margin: 0 auto;
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
	outline-offset: 0px;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #F8F8F8;
}
h1, h2 {
	width: 100%;
}
h1 {
	margin-top: 100px;
	color: #000;
	margin-bottom: 5px;
	font-size: 70px;
	font-weight: 100;
}
h2 {
	color: #333;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	line-height: 26px;
}
.main {
	float: left;
	width: 100%;
	margin: 0 auto;
}
.btn {
	font-family: 'Montserrat', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	display: inline-block;
	line-height: 100%;
	padding: 0.7em;
	text-decoration: none;
	color: #fff;
	width: 200px;
	line-height: 140%;
	font-size: 17px;
	font-weight: bold;
}
.btn:hover, .btn:hover {
	background: #444;
}
.btn, .btn.disabled, .btn[disabled] {
	background-color: transparent;
	border-color: transparent;
	border: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
	color: white;
	background-color: transparent;
	border: none;
	outline: none !important;
}
.tooltip {
	text-transform: none;
}
.tooltip-inner {
	color: white;
	background-color: #434a54;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
	border-top-color: #434a54;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #434a54;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #434a54;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #434a54;
}
.main section {
	overflow: hidden;
}
.border {
	background: rgba(255, 255, 255, 0.6);
	display: block;
	height: 3px;
	margin: 30px 0;
	width: 50px;
	border-radius: 10px;
}
.display-none {
	display: none;
}
.index999 {
	z-index: 99999 !important;
}
.index-999 {
	z-index: -999 !important;
}
.opacity-1 {
	opacity: 1 !important;
}
.opacity-0 {
	opacity: 0 !important;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
/* ================================= */
/* :::::::::::: 2. Home :::::::::::: */
/* ================================= */
#coming-soon {
	/*background: rgba(0,0,0,0.4);*/
}
#welcome {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	height: auto;
	z-index: 999
}
#brand-logo {
	margin: auto;
	margin-bottom: 20px;
}
.main section.welcome-section h1 {
	text-align: center;
	padding: 0px 0 5px;
	color: #f1e7c0;
	width: 100%;
	font-size: 4em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: 400 !important;
	margin: 0;
}
#welcome h2 {
	margin: 0 0 20px;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #FFF;
	font-weight: 400;
}
#pattern {
	background: rgba(52, 73, 94, 0.4);
	z-index: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
}
#pattern-video {
	/*background: url("../img/pattern-66.png") repeat;*/
	background: rgba(0, 0, 0, 0.4);
	z-index: 0;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
}
.fa-chevron-down {
	background: none;
	border-radius: 5px;
	border: 1px solid #F8F8F8;
	color: #F8F8F8;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	font-size: 1.5em;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.fa-chevron-down:hover {
	border-color: #f1e7c0;
	background: #f1e7c0;
	color: #333;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
/* ================================= */
/* ::::::::: 3. Newsletter :::::::: */
/* ================================= */
/*#subscribe {
	overflow: hidden;
	padding: 5px 15px 15px 0px;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all 1500ms ease 0s;
	-moz-transition: all 1500ms ease 0s;
	-ms-transition: all 1500ms ease 0s;
	-o-transition: all 1500ms ease 0s;
	transition: all 1500ms ease 0s;
}*/
#subscribe .form-control {
	background: #000;
	border: 5px solid rgba(255, 255, 255, 0.2);
	float: left;
	border-radius: 5px;
	box-shadow: none;
	margin-right: 15px;
	height: 50px;
	outline: medium none;
	padding: 10px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 60%;
	color: #F8F8F8
}
#subscribe button.submit {
	line-height: 18px;
	padding: 11px 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* ================================= */
/* ::::::::::: 4. Loading :::::::::: */
/* ================================= */
.globload {
	/* *** If you want a simple background with just one colour, remove the rules "background-image" and keep just the rule "background" *** */
	background: #2B2D35;
	background-image: -webkit-radial-gradient(top, circle cover, #2B2D35 0%, #252233 80%);
	background-image: -moz-radial-gradient(top, circle cover, #2B2D35 0%, #252233 80%);
	background-image: -o-radial-gradient(top, circle cover, #2B2D35 0%, #252233 80%);
	background-image: radial-gradient(top, circle cover, #2B2D35 0%, #252233 80%);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}
.globload img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
.spinner {
	font-size: 10px;
	height: 50px;
	width: 200px;
	text-align: center;
}
.ball-anim {
	width: 130px;
	height: 70px;
	padding-top: 10px;
	margin: 0 auto;
}
.loading span {
	display: inline-block;
	vertical-align: middle;
	width: .6em;
	height: .6em;
	margin: .2em;
	background: #007DB6;
	border-radius: .6em;
	-webkit-animation: loading 1s infinite alternate;
	-moz-animation: loading 1s infinite alternate;
}
.loading span:nth-of-type(2) {
	background: #008FB2;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
	background: #009B9E;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
	background: #00A77D;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
	background: #00B247;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
}
.loading span:nth-of-type(6) {
	background: #5AB027;
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
}
.loading span:nth-of-type(7) {
	background: #A0B61E;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
}
@-webkit-keyframes loading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes loading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.spinner p {
	font-family: 'Montserrat', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	font-weight: 400;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #FFF
}
/* ================================= */
/* ::::::::: 5. Contact ::::::::::: */
/* ================================= */
a#contact-form {
	color: #fff;
	background-color: #ef5252;
	font-size: 3em;
	padding: 2px 8px 6px;
	border-radius: 5px 5px 5px 5px;
	position: fixed;
	top: 9%;
	right: 1%;
	z-index: 9999;
	line-height: 1em;
	height: 40px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
a#contact-form:hover {
	top: 9%;
	text-decoration: none;
	background: #e35151;
}
.dark-popup {
	padding: 10px;
	max-width: 500px;
	margin: auto;
	text-align: center;
	position: relative;
}
.dark-popup h5 {
	font-family: 'Maven Pro', sans-serif;
	font-size: 3em;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-weight: 900;
	text-shadow:
		0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #0ff, 0 0 10px #0ff, 0 0 20px #0ff, 0 0 20px #0ff, 0 0 20px #0ff;
	color: #ef5252;
}
.dark-popup h5 .fa {
	font-size: 1em;
	color: #ef5252;
	opacity: 0.6;
	margin-bottom: 20px;
}
.dark-popup h6 {
	color: #3BE5E6;
	margin-bottom: 20px;
	font-size: 15px;
}
.dark-popup .form-control {
	height: 40px;
	width: 100%;
	line-height: 20px;
	padding: 0 0 0 20px;
	background: #ef5252;
	border: none;
	outline: none !important;
	color: #F2EE00;
}
.dark-popup .form-control:focus {
	box-shadow:
		0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #0ff, 0 0 5px #0ff, 0 0 5px #0ff, 0 0 5px #0ff, 0 0 5px #0ff;
	border: none;
	color: #3BE5E6;
}
.dark-popup .first {
	padding-right: 8px;
	color: #3BE5E6;
}
.dark-popup .second {
	padding-left: 8px;
	color: #3BE5E6;
}
.dark-popup textarea {
	height: 80px !important;
	padding: 10px 18px 0 !important;
}
.dark-popup .specsend {
	font-family: 'Maven Pro', sans-serif;
	color: #3BE5E6;
	background-color: #EF5252;
	font-size: 3em;
	padding: 10px 30px;
	border-radius: 8px;
	line-height: 2em;
	margin-top: 5px;
	text-shadow:
		0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #0ff, 0 0 1px #0ff, 0 0 1px #0ff, 0 0 1px #0ff, 0 0 1px #0ff;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.dark-popup .specsend:hover {
	text-decoration: none;
	background: #3BE5E6;
	color: #EF5252;
}
.requiretop::-webkit-input-placeholder, .requiretop::-webkit-input-placeholder {
	color: #E6C76B !important;
}
.requiretop:-moz-placeholder, .requiretop:-moz-placeholder {
	color: #E6C76B !important;
}
.requiretop:-ms-input-placeholder, .requiretop:-ms-input-placeholder {
	color: #E6C76B !important;
}
.error-form {
	float: right;
	margin: -24px 2px 0 0;
	position: relative;
	top: 0;
}
.error-form i:before {
	color: #fff;
	font-size: 120%;
	vertical-align: top;
	content: "\f071";
	margin-right: 10px;
	font-family: FontAwesome;
}
.error {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.alert {
	bottom: -100px;
	font-size: 1.2em;
	left: 90px;
	position: absolute;
	width: 300px;
}
.alert-problem {
	color: #FFF;
	background: #c0392b;
	border: none;
}
.alert-success {
	color: #FFF;
	background: #16a085;
	border: none;
}
#contact-form li {
	list-style: none;
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
}
/* ================================= */
/* ::::::: 6. Media Queries :::::::: */
/* ================================= */
/* *=*=*=*=*=*=*=*=*=* Small screen *=*=*=*=*=*=*=*=*=* */
/* Large desktop */
@media (min-width: 980px) and (max-width: 1280px) {
	.digit {
		font-size: 6em;
	}
	.dark-popup .first {
		padding-right: 15px;
	}
	.dark-popup .second {
		padding-left: 15px;
	}
	/*.newsletter-form {
		height:auto;
	}*/
	/*#info-block , #newsletter-block {
		height:auto !important;
		padding-left: 10px;
		padding-right: 10px;
	}*/
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.controls-youtube-button {
		display: none;
	}
	#background {
		display: none;
	}
	.digit {
		font-size: 6em;
	}
	/*.newsletter-form {
		height:auto;
	}*/
	/*#info-block , #newsletter-block {
		height:auto !important;
		padding-left: 10px;
		padding-right: 10px;
	}*/
	/*#subscribe .form-control {
	margin-bottom: 10px;
	}*/
	.dark-popup .first {
		padding-right: 15px;
	}
	.dark-popup .second {
		padding-left: 15px;
	}
	.controls .fa {
		display: none;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.wrap {
		display: none;
	}
	#brand-logo {
		margin: auto;
		margin-bottom: 15px;
		max-width: 200px;
	}
	.main section.welcome-section h1 {
		font-size: 3em;
	}
	#welcome h2 {
		font-size: 1.3em;
	}
	/*#info-block , #newsletter-block {
		height:auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	#info-block {
		padding-bottom: 0;
	}*/
	/*.newsletter-form {
		height: auto;
		padding-bottom: 30px;
	}*/
	#info-block h2 {
		font-size: 2.5em;
	}
	.contact-button, .about-second-button {
		width: 100%;
		margin-left: 0px;
	}
	#countdown_dashboard .dash-glob:nth-child(3) {
		border: none;
	}
	.digit {
		font-size: 5em;
	}
	.info-content {
		max-width: 200px;
		padding: 10px 0px 10px 10px;
	}
	/*#subscribe .form-control , #subscribe button.submit {
		width: 100%;
	}*/
	/*#subscribe .form-control {
		margin-bottom: 10px;
	}*/
	p.message {
		font-size: 1em;
		line-height: 1em;
		min-height: 50px;
	}
	.controls .fa {
		display: none;
	}
	/*#subscribe .form-control {
		margin-bottom: 10px;
	}*/
	.social-icons {
		margin-top: 20px;
		text-align: left;
	}
	.controls-youtube-button {
		display: none;
	}
	#background {
		display: none;
	}
	.dark-popup .first {
		padding-right: 15px;
	}
	.dark-popup .second {
		padding-left: 15px;
	}
	/*a#contact-form {
	    padding:10px 20px 2px;
	    border-radius:5px;
	    position:fixed;
	    top:0;
	    right:0;
	    line-height: 1.5em;
	    height: 40px;
	    width: 40%;*/
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.absolute-icon {
	display: none;
}
}
/* Landscape phones and down 

@media (max-width: 320px) { 

#back-stretch-music {
	
	width:100%;
	height:100%;
}

 }
 
 @media (max-width: 360px) { 

#back-stretch-music {
	
	width:100%;
	height:100%;
}

 }
 
 @media (max-width: 375px) { 

#back-stretch-music {
	
	width:100%;
	height:100%;
}

 }
 
 @media (max-width: 411px) { 

#back-stretch-music {
	
	width:100%;
	height:100%;
}

 }
 
 @media (max-width: 414px) { 

#back-stretch-music {
	
	width:100%;
	height:100%;
}

 }
 
 @media (max-width: 480px) { 

#back-stretch-music {
	
	width:100%;
	height:100%;
}

 }
 
 @media (max-width: 600px) { 

#back-stretch-music {
	
	width:100%;
	height:100%;
}

 }
 
 @media (max-width: 768px) { 

#back-stretch-music {
	
	width:100%;
	height:100%;
}

 }

@media (max-width: 800px) { 

#back-stretch-music {
	
	width:100%;
	height:100%;
}

 }

 @media (max-width: 1024px) { 

#back-stretch-music {
	
	width:100%;
	height:100%;
}

 }
 
 */