/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
	margin-bottom: 0;
}
section.module h1 {
	margin-bottom: 40px;
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 30px;
}
section.module h2 {
	margin-bottom: 20px;
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 24px;
}
section.module p {
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 300;
}
section.module p:last-child {
	margin-bottom: 0;
}
section.module.content {
	padding: 40px 0;
}
section.module.parallax {
	height: 550px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.module.parallax-top {
	height: 650px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.module.parallax-1 {
	background-image: url("/images/01.jpg");
}
section.module.parallax-2 {
	background-image: url("/images/02.jpg");
}
section.module.parallax-3 {
	background-image: url("/images/03.jpg");
}
section.module.parallax-4 {
	background-image: url("/images/04.jpg");
}

@media all and (min-width: 640px) {
section.module h1 {
	font-size: 38px;
}
section.module h2 {
	font-size: 26px;
}
section.module p {
	font-size: 20px;
}
}

@media all and (max-width: 1024px) {
section.module.parallax-top {
	height: 300px;
	background-attachment: scroll;
}
section.module.parallax {
	height: 240px;
	background-attachment: scroll;
}
section.module.parallax-1 {
	background-image: url("/images/01_small.jpg");
}
section.module.parallax-2 {
	background-image: url("/images/02_small.jpg");
}
section.module.parallax-3 {
	background-image: url("/images/03_small.jpg");
}
section.module.parallax-4 {
	background-image: url("/images/04_small.jpg");
}
}
/* ============================================================
  MY STUFF
============================================================ */

.highlights {
	color: #a52791;
}
.buttons {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 auto;
}
.buttons img {
	margin-top: 20px;
}
.bold {
	font-weight: bold;
	font-family: 'Museo Sans Cyrl 700', Arial, sans-serif;
}
.captcha img {
	text-align: center;
}
.captcha input {
	border: 1px solid #a52791 !important;
}
.copyright {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.copyright a {
	color: #fff;
	text-decoration: underline;
}
.copyright a:hover {
	color: #ccc;
	text-decoration: none;
}
.required {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	color: #a52791;
	font-size: 12px;
}
.services {
	padding-bottom: 20px;
}
.services img {
	padding-bottom: 20px;
	padding-right: 20px;
}
.services ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.services ul li {
	display: inline;
	margin: 0;
	padding: 0;
}