/* WP Quick Maintenance */
/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');
body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #444;
}
h1 {
	font-size: 40px;
}
h3 {
	font-weight: 400;
}
h4 {
	font-weight: 400;
	font-size: 20px;
}
p {
	margin-bottom: 20px;
	font-size: 16px;
}
a {
	color: #ACBAC1;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #4F92AF;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.btn {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}
.btn-theme {
	color: #fff;
	background-color: #4F92AF;
	border-color: #4F92AF;
}
.btn-theme:hover {
	color: #fff;
	background-color: #444;
	border-color: #444;
}
form.signup input[type=email] {
	height: 42px;
	width: 200px;
	border-radius: 0;
	border: none;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}
/* wrapper */

#wrapper {
	text-align: center;
	box-sizing: border;
	width: 100%;
}
#wrapper > .container {
	padding-top: 50px;
}
#wrapper h1 {
	/*margin-top: 60px;
	margin-bottom: 40px;*/
	color: #fff;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}
h2.subtitle {
	color: #fff;
	font-size: 24px;
}
/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}
/* footer */
p.copyright {
	margin-top: 50px;
	color: #fff;
	text-align: center;
}
.cloud {
	position: fixed;
	bottom: 40px;
	left: 20px;
}
.cloud.fliped img {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.cloud.pos1 {
	right: 20px;
	left: auto;
	bottom: 70px;
}
.cloud.pos1 img {
	width: 100px;
}
.cloud.pos2 {
	bottom: 150px;
	right: 50px;
	left: auto;
}
.cloud.pos2 img {
	width: 150px;
}
.cloud.pos3 {
	bottom: 200px;
	left: 120px;
}
.cloud.pos3 img {
	width: 180px;
}
.result {
	position: absolute;
	top: 0px;
	padding: 7px 10px 7px 20px;
	left: auto;
	right: 0px;
	color: #fff;
}
.result.success {
	background: #2ecc71;
}
.result.error {
	background: #2c3e50;
}
.result span {
	margin-left: 10px;
}
.result.error span {
	margin-right: 5px;
}
#contact {
	font-size: 62.5%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #B6B6B6;
	background: white;
	margin: 60px auto 60px;
	/*border-top: 15px solid #313A3D;*/
	text-align: center;
	padding: 25px 0 25px;
	width: 50%;
	max-width: 1100px;
	display:none;
}
form {
	width: 58.33333%;
	margin: 0 auto;
}
form .field {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
form .field .msg {
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	background: #313A3D;
	width: 100%;
	padding: 14px 0;
	font-size: 1.45em;
	letter-spacing: 0.075em;
	-webkit-transition: all 333ms ease-in-out;
	-moz-transition: all 333ms ease-in-out;
	-o-transition: all 333ms ease-in-out;
	-ms-transition: all 333ms ease-in-out;
	transition: all 333ms ease-in-out;
}
form .field .msg + span {
	font-family: 'Lato', sans-serif;
	opacity: 0;
	color: white;
	display: block;
	position: absolute;
	top: 12px;
	left: 7%;
	font-size: 2.5em;
	text-shadow: 1px 2px 0 #cd6302;
	-webkit-transition: all 333ms ease-in-out;
	-moz-transition: all 333ms ease-in-out;
	-o-transition: all 333ms ease-in-out;
	-ms-transition: all 333ms ease-in-out;
	transition: all 333ms ease-in-out;
}
form .field input[type="text"], form .field textarea {
	border: none;
	background: #E8E9EA;
	width: 80.5%;
	margin: 0;
	padding: 18px 0;
	padding-left: 19.5%;
	color: #313A3D;
	font-size: 1.4em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
form .field input[type="text"], form .field textarea {
	box-sizing: content-box;
	font: normal;
	line-height: normal;
}
form .field input[type="text"]:focus, form .field input[type="text"].focused, form .field textarea:focus, form .field textarea.focused {
	box-sizing: content-box;
	font: normal;
	line-height: normal;
}
form .field input[type="text"]#msg, form .field textarea#msg {
	height: 18px;
	resize: none;
	-webkit-transition: all 333ms ease-in-out;
	-moz-transition: all 333ms ease-in-out;
	-o-transition: all 333ms ease-in-out;
	-ms-transition: all 333ms ease-in-out;
	transition: all 333ms ease-in-out;
}
form .field input[type="text"]:focus, form .field input[type="text"].focused, form .field textarea:focus, form .field textarea.focused {
	outline: none;
}
form .field input[type="text"]:focus#msg, form .field input[type="text"].focused#msg, form .field textarea:focus#msg, form .field textarea.focused#msg {
	height: 150px;
}
form .field input[type="text"]:focus + .msg, form .field input[type="text"]:focus + label + .msg, form .field input[type="text"].focused + .msg, form .field input[type="text"].focused + label + .msg, form .field textarea:focus + .msg,  form .field textarea:focus + label + .msg, form .field textarea.focused + .msg, form .field textarea.focused + label + .msg {
	width: 18%;
	background: #FD9638;
	color: #313A3D;
}
form .field input[type="text"].focused + .msg, form .field input[type="text"].focused + label + .msg, form .field textarea.focused + .msg, form .field textarea.focused +  label + .msg {
	color: #FD9638;
}
form .field:hover .msg {
	width: 18%;
	background: #313A3D;
	color: white;
}
form input[type="submit"] {
	background: #FD9638;
	color: white;
	-webkit-appearance: none;
	border: none;
	text-transform: uppercase;
	position: relative;
	padding: 13px 50px;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	-webkit-transition: all 333ms ease-in-out;
	-moz-transition: all 333ms ease-in-out;
	-o-transition: all 333ms ease-in-out;
	-ms-transition: all 333ms ease-in-out;
	transition: all 333ms ease-in-out;
}
form input[type="submit"]:hover {
	background: #313A3D;
	color: #FD9638;
}
form input[type="submit"]:focus {
	outline: none;
	background: #cd6302;
}

#contact-form .focused .msg {
  background: green;
  color: #fff;
  width: 18%;
}

label.error {
    text-align: right;
    width: 100%;
	color:#F00;
}

.response .success {
  color: green;
  font-size: 18px;
}

.response .error {
  color: red;
  font-size: 18px;
}


         #contact-form .focused .msg {

         width: 18%;

         }
	    
.button.b-close, .button.bClose {
  background-color: #fd9638;
  border-radius: 84px;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  font: bold 18px sans-serif;
  height: 30px;
  padding: 4px 10px 6px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
}
@media screen and (max-width: 600px) {
.cloud{display:none}
}


/*Small tablet portrait */
@media screen and  (max-width: 800px) {
	
.cloud.pos3 {
  bottom: 200px;
  left: 20px;
}

.cloud.pos2 {
  bottom: 150px;
  left: auto;
  right: 20px;
}	
	
	}
	
