/* -------------------------------- 

Primary style

-------------------------------- */
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 100%;
	font: 80% Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #3d3536;
	background-color: white;
}

body, html {
	/* important */
	height: 100%;
}

a {
	color: #4B5320;
	text-decoration: underline;
	transition-duration: 500ms;
	transition-property: color, border;
	transition-timing-function: ease-in-out;	
}
a:hover {
	color: #8DB600;
	text-decoration: none;
}
ul {
	list-style: outside none none;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.ctyx-container {
	width: 90%;
	max-width: 825px;/*768px;*/
	margin: 0 auto;
}
.ctyx-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.ctyx-header {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
/*	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
	z-index: 2;
}
.ctyx-header.header_e {
	background: url("../img/icons/header_e_small.png") no-repeat top center;
}

.ctyx-header:after {
	content: "";
	display: table;
	clear: both;
}
.ctyx-header #ctyx-logo {
	float: left;
	margin: 8px 0 0 2%;
}
.ctyx-header #ctyx-logo img {
	display: block;
	height: 15px;
}
.color_schema {
	padding: 5px 0 0 30px;
}
@media only screen and (min-width: 768px) {
	.ctyx-header {
		height: 100px;
	}
	.ctyx-header.header_e {
		background: url("../img/icons/header_e.png") repeat-x top center;
	}
	
	.ctyx-header #ctyx-logo {
		margin: 15px 0 0 2%;
	}
	.ctyx-header #ctyx-logo img {
		height: 20px;
	}
	.color_schema {
		padding: 10px 0 0 30px;
	}
}

.ctyx-nav {
	z-index: 10;
/*	float: right;
	margin-right: 5%;
	width: 40px;*/
	height: 100%;
	/*background: url("../img/icons/menu_white.png") no-repeat center center;
	background-size: 30px 30px;*/
}
.ctyx-nav ul {
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	
	opacity: 0;
	transition-duration: 250ms;
	transition-property: opacity, translateY;
	transition-timing-function: ease-in-out;
	
}
.ctyx-nav ul.is-visible {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	background-color: rgba(0,0,0,0.70);
	
	opacity: 1;
	transition-duration: 250ms;
	transition-property: opacity, translateY;
	transition-timing-function: ease-in-out;	
}
.ctyx-nav a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding-left: 5%;
/*	background: rgba(0, 0, 0, 0.75);
	border-top: 1px solid #000000;*/
	color: #ffffff;
	color: rgba(255, 255, 255, 0.5);
}
.ctyx-nav a:hover {
	color: #000000;
	color: rgba(255, 255, 255, 0.85);
}

/*
.bo-nav {
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	height: 1.5375em;
	padding: 1.5375em 0 1.69125em;
	position: absolute;
	transform: translateY(0px);
	transition: transform 400ms ease-in-out 0s;
	width: 100%;
}
.bo-nav {
	height: 100%;
}
.bo-nav {
	z-index: 9;
}
.bo-nav .nav-list {
	height: 100%;
	letter-spacing: 0.1025em;
	text-align: center;
}
.nav-list {
	font-size: 1.05em;
}
.nav-small.open {
	align-items: center;
	background-color: rgba(0,0,0,0.9);
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
	justify-content: center;
	overflow-y: auto;
	transition: background 250ms linear 0s;
	width: 100%;
}
.nav-small .nav-item {
	top: -1000px;
}
.bo-nav .nav-item {
	backface-visibility: hidden;
	margin: 0 1em;
	opacity: 1;
	position: relative;
	top: 0.25625em;
	transform: translate3d(0px,0px,0px);
	transform-style: preserve-3d;
	transition-duration: 800ms;
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0.515, 0.005, 0.515, 1);
	vertical-align: top;
}
.nav-item {
	display: inline-block;
}
.nav-list {
	
}
*/

