@import url("montserrat.css");
@font-face {
	font-family: Journal;
	src: url(../fonts/journal.ttf);
}
@font-face {
	font-family: ProseAntique;
	src: url(../fonts/ProseAntique.ttf);
}


html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
} 
a {
	color: #55A7D3;
	font-weight: bold;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
div {
	margin: 0;
	padding: 0;
}

.pull-left {
	float: left;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #fafafa;
	font-family: 'Montserrat', sans-serif;
	/* TODO: temporary limit */
	min-width: 1450px;
}
.page {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 2088px;
	margin: 0 auto;
	height: auto;
}
.page .header {
	width: 100%;
	height: 621px;
	background: url('../images/header.jpg') no-repeat 50% 50%;
	background-size: cover;
}

.page .header header {
	width: 100%;
	height: 100px;
	background: #455A68 0% 0% no-repeat padding-box;
	opacity: 0.9;
	padding-left: 37px;
	box-sizing: border-box;
	text-align: justify;
}

.page .header header > * {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	line-height: 100px;
	padding-right: 37px !important;
	vertical-align:top;
	color: #fff;
}

.page .header header > .logo {
	display: inline-block;
	text-decoration: none;
	font-size: 64px;
	line-height: 94px;
	letter-spacing: 0px;
	font-family: Journal;
	font-size: 30px;
	font-family: ProseAntique;
	font-weight: normal;
}

.page .header .menu-language {
	/*margin: 0;*/
	padding: 0;
	list-style: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 15px;
}

.page .header .menu-language img {
	width: 22px;
}

.page .header header .menu-top {
	float: right;
}

.page .header header .menu-top ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.page .header header .menu-top > ul > li {
	display: inline-block;	
	text-transform: uppercase;
	position: relative;
}

.page .header header .menu-top > ul > li:first-child {
	display: none;
}

.page .header header .menu-top > ul > li > a, .page .header header .menu-top > ul > li > span {
	/*padding: 0 20px;
	font-size: 16px;*/
	
	padding: 0px 15px;
	font-size: 14px;
	
	display: inline-block;
	height: 100%;	
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0px;
	position: relative;
	padding-bottom: 38px;
	cursor: pointer;
	
	
}

.page .header header .menu-top > ul > li > a::after, .page .header header .menu-top > ul > li > span::after {
	content: " ";
    display: block;
    height: 3px;
    background: #3C85B8;
    border-radius: 5px;
    box-sizing: border-box;
    width: 0;
    transition: width 0.2s linear;
    margin-top: -38px;
}

.page .header header .menu-top > ul > li > a:hover::after, .page .header header .menu-top > ul > li > span:hover::after {
	width: 100%;
}

.page .header header .menu-top > ul > li .nav-child {
	position: absolute;
	margin-top: -10px;
	margin-left: 27px;
	background: #3C85B8 0% 0% no-repeat padding-box;
	border-radius: 10px;
	list-style: none;
	padding: 0 11px;
	line-height: 18px;
	opacity: 0;
	transition: all 0.2s linear;
}

a.right-submenu + ul.nav-child, span.right-submenu + ul.nav-child {
	right: 0;
}

.page .header header .menu-top > ul > li:hover .nav-child {
	opacity: 1;
}

.page .header header .menu-top > ul > li .nav-child::before {
	content: " ";
	padding: 0;
	margin: 0;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 14px solid #3C85B8;
	line-height: 14px;
	height: 14px;
	width: 16px;
	box-sizing: border-box;
	display: inline-block;
	margin-top: -14px;	
	position: absolute;	
}

a.right-submenu + ul.nav-child::before, span.right-submenu + ul.nav-child::before {
	right: 20px;
}


.page .header header .menu-top > ul > li .nav-child li {
	margin: 0;
	line-height: 18px;
	/*padding: 17px 0;*/
	padding: 10px 0;
	border-bottom: 1px solid #FFFFFF;
}

.page .header header .menu-top > ul > li .nav-child li:last-child {
	border-bottom: none;
}

.page .header header .menu-top > ul > li .nav-child li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	/*font-size: 14px;*/
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	white-space: nowrap;
}

.page .header header .menu-top > ul > li .nav-child li a:hover {
	color: #8DB8CE;
}

.page .header header .menu-mobile {
	display: none;
}

.page main {
	padding: 80px 0 120px 0;
	box-sizing: border-box;
	text-align: left;
	max-width: 1300px;
	margin: 0 auto;
	letter-spacing: 0px;
	color: #222222;
	font-size: 16px;
	line-height: 24px;
	display: flex;
}

.page  main .main {
	width: 100%;
}

.page  main iframe {
	border-color: #455A68;
	border-width: 1px;
}

.page .main-left {
	margin-right: 50px;
}

.page .main-right {
	flex: 50%; /* force fit left menu */
}

.page .main-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 250px;
}

.page .main-left ul li {
	margin-bottom: 23px;
	max-width: 100%;
}

.page .main-left ul li a {
	color: #D5D5D1;
	font-size: 25px;
	line-height: 24px;
	font-weight: bold;
}

.page .main-left ul li.current a {
	color: #55A7D3;
}

