@charset "utf-8";
/* CSS Document */
/*
Theme Name: East European Enterprise
Theme URI: http://www.hadnagylaszlo.com/
Author: Laszlo Hadnagy
Author URI: http://www.hadnagylaszlo.com/
Description: Custom theme developed by Laszlo Hadnagy for East European Enterprise
Version: 1.0
*/

/* GENERAL */
/* Basic elements */
html {
	height: 100%;
}
body {
	min-height: 100%;
	position: relative;

	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a,
a:visited {
	color: #223355;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #000000;
	text-decoration: underline;
}
a:focus {
	outline: 1px dotted #223355;
}
h1,
h2,
h3,
h4 {
	font-family: 'Abril Fatface', serif;
	font-weight: normal;
	margin: 0 0 20px;
}
h5,
h6 {
	font-family: 'PT Serif', serif;
	font-weight: bold;
	margin: 0 0 20px;
}
h1 {
	font-size: 84px;
	line-height: 100px;
}
h2 {
	font-size: 72px;
	line-height: 84px;
}
h3 {
	font-size: 49px;
	line-height: 60px;
}
h4 {
	font-size: 36px;
	line-height: 48px;
}
h5 {
	font-size: 22px;
	line-height: 36px;
}
h6 {
	font-size: 19px;
	line-height: 30px;
}
p {
	margin: 0 0 20px;
}
span {
}
ul {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
ol {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
ul li {
}
ol li {
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ol:last-child,
ul:last-child {
	margin-bottom: 0;
}
b,
strong {
	font-family: 'PT Serif', serif;
	font-weight: bold;
}
i,
em {
	font-family: 'PT Serif', serif;
	font-style: italic;
}
b i,
b em,
strong i,
strong em,
i b,
i strong,
em b,
em strong {
	font-family: 'PT Serif', serif;
	font-weight: bold;
	font-style: italic;
}
h1 i,
h1 em,
h2 i,
h2 em,
h3 i,
h3 em,
h4 i,
h4 em,
i h1,
i h2,
i h3,
i h4,
i h5,
i h6,
em h1,
em h2,
em h3,
em h4 {
	font-family: 'Abril Fatface', sans-serif;
	font-weight: normal;
	font-style: normal;
}
/* Alignment */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	margin: 0 auto;
}
img.left {
	float: left;
	margin: 0 20px 20px 0;
}
img.right {
	float: right;
	margin: 0 0 20px 20px;
}
img.center {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}
.clear {
	clear: both;
}
.clear-content:after {
	content: "";
	display: block;
	clear: both;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
a,
button,
input[type="submit"],
input[type="button"] {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.trick {
}
.trick .trick-parts {
	color: #223355;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.trick .trick-parts:hover {
	color: #000000;
	text-decoration: underline;
}
.trick .trick-parts .trick-part-1:after {
	content: '@';
	display: inline;
	position: static;
}

/* LAYOUT */
/* Wrappers */
.wrapper {
	width: 100%;
	position: relative;
}
.wrapper * {
}
.wrapper#main-header-wrapper {
	z-index: 1000;
	background: url('images/background-header-menu.png') #223355 center center repeat-x;
	position: fixed;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.wrapper#main-content-wrapper {
	z-index: 10;
}
.wrapper#main-footer-wrapper {
	position: absolute;
	bottom: 0;
	z-index: 1000;
	background: url('images/background-section-dark.png') #223355 center center repeat;
}
.wrapper#header-pusher-wrapper,
.wrapper#footer-pusher-wrapper {
	z-index: 1;
}
.wrapper#main-ajax-wrapper {
}
/* Containers */
.container {
	width: 93.75%;
	max-width: 960px;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.container#main-header-container {
}
.container#main-content-container {
}
.container#main-footer-container {
}
.container#contact-map-container {
	width: 100%;
}
/* Page Sections */
.page-section {
	min-height: 360px;
	position: relative;
	overflow: hidden;
}
.page-section.content-bright {
	z-index: 100;
	color: #000000;
	background: url('images/background-section-bright.png') #f4f1ee center center repeat;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.page-section.content-dark {
	z-index: 100;
	color: #ffffff;
	background: url('images/background-section-dark.png') #223355 center center repeat;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.page-section.sunken {
	z-index: 10;
	background-color: #000000;
}
.page-section.sunken .background-image:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url('images/background-section-transparent-blue.png') transparent center center repeat;
}
.page-section.sunken .background-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
.page-section.sunken .background-image.align-left.align-top {
	background-position: left top;
}
.page-section.sunken .background-image.align-right.align-top {
	background-position: right top;
}
.page-section.sunken .background-image.align-center.align-top {
	background-position: center top;
}
.page-section.sunken .background-image.align-left.align-bottom {
	background-position: left bottom;
}
.page-section.sunken .background-image.align-right.align-bottom {
	background-position: right bottom;
}
.page-section.sunken .background-image.align-center.align-bottom {
	background-position: center bottom;
}
.page-section.sunken .background-image.align-left.align-middle {
	background-position: left center;
}
.page-section.sunken .background-image.align-right.align-middle {
	background-position: right center;
}
.page-section.sunken .background-image.align-center.align-middle {
	background-position: center center;
}
.page-section.sunken .background-video:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	background: url('images/background-section-transparent-blue.png') transparent center center repeat;
}
.page-section.sunken .background-video video:not([controls]) {
	display: block !important;
	width: auto !important;
	height: auto !important;
	min-width: 100% !important;
	min-height: 100% !important;
	position: absolute;
}
.page-section.sunken .background-video.align-left video {
	left: 0px;
}
.page-section.sunken .background-video.align-right video {
	right: 0px;
}
.page-section.sunken .background-video.align-center video {
	left: 50%;
}
.page-section.sunken .background-video.align-top video {
	top: 0px;
}
.page-section.sunken .background-video.align-bottom video {
	bottom: 0px;
}
.page-section.sunken .background-video.align-middle video {
	top: 50%;
}
.page-section .container {
	position: relative;
	z-index: 100;
}
.page-section .container.text-size-small {
	font-size: 14px;
	line-height: 20px;
}
.page-section .container.text-size-normal {
	font-size: 16px;
	line-height: 24px;
}
.page-section .container.text-size-large {
	font-size: 22px;
	line-height: 30px;
}
.page-section .container.text-color-dark {
	color: #000000
}
.page-section .container.text-color-bright {
	color: #ffffff;
}
.page-section .container.default {
	padding: 80px 0;
}
.page-section .container.default .column {
	float: left;
	width: 29.16666666666667%;
	margin: 0 6.25% 0 0;
}
.page-section .container.default .column:last-child {
	margin-right: 0;
}
.page-section .container.default .column.size-1 {
	width: 100%;
}
.page-section .container.default .column.size-2 {
	width: 46.875%;
}
.page-section .container.default .section-title {
	margin: 0 0 80px;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff;
}
.page-section .container.default .section-title h1,
.page-section .container.default .section-title h2,
.page-section .container.default .section-title h3,
.page-section .container.default .section-title h4 {
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
}
.page-section .container.default .section-content {
	text-align: justify;
}
.page-section .container.default .section-content blockquote {
	display: inline-block;
	margin: 0 0 20px;
	border: 0 none transparent;
	border-radius: 6px;
	padding: 30px;
	background: #ffffff;
}
.page-section .container.default .section-content blockquote:last-child {
	margin-bottom: 0;
}
.page-section .container.default .section-content blockquote em strong,
.page-section .container.default .section-content blockquote strong em {
	font-size: 22px;
	line-height: 36px;
	color: #223355;
}
.page-section .container.default .section-content pre {
	white-space: normal;
	margin: 0 0 20px;
	padding: 0;
	font-family: 'PT Serif', serif;
	color: inherit;
	background: transparent;
}
.page-section .container.default .section-content pre:last-child {
	margin-bottom: 0;
}
.page-section .container.default .section-content pre em strong,
.page-section .container.default .section-content pre strong em {
	display: block;
	font-size: 22px;
	line-height: 36px;
	color: #223355;
}
.page-section .container.member-card {
	padding: 80px 0;
}
.page-section .container.member-card .section-content {
	border-radius: 6px;
	overflow: hidden;
}
.page-section .container.member-card.text-color-bright .section-content {
	background: url('images/background-section-transparent-black.png') transparent center center repeat;
}
.page-section .container.member-card.text-color-dark .section-content {
	background: url('images/background-section-transparent-white.png') transparent center center repeat;
}
.page-section .container.member-card .section-content .member-image {
	width: 280px;
	float: left;
}
.page-section .container.member-card .section-content .member-image img {
	display: block;
	width: 100%;
	height: auto;
}
.page-section .container.member-card .section-content .member-name {
	display: none;
	font-size: 22px;
	line-height: 36px;
}
.page-section .container.member-card .section-content .member-description {
	padding: 40px 40px 40px 320px;
}
.page-section .container.image-gallery .section-content:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/background-section-transparent-blue.png') transparent center center repeat;
}
.page-section .container.image-gallery {
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	position: relative;
}
.page-section .container.image-gallery .section-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	opacity: 0;
	z-index: 1;
	padding: 2%;

	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.page-section .container.image-gallery .section-content.next-up .gallery-image-wrap {
	left: 25%;
}
.page-section .container.image-gallery .section-content.prev-up .gallery-image-wrap {
	left: -25%;
}
.page-section .container.image-gallery .section-content.next-up .gallery-image-wrap.out {
	left: -25%;
}
.page-section .container.image-gallery .section-content.prev-up .gallery-image-wrap.out {
	left: 25%;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap.active {
	position: relative;
	left: 0%;
	opacity: 1;
	z-index: 100;
	padding: 0%;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap .gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap .gallery-image.align-left.align-top {
	background-position: left top;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap .gallery-image.align-right.align-top {
	background-position: right top;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap .gallery-image.align-center.align-top {
	background-position: center top;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap .gallery-image.align-left.align-bottom {
	background-position: left bottom;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap .gallery-image.align-right.align-bottom {
	background-position: right bottom;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap .gallery-image.align-center.align-bottom {
	background-position: center bottom;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap .gallery-image.align-left.align-middle {
	background-position: left center;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap .gallery-image.align-right.align-middle {
	background-position: right center;
}
.page-section .container.image-gallery .section-content .gallery-image-wrap .gallery-image.align-center.align-middle {
	background-position: center center;
}
.page-section .container.image-gallery .section-aside {
	width: 93.75%;
	max-width: 960px;
	height: 100%;
	position: relative;
	z-index: 1000;
	margin: 0 auto;
}
.page-section .container.image-gallery .image-gallery-controls {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #ffffff;
	border-radius: 6px 6px 0 0;
	padding: 10px;
	background: url('images/background-section-transparent-black.png') transparent center center repeat;
}
.page-section .container.image-gallery .image-gallery-controls .control {
	float: right;
	width: 40px;
	height: 40px;
	padding: 5px;
	line-height: 30px;
	cursor: pointer;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.page-section .container.image-gallery .image-gallery-controls .control:hover {
	padding: 0;
}
.page-section .container.image-gallery .image-gallery-controls .control img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.page-section .container.image-gallery .image-gallery-controls .control-label {
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	line-height: 40px;
	margin: 0 5px 0 0;
	white-space: nowrap;
	text-transform: uppercase;
}
.page-section .container.review-carousel {
	padding: 80px 0;
}
.page-section .container.review-carousel .section-title {
	margin: 0 0 80px;
	text-align: center;
	text-shadow: 0px -1px 0px #000000;
}
.page-section .container.review-carousel .section-title h1,
.page-section .container.review-carousel .section-title h2,
.page-section .container.review-carousel .section-title h3,
.page-section .container.review-carousel .section-title h4 {
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
}
.page-section .container.review-carousel .section-content {
	text-align: center;
	position: relative;

	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.page-section .container.review-carousel .section-content .review-wrap {
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	z-index: 1;
	padding: 0 80px;

	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.page-section .container.review-carousel .section-content.next-up .review-wrap {
	left: 50%;
}
.page-section .container.review-carousel .section-content.prev-up .review-wrap {
	left: -50%;
}
.page-section .container.review-carousel .section-content.next-up .review-wrap.out {
	left: -50%;
}
.page-section .container.review-carousel .section-content.prev-up .review-wrap.out {
	left: 50%;
}
.page-section .container.review-carousel .section-content .review-wrap.active {
	position: relative;
	left: 0%;
	opacity: 1;
	z-index: 100;
}
.page-section .container.review-carousel .section-content .review-wrap .review {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	line-height: 36px;
	margin: 0 0 20px;
}
.page-section .container.review-carousel .section-content .review-wrap .author-country {
}
.page-section .container.review-carousel .review-carousel-controls {
	position: relative;
}
.page-section .container.review-carousel .review-carousel-controls .control {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	z-index: 1000;
	padding: 5px;
	line-height: 30px;
	cursor: pointer;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.page-section .container.review-carousel .review-carousel-controls .control:hover {
	padding: 0;
}
.page-section .container.review-carousel .review-carousel-controls .control.previous {
	left: 0;
}
.page-section .container.review-carousel .review-carousel-controls .control.next {
	right: 0;
}
.page-section .container.review-carousel .review-carousel-controls .control img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.page-section .container.text-carousel {
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6);
}
.page-section .container.text-carousel h1,
.page-section .container.text-carousel h2,
.page-section .container.text-carousel h3,
.page-section .container.text-carousel h4 {
	font-family: 'PT Serif', serif;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-align: right;
}
.page-section .container.text-carousel .text-wrap {
	position: absolute;
	right: 0;
	top: 75%;
	opacity: 0;
	z-index: 1;

	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.page-section .container.text-carousel .text-wrap.out {
	top: 25%;
}
.page-section .container.text-carousel .text-wrap.active {
	top: 50%;
	opacity: 1;
	z-index: 100;
}
.page-section .container.page-bottom {
	padding: 120px 0;
}
.page-section .container.page-bottom .message-wrap {
	padding: 0 120px 120px;
}
.page-section .container.page-bottom .message {
	border-radius: 6px;
	padding: 40px;
}
.page-section .container.page-bottom.text-color-bright .message {
	background: url('images/background-section-transparent-black.png') transparent center center repeat;
}
.page-section .container.page-bottom.text-color-dark .message {
	background: url('images/background-section-transparent-white.png') transparent center center repeat;
}
.page-section .container.page-bottom .message blockquote {
	padding: 0;
}
.page-section .container.page-bottom .message blockquote em strong,
.page-section .container.page-bottom .message blockquote strong em {
	font-size: 22px;
	line-height: 36px;
}
.page-section .container.page-bottom .section-aside {
	text-align: center;
}
.page-section .container.page-bottom .page-bottom-controls {
}
.page-section .container.page-bottom .page-bottom-controls .control {
	display: inline-block;
	width: 215px;
	cursor: pointer;
	border-radius: 6px;
	font-size: 19px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	background: #223355;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.page-section .container.page-bottom .page-bottom-controls .control:hover {
	color: #223355;
	background: #ffffff;
}

/* TEMPLATE PARTS */
/* Main parts */
#main-header {
	padding: 0;
	color: #a5a5a5;
}
#main-header a {
	color: #ffffff;
}
#main-header a:hover {
	color: #223355;
}
#main-content {
	padding: 40px 0;
}
#main-sidebar {
}
#main-footer {
	padding: 20px 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
#main-footer a {
	color: #ffffff;
}
#main-footer a:hover {
	color: #ffffff;
}
#main-header {
	position: relative;
}
#main-header .site-identity {
	display: block;
	width: 200px;
	height: 210px;
	position: absolute;
	left: -10px;
	top: 0;
	z-index: 10;
	padding: 20px 30px;
	text-align: center;
	background: url('images/background-header-logo.png') transparent center center no-repeat;
}
#main-header .site-identity .button.home {
	display: block;
	opacity: 1;
}
#main-header .site-identity .button.home:hover {
	opacity: 0.8;
}
#main-header .site-identity .site-logo {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}
#main-header .site-identity .site-logo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#main-header .site-identity .site-name {
	display: block;
	font-family: 'Abril Fatface', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
}
#main-header .site-identity .site-description {
	display: block;
	font-family: 'PT Serif', serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #223355;
}

