/*************
* GLOBAL
*/

body, td {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333;
}

h1,
h2,
h3 {
	font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    color: inherit;
}

h1 { font-size: 48px; }
h2 { font-size: 35px; }
h3 { font-size: 36px; }

.notices-box h3 {
	font-size: 27px;
}

h1#content-title {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    color: #0A3665;
}

a {
	cursor: pointer;
}
a:hover { }



.block-title {	
	clear: both;
	margin: 20px 0px;
	color: #333;
}

/*************
* HEADER
*/

#header {
	position: relative;
	margin: 25px 0px;
}

#header .row > div {
	padding: 0px 10px;
}

#header .logo {
    display: inline-block;
    width: 175px;
    height: 92px;
    max-width: 100%;
    max-height: 100%;
    background-size: cover;
}

#header .lang-select {
	margin-bottom: 10px;
}

#lang-flags img {
	border: solid 1px #aaa;
}

.lang-dropdown {
    position: relative;
    float: right;
    margin-top: -10px;
    margin-left: 2px;
}

#responsive-header {
	margin: 10px 0px;
	text-align: center;
}

#responsive-header .logo {
	display: inline-block;
	width: 175px;
    height: 92px;
	margin: 15px 0px;
	background-size: 100% auto;
}

#cart-widget #text {
    font-weight: bold;
}

#cart-widget #text a {
    color: #d50023;
    text-decoration: underline;
}
#cart-widget #text a:hover {
	text-decoration: none;
}


/*************
* MENU
*/

#menu_desktop {
    margin-top: 35px;
}

#menu_desktop ul.level-1 {
	width: 100%;
	display: table;
}

#menu_desktop ul.level-1 > li {
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: middle;
}

#menu_desktop ul.level-1 > li > .item > a {
    font-size: 15px;
    padding: 8px;
    color: #000;
}

#menu_desktop ul.level-1 ul {
    background: #fff;
}


#menu_desktop ul.level-1 > li:first-child {
	border: none;
}

#menu_desktop ul.level-1 > li:hover > .item > a,
#menu_desktop ul.level-1 > li.active > .item > a {
	color: #4E8DD0;
}

#menu_desktop ul ul li:hover > .item > a,
#menu_desktop ul ul li a:hover {
    background: #f7f7f7;
}

#menu_desktop ul ul li.active > .item > a {
    font-weight: bold;
}

#menu_responsive {
	background: #f9f9f9;
}

#menu_responsive .menu-bar {
	background: #4E8DD0;
	color: #fff;
	font-size: 15px;
	border-radius: 5px 5px 0px 0px;
	text-align: right;
}

#menu_responsive .menu-bar a {
	color: #fff;
}

#menu_responsive .menu-bar a .fa {

}

#menu_responsive .menu-bar a.cart-button span {
	color: #98AAB9;
}

#menu_responsive .menu-bar a.lang-button span {
	position: relative;
	right: -4px;
}
#menu_responsive .menu-bar a.lang-button .fa {
	font-size: 12px;
}

#menu_responsive ul.level-1 {
	border-bottom: solid 1px #eee;
	margin-bottom: 5px;
	box-shadow: #ccc 0px 5px 10px;
}

/*************
* SEARCH
*/

.search_form {
	position: relative;
	clear: both;
}	
	
.search-box {
	position: relative;
	margin: 0px 0px 20px 0px;
	text-align: left;
	padding: 0px;
}

.search-box input {
	margin: 0px;
	padding: 0px;
}

.search-box input[type="text"] {
	padding: 7px 10px;
	width: 100%;
	color: #bbb !important;
	border: solid 1px #ddd;
	margin: 0px;
	border-radius: 5px;
}

#header .search_form .searchsubmit i.fa.fa-search {
    position: relative;
    top: 0px;
    right: 5px;
}

.search-box .searchsubmit {
	position: absolute;
    padding: 5px 12px;
    color: #fff;
	right: 0px;
	top: 0px;
    width: 40px;
    height: 37px;
    border: none;
	border-radius: 0px 5px 5px 0px;
	background: #4E8DD0;
}

.search-box .searchsubmit:hover {
	opacity: 0.9;
}

.searchsubmit i.fa.fa-search {
	font-size: 21px;
}

#responsive-search .search-box {
	margin: 10px 0px;
}

