@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Roboto+Condensed:300,400,500,600,700&subset=latin-ext');

body{
	font-family: 'Roboto Condensed', sans-serif;
	margin:0px;
	padding:0px;
	font-size:16px;
}

a, img{
	border:0px;
}

h1,h2,h3{
	font-weight: 400;
}

form{
	min-width:1200px;
	margin:auto;
}

#popup_dimension_keeper form{
	min-width:auto !important;
}

.clear{
	clear:both;
}

.top_container{
	width:100%;
	padding:10px 0px;
	background-color:#009cc1;
	position:relative;
	z-index:4;
}

.top_container .top_content{
	max-width:1200px;
	margin:auto;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	position:relative;
}

.top_container .top_content a{
	text-decoration:none;
	color:#ffffff;
	font-size:16px;
	display:inline-block;
}

.top_container .top_content a img{
	padding-right:5px;
}

.logo{
	float:left;
	width:240px;
	padding-top:7px;
}


.menu_container .menu_content{
	padding:0px 0px 0px 0px;
	width:1200px;
	margin:auto;
	position:relative;
}

.menu_container{
	background-color: #eeeeee;
	position:relative;
	z-index:3;
	padding:10px 0px;
}

.menu_container .search{
	width:195px;
	float:left;
	margin-top:10px;
}

.menu_container .search input{
	padding:6px 8px 5px 8px;
	border:1px solid #e3e3e3;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	font-size:12px;
	color:#b0b0b0;
	float:left;
	width:114px;
}

.menu_container .search a{
	float:left;
}

.menu_container .cart{
	width:78px;
	float:right;
	margin-top:10px;
	padding:2px 0px;
	text-align:center;
	border:1px solid #d7d7d7;
	border-radius:3px;
	overflow:hidden;
	height:25px;
}

.footer,
.footer a{
	color:#fff;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	line-height: 24px;
}

.footer h3{
	letter-spacing:normal;
	font-size:18px;
	color:#fff;
	margin:0px 0px 25px 0px;
	padding-left:15px;
	font-weight:400;
	border-left:10px solid #009cc1;
	text-transform: uppercase;
}

.production_container{
	padding:10px 0px;
	background-color:#009cc1;
}

.production_container .production_content{
	max-width:1200px;
	margin: auto;
	color:#fff;
	font-size:14px;
}

.production_container .production_content a{
	color:#fff;
	text-decoration: none;
}

.production_container .production_content .left{
	float:left;
}

.production_container .production_content .right{
	float:right;
}

.newsletter{
	padding:10px 20px;
	background-color:#e3e2e0;
}

.newsletter input{
	font-size:14px;
	font-family:"Roboto Condensed",sans-serif;
	color:#5f5f5f;
	border:1px solid #b2b2b2;
	padding:5px 15px;
	width:350px;
	font-weight:300;
	margin:10px 0px;
}

.newsletter a{
	background-color:#f57957;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	display:inline-block;
	padding:7px 65px 7px 20px;
	text-decoration:none;
}

.location_out{
	height:15px;
	padding:15px 0px 25px;
	margin-bottom:30px;
	border-bottom:1px solid #606060;
	color:#606060;
}

.location_out a{
	color:#606060;
	text-decoration:none;
	font-size:13px;
	padding:0px 10px;
}

.location_out a:hover{
	color:#f56624;
}

.banner_custom,
.banner_custom_big{
	position:relative;
}

.banner_custom .title,
.banner_custom_big .title{
	position:absolute;
	bottom:0px;
	left:0px;
	width:94%;
	padding:5px 3%;
	font-size:14px;
	font-family:"Cambria Math", sans-serif;
	font-weight:bold;
	line-height:14px;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	overflow:hidden;
}

.banner_custom_big .title{
	font-size:18px;
	line-height:18px;
	padding:15px 3%;
}

.responsive_menu{
	display:none;
	float:right;
	margin-left:10px;
}

.layout_left{}
.layout_left .art_data{
	float:left;
	margin-top:0px;
	width:775px;
}

.layout_left .art_data .image{
	float:left;
	border:1px solid #e5e5e5;
	width:264px;
	height:193px;
	overflow:hidden;
}

.layout_left .art_data .image .inner{
	width:264px;
	height:193px;
}

.header_container{
	position:relative;
	z-index:2;
}

