@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body,html{
	margin:0px;
	padding:0px;
	font-family: 'Manrope', sans-serif;
	font-weight:400;
	font-size:16px;
	letter-spacing: 0.1em;
	position:relative;
	box-sizing:border-box;
}

a{
	text-decoration:none;
	color:#000;
}

h2{
	font-size: 24px;
	line-height: 36px;
	margin: 0px;
	font-weight: 800;
}

img{
	border:none;
}

strong{
	font-weight: bold;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}

*{
	box-sizing:border-box;
}

textarea:focus, input:focus{
    outline: none;
}

h1{
	font-family:'Manrope', sans-serif;
}

.social-floater{
	position:fixed;
	right:0px;
	top:25%;
	padding:10px 10px;
	background-color: rgba(255,255,255,0.5);
	z-index:99999;
}

.social-floater a{
	display: block;
	margin:15px 0px;
}
#ajax_loader{
	display: none!important;
}

.top_container{
	padding:10px 0px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	background-color:#EBCB84;
	display: none;
}

.top_container .top_content{
	width:100%;
	max-width:1400px;
	margin:auto;
}

.top_container .top_content img{
	vertical-align: middle;
}

.top_container a{
	color:#010101;
	text-decoration:none;
	font-size:16px;
}

.top_container a:nth-last-child(2){
	margin-right:0px;
	padding-right:0px;
	border-right:none !important;
}

.top_container a img{
	margin-right:5px;
}

.top_container a span{
	font-weight: bold;
}

.top_container .top_content .left_side{
	float:left;
	width:40%;
}

.top_container .top_content .middle_side{
	float:left;
	width:45%;
}

.top_container .top_content .right_side{
	float:right;
}

.header{
	width:100%;
	margin:auto;
}

.header .left{
	width:21.5%;
	display: table-cell;
	vertical-align: top;
	background-color: #f6f6f6;
	position: relative;
}

.header .right{
	width:78.5%;
	display: table-cell;
}

.menu_container{
	width:98%;
	margin:auto;
	padding:0px 0px 0px 0px;
	max-width: 1550px;
}

.logo{
	float:left;
	width:20%;
	margin-top:18px;
}

.logo-responsive img{
	width:100px;
	height: auto;
}

.scroll_menu{
	/*position:fixed;*/
	width:100%;
	z-index:9999;
	transition:all ease-in-out 0.3s;
	background-color:#fff;
}

.scroll_menu.scroll{
	top:0px;
}

.scroll_menu.scroll .menu_container{
	margin-bottom:0px !important;
	border:none !important;
}

