@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body,html{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:24px;
	position:relative;
	box-sizing:border-box;
	color:#383838;
}

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;
}

textarea:focus, input:focus{
    outline: none;
}

h1{
	font-family:'Kanit',sans-serif;
	font-size:48px;
	line-height:58px;
	color:#000000;
	margin:0px;
	font-weight:400;
}

h2{
	font-family:'Kanit',sans-serif;
	font-size:42px;
	line-height:42px;
	color:#000000;
	font-weight:300;
	margin:0px;
}

h3{
	font-family:'Kanit',sans-serif;
	font-size:32px;
	line-height:32px;
	margin:0px;
	font-weight:300;
}

h4{
	font-family:'Kanit',sans-serif;
	font-size:24px;
	margin:0px 0px;
	line-height:24px;
	font-weight:normal;
}

h5{
	font-family:'Kanit',sans-serif;
	font-size:20px;
	line-height:20px;
	margin:0px 0px;
	font-weight:500;
}

.responsive-shown{
	display:none;
}

.social-floater{
	position:fixed;
	right:0px;
	top:25%;
	padding:10px 10px;
	background-color: rgba(255,255,255,0.5);
	z-index:99999;
}

a.scroll_top{
	background:url(/images/to_top_icon.png) center center no-repeat;
	opacity:0;
	transition:all ease-in-out 0.3s;
	width:50px;
	height:50px;
	border-radius:25px;
	background-color:#CE0B0B;
	position:fixed;
	bottom:40px;
	right:30px;
	z-index:99999999;
	box-shadow:0px 0px 8px rgba(0,0,0,0.2);
	cursor: pointer;
}

.social-floater a{
	display: block;
	margin:15px 0px;
}
#ajax_loader{
	display: none!important;
}

.top_container{
	padding:5px 0px;
	font-size:14px;
	font-weight:400;
	background-color:#222222;
	color:#ffffff;
	width:100%;
	margin: auto;
	line-height:40px;
}

.top_container .top_content{
	width:98%;
	max-width:1850px;
	margin:auto;
	position: relative;
}

.top_container .top_content img{
	vertical-align: middle;
	margin-right:5px;
}

.top_container .top_content > table > tbody > tr > td > table > tbody > tr > td{
	border-left:1px solid #ffffff;
}

.top_container .top_content > table > tbody > tr > td > table > tbody > tr > td:nth-child(1){
	border:none !important;
}

.top_container a{
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
}

.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;
}

.top_container .top_content .user{
	float:right;
	margin-left:35px;
	margin-top:8px;
}

.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:100%;
	margin:auto;
	padding:0px 0px 0px 0px;
	position: relative;
	max-width: 1400px;
}

.logo{
	width:100%;
	min-width:230px;
	margin-top:5px;
}

.logo img{
	height:82px;
}

.scroll_menu{
	position:relative;
	display:flex;
	width:100%;
	z-index:9999;
	transition:all ease-in-out 0.3s;
	background-color:#ffffff;
	padding-top:10px;
}

.scroll_menu > div{
	flex:1;
	display:flex;
}

.scroll_menu > div.menu_right{
	display:block !important;
	text-align:center;
	padding-top:16px;
}

.scroll_menu > div.menu_right .orange-button{
	padding:0px 20px !important;
}

.scroll_menu > div.menu_right .orange-button::after{
	display: none !important;
	line-height:normal;
}

.scroll_menu > div.menu_container{
	flex:6;
}

.full-button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color:#0091D6;
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
	font-weight:bold;
}


.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;
}

.scroll_menu .user,
.scroll_menu .wishlist{
	float:right;
	margin-right:15px;
	margin-top:20px;
}

.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:#EBCB84;
}

.menu_delim{
	height:42px;
	background-color:#fff1d7;
}

.sub_menu_container{
	background: url(/images/sub_menu_bg.png) center center no-repeat;
	background-size:cover;
	padding:20px;
	text-align:center;
	position: relative;
	z-index:10;
}

.sub_menu_container .sub_menu_content{
	position: relative;
	max-width:1550px;
	margin: auto;
}

