@charset "utf-8";

.panel-left-bg.panel-left-bg-nilamber {
	background-image: url(../img/background/cam-8.jpeg);
}

.kenburns-slide-1 {
	background-image: url(../img/background/cam-8.jpeg);
}

.kenburns-slide-2 {
	background-image: url(../img/background/cam-8.jpeg);
}

.kenburns-slide-3 {
	background-image: url(../img/background/cam-8.jpeg);
}

.kenburns-slide-4 {
	background-image: url(../img/background/cam-8.jpeg);
}

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html,
body {
	height: 100%;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*:focus {
	outline: none;
}

/* remove dotted outline from links, button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
	outline: 0;
}

/* layout */
body {
	font-family: 'montserratlight', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	color: #5f5f5f;
	background: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

a {
	color: #999;
	text-decoration: none;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:hover,
a:visited,
a:active,
a:focus {
	color: #ccc;
	text-decoration: none;
	outline: none;
}

p {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

p a {
	color: #999;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

p a:hover {
	color: #ccc;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

strong {
	font-weight: bold;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

/* introduction 1 */
.introduction-1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 20px;
}

.morphext>.animated {
	display: inline-block;
}

.introduction-1 h1 {
	position: absolute;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 65px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
	margin: -3px auto 0 auto;
	left: 0;
	width: 100%;
	line-height: 100%;
	text-shadow: 1px 1px 2px #111;
	z-index: 0;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	.introduction-1 h1 {
		font-size: 55px;
	}
}

@media only screen and (max-width: 480px) {
	.introduction-1 h1 {
		font-size: 55px;
	}
}

/* headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* lower page */
.lower-page {
	min-height: 100%;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 880px) {
	.lower-content {
		margin: 0 0 0 45px;
	}
}

.lower-content p {
	line-height: 25px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-align: justify;
}

.info-contact p {
	padding: 10px 0;
	text-align: center;
}

.sections {
	position: relative;
	width: 95%;
	z-index: 5;
}

/* divider */
.dividerOT-testimonials-top {
	position: relative;
	width: auto;
	height: 100px;
	margin: 0 auto;
	background: none;
}

.dividerOT-testimonials-bottom {
	position: relative;
	width: auto;
	height: 96px;
	margin: 0 auto;
	background: none;
}

.dividerOT-about-top {
	position: relative;
	width: auto;
	height: 60px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) {
	.dividerOT-about-top {
		height: 63px;
	}
}

.dividerOT-about-middle {
	position: relative;
	width: auto;
	height: 60px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) {
	.dividerOT-about-middle {
		height: 62px;
	}
}

.dividerOT-about-bottom {
	position: relative;
	width: auto;
	height: 102px;
	margin: 0 auto;
	background: none;
}

.dividerOT-education-intro-top {
	position: relative;
	width: auto;
	height: 65px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) {
	.dividerOT-education-intro-top {
		height: 68px;
	}
}

.dividerOT-education-intro-bottom {
	position: relative;
	width: auto;
	height: 31px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) {
	.dividerOT-education-intro-bottom {
		height: 8px;
	}
}

.dividerOT-education-top {
	position: relative;
	width: auto;
	height: 36px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	.dividerOT-education-top {
		height: 35px;
	}
}

@media only screen and (max-width: 480px) {
	.dividerOT-education-top {
		height: 35px;
	}
}

.dividerOT-education-bottom {
	position: relative;
	width: auto;
	height: 117px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	.dividerOT-education-bottom {
		height: 85px;
	}
}

@media only screen and (max-width: 480px) {
	.dividerOT-education-bottom {
		height: 85px;
	}
}

.dividerOT-works-top {
	position: relative;
	width: auto;
	height: 60px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) {
	.dividerOT-works-top {
		height: 63px;
	}
}

.dividerOT-works-middle {
	position: relative;
	width: auto;
	height: 106px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 880px) {
	.dividerOT-works-middle {
		height: 58px;
	}
}

.dividerOT-works-bottom {
	position: relative;
	width: auto;
	height: 80px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 880px) {
	.dividerOT-works-bottom {
		height: 100px;
	}
}

@media only screen and (max-width: 640px) {
	.dividerOT-works-bottom {
		height: 100px;
	}
}

.dividerOT-services-top {
	position: relative;
	width: auto;
	height: 60px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) {
	.dividerOT-services-top {
		height: 63px;
	}
}

.dividerOT-services-middle {
	position: relative;
	width: auto;
	height: 63px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 880px) {
	.dividerOT-services-middle {
		height: 25px;
	}
}

@media only screen and (max-width: 640px) {
	.dividerOT-services-middle {
		height: 25px;
	}
}

.dividerOT-services-bottom {
	position: relative;
	width: auto;
	height: 98px;
	margin: 0 auto;
	background: none;
}

.dividerOT-news-top {
	position: relative;
	width: auto;
	height: 60px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) {
	.dividerOT-news-top {
		height: 63px;
	}
}

.dividerOT-news-middle {
	position: relative;
	width: auto;
	height: 75px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) {
	.dividerOT-news-middle {
		height: 77px;
	}
}

.dividerOT-news-bottom {
	position: relative;
	width: auto;
	height: 89px;
	margin: 0 auto;
	background: none;
}

.dividerOT-news-post {
	visibility: hidden;
	display: none;
}

@media only screen and (max-width: 880px) {
	.dividerOT-news-post {
		visibility: visible;
		display: block;
		position: relative;
		width: auto;
		height: 28px;
		margin: 0 auto;
		background: none;
	}
}

.dividerOT-news-post-2 {
	position: relative;
	width: auto;
	height: 93px;
	margin: 0 auto;
	background: none;
}

.dividerOT-form-top {
	position: relative;
	width: auto;
	height: 60px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) {
	.dividerOT-form-top {
		height: 63px;
	}
}

.dividerOT-form-middle {
	position: relative;
	width: auto;
	height: 50px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) {
	.dividerOT-form-middle {
		height: 51px;
	}
}

.dividerOT-form-bottom {
	position: relative;
	width: auto;
	height: 84px;
	margin: 0 auto;
	background: none;
}

.dividerOT-contact-top {
	position: relative;
	width: auto;
	height: 19px;
	margin: 0 auto;
	background: none;
}

@media only screen and (max-width: 640px) {
	.dividerOT-contact-top {
		height: 21px;
	}
}

.dividerOT-contact-bottom {
	position: relative;
	width: auto;
	height: 25px;
	margin: 0 auto;
	background: none;
}

.dividerOT-footer-top {
	position: relative;
	width: auto;
	height: 20px;
	margin: 0 auto;
	background: none;
}

.dividerOT-footer-bottom {
	position: relative;
	width: auto;
	height: 20px;
	margin: 0 auto;
	background: none;
}

/* icon-view */
.icon-view-contact {
	font-size: 25px;
	margin: 0;
	padding: 12px 0 0 0;
	color: #111;
	text-align: center;
	display: block;
}

.info-contact p,
.info-contact p a {
	color: #111;
	font-weight: normal;
}

/* panels */
/* panel overlay */
#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .85);
	overflow: hidden;
	z-index: 20;
}

/* panel left bg */
.panel-left-bg {
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media only screen and (max-width: 880px) {
	.panel-left-bg {
		display: none;
		visibility: hidden;
	}
}

/* panel left overlay */
.panel-left-overlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .55);
	overflow: hidden;
	z-index: 10;
}

/* panel left */
.panel-left {
	position: fixed;
	width: 50%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	/*left: -100%;*/
	background: none;
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 98;
}

.panel-left.open {
	left: 0;
}

.panel-left.close {
	left: -100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

/* panel right */
.panel-right {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 50%;
	background: #fff;
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 101;
	overflow-x: hidden;
	overflow-y: auto;
}

@media only screen and (max-width: 880px) {
	.panel-right {
		width: 100%;
		left: 0;
	}
}

.panel-right-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.panel-right.open {
	right: 0;
}

.panel-right.close {
	right: -100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

/* panel elements */
h6.open,
.titleOT.open,
#navigation.open {
	left: 50%;
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}

h6.close,
.titleOT.close,
#navigation.close {
	left: 25%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

/* borders */
.borders-introduction {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.borders-introduction-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}

.borders-introduction-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 100;
}

.border-wrapper {
	position: relative;
	height: 100%;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.border-inner {
	position: relative;
	height: 100%;
}

.border-bg {
	position: absolute;
	background: #fff;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	.border-bg {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (max-width: 480px) {
	.border-bg {
		display: none;
		visibility: hidden;
	}
}

.border-top-1,
.border-top-2 {
	top: 0;
}

.border-bottom-1,
.border-bottom-2 {
	bottom: 0;
}

.border-top-1,
.border-bottom-1 {
	left: 0;
}

.border-top-2,
.border-bottom-2 {
	right: 0;
}

.border-top-1,
.border-top-2,
.border-bottom-1,
.border-bottom-2 {
	width: 50%;
	height: 5px;
}

.border-left {
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
}

.border-right {
	width: 5px;
	height: 100%;
	top: 0;
	right: 0;
}

.center-space-top,
.center-space-bottom {
	position: absolute;
	width: 100%;
	margin: auto;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	left: 0;
}

.center-space-top {
	top: -25px;
}

.main-logo {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	.center-space-top {
		top: -45px;
	}
}

@media only screen and (max-width: 480px) {
	.center-space-top {
		top: -30px;
	}
}

.center-space-bottom {

	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #fff;
	bottom: -8px;
	left: 2px;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	.center-space-bottom {
		font-size: 14px;
		bottom: -50px;
	}
}

@media only screen and (max-width: 480px) {
	.center-space-bottom {
		font-size: 12px;
		bottom: -36px;
	}
}

.center-space-bottom span {
	position: relative;
	display: inline-block;
	visibility: hidden;
}

/* navigation */
nav#navigation {
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	position: absolute;
	display: block;
	width: 510px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	padding: 0 0 70px 0;
	text-align: center;
	z-index: 99;
}

@media only screen and (max-width: 480px) {
	nav#navigation {
		padding: 0 0 10px 0;
	}
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	nav#navigation {
		padding: 0 0 10px 0;
	}
}

nav#navigation li {
	display: inline-block;
	letter-spacing: 0.15em;
	background: rgba(17, 17, 17, .55);
}

nav#navigation li a.active {
	color: #fff;
	background: rgba(17, 17, 17, .55);
}