.scroll_menu .st0{fill:#2c4a66; transition:all ease-in-out 0.3s;}
.scroll_menu svg{fill:#ffffff;}
.scroll_menu.scroll .st0{fill:#ffffff; transition:all ease-in-out 0.3s;}
.scroll_menu.scroll svg{fill:#000000;}

.menu_container .left_side{
	float:left;
	width:20%;
}

.menu_container .left_side a{
	color:#13314c;
}

.menu_container .right_side{
	float:left;
	width:80%;
	margin-top:6px;
}

.toolbar_content{
/*	position:absolute;*/
	right:0px;
	top:0px;
	padding-top:10px;
}

.toolbar_content a svg{
	transition: all ease-in-out 0.15s;
	transform-origin: top left;
}

.toolbar_content a svg path{
	transition: all ease-in-out 0.15s;
}

.toolbar_content a:hover{
	text-decoration: underline;
}

.kontakt a:hover svg,
.toolbar_content a:hover svg{
	transform: scale(1.2);
}

.kontakt a:hover svg path,
.toolbar_content a:hover svg path{
	fill:#ED2D35;
}

.menu_delim{
	height:42px;
	background-color:#fff1d7;
}

.sub_menu_container{
/*	background: url(/images/sub_menu_bg.png) center center no-repeat;*/
/*	background-size:cover;*/
	background-color: #383838;
	padding:11px 20px;
	text-align:right;
	position: relative;
	z-index:10;
}

.sub_menu_container .sub_menu_content{
	position: relative;
	max-width:1550px;
	margin: auto;
	display: flex;
	justify-content: right;
	align-items: center;
}

.sub_menu_container .sub_menu_content .sub_menu a{
	display: inline-block;
	padding:10px 25px;
	font-size:16px;
	line-height:16px;
	color:#fff;
	transition: all ease-in-out 0.2s;
	font-weight:500;
	letter-spacing: 0.1em;
	text-transform:uppercase;
}

.sub_menu_container .sub_menu_content .sub_menu a:hover{
	color:#ED2D35;
}

.toolbar_content a{
	color:#13314c;
	text-decoration:underline;
	position: relative;
}

.right_side .wishlist,
.right_side .profile_button{
	float:right;
}

.toolbar_content .wishlist{
	position: relative;
}

.toolbar_content .wishlist a{
	margin-top:11px !important;
}

.toolbar_content .wishlist span{
	position: absolute;
	right: -5px;
	top: 9px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	border-radius: 100px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	display: none;
}

.toolbar_content a img{
	margin-right:5px;
}

.toolbar_content .language{
	display: inline-block;
	box-shadow:0px 0px 4px rgba(0,0,0,0.25);
	padding:8px;
	border-radius:5px;
	vertical-align: top;
	margin-top:-10px;
	margin-right:30px;
	margin-left:20px;
	background: white;
}

.toolbar_content .language ul{
	list-style: none;
	margin:0px;
	padding:0px;
}

.toolbar_content .language ul li a{
	display:block;
}

.toolbar_content .language img{
	margin:0px !important;
	display: block;
}

.toolbar_content .language ul li ul li img{
	display: inline-block !important;
}


/***HEADER***/
.floater-buttons{
	position:fixed;
	right:20px;
	top:50vh;
	margin-top:-67px;
	z-index:11;
	text-align: right;
}

.floater-buttons a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:38px;
	overflow: hidden;
	transition: all ease-in-out 0.3s;
	background-color:#fff;
	box-shadow:0px 0px 4px rgba(0,0,0,0.25);
	position: relative;
	border-radius:20px;
	text-align: left;
	color:#3D4B52;
	text-transform:uppercase;
}

.floater-buttons a span{
	width:240px;
	display:inline-block;
	text-align: center !important;
	vertical-align:middle;
	color: #ED2D35;
	letter-spacing:0px;
}

.floater-buttons a::after{
	content:'';
	display:inline-block;
	width:40px;
	height:40px;
	vertical-align: middle;
	position:absolute;
	right: 0px;
	top:0px;
}

.floater-buttons a.download::after{
	background: url(/images/download_icon_g.png) center center no-repeat #fff;
}

.floater-buttons a.contact::after{
	background: url(/images/email_icon_g.png) center center no-repeat #fff;
}

.floater-buttons a.location::after{
	background: url(/images/location_icon_g.png) center center no-repeat #fff;
}

.floater-buttons a:hover{
	width:240px;
}


/****ARTS & CATS****/
.categories_content{
	display:flex;
	flex-direction:row;
	margin-top:-50px;
}

.categories_content .cat_item{
	display:block;
	flex: 1 1 0;
	text-align: center;
	background-color: #fff;
	border-radius:5px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	color:#081d2a;
	font-size:20px;
	padding-bottom:55px;
	margin:0px 5px;
	font-weight:bold;
	transition:all ease-in-out 0.3s;
}

.categories_content .cat_item:hover{
	box-shadow:0px 0px 10px rgba(0,0,0,0.6);
	color:#1cbfaa;
}

.categories_content .cat_item .image{
	width:120px;
	height:120px;
	background-color:#1cbfaa !important;
	border-radius:50%;
	margin:-60px auto 30px auto;
}

.cat_holder div a.active,
.cat_holder div a:hover{
	color:#ED2D35;
}
.cat_holder div a{
	text-transform: uppercase;
font-size: 20px;
font-weight: 800;
line-height: 24px;
letter-spacing: 0.15em;
text-align: center;
	transition: 0.3s ease-in-out;

}
.cat_holder{
	display: flex;
	margin:90px auto;
	max-width: 800px;
	width: 100%;
	justify-content: space-around;
}



.articles .art_item{
	position:relative;
	text-align:left;
	overflow:hidden;
	transition: all ease-in-out 0.3s;
	color:#333;
/*	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/
	border-radius:15px;
}

.articles .art_item .title{
	color:#000;
	font-weight:bold;
	margin-bottom:15px;
	height:44px;
	padding:0px 20px;
}

.articles .art_item .short{
	display: none;
}

.articles .landscape .art_item .short{
	display: block;
	color:#505d6f;
	font-size:16px;
}

.articles .art_item:hover{
	/*box-shadow:0px 0px 20px rgba(0,0,0,0.3);*/
}

.articles .art_item .banner_border{
	width:100%;
	height:auto;
}

.articles .art_item .image{
	width:100%;
	padding-top:108%;
	margin:auto;
	background-size: contain;
	background-position:center center;
	background-repeat: no-repeat;
	transition: all ease-in-out 0.4s;
}

.articles .art_item:hover .image{
	transform: scale(1.1);
}

.articles .art_item .image2{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:#fff !important;
	opacity:0;
	transition: all ease-in-out 0.3s;
}

.articles .art_item:hover .image2{
	opacity: 1;
}

.articles .art_item a.cart-button{
	display: inline-block;
	margin-top:20px;
	margin-bottom:30px;
	height:44px;
	background-color:#3D4B52;
	border-radius:5px;
	text-align:center;
	position: relative;
	transition: all ease-in-out 0.3s;
}

.articles .art_item a.cart-button img{
	vertical-align: bottom;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	transition:all ease-in-out 0.3s;
}

.articles .art_item a.cart-button span{
	display:inline-block;
	opacity:0;
	width:0px;
	padding:0px 24px;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
	font-size:16px;
	color:#fff;
	transition: all ease-in-out 0.3s;
	line-height:44px;
	vertical-align:middle;
	font-weight:500;
}

.articles .art_item a.cart-button span::after{
	content: '';
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 10px;
  background: url(/images/arrow_more_w.png) no-repeat;
  transition: background-position ease-in-out 0.3s;
	vertical-align: middle;
}


#art_image .action_tag,
.articles .art_item .action_tag{
	position:absolute;
	right:0px;
	top:25px;
	text-align:center;
	color:#ffffff;
	line-height:22px;
	z-index:3;
	background-color:#DF1942;
	font-size:16px;
	padding:5px 15px;
	font-weight:800;
	border-top-left-radius:16px;
	border-bottom-left-radius:16px;
}

#art_image .action_tag.new,
.articles .art_item .action_tag.new{
	right:auto;
	left:0px;
	color:#fff;
	border-radius: 0px;
	border-top-right-radius:16px;
	border-bottom-right-radius:16px;
	text-transform: uppercase;
	
font-size: 16px;
font-weight: 800;
/*line-height: 16px;*/
letter-spacing: 0.05em;
text-align: left;

	background-color:#EBCB84;
}

.articles .landscape .art_item .action_tag.new{
	left:24%;
}

.articles .art_item .action_tag div{
	font-size:12px;
	color:#fff;
}

.ratings{
	width:99px;
	display:inline-block;
	position:relative;
	margin-top:5px;
	margin-bottom:20px;
}

.ratings .rating_buttons{
	position:relative;
	z-index:3;
	width:100%;
}

.ratings .rating_buttons a{
	width:20%;
	height:16px;
	display:block;
	float:left;
}

.ratings .empty,
.ratings .full{
	position:absolute;
	top:0px;
	left:0px;
	width:99px;
	z-index:1;
	height:16px;
}

.ratings .full{
	z-index:2;
}

.ratings .full div{
	width:0px;
	overflow:hidden;
}

/*
.articles .art_item h2{
	font-size:18px;
	font-weight:bold;
	color:#505d6f;
	margin:0px;
	height:100px;
	overflow: hidden;
	text-align:center;
	margin-top:10px;
	padding:0px 30px;
}
*/

.articles .landscape .art_item a.title,
.articles .landscape .art_item a.images_holder{
	float:left;
	width:24%;
}

.articles .landscape .art_item a.title{
	width:50%;
}

.articles .landscape .art_item{
	width:100% !important;
	float:none !important;
	margin:0px 0px 1% 0px !important
}

.articles .landscape .art_item .image,
.articles .landscape .art_item .image2{
	background-position: center center !important;
}

.articles .landscape .art_item h2{
	text-align:left;
	margin-top:50px;
	height:70px;
	padding:0px;
}

.articles .art_item .price{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	text-align: center;
}

.articles .art_item .blagovna{
	display: none;
}

.articles .landscape .art_item .blagovna{
	display: inline-block;
	position:absolute;
	right:10px;
	bottom:10px;
	width:200px;
	text-align:center;
}

.pagination::before{
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#cecfcf;
	position:absolute;
	top:55%;
	left:0px;
	z-index:0;
}

.pagination a.all{
	position: relative;
	background-color:#f7f9f8;
	padding-right:20px;
}

.cell_number{
	background-color:#79ad3c;
	border-radius:100%;
	width:52px;
	height:52px;
	line-height:52px;
	position:absolute;
	right:0px;
	top:20px;
	font-weight:bold;
	color:#fff;
	font-size:24px;
}

.content_container .side_banner{
	float:left;
	width:15%;
}

.content_container .side_banner img{
	width:100%;
	height:auto;
}

.content_container .content_content.articles{
	width:100%;
	max-width:1660px;
	position:relative;
	padding:0px 0px;
	margin: auto;
}

.content_container.categories{
	height:12vw;
}

.content_container.categories .cat_item{
	float:left;
	text-align:center;
	height:11.5vw;
	position:relative;
	transition:all ease-in-out 0.3s;
}

.content_container.categories .cat_item:hover{
	height:12vw;
}

.content_container.categories .cat_item .title{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:1vw 0px;
	background-color:#79ad3c;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

.content_container.categories .cat_item:nth-child(2n) .title{
	background-color:#13314c;
}

.content_container .content_content.content,
.content_container .content_content.banners,
.content_container .content_content.gallery,
.content_container .content_content.countdown{
	max-width:1850px;
	margin:auto;
}

.content_container .content_content.content table.piktogrami tr td{
	border-right:1px solid #dbdbdb;
}

.content_container .content_content.content table.piktogrami tr td:nth-child(1){
	border-left:1px solid #dbdbdb;
}

.content_container .content_content.content table.piktogrami tr td:nth-child(2n-1),
.content_container .content_content .content table.piktogrami tr td:nth-child(2n-1){
	position:relative;
	color:#000;
	line-height:15px;
}

.content_container .content_content .banner_item{
	display:block;
	width:100%;
	position:relative;
	
}

.content_container .content_content .banner_item img{
	width:100%;
	height:auto;
	display:block;
	border-radius: 7px;
}

.content_container .content_content .banner_item .overlay{
	border-radius: 7px;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index:1;
	opacity:0;
	transition: all ease-in-out 0.3s;
}

.content_container .content_content .banner_item .desc{
	position:absolute;
	padding:70px;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;
	color:#fff;
}

.content_container .content_content .banner_item .desc .title{
	font-size:30px;
	width:48%;
	color:#fff;
	letter-spacing:2px;
}

.content_container .content_content .banner_item:hover .overlay{
	opacity:1;
}

.content_container .content_content.news{
	width:100%;
	max-width: 1440px;
	margin: auto;
}

.content_container .content_content.news .news_item{
	float:left;
	width:31.66%;
	margin-left:2.5%;
	color:#585858;
	text-decoration:none;
	font-size:14px;
}

.content_container .content_content.news .news_item:nth-child(2){
	margin-left:0px;
}

.content_container .content_content.news .news_item .button{
	line-height:14px;
	margin-top:30px;
	font-weight: bold;
	color:#000;
}

.content_container .content_content.news .news_item .image{
	padding-top:60%;
}

.content_container .content_content.news .news_item .short h3{
	font-size:18px;
	color:#000000;
	margin-top:20px;
	margin-bottom:10px;
}

.content_container .content_content.gallery{
	margin-top:45px;
}

.content_container .content_content.countdown .countdown_left{
	float:left;
	width:305px;
	padding:35px 40px;
}

.content_container .content_content.countdown .countdown_right{
	float:right;
	width:925px;
}

.content_container .content_content.countdown .countdown_right .art_item .thumb{
	width:50%;
	float:left;
	height:250px;
	background-size:contain !important;
}

.content_container .content_content table.partners tr td{
	display: flex;
	flex-direction:row;
	align-items: center;
	justify-content: center;
}

.content_container .content_content table.partners tr td a{
	display: table-cell;
	flex: 1 1 0;
	text-align: center;
}

.table_counter h4{
	color:#ffffff;
	font-size:60px !important;
	font-weight:800 !important;
}

.table_counter h3{
	color:#ffffff;
	font-size:24px !important;
	font-weight:800 !important;
	letter-spacing:2px !important;
}

.blog_content .left_side,
.blog_content .right_side{
	float:left;
	width:49.5%;
}

.blog_content .right_side{
	float:right;
}

.blog_content .blog_prev{
	width:100%;
	margin-bottom:2%;
	overflow:hidden;
	padding-bottom:30px;
	float:left;
	background-color:#ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	transition: all ease-in-out 0.3s;
	text-align: left;
	border-radius:10px;
	cursor: pointer;
}

.blog_content:not(.content_content) .right_side .blog_prev:nth-child(1),
.blog_content:not(.content_content) .right_side .blog_prev:nth-child(2),
.blog_content:not(.content_content) .right_side .blog_prev:nth-child(3),
.blog_content:not(.content_content) .right_side .blog_prev:nth-child(4) {
    width: 48%;
    /* margin-left: 13px; */
    float: left;
}

a.blog_prev:nth-child(2),
a.blog_prev:nth-child(4) {
  margin-left: 13px;
}



.blog_content .blog_prev .blog_pic{
	position:relative;
}

.blog_content .right_side .blog_prev .blog_pic{
	padding-top:55%;
}

.blog_content .blog_prev .blog_pic .date{
	position:absolute;
	top:0px;
	left:30px;
	text-align: center;
	padding:0px 10px 5px 10px;
	background-color:#fff;
	box-shadow:5px 0px 10px rgba(0,0,0,0.2);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.blog_content .blog_prev .blog_pic .date .day{
	font-size:35px;
	color:#242424;
	font-weight:600;
}

.blog_content .blog_prev .blog_pic .date .month{
	font-size:20px;
	color:#242424;
	font-weight:600;
}

/*
.blog_content.content_content .right_side .blog_prev:nth-child(1) .blog_pic{
	padding-top:26%;
}
*/
.blog_content .right_side .blog_prev:nth-child(2){
	width: 49%;
}
.blog_content .blog_prev:hover{
	box-shadow:0px 0px 15px rgba(0,0,0,0.4);
}

/*
.blog_content .blog_prev:nth-child(4){
	margin-left:0px;
}
*/

.blog_content .blog_prev .blog_topwrap{
	
}

.blog_content .blog_prev .blog_topwrap .blog_title{
	margin:0 auto;
	padding:0px 25px;
	height:105px;
	overflow: hidden;
}

.blog_content .left_side .blog_prev .blog_topwrap .blog_title{
	height:165px;
}

.blog_content .blog_prev .blog_topwrap .blog_title h2{
	font-size:21px;
	color:#242424;
	font-weight: bold;
	margin:0px;
	line-height: normal !important;
	min-height: 115px;
}

.blog_content .blog_prev .button{
	position: relative;
	padding:10px 25px;
	font-size:16px;
	color:#4a6173;
}

.blog_content .blog_prev .button::after{
	content:'';
	display:inline-block;
	width:15px;
	height:10px;
	background:url(/images/news_arrow.png) center center no-repeat;
	transition: all ease-in-out 0.3s;
	margin-left:10px;
}

.blog_content .blog_prev .button:hover::after{
	margin-left:15px;
}

.blog_content .blog_prev .cats_content{
	padding:0px 25px;
}

.blog_content .blog_prev .cats_content .blog_det{
	padding-top:0px;
	padding-bottom:10px;
	font-size:14px;
	font-weight:normal;
	color:#1cbfaa;
}

.blog_content .blog_prev .blog_pic{
	width:100%;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:30px;
	margin-top:0px;
	padding-top:79.6%;
}

.blog_content .blog_prev .blog_pic img{
	width:100%;
	height:auto;
}

.blog_content .blog_prev .blog_prevtext{
	padding:0px 25px;
}

.blog_content .blog_prev .blog_prevtext .blog_short{
	font-size:16px;
	color:#585858;
	margin-top:15px;
	height:95px;
	overflow: hidden;
	line-height:24px;
}

.blog_content .blog_prev .blog_prevtext .options_left{
	width:307px;
	height:48px;
	float:left;
	position:relative;
}

.blog_content .blog_prev .blog_prevtext .options_right{
	width:124px;
	height:48px;
	float:right;
	position:relative;
}

.blog_content .blog_prev .blog_prevtext .options_right a{
	width:22px;
	height:22px;
	display:block;
	float:left;
	margin-right:7px;
	background-position:top;
}

.blog_content .blog_prev .blog_prevtext .options_right a:hover{
	background-position:bottom;
}

.insta_container{
	margin: auto;
	margin-top:60px;
	max-width:1850px;
	text-align: center;
}

.insta_container .insta_content{
	margin-bottom:80px;
}

.insta_container .insta_item{
	display:inline-block;
	width:19.50%;
	padding-top:21%;
	position:relative;
	line-height:24px;
	font-size:16px;
	color:#616161;
	vertical-align:top;
	margin-left:0.5%;
	margin-bottom:0.5%;
}

.insta_container .insta_item:nth-child(5n-4){
	margin-left:0px;
}

.insta_container .insta_item hr{
	border:none;
	border-top:1px solid #af8b65;
	margin-top:20px;
	width:20%;
	margin:10px auto;
}

.insta_container .insta_item .overlay{
	position:absolute;
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.6);
	color:#616161;
	width:100%;
	height:100%;
	padding:20px;
	text-align:center;
	opacity:0;
	transition:all ease-in-out 0.3s;
	display:table;
}

.insta_container .insta_item .overlay div{
	display:table-cell;
	height:100%;
	vertical-align:middle;
}

.insta_container .insta_item .overlay:hover{
	opacity:1;
}

.use_item{
	display: inline-block;
	width:23%;
	margin:1%;
	vertical-align: top;
	text-align:center;
	padding-top:23%;
	position:relative;
	border-radius:10px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.25);
	overflow:hidden;
}

.use_item .background{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

.use_item .overlay{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#fff;
	opacity:1;
	transition:all ease-in-out 0.3;
}

.use_item .detail .icon svg path{
	transition:all ease-in-out 0.3s;
}

.use_item:hover .detail .icon svg path{
	fill:#ffffff !important;
}

.use_item .detail{
	position: absolute;
	top:50%;
	left:0;
	transform: translate(0,-50%);
	width:100%;
}

.use_item .detail .icon{
	
}

.use_item .detail .title{
	font-size:24px;
	font-weight:800;
	margin-top:20px;
	transition:all ease-in-out 0.3s;
}

.use_item:hover .overlay{
	opacity:0;
	transition:all ease-in-out 0.3s;
}

.use_item:hover .detail .title{
	color:#fff;
}

.footer_container .gdpr{
	color: white!important;
}
.footer_container{
	width:100%;
	padding:75px 0px 75px 0px;
	color:#000000;
	font-size:15px;
	line-height:24px;
	background-color:#ffffff;
}

.footer_container .footer_content{
	font-weight:500;
}

.footer_container .footer_content table tr td{
	padding-right:30px;
	padding-left:30px;
/*	border-right:1px solid #179b8a;*/
}

.footer_container .footer_content table tr td:nth-child(1){
	padding-left:0px;
}

.footer_container .footer_content table tr td:nth-last-child(1){
	padding-right:0px;
	display: none;
	border-right:none;
}

.footer_container .footer_content h2{
	font-size:16px;
	margin:0px;
}

.footer_container .footer_content a{
	color:#000000;
	line-height:32px;
	font-weight:500;
}

.footer_container .footer_content a svg{
	transition: all ease-in-out 0.15s;
	transform-origin: top left;
}

.footer_container .footer_content a svg path{
	fill:#000000;
	transition: all ease-in-out 0.15s;
}

.footer_container .footer_content a:hover{
	text-decoration: underline;
}

.footer_container .footer_content a:hover svg{
	transform: scale(1.2);
}

.footer_container .footer_content a:hover svg path{
	fill:#ED2D35;
}

.footer_container .footer_content h1{
	font-size:16px;
	color: #3c3c3c;
	font-weight: 600;
	height: 31px;
	border-bottom: 1px solid #d9d9d9;
}

.footer_container .footer_content h1 span{
	border-bottom: 3px solid #e21717;
	padding-bottom: 6px;
}

.footer_container .footer_content hr{
	border:none;
	border-top:1px solid #e4e4e4;
	margin-top:0px;
	margin-bottom:15px;
}

.footer_container .footer_content .right a{
	color:#585858;
	text-decoration:none;
	font-size:14px;
}

.production_container{
	padding:px 0px;
	color:#fff;
	font-size:14px;
	background-color: #383838;
}

.production_container a{
	color:#fff;
}

.production_container a:hover{
	text-decoration: underline;
}

.production_container .production_content{
	max-width:1600px;
	margin:auto;
	padding:20px 0px;
	letter-spacing:0px;
}

.production_container .production_content .left{
	float: left;
}

.production_container .production{
	float:right;
}

.production_container .right{
	float:right;
}

.newsletter_container{
}

.newsletter_container .newsletter_content{
	margin: auto;
	color:#fff;
}

.newsletter_container .newsletter_content input[type="text"]{
	width:calc(100% - 120px);
	box-sizing:border-box;
	padding:10px 20px;
	font-size:16px;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	border:none;
	border-bottom:1px solid #fff;
	font-family:'Manrope', sans-serif;
	background-color:transparent;
	margin-bottom:20px;
	height: 41px;
}

.newsletter_container .newsletter_content .button{
		height: 41px;
display: inline-block;
	line-height:43px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	border-bottom:1px solid #fff;
	letter-spacing:2px;
	padding-bottom:9px;
}

.newsletter_container .newsletter_content .button::after{
	content: '';
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-left: 10px;
  background: url(/images/arrow_more_w.png) no-repeat;
  background-position: left center;
  transition: background-position 0.3s ease;
}

.newsletter_container .newsletter_content .button:hover::after{
	background-position: right 8px center;
}

.newsletter_container .newsletter_content label{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 45px);
	margin-left:0px;
	color:#5d5d5d;
	font-size:14px;
}

.newsletter_container .newsletter_content label input{
	float:left;
	margin-bottom:30px;
	margin-right:10px;
}

.newsletter_container .newsletter_content .close_button{
	position:absolute;
	right:0px;
	top:0px;
}

.newsletter_container .newsletter_content label{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 45px);
	margin-left:0px;
	color:#fff;
	font-size:14px;
	line-height:16px;
}

.newsletter_container .newsletter_content h1{
	font-size: 36px;
  color: #2b2f31;
  margin: 0px;
}

.newsletter_container .newsletter_content label input{
	float:left;
	margin-bottom:30px;
	margin-right:10px;
}

.newsletter_container .newsletter_content .close_button{
	position:absolute;
	right:0px;
	top:0px;
}

.documents_holder .documents_item{
	margin-bottom:10px;
}

.documents_holder .documents_item .document{
	display: none;
}

.documents_holder .documents_item .document table tr td{
	padding-bottom:40px;
	position:relative;
}

.documents_holder .documents_item .button a{
	display: block;
	position: relative;
	padding:16px 0px 16px 25px;
	font-size:18px;
	color:#192939;
	font-weight:600;
	background-color:#ecf1ff;
	border-radius:5px;
}

.documents_holder .documents_item .button a::after{
	content:'';
	display: block;
	width:55px;
	height:55px;
	position:absolute;
	right:0px;
	top:0px;
	border-radius:5px;
	background:url(/images/documents_arrow.png) center center no-repeat #1cbfaa;
}

.documents_holder .documents_item.sel .button a::after{
	transform:rotate(180deg);
}

.documents_holder .documents_item.sel .document{
	display: block;
	padding:10px 0px 0px 0px;
}

/*.documents_holder .documents_item .document table tr td table tr td:nth-child(1) img{
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}*/

.documents_holder .documents_item .document table tr td table tr td:nth-child(3) a{
	display: inline-block;
	color:#1cbfaa;
	font-size:14px;
	font-weight:bold;
	position: absolute;
	bottom:20px;
}

.documents_holder .documents_item .document table tr td table tr td:nth-child(3) a::before{
	content:'';
	display:inline-block;
	width:20px;
	height:20px;
	background:url(/images/download_icon.png) center center no-repeat;
	margin-right:5px;
}

.pikto_holder{
	position:absolute;
	bottom:0px;
	left:10px;
	z-index:9;
}

.pikto_holder div{
	margin:10px auto;
}

.blue_text{
	color:#003463 !important;
}

.gray_text{
	color:#424243 !important;
}

.div_background{
	background:url(/images/background_content.jpg) center bottom no-repeat;
	background-size:cover;
}

.content_content.articles a.menu h1{
	border-left:10px solid #79ad3c;
	text-align:left;
	padding-left:30px;
	float:left;
	width:25%;
	font-weight:normal;
	background-color:#f4f4f4;
	text-transform:uppercase;
}

.content_content.articles a.menu.sel h1,
.content_content.articles a.menu:hover h1{
	border-left:10px solid #79ad3c;
	text-align:left;
	padding-left:30px;
	float:left;
	width:25%;
	background-color:#ebebeb;
	font-weight:bold;
}

.content_content .opinion_item{
	width:100%;
	font-size:16px;
	color:#5E5E5E;
	line-height:20px;
}

.content_content .opinion_item hr{
	margin-top:30px;
	margin-bottom:0px;
}

.content_content .opinion_item img{
	margin-bottom:15px;
}

.content_content .opinion_item .name{
	margin-top:15px;
	color:#000;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
}

.content_content .opinion_item .country{
	color:#ACACAC;
	font-size:14px;
	line-height:20px;
}

.content_content.extra_banners{
	max-width: 1400px;
	position: relative;
	margin: auto;
	width:100%;
}

.content_content.extra_banners .left_banner,
.content_content.extra_banners .right_banner{
	width:60%;
	position: relative;
	top:0px;
	-webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	overflow: hidden;
}

.content_content.extra_banners .left_banner{
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	position: absolute;
	left:0px;
	top:50%;
	width:50%;
	transform: translate(0%,-50%);
}

.content_content.extra_banners .left_banner img,
.content_content.extra_banners .right_banner img{
	width:100%;
	height: auto;
}

.content_content.extra_banners .right_banner{
	float:right;
}

.variations_content{
	
}

.variations_content .variation_item{
	width:18%;
	margin:3.5%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.variations_content .variation_item .image{
	padding-top:100%;
	border-radius:10px;
	transition:all ease-in-out 0.2s;
}

.variations_content .variation_item:hover .image{
	transform:scale(1.05);
}

.variations_content .variation_item .title{
	font-size:16px;
	color:#383838;
	line-height:20px;
	margin-top:50px;
	text-transform: uppercase;
	font-weight:800;
	letter-spacing:2px;
}

.color_variant_item{
	width:14.25%;
	margin:22px 0px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.color_variant_item .image{
	width:60px;
	height:60px;
	border-radius:4px;
	box-shadow:0px 0px 4px rgba(0,0,0,0.25);
	transition:all ease-in-out 0.2s;
	display: inline-block;
	vertical-align: middle;
}

.color_variant_item:hover .image{
	transform:scale(1.05);
}

.color_variant_item .title{
	font-size:16px;
	color:#383838;
	line-height:20px;
	text-transform: uppercase;
	font-weight:800;
	display: inline-block;
	margin-left:10px;
	letter-spacing:2px;
	width:calc(100% - 70px);
	text-align:left;
}

.hidden_color_variants{
	display: none;
}

.slider_variant_item{
	width:16.66%;
	margin:22px 0px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.slider_variant_item .image{
	width:100%;
	height:105px;
	border-radius:4px;
	transition:all ease-in-out 0.2s;
	display: inline-block;
	vertical-align: middle;
}

.slider_variant_item:hover .image{
	transform:scale(1.05);
}

.slider_variant_item .title{
	font-size:16px;
	color:#383838;
	line-height:20px;
	text-transform: uppercase;
	font-weight:600;
	display: inline-block;
	margin-top:15px;
	letter-spacing:2px;
	width:calc(100% - 70px);
}

.slider_variant_item .subtitle{
	font-size:16px;
	color:#383838;
	line-height:20px;
	font-weight:300;
}

.hidden_slider_variants{
	display: none;
}

.articles .art_item{
	background-color:#fff;
	transition:all ease-in-out 0.3s;
}

.notification_info_container{
	background-color:#1cbfaa;
}

.notification_info_container .notification_info_content{
	padding:12px 0px;
	text-align:center;
	color:#fff;
	font-size:11px;
	display: none;
}

.event_item{
	height:250px;
	display: table-cell;
	vertical-align: middle;
	border-radius:7px;
	transition:all ease-in-out 0.3s;
}

.event_item .title{
	font-size:60px;
	line-height:60px;
	color:#ED2D35;
	font-weight:800;
	transition:all ease-in-out 0.3s;
	height:0px;
}

.event_item:hover .title{
	height:60px;
}

.event_item .desc{
	overflow: hidden;
	height:56px;
	transition:all ease-in-out 0.3s;
	opacity:0;
	font-size:20px;
	line-height:24px;
	font-weight:800;
	letter-spacing:2px;
	padding:0px 80px 0px 80px;
}

.event_item:hover .desc{
	opacity:1;
}

.resp_menu_button{
	position:relative;
	text-align:center;
	z-index:3;
	padding-left:0px !important;
	height:25px;
	width:30px;
	margin-left:10px;
	display:none;
	margin-top:11px !important;
	float:right;
}

.resp_menu_button span{
	display:inline-block;
	width:30px;
	height:4px;
	background-color:#ffffff;
	position:absolute;
	left:50%;
	margin-left:-15px;
	transition:all ease-in-out 0.3s;
	border-radius:10px;
}

.resp_menu_button span:nth-child(1){
	top:0px;
}

.resp_menu_button span:nth-child(2){
	top:9px;
}

.resp_menu_button span:nth-child(3){
	top:18px;
}

.resp_menu_button.open span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}

.resp_menu_button.open span:nth-child(2){
	width: 0%;
	opacity: 0;
}

.resp_menu_button.open span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}

#toggle-menu.active {
	background-position: -30px 0px;
}
#toggle-submenu {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0;
	border: 0;
	width: 107px;
	height: 27px;
	background-color: transparent;
	background-image: url('/images/toggle_submenu.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
#toggle-submenu.active {
	background-position: -107px 0px;
}

.mobile-show,
.mobile_title{
	display: none;
}

.footer_voucher{
	padding:20px 0px;
}

.footer_voucher .footer_voucher_content{
	max-width:1170px;
	margin:auto;
	font-size:14px;
}

.footer_voucher .footer_voucher_content img{
	margin-left:20px;
}

a.pink_button, .pink_button a, .props_okay a{
	background-color:#EBCB84;
	padding:15px 45px;
	border-radius:5px;
	font-size:16px;
	line-height:22px;
	color:#fff;
	transition: all ease-in-out 0.3s;
}

.props_okay a:hover{
	background-color:#000;
}

a.black_button{
	color: #fff !important;
	background-color: #191919;
	display: inline-block;
	padding: 14px 65px 14px 65px;
	font-size: 20px;
	font-weight: bold !important;
	line-height: normal;
	transition: all ease-in-out 0.2s;
}
a.white_button{
	color: #000 !important;
	background-color: #fff;
	display: inline-block;
	padding: 14px 25px;
	font-size: 20px;
	border-radius: 50px;
	font-weight: bold !important;
	line-height: normal;
	transition: all ease-in-out 0.2s;
}

a.black_button:hover{
	transform: scale(1.05);
}

.responsive_profile{
	margin-top:13px;
	float:left;
	display:none;
}

td.box{
	padding:3% 5%;
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
}

span.font-14{
	font-size:14px !important;
}

span.font-24{
	font-size:24px !important;
}

span.font-36{
	font-size:36px !important;
}

h1.gray_text,
h2.gray_text,
h3.gray_text,
span.gray_text,
div.gray_text,
a.gray_text{
	color:#989aa8 !important;
}

h1.white_text,
h2.white_text,
h3.white_text,
span.white_text,
div.white_text,
a.white_text{
	color:#fff !important;
	text-shadow:0px 0px 8px rgba(0,0,0,0.6);
}
h1.yellow_text,
h2.yellow_text,
h3.yellow_text,
span.yellow_text,
div.yellow_text,
a.yellow_text{
	color:#cfd12c !important;
/*	text-shadow:0px 0px 8px rgba(0,0,0,0.6);*/
}

h1.turkizen_text,
h2.turkizen_text,
h3.turkizen_text,
h4.turkizen_text,
span.turkizen_text,
div.turkizen_text,
a.turkizen_text{
	color:#1cbfaa !important;
}

table.quote{
	background-color:#f7f7f7;
	font-size:18px;
	color:#434d5c;
}

table.quote td span{
	font-size:21px;
}

table.quote td{
	padding:30px 0px;
	line-height:30px;
}

table.piktogrami tr td{
	font-size:14px;
	line-height:18px;
}

table.piktogrami tr td h3{
	color:#383838;
	margin:0px;
	font-weight:800;
	font-size:18px;
	line-height:24px;
	margin-bottom:5px;
	letter-spacing:normal;
}

table.piktogrami tr td ul{
	margin:0px;
	padding:0px;
	list-style: none;
}

table.piktogrami tr td ul li{
	padding:2px 5px;
	padding-right:0px;
	padding-left:20px;
	position: relative;
}

table.piktogrami tr td ul li::before{
	content:"●";
	display:block;
	position: relative;
	left:-20px;
	top:0px;
	margin-bottom: -20px;
	color:#1995b8;
	font-size:20px;
}

img.fade{
	opacity:0.5;
	transition: all ease-in-out 0.3s;
}

img.fade:hover{
	opacity: 1;
}

a.yellow-button,
div.yellow-button,
span.yellow-button{
	display: inline-block;
	width:140px;
	background-color:#cfd12c;
	font-size:14px;
	text-align: center;
	color:#fff;
	line-height: 45px;
	vertical-align: top;
	border-radius:5px;
	margin-top:20px;
	transition:all ease-in-out 0.3s;
}

a.yellow-button:hover,
div.yellow-button:hover,
span.yellow-button:hover{
	transform:scale(1.05);
}

a.more-button{
	color:#4a6173;
	font-size:14px;
	text-decoration: underline;
	font-weight:600;
}

table.beige-bg{
	background-color:#ece1d4;
	height: 80%;
}

table.blue-bg{
	background-color:#daecf1;
	height: 80%;
}

table.blue-bg tr td,
table.beige-bg tr td{
	padding:50px;
}
#popup_enovice,#popup_thanks_container {
	color: #4a4a4a!important;
  width: 100%;
  position: fixed;
  top: 0%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.5s ease-in;
}

.popup_input{
	width: 40%;
	margin: auto;
	background: none;
	border: none;
	border-bottom: 1px solid black;
	padding: 5px 10px;
	margin-bottom: 20px;
}
#send_button_popup{
	background: rgba(82, 126, 163, 1);
	border: none;
	color: white;
	padding: 10px 30px;

}
#hide_popup img:hover,#checkbox:hover,#send_button_popup:hover{
	cursor: pointer;
}