.sub_menu_container .sub_menu_content .sub_menu a{
	display: inline-block;
	padding:10px 25px;
	font-size:16px;
	line-height:16px;
	color:#3D4B52;
	transition: all ease-in-out 0.2s;
	font-weight:500;
}

.sub_menu_container .sub_menu_content .sub_menu a:hover{
	color:#EBCB84;
}

.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;
}

.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;
}

.wishlist_icon{
	float:right;
	margin-top:30px;
	margin-left:0px;
}

.wishlist_icon a{
	background:url(/images/wishlist_icon.png) left top no-repeat;
	height:24px;
	position:relative;
	display:inline-block;
	width:24px;
}

.wishlist_icon a div{
	font-size: 10px;
	color:#fff;
	position:absolute;
	top:-5px;
	left:-5px;
	background-color:#CC0B0B;
	border-radius:100px;
	height:16px;
	width:16px;
	text-align:center;
	line-height:16px;
	font-weight: bold;
	display: none;
}

/****ARTS & CATS****/
.categories_content{
	display:flex;
	flex-direction:row;
}

.categories_content .cat_item{
	display:block;
	flex: 1 1 0;
	text-align: center;
	color:#10425B;
	font-size:15px;
	line-height:20px;
	margin:0px 7px;
	font-weight:400;
	transition:all ease-in-out 0.3s;
	background-color:#F9F9F9;
	padding:50px 35px 25px 35px;
	border-radius:10px;
	box-shadow:0px 4px 4px 0px rgba(0,0,0,0.15);
}

.categories_content .cat_item .title{
	padding:0px 10px;
}

.categories_content .cat_item .image{
	width:72px;
	height:65px;
	margin:0px auto 15px auto;
}

.categories_content .cat_item:hover{
	transform:scale(1.05);
}

.articles{
	
}

.articles .art_item{
	position:relative;
	text-align:center;
	transition: all ease-in-out 0.3s;
	color:#333;
}

.articles .art_item .type{
	font-size:14px;
	color:#BE1E2D;
	font-weight:400;
	height:17px;
	margin-bottom:10px;
}

