@font-face {
  font-family: menuicons;
  src: url("../../../global/fonts/ico.eot");
}
@font-face {
  font-family: menuicons;
  src: url("../../../global/fonts/ico.ttf");
}
html {
	font-size: 14px;
}
body {
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	font-size: 1rem;
}
address {
	white-space: pre-line;
}
a, a:hover, a:focus {
	text-decoration: none;
}
.parallax-background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: auto 1300px;
}
.full-width {
	min-width: 100%;
}
.anchor{
  display: block;
  height: 80px;
  margin-top: -80px; 
  visibility: hidden;
}
.container-submenu {
	display: none;
}
.container-submenu nav{
	top: 80px;
}

.footer {
	background-color: #4747a7;
	min-height: 50px;
	text-align: center;
	padding-top: 20px;
	margin-top: 0;
}

.footer_social .sn-button {
	border-radius: 20px;
	margin-top: 10px;
}
.footer_legal {
	margin-bottom: 10px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea, select  {
	border: 1px solid #e8e8e8;
	width: 100%;
	font-size: 13px;
	font-size: 0.9285rem;
	padding: 20px 2%;
	float: left;
	margin: 0 6px 12px;
	-webkit-appearance: none;
    border-radius: 0;
}
input:invalid, textarea:invalid {
	background-color: white;
}
.invalid-form-field {
	border: 2px solid red !important;
}
.invalid-form-text {
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
	top: -12px;
	font-size: smaller;
}
textarea {
	min-height: 150px;
}
button {
	background-color: #4747a7;
	height: 57px;
	width: 100%;
	margin: 0 1% 2%;
	border: 0;
}
button.close, button.btn {
	height: 100%;
	width: auto;
	margin: 0;
} 
h1 {
	text-align: center;
	margin: 50px 0;
	color: #4747a7;
}
h1 span {	
	background: white;
	padding: 0 15px;
	position: relative;
	z-index: 10;
}
::selection {
	background-color: #4747a7;
	color: white;
}
.title-deco {
	border: 1px solid #4747a7;
	position: relative;
	top: -21px;
	z-index: 1;
	width: 80%;
	text-align: center;
	margin-left: 10%;
}
#scroller {
	width: 3000px;
	-webkit-transform: translate(-477px, 0px) scale(1) translateZ(0px);
}
.gallery { 
	list-style: none; 
	padding: 0; 
	margin: 0;
}
.gallery:after { 
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden; 
}
.gallery li { 
	float: left;
	padding: 0;
	width: 314px;
}
.gallery li a { 
	display: block; 
	margin: 0; 
	border: 1px solid #3c3c3c; 
}
.gallery li img { display: block; width: 100%; height: auto; }

.gallery-modal .swiper-slide figure {
	height: 100%;
}
.gallery-modal .swiper-slide  figcaption{
	font-size: 1rem;
}
.gallery-modal .swiper-slide  .img_caption{
	padding-bottom: 100px;
}
#toTop{
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	display: block;
	display: none;
	background: #515A5F url(../images/backtotop.png) no-repeat center center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.hp-slider {
	position: relative;
}

.page-loader {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: white;
	text-align: center;
	color: black;
	font-size: smaller;
}
.page-loader img{
	margin-top: 100px;
}
.backgroundimg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center;
}
@media screen and (max-width: 768px) {
	.backgroundimg {
       padding-top: 0;
       padding-bottom: 0;
    }
}
/*------------------------------------------------------------------------------ opening hours */
.opening-hours {
	height: 366px; 
	background: url('../images/clock2.html') no-repeat;
	background-size: 366px 366px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.opening-hours .opening-hours-container h3 {
    margin-bottom: 15px;
}

/*------------------------------------------------------------------------------ opening-hours-table */
.opening-hours table.opening-hours-table {
    border-spacing: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 80%;
	margin: auto;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1);
}       

.opening-hours table.opening-hours-table tr.head td:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.opening-hours table.opening-hours-table tr.head td:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.opening-hours table.opening-hours-table tr.head td {
    border-bottom: 1px solid #e5e5e5;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.opening-hours table.opening-hours-table tr.hours-from td {
    border-top: 1px solid #fff;
}

