@charset "utf-8";

@font-face {
    font-family: 'Segoe UI';
    src: url('/fonts/SegoeUI.eot');
    src: url('/fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SegoeUI.woff2') format('woff2'),
        url('/fonts/SegoeUI.woff') format('woff'),
        url('/fonts/SegoeUI.ttf') format('truetype'),
        url('/fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('/fonts/SegoeUI-Semibold.eot');
    src: url('/fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('/fonts/SegoeUI-Semibold.woff') format('woff'),
        url('/fonts/SegoeUI-Semibold.ttf') format('truetype'),
        url('/fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('/fonts/SegoeUI-Bold.eot');
    src: url('/fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('/fonts/SegoeUI-Bold.woff') format('woff'),
        url('/fonts/SegoeUI-Bold.ttf') format('truetype'),
        url('/fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body,html{
	margin:0px;
	padding:0px;
	font-family: 'Segoe UI', sans-serif;
	font-weight:400;
	font-size:16px;
	position:relative;
	box-sizing:border-box;
}

a{
	text-decoration:none;
	color:#000;
}

img{
	border:none;
}

strong{
	font-weight: bold;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}

*{
	box-sizing:border-box;
}

h1{
	font-family:'Lexend', 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;
}

.top_container{
	background-color:#d8b8a3;
	color:#010101;
	padding:10px 0px;
	font-size:15px;
	line-height:20px;
}

.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;
	position: relative;
}

.logo{
	float:left;
	width:20%;
	margin-top:20px;
}

.logo-responsive img{
	width:100px;
	height: auto;
}

.scroll_menu{
	position:fixed;
	width:100%;
	z-index:9999;
	border-bottom:1px solid rgba(255,255,255,0.5);
	transition:all ease-in-out 0.3s;
}

.scroll_menu.scroll{
	background-color:#fff;
	border:none;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

.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;}

.scroll_menu.scroll .menu_container .main_menu ul li > a{
	color:#000;
}

.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{
	text-align:right;
	line-height:25px;
	width:20%;
	float:right;
	margin-top:30px;
}

.menu_delim{
	height:42px;
	background-color:#fff1d7;
}

.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;
}

/****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;
}

.articles{
	
}

.articles .art_item{
	position:relative;
	text-align:left;
	overflow:hidden;
	transition: all ease-in-out 0.3s;
	color:#333;
}

.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 6px rgba(0,0,0,0.3);
}

.articles .art_item .banner_border{
	width:100%;
	height:auto;
}

.articles .art_item .image{
	width:100%;
	padding-top:88%;
	margin:auto;
}

.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;
}

#art_image .action_tag,
.articles .art_item .action_tag{
	position:absolute;
	right:10px;
	top:10px;
	text-align:center;
	color:#ffffff;
	line-height:20px;
	z-index:3;
	background-color:#1cbfaa;
	font-size:12px;
	padding:5px 20px;
}

#art_image .action_tag.new,
.articles .art_item .action_tag.new{
	right:auto;
	left:10px;
	color:#fff;
}

.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;
	color:#7f7f7f;
	font-weight:400;
	text-align: center;
	margin:0px 5px;
}

.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;
}

.articles .art_item .price span{
	text-decoration:line-through;
	display: block;
	font-size:13px;
}

.articles .art_item .price span:nth-child(2){
	color:#933e0e;
	text-decoration:none;
	font-size:16px;
}

.articles .art_item .buttons{
	position: absolute;
	width:100%;
	top: 10px;
	text-align: right;
	padding-right:10px;
	opacity:1;
	transition:all ease-in-out 0.3s;
	z-index:999;
}

.articles .art_item .buttons a{
	display:inline-block;
	height:40px;
	width:40px;
	overflow: hidden;
	margin:0px 2px;
	border-radius:20px;
	box-shadow:0px 4px 8px rgba(0,0,0,0.2);
	transition:all ease-in-out 0.3s;
	background-color:#fff;
}

.articles .art_item .buttons a.sel,
.articles .art_item .buttons a:hover{
	background-color:#1cbfaa;
}

.articles .art_item .buttons a.sel img,
.articles .art_item .buttons a:hover img{
	margin-top:-40px !important;
}

.articles .art_item:hover .buttons{
	opacity: 1;
}

.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.banners .left,
.content_container .content_content.banners .right{
	float:left;
	width:49%;
	margin-top:40px;
}

.content_container .content_content.banners .right{
	float:right;
	text-align:right;
}

.content_container .content_content.banners .bottom{
	margin-top:40px;
	width:100%;
	margin-bottom:40px;
}

.content_container .content_content.banners .left img,
.content_container .content_content.banners .right img{
	width:100%;
	height:auto;	
}

.content_container .content_content.banners .top a,
.content_container .content_content.banners .bottom a{
	margin-left:15px;
}

.content_container .content_content.banners .top a:nth-child(1),
.content_container .content_content.banners .bottom a:nth-child(1){
	margin-left:0px !important;
}

.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;
}

.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 .right_side .blog_prev:nth-child(2){
	width:49%;
}

.blog_content .right_side .blog_prev:nth-child(3){
	float:right;
	width:49%;
}

.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 .right_side .blog_prev:nth-child(1) .blog_pic{
	padding-top:26%;
}

.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:95px;*/
}

.blog_content .left_side .blog_prev .blog_topwrap .blog_title{
	height:120px;
}

.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: 80px;
}

.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;
}

