body{
   background-color:#FFFFFF;
   font-family: sans-serif;
}
#message{
  height:300px;
}
.g.next {
    float: right;
}
.g.prev{
    float: left;
}

.g {
    cursor: pointer;
    margin-top: 80px;
    width: 19px;
}
.gallery-row{
  width:calc(100% - 50px);
  white-space:nowrap;
  margin:auto;
  margin-top:0px;
  overflow:hidden;
}
.img{
  overflow:hidden;
  width:220px;
  height:200px;
  position:relative;
flex-shrink: 0;
  display:inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.gallery-row a:first-child img{
  margin-left:0px;
}
.img img{
 

    min-width: 50%;
    min-height: 50%;
    height:200px;
     margin-right: 15px;
 
    transform: perspective(1000px) translate3d(0px,0px,0px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.img:hover img{
 
    transform: perspective(1000px) translate3d(0px,0px,100px);

}

.hide-lang{
 display:none;
}
#menicko{
width: 50px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100;
    height: 50px;
cursor:pointer;
    background-image: url(images/menu.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.languages{
width: 40px;
    position: fixed;
    top: 15px;
    right: 40px;
    z-index: 1200;
}



#menu {
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100;
    height: 80px;
    background-color: white;
   box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.3);

}
#close{
    background: url(/images/close.png) no-repeat top right;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 00px;
  
}
#menu2{
      width: 300px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100;
height:100vh;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
background: #41464b;
    display:none;
}

.topheader{
 
   height:80px;
   z-index:2;
   width:100%;

   background-color:white;

}

.inner{
  position:relative;
}
.top .inner{
  max-width:100%;
}
.logo{
  float:right;
  position:relative;
top:20px;
right:50px;
z-index:30;
}


ul.smenu{
padding-left: 0px;
    list-style: none;
    margin: 0px;
 
    padding-top: 60px;
}
ul.smenu li{
padding-left: 0px;
    list-style: none;
    margin: 0px;
    font-size: 24px;
    color: white;
    font-weight: 300;
    margin-top: 5px;
padding-bottom:5px;
text-align:center;
}
ul.smenu li a{
list-style: none;
    font-size: 22px;
    color: white;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-right: 20px;
    display: list-item;
    background: url(images/zelena.png) no-repeat bottom;
}
ul.smenu li a:hover {
    list-style: none;
    font-size: 22px;
    color: white;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-right: 20px;
    display: list-item;
   text-decoration:none;
}
@media (max-width: 767px){
#menu2{
  width:100%;
    height: 100%;
 overflow-y: auto;
  position:absolute;
}
ul.smenu li{

    margin-top: 2px;
padding-bottom:2px;
}
ul.smenu li a{

    font-size: 18px;
}
h1{
  font-size:28px!important;
}
.menu{
  padding-top:10px;
}
}
.footer .social{
  width:40px;
  margin-top:10px;
  margin-right:20px;
  transition-duration:0.2s;
}
.footer .social:hover{
  opacity:0.75;
  transition-duration:0.2s;
}
.footer .left-dashed{
 border-color:white;
    min-height: 209px;
}
.footer{
    text-align: left;
    position: relative;
    width: 100%;
    background-color: var(--gray-color);
    min-height: 209px;
    color:white;
font-size:16px;
}
.footer a{
  color: #007f9e;
    text-decoration: none;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
   
  .footer{
  padding-top:30px;
  text-align:center;
}
  .left-dashed{ 
       border:0px!important; 
   }

}

h1{
  font-size:43px;
}