nav#navigation li a:hover.active {
	color: #111;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

nav#navigation li:last-child {}

nav#navigation a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

nav#navigation a:hover {
	color: #111;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-shadow: none;
}

.nav-button {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #ffcc29;
	padding: 20px 35px 20px 35px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-button:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -20px;
	width: 40px;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-button:hover {
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-button:hover:before {
	left: -41px;
}

h6 {

	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 2px #111;
	position: absolute;
	display: block;
	width: 400px;
	left: 50%;
	top: 0;
	padding: 127px 0 0 1px;
	margin-left: -200px;
	text-align: center;
	z-index: 99;
}

@media only screen and (max-width: 880px) {
	h6 {
		z-index: 98;
	}
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	h6 {
		padding: 68px 0 0 1px;
	}
}

@media only screen and (max-width: 480px) {
	h6 {
		padding: 98px 0 0 1px;
	}
}

.titleOT {
	/*position: absolute;
	width: 600px;
	max-width: 600px;*/
	top: 50%;
	left: 50%;
	/*margin-left: -298px;
	margin-top: -146px;*/
	/*padding: 0 115px;*/
	z-index: 99;
}

@media only screen and (max-width: 880px) {
	.titleOT {
		z-index: 98;
	}
}

/* contact form */
#contact-form {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

#form input,
#Contact-Form input {
	position: relative;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 5px 5px;
	background: none;
	margin: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

#form input,
#Contact-Form input {
	margin: 10px 0 10px 0;
}

textarea {
	position: relative;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 5px 5px;
	background: none;
	margin: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	resize: none;
}

#form textarea,
#Contact-Form textarea {
	margin: 10px 0 10px 0;
}

