html {
	scroll-behavior: smooth;
}

body {
  background-color: #d7d1c3;
font-family: 'Merriweather', serif;
}


h1, h2, h3, h4, h5{
	text-align: center;
	padding: 0 8px 0 8px;

}

.img-d {
	display: block;
	width: 100%;
}


.img-m {
	display: none;
}

.main-content {
	  background-color: #ebe3dd;
	  padding-bottom: 25px;
	  
}

.main-text {
	font-family: 'Quintessential', cursive;
	font-size: 6em;
	color: #b20000;
	text-align: center;
}

.menu-text {
	font-family: 'Merriweather', serif;
	font-size: 1.3em;
	color: #000;
	text-align: center;
	border: 1px dashed #000;
	padding: 7px;
	max-width: 90%;
	display: block;
	margin: auto;
	
}

a.see-menu {
	zoom: 77%;
}


.cta-button-bg {
	display: none;
}

.cta-button-bg2 {
		display: none;
}

.cta-button-wrapper {
display: none;
}

.cta-button-wrapper2 {
	display: none;
}

.cta-button {
display: none;
}

.cta-button2 {
display: none;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.25; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.25; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.25; }
    100% { opacity: 1.0; }
}



#d {
z-index: -1;
}
#m {
    display: none;
	z-index: -1;
    }

.flag {
	width: 50px;
	border: 2px solid #c3bbb4;	
	border-radius: 10px;
	-webkit-box-shadow: 10px -1px 21px -13px rgba(0,0,0,0.41);
-moz-box-shadow: 10px -1px 21px -13px rgba(0,0,0,0.41);
box-shadow: 10px -1px 21px -13px rgba(0,0,0,0.41);
z-index:1;
}

.lang-selector {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
}
.contact-box {
background-color: #fffbf7;
border: 1px solid #c3bbb4;	
margin: 0 10% 0 10%;
padding-bottom: 20px;
}

.police-logo {
 display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}


.mapouter{
position:relative;
text-align:right;
height:300px;
width: 100%;
}

.gmap_canvas {
overflow:hidden;
background:none!important;
height:300px;
width:100%;
padding: 0 15px 0 15px;
}


* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 50%;
  padding: 0 10px 0 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.card {
  border: 1px solid #c3bbb4;
  max-width: 300px;
  margin: auto;
  text-align: center;
}

.title {
  color: grey;
  font-size: 18px;
}

.card-img {

	border-bottom: 1px solid #c3bbb4;
	width:100%
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 15px;
  color: white;
  background-color: #08052F;
  text-align: center;
  cursor: pointer;
  width: 100%;
} 



button:hover, a:hover {
  opacity: 0.7;
}


.botton-contact {
	color: #fff;
	background: #25190D;
	font-size: 1em;
	text-align: center;
	padding: 2px 0.2rem 15px 0.2rem;
}

.footer-bg {
	background: #25190d;

}

.footer {
color: #fff;
height: 5rem;
margin: 0 auto;

	display: table;
	overflow: hidden;
}

.footer-content {
		background: #25190d;
		font-size: 1.2em;

display: table-cell; 
vertical-align: middle;
margin: 0 auto;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
	
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 2%;
	border-radius: 4rem;
}

.img-map {
	padding: 2%;
	border-radius: 4rem;
}

.footer-link {
	margin: 0 20px 0 20px;
}



 
	
.bottom-footer-row {

    margin-left: auto;
    margin-right: auto;

}	


.some-marking-fb {
	width: 20px;
	margin-left: 10px;
	vertical-align: middle;
}

.some-marking-ig {
	width: 20px;
	margin-left: 10px;
	vertical-align: middle;
}

.contact-details-top-outer-wrapper {
margin: 0 auto;
	color: #5E5549;
	width: 100%;
	display: table;
	overflow: hidden;


}

