@import url(reset.css);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	
}

*,
::after,
::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
	color:#fff;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 85%;
    margin: 0 auto;
}
p{
line-height:1.5;
}
html {
    scroll-behavior: smooth;

}

/*end generalni opisi*/
/*start heder*/
.head {
    display: flex;
    justify-content: space-between;
    background: #061538;
    padding: 15px 70px;
	font-family: 'Cabin Sketch', cursive;
}
.head i:hover, .head a:hover{
	color:rgba(255, 68, 0);
	transition:1.5s;
}
}
.head i {
    color: rgba(255, 68, 0);
}

.social i {
    color: #fff;
    font-size: 20px;
    padding: 5px;
}
/*.container header .navigacija{
	width:100%;
}*/
.logo {
    float: left;
    width: 15%;
}
.menu {
    float: right;
    width: 70%;
    padding-top: 40px;
    font-weight: 600;
	position:relative;
}
.menu li a{
	position:relative;
	font-family: 'Cabin Sketch', cursive;
}
.menu>li>a:before {
    content: "";
    position: absolute;
    bottom: 22px;
    left: 50px;
    height: 3px;
    width: 22px;
    background: rgba(255, 68, 0);
    transform: translateX(-50%);
	visibility:hidden;
	opacity:0;
}
.menu>li:hover a:before{
	visibility:visible;
	opacity:1;
	transition:1.5s;
}
nav .menu {
    display: flex;
    justify-content: space-between;
    padding:2% 5%;
}

.navigacija.fixan {
    position: fixed;
    width: 100%;
	height:100px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #061538;
    opacity: 0.9;
}
.navigacija.fixan .menu li::after{
	display:none;
}

nav .menu li a span:hover {
    color: rgba(255, 68, 0);
	
}

.menu li a span{
    text-transform: uppercase;
	width:100%;
	display:block;
	padding-top:8px;
	text-align:center;
	color: #fff;
	width:100%;
	margin-right:40px;
}

.menu li .dropdown {
    position: absolute;
    background: #061538;
    width: 200px;
}
.menu li .dropdown li::after{
	display:none;
}	

.menu>li .dropdown a {
    line-height: 2;
    padding-left: 5%;
}

.menu>li:nth-child(3) .dropdown li:hover a,
.menu>li:nth-child(5) .dropdown li:hover a,
.menu>li:first-child .dropdown li:hover a {
    background: rgba(255, 68, 0);
    display: block;
}

.mobile-menu {
    display: none;
}

header {
    position: absolute;
    z-index: 999;
    width: 80%;
}

/*end heder*/

/*start mountain*/
.stars {
    background-color: white;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    animation-iteration-count: infinite;
}

.star-1 {
    margin-top: 13%;
    margin-left: 45%;
    animation-duration: 1s;
    animation-name: twinkle;
}

.star-2 {
    margin-top: 5%;
    margin-left: 25%;
    animation-duration: 2s;
    animation-name: twinkle;
}

.star-3 {
    margin-top: 5%;
    margin-left: 50%;
    animation-duration: 2s;
    animation-name: twinkle;
}

.star-4 {
    margin-left: 30%;
    animation-duration: 1s;
    animation-name: twinkle;
}

.star-5 {
    margin-top: 0;
    margin-left: 55%;
    animation-duration: 2s;
    animation-name: twinkle;
}

.star-6 {
    margin-top: 0;
    margin-left: 62%;
    animation-duration: 1s;
    animation-name: twinkle;
}

@keyframes twinkle {
    20% {
        transform: scale(0.5);
        opacity: 0.5;
    }
}

.sjaj {
    position: absolute;
    width: 800px;
	top:0;
	left:10%;
}
#mountain {
    /*background: url(../images/mountain.jpg);
    background-repeat: no-repeat;
    height: 800px;*/
    position: relative;
    background-size: 100%;
	font-family: 'Cabin Sketch', cursive;
}


#mountain h2,
#mountain h3,
#mountain h4 {
    padding: 10px;
    color: #fff;
}
.abs3 h2 {
	text-align:center;
    position: absolute;
    font-size: 50px;
    top: 45%;
    left: 53%;
    font-weight: 600;
    animation:blanki 8s linear infinite;
	
}
.abs2 h2 {
    text-align:center;
    position: absolute;
    font-size: 50px;
    top: 45%;
    left: 25%;
    font-weight: 600;
    animation:blanki 8s linear infinite;

}
.abs1 h2 {
    text-align:center;
    position: absolute;
    font-size: 50px;
    top: 45%;
    left: 2%;
    font-weight: 600;
    animation:blanki 10s linear infinite;
	
}
/*@keyframes blanki {
    0% {
       
        opacity: 0;
    }
	20%{
		
        opacity: 0;
	}
	40%{
        
        opacity: 1;
    }

    100%{
       
        opacity: 1;
    }
}*/

