/*-------------------------------------------------------------
 * Countdown
 *-------------------------------------------------------------*/
.countdown-wrapper {
	margin: 20px 0 50px;
}
#back-countdiown {
	padding: 0;
	text-align:center
}
#back-countdiown li {
	display: inline-block;
	margin-right: 15px;
	min-width: 150px;
	text-align: center;
	border: 3px solid #fecb38;
	border-radius: 4%;
	margin:0 0 10px 0;
	position: relative;
}
@media screen and (max-width:800px) {
#back-countdiown li span {
padding:30px!important;
font-size:45px!important
}
}
 @media screen and (max-width:600px) {
 #back-countdiown li {
 width: 50%;
 margin-bottom: 20px;
}
}
#back-countdiown li:last-child {
	margin-right: 0
}
#back-countdiown li span {
	display: block;
	font-size: 70px;
	padding: 50px;
	font-weight: 700;
	color:#fecb38
}
#back-countdiown li p {
	text-transform: uppercase;
	font-size:18px;
	font-weight: 300;
	margin: 0;
	padding: 10px 0;
	color: #2c2c2c;
	border-top: 1px solid #fecb38;
}
#back-countdiown li span:hover {
	cursor: pointer;
}
/*-------------------------------------------------------------
 * Subscribe 
 *-------------------------------------------------------------*/
.subscribe {
	margin: 50px 0 50px;
	text-align: center;
	display: block;
}
.subscribe-form {
	width: 40%;
	position: relative;
	margin:0 auto;
}
 @media screen and (max-width:768px) {
 .subscribe-form {
 width: 100%;
}
}
.subscribe-form input[type="email"] {
	border: 2px solid rgba(0, 0, 0, .5);
	height: 50px;
	line-height: 50px;
	width: 100%;
	background:transparent;
	border-radius:3px;
	padding: 0 130px 0 20px;
	font-size:18px;
	display: inline-block;
	box-sizing: border-box;
	color: #2c2c2c;
}
.subscribe-form input:focus {
	outline:none;
}
.subscribe-form input[type="submit"] {
	cursor: pointer;
	background: #fecb38;
	color: #43434e;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	display: inline-block;
	position: absolute;
	right: 5px;
	top:5px;
	border-radius:2px;
	box-sizing: border-box;
	padding:11px 20px 28px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
.subscribe-form input[type="submit"]:hover {
	background: #2c2c2c;
}
 .subscribe-form::-webkit-input-placeholder {
 color:   #fff;
}
/*------------------
 * Video Background
 *------------------*/

.fullscreen-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}
 .fullscreen-bg::before {
 position: absolute;
 content: "";
 background: rgba(0, 0, 0, 0.7);
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 z-index: 1;
}
.fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 @media (min-aspect-ratio: 16/9) {
 .fullscreen-bg__video {
 height: 300%;
 top: -100%;
}
}
 @media (max-aspect-ratio: 16/9) {
 .fullscreen-bg__video {
 width: 300%;
 left: -100%;
}
}

/*-----------------------
 * Footer
 *-----------------------*/
.footer {
	position: relative;
	display: block;
	bottom: auto;
	left: auto;
}
/*social-links*/
.social-links {
	text-align:center
}
.social-links ul {
	margin: 0;
	padding: 0;
}
.social-links li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.social-links li a {
	display: block;
	font-size: 18px;
	color: rgba(255, 255, 255, .3);
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.social-links li a:hover {
	color: #fff;
}
/*copyright*/
.copyright {
	margin-top: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, .3);
	padding: 0;
	line-height: 1;
}
.copyright a {
	color: rgba(255, 255, 255, 0.3);
	text-decoration : none;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.copyright li {
	display: inline-block;
	margin-right: 10px;
}
.copyright li:last-child {
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding-left: 12px;
}
.subscribe-form2 {
	width:auto!important
}
