/*
Template: DreamLand
Author: TheThemeLab
Version: 1.0
*/
@charset "utf-8";
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
	src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.8em;
	cursor: pointer;
/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
	content: "\e600";
}
.icon-about:before {
	content: "\e603";
}
.icon-works:before {
	content: "\e604";
}
.icon-contact:before {
	content: "\e606";
}
.icon-menu:before {
	content: "\e601";
}
.icon-pencil2:before {
	content: "\e603";
}
.icon-camera:before {
	content: "\e604";
}
.icon-envelope:before {
	content: "\e606";
}
.icon-map:before {
	content: "\e607";
}
.icon-location:before {
	content: "\e608";
}
.icon-clock:before {
	content: "\e609";
}
.icon-eye:before {
	content: "\e60c";
}
.icon-heart:before {
	content: "\e60d";
}
.icon-star:before {
	content: "\e60e";
}
.icon-info:before {
	content: "\e60f";
}
.icon-cancel-circle:before {
	content: "\e610";
}
.icon-users:before {
	content: "\e61d";
}
.icon-calendar:before {
	content: "\e605";
}
.icon-vimeo:before {
	content: "\e61e";
}
.icon-twitter:before {
	content: "\e61f";
}
.icon-facebook:before {
	content: "\e620";
}
.icon-googleplus:before {
	content: "\e621";
}
.icon-pinterest:before {
	content: "\e622";
}
.icon-tumblr:before {
	content: "\e623";
}
.icon-linkedin:before {
	content: "\e624";
}
.icon-dribbble:before {
	content: "\e625";
}
.icon-stumbleupon:before {
	content: "\e626";
}
.icon-skype:before {
	content: "\e628";
}
.icon-paperplane:before {
	content: "\e629";
}
.icon-mail2:before {
	content: "\e62a";
}
.icon-phone:before {
	content: "\e62b";
}
.icon-mobile:before {
	content: "\e62c";
}
.icon-layout:before {
	content: "\e62e";
}
.icon-cross:before {
	content: "\e62f";
}
/* 
Reset
-------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
html, button, input, textarea {
	font-family: 'Lato', sans-serif;
}
body {
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	line-height: 1.5;
	margin: 0;
}
a {
	color: #dadada;
	text-decoration: underline;
}
a:active, a:focus, a:hover {
	outline: 0;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4 {
	color: #fff;
	font-family: 'Oswald', serif;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 15px;
	text-align: center;
}
h1 {
	font-size: 44px;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
b, strong {
	font-weight: 700;
}
i, em {
	font-style: italic;
}
p {
	margin: 0 0 25px;
}
ul, ol {
	margin: 0 0 25px;
	padding: 0 0 0 25px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
form {
	margin: 0;
}
button, input, textarea {
	border-radius: 0;
	font-size: 14px;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	text-transform: uppercase;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.mbYTP_wrapper{
opacity:1 !important;
}

/* 
General styles 
-------------------------------------------------*/
.clearfix {
	float: none;
	clear: both
}
.Out {
	opacity: 0;
	transform: scaleY(0);
}
.In {
	opacity: 1;
	transform: scaleY(1);
}

/* Custom Grid */
.row:after { 
	clear: both; 
}
.row:before,.row:after { 
	content: ""; 
	display: table; 
}
.row {
	margin-left: -50px;
}
.one-half {
	width: 50%;
	float: left;
	padding-left: 50px;
}
.one-half h3 {
	text-align: left;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
.placeholder {
	color: #ccc;
}

/* Responsive images */
.content img {
	height: auto;
	max-width: 100%;
}

/* Not Visible text */
.invisible-text {
	border: 0 none;
	display:none;
}

/* Forms */
input, textarea {
	background-color: rgba(20,11,38,0.8);
	border: 0px solid #000;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	color: #fff;
	letter-spacing: 1px;
	padding: 8px;
}
input:focus, textarea:focus {
	outline: 0;
}
button, input[type="submit"] {
	background: #000000;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
button:hover, button:focus, input[type="submit"]:focus, input[type="submit"]:hover {
	background: #000001;
	color: #ccc;
	outline: 0;
}
.form-field {
	position: relative;
}

.form-wrap #response {
	color: #dadada;
	font-family: 'Lato', serif;
	min-height: 18px;
    font-weight:400;
	text-align: center;
}

/* Custom text styles */
#home h1.section-title {
	margin: 25px auto;
	font-weight: 400;
	border-top: 5px solid rgba(255,255,255,0.3);
	border-bottom:0px;
	padding: 50px 0px 0px 0px;
	max-width: 680px;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
#home h1.section-title span {
	background-color: rgba(0,0,0,0.6);
	padding: 0px 10px;
	font-weight: 400;
}

