@charset "UTF-8";
/* 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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{display: block;}
body
{line-height: 1;}
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;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none; height: 0;}
[hidden] {display: none;}

/* GLOBAL */
strong {
    font-weight: bold;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
html, body {
	margin:0;
	padding:0;
	position:relative;
	font:1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body {
	overflow-x:hidden;
	-webkit-animation:androidbugfix infinite 1s
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #44BBEE;
	color:#0E3355;
	margin: 0;
}
@-webkit-keyframes androidbugfix {
	from {padding:0} to {padding:0}
}
article {
	background-color: #FFFFFF;
}
#header {
	position:relative;
	top:0;
	left:0;
	right:0;
	height:4.5em;
	color: #115588;
	background-color: #44BBEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#44BBEE), color-stop(30%, #C9DFE8), color-stop(70%, #44BBEE));
	background: -webkit-linear-gradient(top, #44BBEE 0%, #C9DFE8 30%, #44BBEE 70%);
	background: -o-linear-gradient(top, #44BBEE 0%, #C9DFE8 30%, #44BBEE 70%);
	background: linear-gradient(to bottom, #44BBEE 0%, #C9DFE8 30%, #44BBEE 70%);
	z-index: 10;
	-webkit-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header img {
	position:absolute;
	top:0.8em;
	left:0.5em;
	border:0;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	max-width: calc( 100% - 3em );
	height: calc( 100% - 1.6em );}
#header label {
	padding:0 0.125em;
	font:2.875em/1.4375 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#menu label {
	padding:0 0.25em;
	font:2.27em/1.375 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#menu .sub-nav .toggle {
	padding:0 0.25em;
	font:2em/2em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	top:0;
	-webkit-transform:scale(-1,1);
	-ms-transform:scale(-1,1);
	transform:scale(-1,1);
}
#header label:hover, #menu label:hover {
	color: #EEEE66;
}
#main-nav-check, #menu .sub-nav-check {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.toggle {
	position: absolute;
	right: 0.15em;
	cursor: pointer;
}
.base {
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.container {
	background-color: #FFFFFF;
	position: relative;
	font-size: 1rem;
	padding: 0;
	margin: 0;
	z-index: 1;
	display:-webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 100;
	-webkit-flex: 100 0 auto;
	-ms-flex: 100 0 auto;
	flex: 100 0 auto;
}
.container:after {
	display: block;
	content: "";
	height: 1px;
} /* fixes bottom padding issue in IE10 */
#menu, #menu .sub-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 13.75em;
	color: #44BBEE;
	z-index: 9999;
	left: -13.75em;
	background: #112277;
}
.container, #menu, #menu .sub-nav {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	-o-transition: transform .25s ease;
	transition: transform .25s ease;
}
#menu ul {
	line-height: 2.75em;
	text-decoration: none;
	margin: 3.5em 0 0;
	list-style: none;
	background: #112277;
	border-top: 1px solid #D0D0D0;
}
#menu li {
	border-bottom: 1px solid #D0D0D0;
}
#menu li a {
	display: block;
	font-size: 1em;
	padding-left: 1.5em;
	text-decoration: none;
}
#menu .sub-nav {
	margin-top:-1px;
	background: #112277;
}
#menu .sub-heading {
	padding: 3.5em 0 0 1.3125em;
	color: #44BBEE;
}
#menu .sub-heading:before {
	content: "";
	display: block;
	height: 1px;
	width: 13.75em;
	margin-left: -1.3125em;
	background: #112277;
}
#menu .toggle-sub {
	font: bold 1em/2.75em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #EEEEBB;
	float: right;
	margin-top: -2.75em;
	width: 2.25em;
	cursor: pointer;
	text-align: center;
}
#menu a, #menu a:active, #menu a:visited {
	color: #EEEEBB;
}
#menu .close-all {
	display:none;
}
.js #menu .close-all {
	display:inline;
}
.js #menu .toggle {
	top:0;
	z-index:9999;
}
.js #menu .sub-nav .toggle {
	left:0.15em;
	width:1em;
}
.js #menu .close-all {
	display:none;
}
.container, #menu, #menu .sub-nav {
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* http://davidwalsh.name/translate3d */
/* #### - corrects 'unfixing' bug in Safari - uncomment if you have position:fixed elements inside .container - #### */
/* @media screen and (-webkit-min-device-pixel-ratio:0) { .container { -webkit-transform:none !important } } */
/* #### - define ids of animated container, menu and sub-menus here - #### */