.abs3 h3 {
	text-align:center;
    position: absolute;
    font-size: 30px;
    top: 37%;
    left: 53%;
    font-weight: 500;
    animation: buka 8s linear infinite;
}
.abs2 h3 {
	text-align:center;
    position: absolute;
    font-size: 30px;
    top: 37%;
    left: 25%;
    font-weight: 500;
    animation: buka 8s linear infinite;
}
.abs1 h3 {
	text-align:center;
    position: absolute;
    font-size: 30px;
    top: 37%;
    left: 2%;
    font-weight: 500;
    animation: buka 10s linear infinite;
}

/*@keyframes buka {
	0% {
        top: 0;
        opacity: 0;
    }
    20% {
        top: 95%;
        opacity: 0;
    }
	30% {
        top: 37%;
        opacity: 1;
    }

    100% {
        top: 37%;
        opacity: 1;
    }
}*/

.abs3 h4 {
    position: absolute;
    font-size: 20px;
    top: 55%;
    left: 53%;
	text-align:center;
    font-weight: 400;
    line-height: 1.5;
    animation: klara 8s linear infinite;
}
.abs2 h4 {
    position: absolute;
    font-size: 20px;
    top: 55%;
    left: 25%;
	text-align:center;
    font-weight: 400;
    line-height: 1.5;
    animation: klara 8s linear infinite;
}
.abs1 h4 {
    position: absolute;
    font-size: 20px;
    top: 55%;
    left: 2%;
	text-align:center;
    font-weight: 400;
    line-height: 1.5;
    animation: klara 10s linear infinite;
}

/*@keyframes klara {
	0% {
        top: 0;
        opacity: 0;
    }
    20% {
        top: 80%;
        opacity: 0;
    }
	30% {
        top: 55%;
        opacity: 1;
    }

    100% {
        top: 55%;
        opacity: 1;
    }
}*/


.abs3 a:nth-child(4) {
    position: absolute;
    font-size: 15px;
    top: 68%;
    left: 62%;
    text-transform: uppercase;
    background: rgba(255, 68, 0, 0.788);
    padding: 13px;
    animation: riki 8s linear infinite;
}
.abs2 a:nth-child(4) {
    position: absolute;
    font-size: 15px;
    top: 68%;
    left: 32%;
    text-transform: uppercase;
    background: rgba(255, 68, 0, 0.788);
    padding: 13px;
    animation: riki 8s linear infinite;
}
.abs1 a:nth-child(4) {
    position: absolute;
    font-size: 15px;
    top: 68%;
    left: 10%;
    text-transform: uppercase;
    background: rgba(255, 68, 0, 0.788);
    padding: 13px;
    animation: riki 8s linear infinite;
}

.abs3 a:last-child {
    position: absolute;
    font-size: 15px;
    top: 68%;
    left: 75%;
    background: #061538;
    text-transform: uppercase;
    border: 1px solid rgba(255, 68, 0, 0.788);
    padding: 13px;
    animation: riki 8s linear infinite;
}
.abs2 a:last-child {
    position: absolute;
    font-size: 15px;
    top: 68%;
    left: 43%;
    background: #061538;
    text-transform: uppercase;
    border: 1px solid rgba(255, 68, 0, 0.788);
    padding: 13px;
    animation: riki 8s linear infinite;
}
.abs1 a:last-child {
    position: absolute;
    font-size: 15px;
    top: 68%;
    left: 22%;
    background: #061538;
    text-transform: uppercase;
    border: 1px solid rgba(255, 68, 0, 0.788);
    padding: 13px;
    animation: riki 8s linear infinite;
}

/*@keyframes riki {
	0% {
        top: 0;
        opacity: 0;
    }
    20% {
        top: 90%;
        opacity: 0;
    }
	 30% {
        top: 68%;
        opacity: 1;
    }

    100% {
        top: 68%;
        opacity: 1;
    }
}*/

.abs1 a:nth-child(4):hover, .abs2 a:nth-child(4):hover, .abs3 a:nth-child(4):hover   {
    background: #061538;
    transition: 1.5s;
}

.abs1 a:last-child:hover, .abs2 a:last-child:hover, .abs3 a:last-child:hover {
    border: 1px solid #061538;
    transition: 1.5s;
}
/*end mountain*/

/*start vipera*/
#vipera {
    position: relative;
}

.vipera1 {
    text-align: center;
    position: absolute;
    animation: alpine 3s linear;
    padding: 2% 15%;
    top:0;
	z-index:1;
}

@keyframes alpine {
    from {
        top: 30%;
        opacity: 0;
    }

    to {
        top: 0%;
        opacity: 1;
    }
}

