/*Google Fonts*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800");
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,600i,700,800&subset=latin-ext');


/* 
TABLE OF CONTENTS

01 - Global
02 - Video
03 - Social Media
04 - Slide Show
05 - Footer Section
06 - Parallax
07 - Responsive

*/

/*----------------- 01 - Global ----------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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, input, textarea, select {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
del {
	text-decoration: line-through;
}
hr {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	border: 0;
	background: transparent;
	color: transparent;
}
mark {
	background-color: #ffffb3;
	font-style: italic;
}
input, select {
	vertical-align: middle;
}
.form-control::-webkit-placeholder {
	color: #fff !important;
	opacity: 1;
}
ins {
	background-color: red;
	color: #fff;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
	content: ' ';
	font-size: 0;
	line-height: 0;
}
* html .clearfix, :first-child+html .clearfix {
	zoom: 1;
}
html {
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
}
body {
	min-height: 100%;
	width: 100%;
	background: #dfd5c3;
	color: #fff;
	font-family:'Open Sans', Helvetica, Arial;
	font-size:16px;
	font-weight:normal;
	overflow-x: hidden;
}
p {
	font-family:'Open Sans', Helvetica, Arial;
	font-size:16px;
	font-weight:400;
}
.content-wrapper {
	width: 100%;
	height: 100%;
	padding-top: 20px;
}
#main {
	position: relative;
}
#main #main-content {
	position: relative;
}
a {
	color: #9c27b0;
}
a:hover, a:focus, a:active {
	color: #e9e9e9;
	text-decoration: none;
	outline: none;
	-moz-transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
p {
	font-family:'Open Sans', Helvetica, Arial;
	font-size: 2em;
}
.clock {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	z-index: 2;
}
.clock-item {
	padding: 20px 0;
}
.countdown-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}
.clock-canvas {
	background-color: rgba(0, 0, 0, 0.20);
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}
.text {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	margin-top: -44px;
	position: absolute;
	top: 50%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	width: 100%;
}
.text .val {
	font-family:'Open Sans', Helvetica, Arial;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: 700;
	margin-bottom:6px;
}
.text .type-time {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
#subscribe-form {
	display: inline-block;
	text-align: center;
	margin: 20px 0 0px 0;
}
#subscribe-form .form-group{
	padding-left:0;
	padding-right:0;
}
.subscribe_text {
	font-size: 1.8em;
	line-height: 1.2em;
	padding: 1em 0 0 0;
}
.mc-email {
	border-radius:6px 0 0 6px;
	background: #fff;
	border:0;
	font-size: 15px;
	color: #626262;
	height: 42px;
	outline: none;
	transition: 0.4s ease border;
}
.mc-email:active, .mc-email:focus {
	box-shadow: none;
	border-color: #9c27b0;
}
.mc-btn {
	background:#ffffff;
	border-radius:0 6px 6px 0;
	border:0;
	color: #9e366b;
	font-size: 20px;
	height:42px;
	width:69px;
	padding: 5px 15px;
	transition: all 0.4s ease-in 0s;
}
.mc-btn:hover {
	background: #9e366b;
	color: #fff;
	border-color: #9e366b;
}
.push-btn-left {
	margin-left: -15px;
}
.arrow-down {
	position: absolute;
	width: 100%;
	bottom: 2%;
	z-index: 899;
}
.arrow-down a {
	font-size: 2em;
	color: #fff;
}
.arrow-down a:hover {
	color: #9c27b0;
}
/*----------------- 02 - Video -----------------*/

#video-bg {
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: -50;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
}
#video-background {
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	width: auto;
	height: auto;
}
#cbp_fixdeimg_block {
	background: url(../images/fixde_bg.jpg) no-repeat center center;
	background-position: fixed;
	background-size: cover !important;
	background-attachment: fixed !important
}
#cbp_mount_cloud_block {
	background: url(../images/mount-cloud.jpg) no-repeat left center;
	background-position: fixed;
	background-size: cover !important;
	background-attachment: fixed !important
}
#content {
	left: 50%;
	margin-left: -300px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