.contact-details-top-inner-wrapper {
	width: 100%;
	padding: 0.8% 0 0.8% 0;
	text-align: center;
	vertical-align: middle;
	font-size: 1.25em;
	color: #fff;
	background: #5E5549;
	display: table-cell;
	margin: 0 auto;
	
}

.contact-details-top {
font-size: 1.25em;
	margin-top: 5px;
	
}

.contact-icon-phone {
height: 37px;
filter: invert(1);
margin: 0 6px 0 0;
vertical-align: middle;	
}

.contact-icon-email {
height: 37px;
margin: 0 10px 8px 50px;
filter: invert(1);
vertical-align: middle;	
}

.contact-details-link {
color: #fff;
text-decoration: none;
}

.contact-details-link:hover {
text-shadow: 1px 3px 2px rgba(59, 50, 40, 0.65);
}



.contact-details-link:hover {
text-shadow: none;
}


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05);
  height: 400px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 5%);
  content: "";
  height: 400px;
  position: absolute;
  width: 600px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
  display: flex;
  width: calc(600px * 14);
}
.slider .slide {
  height: 400px;
  width: 600px;
}

.carousel-img {
	height: 400px;
  width: 600px;
}



@media only screen and (max-width: 1250px) {

.card-container {
	margin: 0 6px 0 6px;
}



h1 {
	 font-size: 1.7em!important;
}

h3 {
	 font-size: 1.6em!important;
	 padding: 0 20px 0 20px;
}

h4 {
	 font-size: 1.2em!important;
	 padding: 0 20px 0 20px;
}
}


@media only screen and (max-width: 900px) {
	  .column {
    width: 100%;
  }
  
  .carousel-img {
	height: 200px;
  width: 300px;
}

.slider .slide {
  height: 200px;
  width: 300px;
}

.slider::before, .slider::after {
  height: 200px;
  width: 300px;
}

.slider {
  height: 200px;

}
  
  .flag {
	  width: 35px;
  }
  .main-text {
	  font-size: 3.5em;
margin-top: -0.5em;  
  }
  
	
	.contact-box {
margin: 0 4% 0 4%;
}

  #d {
  display: none;
  }
#m {
display: block;

}

.video-container iframe {
	border-radius: 1.8rem;
}

.img-map {
	border-radius: 1.8rem;
}

.gmap_canvas {
padding: 20px 15px 0 15px;
}



}


@media (max-width: 650px) {
		
.cta-button-bg {
	display: block;
	border-radius: 20px;
	background: #3b3228;
		height: 73px;
			width: 90%;
			margin: 7% 0 1% 5%;

}

.botton-contact {
	padding: 2px 2rem 5rem 2rem;
}

.cta-button-bg2 {
	display: block;
	border-radius: 10px;
	background: #1faef1;
		height: 73px;
			width: 100%;
			margin: 0 0 1% 0;

}

.img-d {
	display: none;
}

.img-m {
	display: block;
	width: 100%;
}




.cta-button-wrapper {
	color: #fff;
	height: 73px;
margin: 0 auto;
	display: table;
	overflow: hidden;
}

.cta-button-wrapper2 {
	color: #fff;
	height: 73px;
margin: 0 auto;
	display: table;
	overflow: hidden;

}

.cta-button {
	height: 73px;
   margin: 0 auto;
	background: #3b3228;
	display: table-cell; 
vertical-align: middle;
margin: 0 auto;	
}

.cta-button2 {
	height: 57px;
   margin: 0 auto;
	background: #1faef1;
	display: table-cell; 
vertical-align: middle;
margin: 0 auto;
}


.contact-details-top-inner-wrapper {
	height: 40px;
	font-size: 0.75em;
}

.contact-details-top {
font-size: 1.35em;
}

.contact-icon-phone {
height: 19px;
margin: 0 3px 2px 0;
}

.contact-icon-email {
height: 19px;
margin: 0 7px 3 25px;
}



}

@media only screen and (max-width: 400px) {
  .flag {
	  margin-top: -10px;
  }
}