/* GUI ELEMENTS */
/* Menus */
.navigation {
}
.navigation .menu {
	padding: 0;
}
.navigation .menu .menu-item {
}
.navigation .menu .menu-item:last-child {
}
.navigation .menu .menu-item.current-menu-item {
}
.navigation .menu .menu-item a {
}
.navigation .menu .menu-item a:hover {
}
.navigation .menu .menu-item.current-menu-item a {
}
.navigation .menu .menu-item.current-menu-item a:hover {
}
.navigation .menu .menu-item .sub-menu {
	padding: 0;
}
.navigation .menu .menu-item .sub-menu .menu-item {
}
.navigation .menu .menu-item .sub-menu .menu-item:last-child {
}
.navigation .menu .menu-item .sub-menu .menu-item.current-menu-item {
}
.navigation .menu .menu-item .sub-menu .menu-item a {
}
.navigation .menu .menu-item .sub-menu .menu-item a:hover {
}
.navigation .menu .menu-item .sub-menu .menu-item.current-menu-item a {
}
.navigation .menu .menu-item .sub-menu .menu-item.current-menu-item a:hover {
}
.navigation#main-navigation {
	display: block;
	position: relative;
	right: -10px;
	padding: 0;
	text-align: right;
}
.navigation#main-navigation .menu {
	padding: 0;
}
.navigation#main-navigation .menu {
	font-family: 'PT Serif', serif;
	font-weight: bold;
	font-size: 19px;
	line-height: 60px;
	text-transform: uppercase;
	white-space: nowrap;
}
.navigation#main-navigation .menu > .menu-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.navigation#main-navigation .menu > .menu-item:last-child {
	margin-right: 0 !important;
}
.navigation#main-navigation .menu > .menu-item a {
	display: block;
	position: relative;
	padding: 0 10px;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0);
}
.navigation#main-navigation .menu > .menu-item a:hover {
	color: #223355;
	background-color: rgba(255, 255, 255, 1);
}
/* Buttons */
.button.home {
}
.button.home img {
}
/* Forms */
::-webkit-input-placeholder {
}
:-moz-placeholder {
}
::-moz-placeholder {
}
:-ms-input-placeholder {
}
.wpcf7 {
}
.wpcf7 .wpcf7-form {
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	position: relative;
	padding: 0 0 20px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="text"],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="number"],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="email"],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="tel"],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="password"] {
	width: 100%;
	height: 30px;
	margin: 0;
	border: 1px solid #ffffff;
	border-radius: 6px;
	padding: 4px 10px;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 20px;
	background-color: #ffffff;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #ffffff;
	border-radius: 6px;
	padding: 4px 10px;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 20px;
	background-color: #ffffff;
	resize: vertical;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select {
	margin: 0;
	padding: 8px 16px;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 20px;
	background-color: #ffffff;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="radio"] {
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"] {
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="text"]:hover,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="number"]:hover,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="email"]:hover,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="tel"]:hover,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="password"]:hover {
	outline: none;
	border: 1px dotted #223355;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:hover {
	outline: none;
	border: 1px dotted #223355;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select:hover {
	outline: none;
	border: 1px dotted #223355;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="radio"]:hover {
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"]:hover {
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="number"]:focus,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="email"]:focus,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="tel"]:focus,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="password"]:focus {
	outline: none;
	border: 1px solid #223355;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:focus {
	outline: none;
	border: 1px solid #223355;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select:focus {
	outline: none;
	border: 1px solid #223355;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="radio"]:focus {
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"]:focus {
}
.wpcf7 .wpcf7-form input[type="submit"] {
    cursor: pointer;
    height: 30px;
    vertical-align: top;
    border: 0 none transparent;
	border-radius: 6px;
    padding: 5px 10px;
    font-family: 'PT Serif', serif;
	font-weight: bold;
    font-size: 19px;
	line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #223355;
}
.wpcf7 .wpcf7-form input[type="submit"]:hover {
    color: #223355;
    background-color: #ffffff;
}
.wpcf7 .wpcf7-form input[type="submit"]:focus {
    color: #223355;
    background-color: #ffffff;
}
.wpcf7 .ajax-loader {
}
.wpcf7 .wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0;
	left: 0;
    font-family: 'PT Serif', serif;
    font-size: 14px;
	line-height: 20px;
}
.wpcf7 .wpcf7-response-output {
	clear: both;
	margin: 0 0 20px;
    font-family: 'PT Serif', serif;
    font-size: 14px;
	line-height: 20px;
}
.wpcf7 .contact-notice strong {
	display: inline-block;
	vertical-align: -10px;
	font-size: 29px;
	font-weight: bold;
}
.wpcf7 .wpcf7-form-control-wrap.full-name,
.wpcf7 .wpcf7-form-control-wrap.company-name,
.wpcf7 .wpcf7-form-control-wrap.email-address,
.wpcf7 .wpcf7-form-control-wrap.phone-number {
	float: left;
	width: 47.75%;
}
.wpcf7 .wpcf7-form-control-wrap.full-name,
.wpcf7 .wpcf7-form-control-wrap.email-address {
	margin-right: 4.5%;
}
.wpcf7 .wpcf7-form-control-wrap.message-body {
	clear: both;
}
.wpcf7 #contact-action-submit {
	float: right;
	width: 47.75%;
}