#popup_thanks{
	background: white;
height: 200px;
width: 450px;
margin: auto;
  margin-top: auto;
margin-top: 10%;
	box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.75);
}

h1.turkizen-button,
h2.turkizen-button,
h3.turkizen-button,
h4.turkizen-button,
span.turkizen-button,
div.turkizen-button,
a.turkizen-button{
	color: #fff !important;
	background-color: #1cbfaa;
	padding: 15px 45px 15px 45px;
	font-size: 14px;
	font-weight:normal !important;
	line-height:normal;
	transition: all ease-in-out 0.2s;
	display: inline-block;
	border-radius:5px;
	text-align: center;
}
.blog_content.events .blog_prev {
	padding-bottom: 0px;
	margin-bottom: 60px;
}
.blog_content.events .blog_prev .blog_pic{
	padding-top: 49%;
	margin-bottom: 0px;
}
.blog_content.events .blog_prev .blog_topwrap .blog_short{
	padding: 0px 25px;
	color: black;
	height: 150px;
  overflow: hidden;
}
.instock{
	color: green;
}
.not_instock{
	color: red;
}
#text2,
#text,
#text_row,
#text_row2{
	display: none;
}
.standalone{
	background: none;
}
.file_container{
	display: flex;
	max-width: 1330px;
	margin: 40px  auto;
	width: 100%;
	flex-wrap: wrap;
}
.file_container .file{
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	margin: 20px 0px;
}
.file_container .file img{
	margin-right: 20px;
}
.file_container .file h3{
	margin-bottom: 0px!important;
}