.content h1.section-title {
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-weight: 400;
	max-width: 680px;
	margin: 25px auto 40px auto;
	padding: 20px 0px;
}

.small {
	font-size: 12px !important;
	margin: 0;
	text-align: center;
}

/* MAIN */
.main {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main > section {
	position: absolute;
	width: 50%;
	height: 50%;
}
.main > section:first-child {
	top: 0;
	left: 0;
	background: rgba(240,96,96,0.5);
}
.main > section:nth-child(2) {
	top: 0;
	left: 50%;
	background: rgba(250,152,125,0.5);
}
.main > section:nth-child(3) {
	top: 50%;
	left: 0;
	background: rgba(114,204,167,0.5);
}
.main > section:nth-child(4) {
	top: 50%;
	left: 50%;
	background: rgba(16,162,150,0.5);
}


.box {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;          
  display: block;       
}
.box h2 {
	font-family: 'Oswald', helvetica;
	font-size:2em;
  line-height: 100%;
	text-align: center;
	margin: 0;
	padding: 20px;
	width: 100%;
  height:100%;
 	cursor: pointer;
	letter-spacing: 2px;
	text-transform: uppercase;
  position: relative;
  top: 50%;
 	-webkit-transform: translateY(-25%);
 	-ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
 	transform: translateY(-25%);
}
.box h2 i.icon {
	font-size: 2em;
	margin-bottom: 10px;
}

.main > section .icon-close {
	position: fixed;
	top: 30px;
	right: 40px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition: all 0.3s linear 0.5s;
	-moz-transition: all 0.3s linear 0.5s;
 	-o-transition: all 0.3s linear 0.5s; 
	transition: all 0.3s linear 0.5s;
}
.icon-close1:before {
	content: "\e610";
}
.icon-close:before {
	content: "\e601";
}
.content {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 60px;
	left: 130px;
	right: 130px;
	bottom: 30px;
	padding: 0 20px;
}
.content p {
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: 400;
}
.content h3 {
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding-top: 20px;
	font-size: 1.4em;
}
.content a {
	color: rgba(0,0,0,0.2);
}
.content > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.content > ul li {
	display: inline-block;
	width: 20%;
	margin: 1%;
}
.content > ul li a {
	display: block;
	padding: 0;
	border: 8px solid rgba(0,0,0,0.1);
}
.content > ul li a img {
	display: block;
	max-width: 100%;
}
.row h3 .icon {
	font-size: 18px;
	line-height: 1.55556;
	margin-right: 10px;
}

/* Preload */
#preload {
	background: #000 url(../images/overlay.png) repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}
#preload-content {
    width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
}
.preload-text {
	color: #ccc;
	font-family: 'Lato', serif;
	font-size: 14px;
	text-align: center;
}
.preload-bounce {
	margin: 0 auto 14px;
	text-align: center;
}
.bounce1, .bounce2, .bounce3, .bounce4 {
	-webkit-animation-name: bounce;
	-webkit-animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: bounce;
	-moz-animation-duration: 1.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-name: bounce;
	-o-animation-duration: 1.4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
	animation-name: bounce;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	background: #474747;
	display: inline-block;
	height: 14px;
	margin: 0 3px;
	opacity: 0.6;
	width: 14px;
}
.bounce1 {
	-webkit-animation-delay: -0.48s;
	-moz-animation-delay: -0.32s;
	-o-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.bounce2 {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.bounce3 {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bounce {
0%, 80%, 100% {
	-webkit-transform: scale(0.0)
}
40% {
	-webkit-transform: scale(1.0)
}
}
@-moz-keyframes bounce {
0%, 80%, 100% {
	-moz-transform: scale(0.0)
}
40% {
	-moz-transform: scale(1.0)
}
}
@keyframes bounce {
0%, 80%, 100% {
	transform: scale(0.0)
}
40% {
	transform: scale(1.0)
}
}
/* Background Overlay */
.body-bg {
	background: url(../images/overlay.png) repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
.padtop {
	padding-top: 40px;
}
/* Header */
.logo-title {
	margin-bottom: 50px;
}
/* Countdown */
ul#timer {
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	max-width: 596px;
}
ul#timer li {
	list-style-type: none;
	float: left;
	width: 142px;
	height:142px;
	text-align: center;
	border: 8px solid rgba(255,255,255,0.3);
	margin: 0px;
	padding: 10px 0px 0px 0px;
	-webkit-border-radius: 100% 0% 100% 100%;
    border-radius: 100% 0% 100% 100%;
	-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul#timer li:last-child {
	margin-right: 0px;
}
ul#timer li:first-child {
	background: rgba(240,96,96,0.4);
}
ul#timer li:nth-child(2) {
	background: rgba(249,130,98,0.4);
	margin-top:60px;
	margin-right:15px;
}
ul#timer li:nth-child(3) {
	background: rgba(75,190,142,0.4);
	margin-top:60px;
}
ul#timer li:nth-child(4) {
	background: rgba(13,130,120,0.4);
}
#days, #hours, #minutes, #seconds {
	font-family: 'Oswald', helvetica;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 60px;
	text-align: center;
	letter-spacing: normal;
	line-height: 1;
	color: #fff;
	margin-top:10px;
	margin-bottom: 0px;
	padding-left:10px;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#days-text, #hours-text, #minutes-text, #seconds-text {
	font-family: 'Lato', serif;
	font-weight: 400;
	text-transform: lowercase;
	width:60px;
	margin:0px auto;
	text-align:center;
	padding:30px 0px 0px 45px;
	-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* Subscribe */