.footer_container{
	width:100%;
	padding:75px 0px 0px 0px;
	color:#fff;
	font-size:14px;
	line-height:26px;
	background-color:#081d2a;
}

.footer_container .footer_content{
	max-width: 1400px;
	margin: auto;
	padding-bottom:40px;
}

.footer_container .footer_content table tr td{
	padding-right:50px;
	padding-left:50px;
	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;
	border-right:none;
}

.footer_container .footer_content h2{
	font-size:16px;
	margin:0px;
}

.footer_container .footer_content a{
	color:#fff;
}

.footer_container .footer_content a:hover{
	text-decoration: underline;
}

.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:15px 0px;
	color:#010101;
	font-size:14px;
	background-color: #fff;
}

.production_container a{
	color:#010101;
}

.production_container a:hover{
	text-decoration: underline;
}

.production_container .production_content{
	max-width:1400px;
	margin:auto;
}

.production_container .production_content .left{
	float: left;
}

.production_container .production{
	float:right;
}

.production_container .right{
	float:right;
}

.newsletter_container{
	background-color:#f7f9f8;
	max-width:1730px;
	margin:auto;
}

.blog_right .newsletter_container,
.content_container.container-catalog .newsletter_container{
	margin-top:100px;
}

.newsletter_container .newsletter_content{
	margin:auto;
	position:relative;
	padding:60px 50px 80px 50px;
	max-width: 820px;
	text-align: left;
	background-color:#fff;
	border-radius:10px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

.blog_right .newsletter_container .newsletter_content,
.content_container.container-catalog .newsletter_container .newsletter_content{
	color:#ffffff;
	font-size:12px;
	padding:140px 20px 20px 20px !important;
	background-color:#1e9c96;
	box-shadow:none;
	position:relative;
}

.blog_right .newsletter_container .newsletter_content::before,
.content_container.container-catalog .newsletter_container .newsletter_content::before{
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:-50px;
	width:100%;
	background:url(/images/newsletter_cat_icon.png) center center no-repeat;
	height:110px;
}

.blog_right .newsletter_container .newsletter_content::after,
.content_container.container-catalog .newsletter_container .newsletter_content::after{
	content:'TEDENSKE ZALOGE IZDELKOV';
	position: absolute;
	top:70px;
	left:20px;
	font-size:22px;
	font-weight:600;
}

.newsletter_container .newsletter_content h2{
	font-size:21px;
	color:#081d2a;
	margin:0px;
	padding-left:20px;
	border-left:4px solid #cfd12c;
	margin-left:-20px;
	text-align: left;
	font-weight:400;
}

.blog_right .newsletter_container .newsletter_content h2,
.content_container.container-catalog .newsletter_container .newsletter_content h2{
	font-size:16px !important;
	color:#fff !important;
	padding:5px 0px !important;
	padding-left:10px !important;
	margin-left:-10px !important;
	height:auto !important;
	line-height:normal !important;
	border-bottom: none !important;
}

.newsletter_container .newsletter_content input[type="text"]{
	width:100%;
	box-sizing:border-box;
	padding:10px 0px 10px 0px;
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	color:#a0a0a0;
	border:none;
	border-bottom:1px solid #c4c8ca;
	font-family:'Lexend', sans-serif;
}

.blog_right .newsletter_container .newsletter_content input[type="text"],
.content_container.container-catalog .newsletter_container .newsletter_content input[type="text"]{
	background-color: transparent;
	color:#fff;
	border-color:#fff;
}

.newsletter_container .newsletter_content .gdpr label{
	font-size:12px;
	line-height:18px;
	font-weight:400;
	color:#0d3249;
}

.newsletter_container .newsletter_content .gdpr a{
	font-size:12px;
	line-height:18px;
	font-weight:400;
	color:#0d3249;
	text-decoration: underline;
}

.yellow-button,
.newsletter_container .newsletter_content .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;
}

.content_container.container-catalog .newsletter_container .newsletter_content .button{
	width:100%;
}

.newsletter_container .newsletter_content .button:hover{
	transform: scale(1.05);
}

.newsletter_container .newsletter_content label{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 45px);
	margin-left:0px;
	color:#010101;
	font-size:14px;
}

.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-style: italic;
	font-size:16px;
	color:#8d8d8d;
}

.content_content .opinion_item .name{
	margin-top:15px;
}

.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;
}

.articles .art_item{
	background-color:#fff;
	transition:all ease-in-out 0.3s;
	border:1px solid #a2a9b2;
}

.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;
}

.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:#000000;
	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{
	color: #fff !important;
	background-color: #191919;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	font-size: 16px;
	font-weight: bold !important;
	line-height: normal;
	transition: all ease-in-out 0.2s;
}

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.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.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 h3{
	color:#474747;
	margin:0px;
	font-weight:600;
	margin-bottom:10px;
	margin-top:10px;
	font-size:18px;
}

table.piktogrami tr td ul{
	margin:0px;
	padding:0px;
	list-style: none;
}

table.piktogrami tr td ul li{
	padding:5px;
	padding-right:0px;
	padding-left:20px;
	position: relative;
}

table.piktogrami tr td ul li::before{
	content:"●";
	display:inline-block;
	position: relative;
	left:-10px;
	top:0px;
	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{
	display: none;
}