.articles .art_item .title{
	font-size:16px;
	color:#000000;
	font-weight:600;
	margin-bottom:10px;
	margin-top:0px;
	height:20px;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.articles .art_item .desc{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height:16px;
	font-size:12px;
	color:#676767;
  max-height:35px;
}

.articles .art_item .stock{
	margin-top:20px;
	height:25px;
	line-height:25px;
}

.articles .art_item .stock img{
	vertical-align:middle;
	margin-right:5px;
	margin-top:-2px;
}

.articles .art_item:nth-child(4n-3){
	margin-left:0px !important;
}

.banner_content .banner_border,
.articles .art_item .banner_border{
	width:100%;
	height:auto;
	border-radius:10px;
}

.articles .art_item .image{
	width:80%;
	padding-top:70%;
	margin:auto;
	background-size:80%;
	background-position:center center;
	background-repeat: no-repeat;
	position: relative;
	z-index:1;
}

.articles .art_item .overlay{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	opacity:0;
	transition: all ease-in-out 0.3s;
}

.articles .art_item .overlay .link_overlay{
	position: absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:1;
}

.articles .art_item:hover .overlay{
	opacity:1;
}

.articles .art_item .overlay .wishlist_button{
	display:inline-block;
	width:28px;
	height:24px;
	overflow: hidden;
	position: absolute;
	right:15px;
	top:15px;
	z-index:2;
}

.articles .art_item .overlay .wishlist_button:hover img{
	margin-top:-24px;
}

.articles .art_item .overlay .wishlist_button.sel img{
	margin-top:-48px;
}

.articles .art_item .overlay .bottom{
	position: absolute;
	left:0px;
	width:100%;
	text-align: center;
	bottom:22px;
	z-index:2;
}

.articles .sub_cat_item{
	display:inline-block;
	width:16% !important;
	margin:0px 0.5%;
}

.articles .sub_cat_item .title{
	font-size:18px;
	font-weight:bold;
	padding-right:15%;
	text-transform:uppercase;
}

.articles .sub_cat_item .title::after{
	content:'';
	display:block;
	width:50%;
	border:1px solid #0091D6;
	margin-top:5px;
	transition:all 0.3s;
}

.articles .sub_cat_item:hover .title::after{
	width:100%;
}

.articles .sub_cat_item img{
	width:100%;
	height:290px;
	object-fit: cover;
	border-radius:10px;
}

a.cart-button{
	display: inline-block;
	border-radius:4px;
	transition:all ease-in-out 0.3s;
	vertical-align: top;
	padding:10px 15px;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	font-weight:400;
	background-color:#131413;
}

a.cart-button.full{
	width:100% !important;
	text-align: center !important;
}

a.cart-button:hover{
	background-color:#A6CE39;
	color:#ffffff;
}

a.cart-button.dark{
	border-color:#3d5586;
	color:#3d5586;
}

a.cart-button.dark:hover{
	background-color:#3d5586;
	color:#ffffff;
}

a.cart-button img{
	vertical-align:middle;
	margin-top:-5px;
}

a.cart-button.big{
	width:100%;
	margin:15px auto 0px auto;
	height:0px;
	overflow: hidden;
	transition:all ease-in-out 0.3s;
	font-family:'Antonio',sans-serif;
	font-size:18px;
	line-height:18px;
	color:#ffffff;
}

.articles .art_item:hover a.cart-button.big{
	height:40px;
}

.articles .art_item a.cart-button.big img{
	margin-top:20px;
}

.articles .art_item a.view-button{
	background-color:#383838;
}

.articles .art_item a.view-button:hover{
	background-color:#ffffff;
}

.articles .art_item a.view-button svg path{
	transition:all ease-in-out 0.3s;
}

.articles .art_item a.view-button:hover svg path{
	fill:#383838;
}

#art_image .action_tag,
.articles .art_item .action_tag{
	position: absolute;
  padding: 10px 20px;
  background-color: #B93660;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  border-radius: 7px;
  top: 10px;
  right: 10px;
	z-index:3;
}

#art_image .action_tag.new,
.articles .art_item .action_tag.new{
	background-color:#FFA800;
}

.articles .art_item .action_tag.custom,
.articles .art_item .action_tag.custom-bottom{
	background-color:#A6CE39;
	right:auto;
	left:10px;
}

.articles .art_item .action_tag.custom-bottom{
	top:50px;
}

.articles .landscape .art_item .action_tag.new{
	left:24%;
}

.articles .art_item .action_tag div{
	font-size:12px;
	color:#fff;
}

.art_item .overlay_bottom{
	padding:15px 25px 25px 25px;
	width:100%;
	left:0px;
	z-index:2;
	text-align:left;
}

.art_item .cart-button{
	position:absolute;
	right:20px;
	bottom:30px;
}

.art_item .art_colors{
	margin: auto;
	height:30px;
	border-bottom:1px solid #131313;
	text-align:left;
	font-size:14px;
	color:#131313;
	font-weight:400;
}

.art_item:hover .art_colors {
	
}

.art_colors a{
	display: inline-block;
	height:23px;
	width:28px;
	vertical-align: top;
}

.art_colors a .color_item{
	width:23px;
  height:23px;
  border-radius:50%;
	display: inline-block;
	vertical-align:top;
	border:1px solid #000;
	box-shadow: inset 0 0 0 2px #fff;
}

.tab_menu,
.articles_holder .cats{
	margin-bottom:40px;
	border-top:1px solid #a4b0c7;
	border-bottom:1px solid #a4b0c7;
	padding:8px 0px;
	text-align: center;
}

.tab_menu a,
.articles_holder .cats a.cat_item{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	border-top-left-radius:0px;
	transition:all 0.3s;
	padding:0px 20px;
	border-left:1px solid #000000;
	text-transform:uppercase;
}

.tab_menu a:nth-child(1),
.articles_holder .cats a.cat_item:nth-child(1){
	border:none;
}

.articles_holder .cats a.cat_item img{
	vertical-align:middle;
}

.tab_menu a:nth-last-child(1),
.articles_holder .cats a.cat_item:nth-last-child(1){
	margin-right:0px;
}

.tab_menu a.sel,
.tab_menu a:hover,
.articles_holder .cats a.sel,
.articles_holder .cats a:hover{
	color:#0091D6;
}

.tab_contents .tab_content{
	display:none;
}

.tab_contents .tab_content.sel{
	display:block;
}

.tab_contents iframe{
	border-radius:8px;
}

.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-family:'Open Sans',sans-serif;
	font-size:12px;
	color:#131313;
	font-weight:400;
	margin-top:20px;
	height:25px;
}

