@charset "utf-8";
/*******HACKS***********/
a:focus{
	outline:none;
}

div::-webkit-scrollbar {
    width: 8px;
}
div::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #F5F5F5;
}

div::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb
{
	background-color: #4c4c4c;
}

.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .5s cubic-bezier(0,0,.5,1);-moz-transition:-moz-transform .5s cubic-bezier(0,0,.5,1);-o-transition:-o-transform .5s cubic-bezier(0,0,.5,1);transition:transform .5s cubic-bezier(0,0,.5,1)}

.leaflet-container img.leaflet-tile {
max-width: none!important;
opacity: 1;
}
.leaflet-container {
background:none !important;
}
.clr{
	clear:both;
}
/*********REGULAR********/

/***********GENERAL TYPE********/
html{
	height:100%;
}
body{
	height:100%;
	color:#272727;
	overflow: hidden;
	  background: -webkit-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%);
  background: -moz-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%);
  background: -ms-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%);
  background: -o-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%);
  background: linear-gradient(90deg, #1D976C 10%, #93F9B9 90%);
		
	/*  background: -webkit-linear-gradient(90deg, #D38312 10%, #A83279 90%); 
	  background:    -moz-linear-gradient(90deg, #D38312 10%, #A83279 90%); 
	  background:     -ms-linear-gradient(90deg, #D38312 10%, #A83279 90%); 
	  background:      -o-linear-gradient(90deg, #D38312 10%, #A83279 90%); 
	  background:         linear-gradient(90deg, #D38312 10%, #A83279 90%); */
	
}
h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 46px;
    font-size: 46px;
    margin: 0 0 43px 0;
    }
h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 21px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 23px 0;
    }
p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 23px 0;
    }
a{ 
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	}
#kont{
width: 100%;
height: 100%;
background-image: url("img/kont.jpg");
background-size: cover;
text-align: center;
font-size: 32px;
margin: 0 auto;
}
#kont a{
	text-decoration: none;
	color: rgb(255, 255, 255);
	padding-top: 400px;
	height: 50px;
	display: block;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}
#kont a:hover{
	text-decoration:underline;
}
/***************** Preloader************ */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
	background-color:#fff;
   /* background-color:rgba(219, 222, 223, 1); /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/**********HEADER*************/

#header{
	height: 50px;
	width: 100%;
	background-color: #2f2f2f;
	color: #fff;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 22;
	padding-top:60px
}
#subheader{
	height: 50px;
	background-color:#4f4f4f;
}
#hlogo{
	/*float:left;*/
	/*margin:10px;*/
	position:relative;
	z-index:99;
	/*background-color: rgb(0, 115, 54);*/
  padding: 10px;
}
.meni_btn{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13px;
	width:60px;
	height:30px;
	background:#1A6411;
	border:none;
	text-transform:uppercase;
	position:relative;
	z-index:99;
	color:white;
	border-radius:3px;
	cursor:pointer;
	margin-left:20px;
	margin-top:100px;
}
/* menu icon*/
.selector {
  cursor: pointer;
  display: block;
  height: 36px;
  width: 37px;
  float:left;

}

.icon-wrapper {
  color: rgb(237, 230, 31);
  position: absolute;
  top: 253px;
  left: 22px;
  margin-left: -22px;
  margin-top: 15px;
  transform: translate3d(0, 0, 0);
  z-index: 99;
  background-color: rgba(3, 3, 3, 0.35);
  padding: 10px;
  border-radius: 0px 23px 23px 0px;
  font-weight: 700;
}

.bar-icon {
  height: 3px;
  width: 20px;
  background: #fff;
  display: block;
  opacity: 1;
  margin-top: 4px;
  transition: transform 0.15s linear;
  transform-origin: 50% 50%;
}

.bar-icon:nth-child(2) {
  transition: opacity 0.1s linear; 
}

.active.bar-icon:nth-child(1) {
  transform: rotate(45deg) translate3d(5px, 5px, 0);
}

.active.bar-icon:nth-child(2) {
  opacity: 0;
}