.nav-height {
	height: 100%;
}
.nav-padding {
	padding-top: 50%;
}
/* small screen menu bar */
.nav-button {
	cursor: pointer;
	position: absolute;
	display: block;
	right: 4.5vmin;
	top: 1em;
	height: 35px;
	width: 35px;
}
.nav-icon {
	height: 2.2em;
	width: 2.2em;
	position: relative;
	transform: scale(1);
	transition: transform 250ms linear 0s;
}
.nav-icon-bar {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 0 #ffffff;
	display: block;
	height: 3px;
	width: 90%;
	margin: 4px 0;
}
.icon-bar_top,
.icon-bar_bottom {
	transform: rotate(0deg) translate(0px, 0px);
	transform-origin: 25% 50% 0;
	transition: transform 250ms linear 0s;
}
.icon-bar_middle {
	opacity: 1;
	transform: scale(1);
	transition-duration: 250ms;
	transition-property: opacity, transform;
	transition-timing-function: linear;	
}
.is-x {
	transform: scale(0.85);
}
.is-x .icon-bar_top {
	transform: rotate(45deg) translate(0px, 0.24em);
	transform-origin: 25% 50% 0;
}
.is-x .icon-bar_middle {
	opacity: 0;
	transform: scale(0);
}
.is-x .icon-bar_bottom {
	transform: rotate(-45deg) translate(0px, -0.24em);
	transform-origin: 25% 50% 0;
}
/* End small screen menu bar */

@media only screen and (min-width: 768px) {
	.nav-button {
		right: -100%;
	}
	.nav-height {
		height: 100px;
	}
	.nav-padding {
		padding-top: 0;
	}	
	.ctyx-nav {
		width: auto;
		height: auto;
		/*background: none;*/
		cursor: auto;
	}
	.ctyx-nav ul {
		opacity: 1;
		position: static;
		width: auto;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		line-height: 100px;
	}
	.ctyx-nav ul.is-visible {
		background-color: rgba(0,0,0,0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.ctyx-nav li {
		display: inline-block;
		margin-left: 1em;
	}
	.ctyx-nav a {
		display: inline-block;
		height: auto;
		line-height: normal;
		background: transparent;
		padding: .6em 1em;
		border-top: none;
/*		color: #ffffff;
		color: rgba(255, 255, 255, 0.5);*/
		font-size: 14px;
		font-size: 0.875rem;
		padding-bottom: 40px;
		border-bottom: 4px solid #ffffff; 
		border-bottom: 4px solid rgba(255, 255, 255, 0);
	}
	.ctyx-nav a:hover {
		padding-bottom: 40px;
		border-bottom: 4px solid #000000;
		border-bottom: 4px solid rgba(255, 255, 255, 0.85);
	}
}

.ctyx-content {
	height: 100%;
	position: relative;
	z-index: 1;
}
.ctyx-fixed-bkg {
	position: relative;
	min-height: 75%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
.ctyx-fixed-bkg h1, .ctyx-fixed-bkg h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 1170px;
	text-align: center;
	font-size: 30px;
	font-size: 1.875rem;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	/*color: silver;*/
	color: #FFFFFF;
	text-shadow: -2px 2px 20px #000000;
}

.bo-overlay {
	width:100%;
	height: 100%;
	opacity: 1;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	transition-duration: 6000ms;
	transition-property: opacity, z-index;
	transition-timing-function: ease-in-out;
}
.bo-opacity {
	opacity: 0;
	z-index: -1;
}
.bo-fixed-bkg-video {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;	
}
.bo-fixed-bkg-video h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-47%) translateY(-50%);
	width: 90%;
	max-width: 1170px;
	font-size: 25px;
	text-align: center;
	/*color: silver;*/
	color: #FFFFFF;
	z-index: 7;
}

.bo-video {
	z-index: 2;
}
.bo-video video {
	min-width: 100%;
}
.bo-video a {
	padding: 20px;
	color: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
}
.bo-video a:hover {
	color: #586641;
	border: 1px solid #586641;
	text-decoration: none;
}

.bo-color-0 {
	background-color: #586641;
	color: #ffffff;
}
.bo-color-1 {
	background-color: #556342;/*#666241;*/
	color: #ffffff;
}
.bo-color-2 {
	background-color: #2a4c4c;/*#466641;*/
	color: #ffffff;
}
.bo-color-3 {
	background-color: #000000;
	color: #ffffff;
}




