﻿/* -------------------------------------------------------------------------------- /
    [1]     SETUP
    [2]     LAYOUT
    [3]     HEADER
    [4]     NAVIGATION  
    [5]     FOOTER
    [6]     FORM ELEMENTS   
    [7]     COOKIES   
    [8]     PARALLAX   
    [9]     SLIDER   
/ -------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- /
    [1] SETUP - general settings, common classes
/ -------------------------------------------------------------------------------- */
html,body{font-family: 'Open Sans', sans-serif;}
body,p,ul,h1{margin:0;padding:0}
nav ul{list-style: none}
a{text-decoration: none!important;cursor: pointer!important; vertical-align:baseline; color:#ff6600;}
a:hover{color:#ff6600;}
a:focus{text-decoration: none!important}

.clearfix {float: none; clear: both; }

section[data-type="background"]{
	transition: 0.0s all;
}
div.galerija img{opacity: 0}
.animated{opacity: 1!important}

.margin-top-20{margin-top: 20px}
.margin-top-30{margin-top: 30px}
.margin-top-40{margin-top: 40px}
.margin-top-50{margin-top: 50px}
.margin-top-60{margin-top: 60px}
.margin-top-80{margin-top: 80px}
h1{font-size: 2em; margin-bottom:15px;}
h3,h2{color:#666; font-size: 20px;}
ul{list-style: none;}
.main-content{margin-top: 15px;}
/* -------------------------------------------------------------------------------- /
    [2] LAYOUT
/ -------------------------------------------------------------------------------- */

#responsive{padding: 70px 0px; background: #f6f6f6; }
#responsive h2{font-size: 28px;text-align: center;margin-top: 70px}
#responsive p{text-align: center;color:#666;margin-top: 50px; font-size: 20px;}

.content-container{margin-top: 70px;}
.content h1{
	margin-bottom: 25px;
	color: #333;
}
.content h2{
	margin-bottom: 25px;
	font-size: 25px;
	color: #333;
}

.content img.banner{margin: 30px 0}
.content p{color: #333;font-size: 16px;}
.content ul{margin:15px 0 20px 25px;}
.content ul li{color:#666;font-size: 16px;}

.container.main-content h2 {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	margin-top:30px;
	margin-bottom:20px;
	color:#1c9196;
}
.container.main-content h1 {
  font-size: 24px;
  color: #1c9196;
  margin-bottom: 20px;
}


.fa {
	color: #ff6600;
}

/* -------------------------------------------------------------------------------- /
    [3] HEADER
/ -------------------------------------------------------------------------------- */
header .language-container{
	width: 150px;
	background: #000;
	position: absolute;
	top: 0;
	height: 50px;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
	header .language-container ul{list-style: none;margin-top: 13px;}
	header .language-container li{display: inline-block;}
	header .language-container li:nth-child(1){border-right: 1px solid #fff}
	header .language-container li:nth-child(2){border-right: 1px solid #fff}
	header .language-container a{color:#FFF;display: block;padding: 2px 7px;font-size: 12px;}
	header .language-container a.active{color:#ed1b24;}
	header .language-container a:hover{color:#ed1b24; }
	
	a.read-more{
		background: #fff;
		border:1px solid #999;
		font-size: 18px;
		padding: 8px 14px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		position: absolute;
		left: 0;right: 0;
		bottom: -22px;
		margin: 0 auto;
		width: 115px;
		text-align: center;	
	}
	a.read-more:hover{
		background: #428bca;
		color: #fff;
	}
/* -------------------------------------------------------------------------------- /
    [4] NAVIGATION
/ -------------------------------------------------------------------------------- */
nav{text-align: right;margin-top: 0px; position: relative; z-index:99999; border-bottom: 1px solid #000;}
header ul.nav > li a{color:#666; font-size: 14px}
	header ul.nav li{position: relative;}
	/*	submenu   */
	header ul.nav ul{position: absolute; z-index: 100; width: 250px;display: none;}
	header ul.nav ul li a{display: block;text-align: left;padding: 7px 10px;background: #fff;color: #666; font-size: 14px}

	header ul.nav > li{display: block; float: left;}
	header ul.nav > li > a{display: block;padding: 20px 15px; text-align: center;
        transition:0.3s all;
        -webkit-transition:0.3s all;
        -moz-transition:0.3s all;
    }
    header ul.nav ul li a{padding: 10px 15px;border-bottom: 1px solid #f6f6f6}
    header ul.nav ul li:last-child a{border: none}

    /* ----------- */
    /* hover style */
    /* ----------- */
    header ul.nav li:hover,
    header ul.nav li:hover > a,
    header ul.nav > li a.active,
    header ul.nav ul > li a:hover{
		/*background: #123456;*/
		color: #ffffff;
    }
	header ul.nav li:hover > ul{display: block!important}

	header ul.nav > li > ul ul{
		top: 0px;
  		left: 100%;
	}

    
.responsive-menu-container{
	background: rgba(255,255,255,1.0);
	padding: 15px 0;
	border-bottom: 1px solid #efefef;
	position: absolute;
	z-index: 15;
	width: 100%;
}
.responsive-menu-container img.logo{height: 30px;margin: 0 auto;}
.responsive-menu-container img.logo{height: 30px;margin-top: 0; margin-left:20px;}
.menu-icon{
	position: absolute;
	top: 0px;bottom: 0; right: 10px; height: 50px;
	margin: auto 0;
	width: 50px;
	background: url(../images/icon-menu.png) no-repeat 50% 50%;
	cursor: pointer;
}
div#responsive-menu{position: absolute;top:61px;width: 100%;z-index: 12;}
div#responsive-menu ul{	display: none;}
#responsive-menu ul{transition: 0.0s all;}
ul.responsive-menu{
    position: absolute;
    padding-left: 0;
    z-index: 8;
    width: 100%;
    display: block;
}
    ul.responsive-menu > li{display: block; border-bottom:1px solid #efefef;}
    ul.responsive-menu a{color: #333; cursor: pointer;display: block; padding: 15px;background: rgba(255,255,255,1.0);}
		ul.responsive-menu a:hover{background: rgba(255,102,0,1); color:#fff;} 
	.center{text-align: center;}
	ul.responsive-menu ul li a{
		background: #e5e5e5;
		border-bottom: 1px solid #d5d5d5;
		padding: 12px;
		padding-left: 30px;
		font-size: 14px;
	}

ul.left-menu li a,
aside ul li a{
	padding: 10px;
	display: block;
	color: #666;
	background: #e5e5e5;
	border-bottom: 1px solid #cecece;
	font-size: 14px;	
}
aside ul li a.active{
	background: #123456;
}
aside li{
	position: relative;
}
aside > ul ul{
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
}
aside li:hover > ul{
	display: block;
}
/* -------------------------------------------------------------------------------- /
    [5] FOOTER
/ -------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- /
    [6] FORM ELEMENTS
/ -------------------------------------------------------------------------------- */

.forma-text{
	border-left:2px solid #d9d9d9;
	border-bottom:2px solid #d9d9d9;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	margin-bottom: 10px;
	width: 100%;
	font-size: 14px;
	color: #333;
	padding: 10px 10px;
	display: block;
}

input[type="text"], textarea{
	margin-top: 5px;
    padding: 15px 10px;
    display: block;
    width: 100%;
    border: 1px solid #9b9b9b;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
input:focus, textarea:focus{outline: none}


.form-btn{
	width: auto;
    background: none;
    color: #9b9b9b;
    margin-top: 30px;
    padding: 20px 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #9b9b9b;
    margin-bottom: 20px;
}


p.footer-title{color: #ed1b24}
.formNotification{
	text-align: center;
 	line-height: 24px;
  	font-size: 14px;
  	color: #ed1b24!Important;
  	padding-top: 20px;
  	display: none;
}



form label.error,
.captcha-error{
	color: #F1B2B4;
	margin-top: 3px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
form input.error,
form textarea.error{
	/*-webkit-box-shadow: 0px 0px 2px #ea1d24;
	-moz-box-shadow: 0px 0px 2px #ea1d24;*/
	/*box-shadow: 0px 0px 2px #ea1d24;*/
	margin-bottom: 0;
}
form input[type="radio"].error{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}
/* -------------------------------------------------------------------------------- /
    [7] COOKIES  
/ -------------------------------------------------------------------------------- */

 .cookie-icon{
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;    
    height: 70px;
    width: 70px;
    background-image: url(../images/cookie.png), url(../images/cookie-bg.png);
    background-repeat: no-repeat, no-repeat; 
    background-position: 35px 35px, 0px 0px;
    background-size: 35%, 100%;
    cursor: pointer;
}
.cookie-wrapper{
    position: fixed;
	z-index: 999999999;
    right: 45px;
    bottom: 45px;
	background-color:#666;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;    
    max-width: 180px;
    padding: 12px;
    color: #fff;
    /*display: none;*/
}
.cookie-wrapper a{
    color:#ccc;
}
.cookie-wrapper p{
	line-height: 16px;
	margin-bottom: 5px;
	font-size: 12px;
}
.cookie-wrapper p.accept-cookies{
    color: #fff;
    padding: 3px 10px;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #fff;
    cursor: pointer;
}
/*------------------------------------------
|	CUSTOM BOOTSTRAP
------------------------------------------*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    /*min-height: 1px;*/
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*ˇˇ RESPONSIVE MENU LEVEL 3 ˇˇ */
div#responsive-menu ul.level2{
    /*padding-left: 10px;*/
    display: block;
}
.subsubItem{
    padding-left: 15px;
}
/*^^ RESPONSIVE MENU LEVEL 3 ^^ */

.main-vsebina{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}

.novica-cont{
    background-color: #f7f7f7;
    padding: 5px;
}

.langlist {
    min-width: 150px;
    right: 0px;
    background: #fff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #d1cbcb;
    position: absolute;
    top: 0;
    z-index: 10;
}

.active-lang {
    height: 100%;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    line-height: 16px;
    vertical-align: bottom;
    padding: 10px 10px;
    text-align: left;
}

.all-langs {
    background: #e5e5e5;
    padding: 5px 10px;
    display: none;
}

.all-langs ul {
    list-style: none;
    text-align: left!important;
}

.all-langs ul li {
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    vertical-align: bottom;
    margin: 7px 0;
}

.all-langs ul li a {
    color: #666!important;
    padding-left: 0px!important;
}


.galleryGal{
    display: inline-block;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

a.fancybox {
  margin: 0px;
  padding: 0px;
  border: none;
}

.googlemap {
    width: 100%;
    height: 550px;
}


/* -------------------------------------------------------------------------------- /
    [9] SLIDER
/ -------------------------------------------------------------------------------- */


	.slider1-1,
	.slider1-2,
	.slider1-3,
	.slider1-4,
	.slider2-1{
		margin-bottom:10px;
		color: #fff;
		float: left;
	}
	
	.slider1-1{
		font-size: 21px;
		padding-top: 120px;
		font-family: 'Open Sans', sans-serif;
		color: #ffffff;
		font-weight: 800;
	}
	.slider1-2{
    	font-size: 56px;
		font-family: 'Open Sans', sans-serif;
		line-height: 70px;
		color: #ffffff;
		width: 50%;
		font-weight: 300;
		margin-bottom: 35px;
	}
	.slider1-3{
	    font-size:21px;
		line-height:33px;
		font-weight:400;
		text-transform: none;
		width:40%;
	}
	.slider1-4{
	background-color: #ff6600;
    color: #ffffff;
    width: 20%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 50px;
    margin-top: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: background-color 0.5s ease;
	}

	.slider1-4:hover{
		background-color:rgba(0, 0, 0, 1);
		color: #ff6600;
	}
	
	.slider1-1.anime{
		animation:bounceInDown 1s linear .6s 1 normal both;
		-webkit-animation: bounceInDown 1s linear .6s 1 normal both;
	}
	.slider1-2.anime{
		animation:bounceInDown 1.2s linear 1.2s 1 normal both;
		-webkit-animation: bounceInDown 1.2s linear 1.2s 1 normal both;
	}
	.slider1-3.anime{
		animation:bounceInDown 1.4s linear 1.6s 1 normal both;
		-webkit-animation: bounceInDown 1.4s linear 1.6s 1 normal both;
	}
	.slider1-4.anime{
		animation:bounceInDown 1.6s linear 1.8s 1 normal both;
		-webkit-animation: bounceInDown 1.6s linear 1.8s 1 normal both;
	}
	

	.slider2-1{
	    background-color:rgba(204, 47, 53, .8);
	    font-size:30px;
	    margin-bottom: 30px;
		white-space:nowrap;
	}
	.slider2-1.anime{
		animation:bounceInDown 1s linear .6s 1 normal both;
		-webkit-animation: bounceInDown 1s linear .6s 1 normal both;
	}
	
	
	.l-slider{
		position:relative;
		width:100%;
		height:90vh;
	}
	
	.l-gallery{
		position:relative;
		width:100%;
		height:inherit;
		overflow:hidden;
		z-index:2;
	}
	.gall_item{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:inherit;
		background-size:cover;
		background-position:center top;
		background-repeat:no-repeat;
		z-index:0;
		opacity:0;
		color:#000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.gall_item.first,
	.gall_item.activ{
		z-index:1;
		opacity:1;
	}
	.gall_item.in_left{
		opacity:1;
		z-index:1;
		animation:slideInLeft .4s linear 0s 1 normal both;
		-webkit-animation: slideInLeft .4s linear 0s 1 normal both;
	}
	.gall_item.in_right{
		opacity:1;
		z-index:1;
		animation:bounceInDown .4s linear 0s 1 normal both;
		-webkit-animation: slideInRight .4s linear 0s 1 normal both;
	}
	.gall_item.out_left{
		opacity:1;
		z-index:0;
		animation:slideOutLeft .4s linear 0s 1 normal both;
		-webkit-animation: slideOutLeft .4s linear 0s 1 normal both;
	}
	.gall_item.out_right{
		opacity:1;
		z-index:0;
		animation:slideOutRight .4s linear 0s 1 normal both;
		-webkit-animation: slideOutRight .4s linear 0s 1 normal both;
	}

	.gall_item img{
		width:100%;
		height:100%;
		object-fit:cover;
		object-position:bottom center;
	}
	
	.gall_item .caption_wrap{
		position:absolute;
		width:70%;
		top:50%;
		left:55%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	
	.l-navigacija-dots{
		display:none;
		position:absolute;
		bottom:10px;
		left:50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index:9;
	}
	.nav_page{
		float:left;
		margin:0 4px;
		cursor:pointer;
	}
	.nav_page .dot{
		width:13px;
		height:13px;
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;
		border:1px solid rgba(204, 47, 53, .8);
	}
	.nav_page:hover .dot,
	.nav_page.activ .dot{
			background:rgba(204, 47, 53, .8);
	 }
	
	.l-navigacija-arrows{
		opacity:0;
		-moz-transition:all .4s;
		-webkit-transition:all .4s;
		transition:all .4s;
	}
	 
	.l-navigacija-arrows .next_arrow,
	.l-navigacija-arrows .prew_arrow{
		position:absolute;
		right:10px;
		top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		z-index:8;
		color:rgba(255, 255, 255, 1);
		font-size:50px;
		cursor:pointer;
	}
	.l-navigacija-arrows .prew_arrow{
		left:20px;
		right:auto;
	}
	
	.l-gallery:hover .l-navigacija-arrows{
		opacity:1;
	}
	
	.l-navigacija-arrows .next_arrow:hover,
	.l-navigacija-arrows .prew_arrow:hover{
		color:rgba(255, 102, 0, 1);
	}
		
	.l-navigacija-arrows .next_arrow:after,
	.l-navigacija-arrows .prew_arrow:before{
		position:absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		font-family: FontAwesome;
		content: "\f105";
	}
	
	.l-navigacija-arrows .prew_arrow:before{
		content: "\f104";
	}
	
	@-webkit-keyframes slideInLeft {
		from  { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible;   }
		to    { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
	}
	@keyframes slideInLeft {
		from  { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible;   }
		to    { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
	}
	
	@-webkit-keyframes slideInRight {
		from  { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible;  }
		to    { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
	}
	@keyframes slideInRight {
		from  { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible;  }
		to    { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
	}
	
	
	@-webkit-keyframes slideOutLeft {
		from  { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
		to    { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
	}
	@keyframes slideOutLeft {
		from  { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
		to    { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
	}
	@-webkit-keyframes slideOutRight {
		from  { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
		to    { visibility: hidden; -webkit-transform: translate3d(1000%, 0, 0); transform: translate3d(1000%, 0, 0);   }
	}
	@keyframes slideOutRight {
		from  { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
		to    { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);     }
	}
	
	@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}