.opening-hours table.opening-hours-table tr.hours-to td:first-child {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.opening-hours table.opening-hours-table tr.hours-to td:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.opening-hours table.opening-hours-table td {
    width: 14.28571428571729%;
}

.opening-hours table.opening-hours-table tr.head td {
    text-align: center;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 700;
    padding: 20px 0;
    background: #f5f5f5;
}

.opening-hours table.opening-hours-table tr.head td:nth-child(odd) {
    background: #eee;
}

.opening-hours table.opening-hours-table tr.hours-from td {
    background: #fefefe;
}

.opening-hours table.opening-hours-table tr.hours-from td:nth-child(odd) {
    background: #f9f9f9;
}

.opening-hours table.opening-hours-table tr.hours-to td {
    background: #fbfbfb;
}

.opening-hours table.opening-hours-table tr.hours-to td:nth-child(odd) {
    background: #f6f6f6;
}

.opening-hours table.opening-hours-table tr.hours-from td,
.opening-hours table.opening-hours-table tr.hours-to td {
    text-align: center;
    padding: 20px 0;
    font-size: 13px;
	font-size: 0.9285rem;
    
}

/*------------------------------------------------------------------------------ responsive table */
.opening-hours .opening-hours-table-mobile {
    border-spacing: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.05 );
}

.opening-hours .opening-hours-table-mobile td {
    width: 33.3333%;
    padding: 10px 0;
    font-size: 13px;
    font-size: 0.9285rem;
    text-align: center;
}

.opening-hours .opening-hours-table-mobile td.head {
    font-weight: 700;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    background: #f5f5f5;
    border-right: 1px solid #e5e5e5;
}

.opening-hours .opening-hours-table-mobile tr:nth-child(odd) td.head {
    background: #eee;
}

.opening-hours .opening-hours-table-mobile td.hours-from {
    background: #fefefe;
    border-left: 1px solid #fff;
}

.opening-hours .opening-hours-table-mobile tr:nth-child(odd) td.hours-from {
    background: #f9f9f9;
}

.opening-hours .opening-hours-table-mobile td.hours-to {
    background: #fbfbfb;
}

.opening-hours .opening-hours-table-mobile tr:nth-child(odd) td.hours-to {
    background: #f6f6f6;
}

/*------------------------------------------------------------------------------ appointment button */
.opening-hours .appointment-button {
    margin-top: 20px;
    float: right;
}