.ctyx-fixed-bkg-top {
	height: 50%;
	width: 100%;
}
.ctyx-overflow {
	height: 350px;
	max-width: 100%;
	overflow: hidden;
}
#banner {
	width: 60%;
	height: 150%;
	display: inline-block;
}
.banner_img {
	width: 100%;
	height: 100%;
}
.banner_img img {
	width: 90%;
}
.top-text {
	width: 39%;
	display: inline-block;
	text-align: center;
}


.ctyx-fixed-bkg.ctyx-img02 {
	background-image: url("../img/img02_small.jpg");
}
.ctyx-fixed-bkg.ctyx-img04 {
	background-image: url("../img/img04_small.jpg");
}
.ctyx-fixed-bkg.ctyx-img10 {
	background-image: url("../img/img10_small.jpg");
}
.ctyx-fixed-bkg.ctyx-img11 {
	background-image: url("../img/img11_small.jpg");
}

@media only screen and (min-width: 768px) {
	.ctyx-fixed-bkg.ctyx-img02 {
		background-image: url("../img/img02.jpg");
	}
	.ctyx-fixed-bkg.ctyx-img04 {
		background-image: url("../img/img04.jpg");
	}
	.ctyx-fixed-bkg.ctyx-img10 {
		background-image: url("../img/img10.jpg");
	}
	.ctyx-fixed-bkg.ctyx-img11 {
		background-image: url("../img/img11.jpg");
	}
	.ctyx-fixed-bkg h1, .ctyx-fixed-bkg h2 {
		font-size: 48px;/*36*/
	}
}

@media only screen and (min-width: 1170px) {
	.ctyx-fixed-bkg {
		background-attachment: fixed;
	}
	.ctyx-fixed-bkg h1, .ctyx-fixed-bkg h2 {
		font-size: 60px;/*48*/
		font-weight: 300;
	}
}

.ctyx-scrolling-bkg {
	position: relative;
	min-height: 25%;
	padding: 4em 0;
	line-height: 2;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.ctyx-scrolling-bkg p {
	text-align: center;
}
.ctyx-scrolling-bkg h3 {
	font-weight: bold;
	text-align: center;
}
.ctyx-scrolling-bkg h4 {
	font-weight: bold;
}
.ctyx-scrolling-bkg li {
	margin: 0 7%;
	list-style: disc outside;
}
.ctyx-scrolling-bkg-footer {
	position: relative;
	height: 100px;
	text-align: center;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	z-index: 2;
	padding: 2em 0;
	line-height: 2;
}
.center-italic {
	text-align: center;
	font-style: italic;
	padding: 30px;
	font-size: 1rem;
}
.ctyx-table {
}
.ctyx-table td {
	padding: 10px 0px;
}
.ctyx-table .table-content {
	padding: 10px 7%;
}
.ctyx-list {
	vertical-align: top;
	margin: 15px 0;
	min-height: 225px;
}
.ctyx-icon {
	text-align: center;
}
.ctyx-label {
	color: #008bce;
	font-weight: bold;
	padding: 0 0 15px 0;
}

@media only screen and (min-width: 768px) {
	.ctyx-scrolling-bkg {
		min-height: 10%;
		padding: 8em 0;
		font-size: 20px;
		font-size: 1.15rem; /*1.25rem;*/
		font-weight: 300;
	}
	.ctyx-scrolling-bkg-footer {
		padding: 35px 0;
		font-size: 12px;
		font-size: 1rem; /*1.25rem;*/
		line-height: 1;  /*2;*/
		font-weight: 300;
	}
	.ctyx-list {
		width: 45%;
		margin: 2.2%;
		min-height: 275px;
		display: inline-block;
	}
	.center-italic {
		font-size: 1.35rem;
	}
	.ctyx-divide {
		display: block;
	}
}

.ctyx-tick {
	color: #008bce;
	font-weight: bold;
}

.ctyx-italics {
	font-style: italic;
}


.ctyx-footer {
	position: relative;
	z-index: 1;
}

.ctyx-footer {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: rgba(255, 255, 255, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	z-index: 2;	
}
@media only screen and (min-width: 768px) {
	.ctyx-footer {
	}
}
.ctyx-copyright {
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	padding-top: 5px;
}
.ctyx-copyright a {
	color: #000000;
}