#form input:hover,
#form textarea:hover,
#Contact-Form input:hover,
#Contact-Form textarea:hover {
	border-color: rgba(0, 0, 0, .35);
}

.success {

	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-align: center;
	color: #111;
	margin: 0 auto;
	padding: 80px 0 0 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#form .error,
#Contact-Form .error {
	position: absolute;
	font-size: 9px;
	text-transform: uppercase;
	text-align: left;
	color: #5f5f5f;
	display: block;
	margin: -2px 0 0 1px;
	padding: 0;
	letter-spacing: 0.15em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.submit-button {
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-shadow: none;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #111;
	border: 1px solid #111;
	padding: 12px 70px 12px 70px;
	margin: 23px auto 10px auto;
	width: 200px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.submit-button:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -20px;
	width: 40px;
	height: 1px;
	background: #111;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.submit-button:hover {
	color: #111;
	background: #fff;
	text-shadow: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.submit-button:hover:before {
	left: -41px;
}

.make-space {
	margin-left: 15px;
	margin-right: 15px;
}


/* placeholders */
::-webkit-input-placeholder {
	font-size: 12px;
	color: #5f5f5f;
}

:-ms-input-placeholder {
	font-size: 12px;
	color: #5f5f5f;
}

::-moz-placeholder {
	font-size: 12px;
	color: #5f5f5f;
}

input:-moz-placeholder {
	font-size: 12px;
	color: #5f5f5f;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

/* newsletter form */
#subscribe-wrapper {
	position: relative;
	margin: 25px auto 0 auto;
	background: none;
	width: 320px;
	height: 160px;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	#subscribe-wrapper {
		width: 220px;
	}
}

.newsletter {
	position: relative;
	clear: both;
	width: 320px;
	border: none;
	background: none;
	margin: 20px auto;
	padding: 0;
	overflow: hidden;
}

@media only screen and (max-width: 480px) {
	.newsletter {
		width: 220px;
	}
}

.newsletter-submit {

	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-shadow: 1px 1px 2px #111;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #111;
	border: 1px solid #111;
	padding: 12px 70px 12px 70px;
	margin: 10px auto 0 auto;
	width: 200px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.newsletter-submit {
		margin: 49px auto 0 auto;
	}
}

.newsletter-submit:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -20px;
	width: 40px;
	height: 1px;
	background: #111;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.newsletter-submit:hover {
	color: #111;
	background: #fff;
	text-shadow: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.newsletter-submit:hover:before {
	left: -41px;
}

.subscribe-success {

	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-align: center;
	color: #111;
	margin: 0 auto;
	padding: 80px 0 0 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#subscribe .subscribe-error {
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #111;
	display: block;
	margin: 7px auto 0 auto;
	padding: 0;
	letter-spacing: 0.15em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* social icons footer */
.social-icons-wrapper {
	position: relative;
	margin: 0 auto 15px auto;
}

.social-icons-wrapper ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.social-icons-wrapper ul li {
	display: inline-block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	line-height: 37px;
}

ul.social-icons {
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.social-icons a {
	padding: 0;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

ul.social-icons a:hover {
	padding: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

/* footer credits */
.footer-credits {
	text-align: center;
}

.footer-credits-logo {
	margin: 0 auto;
}

.footer-credits-logo img {
	width: 80px;
	filter: brightness(0) invert(1);
	margin-bottom: 20px;
}

/*.footer-credits-copyright-wrapper {
	height: 40px;
}	
*/
.footer-credits-copyright {
	position: relative;
	text-align: center;
	margin: 10px 0px;
	z-index: 100;
}

.footer-credits-copyright a {
	color: #111;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.footer-credits-copyright a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

/* hero */
/* hero container */
.hero-fullscreen {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1;
}

/* hero bg */
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* hero slider */
.hero-slider-split .owl-wrapper-outer,
.hero-slider-split .owl-height,
.hero-slider-split .owl-stage,
.hero-slider-split .owl-wrapper,
.hero-slider-split .owl-item,
.hero-slider-zoom .owl-wrapper-outer,
.hero-slider-zoom .owl-height,
.hero-slider-zoom .owl-stage,
.hero-slider-zoom .owl-wrapper,
.hero-slider-zoom .owl-item {
	height: 100% !important;
}

.hero-slider-split .slide-HERO,
.hero-slider-zoom .slide-HERO {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100% !important;
}

/* YouTube video */
.YT-bg {
	background: none;
}

@media only screen and (max-width: 880px) {
	.YT-bg {
		position: relative;
		height: 100%;

		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

.background-video {
	position: absolute;
	background-repeat: no-repeat;
	background-position: top center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

video,
source {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	bottom: 0;
	left: 0;
}

.loaded .ytplayer-container {
	display: block;
}

.ytplayer-container {
	position: absolute;
	min-width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}

.ytplayer-shield {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.ytplayer-player {
	position: absolute;
}

/* ken burns slideshow */
.kenburns-slide-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 0;
}

.kenburns-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-animation: KenBurnsSlideShow 24s linear infinite 0s;
	-moz-animation: KenBurnsSlideShow 24s linear infinite 0s;
	-ms-animation: KenBurnsSlideShow 24s linear infinite 0s;
	-o-animation: KenBurnsSlideShow 24s linear infinite 0s;
	animation: KenBurnsSlideShow 24s linear infinite 0s;
}

.kenburns-slide-1 {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.kenburns-slide-2 {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-ms-animation-delay: 6s;
	-o-animation-delay: 6s;
	animation-delay: 6s;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.kenburns-slide-3 {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-ms-animation-delay: 12s;
	-o-animation-delay: 12s;
	animation-delay: 12s;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.kenburns-slide-4 {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-ms-animation-delay: 18s;
	-o-animation-delay: 18s;
	animation-delay: 18s;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@-webkit-keyframes KenBurnsSlideShow {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
	}

	5% {
		opacity: 1
	}

	25% {
		opacity: 1;
	}

	30% {
		opacity: 0;
		-webkit-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transformm: scale(1);
	}
}

@-moz-keyframes KenBurnsSlideShow {
	0% {
		opacity: 0;
		-moz-transform: scale(1);
	}

	5% {
		opacity: 1
	}

	25% {
		opacity: 1;
	}

	30% {
		opacity: 0;
		-moz-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-moz-transform: scale(1);
	}
}

@-o-keyframes KenBurnsSlideShow {
	0% {
		opacity: 0;
		-o-transform: scale(1);
	}

	5% {
		opacity: 1
	}

	25% {
		opacity: 1;
	}

	30% {
		opacity: 0;
		-o-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-o-transform: scale(1);
	}
}

@keyframes KenBurnsSlideShow {
	0% {
		opacity: 0;
		transform: scale(1);
		-ms-transform: scale(1);
	}

	5% {
		opacity: 1
	}

	25% {
		opacity: 1;
	}

	30% {
		opacity: 0;
		transform: scale(1.1);
		-ms-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
		-ms-transform: scale(1);
	}
}

/* center container */
.center-container {
	position: absolute;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	background: none;
}

.center-block {
	display: table-cell;
	vertical-align: middle;
}

/* works hover */
.move-up {
	margin-top: -55px;
}

@media only screen and (max-width: 880px) {
	.move-up {
		margin-top: 0;
	}
}

/* // */
/* intro wrapper */
#intro-wrapper,
#intro-wrapper-2,
#intro-wrapper-3 {
	margin: 0 auto;
	width: 100%;
}

.unveil-1 {
	position: relative;
	/*margin: 94px 0 0 -10px;*/
}

.unveil-2 {
	position: relative;
	padding: 45px 0 0 0;
}

.unveil-3 {
	position: relative;
	padding: 59px 0 0 0;
}

h1.main-title {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	line-height: 1;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	text-shadow: 1px 1px 2px #000;
	position: relative;
	display: block;
}

@media only screen and (max-width: 880px) {
	h1.main-title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 640px) {
	h1.main-title {
		font-size: 28px;
	}
}

.additional-pages h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	position: relative;
}

.additional-section {
	position: relative;
	max-width: 80%;
	margin: 0 auto;
	padding: 0;
	z-index: 5;
}

/* center container home */
.center-container-home {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.center-block-home {
	display: table-cell;
	vertical-align: middle;
}

/* loader */
#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	padding: 40px;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
	#loader {
		padding: 30px;
	}
}

#loader .loaderStatic {
	width: 0;
	height: 100%;
	display: block;
	background: #000;
}

#loader .loaderDynamic {
	width: 100%;
	height: 100%;
	display: block;
	background: #ffcc29;
}

#loaderText {
	position: fixed;
	display: block;
	width: 100%;
	padding: 50px;
	top: 50%;
	margin-top: -85px;
	left: 0;
	text-align: center;
}

#loaderText .loaderTitle {
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	max-width: 400px;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 880px) {
	#loaderText .loaderTitle {
		font-size: 20px;
	}
}

@media only screen and (max-width: 640px) {
	#loaderText .loaderTitle {
		font-size: 15px;
	}
}

#loaderText .loaderSubTitle {
	position: relative;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #fff;
	margin: 15px auto;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 880px) {
	#loaderText .loaderSubTitle {
		font-size: 30px;
		margin: 12px auto;
	}
}