#responsive-search .search {
	width: 100%;
	padding: 10px;
}
#responsive-search .searchsubmit {
	padding: 7px 10px;
}


/*************
* MAIN CONTENT
*/
.main {
	position: relative;
    width: 100%;
    float: left;
	padding: 0px;
	padding: 20px 0px 10px 0px;
    background: #fff;
    z-index: 2;
	overflow-x: hidden;
}

.main.news {
    background: #4E8DD0;
    color: #FFF;
}

.main.subpage h1#content-title {
    text-align: left;
}

.main.news a,
.main.news td,
.main.news h2,
.main.news h3 {
    color: #FFF;
}

.main.news h2,
.main.news h3 {
    text-align: center;
}

.main.news h4 {
	text-align: left;
}

.main.with-background {
    background: url('../images/architecture_1.jpg') fixed;
}

.main.with-background .default-wrapper {
    padding: 20px;
    background: rgb(0 42 58 / 50%);;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 800px;
}












.main.holidays .block-content {
    color: #FFF;
    padding: 30px 20px;
    background: rgba(0,0,0,0.1);
}

.main.holidays h2 {
    color: #FFF;
}

.main.dark-blue {
    background: #28355F;
}

.main.dark-blue h2.block-title {
    display: inline-block;
    float: left;
    color: #FFF;
    font-size: 38px;
}

.main.contacts {
    background: #F5F5F5;
}

.main.contacts h2,
.main.partners h2 {
    color: #28355F;
    font-size: 42px;
}

.main.maps iframe {
    padding: 8px;
    background: #FFF;
}

#content-area {
	position: relative;
}

#content {
	padding-bottom: 20px;
	line-height: 1.8em;
}

/**
#content table {
	width: 100% !important;
}
**/


/*************
* SIDEBAR
*/

div#sidebar {
    position: relative;
	width: 100%;
	float: left;;
    padding: 20px 15px;
    background: #F5F5F5;
}

#sidebar .banner {
	text-align: center;
	margin-bottom: 20px;
}

.sidebar .menu-container {
	position: relative;
	margin: 0px 0px 10px 0px;
}

.sidebar .menu-container ul.level-1 > li:first-child {
	border: none !important;
}

.sidebar .menu-container ul li a {
    padding: 8px;
    color: #11457F;
    text-transform: none;
    font-weight: 600;
}

.sidebar .menu-container ul li a:hover,
.sidebar .menu-container ul li.active a {
	
}

.sidebar .menu-container.vertical ul ul li a {
	padding: 10px 20px 10px 35px;
}

.sidebar .menu-container .submenu-button {
	height: 36px;
	line-height: 36px;
}

.sidebar .menu-container .submenu-button::before,
.sidebar .menu-container .submenu-button::after {
	margin-top: -7px;
	background: #55690D;
}



/*************
* FOOTER
*/


#footer {
	position: relative;
	padding: 20px 0px;
	color: #FFF;
    background: #0A3665;
    z-index: 1;
}

#footer .container {
    position: relative;
}

#footer .footer-blocks {
    min-height: 100px;
}

#footer .default-wrapper {
    margin-top: 20px;
    text-align: center;
}

#footer img.logo {
    position: relative;
    margin-top: 20px;
}

#footer h2,
#footer h3,
#footer a {
    color: #FFF;
}

#footer h3.footer-title {
    font-size: 21px;
    text-transform: uppercase;
}

#footer .block-title {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	background: none;
}

#footer ul {
	list-style: none;
	padding: 0px;
}

#footer #newsletter-widget .row > div {
	margin-bottom: 15px;
}





/*************
* GENERAL STYLES / default styles
*/

.lang-select#lang-codes {
	font-size: 0px;
}

.lang-select#lang-codes a {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	padding: 0px 8px;
	border-left: solid 1px #ccc;
}

.lang-select#lang-codes a:first-child {
	padding-left: 0px;
	border: none;
}

.lang-select#lang-codes a:last-child {
	padding-right: 0px;
}


.lang-dropdown ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    z-index: 100;
}

.lang-dropdown ul:hover {
    box-shadow: #ccc 0px 1px 5px;
}

.lang-dropdown ul li {
    display: none;
    text-transform: uppercase;
    background: #fff;
    border-top: solid 1px #eee;
}


.lang-dropdown ul:hover li,
.lang-dropdown ul li:first-child {
    display: block;
    position: relative;
}