.vipera1 h2 {
    font-size: 30px;
    padding-bottom: 4%;
}

.vipera1 span {
    font-weight: bold
}

#vipera .container {
    display: flex;
    justify-content: space-around;
    padding-top: 20%;
    position: relative;
}

.planina,
.turizam,
.vrh {
    position: relative;
}

.planina {
    animation: planina 2.5s linear;
}

@keyframes planina {
    from {
        left: -5%;
        opacity: 0;
    }

    to {
        left: 0%;
        opacity: 1;
    }
}

.planina {
    height: 334px;
    overflow: hidden;
}

.planina img {
    transition: transform 1.5s linear;
}

.planina:hover img {
    transform: scale(1.1);
}

.planina a:hover,
.turizam a:hover,
.vrh a:hover {
    background: #061538;
}

.planina:hover h2,
.planina:hover p,
.planina:hover a,
.turizam:hover h2,
.turizam:hover p,
.turizam:hover a,
.vrh:hover h2,
.vrh:hover p,
.vrh:hover a {
    transform: translate(0, -15px);
    transition: 1.5s;
}

@keyframes bubbleup {
    0% {
        transform: translateY(100vh);
    }

    100% {
        transform: translateY(0vh);
    }
}

.vrh {
    animation: vrh 2.5s linear;
}

@keyframes vrh {
    from {
        right: -5%;
        opacity: 0;
    }

    to {
        right: 0%;
        opacity: 1;
    }
}

.vrh {
    height: 334px;
    overflow: hidden;
}

.vrh img {
    transition: transform 1.5s linear;
}

.vrh:hover img {
    transform: scale(1.1);
}

.turizam {
    animation: turizam 2.5s linear;
}

@keyframes turizam {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.turizam {
    height: 334px;
    overflow: hidden;
}

.turizam img {
    transition: transform 1.5s linear;
}

.turizam:hover img {
    transform: scale(1.1);
}

.planina1 h2,
.turizam1 h2,
.vrh1 h2 {
    position: absolute;
    bottom: 40%;
    left: 2%;
    padding: 5%;
    color: #fff;
    font-weight: bold;
    color: black;
    font-size: 25px;
}

.planina1 p,
.turizam1 p,
.vrh1 p {
    position: absolute;
    bottom: 20%;
    left: 2%;
    color: #fff;
    text-align: left;
    padding: 2%;
    z-index: 1;
}

.planina1 a,
.turizam1 a,
.vrh1 a {
    position: absolute;
    bottom: 8%;
    left: 2%;
    color: #fff;
    text-align: left;
    background: rgba(255, 68, 0, 0.788);
    padding: 4%;
    z-index: 1;
}
.planina::after, .turizam::after, .vrh::after{
    content: "";
     background: rgb(39, 46, 49, 0.5);
     position: absolute;
     bottom: 0;
     left: 0;
     width: 257px;
     height: 336px;
     visibility: hidden;
     opacity: 0;
     transition: all .4s linear;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
 }
 .planina:hover::after, .turizam:hover::after, .vrh:hover::after{
    visibility: visible;
    opacity: 1;  
 }

/*end vipera*/
/*start play*/
#play {
	position:relative;
    background: url(../images/landscape.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 15px;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    margin-top: 10%;
}
#play h4{
	font-family: 'PT Mono', monospace;
	right:10%;
	top:80%;
	position:absolute;
	font-size: 20px;
	color:#fff;
	border-right: solid 3px white;
	 animation: animated-text 5s steps(16,end) infinite,
				animated-cursor 600ms steps(16,end) infinite;
	white-space: nowrap;
	overflow: hidden;   
}

@keyframes animated-text{
  from{width: 0;}
  to{width: 210px;}
}

@keyframes animated-cursor{
  from{border-right-color: white;}
  to{border-right-color: transparent;}
}

#play .text {
    line-height: 2;
    flex-basis: 50%;
    text-align: justify;
}

#play .trokut {
    flex-basis: 50%;
    padding-top: 15%;
}

.play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient(rgba(255, 68, 0) 60%, rgba(255, 68, 0) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 100px auto;
    box-shadow: 0px 0px 25px 3px rgba(255, 68, 0, 0.8);
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 68, 0);
    top: -30%;
    left: -30%;
    background: rgba(255, 68, 0);
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 68, 0), 0px 0px 25px 10px rgba;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 68, 0, 0.788), 0px 0px 25px 10px rgba(255, 68, 0, 0.788);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

    }
}

#play .container {
    display: flex;
    justify-content: space-between;
}

#play .text h2 {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 6%;
}

#play .text h3 {
    font-size: 25px;
}

#play .text h5,
#play .text h3 {
    color: rgba(255, 68, 0, 0.788);
    font-weight: 600;
}