#content-background {
	position: relative;
	z-index: 4;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	height: auto;
	border-radius: 8px;
	padding-top: 15px;
	display: inline-block;
	background: rgba(0,0,0,0.25);
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.2);
}
.subscribe_field {
	margin: 0 auto;
	text-align: center
}
.cbp_slider_block::after {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
}
.cbp_fixdeimg_block img {
	position: absolute;
	background-position: fixed;
	background-size: 100% 100%;
}
.pattern-wrapper {
	background-repeat: repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}
#video-container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}
#video-container .fillWidth {
	height: auto;
	width: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px);	
}
#video-container iframe{
	width:100%;
	height:100%;
}
#logo {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 600px;
	max-height: 160px;
}
#logo img {
	max-width: 100%;
	max-height: 100%;
}
.main-title {
	font-family: 'Oswald', Impact, sans-serif;
	font-size: 60px;
	font-weight:600;
	margin: 10px 0 15px 0;
	color: #ffffff;
	line-height: 60px;
	text-transform: uppercase;
}
#content p {
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color: #ffffff;
}
.mrs-hero-overley {
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	left: 0;
	margin-top: -20px;
	min-height: 658px;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
#forest_animation {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.mrs-v35 .clouds_one {
	background: rgba(0, 0, 0, 0) url("../images/cloud_one.png") repeat scroll 0 0;
}
#forest_animation_bg {
	background: url("../images/forest.jpg") no-repeat 0 0;
	background-position: center center;
	background-size: 100% 100%;
}
.clouds_one {
	animation: 50s linear 0s normal none infinite running cloud_one;
	background: rgba(0, 0, 0, 0) url("../images/cloud_one.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 640px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.mrs-v35 .clouds_two {
	background: rgba(0, 0, 0, 0) url("../images/cloud_two.png") repeat scroll 0 0;
}
.clouds_two {
	animation: 75s linear 0s normal none infinite running cloud_two;
	background: rgba(0, 0, 0, 0) url("../images/cloud_two.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 640px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.mrs-v35 .clouds_three {
	background: rgba(0, 0, 0, 0) url("../images/cloud_three.png") repeat scroll 0 0;
}
.clouds_three {
	animation: 100s linear 0s normal none infinite running cloud_three;
	background: rgba(0, 0, 0, 0) url("../images/cloud_three.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 640px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
@keyframes cloud_one {
0% {
 left: 0;
}
100% {
 left: -200%;
}
}
@keyframes cloud_two {
0% {
 left: 0;
}
100% {
 left: -200%;
}
}
@keyframes cloud_three {
0% {
 left: 0;
}
100% {
 left: -200%;
}
}
@keyframes cloud_one {
0% {
 left: 0;
}
100% {
 left: -200%;
}
}
@keyframes cloud_two {
0% {
 left: 0;
}
100% {
 left: -200%;
}
}
@keyframes cloud_three {
0% {
 left: 0;
}
100% {
 left: -200%;
}
}
/*----------------- 03 - Social Media -----------------*/

.ic_social_media {
	margin:0px auto 10px auto;
	text-align: center;
}
.form-group {
	margin-bottom: 10px;
}
.ic_social_media li {
	display: inline-block;
	margin: 3px;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
}
.ic_social_media li a {
	background: #ffffff;
	width: 34px;
	height: 34px;
	line-height: 32px;
	color: #9e366b;
	display: block;
	border:1px solid transparent;
	border-radius:30px;
}
.ic_social_media li a:hover {
	background:transparent;
	color: #fff;
	border:1px solid rgba(255, 255, 255, 0.8);
}
/*----------------- 04 - Slide Show -----------------*/

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}
.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.backgroundsize .cbp-bislideshow li img {
	display: none;
}
.cbp-bislideshow li img {
	display: block;
	width: 100%;
}
.cbp-bicontrols {
	position: fixed;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	top: 50%;
	left: 50%;
}
.cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
}
.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}
.cbp-bicontrols span:hover:before {
	opacity: 1;
}
.cbp-bicontrols span:active:before {
	top: 2px;
}
span.cbp-biplay:before {
	content: "\e002";
}
span.cbp-bipause:before {
	content: "\e003";
}
span.cbp-binext:before {
	content: "\e000";
}
span.cbp-biprev:before {
	content: "\e001";
}
.cbp-bicontrols span.cbp-binext {
	float: right;
}
.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}
.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
/*----------------- 05 - Footer -----------------*/