@media only screen and (max-width: 640px) {
	#loaderText .loaderSubTitle {
		font-size: 20px;
		margin: 12px auto;
	}
}

/* slides */
.slide {
	position: fixed;
	display: block;
	background: none;
	width: 100%;
	height: 100%;
	left: 100%;
	visibility: inherit;
	z-index: 99;
}

.slideBgImg,
.slideBgImg-video {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 100;
	-moz-opacity: 100;
	-webkit-opacity: 100;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slide1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slide2 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slide3 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slide .homeSlide {
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

@-webkit-keyframes CityOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}

@-moz-keyframes CityOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
}

@keyframes CityOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
}

@-webkit-keyframes CityIn {

	0,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@-moz-keyframes CityIn {

	0,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0);
	}
}

@keyframes CityIn {

	0,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0);
	}
}

#slidePositionIndicator {
	position: fixed;
	width: 100%;
	height: 10px;
	text-align: center;
	bottom: 40px;
	left: 0;
	margin-left: 0;
	z-index: 100;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	#slidePositionIndicator {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (max-width: 480px) {
	#slidePositionIndicator {
		bottom: 27px;
		left: 0;
		margin-left: 0;
	}
}

#slidePositionIndicator.open {
	display: block;
	visibility: visible;
	opacity: 100;
	-moz-opacity: 100;
	-webkit-opacity: 100;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