.articles .art_item .price span{
	font-size:18px;
	color:#000000;
}

.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;
}

.selected_art{
	position:relative;
}

.selected_art .left{
	float:left;
	width:45%;
	position:relative;
	z-index:2;
}

.selected_art .right{
	float:right;
	width:55%;
	background-color:#F5F4F4;
	margin-top:75px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	padding:60px;
	position: relative;
	z-index:1; 
}

.selected_art .left .thumb{
	position:absolute;
	right:20px;
	bottom:-90px;
	border-radius:10px;
	overflow: hidden;
}

.selected_art .left .tag{
	text-align:center;
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	left:20px;
	width:230px;
	height:230px;
	background-color:#0091D6;
	top:-115px;
	border-radius:115px;
	color:#ffffff;
	padding:30px 50px 0px 50px;
	line-height:40px;
}

.selected_art .left .tag span{
	font-size:16px;
	border-bottom:1px solid #FFFFFF;
	display:inline-block;
	padding:0px 5px;
	margin-bottom:10px;
	line-height:30px;
}

.selected_art .left .thumb img,
.selected_art .left .image-decor img{
	width:100%;
	height:auto;
	border-radius:12px;
	display:block;
}

.selected_art .left .desc{
	margin-top:60px;
	background-color:#3d5586;
	border-radius:10px;
	color:#ffffff;
	padding:30px;
	text-align:center;
	position:relative;
}

.selected_art .left .desc .tag{
	position:absolute;
	top:-45px;
	left:0px;
	background-color:#e34848;
	padding-left:18px;
	padding-top:15px;
	width:100px;
	height:100px;
	font-size:14px;
	text-align:left;
	border-radius:50px;
	border-top-left-radius:0px;
	font-weight:400;
}

.selected_art .left .desc .title{
	font-size:24px;
	font-weight:400;
	margin-bottom:10px;
}

.selected_art .left .desc .short{
	
}

.selected_art .left .desc .price{
	font-size:30px;
}

.selected_art .left .desc .price span:nth-child(1){
	font-size:18px;
	text-decoration:line-through;
}

.selected_art .right .desc .art-image{
	position:absolute;
	right:-20px;
	top:-55px;
	width:380px;
}

.selected_art .right .desc .art-image img{
	width:100%;
	height:auto;
}

.selected_art .buttons{
	position:absolute;
	bottom:-50px;
}

.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{
	border-top:1px solid #98a4be;
	border-bottom:1px solid #98a4be;
}

.harmonic_container{
	display: flex;
	gap:20px;
}

.harmonic_container .harmonic_item{
	cursor:pointer;
	position:relative;
	transition:all 0.3s;
	font-family:'Kanit',sans-serif;
}

.harmonic_container .harmonic_item::after{
	content:'';
	display:block;
	position:absolute;
	right:15px;
	top:15px;
	width:40px;
	height:40px;
	background:url(/images/icon_arrow_b.png) center center no-repeat;
	background-size:cover;
	transform:rotate(-45deg);
}

.harmonic_container .harmonic_item.open{
	flex: 7;
}

.harmonic_container .harmonic_item:not(.open) {
  flex: 1;
}

.harmonic_container .harmonic_item.open::after{
	background:url(/images/icon_arrow_o.png) center center no-repeat;
	background-size:cover;
}

.harmonic_container .harmonic_item .harmonic_menu{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  /*height: 100%;*/
	height:500px;
	font-size:24px;
	line-height:28px;
	display:inline-block;
	width:20%;
	padding-right:10px;
	border-right:1px solid #D9D9D9;
}

.harmonic_container .harmonic_item.open .harmonic_menu{
	width:12%;
}

.harmonic_container .harmonic_item .harmonic_content{
	display:block;
	width:0px;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	overflow:hidden;
	border-radius:15px;
	font-size:17px;
	color:#ffffff;
	background-size:auto 120% !important;
}