.page.home .blog {
	box-sizing: border-box;
}

.page.home .blog .items-row {
	padding-bottom: 44px;
	padding-top: 45px;
	border-bottom: 1px solid #D5D5D1;
}

.page.home .blog .items-row:first-child {
	padding-top: 0;
}

.page.home .blog .items-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.page.home .blog .items-row .item p:last-child {
	margin-bottom: 0;
}

.page.home .item::after, .page .item-page::after {
	content: " ";
	display: block;
	clear: both;
}

.page.home .blog .item .page-header {
	
}

.page .page-header h2, .page .page-header h1 {
	margin: 0;
	padding: 0;
	font-size: 33px;
	line-height: 44px;
	letter-spacing: 0px;
	color: #55A7D3;
}

.page .item-image {
	padding-right: 74px;
	padding-bottom: 50px;
}

.page .item-image img {
	width: 441px;	
}

body.com_content.view-article .item-page {
	
}

body.com_content.view-article .item-page .page-header h2 {
	font-size: 33px;
	font-weight: bold;
	color: #55A7D3;
	margin-top: 0;
	margin-bottom: 20px;
}

.btn {
	padding: 25px 20px;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	background: #55A7D3 0% 0% no-repeat padding-box;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s linear;
}

.readmore .btn::after {
	content: ">";
    font-family: monospace;
    font-size: 30px;
	height: 100%;
    font-weight: 500;
	margin-left: 5px;
	display: inline-block;
	text-align: center;
	width: 0;
	overflow: hidden;
	transition: all 0.2s linear;
	opacity: 0;
}

.readmore .btn:hover {
	background: #455A68 0% 0% no-repeat padding-box;
}

.readmore .btn:hover:after {
	width: 17px;
	opacity: 1;
}

footer {
	padding: 0;
	margin: 0;
	width: 100%;
	background: url('../images/header.jpg') no-repeat 50% 50%;
	background-size: cover;	
}

footer .footer-head {
	width: 100%;
	min-height: 300px;
	background: #455A68E6 0% 0% no-repeat padding-box;
	text-align: center;
}

footer .footer-head .logo {
	width: 100%;
	text-align: center;
	font: normal normal normal 64px/85px Journal;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-top: 29px;

	font-family: ProseAntique;
	font-size: 42px;
}

footer .footer-head .row {
	margin-top: 23px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

footer .footer-head .row .col {
	width: 250px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	vertical-align: top;
	text-align: left;
}

footer .footer-head .row .col-2 {
	width: 280px;
}

footer .footer-head .row .col .page-header {
	padding: 0;
	margin: 0 0 10px 0;	
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0px;
	color: #55A7D3;
}

footer .footer-foot {
	text-align: center;
	background: #55A7D3 0% 0% no-repeat padding-box;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer .footer-foot p {
	margin: 0;
	padding: 0;
}

footer .footer-menu ul {
	list-style: none;
}

footer .footer-menu .nav {
	padding: 0;
}

footer .footer-menu .nav-child {
	padding-inline-start: 25px;
}

footer .footer-menu ul li a {
	color: #fff;
	text-decoration: none;
}

footer .footer-menu ul li a:hover {
	font-weight: bold;
	color: #d5d5d5;
}

.com_content main .icons {
	display: none;
}

.com_content .item-page img {
	/*
	width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	*/
}

.scroll-top {
	width: 57px;
	height: 57px;
	border-radius: 29px;
	position: fixed;
	bottom: 80px;
	right: 21px;
	background: #3C85B8 url('../images/scroll-top.png') no-repeat 50% 50%;
	cursor: pointer;
	display: none;
}

.scroll-top.show {
	display: inline-block;
}

.scroll-top:hover {
	background: #55A7D3 url('../images/scroll-top.png') no-repeat 50% 50%;
}

#phocagallery {
	margin-bottom: -48px;
}

#pg-icons {
	display: none;
}

#phocagallery .page-header {
	margin-bottom: 16px;
}

#phocagallery .item {
	width: 32%;
	margin: 0 0.5%;
	box-sizing: border-box !important;
	border: none;
	box-shadow: none;
	background: none;
	height: auto;
}

#phocagallery .item .pg-box1 {
	width: 100%;
	box-sizing: border-box;
}

#phocagallery .item .pg-box2 {
	width: 100%;
	box-sizing: border-box;
}

#phocagallery .item .pg-box3 {
	width: 100%;
	box-sizing: border-box;
}

#phocagallery .item a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	opacity: 0.7;
	transition: all 0.2s linear;
}

#phocagallery .item a:hover {
	opacity: 1;
}

#phocagallery .item img {
	width: 100%;
}

#phocagallery .item .pg-cv-box-img {
	height: auto;
}


#phocagallery .item .pg-box-img-bottom {
	display: none;
}

#phocagallery .pagination ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#phocagallery .pagination ul li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

#phocagallery .pagination .pagination-start, #phocagallery .pagination .pagination-prev,
#phocagallery .pagination .pagination-next, #phocagallery .pagination .pagination-end {
	display: none;
}

.mfp-title {
	display: none;
}