/*------------------------------------------------------------------------------ responsive */
@media (max-width: 599px) {

    .opening-hours .opening-hours-container table.opening-hours-table { display: none; }
    
    .opening-hours .opening-hours-container {
        position: absolute;
        top: 7%;
        width: 80%;
        left: 10%;
    }
    
    .opening-hours .opening-hours-container h3 {
        text-align: right;
        font-size: 22px;
        font-size: 1.5714rem;
    }
    
    .opening-hours {
        max-height: none;
        height: 450px;
    }
    
    .opening-hours img {
        width: 45%;
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 600px) and (max-width: 849px) {

    .opening-hours img {
        font-size: 0;
    }
    
	/*
    .opening-hours .opening-hours-container {
        position: absolute;
        top: 20%;
        width: 80%;
        left: 10%;
    }
    */
    .opening-hours .opening-hours-container h3 {
        text-align: right;
        font-size: 22px;
        font-size: 1.5714rem;
    }
    
    .opening-hours .opening-hours-container table.opening-hours-table .type {
        display: block;
    }
    
    .opening-hours .opening-hours-container table.opening-hours-table td {
        padding: 13px 0 !important;
    }
    
    .opening-hours .opening-hours-container table.opening-hours-table .responsive-name { display: block; }
    .opening-hours .opening-hours-container table.opening-hours-table .standard-name { display: none; }
    .opening-hours .opening-hours-container .opening-hours-table-mobile { display: none; }
}

@media (min-width: 850px) and (max-width: 1149px) {

    .opening-hours table.opening-hours-table {
		width: 60%;
		float: right;
		margin-right: 10%;
	}
	
	.opening-hours img {
        max-width: 30%;
        float: left;
    }
    
    .opening-hours .opening-hours-container table.opening-hours-table .type {
        display: block;
    }
    
    .opening-hours .opening-hours-container table.opening-hours-table td {
        padding: 13px 0 !important;
    }
    
    .opening-hours .opening-hours-container table.opening-hours-table .responsive-name { display: block; }
    .opening-hours .opening-hours-container table.opening-hours-table .standard-name { display: none; }
    .opening-hours .opening-hours-container .opening-hours-table-mobile { display: none; }
}

@media (min-width: 1150px) {

    .opening-hours img {
        max-width: 30%;
        float: left;
    }
    
    
    .opening-hours .opening-hours-container table.opening-hours-table .responsive-name { display: none; }
    .opening-hours .opening-hours-container .opening-hours-table-mobile { display: none; }
}

/******************************************/
/*            modal		        		  */
/******************************************/

.modal-screen, .modal-screen-white{
	display: none;
	background: rgba(0,0,0,0.9);
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 10000 !important;
	overflow-y: auto !important;
}
.modal-screen-white {
	background: white;
}
.modal-close {
	float: right;
	color: white;
	font-size: 80px;
	line-height: 1;
	background: rgba(170, 170, 170, 0.8);
	width: 80px;
	height: 80px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.modal-close:before {
	content: "\00D7";
}
.my-modal-frame {
	background: white;
	margin: auto;
	height: 390px;
	width: 640px;
	
}
/******************************************/
/*         language modal				  */
/******************************************/
.languageList li {
	list-style-type: none;
	font-size: 80px;
	font-size: 5.7143rem;
	margin-bottom: 30px;
	cursor: pointer;
	text-align: center;
}
.languageList li a{
	color: black;
}

/******************************************/
/*         menu 						  */
/******************************************/

.navbar-toggle {
	width: auto;
	height: auto;
}
.navbar {
	z-index: 1000;
	border-radius: 0;
	border: 0;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.navbar-default .navbar-nav>li>a {
	color: white;
}
.navbar-nav>li>a , .dropdown-menu>li>a {
	padding-top: 30px;
	padding-bottom: 30px;
	color: white;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-size: 1.5714rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dropdown-menu>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.dropdown-menu {
	background-color: #4747a7;
	width: 300px;
}
.navbar-brand {
	padding: 30px 30px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: orange;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus , 
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	color: orange;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	/*border-color: white;*/
}
.navbar-default .navbar-toggle .icon-bar {
	/*background-color: white;*/
}


@media (max-width: 767px) {
	.navbar {
		heigth: 50px;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-brand {
		padding: 15px 15px;
	}
}
/******************************************/
/*         vcard 						  */
/******************************************/
.vcard-role {
	padding: 40px 0 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	clear: both;
}
.vcard-role h1 {
	line-height: 1;
	margin-bottom: 0px;
	display: inline-block;
	font-size: 80px;
	font-size: 5.7142rem;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: black;
	font-family: 'Oswald', sans-serif;
	background: transparent;
}
.vcard-role h1 span{
	background: transparent;
}
.vcard-role h4 {
	line-height: 1;
	font-size: 26px;
	font-size: 1.8571rem;
	color: #4747a7;
	font-family: 'Oswald', sans-serif;
}

.vcard-type h3:first-of-type {
	margin-top : 0;
}

.sn-button {
	display: inline-block;
	margin: 0 5px 5px 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	overflow: hidden;
	width: 40px;
	height: 40px;
}
.vcardbutton {
	margin: 10px 0;
	color: white;
	font-size: 16px;
	font-size: 1.1428rem;
	background-color: #4747a7;
	min-height: 57px;
	line-height: 57px;
	width: 100%;
	border: 0;
	display: block;
	text-align: center;
}
.vcard-qr-container {
	width: 300px;
	height: 400px;
	background: white;
	position: relative;
	margin: auto;
	padding-top: 100px;
	text-align: center;
	margin-top: 100px;
}
.vcardbutton:hover, .vcardbutton:visited{
	color: white;
}
.vcard-savecontact {
	padding-right: 5px;
}
.vcard-savecontactmobile {
	padding-left: 5px;
}
@media (max-width: 992px) {
	.vcard-savecontact, .vcard-savecontactmobile  {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.vcard-savebutton {
	margin-bottom: 20px;
}
.vcard-image {
	width: 100%;
}
.vcardfacebook, .vcardlinkedin, .vcardviadeo, .vcardtwitter, .vcardgoogleplus, 
.vcardyoutube, .vcarddribbble, .vcardinstagram, .vcardpicasa, .vcardmyspace {
	font-family: "menuicons";
	color: #666666;
	background: #f8f8f8 ;
	font-size: 20px;
	font-size: 1.4285rem;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-top: 6px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
}
.vcardfacebook:before {
	content: "L";
}
.vcardfacebook:hover, .footer_social .vcardfacebook {
	background: #3b5998;
	color: white;
}
.vcardlinkedin:hover, .footer_social .vcardlinkedin {
	color: white;
	background: #007bb6;
}
.vcardlinkedin:before {
	content: "M";
}
.vcardviadeo:hover, .footer_social .vcardviadeo {
	color: white;
	background: #f0c945;
}
.vcardviadeo:before {
	content: "U";
}
.vcardtwitter:hover, .footer_social .vcardtwitter {
	color: white;
	background: #00aced;
}
.vcardtwitter:before {
	content: "N";
}
.vcardgoogleplus:hover, .footer_social .vcardgoogleplus {
	color: white;
	background: #dd4b39;
}
.vcardgoogleplus:before {
	content: "O";
}
.vcardyoutube:hover, .footer_social .vcardyoutube {
	color: white;
	background: #bb0000;
}
.vcardyoutube:before {
	content: "P";
}
.vcarddribbble:hover, .footer_social .vcarddribbble {
	color: white;
	background: #ea4c89;
}
.vcarddribbble:before {
	content: "Q";
}
.vcardinstagram:hover, .footer_social .vcardinstagram {
	color: white;
	background: #517fa4;
}
.vcardinstagram:before {
	content: "R";
}
.vcardpicasa:hover, .footer_social .vcardpicasa {
	color: white;
	background: #696969;
}
.vcardpicasa:before {
	content: "I";
}
.vcardmyspace:hover, .footer_social .vcardmyspace {
	color: white;
	background: #000;
}
.vcardmyspace:before {
	content: "D";
}
.vcardcall, .vcardmobile, .vcardlocation, .vcardemail, .vcardlink {
	font-family: "menuicons";
	margin-right: 10px;
}
.vcardfax {
	font-size: 12px;
	font-size: 0.8571rem;
	margin-right: 10px;
}
.vcardcall:before {
	content: "h";
}
.vcardmobile:before {
	content: "S";
}
.vcardlocation:before {
	content: "C";
}
.vcardemail:before {
	content: "X";
}
.vcardlink:before {
	content: "V";
}
/******************************************/
/*         map 						  */
/******************************************/
.map {
	height: 100%; 
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden; 
	-webkit-transform: translateZ(0);
}
.map-address .icon {
	font-size: 20px;
	font-size: 1.4285rem;
	padding: 0 15px 0 0;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	float: left;
	margin-top: 5px;
}
.map-type {
	padding: 0 0;
	height: 500px;
	position: relative;
}
.map-address {
	background: rgba(71, 71, 167, 0.8);
	padding: 50px;
	max-width: 400px;
	color: white;
	font-size: 18px;
	font-size: 1.2857rem;
	min-height: 300px;
	margin-top: 100px;
}
.map-address a, .map-address a:hover, .map-address a:visited  {
	color: white;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.map-address {
  		padding: 20px;
	}
  	.map-address .icon {
		padding: 0;
		float: none;
		position: relative;
		top: 5px;
    }
}
/******************************************/
/*         sliders 						  */
/******************************************/
.slider-previous {
  background: url(../images/arrow-left.png) no-repeat left top;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
}

.slider-next {
  background: url(../images/arrow-right.png) no-repeat left bottom;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
}
.menu-slides .slider-previous {
	display: none;
}
.menu-slides .slider-previous, .menu-slides .slider-next  {
	background-color: none;
	width: 40px;
	height: 40px;
	background-position: 50% 50%;
	background-color: rgba(0, 0, 0, 0.6);
}
#slider-swiper, #slider-swiper .swiper-wrapper, #slider-swiper .swiper-slide, .menu-slides .swiper-container, .menu-slides .swiper-wrapper, .menu-slides .swiper-slide {
  height: 100% !important;
  width: 100%;
}
#slider-swiper .swiper-slide {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center;
}
#slider-swiper .content-slide {
	background: rgba(80, 80, 80, 0.35);
	padding: 100px;
	margin: auto;
	text-align: center;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	font-size: 3.5714rem;
	position: relative;
}
.menu-slides .swiper-slide {
	overflow-y: auto;
}
.menu-slides {
	position: relative;
}
.menu-background-container {
	position: absolute;
	z-index: 2;
}

.slider-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index: 1;
}
.slider-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.slider-pagination .swiper-active-switch {
  background: #fff;
}
/******************************************/
/*         thumbnail pagination			  */
/******************************************/
.slider-thumbnail-pagination {
	bottom: 40px;
}

.slider-thumbnail-pagination .swiper-pagination-switch {
	display: inline-block;
	width: 100px;
	height: 56px;
	margin: 0 3px;
	cursor: pointer;
	-webkit-background-size: 150% !important;
	-moz-background-size: 150% !important;
	-o-background-size: 150% !important;
	background-size: 150% !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	border: 2px solid white;
	border-radius: 0px;
}
.thumbnail_label {
	position: relative;
	top: 56px;
	float: left;
	padding-left: 2px;
	color: white;
	text-align: left;
}
.slider-thumbnail-pagination .swiper-active-switch {
	border: 2px solid #cd0529 !important;
}
/******************************************/
/*         booking button   			  */
/******************************************/
.booking-section {
	position: absolute;
	top: 15px;
	right: 10px;
}
.booking-section li {
	float: right;
	margin-right: 10px;
}
.booking-button {
	padding: 7px;
	background: #cd0529;
	background: -moz-linear-gradient(top, #cd0529 0%, #aa0520 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd0529), color-stop(100%,#aa0520));
	background: -webkit-linear-gradient(top, #cd0529 0%,#aa0520 100%);
	background: -o-linear-gradient(top, #cd0529 0%,#aa0520 100%);
	background: -ms-linear-gradient(top, #cd0529 0%,#aa0520 100%);
	background: linear-gradient(to bottom, #cd0529 0%,#aa0520 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0529', endColorstr='#aa0520',GradientType=0 );
	color: #FFFFFF !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D61333;
	border-right: none;
}
/******************************************/
/*         Flags						  */
/******************************************/

.flag {
	width: 25px;
	height: 15px;
	background:url(../images/flags.png) no-repeat
}

.flag.flag-al {background-position: -25px 0}
.flag.flag-ba {background-position: -50px 0}
.flag.flag-bg {background-position: -75px 0}
.flag.flag-by {background-position: -100px 0}
.flag.flag-cz {background-position: -125px 0}
.flag.flag-de {background-position: 0 -15px}
.flag.flag-dk {background-position: -25px -15px}
.flag.flag-ee {background-position: -50px -15px}
.flag.flag-es {background-position: -75px -15px}
.flag.flag-fi {background-position: -100px -15px}
.flag.flag-fr {background-position: -125px -15px}
.flag.flag-en {background-position: 0 -30px}
.flag.flag-gr {background-position: -25px -30px}
.flag.flag-hr {background-position: -50px -30px}
.flag.flag-hu {background-position: -75px -30px}
.flag.flag-is {background-position: -100px -30px}
.flag.flag-it {background-position: -125px -30px}
.flag.flag-lt {background-position: 0 -45px}
.flag.flag-lu {background-position: -25px -45px}
.flag.flag-lv {background-position: -50px -45px}
.flag.flag-md {background-position: -75px -45px}
.flag.flag-me {background-position: -100px -45px}
.flag.flag-mk {background-position: -125px -45px}
.flag.flag-nl {background-position: 0 -60px}
.flag.flag-no {background-position: -25px -60px}
.flag.flag-pl {background-position: -50px -60px}
.flag.flag-pt {background-position: -75px -60px}
.flag.flag-ro {background-position: -100px -60px}
.flag.flag-rs {background-position: -125px -60px}
.flag.flag-ru {background-position: 0 -75px}
.flag.flag-se {background-position: -25px -75px}
.flag.flag-si {background-position: -50px -75px}
.flag.flag-sk {background-position: -75px -75px}
.flag.flag-ua {background-position: -100px -75px}

/******************************************/
/*         mobile CSS					  */
/******************************************/
@media screen and (max-width: 768px) {
	#main-nav-menu .navbar-brand {
		max-width: 257px;
	}
	#main-nav-menu .navbar-brand  .header-title img{
		max-width: 100%;
	}
	.navbar-nav>li>a, .dropdown-menu>li>a {
		padding: 15px 15px;
	}
	.mobilebackimg {
		height: 250px !important;
		min-height: initial;
		margin-left: -15px;
		margin-right: -15px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	div .paragraph {
		width: 100% !important;
		padding: 10px 0 !important;
		font-size: 1rem !important;
		text-align: justify;
	}
	div .paragraph h2, div .paragraph h3, div .paragraph h4, div .paragraph h5{
		text-align: left;
	}
	div[data-page-type="menu"] .swiper-container .swiper-wrapper {
		width: 100% !important;
	}div[data-page-type="menu"] .swiper-container .swiper-slide {
		max-height: 100% !important;
		height: 100% !important;
	}
	div[data-page-type="menu"] .swiper-container .slider-previous,
	div[data-page-type="menu"] .swiper-container .slider-next,
	div[data-page-type="menu"] .slider-pagination {
		display: none;
	}
	.map {
		height: 250px;
		position: static;
	}
	.map-address {
		margin-top: 0;
		min-height: initial;
		background: none !important;
		padding: 20px 0;
		font-size: 1rem;
		text-align: center;
	}
	.map-type {
		height: auto;
	}
	.footer_legal {
		font-size: 1rem;
	}
	#language-modal .languageList {
		padding: 0;
	}
	#language-modal .languageList li {
		font-size: 4rem;
		
	}
	#slider-swiper .content-slide {
    	padding: 20px;
    	font-size: smaller;
  	}
	h1>span {
		font-size: smaller;
	}
	.modal-close {
		font-size: 50px;
		width: 50px;
		height: 50px;
	}
	.gallery-modal .swiper-slide .inner {
	  padding: 20px 5px 20px;
	}
	.gallery-modal .swiper-slide img {
	  border: 2px solid #fff;
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1);
	}
	.gallery-modal .swiper-slide figure {
	  height: auto;
	}
	h1 span {
		padding: 0;
	}
	.vcard-role h1 {
		font-size: 50px;
	}
	h1 {
		margin: 30px 0;
	}
}
/******************************************/
/*         modal ad					  */
/******************************************/
#show_modal_ad .modal-dialog {
	width: 400px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-bottom: 5px;
}
#show_modal_ad .modal-dialog .modal-content {
	height: 400px;
	overflow: hidden;
	border-radius: 0;
}
#show_modal_ad .modal-dialog .modal-content iframe{
	border: 0;
}
body {
  overflow: auto;
  height: 100%;
}
/* unset bs3 setting */
.modal-open {
	overflow: auto; 
}
.modal {
	overflow-y: auto;
}
/******************************************/
/*         main colors					  */
/******************************************/
footer, .footer, button, .navbar, .dropdown-menu {
	background-color: white;
}
::selection {
	background-color: #737373;
	color: white;
}
::-moz-selection {
	background-color: #737373;
	color: white;
}
button, .map-address, .map-address a, .map-address a:hover, .map-address a:visited, .navbar-default .navbar-nav>li>a, .navbar-nav>li>a, .dropdown-menu>li>a {
 	color: #737373;
}
h1, .person-role h4 {
	color: #4747a7;
}
.title-deco {
	border: 1px solid #4747a7;
}
.map-address {
	background: rgba(71, 71, 167, 0.8);
}