/*end play*/

/*start crotalida*/
#crotalida {
    position: relative;
}

.crotalida1 {
    text-align: center;
    position: absolute;
    animation: alpi 3s linear;
    padding: 2% 15%;
    top: 0%;
    -webkit-animation: alpi 3s linear;
}

@keyframes alpi {
    from {
        top: 30%;
        opacity: 0;
    }

    to {
        top: 0%;
        opacity: 1;
    }
}

.crotalida1 h2, .predslajd h2 {
    font-size: 30px;
    padding-bottom: 4%;
}

.crotalida1 span, .predslajd span {
    font-weight: bold
}

#crotalida .container.cor {
    padding-top: 12%;
}

#crotalida .container {
    display: flex;
    justify-content: space-between;
}

.hiking1 h2 {
    font-size: 20px;
    padding: 5% 0;
}

.hiking1 p {
    line-height: 1.5;
    padding: 5% 0;
}

.planinar {
    position: relative;
}

.hiking .cosak {
    background: #ff5e14 none repeat scroll 0 0;
    border-radius: 0 80px 0 0;
    bottom: 2px;
    height: 90px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 90px;
    -webkit-border-radius: 0 80px 0 0;
    -moz-border-radius: 0 80px 0 0;
    -ms-border-radius: 0 80px 0 0;
    -o-border-radius: 0 80px 0 0;
}
.hiking i.fa-bicycle{
    position: relative;
    top:50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: 30px;
}
.hiking:hover i.fa-bicycle {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}
.planinar i.fa-check-square-o {
    position: absolute;
    top: 30%;
    left: 40%;
    visibility: hidden;
    opacity: 0;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

.hiking:hover i.fa-check-square-o {
    visibility: visible;
    opacity: 1;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}
.planinar i.fa-check-square-o::before {
    color: rgba(255, 68, 0);
    font-size: 50px;
}
.hiking:hover h2{
    color:rgba(255, 68, 0);
    transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in
}
.hiking .planinar a::before{
   content: "";
    background: rgb(39, 46, 49, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.hiking .planinar a:hover::before{
   visibility: visible;
   opacity: 1;
}

/*end crotalida*/

/*start galerija*/
#galerija .container{
    position: relative;
}
#galerija{
    background: #0b0b0b;
}
#galerija .container .crotalida1{
    color: #fff;
    position: absolute;
}
.rana{
    padding-top: 10%;
}
.rana .lepus{
    display: none;
}
.rana .lepus.active{
    display: block;
    height: 50vw;
}
.ciprinida1{
    display: flex;
    justify-content: center;
    position: relative;
    padding: 5%;
}
.ciprinida1 li{
    padding-right: 15px;
    width: 100%;
}
.ciprinida1 li a span{
    margin-right: 50px; 
    border: 1px solid #fff; 
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
}
.ciprinida1 li.active a span{
    background: rgba(255, 68, 0);
    border: none;
}
.ciprinida1 li:hover a span{
	background:rgba(255, 68, 0);
	transition:1s;
}
#all img{
    margin: 0 auto;
    padding-bottom: 4px;
}
.pozicija{
    position: relative;
    width: 350px;
   
}
.pozicija1{
    position: absolute;
    left:5%;
    bottom: 100px;
    color: #fff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.pozicija1 h3{
    font-size: 30px;
    font-weight: 600;
}
.pozicija:hover .pozicija1{
    visibility: visible;
    opacity: 1;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}
.shape {
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 0;
    height: 0;
    transition: 0.5s;
    opacity: 0;
    border-bottom: 100px solid #ff5e14;
    border-right: 100px solid transparent;
}
.pozicija:hover .shape {
   opacity: 1;
   z-index: 1;
   transition: 2s;
   -webkit-transition: 2s;
   -moz-transition: 2s;
   -ms-transition: 2s;
   -o-transition: 2s;
}
.pozicija:hover a i{
    transition: 2s;
    transform: translateX(9px);
    -webkit-transform: translateX(9px);
    -moz-transform: translateX(9px);
    -ms-transform: translateX(9px);
    -o-transform: translateX(9px);
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}
.shape a i{
   position: relative;
   top:50px;
   left: 10px;
   font-size: 30px;

}
.pozicija::after{
    content: "";
     background: rgb(39, 46, 49, 0.5);
     position: absolute;
     bottom: 9px;
     left: 0;
     width: 350px;
     height: 235px;
     visibility: hidden;
     opacity: 0;
     transition: all .4s linear;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
     z-index: 0;
 }
 .pozicija:hover::after{
    visibility: visible;
    opacity: 1;
 }
/*end galerija*/