.responsive_menu {
	display: none;
	position: absolute;
	bottom:11px;
	right: 2%;
	padding: 0px;
	width: 23px;
	height: 21px;
	border: 0;
	background-color: transparent;
	background-image: url(/images/responsive_menu_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.responsive_menu span{
	display: inline-block;
	width: 30px;
	height: 4px;
	background-color: #3d3d3f;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	transition: all ease-in-out 0.3s;
	border-radius: 10px;
}

.responsive_menu span:nth-child(2) {
    top: 9px;
}

.responsive_menu span:nth-child(3) {
    top: 18px;
}

.responsive_menu.open span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}

.responsive_menu.open span:nth-child(2){
	width: 0%;
	opacity: 0;
}

.responsive_menu.open span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}

.gray_button{
	font-size:16px;
	font-weight:normal;
	padding:15px 60px;
	background-color:#eeeeee;
	color:#009cc1;
	text-decoration:none;
	display:inline-block;
	transition:all ease-in-out 0.3s;
}

.gray_button:hover{
	background-color:#009cc1;
	color:#fff;
}

.blue_button{
	font-size:16px;
	font-weight:normal;
	padding:15px 60px;
	background-color:#009cc1;
	color:#fff;
	text-decoration:none;
	display:inline-block;
}

.gray_button:hover{
	background-color:#009cc1;
	color:#fff;
}

.pdf_button{
	background:url(/images/pdf_icon.png) left top no-repeat #d7d7d7;
	color:#424242;
	display:block;
	padding:15px 15px 15px 85px;
	display:inline-block;
	font-family:"Roboto Condensed", sans-serif;
	font-weight:500;
	font-size:18px;
	text-decoration:none;
}

#opinions_slider{
	height:450px;
}

.parallax{
	background:url(/images/dummy_bg.jpg);
}

.orange_text{
	color:#f57955 !important;
}

.gdpr a{
	padding:0px !important;
	background-color:transparent !important;
	color:#434343;
	font-size:15px;
}

.gdpr input{
	width:auto !important;
}

.footer-banner{
	color:#3a3a3c;
}

.insta_container{
	margin:auto;
	max-width:1200px;
	margin-top:0px;
	color:#3a3a3c;
}

.insta_container .insta_content{
	margin-bottom:80px;
}

.insta_container .insta_item{
	display:inline-block;
	width:calc(25% - 4px);
	padding-top:calc(18% - 4px);
	position:relative;
	line-height:20px;
	font-size:14px;
	color:#fff;
	vertical-align:top;
	overflow: hidden;
	margin:2px;
}

.insta_container .insta_item hr{
	border:none;
	border-top:1px solid #af8b65;
	margin-top:20px;
	width:20%;
	margin:10px auto;
	display: none;
}

.insta_container .insta_item .overlay{
	position:absolute;
	left:0px;
	top:0px;
	background-color:rgba(78,68,68,0.6);
	color:#fff;
	width:100%;
	height:100%;
	padding:0px;
	text-align:center;
	opacity:0;
	transition:all ease-in-out 0.3s;
	display:table;
	font-weight: 700;
}

.insta_container .insta_item .overlay div{
	display:table-cell;
	height:100%;
	vertical-align:middle;
}

.insta_container .insta_item .overlay:hover{
	opacity:1;
}

.contact_holder{
	max-width: 1200px;
	box-shadow:0px 0px 4px rgba(0,0,0,0.4);
	margin:auto;
	padding:40px 50px;
	padding-top:60px;
	height:365px;
	box-sizing: border-box;
	font-size:24px;
	background-color:#fff;
	margin-bottom:100px;
}

.contact_holder input[type="text"],
.contact_holder textarea{
	width:98%;
	border:none;
	padding:10px 15px;
	font-size:18px;
	color:#2b2b2b;
	font-family:'Roboto Condensed', sans-serif;
	background-color:#e5f5f9;
	box-sizing: border-box;
}

.contact_holder textarea{
	width:99.33%;
	height:120px;
}

.articles .cat_titles{
	text-align: center;
	font-size:18px;
	background-color: #009cc1;
	position: relative;
}

.articles .cat_titles .jcarousel-control-next2,
.articles .cat_titles .jcarousel-control-prev2{
	position: absolute;
	right:45px;
	top:18px;
	cursor: pointer;
}

