@font-face {
    font-family: 'Encode';
    src: url('Encode.ttf');
}
html, body {
	height: 100%;
	width: 100%;
    margin: 0;
    padding: 0;    
	max-height: 999999px;
} 
body
{
	font-size: 1.1em;
	font-family: Encode, Tahoma, Arial;
	padding:0;
	margin: 0 auto;
	color:#333; 
	background-color: #fff; 
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: 10% 100%;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6, h7 { color: #333; } 
a { 
	text-decoration:none; 
	cursor: pointer;
	color: #003F87; 
}
a:hover, a:active { color: #A8CEE2; } 

.marker { background-color: #fff200 }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both; }
.marginsBottom0 { margin-bottom: 0; }
.marginsBottom8 { margin-bottom: 8px; }
.marginsBottom10 { margin-bottom: 10px; }
.marginsLeft20 { margin-left: 20px; }
.marginsRight10 { margin-right: 10px; }
.marginsTop8 { margin-top: 8px; }
.marginsTop10 { margin-top: 10px; }
.marginsTop15 { margin-top: 15px; }
.marginsTop55  { margin-top: 55px; }
.displayNone  { display: none;}
.displayInlineBlock { display: inline-block; }
.verticalAlignTop { vertical-align: top; }
.fixed {
	position: fixed;
	top: 0;
	z-index: 100;
}
.height100pc { height: 100%; }
.bgError { background-image: url('../images/icon_error.png'); }
.bgInfo { background-image: url('../images/icon_info.png'); }
.font13em { font-size: 1.3em; }
.lineHeight30 { line-height: 30px; }
.fontBold { font-weight: bold; }
h2.h2Link {
	cursor: pointer;
	color: #003F87; 
	font-size: 1.2em;
}
h2.h2Link:hover, h2.h2Link:active { color: #A8CEE2; }
div.divDates {
	color: #888;
	font-size: 0.7em;
}

div#divImageZoom {
	width: 100%;
	height: 100%;
	background-color: RGBA(0,63,135 ,0.9); 
	position: fixed;
	z-index: 255;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
}
div#divImageZoom>div:not(#divZoomArrowLeft,#divZoomArrowRight) { 
	text-align: center; 
	background-color: rgba(255,255,255,0.9); 
	height: 100%;
}
div#divImageZoom>div>div.divClose {
	margin: 5px 7px 0 0;
	float: right;
}
div#divArrowLeft, div#divZoomArrowLeft, div#divArrowRight, div#divZoomArrowRight {
	position: absolute;
	height: 40px;
	width: 40px;
	opacity: 0.6;
	cursor: pointer;
	display: none;
	background-repeat: no-repeat;
	background-color: #003F87;
	border: 3px solid #fff; 
	border-radius: 21px;
}
div#divArrowLeft, div#divArrowRight {	
	z-index: 100;
	top: calc(25vw / 2 - 20px);
}
div#divZoomArrowLeft, div#divZoomArrowRight { 
	z-index: 256; 
	top: calc(50% - 20px);
}
div#divArrowLeft:hover, div#divZoomArrowLeft:hover, div#divArrowRight:hover, div#divZoomArrowRight:hover { opacity: 1; }
div#divArrowLeft { left: 25vw; }
div#divZoomArrowLeft { left: 5%; }
div#divArrowLeft,div#divZoomArrowLeft { 
	background-position: 11px 4px;
	background-image: url('../images/arrow_left.png');
}
div#divArrowRight { right: 5vw; }
div#divZoomArrowRight { left: calc(95% - 46px);}
div#divArrowRight,div#divZoomArrowRight { 
	background-position: 14px 4px;
	background-image: url('../images/arrow_right.png');
}
.buttonX  {
	width: 20px;
	height: 20px;
	border-radius: 11px;
	border: 2px solid #fff; 
    background-color :#003F87;
    color: #fff;
	opacity: 0.7;    
    cursor: pointer;
    font-size: 0.7vw;
    font-weight: 800;
    text-align: center;
}
.buttonX:hover { opacity: 1; }
div#divMenuMobileCall, div#divMenuMobile { display: none; }
div#divMenuMobileCall { 
    position: fixed;
    right: 3vw;
    font-size: 10vw;
    color: #fff;
    cursor: pointer;
    z-index: 200;
}
div#divMenuMobile {
    position: fixed;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 210;
    background-color:RGBA(0,63,135 ,0.9);
}
div#divMenuBg {
    height: 100vh;
    width: 24vw;
    left: -4vw;
    transform: skew(-5deg);
    position: fixed;
    z-index: 100;
    background-color: #003F87;
}
div#divMenu {
    color: #fff;
    width: 20%;
    position: fixed;
    z-index: 200;
    padding: 1vw 0 0 2vw;
}
div#divLogoSmall {
    position: fixed;
	height: 10vw;
    width: 9vw;
    top: 2vw;
    left: 5vw;
	background-position: left top;
	background-image: url('../images/logo_temp.png');
	background-size: contain;
	background-repeat: no-repeat;	
    cursor: pointer;
    z-index: 210;
}
div#divMenu>ul {
    list-style-type: none;
    text-align: left;
    margin-top: 14vw;
    padding: 0;
    font-size: 1.7vw;
}
div#divMenu>ul>li {
    cursor: pointer;
    padding: 0;
    padding-bottom: 1vw;
    margin-top: 1vw;
    border-top: 2px solid transparent;
    cursor: pointer;    
}
div#divMenu>ul>li.active {
    border-top: 2px solid #fff;
}
div#divMenu>ul>li>div { 
    display: none;
    left: 15vw;
    padding: 1vw;
    position: fixed;
    border: 2px solid #fff;
    background-color: rgba(0,63,135,0.9);
    transform: skewX(-5deg);    
    margin-top: -2.25vw;
}
div#divMenu>ul>li>div.active {
    display: block;
}
div#divMenu>ul>li>div>div { border-bottom: 2px solid transparent; }
div#divMenu>ul>li>div>div:hover { border-bottom: 2px solid #fff; }

