@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,700,700i|Roboto:100,100i,300,300i,400i,500,500i,700,700i,900,900i&subset=cyrillic-ext,greek-ext,latin-ext');

body
{
	font-family: "Roboto";
	font-size: 11px;
	font-weight: 300;
	min-width: 639px;
}
ul.nav.navbar-nav li
{
	position:relative;
	border-right: 3px solid #FFF;	
    display: inline-block;
    text-align: left;
    float: none;
	padding: 0 5px;
	color: white;
}
ul.nav.navbar-nav a, ul.nav.navbar-nav a:visited
{
	color: white;
	text-shadow: none;
	border-bottom: 3px solid rgba(28,107,12,0);
}
ul.nav.navbar-nav a:hover, ul.nav.navbar-nav a:focus
{
	color: rgba(0,44,99,1.00);
	text-shadow: 0px 0px 3px #FFF;
	border-bottom: 3px solid rgba(28,107,12,1.00);
}
ul.nav.navbar-nav li:last-child
{
	border-right: none;	
}
.general-settings
{
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 99999;
	display: inline-block;
}
div.banner .banner-img
{
	width:100%;
	max-width: 1280px;
	box-sizing: border-box;
}
.large
{
	font-size: 125%;
	font-weight: 400;
}
.main-content>div.row
{
	padding: 40px 0;
}
.top-header.row .banner   {
	text-align: center;
}
.navbar .navbar-form.language-form {
	position: absolute;
	float: right;
	height: 100%;
	right: 10px;
}
.navbar.navbar-default {
	background-color: rgba(56, 110, 169, 0.6);
}
.nav.navbar-nav.container
{
	float: none;
	margin: 0 auto;
	text-align: center;
}
.navbar.navbar-default li * {
	background-color: inherit;
    white-space: nowrap;
}
.navbar.navbar-default li img {
	float: left;
	padding: 0px 10px;
}
.row.article-title span {
	text-align: center;
	font-size: 24px;
	color: #386EA9;
	display:block;
}
.row.article-title span.first{
	font-size: 36px;
}
.row.article-title span.about{
	font-family: "Josefin Sans";
	font-size: 16px;
	color: black;
	font-weight: 300;
}
.row.article-title span.about strong{
	font-family: "Josefin Sans";
	font-weight: 600;
}
.row.article-title span.about italic{
	font-family: "Josefin Sans";
	font-weight: 400;
	font-style: oblique;
}
.row .article-caption {
	background-color: rgba(165, 214, 132, 0.4);
	padding: 25px;
}
.row .article-caption-rev {
	background-color: rgba(56, 110, 169, 0.4);
	padding: 25px;
}
.row span.contact
{
	font-size: 14px;
	color: black;
	padding: 5px;
}
.row.contact
{
	padding: 20px 0;
}
.row.contact .article-caption
{
	padding: 10px 0;
}
.row span.contact.contact-left
{
	text-align: right;
}
.row span.contact.contact-right
{
	text-align: left;
}

#map {
   width: 100%;
   height: 300px;
}
.image-caption {
	padding: 0px 10px;
	position:relative;
}
.image-caption div
{
	box-sizing: border-box;
    top: 0px;
    bottom: 0px;
	left: 0px;
	right: 0px;
    position: absolute;
}
.image-caption div.image-mask
{
	margin: 0 10px;
	overflow: hidden;
}
.image-caption div.image-div
{
	background-position: center; 
	background-size: auto 100%; 
	background-repeat: no-repeat;
}
.article-caption, .article-caption-rev, .image-caption {
	min-height: 150px;
	vertical-align:middle;
	box-sizing: border-box;
	top: 0px;
	bottom: 0px;
}
nav{
	top: -40px;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	nav{
		top: -60px;
	}
	.row.article-title span.about{
		font-size: 18px;
	}
	ul.nav.navbar-nav li
	{
		padding: 0 25px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  
	body
	{
		font-size: 14px;
	}
	.row.article-title span.about{
		font-size: 24px;
	}
	.row span.contact
	{
		font-size: 18px;
		padding: 20px;
	}
	nav{
		top: -75px;
	}
	.article-caption, .article-caption-rev, .image-caption {
		min-height: 250px;
	}
	.row .article-caption, .row .article-caption-rev
	{
		padding: 50px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	body
	{
		font-size: 16px;
	} 
	nav{
		top: -90px;
	}
}