/* Social media */
.sm-links {
}
.sm-links .menu {
}
.sm-links .menu-item {
}
.sm-links .menu-item:last-child {
}
.sm-links .menu-item a {
}
.sm-links .menu-item a img {
}
.sm-links#sm-icon-links {
}
.sm-links#sm-icon-links .sm-icon-link {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 16px 0 0;
	border: 2px solid #ffffff;
	border-radius: 24px;
	padding: 10px;
	line-height: 24px;
}
.sm-links#sm-icon-links .sm-icon-link:hover {
	border-color: #223355;
}
.sm-links#sm-icon-links .sm-icon-link img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* Slides */
#page-slides {
	display: block;
	position: relative;
	background-color: #000000;
	overflow: hidden;
	height: 480px;
}
#page-slides .slide-container {
	height: 100%;
	position: relative;
	z-index: 10;
}
#page-slides .slide-container .slide {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#page-slides .slide-container .slide.active {
	opacity: 1;
	position: relative;
	z-index: 1000;
}
#page-slides .slide-container .slide .slide-image-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#page-slides .slide-container .slide .slide-image-wrap .slide-image {
	position: relative;
	width: 4096px;
	height: 100%;
	left: 50%;
	margin-left: -2048px;
	text-align: center;
}
#page-slides .slide-container .slide .slide-image-wrap .slide-image img {
	display: inline-block;
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-height: 100%;
}
#page-slides .slide-container .slide .slide-overlay {
	display: block;
	width: 93.75%;
	max-width: 960px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -46.875%;
}
@media screen and (max-width: 1023px) {
	#page-slides .slide-container .slide .slide-overlay {
		left: 0;
		margin-left: 0;
	}
}
#page-slides .slide-container .slide .slide-overlay .slide-content-wrap {
	display: block;
	width: 40%;
	min-width: 300px;
	opacity: 0;
	position: absolute;
	padding: 40px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.4);
	
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}
#page-slides .slide-container .slide .slide-overlay .slide-content-wrap.align-left {
	top: 100px;
	left: 0;
}
#page-slides .slide-container .slide .slide-overlay .slide-content-wrap.align-right {
	top: 100px;
	right: 0;
}
#page-slides .slide-container .slide .slide-overlay .slide-content-wrap.align-center {
	top: 150px;
	position: relative;
	margin: 0 auto;
}
#page-slides .slide-container .slide.active .slide-overlay .slide-content-wrap {
	opacity: 1;
}
#page-slides .slide-container .slide.active .slide-overlay .slide-content-wrap.align-left {
	left: 50px;
}
#page-slides .slide-container .slide.active .slide-overlay .slide-content-wrap.align-right {
	right: 50px;
}
#page-slides .slide-container .slide.active .slide-overlay .slide-content-wrap.align-center {
	top: 100px;
}
#page-slides .slide-container .slide .slide-overlay .slide-content-wrap .slide-title {
	display: block;
	margin: 0 0 20px;
	font-family: 'Abril Fatface', sans-serif;
	font-size: 16px;
	line-height: 24px;
}
#page-slides .slide-container .slide .slide-overlay .slide-content-wrap .slide-content {
	display: block;
	margin: 0 0 20px;
}
#page-slides .slide-container .slide .slide-overlay .slide-content-wrap .slide-button {
	display: inline-block;
	padding: 10px 20px;
	font-family: 'Abril Fatface', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	background-color: #223355;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#page-slides .slide-container .slide .slide-overlay .slide-content-wrap .slide-button:hover {
	background-color: #223355;
}
#page-slides .slide-container .slide .slide-overlay .slide-content-wrap .slide-title:last-child,
#page-slides .slide-container .slide .slide-overlay .slide-content-wrap .slide-content:last-child,
#page-slides .slide-container .slide .slide-overlay .slide-content-wrap .slide-button:last-child {
	margin-bottom: 0;
}
#page-slides .slide-controls {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 1000;
}
#page-slides .slide-controls .slide-control {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	opacity: 0.5;
	cursor: pointer;
	margin: 0 20px 0 0;
	border-radius: 10px;
	background-color: #ffffff;
}
#page-slides .slide-controls .slide-control.active {
	opacity: 1;
}
#page-slides .slide-controls .slide-control:last-child {
	margin-right: 0;
}