div#divMenuMobile div.divClose {
    margin-top: 2vw;
    margin-left: 87vw;
}
div#divMenuMobile>ul {
    list-style-type: none;
    text-align: left;
    margin-top: 5vw;
    padding: 0;
    font-size: 6vw;
}
div#divMenuMobile>ul>li {
    cursor: pointer;
    padding: 0;
    padding-bottom: 1vw;
    margin-top: 1vw;
    border-top: 2px solid transparent;
    cursor: pointer;  
    margin-left: 2vw;  
}
div#divMenuMobile>ul>li>div { 
    display: none;
    padding: 1vw;
    padding-left: 5vw;
    font-size: 4.5vw;
}
div#divMenuMobile>ul>li>div.active {
    display: block;
}

div#divMain {
    height: 100vh;
    position: absolute;
    right: 4px;
    width: calc(80vw - 4px);
    z-index: 50;
    background-color: #fff;
}
div#divMainInner {
    padding: 2vw 2vw 2vw 4vw;
}
div#divImagesTopList {
	width: 100%;
	height: 20px;
	position: absolute;
	top: calc(25vw - 40px);
	text-align:center;
	display: none;
	z-index: 100;
}
div#divImagesTopList>div {
	display: inline-block;
	margin: 0 5px;
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
}
div#divImagesTopList>div>div {
	width: 16px;
	height: 16px;
	background-color: #003F87;
	border-radius: 50%;
	margin: 2px;
	display: none;
}
div#divOuterImageTop {
	width: 100%;
	height: calc(27.67vw - 2px);
	margin: 0;
	background-color: #fff; 
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
div#divImagesTop {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

h2.h2Link {
	cursor: pointer;
	color: #003F87; 
	font-size: 1.2em;
}
div.divNews { margin: 15px 20px; }
div.divNews>h2 { 
	margin-top: 5px;
	margin-bottom: 0; 
}
div.divNews>a { font-size: 0.9em; }
div.divNews>div:not(:first-child) { font-size: 0.9em; }
div.divNews>div.divPreview {
	max-height: 100px;
	overflow: hidden;
}
div.divNews div.divHidden { display: none; }
div.divPhoto { text-align: center; }
div.divPhoto>img.imgPreview {
	display: inline-block;
	margin: 3px;
}
img.autofit_100 {
    width: 100% !important;
	height: auto !important;
}
img.autofit_090 {
    width: 90% !important;
	height: auto !important;
}
img.autofit_080 {
    width: 80% !important;
	height: auto !important;
}
img.autofit_070 {
    width: 70% !important;
	height: auto !important;
}
img.autofit_060 {
    width: 60% !important;
	height: auto !important;
}
img.autofit_050 {
    width: 50% !important;
	height: auto !important;
}
.imgPreview { cursor: pointer; }
div#divMenuHome { background-image: url('../images/home.png'); }
div#divMenuContact { background-image: url('../images/email.png'); }
div#divMenuFacebook { background-image: url('../images/facebook.png'); }
div.divMenuIcon {
    width: 3vw;
    height: 3vw;
    margin-right: 1vw;
    display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;	
    cursor: pointer;
}

@media (max-width: 750px) {
	div#divOuterImageTop {
		height: 75vw;
        width: 100%;
	}
	div#divMain {
		width: 100%;
		margin: 0;
	}
    div#divLogoSmall { 
        left: 1vw; 
        position: absolute;
        height: 15vw;
        width: 13.5vw;        
    }
    div.divMenuIcon {
        width: 10vw;
        height: 10vw;
    }
    .buttonX  { 
        width: 7vw;
        height: 7vw;
        border-radius: 50%;
        margin-left: 90vw;
        font-size: 5vw;
    }
    div#divMenuHome { margin-left: 2vw; }
    div#divMenu { display: none; }
    div#divMenuBg { display: none; }
    div#divMenuMobileCall { display: block; }
    div#divArrowLeft { left: 5vw; }
    div#divArrowLeft, div#divArrowRight { top: calc(37.5vw - 20px); }
    div#divImagesTopList  { top: 60vw; }
}