/**
 * The style of the maintenance mode page - skin 4
 */

div.container {
	width: 1004px;
	margin: 70px auto 0;

}

.logo {
	display: block;
	text-decoration: none;
	text-align: center;
	margin-bottom: 40px;
}

.logo .tagline {
	text-decoration: none;
	margin-top: 10px;
}

.logo img {
	display: block;
	margin: 0 auto;
}

.logo img {
	border: 0
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 18px;
}

p, li {
	margin-bottom: 18px;
	line-height: 21px;
}

.yit-box {
	clear: both;
	position: relative;
	display: block;
}

.yit-box .message {
	padding-left: 162px;
	padding-right: 162px;
}

.yit-box p {
	margin-top: 12px;
	line-height: 21px;
	text-align: center;
}

.yit-box h3 {
	margin-bottom: 0;
	line-height: 19px;
	text-align: center;
}

.yit-box form.newsletter {
	padding-left: 192px;
	padding-right: 192px;
}

.sep {
	height: 34px;
	background: transparent url(../images/skin4/separator.png) top center no-repeat;
	margin-bottom: 14px;
}

/* newsletter form */
form.newsletter, form.newsletter fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
}

form.newsletter input.text-field {
	background: #fcfcfc;
	width: 100%;
	margin: 0;
	padding: 19px 190px 20px 22px;
	border: 1px solid #e2e2e2;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, .05) inset;
	-moz-box-shadow: 3px 3px 9px rgba(0, 0, 0, .05) inset;
	box-shadow: 3px 3px 9px rgba(0, 0, 0, .05) inset;
	border-radius: 4px;
	outline: none;
}

form.newsletter input.submit-field {
	border: 0;
	padding: 0 21px 0 21px;
	height: 100%;
	margin: 0;
	-webkit-appearance: none;
	border-radius: 4px;
	cursor: pointer;
}

form.newsletter .submit {
	padding: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.socials {
	text-align: center;
	margin-bottom: 33px;
}

.socials a {
	display: inline-block;
	width: 39px;
	height: 38px;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 15px 6px 0;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.socials a:hover {
	background-position: bottom center;
}

.socials a.facebook {
	background-image: url('../images/skin4/socials/facebook.png');
}

.socials a.twitter {
	background-image: url('../images/skin4/socials/twitter.png');
}

.socials a.gplus {
	background-image: url('../images/skin4/socials/gplus.png');
}

.socials a.youtube {
	background-image: url('../images/skin4/socials/youtube.png');
}

.socials a.rss {
	background-image: url('../images/skin4/socials/rss.png');
}

.socials a.behance {
	background-image: url('../images/skin4/socials/behance.png');
}

.socials a.dribble {
	background-image: url('../images/skin4/socials/dribble.png');
}

.socials a.email {
	background-image: url('../images/skin4/socials/email.png');
}

.socials a.flickr {
	background-image: url('../images/skin4/socials/flickr.png');
}

.socials a.instagram {
	background-image: url('../images/skin4/socials/instagram.png');
}

.socials a.linkedin {
	background-image: url('../images/skin4/socials/linkedin.png');
}

.socials a.pinterest {
	background-image: url('../images/skin4/socials/pinterest.png');
}

.socials a.skype {
	background-image: url('../images/skin4/socials/skype.png');
}

.socials a.tumblr {
	background-image: url('../images/skin4/socials/tumblr.png');
}

@media (max-width: 1200px) {
	div.container {
		width: auto;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.yit-box .message, .yit-box form.newsletter {
		padding-left: 90px;
		padding-right: 90px;
	}

	.socials a {
		margin: 15px 4px;
	}
}

@media (max-width: 767px) {
	.sep {
		display: none;
	}

	.yit-box .message, .yit-box form.newsletter {
		padding-left: 10px;
		padding-right: 10px;
	}

	.socials a {
		margin: 15px 4px;
	}

	.logo img {
		max-width: 100%;
	}
}
