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


/* -------------------------------------------------------------------------------- /
    [1] SETUP - general settings, common classes
/ -------------------------------------------------------------------------------- */
html,body{font-family: 'Source Sans Pro', 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:#ed1c24;}
a:hover{color:#333;}
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;}
a.fancybox {
  margin: 0px 5px 10px;
  padding: 2px;
  border: 1px solid #cecece;
  display: block;
}
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: 'Open Sans', 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;
}

/* -------------------------------------------------------------------------------- /
    [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:#3498db;}
	header .language-container a:hover{color:#3498db; }
	
	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: center;margin-top: 0px;}
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 25px; 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-top{
	background: #f81f2e;
	padding-top:60px;
	width: 100%;
	padding-bottom:10px;
}

#responsive-menu-top p{
	text-align:center;
	color:#FFF;
	line-height:20px;
}

#responsive-menu-top a{
	color:#FFF;
	padding-left:20px;
}

    
.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%;
	top: 0;
}
.responsive-menu-container img.logo{height: 30px;margin: 0 auto;}
.responsive-menu-container img.logo{height: 30px;margin-top: 5px; 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;
    max-height:100vh;
    overflow-y:auto;
}
    ul.responsive-menu > li{display: block; border-top:1px solid #fff;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: #ed1c24; 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;
}
div#responsive-menu > ul > li.active ul{
  display:block;
}

div#responsive-menu > ul > li.active > a,
div#responsive-menu > ul > li a.active{
  background: #ed1c24;
  color:#fff;
}


/* -------------------------------------------------------------------------------- /
    [5] FOOTER
/ -------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- /
    [6] FORM ELEMENTS
/ -------------------------------------------------------------------------------- */
input[type="text"],input[type="email"], textarea{
	border:1px solid #666;
	background: rgba(255,255,255,0.0);
	margin-bottom: 10px;
	width: 100%;
	/*max-width: 180px;*/
	font-size: 12px;
	color: #333;
	padding: 5px 7px;
	display: block;
}
input:focus, textarea:focus{outline: none}
input[type="submit"]{
	background: #268f97;
	border: none;
	color: #fff;
	padding: 7px 34px;
	font-size: 14px;
	line-height: 15px;
	margin-top:20px;
}
p.footer-title{color: #3498db}
.formNotification{
	text-align: center;
 	line-height: 32px;
  	font-size: 20px;
  	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: 1001;
    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;
}

header.fixed .header_top address p,
header.fixed .header_top address h2,
header.fixed .header_top .lang_switcher span{
  font-size:12px;
  line-height:14px;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

header .header_top .lang_switcher img{
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

header.fixed .header_top .lang_switcher img{
  height:20px;
  width:20px;
}

header.fixed .header_top .lang_switcher .arrow{
  height:10px;
  width:14px;
}

.header_top address{
  position:absolute;
  text-align:right;
  right:120px;
  top:0px;
}
.header_top address p{
  color:#ed1c24;
  font-size:14px;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
}

.header_top address h2{
  font-family: 'Raleway', sans-serif;
  padding:0px;
  margin:0px;
  font-size:14px;
  color:#000;
  font-weight:700;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.header_top address a{
  color:#ed1c24;
  padding-left:25px;
}

.lang_switcher{
  position: absolute;
  right:15px;
  top:0px;
  z-index: 9;
}
.lang_switcher span{
  display:block;
  font-size: 14px;
  line-height:20px;
  color:#444444;
  margin-bottom:10px;
}
.langlist {
    z-index: 10;
}

header.fixed .lang_switcher span{
  margin-bottom:5px;
}


.active-lang {
    height: 100%;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    line-height: 16px;
    vertical-align: bottom;
    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;
  display: block;
}

input[type="checkbox"].gdpr {
    margin-top: -4px;
    width: 20px !important;
    height: 20px;
}