#slidePositionIndicator.close {
	display: none;
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.positionIndicator {
	position: relative;
	display: inline-block;
	width: 45px;
	height: auto;
	margin: 0 5px;
	padding: 5px 0;
	vertical-align: top;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.positionIndicatorLine {
	display: block;
	width: 45px;
	height: 2px;
	opacity: 100;
	-moz-opacity: 100;
	-webkit-opacity: 100;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: #fff;
	-webkit-transition: background .8s ease-in-out;
	-moz-transition: background .8s ease-in-out;
	-ms-transition: background .8s ease-in-out;
	-o-transition: background .8s ease-in-out;
	transition: background .8s ease-in-out;
}

.active .positionIndicatorLine {
	opacity: 100;
	-moz-opacity: 100;
	-webkit-opacity: 100;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: #ffcc29;
	-webkit-transition: background .8s ease-in-out;
	-moz-transition: background .8s ease-in-out;
	-ms-transition: background .8s ease-in-out;
	-o-transition: background .8s ease-in-out;
	transition: background .8s ease-in-out;
}

/* borders */
.borders {
	position: absolute;
	border: 10px solid rgba(0, 0, 0, .55);
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
	z-index: 1;
}

@media only screen and (max-width: 640px) {
	.borders {
		display: none;
		visibility: hidden;
	}
}

.borders,
.borders:after,
.borders:before {
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	height: -webkit-calc(100% - 50px);
	height: -moz-calc(100% - 50px);
	height: calc(100% - 50px);
	top: 25px;
	left: 25px;
	bottom: 25px;
	right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* newsletter form */
.newsletter-block {
	position: relative;
	display: block;
	margin: auto;
}

.top-container {
	width: 95%;
	height: 160px;
	max-width: 800px;
	margin: -80px auto 0 auto;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .25);
	box-shadow: 0 0 12px rgba(0, 0, 0, .25);
}

.top-center-container {
	width: 95%;
	height: auto;
	overflow-x: hidden;
}

.subscribe-success {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: #111;
	margin: 45px auto 0 auto;
	padding: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#subscribe input {
	position: relative;
	width: 200px;
	height: 40px;
	text-align: center;
	color: #111;
	border: none;
	border-bottom: 1px solid #111;
	background: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#subscribe input:focus,
#subscribe textarea:focus {
	color: #111;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#subscribe input:hover {
	border-color: rgba(119, 119, 119, .5);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}


/* placeholders */
input[type="text"].subscribe-email::-webkit-input-placeholder {
	color: #111;
}

input[type="text"].subscribe-email:-ms-input-placeholder {
	color: #111;
}

input[type="text"].subscribe-email::-moz-placeholder {
	color: #111;
}

input:focus.subscribe-email::-webkit-input-placeholder {
	color: transparent;
}

input:focus.subscribe-email:-ms-input-placeholder {
	color: transparent;
}

input:focus.subscribe-email::-moz-placeholder {
	color: transparent;
}

input:focus.subscribe-email:-moz-placeholder {
	color: transparent;
}

/* alternative headings */
.alternative-header h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #94bf4a;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
}

@media only screen and (max-width: 640px) {
	.alternative-header h2 {
		font-size: 22px;
	}
}

/* section title */
.section-title.light {
	color: #fff;
	margin: 0 0 50px 20px;
}

.section-title.light.light-works {
	margin: 0 0 50px 40px;
}

@media only screen and (max-width: 880px) {
	.section-title.light.light-works {
		margin: 0 0 50px 20px;
	}
}

