@font-face{
font-family:"Myriad W01 Regular";
src:url("Fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix");
src:url("Fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix") format("eot"),url("Fonts/c5b1c170-d8f7-41f9-85c2-0ab670780c6b.woff") format("woff"),url("Fonts/ba1ff8f6-0c27-4e7b-8be5-818b6c3dd801.ttf") format("truetype"),url("Fonts/a379413e-a0b8-44dc-b250-1e000e4092a4.svg#a379413e-a0b8-44dc-b250-1e000e4092a4") format("svg");
}
@font-face{
font-family:"Myriad W01 Bd";
src:url("Fonts/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix");
src:url("Fonts/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix") format("eot"),url("Fonts/acfb7490-30f6-4bf4-a1b8-70ff9172d209.woff") format("woff"),url("Fonts/5bf402e3-ba96-414e-bc7e-cb6689fe32c1.ttf") format("truetype"),url("Fonts/c5dceae7-427a-4765-b06b-ea2eecca3434.svg#c5dceae7-427a-4765-b06b-ea2eecca3434") format("svg");
}

.caption-holder:after,
.three-columns:after,
.holder:after {
	content: " ";
	display: block;
	clear: both;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #000;
	background: #fff;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #03A8DB;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	border: 1px solid #999;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

.caption-holder,
.three-columns,
.holder {
	max-width: 1005px;
	margin: 0 auto;
}

.img-holder {
	overflow: hidden;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: visible;
	z-index: 1;
}

#header .holder {
	height: 100%;
}
#header .lang-menu {
	display: block; 
	float: right; 
	position: absolute; 
	top:0px; 
	right: 0px; 
	background: #ceeaf6;
}
#header .lang-menu  ul li a {
	display: block;
	float: left;
	margin: 0;
	font-size: 14px; 
	font-weight: bold;
	padding: 7px 14px 7px 12px; 
	text-shadow: 1px 1px 5px rgba(255,255,255,0.5);
}
#header .lang-menu ul {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#header .lang-menu ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#header .logo-holder {
	width: 130px;
	background: #fff;
	overflow: visible;
	padding: 10px;
	border-radius: 0 0 7px 7px;
	box-shadow: 2px 7px 31px rgba(0,0,0,0.1);
}

#header .logo {
	display: block;
	overflow: hidden;
}

#header .logo img {
	display: block;
	height: auto;
	width: 100%;
}

.visual {
	overflow: hidden;
	position: relative;
}

.visual img {
	display: block;
	height: auto;
	width: 100%;
}

.caption {
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.caption .caption-holder {
	padding: 0;
}

.caption .caption-box {
	background: rgba(118, 45, 142, 0.81);
	/* rgba(81, 94, 51, 0.85); */
	font: 22px/28px "Myriad W01 Regular", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 3px rgba(35, 70, 95, 0.5);
	color: #fff;
	width: 515px;
	padding: 36px 3% 18px;
}

.visual-header .caption .caption-box {
	background: rgba(0, 151, 211, 0.79);
}

.visual-header .caption .caption-box {
	float: right;
}

.caption p {
	margin: 0 0 15px;
}
.caption .caption-box p strong {
	font: 22px/28px "Myriad W01 Bd", Helvetica, Arial, sans-serif;
}
.caption h1 {
	font: 700 42px/44px "Myriad W01 Bd", Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.caption .title {
	display: inline-block;
	vertical-align: top;
}
.caption .link-2, 
.caption .btn {
	display: inline-block;
	overflow: hidden;

	padding: 12px 25px 10px 25px;
	margin: 0;

	font: 700 22px/23px "Myriad W01 Bd", Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	vertical-align: top;
	text-shadow: 0 1px rgba(0, 0, 0, .75);

	background: #00A4D9;
	border-radius: 8px;
	color: #fff !important;
}

.caption .caption-box a {
	color: #6BDBFF;
}
.caption .link-2:hover, 
.caption .btn:hover {
	text-decoration: none;
	background: #0082C5;
}



#main {
	overflow: hidden;
}

.three-columns {
	overflow: hidden;
	padding: 52px 0 68px;
}

.three-columns .col-holder {
	overflow: hidden;
	margin: 0 -2.7% 0 .9%;
}

.three-columns .col {
	width: 31.3%;
	float: left;
	margin: 0 2% 0 0;
	padding: 0 1px;
	overflow: hidden;
	color: #595d5e;
	font: 16px/21px Arial, Helvetica, sans-serif;
}
/*
.three-columns .col:first-child .img-box {
	padding: 17px 0;
	margin: 0 0 15px -1px;
}
*/
.three-columns .img-box {
	overflow: hidden;
	margin: 0 0 34px -4.3%;
	text-align: center;
}

.three-columns .img-box img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.three-columns .text-box {
	overflow: hidden;
}

.three-columns p {
	margin: 0;

}
.three-columns strong,
.three-columns .note {
	color: #101010;
}

#footer {
	overflow: hidden;
}