/*start ekipa*/
#ekipa .container{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.ekipica{
    position: relative;
    margin-top: 14%;
    margin-bottom: 10%;
}
.ekipica2{
    background:rgb(233, 227, 231);
    width: 100%;
    height: 16%;
    padding-top: 9%;
    padding-left: 4%;
    font-size: 20px;
}
.ekipica1{
    position: absolute;
    left: 4%;
    bottom: 20%;
    z-index: 1;
}
.ekipica1 span {
	font-size:15px;
	text-align:center;
	width:40px;
	height:40px;
	display:inline-block;
    color: #fff;
    margin-right: 15px;
    padding: 12px;
    border: 2px solid #fff;
    border-radius:50%;
    visibility: hidden;
    opacity: 0;
}
.ekipica:hover .ekipica1 span{
    visibility: visible;
    opacity: 1;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
   
}
.ekipica1 span:hover {
    background-color: rgba(255, 68, 0);
    border: 2px solid rgba(255, 68, 0);
}
  
.ekipica::after{
    content: "";
     background: rgb(39, 46, 49, 0.5);
     position: absolute;
     bottom: 15%;
     left: 0;
     width: 250px;
     height: 352px;
     visibility: hidden;
     opacity: 0;
     transition: all .4s linear;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
 }
 .ekipica:hover::after{
    visibility: visible;
    opacity: 1;  
 }
 .ekipica:hover{
    box-shadow: 0 0 10px rgb(39, 46, 49, 0.5);
 }
/*end ekipa*/

/*start slider*/
#slider .container{
    position: relative;
}
#slider{
    background: rgb(233, 227, 231);
}
.predslajd{
    padding:4%;
    text-align: center;
}
.slajdovi p{
    text-align: center;
    padding: 5%;
}
.item p:first-of-type{
    background: #fff;
}
.slajdovi .item img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding: 10px;
}
.zvjezdice{
    text-align: center;
}
.zvjezdice i{
    color: rgba(255, 68, 0);
}
.owl-theme .owl-nav{
    display: none;
}
/*end slider*/

/*start turizam*/
#turizam .container{
    position: relative;
}
#turizam .visit{
	display:flex;
	justify-content:space-between;
	padding-top: 12%;
}
#turizam .hotel a{
	color:black;
}
#turizam .hotel1 h3{
	font-size:20px;
	padding:8px 0;
	margin-top:12px;
	font-weight:bold;
}
#turizam .hotel{
	border:1px solid #c8c8c8;
	flex-basis:30%;
	position:relative;
}
#turizam .hotel2{
	border-top:1px solid #c8c8c8;
}
#turizam .hotel1, #turizam .hotel2{
	padding:5%;
}
.hotel1 a:first-of-type{
	float:left;
	border-right:1px solid #c8c8c8;
	padding-right:20px;
}
.hotel1 a:nth-of-type(2){
	float:right;
	padding-bottom:15px;
}
.hotel2 a:first-child{
	float:left;
	padding-bottom:15px;
}
.hotel2 a:last-child{
	float:right;
}
.hotel i:nth-child(2){
	position:absolute;
	top:25%;
	left:50%;
	transform: translateX(-50%);
	color:rgba(255, 68, 0);
	font-size:40px;
	visibility:hiden;
	opacity:0;
	z-index: 1;
}
.hotel:hover i{
	visibility:visible;
	opacity:1;
	transition:1.5s;
}
.hotel::after{
    content: "";
     background: rgb(39, 46, 49, 0.5);
     position: absolute;
     top: 0;
     left: 0;
     width: 350px;
     height: 233px;
     visibility: hidden;
     opacity: 0;
     transition: all .4s linear;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
     z-index: 0;
 }
.hotel:hover::after{
    visibility: visible;
    opacity: 1;
 }
.vlasic {
    height: 233px;
    overflow: hidden;
}

.hotel img { 
	transition: transform 1.5s linear;
}

.hotel:hover img {
    transform: scale(1.3);
}
#turizam .hotel:hover h3, #turizam .hotel1 a:hover, #turizam .hotel2 a:hover{
	color:rgba(255, 68, 0);
	transition:1s;
}
.hotel:hover{
	background:rgb(233, 227, 231);
	transition:1s;
}

/*end turizam*/

/*start logovi*/
#logovi .container{
	border-top:1px solid #c8c8c8;
	margin-top:5%;
	display:flex;
	justify-content:space-between;
}
#logovi img:hover {
	transform:scale(1.1);
	transition:1s;
}
/*end logovi*/