.articles .cat_titles .jcarousel-control-next2{
	right:20px;
}

.articles .cat_titles a{
	font-size:18px;
	font-weight: normal;
	color:#fff;
	text-decoration: none;
	display: inline-block;
	padding:15px 30px;
}

.articles .cat_titles a.sel{
	font-weight: bold;
}

.articles .art_item a{
	text-decoration: none;
}

.articles .art_item h2{
	font-size:18px !important;
	color:#3a3a3c !important;
	font-weight:bold !important;
	margin-bottom:15px !important;
	padding:0px !important;
	background-color:transparent;
	display:block;
	text-align:center !important;
}

.articles .art_item .price{
	font-size:14px;
	color:#3a3a3c;
	text-align:center;
	font-weight:normal;
}

.articles .art_item .price span:nth-child(1){
	color:#000;
	text-decoration:line-through;
	font-size:16px;
	margin-right:5px;
}

.selected_art .buttons,
.articles .art_item .buttons{
	width: 100%;
	margin-top:15px;
	padding-bottom:20px;
	/*padding:0px 10px 20px 10px;*/
}

.selected_art .hover,
.articles .art_item .hover{
	padding:10px 15px;
	padding-top:10px;
	padding-bottom:10px;
	transition:all ease-in-out 0.3s;
}

/*.selected_art:hover .hover,
.articles .art_item:hover .hover{
	background-color:#5a2049;
	color:#fff;
}

.selected_art:hover .hover h2,
.articles .art_item:hover .hover h2,
.articles .art_item:hover .price,
.articles .art_item:hover .price span,
.articles .art_item:hover .price div{
	color:#fff !important;
}*/

.selected_art .buttons,
.articles .art_item .buttons{
	text-align:center;
}

.selected_art .buttons a,
.articles .art_item .buttons a{
	color:#009cc1;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.selected_art .buttons a img,
.articles .art_item .buttons a img{
	
}

.selected_art .buttons a:nth-child(2),
.articles .art_item .buttons a:nth-child(2){
	background:url(/images/purple_button_bg.png) center center no-repeat;
	padding-left:20px;
	padding-right:20px;
	margin-left:4%;
	width:128px;
}

.selected_art .buttons a.red:nth-child(2),
.articles .art_item .buttons a.red:nth-child(2){
	background:url(/images/red_button_bg.png) center center no-repeat;
}

.articles .art_item .buttons a:nth-child(1):hover{
	
}

.articles .art_item .buttons a:nth-child(2):hover{

}

.selected_art .buttons a span
.articles .art_item .buttons a span{
	height:16px;
	overflow:hidden;
	display:inline-block;
}

.selected_art .buttons a:hover span img,
.articles .art_item .buttons a:hover span img{
	margin-top:-16px !important;
}

.articles .art_item .image{
	padding-top:100%;
	/*border:1px solid #5a2049;*/
}

.articles .art_item .image2{
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all ease-in 0.3s;
	 width:100%;
	 height:100%;
	 display:block;
}

.articles .art_item .wishlist_button{
	position:absolute;
	right:15px;
	bottom:15px;
	height:20px;
	overflow:hidden;
}

.articles .art_item .wishlist_button.sel img{
	margin-top:-20px;
}

.articles .art_item .top{
	display:block;
	position:relative;
}

.articles .art_item .top:hover .image2{
	opacity:1;
}

div.white_text,
span.white_text,
h1.white_text,
h2.white_text,
h3.white_text,
a.white_text{
	color:#fff !important;
}

.tabela-povprasevanje{
	margin:20px 0px;
}

.tabela-povprasevanje table td input[type="text"],
.tabela-povprasevanje table td textarea{
	width:100%;
	border:none !important;
	border-bottom:1px solid #009cc2 !important;
	font-size:14px;
	color:#000;
	font-family:'Roboto Condensed', sans-serif;
	height:30px;
	margin-bottom:35px;
}

.footer_voucher{
	padding:20px 0px;
}

.footer_voucher .footer_voucher_content{
	max-width:1170px;
	margin:auto;
	font-size:14px;
}

.footer_voucher .footer_voucher_content a{
	color:#434343;
	text-decoration:none;
}

.footer_voucher .footer_voucher_content img{
	margin-left:20px;
}