.lang-dropdown ul li:first-child {
    background: none;
    border: none;
    padding: 10px;
    font-size: 16px;
}

.lang-dropdown ul li:first-child::after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    color: #4E8DD0;
    margin-left: 4px;
}

.lang-dropdown ul li a {
    color: inherit;
    cursor: pointer;
    display: block;
    padding: 10px;
}


.lang-dropdown ul li a:hover {
    background: #4E8DD0;
    color: #fff;
}

.modal {
	overflow-x: hidden !important;
}
 
#modal-lang {
	text-align: center;
} 
 
#modal-lang a {
	display: inline-block;
	margin: 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 10px 20px;
	background: #fff;
	box-shadow: inset #ccc 0px 0px 10px;
	text-align: center;
	text-decoration: none;
}

#modal-lang a img {
	border: solid 1px #ccc;
}

#modal-lang a span {
	display: block;
	margin-top: 2px;
}

.user-area {
    float: left;
    display: inline-block;
}

#login-box {

}

#login-box .links {	
	margin: 0px 0px 20px 0px;
}

#login-box .links a {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

#login-box .inputs #email,
#login-box .inputs #password {
	padding: 6px;
	border-radius: 5px;
	border: solid 1px #ddd;
	width: 100%;
}

#login-box .auto-login {
	text-align: left;
	margin: 10px 0px 0px 10px;
}
 
#login-box .auto-login label {
	font-weight: normal;
} 

#login-box .btn {
	margin-top: -2px;
	color: #fff;
}

.btn {
	border-radius: 2px;
	text-decoration: none !important;
}

.btn-default {
	color: #FFF;
	padding: 10px 20px;
	border: none;
	background-color: #31708F;
	border-radius: 4px;
	margin-top: -3px;
} 
 
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  color: #FFF; 
  background-color: #2198d2; 
  border: none;
  padding: 10px 20px;
  transition: background 0.4s; 
} 
 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  background-image: none; 
} 
 
.btn-default.disabled, 
.btn-default[disabled], 
fieldset[disabled] .btn-default, 
.btn-default.disabled:hover, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default:hover, 
.btn-default.disabled:focus, 
.btn-default[disabled]:focus, 
fieldset[disabled] .btn-default:focus, 
.btn-default.disabled:active, 
.btn-default[disabled]:active, 
fieldset[disabled] .btn-default:active, 
.btn-default.disabled.active, 
.btn-default[disabled].active, 
fieldset[disabled] .btn-default.active { 
  background-color: #F5F5F5; 
  border-color: #EDEDED; 
} 
 
.btn-default .badge { 
  color: #F5F5F5; 
  background-color: #3B3B3B; 
}



.btn-success { 
  color: #ffffff; 
  background: #2198D2;
  border: none;
  min-width: 120px;
  text-align: center;
  transition: background 0.4s;
} 
 
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  color: #ffffff; 
  background-color: #31708F; 
 
} 
 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  background-image: none; 
} 
 
.btn-success.disabled, 
.btn-success[disabled], 
fieldset[disabled] .btn-success, 
.btn-success.disabled:hover, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success:hover, 
.btn-success.disabled:focus, 
.btn-success[disabled]:focus, 
fieldset[disabled] .btn-success:focus, 
.btn-success.disabled:active, 
.btn-success[disabled]:active, 
fieldset[disabled] .btn-success:active, 
.btn-success.disabled.active, 
.btn-success[disabled].active, 
fieldset[disabled] .btn-success.active { 
  background-color: #AFC0C9; 
  border-color: #A7B8C2; 
} 
 
.btn-success .badge { 
  color: #AFC0C9; 
  background-color: #ffffff; 
}

.default-wrapper {
    position: relative;
    width: 100%;
    float: left;
}

#cookie_warning {
    position: fixed;
    bottom: 0px;
    left: 0px;
    min-height: 70px;
    padding: 20px;
    width: 100%;
    background: #deffc6;
    color: #2a6500;
	z-index: 2;
}

#cookie_warning p {
    margin-top: 5px;
    margin-right: 20px;
}

#cookie_warning a {
    font-weight: bold;
}

#cookie_warning input[type=submit],
#cookie_warning p {
    float: left;
}

.cookie-agreement {
    position: relative;
    max-width: 960px;
    float: none;
    margin: 0 auto;
}