/*start kontakt*/
#kontakt .logo2{
	float:left;
	width: 15%;
}
#kontakt .kontakti{
	float:right;
	width:80%;
	padding:30px;
}
#kontakt{
	background:#0b0b0b;
	border-bottom: 1px solid #a5a5a5;
}
.kontakti input{
	width:250px;
	height:40px;
	margin-right:15px;
}
.kontakti input:last-child{
	width:170px;
	color:#fff;
	background: rgba(255, 68, 0);
	border:rgba(255, 68, 0);
}
.kontakti input:last-child:hover{
	background:#061538;
	border:#061538;
	transition:1s;
}
/*end kontakt*/
/*start footer*/
footer{
	background:#0b0b0b;
	border-bottom: 1px solid #a5a5a5;
}
footer h3{
	color:#fff;
	text-transform:uppercase;
	padding-bottom:10px;
}
footer p{
	color:#fff;
}
footer h4 a{
	color:rgba(255, 68, 0);
}
footer .container{
	display:flex;
	justify-content:space-between;
	padding-top:5%;
	padding-bottom:5%;
}
footer li{
	line-height:1.5;
}
.post1, .post2{
		display:flex;
		justify-content:space-between;
		margin-bottom:10px;
}
.post1 img{
	margin-right:3px;
}
.post2 img{
	margin-right:23px;
}
.post1 h4:hover a, .post2 h4:hover a{
	color:#fff;
}
.post1 p:hover a, .post2 p:hover a{
	color: rgba(255, 68, 0);
}

.futer1 ul, .futer2 ul, .futer3 ul{
	border-left:1px solid #a5a5a5;
	padding-left:12px;
}
.futer1 li a, .futer2 li a, .futer3 li a{
	color:#a5a5a5;
}
.futer1 ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    height: 1px;
    width: 25px;
    background: #6f6c6c;
    transform: translateY(-50%);
}
.futer1 ul li a, .futer2 ul li a, .futer3 ul li a{
	position:relative;
	padding-left: 12px;
    padding-bottom: 0;
	margin-left: -11px;
}
.futer1 ul li a:before, .futer2 ul li a:before, .futer3 ul li a:before {
    content: "";
    position: absolute;
    top: 60%;
    left: -25px;
    height: 1px;
    width: 25px;
    background: #6f6c6c;
    transform: translateY(-50%);
}
.futer1 ul li:hover a:before, .futer2 ul li:hover a:before, .futer3 ul li:hover a:before{
	background: rgba(255, 68, 0);
	transition:1s;
}
.futer1 ul li:hover a, .futer2 ul li:hover a, .futer3 ul li:hover a{
	color: rgba(255, 68, 0);
	transition:1s;
}
/*end footer*/

/*start right*/
.right{
	background:#141414;
}
.right .container{
	display:flex;
	justify-content:space-between;
	padding:2%;
}
.lijevi{
	color:#fff;
}
.lijevi a{
	color:rgba(255, 68, 0);
	text-transform:uppercase;
}
.desni span {
	font-size:15px;
	text-align:center;
	width:40px;
	height:40px;
	display:inline-block;
    color: #fff;
    margin-right: 15px;
    padding: 12px;
    border: 2px solid #fff;
    border-radius:50%;
}
.desni span:first-child:hover{
	background:#0056b3;
	border:none;
	transition:1s;
}
.desni span:nth-child(3):hover{
	background:#00aff0;
	border:none;
	transition:1s;
}
.desni span:nth-child(4):hover{
	background:#00aff0;
	border:none;
	transition:1s;
}
.desni span:nth-child(2):hover{
	background: #fd1d1d;
	border:none;
	transition:1s;
}

/*end right*/
.strelica {
    position: fixed;
    bottom: 5%;
    right: 5%;
    font-size: 50px;
    background: rgba(255, 68, 0);
    padding: 5px;
    color: #fff;
    display: none;
}

/*start @ media*/

@media(min-width:1920px){
	.container{
		width:60%;
	}
	.rana .lepus.active{
		height:30vw;
	}
}
@media(min-width:1921px){
	.container{
		width:60%;
	}
	.head{
		justify-content:space-around;
	}
	header{
		width:50%;
	}
	.navigacija.fixan{
		width:100%;
	}
	nav .menu{
		justify-content:center;
		padding:33px;
	}
	.logo{
		padding-left:250px;
	}
	.lacerta{
		margin-left:9%;
	}
	#galerija{
		height:55vw;
	}
	.crotalida1{
		margin-left:125px;
	}
	#vipera .container{
		padding-top:300px;
	}
	.vlasic img{
		width:381px;
	}
	.hotel::after {
		width:381px;
	}
	.menu>li>a:before{
		bottom:30px;
	}
}