.ft_copyright {
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size: 14px;
	left: 0;
	margin: 0 auto;
	position: relative;
	right: 0;
	text-align: center;
	line-height: 30px;
}
.ft_copyright span {
	font-size: 12px;
}
/*----------------- 06 - Parallax -----------------*/

.parallax-viewport {
	position: relative;
	overflow: hidden;
}
.parallax-layer {
	position: absolute;
}
#parallax-section {
	height: 100%;
	position: fixed;
	top: 300px;
	overflow-y: initial;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	z-index: 1
}
#front-layer {
	width: 100%;
	height: 280px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/parallax-front-layer.png) no-repeat;
	background-position: center center;
}
#countdown-wrapper {
	padding-top: 110px;
	width: 100%;
	height: 320px;
}
#countdown {
	margin: 0 auto;
	width: 720px;
}
/*----------------- 07 - Responsive Fixes -----------------*/

@media (min-width:768px) and (max-width:991px) {
#countdown-wrapper {
	height: 320px;
	padding-top: 40px;
	width: 100%;
}
#front-layer {
	height: 180px;
}
}
@media (min-width:980px) and (max-width:1199px) {
.text{
	margin-top:-30px;
}	
.text .type-time {
    font-size: 14px;
}
.text .val {
	font-size: 1.1em;
	line-height: 1em;
	font-weight: 700;
	margin-bottom:4px;
}
}
@media (min-width:768px) and (max-width:991px) {
#video-container .fillWidth {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	height: 2200px !important;
	position: absolute;
	top: 0%;
	transform: translate3d(-50%, -50%, 0px);
	width: auto;
}
.col-xs-push-2 {
	left: 0 !important;
}
.ft_copyright {
	color: #ffffff;
	font-size: 14px;
	left: 0;
	margin: 0 auto;
	position: relative;
	right: 0;
	text-align: center;
	line-height: 30px;
	margin-bottom:15px;
}
#forest_animation_bg  .ft_copyright {
	margin-bottom:0;
}
}
@media screen and (max-width: 767px) {
#countdown {
	width: 100%;
}
.content-wrapper {
	padding-top:15px;
}
#content {
	margin-left: 0;
	width: auto;
	left: 0;
}
#content-background {
	width: 100%;
	left: 0;
	margin: 0 auto;
}
#logo {
	max-width: 100%;
}
.col-xs-push-2 {
	left: 0 !important;
}
#parallax-section {
	height: 80%;
	position: absolute;
	top: 350px;
	overflow-y: initial;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#forest_animation_bg {
	background-size: initial !important;
	height:100% !important;
}
.ft_copyright {
	color: #ffffff;
	font-size: 14px;
	left: 0;
	margin: 0 auto;
	right: 0;
	text-align: center;
	/*background: rgba(50, 49, 89, 0.8);*/
	padding: 8px 0;
}
.ft_copyright {
	color: #ffffff;
	font-size: 14px;
	left: 0;
	margin: 0 auto;
	position: relative;
	right: 0;
	text-align: center;
	line-height: 30px;
	margin-bottom:20px;
}
#forest_animation_bg  .ft_copyright {
	margin-bottom:0;
}
}
@media screen and (max-width: 639px) {
#content-background {
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.main-title {
	font-family:"Oswald", Impact, sans-serif;
	font-size:30px;
	line-height:42px;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}
.ic_social_media li {
	display: inline-block;
	margin: 7px 2px;
	transition: background-color 0.5s ease 0s;
}
#content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
}
}
@media all and (max-width: 1368px) {
.clock {
	padding: 0em 2em;
}
.content {
	margin-top: 20px;
}
#cbp_mount_cloud_block {
	background: rgba(0, 0, 0, 0) url("../images/mount-cloud.jpg") no-repeat scroll;
	background-position: center center;
	background-size: auto auto !important;
	background-attachment:cover;
	position:fixed;
	height:100% !important;
}
#forest_animation_bg {
	background: url("../images/forest.jpg") no-repeat 0 0;
	background-position: center center;
	background-size: auto auto !important;
	background-attachment:cover;
	position:fixed;
	height:100% !important;
}
}
@media all and (max-width: 992px) {
#video-bg, #main-content {
	min-height: 792px;
}
.center-container {
	padding-top: 165px;
	transform: translate(-50%, -47%);
	-webkit-transform: translate(-50%, -47%);
	-moz-transform: translate(-50%, -47%);
	-ms-transform: translate(-50%, -47%);
	-o-transform: translate(-50%, -47%);
}
.clock {
	max-width: 100%;
}
.clock-item {
	margin-bottom: 30px;
}
.text .val {
	font-size: 1.2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.text .type-time {
	font-size: 16px;
}
#subscribe-form {
	margin: 0 auto;
	margin-bottom: 19px !important;
}
.clouds_one {
	animation: 50s linear 0s normal none infinite running cloud_one;
	background: rgba(0, 0, 0, 0) url("../images/cloud_one.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 660px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.clouds_two {
	animation: 75s linear 0s normal none infinite running cloud_two;
	background: rgba(0, 0, 0, 0) url("../images/cloud_two.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 660px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.clouds_three {
	animation: 100s linear 0s normal none infinite running cloud_three;
	background: rgba(0, 0, 0, 0) url("../images/cloud_three.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 660px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.mrs-hero-overley {
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	left: 0;
	margin-top: -20px;
	min-height:680px;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
}
@media all and (max-width: 768px) {
.clock-item {
	margin: 0px;
	padding-bottom: 10px;
}
.ic_social_media {
	margin:0 auto 10px auto;
	text-align: center;
}
.text .val {
	font-size: 90%;
}
#subscribe-form {
	margin: 20px auto 0 -20px;
	margin-bottom: 0px !important;
	padding-left: 4px;
	padding-right: 4px;
}
.text .type-time {
	font-size: 30%;
	padding-left: 0px;
}
.clock {
	margin: 10px auto 0;
}
.clock-item .text {
	margin-top: -35px;
}
.portrait {
	margin: 0 auto;
	margin-bottom: 60px;
}
.center-container {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 70px;
}
.text {
	left: 50%;
	width: 100%;
	transform: translate(-50%, 30%);
	-webkit-transform: translate(-50%, 30%);
	-ms-transform: translate(-50%, 30%);
	-o-transform: translate(-50%, 30%);
}
#contact-form {
	margin-bottom: 40px;
}
.push-btn-left {
	margin-left: -15px;
}
}
@media all and (max-width: 767px) {
.mrs-hero-overley {
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	left: 0;
	margin-top: -20px;
	min-height:670px;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}	
.clouds_one {
	animation: 50s linear 0s normal none infinite running cloud_one;
	background: rgba(0, 0, 0, 0) url("../images/cloud_one.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 650px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.clouds_two {
	animation: 75s linear 0s normal none infinite running cloud_two;
	background: rgba(0, 0, 0, 0) url("../images/cloud_two.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height:650px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.clouds_three {
	animation: 100s linear 0s normal none infinite running cloud_three;
	background: rgba(0, 0, 0, 0) url("../images/cloud_three.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 650px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.color_pink{
	color:#9c27b0 !important;
}
}
@media (min-width:768px) and (max-width:991px) {
.text .val {
	font-size: 120%;
	margin-bottom:4px;
}
.text .type-time {
	font-size: 50%;
	padding-left: 0px;
}
.clock {
	margin: 10px auto 0;
}
.clock-item .text {
	margin-top: -55px;
}
}
@media all and (max-width: 639px) {
.mrs-hero-overley {
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	left: 0;
	margin-top: -20px;
	min-height:600px;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}	
.clouds_one {
	animation: 50s linear 0s normal none infinite running cloud_one;
	background: rgba(0, 0, 0, 0) url("../images/cloud_one.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 580px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.clouds_two {
	animation: 75s linear 0s normal none infinite running cloud_two;
	background: rgba(0, 0, 0, 0) url("../images/cloud_two.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 580px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.clouds_three {
	animation: 100s linear 0s normal none infinite running cloud_three;
	background: rgba(0, 0, 0, 0) url("../images/cloud_three.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 580px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
}
@media all and (max-width: 480px) {
.center-container {
	padding-top: 80px;
}
.clock {
	padding: 0em;
}
.text .val {
	font-size: 54%;
	margin-bottom:2px;
}
.text .type-time {
	font-size: 20%;
	padding-left: 0px;
}
.text {
	-webkit-transform: translate(-50%, 74%);
	-ms-transform: translate(-50%, 74%);
	-o-transform: translate(-50%, 74%);
	transform: translate(-50%, 74%);
}
}
@media (min-width:639px) and (max-width:767px) {
.text .val {
	font-size:140%;
}
.clock-item .text {
	margin-top: -50px;
}
}
@media (min-width:521px) and (max-width:638px) {
.text .val {
	font-size:95%;
}
.clock-item .text {
	margin-top: -38px;
}
}
@media (min-width:400px) and (max-width:520px) {
.text .val {
	font-size:85%;
}
.clock-item .text {
	margin-top: -48px;
}
}
@media all and (max-width:479px){
.mrs-hero-overley {
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	left: 0;
	margin-top: -20px;
	min-height:590px;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}	
.clouds_one {
	animation: 50s linear 0s normal none infinite running cloud_one;
	background: rgba(0, 0, 0, 0) url("../images/cloud_one.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 570px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.clouds_two {
	animation: 75s linear 0s normal none infinite running cloud_two;
	background: rgba(0, 0, 0, 0) url("../images/cloud_two.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 570px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}
.clouds_three {
	animation: 100s linear 0s normal none infinite running cloud_three;
	background: rgba(0, 0, 0, 0) url("../images/cloud_three.png") repeat scroll 0 0;
	height: 100%;
	left: 0;
	min-height: 570px;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 300%;
}	
#subscribe-form {
	margin: 20px auto 0 0px;
	margin-bottom: 0px !important;
	padding-left: 4px;
	padding-right: 4px;
}
.push-btn-left {
    margin-left: -25px;
}
}
@media all and (max-width: 310px) {
.main-title {
	font: 20px "Oswald", Impact, sans-serif;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}
#content p {
    color: #ffffff;
    font-size: 14px;
}
}
@media all and (max-width: 320px) {
.center-container {
	padding-top: 130px;
	transform: translate(-50%, -50%);
}
.clock {
	padding: 0em;
}
.text .val {
	font-size: 60%;
	margin-bottom:4px;
}
.text .type-time {
	font-size: 22%;
	padding-left: 0px;
}
.text {
	transform: translate(-50%, 60%);
}
.col-xs-3 {
	padding: 0px 5px;
}
.clock.row {
	margin: 0px;
}
}
.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	overflow: hidden
}
.main-search-container video {
	top: 50%;
	transform: translateY(-52%);
	left: 0;	
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -10;
	background-size: cover;
	transition: 1s opacity;
	position: absolute
}
.video-container video{
	position:fixed;
	display: inline-block;
	vertical-align: baseline;
}


/* --- error --- */

.error {
    background: rgba(200,0,0,0.4);
}

/* --- good --- */

.good {
    background: rgba(255,255,255,0.2);
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.good:after {
	content: 'Thanks for subscribing';
}

.good input {
	display: none;
}

.good button {
	display: none;
}

.good .flabel {
    display: none;
}