/* @group general */
html {
	height: 100%;
	font-size: 14px;
}
body {
	height: 100%;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}
/* @end */

/* @group structural */
#page-wrapper {
	height: 100%;
}
section {
	min-height: 100%;
}
.section {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.section > div {
	display: table-cell;
	vertical-align: middle;
}
#contacts > div {
	height: 100%;
	position: relative;
}
#extra-spacer {
	/*height: 100px;*/
	display: block;
}
/* @end */

/* @group intro */
#intro {
	text-align: center;
	position: relative;
}
#intro .background {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#intro .background.bg01 {
	background-image: url(../images/intro/image01.jpg);
}
#intro .background.bg02 {
	background-image: url(../images/intro/image02.jpg);
}
#intro > div {
	position: relative;
}
#intro h1 {
	margin-bottom: 7.14em;
}
#intro h1 img {
	width: 500px;
}
#intro p {
	color: #fff;
	cursor: default;
	font-size: 2.86em;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 3.38em;
	text-transform: uppercase;
	font-family: 'TitilliumText22L';
}
#intro p strong {
	font-weight: normal;
}
#intro #play-video {
	color: #fff;
	line-height: 1em;
	font-size: 1.79em;
	border-radius: 5em;
	border: 2px solid #fff;
	text-transform: uppercase;
	padding: .71em 1.46em .71em 2.5em;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
	background: url(../images/intro/play-video-arrow.png) no-repeat 1.46em center;
}
/* @end */

/* @group find */
#find {
	padding: 4em 0;
	min-height: 1px;
}
#find h2 {
	color: #1a171b;
	font-size: 2.5em;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: .57em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'TitilliumText25L';
}
#find h2 + p {
	color: #9a9b9d;
	font-size: 1.14em;
	text-align: center;
	margin-bottom: 5.63em;
	font-family: 'TitilliumMaps29L';
}
#find h2 + p strong {
	font-weight: normal;
}
#find .rounded-img {
	max-width: 100%;
	border-radius: 100%;
	margin-bottom: 6.79em;
}
#find .find-desc p {
	color: #1a171b;
	font-size: 1.43em;
	line-height: 1.3em;
	font-family: 'TitilliumMaps29L';
}
/* @end */

/* @group about */
#about {
	padding: 3em 0;
	background: #eee;
	text-align: center;
}
#about h2 {
	color: #1a171b;
	font-size: 2.5em;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'TitilliumText25L';
}
#about h2 + p {
	color: #1a171b;
	font-size: 1.14em;
	line-height: 1.2em;
	font-family: 'TitilliumMaps29L';
}
#about img {
	max-width: 100%;
	margin-bottom: 2em;
}
#about .row {
	position: relative;
}
#about .specs-wrapper {
	z-index: 2;
	position: absolute;
}
#about .specs {
	background: #8E847B;
	text-align: left;
	padding: 1.5em 4.29em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#about .specs h3 {
	color: #fff;
	font-size: 1.79em;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin-bottom: .8em;
	padding-bottom: .8em;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'TitilliumText25L';
	border-bottom: 2px solid #fff;
}
#about .specs ul {
	width: 45%;
	float: left;
}
#about .specs ul + ul {
	float: right;
}
#about .specs ul li {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-left: 15px;
	margin-bottom: .5em;
	font-family: 'TitilliumMaps29L';
	background: url(../images/about/specs-disc.png) no-repeat 0 .6em;
}
.warning {
	color: #fff;
	font-size: .8em;
	line-height: 1.3em;
	margin-bottom: .5em;
	font-family: 'TitilliumMaps29L';
}
.about-left-col {
	width: 45%;
	float: left;
	padding-top: 2em;
}
.about-right-col {
	width: 45%;
	float: right;
	padding-top: 2em;
}
/* @end */

/* @group contacts */
#contacts h4 {
	color: #1a171b;
	font-size: 2.5em;
	line-height: 1.2em;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 1.71em;
	text-transform: uppercase;
	font-family: 'TitilliumText25L';
}
::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
:-moz-placeholder {
	color: #000;
	opacity: 1;
}
::-moz-placeholder {
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder {  
	color: #000;
	opacity: 1;
}
.field {
	margin-bottom: 1.43em;
}
.field input,
.field textarea {
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
	height: 40px;
	border-width: 0;
	background: #eee;
	font-size: 1.43em;
	font-family: 'TitilliumMaps29L';
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	padding-left: .5em;
	padding-right: .5em;
}
.field textarea {
	height: 100px;
}
form .actions {
	text-align: center;
	padding-top: 1.79em;
	margin-bottom: 4.29em;
}
form .actions .form-submit {
	color: #fff;
	line-height: 1em;
	background: #000;
	font-size: 1.43em;
	letter-spacing: 1px;
	padding: .7em 2.5em;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'TitilliumText22L';
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	border-radius: 5em;
}
.copyright {
	color: #000;
	font-size: .86em;
	line-height: 1.2em;
	text-align: center;
	font-family: 'TitilliumMaps29L';
}
#contacts .social-networks {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-bottom: 30px;
}
#contacts .facebook,
#contacts .twitter {
	width: 44px;
	height: 44px;
	font-size: 0;
	margin: 0 6px;
	line-height: 0;
	display: inline-block;
}
#contacts .facebook {
	background: url(../images/contacts/facebook.png) no-repeat;
}
#contacts .twitter {
	background: url(../images/contacts/twitter.png) no-repeat;
}
#contacts #circle {
	top: 0;
	position: absolute;
	background: url(../images/contacts/circle.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.error-message {
	color: #f00;
	text-align: center;
	margin-bottom: 20px;
}
.success-message {
	text-align: center;
	margin-bottom: 20px;
}
.section-title {
	font-size: 1.8em;
	margin-bottom: 4em;
	text-align: center;
	font-family: 'TitilliumText22L';
}
/* @end */
/* @group footer-logos */
#footer-logos {
	padding-bottom: 2em;
}
#footer-logos a {
	margin-right: 1em;
	display: inline-block;
	vertical-align: middle;
}
#footer-logos a:last-child {
	margin-right: 0;
}
/* @end */

/* @group header */
#header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 48;
	text-align: right;
	padding: 1em 2em 0;
	position: absolute;
}
#header a {
	color: #eee;
	font-size: 1.2em;
}
#header .count {
	color: #eee;
	font-size: .8em;
	background: #aaa;
	padding: 2px 7px;
	margin-left: 10px;
	border-radius: 5px;
	display: inline-block;
}
/* @end */

.btn.btn-default {
	color: #fff;
	border-width: 0;
	line-height: 1em;
	background: #000;
	font-size: 1.1em;
	letter-spacing: 1px;
	padding: .7em 2.5em;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'TitilliumText22L';
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	border-radius: 5em;
}

/* @group buyModal */
#buyModal .actions .form-submit {
	font-size: 1em;
}
#buyModal input,
#buyModal textarea {
	font-size: 1.1em;
	padding-bottom: 4px;
}
#buyModal .actions {
	margin-bottom: 0;
}
#buyModal h4 {
	text-transform: uppercase;
	font-family: 'TitilliumText22L';
}
/* @end */