#subscribe {
	margin: 0 auto;
	max-width: 400px;
}
#subscribe-form {
	position: relative;
}
#subscribe-form .form-field {
	margin-right: 120px;
}
#subscribe-form .form-submit {
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
}
#subscribe_email, #subscribe_submit {
	display: block;
	height: 38px;
	width: 100%;
}
#subscribe_email {
	border-right: 0;
	border-left: 0;
	border-top: 0;
	background: #fff;
	background: rgba(255,255,255,0.1);
	border-radius: 5px 0 0 5px;
}
#subscribe_submit {
	border-radius: 0px 5px 5px 0px;
}
/* Social */
.social {
	margin: 30px 0px;
}
.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.social li {
	display: inline-block;
	margin: 4px;
}

/* Social Icons */
.social .icon {
	color: #ffffff;
	display: inline-block;
	font-size: 3em;
	height: 46px;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	width: 46px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social .icon:hover {
	color: #ccc;
}

/* No JS
-------------------------------------------------*/
.no-js #timer, .no-js #preload {
	display: none;
}

/* Transition classes and properties */
/* Separated for a better overview and control */
.main > section {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.main > section.expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.main > section.expand-top {
	z-index: 100;
}
.main > section:first-child.expand {
	background: rgba(240,96,96,0.2);
	overflow-y: auto;
}
.main > section:nth-child(2).expand {
	background: rgba(249,130,98,0.2);
	overflow-y: auto;
}
.main > section:nth-child(3).expand {
	background: rgba(75,190,142,0.2);
	overflow-y: auto;
}
.main > section:nth-child(4).expand {
	background: rgba(13,130,120,0.2);
	overflow-y: auto;
}
.main.expand-item > section:not(.expand), .main.expand-item > section.scale-down {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}
.box {
	-webkit-transition: opacity 0.2s linear 0.5s;
	-moz-transition: opacity 0.2s linear 0.5s;
	-ms-transition: opacity 0.2s linear 0.5s;
	-o-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
}
section.expand .box {
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	-o-transition: opacity 0s linear;
	-ms-transition: opacity 0s linear;
	transition: opacity 0s linear;
}
.box h2 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.content, .icon-close, .icon-close1 {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	-ms-transition: opacity 0.1s linear 0s;
	-o-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}
.icon-close:hover {
	color: #ccc;
}
.icon-close1 {
	float: right;
}
section.expand .content, section.expand .icon-close, section.expand .icon-close1 {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	-ms-transition: opacity 0.3s linear 0.5s;
	-o-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}

/* 
Media Queries
-------------------------------------------------*/
@media only screen and (max-width: 900px) {
.content {
	left: 50px;
	right: 50px;
}
}
@media only screen and (max-width: 760px) {
.content {
	left: 30px;
	right: 30px;
}
.content, .box {
	font-size: 75%;
}
.expand .box {
	height: 130px;
}
.content > ul li {
	width: 40%;
}
ul#timer {
	max-width: 300px;
}
ul#timer li:nth-child(2) {
	margin-top:0px;
}
ul#timer li:nth-child(3) {
	margin-top:0px;
}

h1 {
	font-size: 3em;
}
}
@media only screen and (max-width: 480px) {
.one-half {
	width: 100%;
}
h1 {
	font-size: 2em;
}
h2.icon:before {
	font-size: 1.5em;	
}
.box h2 {
	font-size: 1.2em;
}
#subscribe-form .form-field {
	margin: 0 0 14px;
}
#subscribe-form .form-submit {
	margin: 0 auto;
	position: static;
	right: auto;
	top: auto;
}
ul#timer {
	max-width: 150px;
}
}