a.gray-button,
div.gray-button{
	display:inline-block;
	padding:16px 40px 16px 40px;
	font-size:18px;
	text-decoration:none;
	color:#000000;
	transition: all ease-in-out 0.2s;
	background-color:#ffffff;
	border:1px solid #000000;
	border-radius:5px;
	position: relative;
	letter-spacing: 2px;
	vertical-align:top;
}

a.light-gray-button,
div.light-gray-button{
	display:inline-block;
	padding:10px 15px 5px 15px;
	font-size:18px;
	text-decoration:none;
	color:#383838;
	transition: all ease-in-out 0.2s;
	background-color:#F5F5F5;
	border-radius:5px;
	position: relative;
	letter-spacing: 2px;
	box-shadow:0px 0px 7px rgba(0,0,0,0.25);
	margin-left:10px;
	vertical-align:top;
}

div.gray-button:hover,
a.gray-button:hover,
a.gray-button.sel{
	background: #ED2D35;
	color: #fff !important;
	border-color:#ED2D35;
}

div.light-gray-button:hover,
a.light-gray-button:hover,
a.light-gray-button.sel{
	background:#ED2D35;
	color:#ffffff;
}

div.light-gray-button svg path,
a.light-gray-button svg path,
a.light-gray-button svg path{
	transition: all ease-in-out 0.2s;
}