#main-nav-check:checked ~ .container,
#main-nav-check:checked ~ #menu,
#menu .sub-nav-check:checked ~ [id$="-sub"]
/* matches all elements with id ending "-sub" */
{
	-webkit-transform: translate(13.75em, 0);
	-ms-transform: translate(13.75em, 0);
	transform: translate(13.75em, 0);
}
.lang-cont {
	position: absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.lang-sel {
	cursor: pointer;
	text-decoration: none;
}
.lang-menu {
	display: none;
	position: absolute;
	background-color: #CBD9D8;
}
.lang-menu a {
	color: #0E2964 !important;
	text-decoration: none;
	display: block;
	font-size: 1em;
	background-color: #CBD9D8;
	padding: 1em .5em;
	min-width: 10em;
}
.lng-img {
	height: 1em;
	width: auto;
	padding-left: 2em;
}
.lang-menu a:hover {
	background-color: #DFF1F1;
}
.lang-cont:hover .lang-menu {
	display: block;
}
.lang-cont:hover .lang-sel {
	background-color: #F6F5D4;
}
@media ( min-width: 60em ) {
	/* #### - switch to desktop menu at 960px (960/16=60 - 16px being default browser font-size) - #### */
	.container,
	#menu,
	#menu .sub-nav {
		-webkit-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
	}
	#menu label,
	#menu .sub-nav,
	#menu .sub-heading,
	#header label {
		display: none;
	}
	#header {
		position: fixed;
		height:10em;
	}
	header img {
		position:relative;
		left:1.5em;
	}
	.container {
		margin-top: 11.5rem;
	}
	#menu {
		left: auto;
		bottom: auto;
		height: 0;
		width: 100%;
		position: fixed;
		top: 4.5em;
		-webkit-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	#menu .toggle-sub {
		display: inline-block;
		margin-top: -3.05em;
		margin-right: 0.25em;
		border-left: 0;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#menu .toggle-sub,
	#menu .toggle-sub:hover {
		background: transparent;
	}
	#menu ul {
		padding: 0;
	}
	#menu ul ul .toggle-sub {
		margin-top: -2.75em;
		margin-right: 0;
		border-left: 1px solid #D0D0D0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#menu ul li:hover > label {
		color: #EEEEBB;
	}
	#menu > ul {
		float: right;
		position: relative;
		z-index: 1;
		top: 0.4285em;
		right: 1em;
		margin-top: 0;
		display: inline-table;
		border-left: 1px solid #D0D0D0;
		border-right: 0;
		font-size: 0.875em;
	}
	#menu ul:after {
		content: "";
		clear: both;
		display: block;
	}
	#menu ul li {
		float: left;
		position: relative;
		text-align: left;
		border-right: 1px solid #D0D0D0;
		background-color: #10578E;
		background: -webkit-gradient(linear, left top, left bottom, from(#10578E), color-stop(50%, #2170AC), to(#10578E));
		background: -webkit-linear-gradient(top, #10578E 0%, #2170AC 50%, #10578E 100%);
		background: -o-linear-gradient(top, #10578E 0%, #2170AC 50%, #10578E 100%);
		background: linear-gradient(to bottom, #10578E 0%, #2170AC 50%, #10578E 100%);
	}
	#menu ul li a {
		padding: 0.5em 3.75em 0.5em 1.5em;
	}
	#menu ul li a:only-child {
		padding-right: 1.5em;
	}
	#menu ul li:hover > a {
		background: #112277;
		-webkit-transition: background-color .25s ease;
		transition: background-color .25s ease;
	}
	#menu ul li:hover > ul {
		display: block;
	}
	#menu ul ul {
		position: absolute;
		left: 0;
		margin-left: -1px;
	}
	#menu ul ul li {
		float: inherit;
		width: 13.75em;
		border-left: 1px solid #D0D0D0;
	}
	#menu ul ul li a {
		padding: 0 1.5em;
	}
	#menu ul ul li a:after {
		right: 0.375em;
		margin-top: -1.6875em;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	#menu ul .sub-nav {
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		margin-top: 0;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	#menu ul ul .sub-nav {
		float: left;
		top: 0;
		left: 13.75em;
		margin-left: 0;
		margin-top: -1px;
	}
	#menu ul .fly-left ul {
		left: -13.75em;
		margin-left: -2px;
	}
	#menu ul .fly-left ul li {
		float: none;
	}
	#menu ul .fly-left .toggle-sub {
		right: auto;
		left: 0.5em;
		left: 0.375em;
		padding-bottom: 1px;
		border-right: 1px solid #D0D0D0;
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#menu ul .go-up > ul {
		top: auto;
		bottom: 0;
		margin-bottom: -1px;
	}
	.breadcrumbs {
		position: fixed;
		top: 13em;
		-webkit-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.lang-cont {
		display: inline-block;
		top: 5.5em;
		right: 1em;
	}
	.lang-sel {
		color: #0E2964 !important;
		background-color: #EFEFEF;
		padding: .2em;
		font-size: .75em;
		border: none;
	}
}
@media ( max-width: 80em ) and ( min-width: 60em ) {
	#header {
		height:4.5em;
	}
	#menu {
		top: 0.1em;
	}
	.container {
		margin-top: 6.5rem;
	}
	.breadcrumbs {
		top: 6em;
	}
	.lang-cont {
		display: inline-block;
		top: 4.5em;
		right: 1em;
	}
	.lang-sel {
		color: #0E2964 !important;
		background-color: #EFEFEF;
		padding: .2em;
		font-size: .75em;
		border: none;
	}
}
@media not all and ( min-width: 60em ) {
	.lang-cont {
		top: 15em;
		left: 0;
		width: 13.75em;
		line-height: 2.75em;
		text-decoration: none;
		background: #112277;
	}
	.lang-sel {
		display: block;
		background-color: #112277;
		padding: .2em;
		font-size: 1em;
		padding-left: 1.5em;
		border: none;
		border-bottom: 1px solid #D0D0D0;
	}
	.lang-menu a {
		color: #44BBEE !important;
		background-color: #112277;
		padding: .5em 0 0.5em 1.5em;
		width: 13.75em;
		border-bottom: 1px solid #D0D0D0;
	}
	.lang-menu, .lang-menu a:hover, .lang-cont:hover .lang-sel {
		background-color: #112277;
	}
	.lng-img {
		padding-left: 5em;
	}
}
.hsh {
	height: 4.5em !important;
}
.msh {
	top: 0.1em !important;
}
.bsh {
	top: 6em !important;
}
.lsh {
	top: 4.5em !important;
}
.breadcrumbs {
	font-size: .75em;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: .5em 1.25em;
	width: 100%;
	background-color: #BFBFBF;
	background: -webkit-gradient(linear, left top, left bottom, from(#BFBFBF), color-stop(50%, #EFEFEF), to(#BFBFBF));
	background: -webkit-linear-gradient(top, #BFBFBF 0%, #EFEFEF 50%, #BFBFBF 100%);
	background: -o-linear-gradient(top, #BFBFBF 0%, #EFEFEF 50%, #BFBFBF 100%);
	background: linear-gradient(to bottom, #BFBFBF 0%, #EFEFEF 50%, #BFBFBF 100%);
	z-index: 100;
}
.breadcrumbs span {
	display: none;
}
@media(min-width:60em) {
	.breadcrumbs span {
		display: inline-block;
	}
}
a, a:active {
	color: #550088;
}
a:visited {
	color: #880088;
}
a:hover, a:focus {
	color: #550E19;
	text-decoration: none;
}
.breadcrumbs a, .breadcrumbs a:active, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:focus {
	color: #0E3355;
	text-decoration: none;
	font-weight: bold;
}
footer {
	background-color: #383838;
	color: #DDDDDD;
	height: auto;
	overflow: hidden;
	-webkit-box-shadow: 0px -3px 6px 0px rgba(50, 50, 50, 0.8);
	box-shadow:         0px -3px 6px 0px rgba(50, 50, 50, 0.8);
}
#foot_box {
    height: auto;
    overflow: hidden;
    margin: 1em auto;
    max-width: 60em;
}
#foot_mnu {
	float: left;
}
#foot_ico {
	float: right;
}
.foot_item {
	display: inline-block;
	clear: none;
	padding: 0 1.5em;
	text-decoration: none;
}
.socico {
	display: inline-block;
	clear: none;
	width: 3em;
	padding: 0 .5em;
	text-decoration: none;
}
.tcont {
	display: inline-table;
	table-layout:fixed;
	width: 100%;
}
.tbox {
	display: table-cell;
	text-align: justify;
	vertical-align: top;
	padding: 1rem;
	width: 25%;
}
.trow {
	display: table-cell;
	vertical-align: top;
}
@media(max-width:80em) {
	.trow {
		display: table-row;
		width: 100%;
	}
	.tbox {
		width: 50%;
	}
}
@media(max-width:50em) {
	.trow {
		width: 100%;
	}
	.tbox {
		display: block;
		clear: both;
		width: 100%;
	}
}
@media(max-width:60em) {
	#foot_mnu {
		float: none;
    	margin: 2em auto;
    	max-width: 30em;
		clear: both;
	}
	#foot_ico {
		float: none;
    	margin: 3em auto 1em auto;
    	max-width: 20em;
	}
}
@media(max-width:30em) {
	.foot_item {
		display: block;
		float: none;
		clear: both;
		max-width: 9.5em;
    	margin: 2em auto;
	}
}
.foot_item, .foot_item:active {
	color: #DDDDDD;
}
.foot_item:visited {
	color: #CCCCCC;
}
.foot_item:hover, .foot_item:focus {
	color: #FFFFFF;
}
h1{
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	padding: 1.5rem 0;
	background-color: #A4D2E5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #44BBEE), color-stop(80%, #A4D2E5));
	background: -webkit-linear-gradient(top, #44BBEE 20%, #A4D2E5 80%);
	background: -o-linear-gradient(top, #44BBEE 20%, #A4D2E5 80%);
	background: linear-gradient(to bottom, #44BBEE 20%, #A4D2E5 80%);

}
h2{
	font-size:1.3rem;
	font-weight: bold;
	text-align: center;
	padding: 1rem 0;
	background-color: #DCEDF4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #A4D2E5), color-stop(90%, #FFFFFF));
	background: -webkit-linear-gradient(top, #A4D2E5 10%, #FFFFFF 90%);
	background: -o-linear-gradient(top, #A4D2E5 10%, #FFFFFF 90%);
	background: linear-gradient(to bottom, #A4D2E5 10%, #FFFFFF 90%);
	border-top: 1px solid #A0A0A0;
	clear: both;
}
h3{
	font-size:1.2rem;
	font-weight: bold;
	text-align: center;
	padding: .9rem 0;
	background-color: #DCEDF4;
	background: -webkit-gradient(linear, left top, left bottom, from(#A4D2E5), color-stop(15%, #FFFFFF));
	background: -webkit-linear-gradient(top, #A4D2E5 0%, #FFFFFF 15%);
	background: -o-linear-gradient(top, #A4D2E5 0%, #FFFFFF 15%);
	background: linear-gradient(to bottom, #A4D2E5 0%, #FFFFFF 15%);
	border-top: 1px solid #C0C0C0;
	clear: both;
}
h4{
	font-size:1.1rem;
	font-weight: bold;
	text-align: center;
	padding: .8rem 0;
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), color-stop(50%, #E0EDF4), color-stop(80%, #FFFFFF));
	background: -webkit-linear-gradient(top, #FFFFFF 20%, #E0EDF4 50%, #FFFFFF 80%);
	background: -o-linear-gradient(top, #FFFFFF 20%, #E0EDF4 50%, #FFFFFF 80%);
	background: linear-gradient(to bottom, #FFFFFF 20%, #E0EDF4 50%, #FFFFFF 80%);
	clear: both;
}
h5{
	font-size:1.1rem;
	font-weight: bold;
	text-align: center;
	padding: .8rem 0;
	border-top: 1px solid #C0C0C0;
	clear: both;
}
section p {
	display: block;
	margin: auto 0;
	text-align: justify;
}
.fcont {
	background-color: #FFFFFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.fbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 1rem;
	text-align: justify;
}
.fpic {
	margin: auto 0;
	border:none;
	clear: none;
	width: 100%;
}
.fspic {
	margin: 0;
	padding: 2em 10%;
	border:none;
	clear: none;
	width: 100%;
}
@media(max-width: 60em) {
	.fcont, .fbox{
		display: block;
		clear:both;
		width: 100%;
	}
	.rowbreak {
		display: block;
	}
	.spacer {
		display: none;
	}
}
.rowbreak {
	display: inline-block;
}
.wiband {
	max-width: 1080px;
	display: -webkit-box;
	display:-webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 auto;
	padding: 1em;
	width: 100%;
	clear: both;
}
.iband {
	max-width: 650px;
	display: -webkit-box;
	display:-webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 1em 0;
	width: 100%;
	clear: both;
}
.ibox {
	background-color: #F0F0F8;
	margin: 5px;
	text-align: justify;
	width: 120px;
	border: 1px solid #D0D0D0;
	border-radius: 8px;
}
.ibox:hover {
	box-shadow: 5px 5px 5px #A7A7A7;
}
.ipic {
	width: 120px;
	height: 90px;
	cursor: pointer;
	text-decoration: none;
}
.idesc {
	text-align: center;
	cursor: pointer;
}
.iabox {
	background-color: #F0F0F8;
	margin: 5px;
	text-align: justify;
	width: 235px;
	border: 1px solid #D0D0D0;
	border-radius: 8px;
}
.iabox:hover {
	box-shadow: 5px 5px 5px #A7A7A7;
}
.iapic {
	width: 233px;
	height: 90px;
	cursor: pointer;
	text-decoration: none;
}
.iadesc {
	text-align: center;
	cursor: pointer;
}
.igpb {
	width: 233px;
	height: 90px;
}
.actionbar {
	display: inline-table;
	width: 100%;
	padding: 1.5em 1em;
	background-color: #BFBFBF;
	text-align: center;
}
.abox {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	line-height: 3em;
	width: 10em;
	margin: 0 auto;
}
.abox a {
	text-decoration: none;	
}
.apic {
	position: relative;
	top: 8px;
}
.pbox {
	display: table-cell;
	text-align: left;
	padding-bottom: 3em;
	min-width: 10em;
	margin: 0 auto;
	font-size: large;
	font-weight: bold;
	
}
.pbox a {
	text-decoration: none;	
}
.ppic {
	position: relative;
	vertical-align: middle;
}
.mcp {
	-webkit-columns: 2 20rem;
	-moz-columns: 2 20rem;
	columns: 2 20rem;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	text-align: justify;
	padding: 1rem;
}
.mcv {
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 1em 0;
}
.nobreak {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}
.vcont {
	display: block;
	width: 100%;
	clear: both;
	text-align: center;	
}
.vbox {
	width: 49%;
	display: inline-block;
	clear: none;
	margin: 0 auto;
	padding-bottom: 1em;
}
.mcv iframe {
	width: 640px;
	height: 360px;
	border: 0;
}
@media(max-width: 1300px) {
	.vbox {
		width: 100%;
		clear: both;
	}
}
@media(max-width: 650px) {
	.mcv iframe {
		width: 480px;
		height: 270px;
	}
}
@media(max-width: 480px) {
	.mcv iframe {
		width: 320px;
		height: 180px;
	}
}
.ct {
	text-align: center;
	padding: 1em;
}
.fs {
	max-width: 60rem;
	margin: 0 auto;
	min-height: 100%;
}
.fs p {
	padding: 1rem;
}
.fsrow {
   position: relative;
   text-align: left;
   margin-bottom: 1.5rem;
}
.fs .fsrow > label span {
   display: inline-block;
   width: 20rem;
   text-align: right;
   padding: .5rem 1.5rem;
	vertical-align: top;
}
#slim .fsrow > label span {
   width: 10rem;
}
.fs input {
   position: relative;
   width: calc( 100% - 24rem );
   box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
   padding: .5rem;
   border: 1px solid #dbdbdb;
}
#slim input {
   width: calc( 100% - 14rem );
}
.fs textarea {
   position: relative;
   width: calc( 100% - 24rem );
   height: 8rem;
   resize: none;
   box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
   padding: .5rem;
   border: 1px solid #dbdbdb;
}
#slim textarea {
   width: calc( 100% - 14rem );
}
.fs select{
   width: 12rem;
   height: 2.5rem;
}
.fs .sb {
	display: block;
	max-width: 8rem;
	text-align: center;
	margin: 1rem auto 2.5rem;
}
.fs .fsrow img {
	width: 2rem;
	height: 2rem;
}
.fs .fsvs, .fs .fsis {
   position: absolute;
   line-height: 2rem;
   text-align: center;
   width: 2rem;
   height: 2rem;
   left: calc( 100% - 2.5rem );
   top: .5rem;
   display: none;
}
.fs .fbad {
   margin-bottom: 2.5rem;
}
.fs .fbad input, .fs .fbad select, .fs .fbad textarea {
   border: 1px solid #d37171;
   box-shadow: 2px 3px 4px 0 rgba(200, 77, 77, 0.15);
}
.fs .fsit {
   display: none;
   position: absolute;
   color: #c84d4d;
   font-weight: normal;
   bottom: -2rem;
   left: 20.5rem;
}
#slim .fsit {
   left: 10.5rem;
}
.fbad .fsis,
.fbad .fsit {
   display: block;
}
.fgood .fsvs {
   display: block;
}
.sico {
	vertical-align: middle;
}
.l_ident {
	margin-left: 5rem;
}

.fs ul, .fbox ul {
	list-style: initial;
	padding: 1rem 1rem 1rem 2rem;
}
.fs ul li, .fbox ul li {
	padding-bottom: .5rem;
}
.lr {
	line-height: 2.5rem;
}
@media (max-width: 45em) {
	.fs p {
		padding: 1rem;
	}
	.fs input, .fs textarea, #slim input, #slim textarea {
	   width: calc( 100% - 3.5rem );
    	margin-left: .5rem;
	}
	.fs select {
	   margin-left: .5rem;
	}
	.fs .fsrow > label span, #slim .fsrow > label span {
	   width: 100%;
	   text-align: left;
   	padding: .5rem;
	}
	.fs .fsrow img {
		margin-top: 2.5rem;
	}
	.fs .fsit, #slim .fsit {
	    left: .5rem;
	}
}
.map {
	width: 680px;
	margin: 0 auto;
	padding: 20px;
}
.priceh {
	display: block;
	clear: both;
	padding: 1rem 0;
	text-align: center;
}
.pricer {
	display: block;
	clear: both;
}
.pricen {
	display: inline-block;
	clear: none;
	float: left;
}
.pricev {
	display: inline-block;
	clear: right;
	float: right;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
.success {
	font-weight: bold;
	color: #009900;
}
.hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
}
.cprght {
	display: none;
	height: 0;
}
.grecaptcha-badge {
	float: right;
}
@media print {
	.cprght {
		display: block;
		height: 2em;
		font: bold;
	}
	h5, .iband, .wiband, .actionbar, .breadcrumbs, .toggle, #header, #menu, #foot_box, #foot_ico {
		display: none;
	}
	header img {
		width: 233px;
		height: 56px;
		padding: 0;
	}
	h1, h2, h3, h4 {
		padding: 0;
	}
	html, body {
		font:.75em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}
	.container {
		margin-top: 0;
	}
	section h1, section h2 {
		padding: 0;
		border: 0;
		font-size: 1.2em;
	}
	.fpic, .fspic {
		display: inline;
		width: 50%;
		clear: none;
	}
	.fcont, .tcont, .trow, .tbox {
		display: inline;
		clear: none;
	}
	.mcp {
		-webkit-columns: 1 20rem;
		-moz-columns: 1 20rem;
		columns: 1 20rem;
	}
}
.inline {
  display: inline;
}
.link-button {
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
  font-family: serif;
}
.link-button:focus {
  outline: none;
}
.link-button:active {
  color:red;
}