@media(max-width:1024px){
	.container{
		width:95%;
	}
	.menu>li>a:before{
		bottom:38px;
	}
	.hiking{
		flex-direction:column;
		width:50%;
		margin-right:0;	
	}
	.rana .lepus.active{
		height:100vw;
	}
	#evropa, #africa, #asia, #australia{
		height:35vw;
	}
	#america{
		height:40vw;
	}
	#ekipa .container{
		flex-wrap:wrap;
	}
	#turizam .visit{
		flex-wrap:wrap;
	}
	#crotalida .container{
		flex-wrap:wrap;
	}
	#mountain h2{
		top:198px;
		left:0;
		font-size:40px;
	}
	#mountain h3{
		top:250px;
		left:0;
		font-size:35px;
	}
	#mountain h4{
		top:310px;
		left:0;
		font-size:20px;
	}
	.abs1 a:nth-child(4), .abs2 a:nth-child(4), .abs3 a:nth-child(4){
		left:50px;
		top:80%;
	}
	.abs1 a:last-child, .abs2 a:last-child, .abs3 a:last-child{
		left:200px;
		top:80%;
	}
	.kontakti input{
		margin:5px;
	}
}
@media(max-width:768px){
	.sjaj{
		display:none;
	}
	#logovi .container{
		flex-wrap:wrap;
	}
	
	.social{
		display:none;
	}
	.head{
		padding:11px;
	}
	.head a{
		font-size:15px;
	}
	header .menu {
        display: none;
    }

    nav{
        background: #061538;;
    }
	
    .mobile-menu {
        display: block;
        position: absolute;
        left: 80%;
        top: 20%;
        width: 45px;
        height: 45px;
        border: 1px solid #fff;
        background: transparent;
    }

    .mobile-menu span {
        position: absolute;
        height: 3px;
        background: #fff;
        left: 5px;
        right: 5px;

    }

    .mobile-menu span:first-child {
        top: 15%;
    }

    .mobile-menu span:last-child {
        bottom: 15%;
    }

    .mobile-menu span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .mobile-menu.clicked {
        border: #fff;
    }

    .mobile-menu.clicked span:first-child {
        background: #fff;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
    }

    .mobile-menu.clicked span:last-child {
        display: none;
    }

    .mobile-menu.clicked span:nth-child(2) {
        background: #fff;
        transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
    }

    .menu>li .dropdown {
        position: relative;
    }

    .menu {
        background: #061538;
        display: flex;
        flex-direction: column;
        top: 80px;
        width: 100%;
    }

    .menu li a {
        color: #fff;
        line-height: 2;
    }

    nav .menu {
        position: absolute;
    }
	.menu>li>a:before{
		display:none;
	}
	.menu li a .home, .menu li a .service, .menu li a .page{
		position:relative;
	}
	.menu li a .home::before, .menu li a .service::before,  .menu li a .page::before{
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		height: 3px;
		width: 18px;
		background: #fff;
		transform: translateX(-50%);
	}
	.menu li a .home::after, .menu li a .service::after,  .menu li a .page::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 16px;
		height: 20px;
		width: 3px;
		background: #fff;
		transform: translateY(-50%);
	}
	#mountain h2{
		top:78px;
		left:0;
		font-size:40px;
	}
	#mountain h3{
		top:130px;
		left:0;
		font-size:35px;
	}
	#mountain h4{
		top:190px;
		left:0;
		font-size:20px;
	}
	#mountain{
		height:490px;
	}
	.abs1 a:nth-child(4), .abs2 a:nth-child(4), .abs3 a:nth-child(4){
		top:300px;
		left:25px;
		font-size:15px
		
	}
	#mountain .abs1 a:last-child, #mountain .abs2 a:last-child, #mountain .abs3 a:last-child{
		top:300px;
		left:160px;
		font-size:15px;
	
	}
	#vipera .container{
		flex-wrap:wrap;
	}
	#vipera .container img{
		padding:12px;
	}
	.hiking{
		flex-direction:column;
		width:50%;
		margin-right:0;	
	}
	.planina::after, .turizam::after, .vrh::after{
		width:100%;
	}
	#crotalida .container.cor{
		padding-top: 20%;
	}
	#crotalida .container{
		flex-wrap:wrap;
	}
	.container{
		width:95%;
	}
	.rana .ciprinida1{
		flex-wrap:wrap;
		padding-top:82px;
	}
	.rana .lepus.active{
		height:100vw;
	}
	#evropa, #africa, #asia, #australia{
		height:35vw;
	}
	#america{
		height:40vw;
	}
	#ekipa .container{
		flex-wrap:wrap;
		width:70%;
	}	
	#ekipa .container .ekipica:nth-child(2){
		padding-top:56px;
	}
	#ekipa .container .ekipica:nth-child(3){
		padding-top:56px;
	}
	.visit{
		flex-wrap:wrap;
	}
	.visit .hotel:first-child, .visit .hotel:nth-child(2){
		margin-top:70px;
	}
	.hotel::after{
		top:30px;
	}
	.kontakti input{
		margin:5px;
	}
	
}
@media(max-width:425px){
	.head .social {
        display: none;
    }

    .head {
        display:none;
    }

    header .menu {
        display: none;
    }

    nav{
        background: #061538;;
    }
	
	
    .mobile-menu {
        display: block;
        position: absolute;
        left: 80%;
        top: 20%;
        width: 45px;
        height: 45px;
        border: 1px solid #fff;
        background: transparent;
    }

    .mobile-menu span {
        position: absolute;
        height: 3px;
        background: #fff;
        left: 5px;
        right: 5px;

    }

    .mobile-menu span:first-child {
        top: 15%;
    }

    .mobile-menu span:last-child {
        bottom: 15%;
    }

    .mobile-menu span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .mobile-menu.clicked {
        border: #fff;
    }

    .mobile-menu.clicked span:first-child {
        background: #fff;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
    }

    .mobile-menu.clicked span:last-child {
        display: none;
    }

    .mobile-menu.clicked span:nth-child(2) {
        background: #fff;
        transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
    }

    .menu>li .dropdown {
        position: relative;
    }

    .menu {
        background: #061538;
        display: flex;
        flex-direction: column;
        top: 80px;
        width: 100%;
    }

    .menu li a {
        color: #fff;
        line-height: 2;
    }

    nav .menu {
        position: absolute;
    }
	.menu>li>a:before{
		display:none;
	}
	.menu li a .home, .menu li a .service, .menu li a .page{
		position:relative;
	}
	.menu li a .home::before, .menu li a .service::before,  .menu li a .page::before{
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		height: 3px;
		width: 18px;
		background: #fff;
		transform: translateX(-50%);
	}
	.menu li a .home::after, .menu li a .service::after,  .menu li a .page::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 16px;
		height: 20px;
		width: 3px;
		background: #fff;
		transform: translateY(-50%);
	}
	#vipera .container{
		flex-direction:column;
		padding-top:270px
	}
	.planina img, .turizam img, .vrh img {
		width:350px;
	}
	.planina, .turizam, .vrh{
		margin-bottom:10px;
	}
	.planina::after, .turizam::after, .vrh::after{
		width:356px;
	}
	.trokut{
		display:none;
	}
	#play .text{
		flex-basis:100%;
	}
	#crotalida .container{
		flex-direction:column;
	}
	.hiking1{
		width:175%;
	}
	.hiking{
		padding-top:150px;
	}
	#ekipa .container{
		flex-direction:column;
	}
	#ekipa .container .ekipica:nth-child(2){
		padding-top:200px;
	}
	.ekipica img{
		width:100%;
	}
	.ekipica::after{
		bottom:0;
		width:100%;
		height:418px;
	}
	#slider .container{
		margin-top:55px;
	}
	#turizam .visit{
		flex-direction:column;
	}
	.visit .hotel:first-child{
		margin-top:130px;
	}
	.hotel::after{
		top:0;
		width:100%;
	}
	.vlasic img{
		width:100%;
	}
	footer .container{
		flex-direction:column;
	}
	#kontakt .kontakti, #kontakt .logo2{
		float:none;
	}
	.right .container{
		flex-direction:column;
	}
	.lijevi p{
		text-align:center;
	}
	.desni{
		margin: 0 auto;
	}
	#logovi .container{
		flex-direction:column;
	}
	#logovi .container img{
		width:100%;
	}
	.sjaj{
		width:200px;
		height:200px;
	}
	.rana .lepus.active{
		height:348vw;
	}
	#evropa, #africa, #asia, #australia{
		height:69vw;
	}
	#america{
		height:140vw;
	}
	.rana .ciprinida1{
		flex-wrap:wrap;
		padding-top:174px;
	}
	
	#mountain h2{
		top:78px;
		left:0;
		font-size:20px;
	}
	#mountain h3{
		top:102px;
		left:0;
		font-size:12px;
	}
	#mountain h4{
		top:120px;
		left:0;
		font-size:10px;
	}
	.abs1 a:nth-child(4), .abs2 a:nth-child(4), .abs3 a:nth-child(4){
		top:170px;
		left:5px;
		font-size:8px;
	}
	#mountain .abs1 a:last-child, #mountain .abs2 a:last-child, #mountain .abs3 a:last-child{
		top:170px;
		left:118px;
		font-size:8px;
	}
	#mountain{
		height:264px;
	}	
}
@media(max-width:375px){

	#ekipa .crotalida1{
		padding-top:0;
	}
	.ekipica::after{
		bottom:48px;
		width:100%;
		height:365px;
	}
	
	#galerija .container .rana{
		margin-bottom:100px;
	}
	.rana .lepus.active{
		height:428vw;
	}
}	