div.light-gray-button:hover svg path,
a.light-gray-button:hover svg path,
a.light-gray-button.sel svg path{
	fill:#ffffff;
}

.red-button{
	display: inline-block;
  padding: 15px 40px 15px 40px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
  background-color: #ED2D35;
  border-radius: 5px;
  position: relative;
}

.red-button:hover {
  background-color: #B40007;
}

a.gold-button,
div.gold-button{
	border-color:#EBCB84;
	color:#EBCB84;
	margin-top:20px;
}

a.gold-button::after,
div.gold-button::after,
a.dark-button::after{
	content:'';
	display:inline-block;
	width:20px;
	height:9px;
	margin-left:10px;
	background:url(/images/arrow_more_b.png) no-repeat;
	background-position:left center;
	transition: background-position 0.5s ease;
}

a.gold-button::after,
div.gold-button::after{
	background:url(/images/arrow_more_g.png) no-repeat;
}

a.gold-button:hover,
div.gold-button:hover{
	background-color:#EBCB84;
	border-color:#EBCB84;
	color:#fff;
}

a.dark-button:hover{
	background: black;
	color: #fff;
}

a.gold-button:hover::after,
div.gold-button:hover::after,
a.dark-button:hover::after{
	background-position:right center;
	background-image:url(/images/arrow_more_w.png);
}