.section-title:after {
	content: "";
	display: block;
	width: 20px;
	left: 0;
	background-color: #111;
	-webkit-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.section-title.light:after {
	background-color: #fff;
}

.section-title:hover {
	color: #111;
}

.section-title.light:hover {
	color: #fff;
}

.section-title:hover:after {
	width: 160px;
	background-color: #111;
}

.section-title.light:hover:after {
	background-color: #fff;
}

.section-title:after {
	content: "";
	/* position: relative; */
	display: block;
	width: 50px;
	height: 3px;
	/* left: 0; */
	/* top: 97px; */
	background-color: #ffcc29;
	margin: 20px 0;
}

.section-title.light:before {
	background-color: #ffcc29;
}

/* skills bar */
.show-skillbar {
	position: relative;
	margin: 23px 0 0 0;
}

.skillbar {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 21px;
	margin: 0 0 30px 0;
	background: none;
}

.skillbar-title {
	position: absolute;
	width: 100px;
	height: 21px;
	line-height: 21px;
	top: -20px;
	left: 0;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffcc29;
	text-shadow: 1px 1px 2px #111;
	text-align: left;
	background: none;
	padding: 0;
}

.skillbar-bar {
	display: inline-block;
	width: 0px;
	height: 3px;
	background: #fff;
	margin: 0 0 3px 0;
}

.skill-bar-percent {
	position: absolute;
	height: auto;
	line-height: 1;
	top: -21px;
	right: 0;
	color: #fff;
	text-shadow: 1px 1px 2px #111;
	font-size: 11px;
}

/* triangle */
.light-bg {
	background: #fff;
}

.dark-bg {
	background: #94bf4a;
}

.medium-bg {
	background: #f4f4f4;
}

.medium-bg-2 {
	background: #d6d6d6;
}

.triangle-light,
.triangle-dark,
.triangle-medium {
	overflow: hidden;
}

.triangle-light:after,
.triangle-dark:after,
.triangle-medium:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.triangle-light:after {
	background: #fff;
}

.triangle-dark:after {
	background: #94bf4a;
}

.triangle-medium:after {
	background: #fff;
}

/* works hover */
.icon-works {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-left: 0;
	margin-top: 0;
	text-align: center;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	z-index: 1;
}

@media only screen and (min-width: 1024px) {
	.icon-works {
		margin-left: -15px;
	}
}

.icon-works a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0 4px;
	font-size: 20px;
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

.icon-works a.iw-slide-left {
	-webkit-transform: translate3d(-60px, 0, 0);
	-moz-transform: translate3d(-60px, 0, 0);
	-ms-transform: translate3d(-60px, 0, 0);
	-o-transform: translate3d(-60px, 0, 0);
	transform: translate3d(-60px, 0, 0);
}

.icon-works a.iw-slide-right {
	-webkit-transform: translate3d(60px, 0, 0);
	-moz-transform: translate3d(60px, 0, 0);
	-ms-transform: translate3d(60px, 0, 0);
	-o-transform: translate3d(60px, 0, 0);
	transform: translate3d(60px, 0, 0);
}

.image-works:hover .icon-works a {
	padding: 0;
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	-o-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.icon-works a:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.icon-works a:hover:after {
	background: #000;
}

.image-works:hover .icon-works {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-works a:before {
	position: relative;
	z-index: 1;
}

.icon-works a i {
	position: relative;
	z-index: 1;
}

.image-works {
	position: relative;
	z-index: 5 !important;
}

.hover-effect {
	position: absolute;
	background: #000;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: -moz-calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

@media only screen and (max-width: 880px) {
	.hover-effect {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px);
		height: -webkit-calc(100% - 20px);
		height: -moz-calc(100% - 20px);
		height: calc(100% - 20px);
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}
}

.image-works:hover .hover-effect {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.legendary-gallery {
	position: relative;
	margin: 0 0px;
	z-index: 0;
}

@media only screen and (max-width: 880px) {
	.legendary-gallery {
		margin: 0 0px;
	}

	.legendary-gallery img {
		margin: 15px 0 0 0;
	}
}

.legendary-gallery figure {
	padding: 20px;
}

@media only screen and (max-width: 880px) {
	.legendary-gallery figure {
		padding: 0;
	}
}

.legendary-gallery .img-caption {
	display: none;
}

/* google maps */
.section-google-maps {
	background: #fff;
	width: 100%;
	height: 450px;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

@media only screen and (max-width: 640px) {
	.section-google-maps {
		height: 450px;
	}
}

#map-wrapper {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

#map {
	width: 100%;
	height: 450px;
	margin: 0;
}

/* circle IMG */
.circle {
	position: relative;
	display: block;
	width: 240px;
	height: 140px;
	top: 60px;
	left: 50%;
	margin-left: -119px;
	overflow: hidden;
}

.circle:before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	border: 10px solid #fff;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	margin-left: 20px;
	margin-top: 20px;

}

.circle:after {
	content: "";
	position: absolute;
	display: block;
	width: 200px;
	left: 20px;
	bottom: 0;
}

/* facts counter */
.facts-counter-wrapper {
	padding: 0;
}

.facts-counter-number {
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	color: #ffcc29;
	text-shadow: 1px 1px 2px #111;
}

@media only screen and (max-width: 880px) {
	.facts-counter-number {
		font-size: 35px;
		margin: 10px 0 0 0;
	}
}

.facts-counter-description {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #111;
}

.facts-counter-description-img {
	display: block;
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin: 15px 0 15px 0;
	text-shadow: 1px 1px 2px #111;
}

@media only screen and (max-width: 880px) {
	.facts-counter-description-img {
		font-size: 20px;
		margin: 10px 0 10px 0;
	}
}

.facts-counter-title {
	font-size: 13px;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 2px #111;
}

@media only screen and (max-width: 880px) {
	.facts-counter-title {
		font-size: 11px;
	}
}

/* timeline */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.timeline {
	position: relative;
	padding-bottom: 40px;
}

/*.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background-color: #d6d6d6;
}*/
@media only screen and (max-width: 640px) {
	.timeline:before {
		left: 15px;
	}
}

.timeline-event {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0;
	/* background: beige; */
}

/*.timeline-event:hover .timeline-event-icon {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color:#ffcc29;
}*/
.timeline-event-content {
	position: relative;
	width: 100%;
	top: 0px;
	left: 85px;
}

@media only screen and (max-width: 640px) {
	.timeline-event-content {
		left: 20px;
	}
}

.timeline-event-content h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 1px 0 0 0;
}

.timeline-event-content h4 {
	font-family: 'Oswald', sans-serif;
	/* font-weight: 400; */
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	/* font-weight: 400; */
	padding: 0px 0 10px 0;
	letter-spacing: 1.5px;
}

.timeline-event-content strong {
	font-weight: bold;
}

.timeline-event-content p:not(.timeline-event-thumbnail) {
	padding-bottom: 15px;
}

.timeline-event-text p {
	padding: 0 15px 0 0;
}

@media only screen and (max-width: 880px) {
	.timeline-event-text p {
		padding: 0 10px 0 0;
	}
}

.timeline-event-icon {
	position: absolute;
	display: block;
	width: 55px;
	height: 55px;
	filter: invert(1);
}

@media only screen and (max-width: 640px) {
	.timeline-event-icon {
		left: 15px;
	}
}

.timeline-event-thumbnail {
	display: inline-block;
	font-size: 0.75em;
}

/* education */
.education-intro h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 75px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto -100px auto;
	padding: 0;
	text-shadow: 1px 1px 2px #5f5f5f;
}

@media only screen and (max-width: 880px) {
	.education-intro h2 {
		font-size: 65px;
	}
}

@media only screen and (max-width: 640px) {
	.education-intro h2 {
		font-size: 50px;
	}
}

.step .education-title {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	.step .education-title {
		font-size: 11px;
	}
}

@media only screen and (max-width: 480px) {
	.step .education-title {
		font-size: 11px;
	}
}

.step .education-subtitle {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	text-transform: none;
	margin-top: -12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	.step .education-subtitle {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (max-width: 480px) {
	.step .education-subtitle {
		display: none;
		visibility: hidden;
	}
}

.timeline-education-outer {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.timeline-education-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
}

.horizontal.timeline-education {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	position: relative;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}

.horizontal.timeline-education:before {
	content: "";
	position: absolute;
	display: block;
	background-color: #000;
	width: 100%;
	height: 2px;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	.horizontal.timeline-education:before {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (max-width: 480px) {
	.horizontal.timeline-education:before {
		display: none;
		visibility: hidden;
	}
}

.horizontal.timeline-education .line {
	position: absolute;
	display: block;
	height: 2px;
	background-color: #000;
	width: 50%;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	.horizontal.timeline-education .line {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (max-width: 480px) {
	.horizontal.timeline-education .line {
		display: none;
		visibility: hidden;
	}
}

.horizontal.timeline-education .steps {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	position: relative;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}

.horizontal.timeline-education .steps .step {
	position: relative;
	display: block;
	bottom: calc(100% + 1em);
	margin: 0 10px;
	padding: 10px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: #000;
	background-color: currentColor;
	border: 25px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 10;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
	.horizontal.timeline-education .steps .step {
		margin: 0 4px;
		padding: 4px;
	}
}

@media only screen and (max-width: 480px) {
	.horizontal.timeline-education .steps .step {
		margin: 0 6px;
		padding: 4px;
	}
}

.horizontal.timeline-education .steps .step:first-child {
	margin-left: 0;
}

.horizontal.timeline-education .steps .step:last-child {
	margin-right: 0;
	color: #ffcc29;
}

.horizontal.timeline-education .steps .step span {
	position: absolute;
	top: calc(100% + 1em);
	left: 50%;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #000;
}

.horizontal.timeline-education .steps .step.current:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	padding: 25px;
	background-color: currentColor;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation-name: animation-timeline-education-current;
	animation-name: animation-timeline-education-current;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: -1;
}

@keyframes animation-timeline-education-current {
	from {
		-webkit-transform: translate(-50%, -50%) scale(0);
		-moz-transform: translate(-50%, -50%) scale(0);
		-ms-transform: translate(-50%, -50%) scale(0);
		-o-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale(1);
		-moz-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		-o-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

/* testimonials */
.testimonials-carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.testimonials-carousel.owl-carousel {
	width: auto;
}

.testimonials-carousel,
.testimonials-quote,
.testimonials-quote-img {
	-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.testimonials-quote-img {
	position: relative;
	margin: 0 auto 26px auto;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.testimonials-quote p {
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.testimonials-signature {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-top: -1px;
}

.testimonials-signature:before {
	content: "― ";
	display: inline-block;
}

.section-testimonials.quote-mark-l {
	padding: 0 10px 0 0;
}

.section-testimonials.quote-mark-r {
	padding: 0 0 0 10px;
}

/* main menu */
#main-menu {
	position: fixed;
	width: 60px;
	height: 100%;
	top: 0;
	margin-left: -30px;
	z-index: 100;
}

@media only screen and (max-width: 880px) {
	#main-menu {
		margin-left: -45px;
		width: 45px;
	}
}

.main-menu {
	position: absolute;
	height: 100%;
	width: 60px;
	top: 0;
	right: 50%;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	list-style-type: none;
	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	-ms-transition: width .4s ease;
	-o-transition: width .4s ease;
	transition: width .4s ease;
	background: #ffcc29;
	overflow: hidden;
}

@media only screen and (max-width: 880px) {
	.main-menu {
		right: 0;
		width: 45px;
	}
}

.main-menu:hover {
	width: 250px;
}

@media only screen and (max-width: 880px) {
	.main-menu:hover {
		width: 45px;
	}
}

.main-menu li {
	width: 250px;
	border-bottom: 1px solid #e7a926;
}

.main-menu li .main-menu-icon {
	display: inline-block;
	font-size: 22px;
	margin: 5px 23px 0 23px;
}

@media only screen and (max-width: 880px) {
	.main-menu li .main-menu-icon {
		margin: 10px 0 0 13px;
	}

	.main-menu li .main-menu-txt {
		display: none;
	}
}

.main-menu li a {
	display: block;
	height: 50px;
	text-decoration: none;
	color: #333;
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}

.main-menu li a:hover {
	display: block;
	background: #111;
	color: #fff;
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}

.main-menu li:first-child a {
	display: block;
	background: #94bf4a;
	color: #fff;
}

.main-menu li a.active {
	background: #94bf4a;
	color: #fff;
}

/* services */
.services-box {
	text-align: left;
}

@media only screen and (max-width: 880px) {
	.services-box {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.services-box {
		margin-top: 40px;
	}
}

.services-box-icon {
	font-size: 35px;
}

.services-box h5 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px 0;
	color: #111;
}

.services-img {
	text-align: center;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -ms-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
}

.services-hover:hover .services-img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -ms-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
}

/* quotations */
.quotations p {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.quote-mark-l {
	padding: 0 10px 0 0;
}

.quote-mark-r {
	padding: 0 0 0 10px;
}

/* news */
.news-carousel-owl h2.section-news-title {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #111;
	margin: 0;
	padding: 25px 0 25px 0;
}

.news-carousel-owl h2.section-news-subtitle {

	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 13px;
	color: #999;
	margin: 0;
	padding: 0;
}

.news-carousel-owl h5.date {

	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.65em;
	color: #111;
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
	margin: 0;
	padding: 0;
}

.news-carousel-owl p {
	padding: 0;
}

.news-img .img-correction {
	position: relative;
	width: auto;
	height: 440px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* the wall */
#viewport {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: none;
}

#wall {
	z-index: 1;
}

.wall-item-description {
	position: absolute;
	color: #fff;
	font-size: 9px;
	line-height: 120%;
	bottom: 21px;
	left: 15px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #111;
	padding: 5px 10px;
	background: rgba(17, 17, 17, .75);
}

.slideshow li {
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slideshow,
.slideshow li {
	position: absolute;
	top: 0;
	left: 0;
}

.wall-overlay-gradient {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
	z-index: 2;
}

.text-center {
	text-align: center
}

.main-logo img {
	width: 150px;
	height: auto;
}

.slide-sub-title {
	font-size: 25px;
	color: #f57d0e;
	text-transform: uppercase;
	margin-top: 10px;
}

.panel-left-bg-nilamber {
	filter: blur(0.5px);
}

.project-logo {
	/* background: rgba(10,10,10,0.65) url(img/background/cam-8.jpg); */
	background-repeat: no-repeat;
	background-position: bottom left;
}

span.high-light {
	color: #e7a926;
}

.plr40 {
	padding-left: 40px;
	padding-right: 40px;
}

.padding-40 {
	padding: 40px;
}

.image-works {
	padding: 0px !important;
}

.mt15 {
	margin-top: 15px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.gm-style .gm-style-iw {
	font-size: 14px;
	line-height: 21px;
}

.main-menu-icon {
	top: 3px;
	position: relative;
	/* display: block; */
}

.timeline-event-text ul {
	margin-left: 16px;
	list-style: circle;
	font-size: 14px;
}

.timeline-event-text li {
	margin-bottom: 3px;
}

.timeline-event-text li:last-child {
	margin-bottom: 0;
}

.timeline-event:first-child {
	border-top: 1px solid #e8e8e8;
}

a.cb {
	position: relative;
	top: 3px;
}

.image-works h4 {
	font-size: 14px;
	text-align: center;
	background: #fff;
	color: #5f5f5f;
	text-align: center;
	padding: 10px 15px;
	text-transform: uppercase;
}

ul.list {
	font-size: 14px;
	margin-top: 15px;
	margin-left: 16px;
}

ul.list li {
	margin-bottom: 3px;
	list-style-type: circle
}

ul.list li:last-child {
	margin-bottom: 0;
}

.call-home {
	font-size: 18px;
	text-align: right;
	position: relative;
	top: 65px;
	right: 65px;
}

.call-home a {
	color: #ddd;
}

.img-res {
	max-width: 100%;
	height: auto;
}

.services-description {
	text-align: center;
}

.services-hover {
	border: 1px solid #e0e0e0;
	padding: 15px 5px;
	margin-right: -1px;
	margin-bottom: -1px;
}

.mb30 {
	margin-bottom: 30px;
}

.services-box-icon img {
	width: 50px;
}

@media only screen and (max-width: 1025px) {
	.services-hover {
		padding: 12px 5px;
	}
}

@media only screen and (max-width: 767px) {
	.timeline-event-icon {
		position: relative;
		margin-bottom: 10px;
	}

	h1.main-title {
		font-size: 20px;
	}

	.slide-sub-title {
		font-size: 14px;
	}

	.nav-button {
		padding: 12px 10px;
	}

	.call-home {
		display: none;
	}

	.main-logo img {
		width: 200px;
	}

	.padding-40 {
		padding: 30px 20px;
	}

	.plr40 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (min-width: 767px) {
	.timeline-event-content {
		width: 86% !important;
	}
}

@media only screen and (max-width: 1599px) {
	.center-block-home img {
		width: 250px;
		height: auto;
	}
}

@media only screen and (min-width: 799px) and (max-width: 1100px) {
	.services-hover {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.main-menu li a {
		height: auto;
	}

	.main-menu li .main-menu-icon {
		margin: 7px 0 7px 15px;
	}

	.main-menu-icon {
		top: auto;
	}

	.services-hover {
		padding: 15px 5px;
		min-height: auto !important;
	}

	.nav-button:before {
		height: 0px;
	}

	nav#navigation li {
		letter-spacing: 0px;
	}
}

@media only screen and (max-width: 399px) {
	.main-menu li .main-menu-icon {
		margin: 5px 0 5px 15px;
	}

	.nav-button {
		font-size: 10px;
	}
}

li#indicator1 {
	opacity: 0 !important;
}

h3.location-title-home {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 5px;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	top: 27px;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	top: 27px;
}

span.error {
	color: red;
	font-size: 14px;
}

div#download-form {
	width: 100%;
	/*text-align: center;*/
}

.footer-credits-copyright p {
	text-align: center;
}

img#loaderm {
	display: none;
}

img#loaderd {
	display: none;
}

#map-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.mb-10 {
	margin-bottom: 10px
}

.about-logo {
	width: 200px;
	padding: 50px 0;
}

.mt-10 {
	margin-top: 10px
}

.alert-success a {
	font-weight: bold;
	color: #222;
}

.alert-success a:hover {
	font-weight: bold;
	color: #222;
}

@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes spinnerRotate {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@-ms-keyframes spinnerRotate {
	from {
		-ms-transform: rotate(0)
	}

	to {
		-ms-transform: rotate(360deg)
	}
}

#form_process {
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 1.1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 1.1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 1.1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	visibility: hidden
}

#error_data {
	color: red;
	font-size: 14px;
	margin: 0px 0px 10px;
	line-height: normal;
	padding-left: 20px;
	padding-top: 10px;
	overflow: hidden;
}





.grecaptcha-badge {
	right: -286px !important;
}

.grecaptcha-badge {
	visibility: hidden;
}


#form input,
.Contact-Form input {
	margin: 10px 0 10px 0;
}

#form input,
.Contact-Form input {
	position: relative;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 5px 5px;
	background: none;
	margin: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}