.active.bar-icon:nth-child(3) {
  transform: rotate(-45deg) translate3d(5px, -5px, 0);
}
 /*menu icon */ 
}
#header ul{
	list-style:none;
	padding:0px;
	margin: 0;
	float:left;
}
#header ul li{
	display:inline-block;
}
#header ul li a{
	width:150px;
	padding: 15px 30px 15px 30px;
	text-align: center;
	display:block;
	color:#fff;
}
#header ul li a:hover{
	background-color:#2B2B2B;
}

.konlink{
	width:150px;
	padding: 15px 30px 15px 30px;
	text-align: center;
	display:block;
	color:#fff;
	position:absolute;
	right:20px;
}
/************POPUP MODAL************/

.modal{
	width:300px;
	font-family: 'Nunito', sans-serif;
}
.leaflet-popup{
	height:465px;
	width:300px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	border-radius:7px;
	background:#fff;
	padding:0;
}
.leaflet-popup-content-wrapper{
	box-shadow:none !important;
	padding:0;
}
.leaflet-popup-content{
	padding:0;
}
.modal_img{
	width:300px;
	height:180px;
	border-radius:3px;
	margin-top:-50px;
}
.modal_nav{
	background:#c32937;
	height:50px;
	margin-top:-24px;
	position: relative;
	z-index: 8;
	color:white;
	text-transform:uppercase;
}
.modal_nav ul{
	list-style:none;
	padding:0px;
}
.modal_nav ul li{
	display:inline-block;
}
.modal_nav ul li a{
	width:100px;
	padding: 15px 20px 15px 20px;
	text-align: center;
	display:block;
	color:#fff;
	border-right: 1px solid rgba(255, 255, 255, 0.17);
	}

.modal_nav ul li a:hover{
	color:#fff;
	background-color:#a8232e;
}

.modal h1{
	font-size:1.2em;
	text-align:center
}
.modal hr{
	width: 120px;
	height: 1px;
	margin: 0 auto;
	background-color: rgb(219, 219, 219);
	border:0;
}
.modal h2{
	font-size:1em;
}

.modal h3{
	font-size:0.9em;
}
#t1{
	display:block;
}
.tab-content {
	padding:10px 20px 10px 20px;
    display: none;
	height: 210px;
  text-align: center;
}
.tab-content p {
	font-size:0.9em;
	height:100px;
}

a.modal_btn {
width: 100px;
height: 30px;
display: block;
text-align: center;
margin: 0 auto;
color: white;
background-color: #c32937;
padding: 5px;
border-radius: 4px;
}
a.modal_btn:hover {
	color:#fff;
	background-color:#a8232e;
}

a.modal_btn2 {
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	color: rgb(195, 41, 55);
	padding: 2px;
	border-radius: 17px;
	float: left;
	position: relative;
	top: -54px;
	left: 270px;
	font-size: 17px;
	border: 2px solid #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
	background-color: rgba(255, 255, 255, 0.84);
}
a.modal_btn2:hover {
	color:#fff;
	background-color:#a8232e;
}

.modal_photos{
	display:inherit;
	height: 150px;
	overflow-y:auto;
}
.modal_photos a{
	display: block;
	height: 58px;
	width: 58px;
	border-radius: 30px;
	float: left;
	margin: 2px;
	overflow: hidden;
}
/*******LIGHTBOX POPUP**********/

.white-popup {
  position: relative;
  background:#FCFAEC;
  width: auto;
  width: 900px;
  margin: 20px auto;
  border-radius:6px;
  height: 600px;
}
.popup_img{
	width: 400px;
	float: left;
	overflow: hidden;
	height: 600px;
}
.popup_text{
	text-align: left;
	padding: 20px;
	overflow-y: scroll;
	max-height: 530px;
}
.popup_text hr{
	width: 300px;
	height: 1px;
	border: 0;
	background-color: #D2D2D2;
	text-align: left;
	margin: 0;
	margin-top: -20px;
	margin-bottom: 20px;
}

.css-icon {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.css-icon,
.css-icon:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

img.navimage {
float: left;
position: relative;
top: -100%;
left: 50%;
}