a.big-button{
	display:inline-block;
	width:100%;
	padding:25px 0px 30px 0px;
/*	background-color:#383838;*/
	box-shadow:0px 2px 7px 0px rgba(0,0,0,0.1);
	color:#383838;
	font-size:18px;
	line-height:24px;
	letter-spacing:5px;
	transition: all ease-in-out 0.3s;
}

a.big-button img{
	transform: scale(0.90);
	transition: all ease-in-out 0.2s;
}

/*a.big-button:hover{
	box-shadow:0px 0px 7px rgba(0,0,0,0.65);
	background-color: #323232;
}*/	

a.big-button:hover img{
	transform: scale(1);
}

.white-text{
	color:#fff !important;
}

.dark-text{
	color:#383838 !important;
	text-shadow:none !important;
}

.contact_holder{
	width: 100%;
  margin-right: 0px;
  margin-left: auto;
}
.contact_holder table tr td{
	width: 50%;
}

.inquiry-button{
	display:inline-block;
	padding:12px 40px;
	background-color:#ED2D35;
	border-radius:6px;

	color:#ffffff !important;
	margin-top:-25px;
	position: relative;
	overflow: hidden;
}
/*.contact_holder textarea
{
	width: 98%!important;
}*/
.contact_holder select,
.contact_holder textarea,
.contact_holder input{
  width:100%;
  font-size: 16px;
  padding: 13px 15px;
  margin-top: 0px;
  border: none;
  background-color:#F5F5F5;
  color: #353535;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
	resize: none;
	margin-right: 2px;
	border-radius:6px;
}
.side_holder .close-button{
	padding:0px 10px!important;
	padding-top: 7px!important;
	float:left;
	position: relative;
	z-index: 1000;
/*	right: 90px;*/
	
}
.footer_content td:nth-child(8){
	display: none;
}


