@font-face {
	font-family: 'DINPro';
	src: url('subset-DINPro-Light.eot');
	src: url('subset-DINPro-Light.eot?#iefix') format('embedded-opentype'),
	url('subset-DINPro-Light.svg#DINPro-Light') format('svg'),
	url('subset-DINPro-Light.woff2') format('woff2'),
	url('subset-DINPro-Light.woff') format('woff'),
	url('subset-DINPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'DINPro';
	src: url('subset-DINPro-Black.eot');
	src: url('subset-DINPro-Black.eot?#iefix') format('embedded-opentype'),
	url('subset-DINPro-Black.svg#DINPro-Black') format('svg'),
	url('subset-DINPro-Black.woff2') format('woff2'),
	url('subset-DINPro-Black.woff') format('woff'),
	url('subset-DINPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'DINPro';
	src: url('subset-DINPro-Bold.eot');
	src: url('subset-DINPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('subset-DINPro-Bold.svg#DINPro-Bold') format('svg'),
	url('subset-DINPro-Bold.woff2') format('woff2'),
	url('subset-DINPro-Bold.woff') format('woff'),
	url('subset-DINPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'DINPro';
	src: url('subset-DINPro-Medium.eot');
	src: url('subset-DINPro-Medium.eot?#iefix') format('embedded-opentype'),
	url('subset-DINPro-Medium.svg#DINPro-Medium') format('svg'),
	url('subset-DINPro-Medium.woff2') format('woff2'),
	url('subset-DINPro-Medium.woff') format('woff'),
	url('subset-DINPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'DINPro';
	src: url('subset-DINPro-Regular.eot');
	src: url('subset-DINPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('subset-DINPro-Regular.svg#DINPro-Regular') format('svg'),
	url('subset-DINPro-Regular.woff2') format('woff2'),
	url('subset-DINPro-Regular.woff') format('woff'),
	url('subset-DINPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
/*----------------------------------------------------------*/
.fluid-img img, .fluid-img svg {
	display: inline-block;
	width: 100%;
	height: auto;
}
.contain-img img, .contain-img svg {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.btn, input[type=submit], input[type=button], button, .justify > li, .justify:after, label, ul li:before {
	display: inline-block;
}
::-webkit-input-placeholder {color:#607280;text-overflow:ellipsis;}
::-moz-placeholder          {color:#607280;text-overflow:ellipsis;}
:-moz-placeholder           {color:#607280;text-overflow:ellipsis;}
:-ms-input-placeholder      {color:#607280;text-overflow:ellipsis;}
:focus::-webkit-input-placeholder {color:#fff;text-overflow:ellipsis;}
:focus::-moz-placeholder          {color:#fff;text-overflow:ellipsis;}
:focus:-moz-placeholder           {color:#fff;text-overflow:ellipsis;}
:focus:-ms-input-placeholder      {color:#fff;text-overflow:ellipsis;}
.error::-webkit-input-placeholder {color:#ff0000;text-overflow:ellipsis;}
.error::-moz-placeholder          {color:#ff0000;text-overflow:ellipsis;}
.error:-moz-placeholder           {color:#ff0000;text-overflow:ellipsis;}
.error:-ms-input-placeholder      {color:#ff0000;text-overflow:ellipsis;}
/*----------------------------------------------------------*/
html, body {
	background: #fff;
	font-family: "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	color: #46535f;
	line-height: 20px;
}
body.overflow {
	overflow: hidden;
}
html * {
	max-height: 1000000px;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #0061a5;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,97,165,.3);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.noTouch a:hover {
	color: #a2aeb9;
	border-bottom-color: #a2aeb9;
}
.action {
	border-bottom: 1px dashed #a2aeb9;
}
ul {
	padding: 0;
	list-style: none;
	margin-left: 20px;
}
ul li:before {
	content: '';
	background: #000;
	width: 6px;
	height: 6px;
	margin: 8px 0 0 -20px;
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
ul li {
	margin-bottom: 10px;
}
ol {
	margin-left: 20px;
	padding: 0;
	list-style: decimal outside;
}
ol li {
	padding: 0 0 10px 0;
}
blockquote {
	padding: 30px 50px;
	display: block;
	margin-bottom: 30px;
	line-height: 25px;
	color: #666;
	font-size: 20px;
}
.title {
	display: block;
}
h1, h2, h3, p, ul, ol, table, div.error, div.correct, .title {
	margin-bottom: 20px;
}
h1, .h1 {
	font-size: 45px;
	font-weight: 300;
	line-height: 100%;
	font-family: "DINPro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
h2, .h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: normal;
	font-family: "DINPro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
h3, .h3 {
	font-size: 20px;
	line-height: normal;
	font-weight: 500;
	font-family: "DINPro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
h4, .h4 {
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 30px;
}
p + h2, p + h3, p + h4, ul + h2, ul + h3, ul + h4, ol + h2, ol + h3, ol + h4, ul + p, ol + p {
	padding-top: 20px;
}
hr {
	border-top: 1px solid #ccc;
	margin: 0 auto 20px;
}
s, input[type=checkbox]:disabled:checked + label:after {
	color: #999;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.baseline {
	vertical-align: baseline;
}
.top {
	vertical-align: top;
}
table td {
	padding: 10px 10px 10px 0;
	border-top: 1px solid #b2b2b2;
}
table th {
	padding: 10px 10px 10px 0;
	border-bottom: 2px solid #b2b2b2;
	font-style: italic;
	text-align: left;
	vertical-align: bottom;
}
.no-border {
	border: 0 !important;
}
.no-marg {
	margin: 0 0 5px;
}
.no-padd {
	padding: 0;
}
.error {
	color: #ff0000;
}
div.error, .correct {
	padding: 10px;
	background: #ff0000;
	color: #fff;
}
.correct {
	background: #ff0000;
}
.blue {
	color: #0061a5;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="search"], textarea, select {
	vertical-align: middle;
	background: #eff1f2;
	border: 0;
	border: 1px solid #eff1f2;
	padding: 11px 20px 12px;
	font-family: "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #607280;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: 300;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border-color: #a2b4c4;
	background: #fff;
}
input.error, textarea.error {
	border-color: #ff0000
}
input[type="file"] {
	display: none;
}
input[type="file"] + span {
	display: inline-block;
	cursor: pointer;
	min-height: 20px;
	vertical-align: middle;
	position: relative;
	margin-left: 30px;
}
input[type="file"] + span:before {
	display: inline-block;
	width: 19px;
	height: 20px;
	content: '';
	margin: 0 0 0 -30px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.781%22%20height%3D%2219.687%22%20viewBox%3D%220%200%2018.781%2019.687%22%3E%3Cpath%20d%3D%22M8.6%2018.047l9.92-9.92c.348-.347.348-.674%200-.98-.346-.307-.68-.3-1%20.02l-9.92%209.88c-.986.854-1.926%201.268-2.82%201.24-.892-.026-1.672-.366-2.34-1.02-.666-.653-1.012-1.427-1.04-2.32-.026-.893.4-1.846%201.28-2.86l9.88-9.88c.72-.666%201.44-.906%202.16-.72.8.214%201.308.714%201.52%201.5.214.787-.012%201.514-.68%202.18l-9.48%209.48c-.292.294-.6.467-.92.52-.16.027-.32-.013-.48-.12-.32-.346-.186-.812.4-1.4l6.64-6.64c.348-.32.348-.652%200-1s-.68-.346-1%200l-6.64%206.68c-.586.562-.9%201.175-.94%201.84-.04.668.14%201.16.54%201.48.427.428.96.607%201.6.54.64-.065%201.228-.366%201.76-.9l9.48-9.478c1.067-1.067%201.428-2.24%201.08-3.522-.16-.586-.473-1.113-.94-1.58-.466-.466-.993-.78-1.58-.94-1.252-.346-2.413.015-3.48%201.08l-9.92%209.92C.535%2012.383-.025%2013.65%200%2014.93c.027%201.28.52%202.388%201.48%203.32.908.96%202.04%201.44%203.4%201.44%201.388%200%202.627-.548%203.72-1.64z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 19px;
	cursor: pointer;
	vertical-align: middle;
	position: absolute;
}
select {
	height: 45px;
	line-height: 20px;
	display: block;
	padding: 12px 20px 13px;
	z-index: 2;
	position: relative;
	width: 100%;
}
textarea {
	overflow: auto;
	line-height: normal;
	height: auto;
	resize: none;
}
.btn, input[type="submit"], input[type="button"], button {
	border: 0;
	background: #0062a6;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	padding: 20px 0 19px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	width: 100%;
	outline: none;
	font-family: "DINPro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: 60px;
	text-transform: uppercase;
	line-height: 20px;
}
input[type="submit"], input[type="button"], button {
	padding: 19px 0 21px;
	height: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.auto {
	width: auto !important;
	padding: 20px 60px 0;
}
input[type="submit"].auto, input[type="button"].auto, button.auto {
	padding: 19px 60px 21px;
}
.noTouch .btn:hover, .noTouch input[type="submit"]:hover, .noTouch input[type="button"]:hover , button:hover{
	background: #ffdc73;
	text-decoration: none;
	color: #003a62;
}
input[disabled] {
	border: 1px solid #eee;
	color: #ccc !important;
	background: #f5f5f5;
	cursor: default;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}
.btn:active, input[type="button"]:active, input[type="submit"]:active {
	-webkit-box-shadow: 0 0 0 #000;
	-moz-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
}
.btn.yellow, input[type="button"].yellow, input[type="submit"].yellow {
	background: #ffdc73;
	color: #003a62;
}
.noTouch .btn.yellow:hover, .noTouch input[type="button"].yellow:hover, .noTouch input[type="submit"].yellow:hover {
	background: #0062a6;
	color: #fff;
}
.btn.white, input[type="button"].white, input[type="submit"].white {
	background: #fff;
	color: #0062a6;
}
.noTouch .btn.white:hover, .noTouch input[type="button"].white:hover, .noTouch input[type="submit"].white:hover {
	background: #ffdc73;
	color: #003a62;
}
label {
	width: 90%;
	margin-bottom: 5px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked, input[type="radio"]:not(:checked), input[type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label, input[type="radio"]:not(:checked) + label, input[type="radio"]:checked + label {
	padding-left: 40px;
	position: relative;
}
input[type=checkbox]:not(:checked) + label:after, input[type=radio]:not(:checked) + label:after {
	display: none;
}
input[type=checkbox]:checked + label:after, input[type=radio]:checked + label:after {
	display: block;
}
/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before, input[type="checkbox"]:checked + label:before, input[type="radio"]:not(:checked) + label:before, input[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 25px;
	height: 25px;
	background: #eff1f2;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
input[type="radio"]:not(:checked) + label:before, input[type="radio"]:checked + label:before {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.noTouch input[type="checkbox"]:not(:checked) + label:hover:before, .noTouch input[type="checkbox"]:checked + label:hover:before, .noTouch input[type="radio"]:not(:checked) + label:hover:before, .noTouch input[type="radio"]:checked + label:hover:before {
}
/* checked mark aspect */
input[type="checkbox"]:not(:checked) + label:after, input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 5px;
	width: 16px;
	height: 11px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.119%22%20height%3D%2210.898%22%20viewBox%3D%220%200%2015.119%2010.898%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23498ebe%22%20d%3D%22M14.828%201.695L5.934%2010.59c-.007.007-.017.01-.023.016v.002c-.39.388-1.018.388-1.405%200L.29%206.395c-.387-.388-.387-1.017%200-1.405s1.018-.388%201.405%200L5.21%208.505%2013.424.29c.388-.387%201.017-.387%201.404%200s.388%201.017%200%201.405z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 16px
}
input[type="radio"]:not(:checked) + label:after, input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 7px;
	width: 11px;
	height: 11px;
	background: #498ebe;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
/* disabled checkbox */
input[type="checkbox"]:disabled:not(:checked) + label:before, input[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
input[type="checkbox"]:disabled + label {
	color: #aaa;
}
/* accessibility */
input[type="checkbox"]:checked:focus + label:before, input[type="checkbox"]:not(:checked):focus + label:before {
	border-color: #999;
}
.justify, .justify > li {
	padding: 0 !important;
	margin: 0 !important;
}
.justify {
	list-style: none;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
	width: 100%;
	display: block;
	line-height: 1px;
}
.justify > li {
	position: relative;
	text-align: left;
	text-align-last: left;
	vertical-align: middle;
	line-height: 20px;
}
.justify > li:before {
	display: none;
}
.justify:after {
	width: 100%;
	height: 0;
	content: '\00a0';
	overflow: hidden;
}
.page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.popup {
	position: fixed;
	left: 0;
	top: -100%;
	background: #fff;
	z-index: 10000;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: -webkit-transform .5s 0s, opacity .5s 0s, top 0s .5s;
	transition: transform .5s 0s, opacity .5s 0s, top 0s .5s;
	overflow: hidden;
	height: 100%;
	-webkit-transform: scale(.8,.8);
	transform: scale(.8,.8);
}
.popup.opened {
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	top: 0;
	-webkit-transition: -webkit-transform .5s 0s, opacity .5s 0s;
	transition: transform .5s 0s, opacity .5s 0s;
}
.close {
	position: absolute;
	top: 30px;
	right: 60px;
	display: block;
	border: 0;
	width: 32px;
	height: 32px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%22214.843%20237.124%207.481%207.48%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2347535E%22%20d%3D%22M222.324%20244.434l-.17.17-3.57-3.57-3.57%203.57-.17-.17%203.57-3.57-3.57-3.57.17-.17%203.57%203.57%203.568-3.57.17.17-3.57%203.57%203.572%203.57z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 32px;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.noTouch .close:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%22214.843%20237.124%207.481%207.48%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230062a7%22%20d%3D%22M222.324%20244.434l-.17.17-3.57-3.57-3.57%203.57-.17-.17%203.57-3.57-3.57-3.57.17-.17%203.57%203.57%203.568-3.57.17.17-3.57%203.57%203.572%203.57z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 32px;
}
.popup > div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 40px 0;
}
header {
	padding: 20px 0;
	width: 100%;
	background: #0062a7;
	background-blend-mode: multiply;
}
.menu {
	width: 100%;
	max-width: 900px;
	float: right;
}
.main-text-box {
	color: #fff;
	padding: 90px 0 110px;
}
.sub-menu-top.justify {
	margin: 0 0 20px 0 !important;
	height: 35px;
	width: auto;
}
.sub-menu-top a {
	border: 0;
	color: #fff;
	padding: 7px 10px 8px;
	border-radius: 20px;
	display: inline-block;
	margin: 0 -10px;
}
.sub-menu-top a.current {
	box-shadow: inset 0 0 0 1px #fff;
	color: #fff;
}
.menu-top a {
	border: 0;
	color: #ffdc73;
	padding: 11px 20px 11px;
	border-radius: 25px;
	display: inline-block;
	font-size: 18px;
	font-family: "DINPro", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 500;
	margin: 0 -20px;
}
.noTouch .menu-top a:hover, .menu-top a.current {
	box-shadow: inset 0 0 0 1px #ffdc73;
	color: #ffdc73;
}
.top-icon-link {
	font-size: 12px;
	font-weight: 700;
	border: 0;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	padding: 10px 0 0 30px;
	color: #fff;
}
.noTouch .top-icon-link:hover {
	color: #ffdc73;
}
.top-icon-link + a {
	margin: 0 0 0 40px;
}
.top-icon-link svg {
	position: absolute;
	top: 7px;
	left: 0;
}
.top-icon-link svg path {
	fill: currentColor;
}
.line {
	padding: 80px 0 0;
}
.ruler-bg {
	background-image: url(../images/ruler.png);
	background-repeat: repeat-x;
}
.link-box {
	display: inline-block;
	background: #fff;
	padding: 65px 20px 50px;
	border-radius: 20px;
	border: 0;
	margin: 0 0 75px;
	color: #617281;
}
.noTouch .link-box:hover {
	box-shadow: 0 0 25px rgba(127,176,210,.2);
	color: #617281;
}
.link-box svg {
	margin: 0 0 50px;
}
.link-box > span {
	display: block;
}
.link-box .title {
	font-size: 20px;
	font-weight: 700;
	font-family: "DINPro", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #0062a6;
	line-height: normal;
}
.link-box .title span {
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
}
.noTouch .link-box:hover .title span {
	border-bottom: 1px solid #0062a6;
}
.grey-box {
	background-color: #f4f5f7;
}
.date {
	font-size: 15px;
	font-weight: 700;
	font-family: "DINPro", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px;
}
footer {
	position: relative;
}
footer > div {
	padding: 100px 0;
}
.sub-menu a {
	margin: 0 15px 5px 0;
	display: inline-block;
	white-space: nowrap;
}
.social {
	display: inline-block;
	border: 0 !important;
	margin: 0 0 0 20px;
	width: 20px;
	height: 18px;
}
.facebook {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.915%22%20height%3D%224.319%22%20viewBox%3D%22216.051%20235.003%204.915%204.319%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%239CB0C2%22%20d%3D%22M219.093%20235.862c.117-.005.233%200%20.35-.002h.05v-.633c-.063-.006-.128-.016-.193-.02-.12-.005-.24-.01-.36-.01-.182.006-.354.052-.506.165-.173.13-.27.313-.305.528-.016.09-.02.18-.022.27-.003.144%200%20.285%200%20.427v.054h-.58v.708h.576v1.776h.706v-1.773h.575c.03-.234.06-.467.088-.71h-.668s.002-.35.006-.502c.005-.207.124-.27.283-.276z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 20px;
}
.noTouch .social.facebook:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.915%22%20height%3D%224.319%22%20viewBox%3D%22216.051%20235.003%204.915%204.319%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230062a6%22%20d%3D%22M219.093%20235.862c.117-.005.233%200%20.35-.002h.05v-.633c-.063-.006-.128-.016-.193-.02-.12-.005-.24-.01-.36-.01-.182.006-.354.052-.506.165-.173.13-.27.313-.305.528-.016.09-.02.18-.022.27-.003.144%200%20.285%200%20.427v.054h-.58v.708h.576v1.776h.706v-1.773h.575c.03-.234.06-.467.088-.71h-.668s.002-.35.006-.502c.005-.207.124-.27.283-.276z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 20px;
}
.twitter {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.915%22%20height%3D%224.319%22%20viewBox%3D%22216.051%20235.003%204.915%204.319%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%239CB0C2%22%20d%3D%22M217.657%20238.16c-.462-.015-.75-.348-.826-.618.13.024.256.02.382-.012.003%200%20.006-.003.013-.006-.25-.06-.443-.192-.577-.41-.09-.144-.132-.3-.13-.474.124.066.255.104.395.108-.188-.137-.313-.314-.365-.542-.05-.227-.018-.442.095-.646.48.57%201.09.882%201.833.933l-.014-.098c-.024-.21.017-.405.13-.583.14-.223.343-.36.603-.403.3-.05.56.035.777.247.015.015.027.02.048.015.183-.04.354-.106.517-.2l.012-.006h.005c-.07.207-.198.367-.38.485.172-.018.336-.063.494-.133%200%20.002.002.003.003.004-.034.046-.066.092-.103.135-.094.117-.202.22-.322.31-.01.007-.016.014-.015.027.005.132%200%20.265-.017.396-.034.277-.11.542-.23.794-.12.26-.28.497-.48.704-.337.352-.745.578-1.22.683-.163.035-.328.054-.495.06-.512.015-.985-.114-1.42-.384l-.022-.015c.31.035.605-.005.89-.122.148-.062.287-.143.42-.247z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 20px;
}
.noTouch .social.twitter:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.915%22%20height%3D%224.319%22%20viewBox%3D%22216.051%20235.003%204.915%204.319%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230062a6%22%20d%3D%22M217.657%20238.16c-.462-.015-.75-.348-.826-.618.13.024.256.02.382-.012.003%200%20.006-.003.013-.006-.25-.06-.443-.192-.577-.41-.09-.144-.132-.3-.13-.474.124.066.255.104.395.108-.188-.137-.313-.314-.365-.542-.05-.227-.018-.442.095-.646.48.57%201.09.882%201.833.933l-.014-.098c-.024-.21.017-.405.13-.583.14-.223.343-.36.603-.403.3-.05.56.035.777.247.015.015.027.02.048.015.183-.04.354-.106.517-.2l.012-.006h.005c-.07.207-.198.367-.38.485.172-.018.336-.063.494-.133%200%20.002.002.003.003.004-.034.046-.066.092-.103.135-.094.117-.202.22-.322.31-.01.007-.016.014-.015.027.005.132%200%20.265-.017.396-.034.277-.11.542-.23.794-.12.26-.28.497-.48.704-.337.352-.745.578-1.22.683-.163.035-.328.054-.495.06-.512.015-.985-.114-1.42-.384l-.022-.015c.31.035.605-.005.89-.122.148-.062.287-.143.42-.247z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 20px;
}
.youtube {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.915%22%20height%3D%224.319%22%20viewBox%3D%22216.051%20235.003%204.915%204.319%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%239CB0C2%22%20d%3D%22M216.557%20238.734c-.186-.06-.31-.178-.377-.355-.163-.437-.212-2.258.103-2.616.107-.123.246-.195.41-.212.848-.088%203.468-.076%203.77.03.177.06.303.173.37.345.18.45.186%202.088-.023%202.52-.057.118-.148.2-.266.26-.317.16-3.57.16-3.987.027zm1.346-.853l1.526-.767-1.527-.772v1.54z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 20px;
}
.noTouch .social.youtube:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.915%22%20height%3D%224.319%22%20viewBox%3D%22216.051%20235.003%204.915%204.319%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230062a6%22%20d%3D%22M216.557%20238.734c-.186-.06-.31-.178-.377-.355-.163-.437-.212-2.258.103-2.616.107-.123.246-.195.41-.212.848-.088%203.468-.076%203.77.03.177.06.303.173.37.345.18.45.186%202.088-.023%202.52-.057.118-.148.2-.266.26-.317.16-3.57.16-3.987.027zm1.346-.853l1.526-.767-1.527-.772v1.54z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 20px;
}
.instagram {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.915%22%20height%3D%224.319%22%20viewBox%3D%22216.051%20235.003%204.915%204.319%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%239CB0C2%22%20d%3D%22M219.903%20235.006c.323%200%20.768.403.768.726v2.824c-.04.12-.08.242-.12.323-.04.04-.404.442-.566.442h-3.03c-.122-.08-.606-.403-.606-.564v-3.188c.08-.202.403-.605.687-.564h2.868zm.243.524v.686h-.688v-.686h.688zm-.93%201.613c0%20.444-.404.767-.728.767-.444%200-.728-.403-.728-.767s.283-.726.728-.726c.405%200%20.728.363.728.726zm-1.86-.403c-.04.12-.08.323-.08.403%200%20.687.565%201.25%201.212%201.25.728%200%201.213-.685%201.213-1.25%200-.08-.04-.282-.08-.403h.606v1.775c-.04.16-.202.363-.323.363h-2.87c-.12-.08-.283-.282-.283-.363v-1.775h.606z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 20px;
}
.noTouch .social.instagram:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.915%22%20height%3D%224.319%22%20viewBox%3D%22216.051%20235.003%204.915%204.319%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230062a6%22%20d%3D%22M219.903%20235.006c.323%200%20.768.403.768.726v2.824c-.04.12-.08.242-.12.323-.04.04-.404.442-.566.442h-3.03c-.122-.08-.606-.403-.606-.564v-3.188c.08-.202.403-.605.687-.564h2.868zm.243.524v.686h-.688v-.686h.688zm-.93%201.613c0%20.444-.404.767-.728.767-.444%200-.728-.403-.728-.767s.283-.726.728-.726c.405%200%20.728.363.728.726zm-1.86-.403c-.04.12-.08.323-.08.403%200%20.687.565%201.25%201.212%201.25.728%200%201.213-.685%201.213-1.25%200-.08-.04-.282-.08-.403h.606v1.775c-.04.16-.202.363-.323.363h-2.87c-.12-.08-.283-.282-.283-.363v-1.775h.606z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 20px;
}
.vk {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.915%22%20height%3D%224.319%22%20viewBox%3D%22216.051%20235.003%204.915%204.319%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%239CB0C2%22%20d%3D%22M218.973%20235.905v1.065c.04.042.04.128.122.128.285%200%20.65-1.023.813-1.236.977%200%201.017.043%201.058%200v.213c-.203.427-.772%201.15-.772%201.236%200%20.257.772.726.772%201.108%200%20.256-.488.213-.57.213-.935%200-.935-.68-1.22-.68-.365%200%20.082.68-.568.68-.977%200-1.424-.723-2.115-1.83-.082-.17-.44-.86-.44-.945l.155-.035c.163.042.366%200%20.488%200%20.813%200%20.406.724%201.22%201.32.04-.042.082-.128.122-.17v-.81c-.04-.086-.162-.213-.284-.256.122-.256.488-.213.61-.213.243.002.447-.04.61.215z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 20px;
}
.noTouch .social.vk:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.915%22%20height%3D%224.319%22%20viewBox%3D%22216.051%20235.003%204.915%204.319%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230062a6%22%20d%3D%22M218.973%20235.905v1.065c.04.042.04.128.122.128.285%200%20.65-1.023.813-1.236.977%200%201.017.043%201.058%200v.213c-.203.427-.772%201.15-.772%201.236%200%20.257.772.726.772%201.108%200%20.256-.488.213-.57.213-.935%200-.935-.68-1.22-.68-.365%200%20.082.68-.568.68-.977%200-1.424-.723-2.115-1.83-.082-.17-.44-.86-.44-.945l.155-.035c.163.042.366%200%20.488%200%20.813%200%20.406.724%201.22%201.32.04-.042.082-.128.122-.17v-.81c-.04-.086-.162-.213-.284-.256.122-.256.488-.213.61-.213.243.002.447-.04.61.215z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 20px;
}
.es-link {
	position: relative;
	display: inline-block;
	margin: 0 35px 0 0;
}
.es-link svg {
	position: absolute;
	right: -35px;
}
.es-link svg path {
	fill: currentColor;
}
.clear {
	clear: both;
}
.hide-on-desktop {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.doc-link {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 0 40px;
}
.doc-link a:before {
	position: absolute;
	content: '';
	display: block;
	width: 25px;
	height: 30px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.171%22%20height%3D%227.2%22%20viewBox%3D%22215.485%20237.113%206.171%207.2%22%3E%3Cpath%20fill%3D%22%230061A6%22%20d%3D%22M220.13%20237.386c-.076-.075-.178-.14-.307-.193-.128-.054-.246-.08-.353-.08h-3.6c-.107%200-.198.038-.273.112-.075.075-.112.166-.112.273v6.43c0%20.105.037.197.112.27.075.076.166.114.273.114h5.4c.107%200%20.198-.038.273-.113.074-.075.112-.167.112-.273v-4.63c0-.105-.026-.224-.08-.353-.054-.128-.118-.23-.193-.306l-1.252-1.252zm-.366.362l1.258%201.258c.032.032.062.087.09.165H219.6v-1.51c.077.026.13.056.164.088zm-3.765%206.05v-6.17h3.084v1.67c0%20.108.038.2.113.274.075.075.166.112.273.112h1.67v4.114H216zm.505-2.39c-.038.052-.038.103%200%20.153l.908%201.21c.02.03.05.046.084.05.035.005.067-.005.097-.026l.205-.152c.028-.02.045-.05.05-.084s-.006-.067-.027-.097l-.73-.975.73-.977c.02-.03.03-.063.026-.097-.005-.034-.022-.062-.05-.084l-.206-.152c-.03-.02-.062-.03-.097-.025-.035.003-.063.02-.084.05l-.908%201.208zm3.223-1.21c-.02-.03-.05-.045-.084-.05-.035-.004-.067.005-.096.026l-.205.152c-.03.02-.046.05-.05.085-.004.035.005.068.026.098l.73.977-.73.976c-.022.03-.03.063-.027.098s.02.063.05.084l.205.152c.03.02.062.03.096.026.035-.004.063-.02.084-.05l.908-1.21c.037-.05.037-.1%200-.152l-.908-1.21zm-1.33%203.103c.034.006.066%200%20.096-.02s.047-.048.052-.083l.554-3.34c.005-.033-.002-.066-.022-.096s-.047-.046-.083-.05l-.253-.04c-.035-.007-.067%200-.096.02-.03.02-.047.048-.053.082l-.554%203.34c-.006.035%200%20.066.02.096s.05.047.084.053l.253.04z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 25px;
}
.doc-link a[href*="pdf"]:before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.171%22%20height%3D%227.2%22%20viewBox%3D%22215.485%20237.113%206.171%207.2%22%3E%3Cpath%20fill%3D%22%23005DA6%22%20d%3D%22M220.13%20237.386c-.076-.075-.178-.14-.307-.193-.128-.054-.246-.08-.353-.08h-3.6c-.107%200-.198.038-.273.112-.075.075-.112.166-.112.273v6.43c0%20.105.037.197.112.27.075.076.166.114.273.114h5.4c.107%200%20.198-.038.273-.113.074-.075.112-.167.112-.273v-4.63c0-.105-.026-.224-.08-.353-.054-.128-.118-.23-.193-.306l-1.252-1.252zm-.366.362l1.258%201.258c.032.032.062.087.09.165H219.6v-1.51c.077.026.13.056.164.088zm-3.765%206.05v-6.17h3.084v1.67c0%20.108.038.2.113.274.075.075.166.112.273.112h1.67v4.114H216zm2.49-3.338c.032-.185.05-.44.056-.77v-.12c0-.015%200-.025-.004-.033.005-.006.01-.016.016-.032.024-.126.012-.217-.037-.273-.03-.04-.078-.06-.14-.06H218.292c-.083%200-.14.053-.168.16-.035.134-.043.305-.026.512.018.208.06.422.123.642-.095.337-.235.688-.417%201.053-.147.3-.29.562-.43.79%200-.005-.003-.01-.008-.016-.024-.04-.055-.048-.093-.024-.228.12-.404.25-.53.388s-.2.26-.225.368c-.01.07-.002.117.024.145.014.012.022.02.025.02l.096.05c.036.02.074.027.114.027.238%200%20.563-.35.972-1.053.458-.157.983-.27%201.575-.333.17.09.344.16.524.214.18.054.333.08.46.08.175%200%20.27-.05.286-.152v-.004c.003-.003.006-.005.008-.01.004%200%20.005-.003.005-.007.037-.08.034-.148-.01-.208-.08-.13-.315-.196-.71-.196-.155%200-.312.01-.47.028-.137-.08-.25-.155-.337-.225-.243-.202-.44-.52-.586-.96zm-1.53%202.31c.1-.118.216-.23.352-.338-.228.36-.41.57-.55.635.035-.08.1-.18.2-.297zm1.4-3.407c.004-.003.005-.005.005-.01.032.04.05.087.052.147%200%20.003%200%20.005.002.006v.006s.002.005.005.01c-.008.01-.014.02-.016.03-.02.107-.03.165-.03.173l-.027.177c-.035-.24-.032-.418.008-.53v-.01zm-.316%202.33c.15-.297.26-.562.333-.792.137.294.307.53.51.71l.064.053.053.04c-.4.07-.78.18-1.14.323.04-.072.1-.182.18-.333zm2.423.28c-.01.004-.034.006-.072.006-.13%200-.295-.04-.498-.114.31%200%20.498.032.563.097.004.005.007.008.007.01z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 25px;
}
.doc-link a[href*="xls"]:before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.171%22%20height%3D%227.2%22%20viewBox%3D%22215.485%20237.113%206.171%207.2%22%3E%3Cpath%20fill%3D%22%23005DA6%22%20d%3D%22M220.13%20237.386c-.076-.075-.178-.14-.307-.193-.128-.054-.246-.08-.353-.08h-3.6c-.107%200-.198.038-.273.112-.075.075-.112.166-.112.273v6.43c0%20.105.037.197.112.27.075.076.166.114.273.114h5.4c.107%200%20.198-.038.273-.113.074-.075.112-.167.112-.273v-4.63c0-.105-.026-.224-.08-.353-.054-.128-.118-.23-.193-.306l-1.252-1.252zm-.366.362l1.258%201.258c.032.032.062.087.09.165H219.6v-1.51c.077.026.13.056.164.088zm-3.765%206.05v-6.17h3.084v1.67c0%20.108.038.2.113.274.075.075.166.112.273.112h1.67v4.114H216zm1.48-.94l.78-1.137-.76-1.092h-.272v-.43h1.165v.43h-.305l.426.64c.03.03.052.062.068.092.01.016.017.03.02.04h.008l.008-.013c.008-.01.02-.028.036-.054l.04-.066.414-.64h-.297v-.43h1.122v.43h-.27l-.783%201.134.77%201.098h.273v.426h-1.17v-.426h.306l-.43-.646c-.01-.01-.018-.02-.027-.034s-.018-.022-.024-.032c-.008-.01-.014-.02-.02-.03-.01-.016-.017-.03-.02-.04h-.007c-.002%200-.007.006-.014.016-.007.012-.018.03-.03.055-.015.025-.028.048-.042.066l-.414.646h.3v.425h-1.128v-.426h.275z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 25px;
}
.doc-link a[href*="zip"]:before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.171%22%20height%3D%227.2%22%20viewBox%3D%22215.485%20237.113%206.171%207.2%22%3E%3Cpath%20fill%3D%22%23005DA6%22%20d%3D%22M217.542%20238.656v-.515h.514v.516h-.514zm.514.515v-.514h.514v.515h-.514zm-.514.514v-.514h.514v.514h-.514zm.514.515v-.516h.514v.515h-.514zm2.074-2.814c-.076-.075-.178-.14-.307-.193-.128-.054-.246-.08-.353-.08h-3.6c-.107%200-.198.038-.273.112-.075.075-.112.166-.112.273v6.43c0%20.105.037.197.112.27.075.076.166.114.273.114h5.4c.107%200%20.198-.038.273-.113.074-.075.112-.167.112-.273v-4.63c0-.105-.026-.224-.08-.353-.054-.128-.118-.23-.193-.306l-1.252-1.252zm-.366.362l1.258%201.258c.032.032.062.087.09.165H219.6v-1.51c.077.026.13.056.164.088zm-3.765%206.05v-6.17h2.056v.514h.514v-.514h.514v1.67c0%20.108.038.2.113.274.075.075.166.112.273.112h1.67v4.114H216zm2.53-3.033c-.045-.035-.098-.052-.157-.052h-.317v-.515h-.514v.515c-.265.89-.426%201.422-.482%201.59-.02.072-.032.143-.032.21%200%20.222.097.406.292.552.194.146.44.22.737.22s.543-.073.737-.22c.194-.146.29-.33.29-.553%200-.066-.01-.137-.03-.21l-.43-1.4c-.018-.057-.048-.102-.094-.137zm-.988%201.747c0-.07.05-.13.15-.18s.222-.077.364-.077.263.026.363.077c.1.05.15.11.15.18%200%20.07-.05.13-.15.182-.1.05-.222.076-.364.076s-.263-.025-.364-.076-.15-.11-.15-.182z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 25px;
}
.doc-link a[href*="doc"]:before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.171%22%20height%3D%227.2%22%20viewBox%3D%22215.485%20237.113%206.171%207.2%22%3E%3Cpath%20fill%3D%22%23005DA6%22%20d%3D%22M220.13%20237.386c-.076-.075-.178-.14-.307-.193-.128-.054-.246-.08-.353-.08h-3.6c-.107%200-.198.038-.273.112-.075.075-.112.166-.112.273v6.43c0%20.105.037.197.112.27.075.076.166.114.273.114h5.4c.107%200%20.198-.038.273-.113.074-.075.112-.167.112-.273v-4.63c0-.105-.026-.224-.08-.353-.054-.128-.118-.23-.193-.306l-1.252-1.252zm-.366.362l1.258%201.258c.032.032.062.087.09.165H219.6v-1.51c.077.026.13.056.164.088zm-3.765%206.05v-6.17h3.084v1.67c0%20.108.038.2.113.274.075.075.166.112.273.112h1.67v4.114H216zm1.626-3.6v.43h-.36l.396%201.76c.014.055.023.116.028.186l.008.084h.016l.016-.084.014-.086.018-.1.58-2.188h.457l.578%202.19.02.1.016.084.012.084h.016l.008-.084c.005-.07.015-.13.028-.185l.397-1.76h-.36v-.43h1.204v.43h-.282l-.658%202.654h-.64l-.514-1.948c-.008-.024-.015-.06-.022-.104s-.01-.072-.014-.08l-.012-.097h-.016c0%20.02-.003.054-.008.097-.008.07-.02.13-.04.185l-.514%201.947h-.64l-.658-2.655h-.28v-.43h1.204z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 25px;
}
.doc-link a[href*="jpg"]:before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.171%22%20height%3D%227.2%22%20viewBox%3D%22215.485%20237.113%206.171%207.2%22%3E%3Cpath%20fill%3D%22%23005DA6%22%20d%3D%22M220.13%20237.386c-.076-.075-.178-.14-.307-.193-.128-.054-.246-.08-.353-.08h-3.6c-.107%200-.198.038-.273.112-.075.075-.112.166-.112.273v6.43c0%20.105.037.197.112.27.075.077.166.114.273.114h5.4c.107%200%20.198-.037.273-.113.074-.075.112-.167.112-.273v-4.63c0-.105-.026-.224-.08-.353-.054-.128-.118-.23-.193-.306l-1.252-1.252zm-.366.362l1.258%201.258c.032.032.062.087.09.165H219.6v-1.51c.077.026.13.056.164.088zm-3.765%206.05v-6.17h3.084v1.67c0%20.108.038.2.113.274.075.075.166.112.273.112h1.67v4.114H216zm3.342-3.084l-1.543%201.542-.515-.515-.77.772v.77h4.114V242l-1.288-1.284zm-1.286-.258c0-.215-.075-.396-.225-.547-.15-.15-.33-.226-.545-.226s-.396.075-.546.225c-.15.15-.226.33-.226.546s.075.396.225.547c.15.15.33.225.545.225s.396-.075.546-.225c.15-.15.226-.332.226-.547z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 25px;
}
.gallery-box {
	display: block;
	border: 0;
	margin: 0 0 40px;
}
.gallery-box .h3 {
	border-bottom: 1px solid rgba(0,97,165,.3);
}
.noTouch .gallery-box:hover .h3 {
	border-bottom-color: #a2aeb9;
}
.img-box {
	display: block;
	margin: 0 0 20px;
	width: 100%;
	height: 400px;
	border-radius: 20px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.noTouch .gallery-box:hover .img-box {
	box-shadow: 0 0 25px rgba(127,176,210,.5);
}
nav {
	margin: 0 0 20px;
}
.masonry {
	padding: 0 0 40px;
}
.grid-sizer, .masonry-item {
	float: left;
	margin: 0 0 25px;
}
.masonry-item img {
	border-radius: 20px;
	width: 100%;
	height: auto;
}
.masonry-item div {
	border-radius: 20px;
	-webkit-transition: all .3s;
	-ms-transition:  all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	position: absolute;
	box-sizing: border-box;
	left: 13px;
	top: 0;
	right: 13px;
	bottom: 0;
	text-align: left;
	line-height: normal;
	overflow: hidden;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjJhNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYyYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,98,167,0) 0%, rgba(0,98,167,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,98,167,0) 0%,rgba(0,98,167,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,98,167,0) 0%,rgba(0,98,167,1) 100%);
}
.masonry-item:hover div {
	opacity: 1;
}
.masonry-item div span {
	display: block;
	-webkit-transition: all .3s;
	-ms-transition:  all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	position: absolute;
	box-sizing: border-box;
	left: 35px;
	right: 35px;
	bottom: -30px;
}
.masonry-item:hover div span {
	opacity: 1;
	bottom: 30px;
}
.not-found {
	background: #0062a7;
}
.not-found-box {
	color: #fff;
	padding: 50px 0 100px;
}
.not-found-box a {
	color: #fff;
	border-color: rgba(255,255,255,.3);
}
.error-number {
	font-size: 200px;
	line-height: 150px;
	font-weight: 300;
	font-family: "DINPro", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
	.grid_1_xs {
		width:8.333%;
	}

	.grid_2_xs {
		width:16.667%;
	}

	.grid_3_xs {
		width:25%;
	}

	.grid_4_xs {
		width:33.333%;
	}

	.grid_5_xs {
		width:41.667%;
	}

	.grid_6_xs {
		width:50%;
	}

	.grid_7_xs {
		width:58.333%;
	}
	.grid_8_xs {
		width:66.667%;
	}

	.grid_9_xs {
		width:75%;
	}

	.grid_10_xs {
		width:83.333%;
	}

	.grid_11_xs {
		width:91.667%;
	}

	.grid_12_xs {
		width:100%;
	}
	.alpha, .omega {
		padding: 0;
	}
	.hide-on-mobile {
		display: none !important;
	}
	.show-on-mobile {
		display: inline-block;
	}
	.left-on-mobile {
		text-align: left;
	}
	.center-on-mobile {
		text-align: center;
	}
	.container_12 {
		width: 100%;
	}
	.menu-btn {
		position: fixed;
		width: 30px;
		height: 30px;
		top: 23px;
		right: 20px;
		cursor: pointer;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		z-index: 9999;
	}
	.menu-btn span {
		width: 30px;
		display: inline-block;
		height: 3px;
		background: #fff;
		cursor: pointer;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-ms-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
		position: relative;
		border-radius: 2px;
	}
	.menu-btn span:before, .menu-btn span:after {
		position: absolute;
		content: '';
		width: 30px;
		display: inline-block;
		height: 3px;
		background: #fff;
		left: 0;
		border-radius: 2px;
	}
	.menu-btn span:before {
		top: -10px;
		-webkit-transition-property: top, -webkit-transform;
		-moz-transition-property: top, -moz-transform;
		-o-transition-property: top, -o-transform;
		transition-property: top, transform;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		-o-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		-moz-transition-delay: 0.3s, 0s;
		-o-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}
	.menu-btn span:after {
		bottom: -10px;
		-webkit-transition-property: bottom, -webkit-transform;
		-moz-transition-property: bottom, -moz-transform;
		-o-transition-property: bottom, -o-transform;
		transition-property: bottom, transform;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		-o-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		-moz-transition-delay: 0.3s, 0s;
		-o-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}
	.menu-btn.opened span {
		height: 0;
	}
	.menu-btn.opened span:before {
		top: -2px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition-delay: 0s, 0.3s;
		-moz-transition-delay: 0s, 0.3s;
		-o-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
		background: #ffdc73;
	}
	.menu-btn.opened span:after {
		bottom: -1px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition-delay: 0s, 0.3s;
		-moz-transition-delay: 0s, 0.3s;
		-o-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
		background: #ffdc73;
	}
	.top-box {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		padding: 10px 0;
		z-index: 9999;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.sticky .top-box {
		background: rgba(0,98,165,.8);
	}
	.main-text-box {
		padding: 80px 0 30px;
	}
	.menu {
		position: fixed;
		background: #0062a6;
		left: 100%;
		top: 0;
		z-index: 9998;
		text-align: left;
		line-height: normal;
		margin: 0;
		width: 100%;
		height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		max-width: none;
	}
	.menu.opened {
		left: 0;
	}
	.menu > div {
		position: absolute;
		top: 70px;
		left: 20px;
		bottom: 20px;
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 80px 0 0;
	}
	.menu .justify {
		text-align: left;
		text-align-last: left;
		height: auto;
	}
	.menu .justify > li {
		display: block;
		margin: 0 0 10px !important;
	}
	.menu li a {
		font-size: 20px;
		padding: 10px 20px;
		margin: 0;
	}
	.top-icon-link {
		font-size: 0.0000001px;
		padding: 0;
		position: fixed;
		right: 125px;
		top: 25px;
		z-index: 9998;
	}
	.top-icon-link svg {
		width: 30px;
		height: 30px;
		position: relative;
		top: 0;
	}
	.top-icon-link + a {
		right: 70px;
	}
	.popup > div {
		padding: 60px 20px;
	}
	.close {
		top: 20px;
		right: 20px;
	}
	footer {
		font-size: 16px;
	}
	footer > div {
		padding: 40px 0;
	}
	footer p {
		margin: 0 0 30px;
	}
	.sub-menu {
		margin: 0 0 30px;
	}
	.sub-menu a {
		margin: 0 0 15px;
		display: block;
		border: 0;
	}
	h1, .h1 {
		font-size: 30px;
	}
	.small-on-mobile {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	.auto {
		width: 100% !important;
		padding: 20px 0 0;
	}
	input[type="submit"].auto, input[type="button"].auto, button.auto {
		padding: 19px 0 21px;
	}
	.link-box {
		margin: 0 0 20px;
		display: block;
	}
	.line {
		padding: 30px 0 0;
	}
	.line.ruler-bg {
		padding: 60px 0 0;
	}
	.logo svg {
		width: 52px;
		height: 60px;
	}
	.social {
		margin: 0 10px;
	}
	header {
		min-height: 35px;
	}
	.gallery-carousel img {
		width: auto;
		height: 150px;
	}
	.doc-link a:before {
		top: -6px;
		-webkit-transform: none;
		transform: none;
	}
	.img-box {
		height: 200px;
	}
	.error-number {
		font-size: 100px;
		line-height: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.grid_1_sm {
		width:8.333%;
	}

	.grid_2_sm {
		width:16.667%;
	}

	.grid_3_sm {
		width:25%;
	}

	.grid_4_sm {
		width:33.333%;
	}

	.grid_5_sm {
		width:41.667%;
	}

	.grid_6_sm {
		width:50%;
	}

	.grid_7_sm {
		width:58.333%;
	}

	.grid_8_sm {
		width:66.667%;
	}

	.grid_9_sm {
		width:75%;
	}

	.grid_10_sm {
		width:83.333%;
	}

	.grid_11_sm {
		width:91.667%;
	}

	.grid_12_sm {
		width:100%;
	}
	.hide-on-tablet {
		display: none !important;
	}
	.show-on-tablet {
		display: inline-block;
	}
	.left-on-tablet {
		text-align: left;
	}
	.center-on-tablet {
		text-align: center;
	}
	.menu-btn {
		position: fixed;
		width: 50px;
		height: 50px;
		top: 50px;
		right: 50px;
		cursor: pointer;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 0 0;
		z-index: 9999;
	}
	.menu-btn span {
		width: 50px;
		display: inline-block;
		height: 4px;
		background: #fff;
		cursor: pointer;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-ms-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
		position: relative;
		border-radius: 2px;
	}
	.menu-btn span:before, .menu-btn span:after {
		position: absolute;
		content: '';
		width: 50px;
		display: inline-block;
		height: 4px;
		background: #fff;
		left: 0;
		border-radius: 2px;
	}
	.menu-btn span:before {
		top: -15px;
		-webkit-transition-property: top, -webkit-transform;
		-moz-transition-property: top, -moz-transform;
		-o-transition-property: top, -o-transform;
		transition-property: top, transform;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		-o-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		-moz-transition-delay: 0.3s, 0s;
		-o-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}
	.menu-btn span:after {
		bottom: -15px;
		-webkit-transition-property: bottom, -webkit-transform;
		-moz-transition-property: bottom, -moz-transform;
		-o-transition-property: bottom, -o-transform;
		transition-property: bottom, transform;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		-o-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		-moz-transition-delay: 0.3s, 0s;
		-o-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}
	.menu-btn.opened span {
		height: 0;
	}
	.menu-btn.opened span:before {
		top: -2px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition-delay: 0s, 0.3s;
		-moz-transition-delay: 0s, 0.3s;
		-o-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
		background: #ffdc73;
	}
	.menu-btn.opened span:after {
		bottom: -1px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition-delay: 0s, 0.3s;
		-moz-transition-delay: 0s, 0.3s;
		-o-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
		background: #ffdc73;
	}
	.top-box {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		padding: 20px 0;
		z-index: 9999;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.sticky .top-box {
		background: rgba(0,98,165,.8);
	}
	.main-text-box {
		padding: 160px 0 110px;
	}
	.menu {
		position: fixed;
		background: #0062a6;
		left: 100%;
		top: 0;
		z-index: 9998;
		text-align: left;
		line-height: normal;
		margin: 0;
		width: 100%;
		height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		max-width: none;
	}
	.menu.opened {
		left: 0;
	}
	.menu > div {
		position: absolute;
		top: 50px;
		left: 20px;
		bottom: 20px;
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 150px 0 0;
	}
	.menu div > span {
		display: block;
		margin: 0 0 20px;
	}
	.menu .justify {
		text-align: left;
		text-align-last: left;
		height: auto;
	}
	.menu .justify > li {
		display: block;
		margin: 0 0 15px !important;
	}
	.menu li a {
		font-size: 25px;
	}
	.top-icon-link {
		font-size: 18px;
		padding: 0 0 0 30px;
		position: fixed;
		right: 350px;
		top: 63px;
		z-index: 9998;
	}
	.top-icon-link + a {
		right: 150px;
	}
	.top-icon-link svg {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0;
	}
	.popup > div {
		padding: 60px;
	}
	.close {
		top: 30px;
		right: 30px;
	}
	footer {
		font-size: 16px;
	}
	footer p {
		margin: 0 0 40px;
	}
	.sub-menu a {
		margin: 0 10px 40px;
	}
	.social {
		margin: 0 20px;
	}
	header {
		min-height: 120px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.grid_1_md {
		width:8.333%;
	}

	.grid_2_md {
		width:16.667%;
	}

	.grid_3_md {
		width:25%;
	}

	.grid_4_md {
		width:33.333%;
	}

	.grid_5_md {
		width:41.667%;
	}

	.grid_6_md {
		width:50%;
	}

	.grid_7_md {

		width:58.333%;
	}

	.grid_8_md {
		width:66.667%;
	}

	.grid_9_md {
		width:75%;
	}

	.grid_10_md {
		width:83.333%;
	}

	.grid_11_md {
		width:91.667%;
	}

	.grid_12_md {
		width:100%;
	}
	.hide-on-laptop {
		display: none !important;
	}
	.show-on-laptop {
		display: inline-block;
	}
	.left-on-laptop {
		text-align: left;
	}
	.right-on-laptop {
		text-align: right;
	}
	.center-on-laptop {
		text-align: center;
	}
	.menu-btn {
		position: fixed;
		width: 50px;
		height: 50px;
		top: 50px;
		right: 50px;
		cursor: pointer;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 0 0;
		z-index: 9999;
	}
	.menu-btn span {
		width: 50px;
		display: inline-block;
		height: 4px;
		background: #fff;
		cursor: pointer;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-ms-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
		position: relative;
		border-radius: 2px;
	}
	.menu-btn span:before, .menu-btn span:after {
		position: absolute;
		content: '';
		width: 50px;
		display: inline-block;
		height: 4px;
		background: #fff;
		left: 0;
		border-radius: 2px;
	}
	.menu-btn span:before {
		top: -15px;
		-webkit-transition-property: top, -webkit-transform;
		-moz-transition-property: top, -moz-transform;
		-o-transition-property: top, -o-transform;
		transition-property: top, transform;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		-o-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		-moz-transition-delay: 0.3s, 0s;
		-o-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}
	.menu-btn span:after {
		bottom: -15px;
		-webkit-transition-property: bottom, -webkit-transform;
		-moz-transition-property: bottom, -moz-transform;
		-o-transition-property: bottom, -o-transform;
		transition-property: bottom, transform;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		-o-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		-moz-transition-delay: 0.3s, 0s;
		-o-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}
	.menu-btn.opened span {
		height: 0;
	}
	.menu-btn.opened span:before {
		top: -2px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition-delay: 0s, 0.3s;
		-moz-transition-delay: 0s, 0.3s;
		-o-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
		background: #ffdc73;
	}
	.menu-btn.opened span:after {
		bottom: -1px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition-delay: 0s, 0.3s;
		-moz-transition-delay: 0s, 0.3s;
		-o-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
		background: #ffdc73;
	}
	.top-box {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		padding: 20px 0 10px;
		z-index: 9999;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.sticky .top-box {
		background: rgba(0,98,165,.8);
	}
	.main-text-box {
		padding: 160px 0 110px;
	}
	.menu {
		position: fixed;
		background: #0062a6;
		left: 100%;
		top: 0;
		z-index: 9998;
		text-align: left;
		line-height: normal;
		margin: 0;
		width: 100%;
		height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		max-width: none;
	}
	.menu.opened {
		left: 0;
	}
	.menu > div {
		position: absolute;
		top: 50px;
		left: 20px;
		bottom: 20px;
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 150px 0 0;
	}
	.menu div > span {
		display: block;
		margin: 0 0 20px;
	}
	.menu .justify {
		text-align: left;
		text-align-last: left;
		height: auto;
	}
	.menu .justify > li {
		display: block;
		margin: 0 0 15px !important;
	}
	.menu li a {
		font-size: 25px;
		margin: 0;
		padding: 10px 20px;
	}
	.top-icon-link {
		font-size: 18px;
		padding: 0 0 0 30px;
		position: fixed;
		right: 350px;
		top: 63px;
		z-index: 9998;
	}
	.top-icon-link + a {
		right: 150px;
	}
	.top-icon-link svg {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0;
	}
	footer p {
		margin: 0 0 40px;
	}
	.social {
		margin: 0 20px;
	}
	header {
		min-height: 120px;
	}
	.img-box {
		height: 300px;
	}
}
select.error {
	border: red 1px solid;
}
/* Preload images */
body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-close:hover, .lb-close:focus {
	text-decoration: none;
	border: none;
}


.success.yellow {
	background: #ffdc73;
	color: #003a62;
	padding: 20px 0 19px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}