.harmonic_container .harmonic_item.open .harmonic_content{
	width:88%;
}

.harmonic_container .harmonic_item .harmonic_content h2{
	font-size:24px;
	color:#ffffff;
	font-family:'Kanit',sans-serif;
	font-weight:600;
	line-height:normal;
}

.harmonic_container .harmonic_item .harmonic_content ul li{
    list-style-type: square;
}

/* Safari flexbox fix for harmonic_container */
.harmonic_container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.harmonic_container .harmonic_item.open {
  -webkit-flex: 7;
  flex: 7;
}
.harmonic_container .harmonic_item:not(.open) {
  -webkit-flex: 1;
  flex: 1;
}
.harmonic_container .harmonic_item .harmonic_content {
  top: 0;
  bottom: 0;
  height: auto;
}

.services_container{
	display:flex;
	gap:20px;
}

.services_container .services_item{
	flex: 1;
	border-left:1px solid #D9D9D9;
	padding-left:55px;
}

.services_container .services_item:nth-child(1){
	border:none;
	padding-left:0px;
}

.services_container .services_item .services_title{
	font-size:16px;
	font-family:'Kanit',sans-serif;
	width:70%;
	font-weight:400;
	height:48px;
}

.services_container .services_item::after{
	content:'';
	float:right;
	width:25px;
	height:25px;
	background:url(/images/icon_arrow_b.png) center center no-repeat;
	background-size:contain;
	transform:rotate(-45deg);
}

.banner_content a{
	position: relative;
	display: block;
}

.banner_content a .overlay{
	position: absolute;
	bottom:40px;
	left:40px;
	right:40px;
	color:#fff;
	text-align: center;
}

.banner_content a .overlay .title{
	font-size:48px;
	line-height:52px;
	font-family:'Montserrat',sans-serif;
	font-weight:800;
	text-shadow:0px 0px 0px 7px rgba(0,0,0,0.5);
	text-transform: uppercase;
}

.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%;
}


.blog_content .blog_prev .blog_pic{
	position:relative;
}

.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_title{
	color:#262626;
	font-size:24px;
	line-height:28px;
	font-family:'Kanit',sans-serif;
	position:relative;
	padding-left:50px;
	height:84px;
}

.blog_content .blog_prev .blog_title::before{
	content:'';
	display:inline-block;
	width:33px;
	border:3px solid #EFA736;
	position:absolute;
	left:0px;
	top:10px;
}

.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:40px;
	text-align: center;
}

.insta_container .insta_content{
	margin-bottom:80px;
}

.insta_container .insta_item{
	display:inline-block;
	width:24.62%;
	padding-top:24.62%;
	position:relative;
	line-height:24px;
	font-size:16px;
	color:#ffffff;
	font-weight:300;
	vertical-align:top;
	margin-left:0.5%;
	margin-bottom:0.5%;
	font-family:'Antonio',sans-serif;
}

.insta_container .insta_item:nth-child(5n-4){
	margin-left:0px;
}

.insta_container .insta_item .overlay{
	position:absolute;
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.4);
	color:#ffffff;
	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 .gdpr{
	color: white!important;
}
.footer_container{
	font-family:'Kanit',sans-serif;
	width:100%;
	padding:60px 0px 60px 0px;
	color:#ffffff;
	font-size:20px;
	background-color:#171B30;
	line-height:28px;
	font-weight:300;
	color:#D5D5D5;
}

.footer_container strong{
	font-weight:600;
	color:#ffffff;
}

.footer_container .footer_content{
	
}

.footer_container .footer_content table tr td{
	
}

.footer_container .footer_content h2{
	font-size:18px;
	color:#ffffff;
	margin:0px;
	font-weight:600;
}

.footer_container .footer_content a{
	color:#D5D5D5;
}

.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:#fff;
	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:#EBCB84;
}

.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:10px 0px;
	color:#585858;
	font-size:14px;
	background-color: #ffffff;
}

.production_container .production_content a.green-button{
	padding:5px 15px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none !important;
	vertical-align:middle;
	margin-left:10px;
}

.production_container a{
	color:#585858;
}