.footer-blocks {
    position: relative;
    width: 100%;
    float: left;
}

.blue-icons {
    position: absolute;
    display: inline-block;
    float: right;
    min-width: 110px;
    right: 0px;
    top: -15px;
}

.blue-icons i.fa {
    font-size: 23px;
    margin-left: 5px;
    color: #4E8DD0;
}

.search-wrapper.active {
    display: block !important;
}

.search-wrapper.active {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.search_form {
    position: relative;
    clear: both;
    max-width: 400px;
    margin: 0px auto;
}

#header i.fa.fa-search {
    font-size: 21px;
    float: left;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: 490px;
}

.notices-wrapper {
    position: absolute;
    right: 0px;
    width: 100%;
    color: #FFF;
    padding: 35px 20px 35px 20px;
    border-radius: 4px;
    background: #222;
    z-index: 3;
}

.notices-wrapper .notice {
    margin-bottom: 25px;
}

.notices-wrapper .notice a {
    color: #FFF;
}

a.large-button {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    padding: 20px 30px;
    color: #FFF;
    margin: 0 auto;
    border-radius: 4px;
}

a.large-button.dark {
    background: #0A3665;
}

a.large-button.light {
    background: #4E8DD0;
}

.date-and-title {
    position: relative;
    width: 100%;
    float: left;
}

.news-box h3.title {
    font-size: 23px;
    text-transform: uppercase;
    text-align: left;
}

#news-grid .news-box h3.title a {
    font-weight: 500;
}

a.read-more {
    text-decoration: underline;
    text-transform: uppercase;
}

.main.firstpage #news-grid .col-sm-6.col-md-4 {
    padding-left: 4px;
    padding-right: 4px;
}

.news-box {
    padding: 15px;
    min-height: 225px;
    background: #4481C2;
}

.social-media {
    position: relative;
    display: inline-block;
    float: right;
}

.half-wrapper {
    position: relative;
    float: left;
    margin: 15px;
}

.custom-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
}

#banners_3 {
    text-align: center;
}

.banners .banner {
    position: relative;
    display: inline-block;
    max-width: 25%;
	margin: 0px 15px;
}

.firstpage-notices h3 {
	margin-top: 5px;
	margin-bottom: 20px;
}

input.password-input {
	position: relative;
	width: 320px;
	max-width: 100%;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px 10px;
}

table.holidays-list {
	margin-bottom: 20px;
}

body#page-FIRSTPAGE table.holidays-list tr td {
	color: #FFF;
}

.notice-box {
	/* background: linear-gradient(to right, #4E8DD0, #28355F); */
	/* -webkit-text-fill-color: transparent; */
	-webkit-background-clip: text;
	font-size: 35px;
	/* transform-origin: 0 0; */
	transform: rotate(-22.5deg);
	padding-top: 135px;
	color: #FFF;
}

.notice-title {
	font-size: 17px;
	color: #0A3665;
	font-weight: 600;
	margin-top: 5px;
}

.notice-wrapper {
	float: none;
	display: inline-block;
	margin: 0 auto;
}

.logos-wrapper {
	position: absolute;
    display: inline-block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	z-index: 80;
	padding-top: 0px;
	padding-bottom: 10px;
	background: rgb(0 42 58 / 50%);
}

.logos {
	max-width: 760px;
	width: 100%;
	top: -120px;
	position: relative;
}

.logos .logo-wrapper {
	position: relative;
	float: left;
	width: 25%;
	max-width: 190px;
	padding: 10px;
	height: 115px;
}

.header-banner-wrapper .logo-wrapper {
	height: 200px;
}

.header-banner-wrapper .logo-wrapper img {
	left: inherit;
	width: auto;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	max-height: 200px;
	
	top: 50%;
	transform: translateY(-50%);
}

.firstpage-wide-slider li a.large-button.light {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 90px);
	width: 180px;
}

.logo-wrapper-responsive {
	margin-bottom: 10px;
	min-height: 120px;
}

button#start_payment {
    float: left;
    margin-left: 10px;
    height: 40px;
    border-radius: 4px;
    min-width: 160px;
}

.menu-link-special {
    font-weight: 600;
}

span.comment {
    font-size: 13px;
    color: #DDD;
}

p.modal-text {
    margin-top: 15px;
    font-weight: 600;
}

span.modal-price {
    font-weight: 500;
}