#footer .holder {
	padding: 27px 0 8px 0;
	text-align: center;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #b8b9bd;
}

#footer h3 {
	font: 700 22px/24px "Myriad W01 Bd", Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	color: #03a8db;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 22px;
}

#footer p {
	margin: 0 0 12px 0;
}

#footer p a {
	color: #b8b9bd;
}

#footer p a:hover {
	text-decoration: none;
	opacity: .5;
}

@media screen and (max-width: 1024px) {
	.caption .caption-box {
		width: 512px;
	}

	.caption .caption-holder {
		padding: 0 20px;
	}

	.holder {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1099px) {
	#header .logo-holder {
		width: 130px;
		padding: 10px;
	}
}
@media screen and (max-width: 999px) {
	#header .holder {
		padding: 0 20px;
	}

	#header .logo-holder {
		width: 130px;
		padding: 10px;
	}

	.caption .caption-box {
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 23px;
		padding: 21px 3% 8px;
	}
	.caption .caption-box p strong {
		font-size: 18px;
		line-height: 23px;
	}
	.caption .caption-holder {
		padding: 0;
	}

	.caption h1 {
		font-size: 30px;
		line-height: 33px;
		margin: 0 0 2px;
	}

	.caption .btn {
		font-size: 18px;
	}

	.three-columns {
		padding: 29px 0 43px;
	}

	.three-columns .col-holder {
		margin: 0 -2.7% 0 2.6%;
	}

	.three-columns .img-box {
		margin: 0 0 21px -4.3%;
	}

	.three-columns .img-box img {
		width: 26%;
	}

	.three-columns .col {
		margin: 0 1.9% 0 0;
		font-size: 14px;
		line-height: 18px;
		width: 30.7%;
		padding: 0;
	}

	.three-columns .col:first-child .img-box {
		padding: 13px 0;
		margin: 0 0 7px -4.9%;
	}

	.three-columns .col .centered {
		width: 17.3%;
	}

	#footer .holder {
		padding: 23px 0 28px;
	}

	#footer h3 {
		font-size: 19px;
		padding: 0 0 15px;
	}
}

@media screen and (max-width: 719px) {
	#header {
	}

	#header .holder {
		padding: 0 0 0 3%;
	}

	#header .logo-holder {
		padding: 11px 10px;
		width: 100px;
	}

	#header .logo {
		width: 85px;
	}

.three-columns p {
	padding-right: 10px;
}

.caption {
	position: static;
}
	.caption .caption-box {
		padding: 15px 3% 16px;
		font-size: 16px;
		line-height: 18px;
		background: rgba(146, 44, 158, 1);
	}
 .visual-header .caption .caption-box {
 	background: rgb(1, 147, 209);
 }

	.caption .caption-box p strong {
		font-size: 16px;
		line-height: 18px;
	}
	.caption h1 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 4px;
	}


	.caption .btn {
		font-size: 15px;
		margin: 0 0 10px 0;
		padding: 8px 16px 8px 16px;
	}

	.three-columns {
		padding: 24px 5px 0;
	}

	.three-columns .col-holder {
		margin: 0;
	}

	.three-columns .col {
		margin: 0 0 24px;
		width: 100%;
	}

	.three-columns .col:first-child .img-box {
		margin: 0 5px 0 3px;
		padding: 4px 0;
	}

	.three-columns .col .centered {
		width: 42%;
	}

	.three-columns .img-box {
		float: left;
		margin: 0 2px 0 5px;
		width: 82px;
	}

	.three-columns .img-box img {
		width: 63%;
	}

	#footer .holder {
		padding: 14px 7% 28px;
	}

	#footer h3 {
		font-size: 17px;
		line-height: 20px;
		padding: 0 0 7px;
	}
}

@media print {
	body,
	#header,
	#main,
	#wrapper,
	.caption,
	#header .holder {
		overflow: visible;
		width: 100%;
		float: none;
		display: block;
		max-width: none;
		min-width: inherit;
		clear: both;
		position: static;
	}

	.logo-holder {
		margin: 0 auto;
	}

	h1,
	h2,
	h3,
	h4,
	a,
	p {
		color: #000 !important;
		text-decoration: none;
	}
}