.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{
}

.newsletter_container .newsletter_content{
	margin: auto;
	color:#fff;
}

.newsletter_container .newsletter_content .black-button{
	padding:9px 45px 10px 45px;
}

.newsletter_container .newsletter_content input[type="text"]{
	width:360px;
	box-sizing:border-box;
	padding:0px 20px 0px 50px;
	font-size:15px;
	display:inline-block;
	vertical-align:top;
	color:#000000;
	border:none;
	font-family:'Open Sans', sans-serif;
	height:40px;
	border-radius:4px;
	margin-bottom:10px;
	position: relative;
	margin:15px 0px;
	background:url(/images/email_icon.png) left 15px center no-repeat #ffffff;
}

.newsletter_container .newsletter_content input[type="text"]::before{
	position:absolute;
	left:15px;
	top:5px;
	content:'';
	width:25px;
	height:20px;
}

.newsletter_container .newsletter_content .button,
.content_container .content_content .button{
	font-size: 16px;
  font-family: 'Antonio',sans-serif;
  font-weight: 400;
  line-height: 16px;
  padding: 14px 50px 16px 50px;
  background-color: #CE0B0B;
  display: inline-block;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  color: #fff;
  text-decoration: none;
	margin-top:30px;
}

.newsletter_container .newsletter_content .button:hover,
.content_container .content_content .button:hover{
	background-color:#9A0000;
}

.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:#ffffff;
	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;
}

.orange_text{
	color:#EFA736 !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;
}

.articles .art_item{
	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;
}

.gallery_container{
	
}

.gallery_container a{
	display: inline-block;
	vertical-align:top;
	margin-left:14px;
	padding-top:25%;
	width:calc(25% - 11px);
	background-size: cover;
	margin-bottom:14px;
}

.gallery_container a:nth-child(4n-3){
	margin-left:0px;
}

.resp_menu_button{
	display: none;
	position:relative;
	text-align:center;
	z-index:3;
	padding-left:0px !important;
	height:25px;
	width:30px;
	margin-left:35px;
	margin-top:11px !important;
	float:right;
}

.resp_menu_button span{
	display:inline-block;
	width:30px;
	height:2px;
	background-color:#272727;
	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.storitve > tbody > tr > td:not(.responsive-hidden){
	border-radius:10px;
	overflow:hidden;
	background-color:#ffffff;
	box-shadow:0px 4px 4px 0px rgba(0,0,0,0.1);
}

table.storitve > tbody > tr > td > table > tbody > tr > td{
	padding:30px;
	font-size:15px;
	font-weight:300;
}

table.storitve > tbody > tr > td > table > tbody > tr > td > strong{
	font-size:20px;
}

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:12px;
	line-height:16px;
	color:#000000;
}

table.piktogrami tr td h3{
	color:#000000;
	margin:0px;
	font-weight:600;
	font-size:18px;
	line-height:24px;
	letter-spacing:normal;
	letter-spacing:1px;
	margin-bottom:10px;
}

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.red-button{
	display: inline-block;
  vertical-align: top;
  padding: 15px 45px;
  border-radius: 17px;
  border-top-left-radius: 17px;
  border-top-left-radius: 0px;
  transition: all 0.3s;
	background-color:#e34848;
	color:#ffffff;
}

a.orange-button{
	font-weight:400;
	color:#ffffff;
	background-color:#EFA736;
	padding:0px 20px 0px 45px;
	display:inline-block;
	font-size:18px;
	line-height:60px;
	border-radius:30px;
	position:relative;
}

a.orange-button::after{
	display:inline-block;
	vertical-align:middle;
	content:'';
	width:35px;
	height:22px;
	background:url(/images/button_arrow.png) center left no-repeat;
	margin-left:5px;
	transition:all 0.3s;
	margin-top:-3px;
}

a.orange-button:hover::after{
	background:url(/images/button_arrow.png) center center no-repeat;
}

a.black-button{
	font-weight:bold;
	color:#ffffff;
	background-color:#000000;
	padding:10px 50px;
	border-radius:10px;
	display:inline-block;
}