.zadrge_slika {
    position: relative;
    display: flex;
    justify-content: center;  
    align-items: center;      
    width: 100%;
}

.zadrge_slika_text {
    position: absolute;
    color: #000;
    max-width: 800px;  
    width: 100%;  
    background-color: rgba(255, 255, 255, 0.92); 
    padding: 20px; 
    box-sizing: border-box; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;  
    text-align: center;  
    height: 100%;
	max-height: 400px;
}

.zadrge_slika_text h3 {
    font-family: "Manrope";
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 36px !important;
    margin: 0;
    text-align: center; 
}

.zadrge_slika_text h5 {
    font-family: "Manrope";
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.1em;
    margin: 0; 
    text-align: center; 
    max-width: 660px;  
    width: 100%;  
}

.zadrge_slika_text h3,
.zadrge_slika_text h5 {
    margin: 0; /* Remove margin to prevent layout issues */
    text-align: center; /* Center the text */
}


/* Lightbox Overlay */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Lightbox Content */
.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* Lightbox Image */
.lightbox-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Close Button */
.lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

/* Thumbnails Styling */
.gallery-thumbnails {
    justify-content: center;
    margin-top: 20px;
}

.gallery-thumbnails ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-thumbnails li {
  margin:0px 1%;
	margin-bottom:2%;
	float:left;
	width:23%;
	overflow: hidden;
	max-height:110px;
	border-radius:10px;
}

.thumbnail {
    width: 100%;
		height: auto;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.thumbnail:hover {
    opacity: 0.7;
}


/* Main container for the RoyalSlider */
.sivanje_po_meri .royalSlider {
    position: relative;
    overflow: hidden;
    width: 100vw; /* Full viewport width */
    max-width: 720px; /* Maximum width */
    margin: auto; /* Center horizontally */
}

.sivanje_po_meri .rsOverflow{
	border-radius: 10px;
}

/* Style for the images in the slider */
.sivanje_po_meri  .sivanje_po_meri .royalSlider .rsContent {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.sivanje_po_meri  .royalSlider .rsImg {
    width: 100%; /* Make the image fill the width of the slider */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Optional: rounded corners */
}

/* Style the navigation arrows to overlay on the slider */
.sivanje_po_meri  .rsArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.sivanje_po_meri .rsArrowLeft {
    left: 10px; /* Position on the left side */
}

.sivanje_po_meri .rsArrowRight {
    right: 10px; /* Position on the right side */
}

.sivanje_po_meri .rsArrow img {
    width: 30px; /* Adjust as needed */
    height: auto;
}

.kontakt_proizvodnja .kontakt_proizvodnja_info{
	font-family: 'Manrope', sans-serif !important;
}

.kontakt_proizvodnja{
	max-width: 1580px !important;
	width: 100% !important;
	margin: 100px auto 100px auto;	
}

.kotankt_proizvodnja td{
	width: 50% !important;
}

.info_left {
  border-right: 1px solid #000;
}

.kontakt_proizvodnja_info td{
	font-size: 16px !important;
}

.kontakt_proizvodnja_info_2 {
	font-size: 16px !important;
	line-height: 24px !important;
}

#kontakt_proizvodnja_right {
	max-width: 810px !important;
	width: 100% !important;	
}

#kontakt_proizvodnja_right td{
	border-radius: 10px;
}

.kontakt_proizvodnja_info_2 td{
	border-radius: 10px;
}

.category_holder{
	
}

.category_holder .category_big_item{
	display: inline-block;
	width:23%;
	margin-left:2%;
	text-align: center;
	padding:20px;
	box-shadow:0px 0px 10px 0px #00000026;
	border-radius:14px;
	font-size:16px;
	line-height:24px;
	vertical-align: top;
	min-height:540px;
}

.category_holder .category_big_item:nth-child(1){
	margin-left:0px;
}

.category_holder .category_big_item .image{
	padding-top:100%;
	width:100%;
	background-size:cover;
}

.category_holder .category_big_item .title{
	color:#383838;
	font-size:24px;
	line-height:24px;
	font-weight:800;
}

.category_holder .category_big_item hr{
	margin-bottom:20px;
}

.scrollable_text {
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	cursor: grab;
	user-select: none;
}

.scrollable_text .text {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
}

.fade-left, .fade-right {
	position:absolute;
	top:5px;
	width:50px;
	height:45px;
	pointer-events:none;
	z-index:10;
	display:none;
}

.fade-left {
		left: 0;
		background: linear-gradient(to right, #F0F0F0, transparent);
}

.fade-right {
		right: 0;
		background: linear-gradient(to left, #F0F0F0, transparent);
}

.fotorama-zoom-btn{
	content:'';
	display:block;
	position: absolute;
  right: 5px;
  bottom: 5px;
  background:url(/images/lupa_black.png) center  center no-repeat #fff;
	background-size:50% auto;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #b6a882;
	width:47px;
	height:47px;
	z-index:99999999;
	border-radius:10px;
}