.header_banners a:hover .overlay .button,
.banner_content a:hover .overlay .button,
a.red-button:hover{
	background-color:#9A0000;
}

a.green-button:hover,
a.black-button:hover{
	background-color:#000000;
}

.white-text{
	color:#fff !important;
}

.red-text{
	color:#e44848 !important;
}

.blue-text{
	color:#0091D6 !important;
}

.contact_holder{
	width:100%;
  margin-right: 0px;
  margin-left: auto;
}

.contact_holder select,
.contact_holder textarea,
.contact_holder input{
  width: 100%;
  font-size: 16px;
  padding: 20px;
  border: none;
	border-bottom:1px solid #A4A4A4;
  color: #262626;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
	resize: none;
	padding-left:50px;
}

.contact_holder input[type="checkbox"]{
	margin-top:0px !important;
}

.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;
}

div.more_button,
a.more_button{
	color:#b4b4b4;
	font-weight:bold;
}

div.more_button.back,
a.more_button.back{
	color:#000 !important;
}

div.more_button::after,
a.more_button::after{
	display:inline-block;
	content:'';
	width:23px;
	height:11px;
	margin-left:8px;
	background:url(/images/more_arrow.png) center center no-repeat;
	transition:all ease-in-out 0.3s;
}

div.more_button.back::after,
a.more_button.back::after{
	transform: translate(10px,0px) rotate(180deg);
}

div.more_button:hover::after,
a.more_button:hover::after{
	transform:translate(10px,0px);
}

div.more_button.back:hover::after,
a.more_button.back:hover::after{
	transform:translate(0px,0px) rotate(180deg);
}

.table_counter h1{
	font-size:64px;
	font-weight:bold;
	font-style:italic;
	display:inline-block;
	margin-bottom:20px;
}

.table_counter img{
	vertical-align:top;
	margin-top:-10px;
}

.table_counter > tbody > tr > td{
	border-left:1px solid rgba(255, 255, 255, 0.5);
}

.table_counter > tbody > tr > td:nth-child(1){
	border:none;
}

.image-decor{
	position:relative;
	display: block;
}

.image-decor img{
	display:block;
}

.image-decor::before{
	position:absolute;
	content:'';
	width:75px;
	height:50px;
	background:url(/images/image_decor_bottom.png) center center no-repeat;
	bottom:-25px;
}

.image-decor::after{
	position:absolute;
	content:'';
	width:42px;
	height:91px;
	background:url(/images/image_decor_side.png) center center no-repeat;
	top:30%;
}

table > tbody > tr > td:nth-child(1) .image-decor::before,
.left .image-decor::before{
	left:20px;
}

table > tbody > tr > td:nth-child(1) .image-decor::after,
.left .image-decor::after{
	right:-20px;
}

table > tbody > tr > td:nth-child(2) .image-decor::before,
table > tbody > tr > td:nth-child(3) .image-decor::before,
.right .image-decor::before{
	right:20px;
}

table > tbody > tr > td:nth-child(2) .image-decor::after,
table > tbody > tr > td:nth-child(3) .image-decor::after,
.right .image-decor::after{
	left:-20px;
}

.faq_content{
	
}

.faq_content .faq_item{
	margin-bottom:15px;
	border:1px solid #262626;
	background-color:#fff;
	border-radius:10px;
}

.faq_content .faq_item .faq_button{
	padding:20px 40px;
	display: block;
	text-decoration: none;
	font-size:18px;
	font-weight:400;
	position:relative;
	font-family:'Kanit',sans-serif;
}

.faq_content .faq_item .faq_button::after{
	content:'';
	position:absolute;
	top:20px;
	right:20px;
	display:block;
	width:25px;
	height:25px;
	background:url(/images/icon_arrow_b.png) center center no-repeat;
	background-size:contain;
	transform: rotate(45deg);
	transition: all 0.3s;
}

.faq_content .faq_item .faq_button.sel::after{
	background:url(/images/icon_arrow_o.png) center center no-repeat;
	background-size:contain;
	transform:rotate(-45deg);
}

.faq_content .faq_item .content {
  padding: 0px 40px 20px 40px;
  font-size: 15px;
  color: #505050;
  display: none;
}

img.round{
	border-radius:10px;
}
