/*** INCLUDE ***/
@import url('../../../base/001300/css/page_width.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('custom_color.css');
/*@import url('../css/page_box_2.css'); */

div, p, a, input, ul, li, h1, h2, h3, h4, h5, label, select, .text_smaller, .text_small, .text_normal, .text_big, .text_bigger, .text_biggest {
	font-family: 'Open Sans', sans-serif;
} 


*, *:focus {
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #adadad;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #adadad;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #adadad;
}
:-moz-placeholder { /* Firefox 18- */
  color: #adadad;
}

input, select {
	outline: none;
}

input[type=text], input[type=password] {
    border: 1px solid #ddd;
    height: 32px;
	min-width: 32px;
    padding: 0 5px;
    box-sizing: border-box;
}

select {
    width: auto;
    min-width: 100px;
    height: 34px;
    padding: 0 18px 0 4px;
    font-size: 11px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("../image/down_arrow.png") no-repeat right 2px center #fff;
    cursor: pointer;
	color: #333;
}

select::-ms-expand {
    display: none;
}

select[name="new_art_order"] {
	width: 240px;	
	padding: 0 20px;
	margin-left: 20px;
}

/*
form[name="form_art_order1"] {
	display: table;
	width: 100%;
}

form[name="form_art_order1"] > span {
	width: 50%;	
	display: table-cell;
	vertical-align: middle;
}

*/
form[name*="form_art_order"] span.text_bigger {
	text-align: right;	
	font-size: 13px;
}

form[name*="form_art_order"] span.text_input {
	text-align: left;	
}

img {
	border:0;
}

#ud_shop_start #body_container, #page_start_content.page_content {
	padding: 0;	
}

/*** HEADER ***/


/*** social icons ***/

.social_icons {
	width: auto;
	float: left;	
}

.social_icons ul {
	list-style: none;	
	height: 44px;
    display: table-row;
}

.social_icons li {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    padding: 0 5px;
    width: 40px;
    margin-top: 5px;
    position: relative;
}

.social_icons a, .social_icons a:hover, .social_icons a:focus {
	display: inline-block;
    text-decoration: none;
    border-radius: 50%;
    background: #fff;
    height: 32px;
    width: 32px;
}

#social_mobile {
	display: none;	
}

/* FB, GPLUS, TWI, PIN - START*/

.social_icons a::before {
	font-family: "FontAwesome";
    font-size: 20px;
	color: #3b5998;
	content:"\f09a";
	transition: all ease 0.2s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.social_icons a:hover::before, .social_icons a:focus::before {
	font-size: 22px;
}

.social_icons li:nth-child(3) a::before {
	content:"\f0d5";
	color: #db4a39;
}

.social_icons li:nth-child(2) a::before {
	content:"\f099";
	color: #4099FF;	
}

.social_icons li:nth-child(4) a::before {
	content:"\f16d";
	color: #3f729b;	
}
 
.social_icons li:nth-child(5) a::before {
	content:"\f167";
	color: #c4302b;	
}
 

/* FB, GPLUS, TWI, PIN - END */


/*** social icons end ***/


#header_menu {
	width:auto;
	height:44px;
	overflow:hidden;
	text-align:right;
	float:right;
	font-size:0;	
}

#header_menu ul {
	margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    height: 44px;
    position: relative;
}

#header_menu li {
	display:inline-block;
	margin:0;
	font-size:0;  
}

#header_menu li.login a.text_normal {
	font-weight:bold;
}

#header_menu li.remind a.text_normal {
	font-weight:bold;
}

#header_menu li span.menu_item_inner {
	display:inline;
	width:auto;
	margin:0;
	padding:0;
}

#header_menu li a.text_normal {
	font-weight:normal;
}

#header_menu ul li {
    height: 44px;
    margin-right: 30px;
}

#header_menu ul li:last-child {
    margin-right: 0;
}

#header_menu li a,
#header_menu li a.text_normal {
	/*color: #aaa;*/
	color: #fff;
	line-height: 42px;
	transition: 0.5s;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform:uppercase;
}

#header_menu ul li a::before{
	/*color: #aaa;*/
	color: #fff;
	font-family: FontAwesome;
	font-size: 10px;
	margin-right: 10px;
	transition: 0.5s;
}
#login a::before{
	content:'\f090';
}
#reg a::before{
	content:'\f044';
}
#profil a::before{
	content:'\f2bc';
}
#fav a::before{
	content:'\f08a';
}
#facebook a::before{
	content:'\f09a';
}

.fa-icon a:before {
	font-family: "FontAwesome";
    font-size: 14px;	
	margin-right: 15px;
}

#header_menu li:hover a {
	color:#ebfbf2;
	transition: 0.5s;
}

#header_menu ul li:hover a:before{
	color: #fff;
	transition: 0.5s;
}

#header_menu li a strong {
	font-weight: 400;
	letter-spacing: 1px;
}

#header_menu li:hover a {
	text-decoration:none;
	color: #fff!important;
}

#header_menu li:last-child a {
	border:none;
} 

@media only screen and (max-width: 400px) {
	
	#header_top_inner {
		padding: 0px 7px;
	}
	
	#header_menu ul li {
		margin-right: 0!important;
	}
	
}

/*************************************/

#money_lang {
	width:auto;
	float:left;	 
}

#money_lang select {
	background: transparent;
	border: none;	
    width: 80px;
    padding: 0 5px;
    min-width: 80px;
	outline: none;
    text-transform: uppercase;
    font-size: 10px;
	transition: color ease 0.5s;
	/*color: #aaa;*/
	color: #fff;
	height: 14px; 
}

#money_lang select option {
	cursor: pointer;	
}

#box_lang_content:hover::before, #box_lang_content:focus::before, #box_money_content:hover::before, #box_money_content:focus::before {
	color: #fff;		
}

#box_lang_content:hover select, #box_lang_content select:focus, #box_money_content:hover select, #box_money_content select:focus {
	color: #fff;	
}

#box_lang_content select:focus option:checked, #box_money_content select:focus option:checked {
	background-color: #aaa;
	color: #fff;	
} 

#box_lang_content select:focus option:not(:checked), #box_money_content select:focus option:not(:checked) {
	color: #aaa;	
}

#lang {
	float:left;
	height:44px;
	padding:0;	
}

#box_lang_content::before, #box_money_content::before {
	content:"\f024";
	font-family: "FontAwesome";
	font-size: 11px;
    position: absolute;
    left: 0px;
    top: 3px;
    /*color: #aaa;*/
	color: #fff;
	transition: color ease 0.5s;
}

#lang_small {
	float:left;
	height:31px;
	padding:0 2% 0 1%;		
	display:none;	
}

#lang_small .box_lang_type_flag {
	padding-top:5px;	
}

#box_lang_content.box_content {
	width:100%;	
	padding-left: 14px;
    height: 14px;
   margin-top: 14px;
    box-sizing: border-box;
    position: relative;
}

.box_lang_type_select {
	padding:0;	
}

.box_lang_flag, .box_lang_flag_select {
	margin:3px 3px 2px;	
}

#money {
	float:left;
	height:44px;
	padding:0;
	margin-right: 25px;
}

#box_money_content {
    width: 54px;
    min-width: 54px;
    position: relative;
    padding-left: 9px;
    height: 14px;
    margin-top: 14px;
}

#box_money_content select {
	width: 100%;
	min-width: 100%;
}	

#box_money_content::before {
	content:"\f155";
}

/*** MENU ***/
/*** HORIZONTAL MENU ***/
.content_top_menu {
	height:48px;
	line-height:48px; 
    /*width:calc(100% - 100px);*/
	width: auto;
	margin:0;
	/*overflow:hidden;*/
	padding:0;
	white-space:nowrap;
}

.content_top_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

/*
.content_top_menu ul {
    -webkit-box-shadow: 6px 6px 8px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 8px -6px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 8px -6px rgba(0,0,0,0.75);
}*/

.content_top_menu li {
	margin:0;
	padding:0;
}

.content_top_menu a {
	display:inline-block;
	border-right:0!important;
	padding:0 25px;
	width:inherit;
	height:48px;
	text-align:center;
    font-size: 16px;
    text-transform: uppercase;
}

.content_top_menu a:hover {
    text-decoration: none;
}

.content_top_menu > ul > li > ul a:hover { 
	text-decoration: underline;
}

.content_top_menu li.selected_menu a {
	background-position:0 0;
}

.content_top_menu a:hover strong {
	transition: all 0.5s ease 0s;
	color:#FFF!important;	
}

.content_top_menu a:hover strong::after {
	content:"";
	text-decoration:none;
}

.content_top_menu strong {
	font-weight:bold;
}

.content_top_menu li:last-child a {
	border-right:0 none;	
}

#content_top_menu_1000 {
	display:none;	
}

/*** NEW ***/
#content_top_menu_full_sf {
	display:inline-block;
	vertical-align: top;
}

#content_top_menu_full_sf > ul {
	text-align: center;
    margin: 0;
    padding: 0;	
    width: auto;
    box-sizing: border-box;
}

#content_top_menu_full_sf > ul li {
	display: inline-block;
	height:48px;
	padding:0;
	position: relative;
}

.content_top_menu > ul > li:hover {
	background-color: #66100d;	
}

#content_top_menu_full_sf ul li li {
	height:48px;
	padding:0;	
	width:100%;
	float:none;
	position:static;
	display:block;
}

#content_top_menu_full_sf ul li li a {
	color: #333;
}

/**** 2. szint *****/
#content_top_menu_full_sf > ul > li > ul.menu_content_sub {
	position:absolute;
	top:100%;
	left:0;	
	z-index:100;
	height:auto;
	display: none;
    width: auto;
    min-width: 100%;
    padding: 10px;
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,.5);
}

/**** 3. szint *****/

#content_top_menu_full_sf .menu_content_sub ul {
	position:inherit;
}

#content_top_menu_full_sf.content_top_menu a {
	float:none;	
	border-right:0!important;
	padding:0 25px;
	width:inherit;
}

#content_top_menu_full_sf.content_top_menu li li a {
	padding-right:10px!important;	
}

#content_top_menu_full_sf .menu_content_sub a {
	font-size:14px;	
	width:100%;
	padding:0 10px 0 10px;
	height:48px;
	line-height:48px;
	text-align:left;
	border-right:0 none!important;
	float:left;
	box-sizing:border-box;
}

#content_top_menu_full_sf .menu_content_sub .menu_content_sub a {
	font-size:13px;
	padding-left:20px;
}

#content_top_menu_full_sf .menu_content_sub .menu_content_sub .menu_content_sub a {
	padding-left:30px;	
}

/*** LOGO ***/
#logo {
	width:50%;
	position:absolute;
	top: 50%;
    left: 0;
    transform: translateY(-50%);
	z-index:100;
}

/*** LEFT CMS ***/
#left_cms_full .box_left_container {
	border:0 none;
	background-color:transparent;
	width:100%;
	padding:8px 0 8px 0;
	text-align:left;	
}

#left_cms_full .box_left_container li {
	list-style-type:none;
	float:left;
	width:100%;	
}

#left_cms_full .box_left_container li a {
	display:block;
	width:98%;	
	padding:5px 0 5px 2%;
	margin-bottom:4px;
	font-size:15px;		
}

#left_cms_full .box_left_container li a:hover {
	transition: all 0.5s ease 0s;
}

#left_cms_full .box_left_container li li a {
	width:95%;	
	padding:5px 0 5px 5%;
	font-size:13px;		
}

#left_cms_full .box_left_container li li li a {
	width:92%;	
	padding:5px 0 5px 8%;
	font-size:13px;		
}

#left_cms_full ul.menu_content_sub {
	display:none;	
}

#left_cms_full .box_left_container li a.menu_content_select_link {
	background-color:#333333;	
}

#left_home_1000 {
	display:none;	
}

/*** ART ***/
.box_art_pic1 img {
	/*width:150px !important;*/	
}


/*** SEARCH ***/
#search {
	width:25%;
	height:40px;
	margin-top:39px;
	float:right;
}

#box_search_content {
	width:100%;
	height:40px;
	background-position:0 0;
	background-repeat:no-repeat;
    position: relative;
	box-sizing: border-box;
}

#box_search_content label {
	display:none;
}

#box_search_content .box_search_field {
	/*width:82%;*/
    width:100%;
	height:40px;
	line-height:40px;
	text-align:left;
	/*padding:0 0 0 4%;*/
    padding:0!important;
	float:left;	
}

#box_search_content .box_search_button {
	/*width:10%;*/
    width:64px;
	height:40px;
	padding:0;
	float:left;
	position:absolute;
    top:0;
    right: 0;
	/*padding:0 2% 0 2%;*/
}

#box_search_content .box_search_button input {
	background-color: transparent;
    border: 0 none;
    cursor: pointer;
    height: 38px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
	color:transparent;
    margin-top:0;
}

#box_search_content .box_search_field input {
	/*width:86%;*/
    width: 100%;
    box-sizing: border-box;
    padding: 0 48px 0 20px;
	font-size:12px;
	border:none;
	background-color:transparent;
	border-width:0;
	line-height:40px;	
	height:40px;
}

#box_search_content .box_search_field input::-webkit-input-placeholder {
  color: #333;
  text-transform: uppercase;
}
#box_search_content .box_search_field input::-moz-placeholder {
  color: #333;
  text-transform: uppercase;
}
#box_search_content .box_search_field input:-ms-input-placeholder { 
  color: #333;
  text-transform: uppercase;
}
#box_search_content .box_search_field input:-moz-placeholder { 
  color: #333;
  text-transform: uppercase;
}

#box_search_content .box_search_button:before {
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    width: 100%;
    height: 38px;
    content: "\f002";
    cursor: pointer;
    z-index: 99;
}

/*** SEARCH MOBILE ***/

#search_icon::after  {
	font-family: "FontAwesome";
	font-size: 5px;
	content:"\f0d8";
	color: #b32e29;
}

#search_icon.opened {
	background-color: #f1f1f1;	
}

#search_icon.opened::after {
	opacity: 1;	
	font-size: 24px;
	color: #b32e29;
}

#search_icon.opened::before, #search_icon::after {
	opacity: 0;	
}

#search_icon.opened::before {
	font-size: 5px;	
}

@media only screen and (max-width: 700px) {

	#search_icon::after  {
		color: #fff;
	}	
	
}

/*** SEARCH MOBILE END ***/

/*** CART ***/

#cart {
	float:right;
	height:40px;
	width: auto;
    position: relative;
	margin: 39px 0 0 40px;
	cursor:pointer;	
    min-width: 150px;
}

#cart a:hover {
	text-decoration:none;	
}

#box_cart_content {
	padding-top:0;	
	line-height:40px;
}
#box_cart_content sup {
	line-height:20px;
}

#box_cart_content.box_content {
	text-align:left;
	padding-right: 36px;
    box-sizing: border-box;
}

#box_cart_content a:before {
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
	right: 0;
    top: 50%;
	transform: translateY(-50%);
	content: "\f07a";
}

#box_cart_content span.box_cart_empty {
	font-size:12px;
	text-transform: uppercase;
	color: #333;
	padding-left:10%;
	letter-spacing: 1px;
	display: block;
    white-space: nowrap;
    min-width: 100px;
}

#box_cart_content .box_cart_item span.text_color_fault {
	display:inline-block;
	width:auto;
	font-size:12px;
	float:left;
	text-align:left;
	text-transform:uppercase;
	letter-spacing: 1px;
}

#box_cart_content .box_cart_price {
	padding:0;	
}

#box_cart_content .box_cart_price span.text_color_fault {
	display:inline-block;
	width:auto;	
	float:right;
	text-align:right;
	font-size:12px;
	text-transform:uppercase;	
	padding: 0 0 0 16px;
    box-sizing: border-box;
	letter-spacing: 1px;
}

.box_cart_item, .box_cart_price {
	display: inline-block;	
}

.box_cart_item a {
	display: block;	
}

@media only screen and (min-width: 940px) and (max-width: 1050px) {

	#box_search_content .box_search_field input {
    	padding: 0 40px 0 10px;
	}
	
	#box_search_content .box_search_button {
	    width: 40px; 
	}
	
	#search {
    	width: 22%;
	}
	
	#box_search_content .box_search_button:before, #box_cart_content a:before {
		font-size: 22px;
	}
	
	#cart {
    	margin: 39px 0 0 30px;
	}
	
}

@media only screen and (max-width: 939px) {
	
	#cart {
		display: none;	
	}
	
	#search {
		position:fixed;
		top:-100px;	
		margin: 12px 0 0 0;
		width: 100%;
		padding: 0 1%;
		box-sizing: border-box;
	}
	
	#header_container_inner_mobile {
		display: block!important;
		float: right; 	
	}
	
	#box_search_content .box_search_button {
		width: 40px;	
	}
	
}

/*** LOGO ***/
#logo {
	float:left;	
	position:relative;
	z-index:100;	
	width: auto;
    max-width: 454px;
	padding: 0 10px;
}

/*** LEFT CMS ***/
#left_cms_full .box_left_container {
	border:0 none;
	background-color:transparent;
	width:100%;
	padding:8px 0 8px 0;
	text-align:left;	
}

#left_cms_full .box_left_container li {
	list-style-type:none;
	float:left;
	width:100%;	
}

#left_cms_full .box_left_container li a {
	display:block;
	width:98%;	
	padding:5px 0 5px 2%;
	margin-bottom:4px;
	font-size:15px;		
}

#left_cms_full .box_left_container li a:hover {
	transition: all 0.5s ease 0s;
}

#left_cms_full .box_left_container li li a {
	width:95%;	
	padding:5px 0 5px 5%;
	font-size:13px;		
}

#left_cms_full .box_left_container li li li a {
	width:92%;	
	padding:5px 0 5px 8%;
	font-size:13px;		
}

#left_cms_full ul.menu_content_sub {
	display:none;	
}

#left_cms_full .box_left_container li a.menu_content_select_link {
	background-color:#3e454c;	
}

#left_home_1000 {
	display:none;	
}

/*** CATEGORY ***/
.box_cat_spec, .box_cat_style0, .box_cat_style1, .box_cat_style2 {
    text-indent: 0;
}

#box_cat_content.box_content {
    width: 100%;
}

#box_cat_content ul li.open > span > a {
	color: #66100d;	
}

#box_cat_content ul li li {
    border-bottom: 0 none;
    padding-bottom: 0;
}

#left .text_small {
	font-size:12px;	
}

#left #box_cat_content strong, #left #box_cat_content .text_style_strong {
	font-weight: normal;	
}

#box_cat_content li {
	padding: 0;
	margin: 0;	
}

#box_cat_main ul {
	margin: 10px 0 20px;	
}

span[class*="_level"] > a:not([class*="level0"])::before {
	content:"-";
	margin-right: 10px; 
	height: 18px;
    float: left;
    display: inline-block;
    vertical-align: top;
	line-height: 5px;
}

a[class*="box_cat_"], .box_cat_spec > a {
	box-sizing: border-box;	
	transition: all 0.5s ease 0s;
	display: block;
	position: relative;
	padding: 9px 16px!important;
	font-size: 12px;
	text-transform: uppercase;
    letter-spacing: 1px;
	color: #333;
}

/*az összes elem ami nem fő kategória */
span[class*="_level"] > a:not([class*="level0"]) {
	font-size: 11px!important;
	color: #888888!important;
	line-height: 10px!important;	
}

span[class*="_level"] > a:not([class*="level0"]).text_style_strong {
	font-weight: bold!important;
}	

.box_cat_spec .text_color_fault {
    color: inherit;
} 


li[id*="box_cat_spec"]:hover a, li[id*="box_cat"]:hover > span > a, li[id*="box_cat"].open > span > a {
    background-color:#66100d;
    color: #fff!important;
}

a.box_cat_click_level2, a.box_cat_level1 {
	padding: 4px 4px 4px 16px!important;	
}

a.box_cat_click_level3, a.box_cat_level2 {
    padding: 4px 4px 4px 34px!important;
}

/*
a.box_cat_click_level4, a.box_cat_level3 {
    padding: 4px 4px 4px 48px!important;
}

a.box_cat_click_level5, a.box_cat_level4 {
    padding: 4px 4px 4px 54px!important;
}

a.box_cat_click_level6, a.box_cat_level5 {
    padding: 4px 4px 4px 60px!important;
}*/

/*** BX SLIDER ***/
.bx-wrapper {
	padding:0;	
}

.bx-pager {
	display:block;
    top: 20px;
    right: 20px;
	left: inherit;
	bottom: inherit;
}

.bx-pager a {
	border:0 none;
	font-size:0;	
}

.bx-wrapper img {
	max-width:100%;
	max-height: 100%;
	width: auto;
	height: auto;
}	

/*** BX SLIDER END ***/

#header_container_inner_mobile {
	display:none;
	position:relative;	
}

#menu_resp {
	position: fixed;
    right: -260px;
    top: -40px;
    width: 260px;
    height: auto;
    z-index: 100;
    padding-top: 45px;
    bottom: 0;
    overflow: auto;
    box-sizing: border-box;  
} 

#menu_resp ul li {
	list-style:none;	
}

#menu_resp > ul li a {
	display:block;
	float:left;
	width:230px;
	overflow:hidden;
	height:auto;
	padding:15px 0 15px 20px;
	text-align:left;
	text-transform:uppercase;
	font-size:12px;	
}

#menu_resp > ul li a:hover {
	text-decoration:none;
}

#menu_resp > ul li a strong {
	font-weight:normal;	
}

#menu_resp > ul li li li a {
	padding-left:30px;
	width:220px;		
}

#menu_resp > ul li-last_child a {
	border-bottom:0 none;	
}

a.resp_close {
	position:absolute;
	right:5px;
	top:15px;
	width:30px;
	height:30px;
	cursor:pointer;	
}

a.resp_close:hover {
	text-decoration:none;	
}

.resp_close:before {
    font-family: "FontAwesome";
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
    width:30px;
	height:30px;
	content: "\f057";	
}

a.resp_close_2 {
	position:absolute;
	right:5px;
	top:10px;
	width:30px;
	height:30px;
	cursor:pointer;	
}

a.resp_close_2:hover {
	text-decoration:none;	
}

.resp_close_2 span:before {
    font-family: "FontAwesome";
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
    width:30px;
	height:30px;
	content: "\f057";		
}

a.resp_close_plus {
	position:absolute;
	right:12px;
	top:45px;
	cursor:pointer;
	background-image:url("../image/responsive_menu_nav_icons.png");	
	background-repeat:no-repeat;
	background-position:0 -42px;
	width:42px;
	height:42px;	
}

a.resp_close_plus:hover {
	text-decoration:none;
	background-position:-42px -42px;
}

#resp_banner_box {
	display:block;
	float:left;
	width:250px;
	margin-top:10px;	
}

#resp_banner_box .box_content_title {
	width:100%;
	height:30px;
	background-color:#2f3439;
	color:#FFF;
	line-height:30px;
	overflow:hidden;
	text-align:center;	
}

/******* MOBILE ICONS ********/

#mobile_icons_outer {
	margin-top: 40px;
}

.mobile_icons {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
    font-size: 0;
    float: left; 
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.mobile_icons.opened {
	-webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
	background-color: #f1f1f1;
}

.mobile_icons::before, .mobile_icons::after {
	font-size: 24px;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	color: #333;
	transition: all ease 0.3s;
}

/* FILTER ICON */

#filter_icon {
	display: none;	
}

a#filter_icon.opened:before {
	content: "\f053" !important;
}

/* FILTER ICON END */

/* HAMBURGER ICON */


#plusmenu_icon {
	width: 20px;
	height: 20px;
    padding: 10px;
	position: relative;
	/*-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);*/
	-webkit-transition: .2s ease-in-out ;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
	overflow: hidden;
}

#plusmenu_icon.opened {
    background: #f1f1f1;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

#plusmenu_icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: #fff;
	opacity: 1;
	left: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

#plusmenu_icon.opened span {
    background: #b32e29;
}

#plusmenu_icon span:nth-child(1) {
	top: 11px;
}

#plusmenu_icon span:nth-child(2) {
	top: 18px;
}

#plusmenu_icon span:nth-child(3) {
	top: 25px;
}

#plusmenu_icon.opened span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#plusmenu_icon.opened span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#plusmenu_icon.opened span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* HAMBURGER ICON END */



/******* MOBILE ICONS END ********/

/*RESP CAT MENU*/
.with_fixcat #content, .with_fixcat	#header {
	overflow: hidden;
}

.with_fixcat #content {
	padding-top:0;	
}

.with_fixcat #header {
    left:auto;
	top:auto;
	position:static;
	z-index:auto;	
}

.with_fixcat #content_container, .with_fixcat #header_inner {
	margin:0;
	overflow: visible;
	position: relative;
	left:320px;
}

.with_fixcat #center, .with_fixcat #header_content {
	margin:0;
	backface-visibility: hidden;
    clear: both;
	position: relative;	
}

.with_fixcat #responsive_cat_menu {
	display:block;	
} 

#responsive_cat_menu_content, #responsive_cat_menu {
	background-image:none;
	border-top:0 none;
}

#responsive_cat_menu {
	z-index:10000;
    left:-320px;
	-webkit-overflow-scrolling:touch;
}

.responsive_menu_back, .responsive_menu_close {
	background-image:url("../image/nav_icons.png"); 	
}

.responsive_menu_close:hover {
    background:url("../image/nav_icons.png") no-repeat -42px -42px #fff;
}

.black_active .responsive_menu_back:hover {
    background:url("../image/nav_icons.png") no-repeat -42px 0 #fff;
}

.responsive_menu {
	z-index:10000;	
}

.responsive_menu_nav {
    padding: 7px 0 0px 0;
}

#responsive_cat_menu_content {
	/*height: calc(100% + 200px);*/
	width: 100%;
}

/*RESP CAT END */ 

/*** FILTER ***/

.product_filter_checkbox {
    padding-top: 3px;
    margin-right: 20px;
}

.product_filter_checkbox input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;	
	background:url("../image/checkbox_bg.jpg") no-repeat;
	width: 12px;
	height: 12px;
}

.product_filter_checkbox input:checked::after {
	content: '\f00c';
	font-family: "FontAwesome";
    font-size: 10px;
    position: relative;
    top: 1px;
    left: 1px;
    color: #424242;
}

.product_filter_text {
	padding: 3px 0;	
}

.product_filter_content {
	max-height: 1200px;
	overflow-y:auto;
    padding: 15px 20px;
}

.box_left_title {
    width: 100%;
	padding: 22px 0;
	box-sizing: border-box;
}


#box_container_shop_cat .box_left_title {
    background: transparent;
    color: #b32e29;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
}

#box_container_shop_filter .box_left_title {
	background-color: transparent;
	color: #333;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 8px;	
}

.product_filter_title.text_normal {
	background-color: #f4f4f4;
	border-radius: 4px;
    padding: 5px 30px 5px 20px;
	color:#333;
	font-size: 15px;
	font-weight: normal;
	position: relative;
}

.product_filter_checked .product_filter_text_inner {
	color: #c12322;
}

.product_filter_title strong {
	font-weight: normal;	
}

#box_container_shop_filter .box_left_container {
	padding: 0;
	width: 100%;
}

.product_filter_div {
	display: none;	
}

.box_left_full {
	box-shadow: none;
}	

#mobile_filter .text_normal {
	color: #fff;
}

#mobile_filter .product_filter_title.text_normal {
	color: #333;	
}

#box_container_shop_filter img, #box_filter_content img, .page_shop_txt img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

#mobile_filter { 
	position:absolute;
	left:-254px;
	top: 0;
	width:240px;
	padding:5px;
	height:auto;
	z-index:100;
	background: #333;
}

#filter_title {
	width:240px;
	height:40px;
	text-align:left;
	margin-bottom:5px;
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	padding:15px 0 0 5px;
	text-transform:uppercase;
	position:relative;	
	color: #fff;
}

/*
#ud_shop_art a#header_filter_icon, #ud_shop_artspec a#header_filter_icon, #ud_shop_search a#header_filter_icon {
    float: left;
}

a#header_filter_icon:hover {
	text-decoration:none;
}

#ud_shop_art a#header_filter_icon::before, #ud_shop_artspec a#header_filter_icon::before, #ud_shop_search a#header_filter_icon::before {
	content: "\f0b0";
    font-family: "FontAwesome";
    font-size: 20px;
}
*/

.product_filter_num {
    margin-right: 0;
}

/*** NEWSLETTER ***/

#box_newsletter_content .box_newsletter_button input {
	margin-right:4px;	
}

.text_button input {
	border:0 none;
	padding:6px 10px;
	cursor:pointer;
	margin-top:5px;
    height: auto;
}

.text_button input:hover {
	transition: all 0.5s ease 0s;	
}

/*** ARTLIST 1 ***/
.page_artlist_item_1 {
	position:relative;	
}

.page_artlist_item_1 .page_artlist_price_save_1 {
    background-color: #333333;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -7px;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    z-index: 100;
    background-image: none;
}

.page_artlist_item_1 .page_artlist_cart {
	float:right;
	width:100%;	
}

.page_artlist_item_1 .page_artlist_cart_button a {
    background-color: #333333;
    color: #fff;
    display: block;
    float: left;
    margin-top: 0;
    padding: 3px 10px;
    width: auto;
}

.page_artlist_item_1 .page_artlist_cart_button a:hover {
	text-decoration:none;
	opacity:0.9;
}

.page_artlist_item_1 .page_artlist_cart_button {
	display:block;	
}

.page_artlist_item_1 .page_artlist_cart_label a.text_normal {
	font-size:0;	
}

.page_artlist_item_1 .page_artlist_cart_image {
	display:none;	
}

.page_artlist_name_inside .text_normal {
	color:#FFF;	
}

.page_artlist_left_right {
	background-color:#FFF;
	width:100%;
	height:auto;
	display:block;
	float:left;
}

.page_artlist_left .border_2 {
	border:0;	
}

/*** ARTLIST 1 END ***/

/*** ARTDET 1 ***/

#page_artdet_func a:hover {
	text-decoration:none;	
}

.page_artdet_price_save_1 {
	margin:0;	
}

#page_artdet_price {
	position:relative;	
}

.page_artdet_price_save_1 {
    background-color: #b32e29;
    border-radius: 30px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    margin-left: 4px;
    margin-top: 8px;
    padding: 13px 0 0;
    position: absolute;
	right:10px;
	top:5px;
    text-align: center;
    width: 40px;
    z-index: 100;
	background-image:none;
}

/*** ARTDET CART ***/
#page_artdet_cart_image {
	display:none;
}

.page_artdet_cart_table {
    float: left;
    margin-left: 30%;
}

.page_artdet_pic, .page_artdet_pic table {
	width:100%;	
	text-align:center;
}

.page_artdet_frame_content {
	text-align:center;	
}

.page_pagelist_cart.bg_color_dark3 {
    background-color: transparent;
}

/*** ARTDET 1 END ***/

/*** POPUP ***/
#popup_title_icon {
	display:block;	
}

#popup_title_icon:before {
    display: block;
    font-family: "FontAwesome";
    font-size: 30px;
    font-weight: 400;
    height: 31px;
    left: 13px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
    top: 13px;
    width: 32px;
	background-color:#333333;
	color:#FFF;
}

#print_title #popup_title_icon:before {
	content: "\f02f";
}

#compare_title #popup_title_icon:before {
	content: "\f066";
}

#recommend_title #popup_title_icon:before {
	content: "\f0c0";
}

#question_title #popup_title_icon:before {
	content: "\f128";
}

#print_title, #compare_title, #recommend_title, #question_title {
	background-image:none;	
}

#ud_shop_artforum .page_artlist_cart_image {
	display:none;	
}

#ud_shop_order_follow_det #page_order_control_main .text_button input, #ud_shop_order_track_det #page_order_control_main .text_button input {
	background-color:#333333;	
}

#logo .bx-controls {
	display:none;	
}

.page_artlist_price_login .text_color_fault {
	color:#FFF;	
}

/*** noprice ***/
#list_no_price .page_artlist_price_row {
	height:0;
	min-height:0; 	
}

#list_no_price .page_artlist_price_2 {
	height:35px;	
}

#list_no_price .page_artlist_price_login .text_color_fault {
	color:#ccc;	
}

#list_no_price .page_artlist_cart_stock {
	height:0;
	padding:0;	
}

#list_no_price .artlist_6_detail {
	width:100%;	
}

#list_no_price .artlist_6_cart {
	width:0;
}	

#page_newcust_content .text_normal, #page_login_content .text_normal {
	font-size:14px;	
}

.overlay_login_list {
	background-image:none;
	position:relative;	
}

.overlay_login_list:before {
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
    left: 0;
    top: 0;
    height: 24px;
    content: "\f00c";
    cursor: pointer;
    z-index: 99;
}

.popup_title {
    position: relative;
    height: 43px;
    padding: 10px 0 12px 65px;
    background-position: 5px 8px;
    background-repeat: no-repeat;
    text-align: left;
    margin: 0 auto;
}

.popup_title_button {
    position: absolute;
    right: 43px;
    top: 15px;
    height: 21px;
    width: 150px;
    cursor: pointer;
    float: left;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

.page_compare_delete {
	background-image:none;
}

.page_compare_delete:before {
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
    left: 0;
    top: 0;
    height: 20px;
    content: "\f00d";
    cursor: pointer;
    z-index: 99;	
	color:#F00;	
}

/**********************************************************************************/
/**********************************************************************************/ 
/* 900px < 1240px    																	  */   
@media only screen and (min-width: 900px) and (max-width: 1240px) {

#left_home_1000 {
	display:block;	
}

#left_home_full {
	display:none;	
}

#box_cart_content {
	padding-top:0;
}

#left .text_small {
	font-size:11px;	
}

#left_cms_full .box_left_container li a {
	font-size:14px;	
}
	
}

@media only screen and (max-width: 950px) {
	
	
	/*** SMALL LOGIN ICONS ***/

	#header_menu li a, #header_menu li a.text_normal {
		font-size: 0;
		display: block;
		position: relative;
		line-height: 44px;
	}
	
	#header_menu ul li {
		height: 44px;
		width: 44px;
		margin-right: 5px;
	}

	#header_menu ul li a::before {
	    font-size: 14px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	/*** SMALL LOGIN ICONS end ***/
	
	.social_icons li {
    	width: 30px; 
	}

}

@media only screen and (max-width: 460px) {
	
	.social_icons li {
		width: 24px;
	}
	
	#money_lang select {
    	width: 60px;
    	min-width: 60px;
	}
	
	#box_lang_content::before, #box_money_content::before {
		display: none;
	}
	
	#box_lang_content.box_content, #box_money_content {
    	padding-left: 0;
	}
	
	#money {
		margin-right: 10px;
	}
	
} 

/**********************************************************************************/
/**********************************************************************************/ 
/* 641px < 899px  */   
@media only screen and (min-width: 641px) and (max-width: 899px) {
	
	
#left {
	display:none;	
}

#center {
	width:98%;
	padding-left:1%;
	padding-right:1%;	
}

#box_search_content .box_search_field input {
	font-size:16px;	
}

.box_search_button {
	width:12%;	
}

#box_search_content .box_search_field {
	padding-top:0;	
}

#bottomlink_content ul li .text_normal {
	font-size:13px;	
}

}

@media only screen and (max-width: 700px) {

	#content_top {
		display: none;	
	}
	
	#header_container_inner_mobile {
		width: 100%;
		height: 40px;
	}
	
	#logo {
		width: auto;
		margin: 9px auto;
		float: none;
		padding: 0;
		transform: none;
		position: static;
	}
	
	#head_bx_content {
		float: none;	
	}
	
	#mobile_icons_outer {
		margin-top: 0;
	    background-color: #b32e29;
	}
	
	#plusmenu_icon, #cart_icon, #search_icon {
		float: right;	
	}
	
	.mobile_icons.opened::before {
		color: #b32e29;
	}
	
	.mobile_icons::before {
		color: #fff;
	}
	
	#header_container {
    	height: 151px;	
	}

}

@media only screen and (max-width: 640px) {

	#menu_outer {
		display: none;	
	}
	
	#head_bx_content a {
    	text-align: center;
	}

}

/**********************************************************************************/
/**********************************************************************************/ 
/*  481px < 640px    																	  */   
@media only screen and (min-width:481px) and (max-width: 640px) {

#content_top {
	overflow:visible!important;	
}

#left, #content_top_menu_full_sf  {
	display:none;	
}

#lang_small, #header_container_inner_mobile  {
	display:block;	
}

.content_top_menu a {
	font-size:18px;
	height:25px;	
}

.content_top_menu {
	height:39px;
	padding-top:16px;	
}

#center {
	width:98%;
	padding-left:1%;
	padding-right:1%;	
}

#box_search_content .box_search_field input {
	font-size:16px;	
}	

#logo {
	width:100%;	
}

#head_bx_content {
	float:none;
	margin:0 auto;
}

.box_search_button {
	width:12%;	
}

#box_search_content .box_search_field {
	padding-top:0;	
}

#bottomlink_content {
	padding-top:5px;	
}

#bottomlink_content li {
	width:48%;
	float:left;
	margin-bottom:4px;
	margin-right:1%;
	margin-left:1%;	
}

#bottomlink_content li#bottomlink_help {
	width:98%;	
}

#bottomlink_content li:hover {
	transition: all 0.5s ease 0s;	
}

#bottomlink_content li a {
	display:block;
	float:left;
	width:100%;	
}

#bottomlink_content li a:hover {
	text-decoration:none;	
}

.bottomlink_div {
	display:none;	
}

.nivo-controlNav {
	display:none;	
}

#page_PopupContainer_tooltip {
	display:none;	
}

#banner_start_big_bx_content .bx-pager, #banner_big_bx_content .bx-pager {
	display:none;	
}

.page_artlist_item_1 .page_artlist_cart {
	width:100%;	
}

#box_lang_content.box_content {
    height: 30px;
    max-width: 115px;
    overflow: hidden;
    width: 100%;
}

#banner_popup_content, #banner_popup_bx_content {
	display:none;	
}
	
}

/**********************************************************************************/
/**********************************************************************************/ 
/*  < 480px    																	  */   
@media only screen and (max-width: 480px) {
	
	#page_artdet_social_icon {
		display: inline-block;	
	}
	
#content_top {
	overflow:visible!important;	
}
	
#left, #content_top_menu_full_sf {
	display:none;	
}

#lang_small {
	display:block;
	float:left;	
}

#header_container_inner_mobile {
	display:block;	
}

.content_top_menu a {
	font-size:18px;
	height:25px;	
}

.content_top_menu {
	height:39px;
	padding-top:16px;	
}

#center {
	width:98%;
	padding-left:1%;
	padding-right:1%;	
}

#box_search_content .box_search_field input {
	font-size:16px;	
}
	
#logo {
	width:100%;	
}

#head_bx_content {
	float:none;
	margin:0 auto;
}

#header_container {
    height: 116px;
}

#box_search_content .box_search_field {
	padding-top:0;	
}

#bottomlink_content {
	padding-top:5px;	
}

#bottomlink_content li {
	width:100%;
	float:left;
	margin-bottom:2px;	
}

#bottomlink_content li a {
	display:block;
	float:left;
	width:100%;	
}

#bottomlink_content li:hover {
	transition: all 0.5s ease 0s;	
}

#bottomlink_content li a:hover {
	text-decoration:none;	
}

.bottomlink_div {
	display:none;	
}

.nivo-controlNav {
	display:none;	
}

#page_contact_content table {
	width:100%;	
}

#page_contact_tabbed_box, #page_contact_tabs_outer, #page_help_tabs_outer, #page_contact_tabs_border_bottom, #page_help_tabs_border_bottom, #page_contact_tabs_shadow, #page_help_tabs_shadow {
	width:100%;	
}

#page_contact_tabs_shadow {
	display:none;
}	

#page_contact_tabs_border_bottom, #page_contact_tabs_shadow, #page_help_tabs_shadow, .page_contact_tabs td.page_contact_tabs_tcell {
	display:none;	
}

.page_contact_tabs td {
    display: block;
    float: left;
    padding: 0;
    width: 100%;
}

.page_contact_tabs {
	height:auto;	
}

#page_contact_tabs_outer {
	min-height:45px;
	margin:0 auto;
	height:auto;	
}

#head_bx_content {
	width:300px;	
}

.head_content_text table {
	width:100% !important;	
}

#banner_start_big_bx_content .bx-pager, #banner_big_bx_content .bx-pager {
	display:none;	
}

.page_artlist_price_save_1, .page_artdet_price_save_1 {
	display:none;	
}

.page_artlist_item_1 .page_artlist_cart {
	width:100%;	
}

.page_artdet_pic img {
	max-width:300px;
	height:auto;	
}

.page_artdet_cart_table {
    float: right;
}

#banner_popup_content, #banner_popup_bx_content {
	display:none;	
}

#ak-widget {
	display:none!important;	
}
	
}

/*** SITEBUILD  2017.08.07 ST ***/

/** SLIDESHOW **/

#slideshow, #banner_start_big_bx_content {
	width: 100%;
	height: auto;
    max-width: 1200px;
    margin: 0 auto;
	max-height: 250px;
	overflow: hidden; 
}

#slideshow_mobile {
	display: none;	
}

#banner_start_big_bx_content {
    max-height: 400px;
    overflow: hidden;
}

#start_oldali_banner_mobil_content {
	max-height: 320px;
	overflow: hidden;	
}

.bx-has-controls-direction {
	width: auto;
	position: absolute;
	left: 50%;
	bottom: 5%;	
	transform:translateX(-50%);
}

.bx-pager-item a {
	margin-left: 0;
	margin-right: 30px;	
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
}

.bx-pager-item a.active {
	background: #b32e29;
}

.bx-pager-item:last-child a {
	margin-right: 0;
} 

.bx-pager {
	position: static;	
}

@media only screen and (max-width: 640px) {

	#slideshow, #social_desktop {
		display: none;	
	} 
	
	#slideshow_mobile, #social_mobile {
		display: block;	
	}
	
	.social_icons {
		float: right;	
	}	

} 
	
/** SLIDESHOW END **/	

/** BRAND **/

#brands_outer {
	 background: #fff;
}

#brands {
    background: #fff;
    padding: 20px 0;
	height: 42px;
	max-width: 1200px;
	margin:0 auto;
}

#brands ul {
	list-style: none;	
	height: 42px;
    overflow: hidden;
}

#brands li {
	display: inline-block;
    margin: 0 10px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
}

#brands li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#brands img:hover {
    opacity: 0.6;
}

#brands img {
    opacity: 1;
    transition: all 0.5s ease;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
	vertical-align: middle;
}


@media only screen and (max-width: 900px) {
	
	#brands {
		padding: 10px 0;	
	}
		
}

/**  BRAND END **/

/*** START ELEMENTS ***/

#start_contents_outer {
	background-color: #fff;	
}

#start_contents {
	padding:0 0 10px 0;	
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}

.start_content {
	float:left;
    margin: 0 10px 10px;
    width: 200px;
	height:auto;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}	

.start_text p:not(:first-of-type) {
	font-size: 13px;	
	text-align: left;
}


.start_text > div {
	width:100%;
    height:100%;
    font-size: 18px;
    font-weight: 600; 
}

.start_text p {
    margin: 0 0 6%;
}


@media only screen and (max-width: 1240px) {

	#start_contents {
		padding: 0 20px 10px;	
	}

}

@media only screen and (min-width: 1010px) {
	
	.start_content {
		margin: 0 0.81% 1.60%;
		width: 18.7%;
	}
	
	.start_content:nth-of-type(5n+1) {
		margin-left: 0;	
	}
	
	.start_content:nth-of-type(5n+5) {
		margin-right: 0;
	}	

}


@media only screen and (min-width: 750px) and (max-width: 1009px) {
	
	.start_content {
		margin: 0 1.5% 3%;
		width: 22.75%;
	}
	
	.start_content:nth-of-type(4n+1) {
		margin-left: 0;	
	}
	
	.start_content:nth-of-type(4n+4) {
		margin-right: 0;
	}	
	
}

@media only screen and (min-width: 540px) and (max-width: 749px) {
		
	.start_content {
		margin: 0 1.5% 3%;
	    width: 31.3%;
	}
	
	.start_content:nth-of-type(3n+1) {
		margin-left: 0;	
	}
	
	.start_content:nth-of-type(3n+3) {
		margin-right: 0;
	}	
		
}

@media only screen and (min-width: 400px) and (max-width: 539px) {
		
	.start_content {
		margin: 0 3% 6%;
	    width: 47%;
	}
	
	.start_content:nth-of-type(2n+1) {
		margin-left: 0;	
	}
	
	.start_content:nth-of-type(2n+2) {
		margin-right: 0;
	}	
	
}

@media only screen and (max-width: 399px) {
	
	.start_content {
		margin: 0 auto 20px;
	    width: 224px;
		float: none;
	}
	
}


@media
only screen and (min-width:1060px) and (max-width: 1160px),
only screen and (min-width:880px) and (max-width: 950px),
only screen and (min-width:670px) and (max-width: 720px),
only screen and (min-width:460px) and (max-width: 490px) {
	
	.start_text p:not(:first-of-type) {
		font-size: 12px;	
	}

	.start_text > div {
		font-size: 15px;
	}

}

@media
only screen and (min-width:1010px) and (max-width: 1059px),
only screen and (min-width:750px) and (max-width: 879px),
only screen and (min-width:540px) and (max-width: 669px),
only screen and (min-width:400px) and (max-width: 459px) {
	
	.start_text p:not(:first-of-type) {
		font-size: 11px;
		letter-spacing: -0.8px;	
	}

	.start_text > div {
		font-size: 14px;
	}
			
}


.start_content img {
	width:auto;
	height:auto;
	max-width: 100%;
	max-height: 100%;
}

.start_text {
	width:100%;
    height:100%;
    position: absolute;
    top: 79.5%;
    left:0;
    transition:all ease 0.8s;
	color:#fff!important;
	background-color: rgba(179, 46, 41, 0.60);
	z-index:10;
	padding: 5% 10px 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.start_content:hover .start_text, .start_content:focus .start_text {
	top:0;
}

/***** START ELEMENTS *****/

.title_element {
	font-size: 30px;
    padding: 24px 10px;			
    line-height: 1em;
}

/**** NEWS *****/

#news {
	margin-bottom: 40px;	
}

#news_outer {
	background:url("../image/bg_news.jpg") no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

#news_inner {
	padding: 0px 40px 59px;
	box-sizing: border-box;
}

#news_title {
	color: #fff;	
}

.news_element {
	width: 31.33%;
	margin: 0 1.5%;
	float: left;
	padding: 20px;
	height: 200px; 
	box-sizing: border-box;
	text-align: left;
	background: rgba(255,255,255,0.75);
}

.news_element > div {
    max-height: 100%;
}

#news_element_1 {
	margin-left: 0;	
}

#news_element_3 {
	margin-right: 0;	
}

#news_element_3 {
	padding:0;	
} 

.news_element p:last-child {
	font-size: 12px;
	margin-top: 7px;
}

/******* ... DOT  START *******/

/* styles for '...' */ 
.news_element p:last-child {
	/* hide text if it more than N lines  */
	overflow: hidden;
	/* for set '...' in absolute position */
	position: relative; 
	/* use this value to count block height */
	line-height: 1.2em;
	/* max-height = line-height (1.2) * lines max number (3) */
	max-height: 9.4em; 
	/* fix problem when last visible word doesn't adjoin right side  */
	text-align: justify;  
	/* place for '...' */
	margin-right: -1em;
	padding-right: 1em;
}

/* create the ... */
.news_element p:last-child:before {
	/* points in the end */
	content: '...';
	/* absolute position */
	position: absolute;
	/* set position to right bottom corner of block */
	right: 2px;
	bottom: 1px;
} 

/* hide ... if we have text, which is less than or equal to max lines */
.news_element p:last-child:after {
	/* points in the end */
	content: '';
	/* absolute position */
	position: absolute;
	/* set position to right bottom corner of text */
	right: 0;
	/* set width and height */
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	/* bg color = bg color under block */
	background: rgb(215, 225, 242);
}

/******* ... DOT  END *******/

.news_element p:nth-child(2) {
	font-size: 11px;
}

.news_element p:first-child {
	font-size: 14px;
	font-weight: bold;
    line-height: 1em;
}

@media only screen and (min-width: 591px) and (max-width: 767px) {
	
	.news_element {
		width: 48%;	
    	margin: 0 2%;
		height: auto;
	}
	
	#news_element_2 {
		margin-right: 0;	
	}
	
	#news_element_3 {
		width: 100%;	
		margin: 4% 0 0;
		display: inline-block;
	}
	
	#hirek_3_content {
		text-align: center;	
	}
			
}

@media only screen and (max-width: 590px) {
	
	.news_element {
		width: 100%;	
    	margin: 5% 0 0;
	    height: auto;
	}

	#hirek_3_content {
		text-align: center;	
	}
	
	#news_element_1 {
		margin-top: 0;	
	}
			
}

@media only screen and (max-width: 480px) {

	#news_inner {
		padding: 0px 20px 40px;
	}

}


/**** NEWS END ****/

/**** NEWSLETTER ****/

#hirlevel_fejlec_content {
	font-size: 20px;
	text-align: left;
	letter-spacing: 2px; 
}

#hirlevel_tartalom_content {
	font-size: 13px;
	text-align: left;
}

#footer_newsletter {
	background: rgba( 255,255,255,0.6);	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
    position: relative;
    padding: 20px 20px 20px 112px;
}

.footer_title, .footer_newsletter {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.footer_title {
	width: 45%;	
	color: #333333;
	padding: 10px 0;
}

.footer_newsletter {
	width: 55%;	
}

#footer_newsletter #box_newsletter_name, #footer_newsletter #box_newsletter_button_up {
	margin-bottom: 6px;	
	padding-bottom: 0px;
}

#footer_title_newsletter {
	position: relative;	
}

#footer_newsletter::before, #footer_title_newsletter::before {
	content:"\f003";
	font-family: "FontAwesome";
	font-size: 72px;	
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	margin-top: -2px;
}

#footer_title_newsletter::before {
	display: none;	
}

#footer_newsletter form[name=form_newsletter] {
	display: table;
	width: 100%;	
}

#footer_newsletter .box_newsletter_name_email_outer {
	width: 76%;
	padding: 0;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

#footer_newsletter .box_newsletter_button {
	width: 24%;
    text-align: left;
    padding-left: 1%;	
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

#footer_newsletter .box_newsletter_name_email_outer, #footer_newsletter .box_newsletter_button {
	float: left;	
}

#page_cart_coupon #coupon_check {
   margin-top: 0;
}

#footer_newsletter .box_newsletter_button > span {
	display: inline-block;
	width: 100%;	
	padding: 0 1%;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

#footer_newsletter .box_newsletter_field label, #footer_newsletter .box_newsletter_field label + span {
    display: inline-block;
	height: 36px;
	box-sizing: border-box;
}

#footer_newsletter .box_newsletter_field label {
	width: 20%;
    padding-top: 10px;
	background: rgba( 0,0,0,0.5);
	padding-right: 20px;
}

#footer_newsletter .box_newsletter_field label .text_small {
	color: #fff;	
	text-transform: uppercase;
}

#footer_newsletter .box_newsletter_field label + span {
	width: 80%;	
}

#footer_newsletter .box_newsletter_button input {
	width: 100%;
}	

#footer_newsletter .box_newsletter_field input {
	width: 100%;
	height: 36px;
	border: none;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
}

#footer_newsletter #box_newsletter_content .box_newsletter_button input {
	height: 36px;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 0;	
}

#footer_newsletter #box_newsletter_content .box_newsletter_button input:hover {
	opacity: 0.9;	
}

#footer_newsletter #box_newsletter_button_up {
	background-color: #b32e29;	
}

#footer_newsletter #box_newsletter_button_down {
	background-color: #333;	
}

@media only screen and (max-width: 1140px) {

	a.header_plusmenu_icon {
		display: block;	
	}

}

@media only screen and (max-width: 1000px) {
	
	.footer_title, .footer_newsletter {
		width: 100%;
		display: block;	
	}
	
	#lang_small {
		display: none;	
	}
	
} 

@media only screen and (max-width: 670px) {
		
		/*
	.box_newsletter_field, .box_newsletter_button {
		width: 50%;
		display: block;
		float: left; 
	}*/
	
	.box_newsletter_name_email_outer {
		width: 100%!important;	
	}
		 
	#box_newsletter_content .box_newsletter_button input {
		width: 100%; 
	}
	
	.box_newsletter_button {
		margin-top: 6px;
		padding: 0!important;	
		width: 100%!important;
	}
	
	.box_newsletter_button > span {
		padding: 0!important;
	}
	
}

@media only screen and (max-width: 590px) {
	
	#footer_newsletter {
		padding: 20px;
	}
	
	.footer_title {
		padding-left: 21%;
		box-sizing: border-box;
	}	
	
	#footer_title_newsletter::before {
		display: inline-block;
		font-size: 46px;
    	left: 11px;
	}
	
	#footer_newsletter::before {
		display: none;	
	}
		
}

@media only screen and (max-width: 490px) {
	
	
	#hirlevel_fejlec_content::before {
		content:"\f003";
		font-family: "FontAwesome";
		font-size: 40px;	
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		margin-top: 0;	
	}
	
	#footer_title_newsletter::before {
		display: none;	
	}
	
	.footer_title {
		padding:0;
	}
	
	#hirlevel_fejlec_content {
	    position: relative;
		padding-left: 60px;
		box-sizing: border-box;
		line-height: 1em;
	    letter-spacing: 1px;
	}
	
	#hirlevel_tartalom_content {
		padding: 5px 0;	
	}
	
	.box_newsletter_field label {
    	padding-right: 5px!important;
	}
	
	#footer_newsletter .box_newsletter_field label .text_small {
		font-size: 10px!important;	
	}
	
	#footer_newsletter .box_newsletter_field, #footer_newsletter .box_newsletter_button {
		display: inline-block;	
		width: 100%!important;
		padding: 0!important;
	}
	
}

/*** FOOTER ***/

#footer_container {
    background-color: #333333;
}

#footer {
	background: transparent;
	padding: 20px 30px 30px;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

.footer_element {
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	float: left;
}

.footer_element img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;	
}

#footer a {
	color: #fff;	
}

.footer_menu {
	width: 25%;
	padding: 0 10px;
}

.footer_element li {
    list-style: none;
    text-align: left;
    padding: 9px 0;
    font-size: 11px;
    color: #fff;
}

.footer_menu li:first-child {
	padding: 29px 0;	
	font-size: 14px;
}

#footer_menu_4 li:not(:first-child)::before {
	font-family: "FontAwesome";
	margin-right: 20px;
}

#footer_menu_4 li:nth-child(2)::before {
	content:"\f041";
    margin-right: 20px;
    margin-left: 2px;
}

#footer_menu_4 li:nth-child(3)::before {
	content:"\f095";
	margin-right: 19px;
}

#footer_menu_4 li:nth-child(4)::before {
	content:"\f10b";	
    margin-right: 20px;
    margin-left: 3px;
}

#footer_menu_4 li:nth-child(5)::before {
	content:"\f003";
	margin-right: 17px;
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
		
	.footer_element {
		width: 50%;
		padding: 0 10px 0 0;	
	}
		
}

@media only screen and (max-width: 499px) {

	.footer_element {
		width: 100%;	
		padding: 20px 40px;
	}
		
	#footer {
		padding: 20px 0;
	}
	
	.footer_menu {
		max-height:36px;
		box-sizing:border-box;
		overflow:hidden;
		transition: max-height 0.5s ease, background-color 0.5s ease;
		position:relative;
		padding: 0;
	}
	
	.footer_menu.open {
		background-color: #c72127;
		transition: max-height 1s ease, background-color 0.5s ease;
	}
		
	.footer_menu.open {
		max-height:200px;
	}
	
		
	.footer_menu ul li {
		padding: 9px 50px;
	}

	.footer_menu ul li:first-child {
	    display: block;
   	    text-align: left;
		height:36px;
		line-height:36px;
		cursor:pointer;
		color:#fff;
	    padding: 0 45px;
		transition:	color 0.4s linear;
	}
	
	.footer_menu ul li:first-child::after, .footer_menu.open ul li:first-child::after {
		content:"\f078";
		font-family: "FontAwesome";
		font-size: 11px;
		position: absolute;
		right: 17px;
		top: 0px;
		transition:all ease 0.3s;
	}
	
	.footer_menu.open ul li:first-child::after {
		-ms-transform: rotate(180deg); /* IE 9 */
		-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
		transform: rotate(180deg);		
	}
	
}


/**** START BANNEROK ****/

/*** SLICK **/

.start_slick_hover .slick-list {
	max-width: 1140px;
    overflow: hidden;
    margin: 0 30px;
}

#start_art_title { 
	color: #fff;
}

#start_top_title, #start_contents_title {
	color: #333;
}

.slick-prev, .slick-next {
	position:absolute;
	font-size:0;
	border:0 none;
	cursor:pointer;
	background-color:transparent;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	transition: all ease 0.3s;
	opacity: 0;
}

.slick-prev {
	left: -20px;	
}

.slick-next {
	right: -20px;
}

.start_slick_hover:hover .slick-prev {
	left: 5px;	
	opacity: 1;
}

.start_slick_hover:hover .slick-next {
	right: 5px;	
	opacity: 1;
}

.slick-prev::before, .slick-next::before {
	font-family: "FontAwesome";
    font-size: 48px;
    font-weight: 400;
	content: "\f104";
	cursor:pointer;
	z-index:99;
	color:#fff;		
}

#start_top .slick-prev::before, #start_top .slick-next::before  {
	color: #b32e29;
}

.slick-next::before {
	content: "\f105";
}

/**** ARTLIST lapozás ****/

.page_select_normal_inner, .page_select_active_inner {
    min-width: 24px;
    height: 24px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    padding-top: 3px; 
}

.page_select_normal_inner {
	padding-top: 0; 
}	

.page_select_normal_inner > a {
	display: block;
	padding-top: 3px; 
}

.page_artlist_page_left, .page_forum_page_left, .page_artlist_page_right, .page_forum_page_right {
	position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translateY(-50%);
}

.page_artlist_page_left, .page_forum_page_left {
	left: 0;	
}

.page_artlist_page_right, .page_forum_page_right {
	right: 0;		 
}

.page_artlist_page_num, .page_forum_page_num {
    width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.page_artlist_page_num a {
	height: 100%;
    display: block;
    box-sizing: border-box;
}

.page_artlist_page_num a:hover {
	text-decoration: none;	
} 

/***** NAV ******/

.page_artdet_dispcat {
    padding-top: 0px;
	/*padding-right: 90px;*/
	width: auto;
	margin-right: 20px;
	padding-left: 0;
}

.page_artdet_dispcat .breadcrumb_main {
    font-size:0!important;
}

.breadcrumb_main::before {
    font-family: "FontAwesome";
    content: "\f015";
    font-size:14px;
	color:#b32e29;
}

.breadcrumb_sep {
    padding: 0 5px;
    font-size: 0;
}

/*
.breadcrumb_sep {
    border-color: #333;
}*/

.breadcrumb_sep::after {
    content: '\f105';
	font-family: "FontAwesome";
	font-size: 15px;
	padding: 0 14px;
	color: #333333;	
}

.breadcrumb_item {
	font-size: 11px;
    color: #333333;
    text-transform: uppercase;
}

a.breadcrumb_item {
	color:#b32e29;
	text-decoration: none;
}

.page_artdet_head {
	padding: 10px 0;
    border-bottom: 1px solid #eceaea;
    /*margin-bottom: 10px;*/
}

.page_artdet_head + .page_hr {
	display: none;	
}

#page_art_head_box, .page_txt {
	margin-top: 10px;	
}

.page_artdet_buttonback {
	width: auto;
	float: right;
}

.page_shop_cat_0 .page_artdet_buttonback {
	display: none;	
}

.page_artdet_buttonback span:hover:before {
    color: #b32e29;
    margin-right: 14px;
}

.page_artdet_buttonback span::before {
	content: '\f104';
	font-family: "FontAwesome";
	font-size: 14px;
	margin-right: 10px;
	transition: 0.2s linear;
}

.page_artdet_buttonback input {
	color:#b32e29;
	transition: none;
	background: transparent;
    width: auto;
    height: 18px;
    font-size: 11px;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    line-height: 0;
    margin-top: 0;
    z-index: 100;
	text-transform: uppercase;
	font-weight: bold;
	outline: none;
}

.page_artdet_buttonback input:hover {
	background: transparent;
}


/*** ARTLIST PAGING ****/


/*
.page_hr {
    margin-bottom: 0px;
}*/

#ud_shop_list .page_artlist_list {
	padding-top: 10px;
}	

.page_artlist_order {
    padding: 0 0 10px 0;
}

.page_artlist_order.order_bottom {
	padding: 0;	
}

.page_artlist_page {
	position: relative;	
    border-style: solid;
	border-color: #dddddd;
	border-width: 0 0 1px 0;
    padding: 9px 0;
}

.page_artlist_page.artlist_page_bottom {
	border-width: 1px 0 0 0;
}

/*
#page_artlist_content .page_hr {
	display: none;	
}*/

.page_select_left, .page_select_left_active, .page_select_right, .page_select_right_active {
    background-image: none;
    width:100%;
    height:100%;
    cursor:auto;
	position: relative;		
}

.page_artlist_page_left img, .page_artlist_page_right img {
    display: none;
}

.page_select_left a, .page_select_left_active a, .page_select_right a, .page_select_right_active a {
    width:100%;
	height: 100%;
    display: block;
}

.page_select_right, .page_select_right_active {
    text-align:right;
}

.page_select_left, .page_select_left_active {
    text-align: left;
}

.page_select_left a::before, .page_select_left_active::before, .page_select_right a::before, .page_select_right_active::before {
    font-family: "FontAwesome";
    content: '\f104';
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    color: #3E454C;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s linear;
}

.page_select_left a::before, .page_select_left_active::before {
	left: 3px;	
}

.page_select_right a::before, .page_select_right_active::before {
	right: 3px;	
}

.page_select_left a:hover::before {
	left: 0;
}

.page_select_right a:hover::before {
	right: 0;	
}

.page_select_right a::before, .page_select_right_active::before {
	content: '\f105';
}

.page_select_active_inner.bg_color_dark2 {
	background-color: #b32e29;
}

.page_select_normal, .page_select_active {
	margin: 3px 5px;
	display: inline-block;
}

/*** ARATDET ***/

#page_artdet_func {
	height:40px;
	text-align:center;
	margin: 0 0 20px 0;
}

/*
.page_artdet_func_outer {
	padding:0;
	margin-right:10px;
	background:transparent;
	display: inline-block;
	float:none;
	box-sizing:border-box;
	height: 40px;
    width: 40px;
	border: none;
}

.page_artdet_func_outer:hover {
	background:#b32e29;
	border-color: #b32e29;	
}*/

/*
.page_artdet_func_icon {
	height: 36px;
	width: 36px;	
	border: 2px solid #e7e7e7;
}*/

/*
#page_artdet_func_favourites, #page_artdet_func_recommend, #page_artdet_func_print, #page_artdet_func_compare, #page_artdet_func_question {
	background-image:none;
}
#page_artdet_func_favourites:before, #page_artdet_func_recommend:before, #page_artdet_func_print:before, #page_artdet_func_compare:before, #page_artdet_func_question:before {
	display:block;
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
	color:#444;
}

#page_artdet_func_favourites:before { content: "\f08a"; }
.added #page_artdet_func_favourites:before { content: "\f004"; }
#page_artdet_func_recommend:before { content: "\f0c0"; }
#page_artdet_func_print:before { content: "\f02f"; }
#page_artdet_func_compare:before { content: "\f080"; }
#page_artdet_func_question:before { content: "\f128"; }

#page_artdet_func_favourites:hover:before, #page_artdet_func_recommend:hover:before, #page_artdet_func_print:hover:before, #page_artdet_func_compare:hover:before, #page_artdet_func_question:hover:before {
	color:#fff;
	transition: none;
	text-decoration:none;
}*/

/*** LOGIN OVERLAY ***/

#overlay_login_outer {
	display: none!important;
}	

/*** LOGIN OVERLAY END ***/

/**** LOGIN PAGE ****/

#page_newcust_content .text_select select {
	width:100%;
}

.page_overlay_login_input {
	padding:5px 20px;	
}

.page_login_normal .overlay_login_reminder {
	padding-right:25px;
}

.page_login_normal #page_login_login .page_login_button_outer {
	margin-right:25px;	
}

.page_login_normal .page_login_button input {
	padding:0 20px;
	width:auto;	
	background:#444;
	text-transform:uppercase;
	font-weight:400;
	font-size:11px;
	transition:0.5s;
	letter-spacing:0.5px;
	height:40px;
	line-height:40px;
   /* border-radius: 4px;*/
}

.page_login_normal .page_login_button input:hover {
	opacity: 0.9;
}

#page_login_content .text_normal {
	height:40px;
}

.page_login_normal #page_login_reg .page_login_button_outer {
	position: static;
    margin: 6px 25px 0 0;
}

#page_login_button_noreg input {
	background:#b32e29	
}

.page_login_normal #page_login_reg {
	height:auto;	
	padding: 20px;
    box-sizing: border-box;
}

.page_login_normal #page_login_login .page_login_facebook_outer, .page_login_normal #page_login_login .page_login_google_outer {
	margin-right:25px;
}

.page_login_normal #page_login_login, .page_login_normal #page_login_reg {
    padding: 20px;
    box-sizing: border-box;
	width: 50%;
	margin: 10px 0;
}

.page_login_normal #page_login_reg {
	height:220px;	
}

.page_login_normal #page_login_login {
    background: #f4f4f4;
}

.page_login_normal .page_login_button {
	width:auto;
	background:none;
	padding:0;
	margin:0;
}

#page_login_content.page_login_normal label {
    width: 26%;
    padding-right: 4%;
	padding-top: 8px;
}

#page_newcust_content .text_normal, #page_login_content .text_normal {
    font-size: 13px;
}

#page_contact_tabs_shadow {
	display: none;	
}

.page_contact_tabs a {
    letter-spacing: 0.5px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.page_contact_tab_active {
	background-color: #ededed;
}

.page_contact_tabs {
	border-bottom: 2px solid #333333;	
}

.page_contact_tab.bg_color_dark1 {
	background-color: #c5c5c5;
}

#ud_shop_login .page_hr {
	display: none;	
}

@media only screen and (max-width: 640px) {

	.page_login_normal #page_login_login, .page_login_normal #page_login_reg {
		width: 100%!important;
		padding: 20px 0!important;
	}

}

/*************** TOOLTIP ************/

#page_PopupContainer_tooltip.bg_color_dark3 {
	background-color: #fff;
    border-radius: 0;
    padding: 22px 30px 30px;
    margin: 0;
    box-sizing: border-box;
	height: auto;
}	


a.close {
    position: absolute!important;
    background: #dddddd!important;
    width: 32px!important;
    height: 26px!important;
    top: 0!important;
    right: 0!important;
    padding-top: 5px!important;
    text-decoration: none!important;
}

a.close::before {
    font-family: "FontAwesome"!important;
	content: "\f00d"!important;
	font-size: 20px!important;
	color: #b32e29!important;
} 

#page_tooltip_view_details.bg_color_dark1, #page_tooltip_view_details_inner.bg_color_light2, #page_tooltip_view_details_outer.bg_color_dark3 {
	background: #ededed;	
	padding: 0;
}

#page_PopupContainer_inner, #page_PopupContainer_tooltip_inner {
    margin: 0;
    padding: 0;
    width: 100%!important;
    height: 100%!important;
}

#page_PopupContainer_tooltip_inner.bg_color_light2 {
	background: transparent;	
}

.page_tooltip_content {
    width: 100%;
    height: 100%;
}

.page_tooltip_content_inner {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
	position: relative;
}

.page_tooltip_pic_1.border_2 {
	border: none;
	padding: 0;
	width: 220px;
	background: #fff;
}

.discount .page_tooltip_name_1 {
    padding: 0 8px 0 60px;
    width: 100%;
    box-sizing: border-box;
    height: 58px;
    line-height: 28px;
    margin: 0 0 18px 0;
}

.page_tooltip_name_1 h1 {
	color: #b32e29;
	font-size: 26px;	
	line-height: 1.2em;
    max-height: 3.6em;
}

.page_tooltip_name_1 {
	height: auto;	
}

.page_tooltip_pic_1 .page_tooltip_frame_content {
    width: 220px;
    height: 220px;
	vertical-align: middle;
}

.page_tooltip_content_inner_left {
    width: 255px;
	position: relative;
}

.page_tooltip_price_save {
	height: 28px;
    width: 70px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 100;
    float: left;
    background: url("../image/icon_discount.png") no-repeat;
    padding-top: 4px;
    padding-left: 12px;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
	top: 15px;
	right: 20px;
}

.tooltip_prices {
	background: #e3416a;
	width: 100%;
    text-align: center;
	height: 32px;
    padding-top: 4px;
}

#page_tooltip_price.text_normal, #page_tooltip_price .text_color_fault {
	color: #b32e29;
}

#page_tooltip_price {
    margin-bottom: 8px;
}

#page_tooltip_price .text_color_fault strong {
	font-weight: 600;
	text-transform: uppercase;	
}

.tooltip_prices .text_style_line {
	font-size: 20px;
    font-weight: 300;
}

.tooltip_prices .text_style_line::before {
	content: "(";
}

.tooltip_prices .text_style_line::after {
	content: ")";	
}

.page_tooltip_price_bigger {
    font-family: 'Open Sans', sans-serif!important;	
	text-align: center;
}

#page_tooltip_rovleir {
    text-align: left;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: 300;
    height: 6em;
    overflow: hidden;
	position: relative;
}

#page_tooltip_rovleir::after {
    content: '';
    display: block;
    position: absolute;
    height: 1.2em;
    width: 50%;
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#ffffff 100%);
    background-repeat: repeat-x;
}

.page_tooltip_content_inner_right_info {
	height: 170px;	
}

#page_tooltip_view_details_outer {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	overflow: hidden;
}

#page_tooltip_view_details {
	text-align: center;
	height: 18px;
    width: 114px;
    padding: 12px 8px 12px 8px!important;
}

#page_tooltip_view_details:hover {
	opacity: 0.8;
}

#page_tooltip_view_details .text_color_white {
    color: #6b6b6b;
    font-size: 14px;
	font-weight: 700;
}


#page_tooltip_view_details::before {
    font-family: "FontAwesome";
    content: "\f05a";
    margin-right: 5px;
    font-size: 18px;
	color: #6b6b6b;
}

#page_PopupContainer_tooltip #page_artdet_price_unit {
	padding: 3px 0;
    text-align: center;	
}

/********** POPUP **********/

.overlay_info button, .overlay_error button, .overlay_ok button, .overlay_warning button, .overlay_dialog button, .overlay_login button {
    border-width: 1px;
    margin: 10px 0 0 6px;
    height: 30px;
    padding: 1px 18px 1px;

	background: #dddddd;
    border: 1px solid #dddddd;
	color: #333333;
}

.overlay_info button:hover, .overlay_error button:hover, .overlay_ok button:hover, .overlay_warning button:hover, .overlay_dialog button:hover, .overlay_login button:hover {
    background-color: #b32e29;
    color: #fff;
}

.overlay_info, .overlay_error, .overlay_ok, .overlay_warning, .overlay_dialog, .overlay_login {
    background-color: #f3f3f3;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
    box-shadow: 0px 0px 50px #000;
	opacity: 1;
}

#exposeMaskOverlay {
	display: none!important;	
}

.overlay_info .overlay_text, .overlay_error .overlay_text, .overlay_ok .overlay_text, .overlay_warning .overlay_text, .overlay_dialog .overlay_text, .overlay_login .overlay_text {
	font-family: 'Open Sans', sans-serif;
}

.overlay_close {
    z-index: 10000;
    position: absolute;
    background: #dddddd;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    text-decoration: none;	
}

.overlay_close > a {
	display: block;	
    text-align: center;
    padding-top: 2px;
	text-decoration: none!important;
}
.overlay_close > a > img {
	display: none;	
}

.overlay_close > a::before {
    font-family: "FontAwesome";
    content: "\f00d";
    font-size: 24px;
    color: #6b6b6b;
}

/***** MEGRENDELÃ‰S FOLYAMAT *******/

#page_orderflow_outer {
    padding-top: 15px;
}

#newcust_contact input {
	padding: 0 3px!important;	
}

tr[class*="_mods_tr_head"] .text_bigger {
	font-size: 30px;
}

tr[class*="_mods_tr_head"] strong {
    font-weight: 300;
	text-transform: uppercase;
	color: #b32e29;
	line-height: 1em;
}

tr[class*="_mods_tr_head"] td {
	padding: 20px 5px;	
}

.page_order_mods_td_2, .page_order_mods_td_3 {
	padding: 15px;	
}

.page_order_mods_table {
    width: 100%;
    padding: 0px 15px;
	border-spacing: 0;
    margin-bottom: 30px;
}

form[name="form_order"] {
	background-color: #f0f0f0;
	padding: 5px 0;
}

.page_order_mods_td_2 > .text_normal {
	font-size: 16px;	
}

.page_order_mods_td_2 > .text_normal strong {
    font-weight: 400;
    text-transform: uppercase;
}

.page_order_mods_td_2 > .text_normal .page_order_mods_text {
	font-size: 13px;
    padding: 10px 0;
}

.page_order_mods_tr_body td {
    border-bottom: 1px solid #d1d1d1;
}

.page_order_mods_tr_body:last-child td {
	border: 0;	
}

#button_next, #button_prev, #button_back {
    height: 42px;
    width: 190px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    margin: 30px auto 10px auto;
    background: #b32e29;
}

#button_next:hover {
	background: #1d1d1b;
}


#button_prev, #button_back {
	color: #b32e29;
	border: 1px solid #b32e29;
	background: #f0f0f0;
}

#ud_shop_order_mods .page_headbutton {
    background-color: #f0f0f0;	
    margin-top: -30px;
	padding: 0 15px;
}

.page_newcust_button_right, .page_newcust_button_left {
    padding-right: 0;
	padding-left: 0;
}

@media only screen and (max-width: 640px) {
	
	#button_prev, #button_back, #button_next {
		height: auto;
		width: auto;
		font-size: 14px;
		padding: 10px 15px;
	}
	
	.page_newcust_button_left {
		width: 30%;
	}	
	
	.page_newcust_button_right {
		width: 70%;	
	}
	
	tr[class*="_mods_tr_head"] .text_bigger {
		font-size: 22px;
	}
	
	.page_order_mods_td_2 > .text_normal {
		font-size: 14px;
	}
	
	.page_order_mods_td_2 > .text_normal .page_order_mods_text {
		font-size: 12px;
	}
			
}

/* 3. */

#ud_shop_order_control .page_headbutton {
	padding: 0 15px;	
}

.page_order_control_tr_head td {
	padding: 20px 5px;	
	text-align:center;
}

.page_order_control_tr_head td .text_normal {
	font-size: 24px;	
}

.page_order_control_tr_head td strong {
    font-weight: 300;
    text-transform: uppercase;
    color: #b32e29;
    line-height: 1em;
}

#page_order_control_main {
	margin-bottom: 0;	
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page_order_control_content {
	background-color: #f0f0f0;	
	padding-bottom: 0;
}

#page_order_control_content .page_design_item {
	margin: 0;
    padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page_order_control_content .page_design_item .text_normal {
	font-size: 14px;	
}

#page_order_control_content .page_design_item td.text_normal {
	padding: 0 0 0 15px;	
}

#page_order_control_main > div, #page_order_control_main > form {
    border-bottom: 1px solid #d1d1d1;
	padding-bottom: 15px;
}

#page_order_control_main > div:last-child {
	border-bottom: none;	
}

.page_order_control_tr_title .text_normal {
	font-size: 14px;
}

.page_order_control_tr_title strong {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
}

#page_order_control_szamszall .page_order_control_tr_body .page_order_control_td_1 .text_normal {
	font-size: 13px;
}

#page_order_control_szamszall .page_order_control_tr_body .page_order_control_td_1 strong {
    font-weight: 400;
    text-transform: uppercase;
	color: #b32e29;
    line-height: 1em;
}

@media only screen and (max-width: 440px) {
	
	#page_order_control_main {
		padding: 0 5px;		

	}
	
	.page_order_control_tr_head td .text_normal {
		font-size: 20px;
	}
	
	.page_order_control_tr_title .text_normal, #page_order_control_szamszall .page_order_control_tr_body .page_order_control_td_1 .text_normal {
		font-size: 11px;
	}
	
	#page_order_control_content .page_design_item .text_normal {
		font-size: 12px;
	}
	
}


@media only screen and (max-width: 480px) {

	.page_orderflow_item, .page_orderflow_item_select, .page_orderflow_item_ok {
		width: auto!important;
		padding: 0 2% 0 2%;
		height: auto;
		float: none;
	}
	
	.page_orderflow_item_num {
		margin-top: 5px;
		font-size: 25px;
		width: 40px;
		height: 40px;
	}
	
	.page_orderflow_item_select .page_orderflow_item_num {
		font-size: 34px;
		height: 50px;
		width: 55px;
		margin: 5px auto 0;
	}
	
	#page_orderflow_outer {
		height: 86px;
		width: 100%;
	}

}

@media only screen and (min-width: 481px) and (max-width: 660px) {

	.page_orderflow_step_5 .page_orderflow_item, .page_orderflow_step_5 .page_orderflow_item_select, .page_orderflow_step_5 .page_orderflow_item_ok {
		width: 105px;
		float: none;
	}		
	
	.page_orderflow_item_select .page_orderflow_item_num {
		margin-top: 2px;
		padding-top: 7px;
		font-size: 50px;
		width: 80px;
		height: 73px;
	}
		
}

/***** 4. lepes - koszono oldal *******/

.page_order_send_key_outer + [id*="payment"] #button_prev {
	margin: 0 auto;
}

[id*="payment"] #button_pay {
	margin-top: 0;
	height: 42px;	
}


/***** KOSÁR OLDAL ****/

#page_cart_main {
    box-sizing: border-box;
}

.text_input .page_cart_db_input {
	padding: 0 3px!important;	
}

#page_cart_content table {
	border-spacing: 0;
}

#page_cart_content {
	background: #ededed;
	padding-bottom: 0;	
}

#cart_button_back, #cart_button_modify, #cart_button_empty {
	border: 1px solid #b32e29;
	background: #f0f0f0;
	color: #b32e29;
}	

.page_cart_td_foot {
	text-align: left;
    padding: 5px 10px;
}

#page_cart_tr_foot_button_order {
	float: right;	
}

.page_cart_td_sum2 {
	width: 120px;	
}

#page_cart_shipping_free .bg_color_light3 {
	background-color: #fff;
    padding: 10px 0;
}

@media only screen and (max-width: 640px) {

	#page_cart_coupon .page_design_name, #page_cart_coupon .page_design_name_content {
		width: 100%;
		margin: 0;
		display: block;
		text-align: left;
	    box-sizing: border-box;
	}
	
	#page_cart_coupon #coupon_check, #page_cart_coupon #coupon_id {
		width: 100%;
		margin-top: 5px;
		max-width: 100%!important;
	}
	
	#ud_shop_cart .page_cart_tr_foot .bg_color_dark1 {
		background-color: #f0f0f0;
	}
	
	#ud_shop_cart .page_cart_tr_foot td {
		padding-top: 20px;	
	}
		
	.page_cart_td_foot > span.text_button {
		display: block;
		width: auto;
		float:left;	
	}
	
	.page_cart_td_foot > #page_cart_tr_foot_button_order {
		width: 100%;
		text-align: right;
		margin-top: 20px;
	}	
	
	#cart_button_back, #cart_button_modify, #cart_button_empty {
		width: 90px;
		padding: 0 5px;
	}
	
	.page_cart_td_netto .text_normal, .page_cart_td_brutto .text_normal, .page_cart_td_menny .text_normal, .page_cart_td_sum  .text_normal {
		font-size: 12px;
	}
	
	.page_cart-wrapped_div .resp_page_cart_td_content .text_normal {
		font-size: 13px;
		line-height: 22px;
	}
	
	.page_cart-wrapped_div .resp_page_cart_td_title, .page_cart-wrapped_div .resp_page_cart_td_content .text_small,
	.page_cart-wrapped_div .resp_page_cart_td_content .text_smaller, .page_cart-wrapped_div .resp_page_cart_td_content .text_normal {
		font-size: 11px;
		line-height: 22px;
	}
	
	.page_cart_td_menny .resp_page_cart_td_title {
		padding-top: 3px;	
	}
	
	#page_cart_main.mobile .page_cart-wrapped_div .page_cart_td_button {
		top: 17px;
	}
	
	.page_cart-wrapped_td {
		padding: 0 15px;	
	}
		
	.page_cart-wrapped_div {
		border-bottom: 1px solid #d1d1d1;	
		padding: 10px 0 15px;
		margin-bottom: 10px;
    	box-sizing: border-box;
	}
	
	.page_cart-wrapped_div .page_cart_td_nev {
		padding: 3px 65px 3px 3px;
    	box-sizing: border-box;
	}
		
	#page_cart_main .page_cart_tr_sum > td {
		vertical-align: top;	
	}
	
	#page_cart_main .page_cart_tr_sum .text_normal {
		font-size: 14px;
	}
	
	.page_cart_td_nev .text_normal {
		line-height: 1em;
	}
	
}

.page_cart_store_button input {
	width:auto;
}

.page_cart_db_input.page_cart_db_error {
	color: #fff;	
}


/************* VÃSÃRLÃSI FELTÃ‰TELEK ***************/

#page_help_tabs_shadow {
	display: none;	
}

.page_help_content p {
    line-height: 2em;
}

.page_help_tab_content .page_artdet_name_outer.border_1 {
	border: none;
    padding: 0;
	/*text-indent: -26px;	*/	
}

.text_style_spacing {
    letter-spacing: 0px;
    line-height: 1em;
}

a.page_help_tab.border_1 {
	border: none;
	border-right: 1px solid #fff;
}

a.page_help_tab {
	background-color: #c5c5c5;
	padding: 0 20px;
    height: 40px;
    line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

a.page_help_tab_active {
	background-color: #ededed;
}

a.text_small.page_help_tab {
	font-size: 14px;
	letter-spacing: -0.5px;
	font-weight: 600;	
}

a.text_small.page_help_tab .text_color_white {
	color: #ffffff;	
}

a.page_help_tab_active .text_color_fault {
	color: #333;
}

.page_help_tab_content .page_artdet_name.bg_color_light2 {
	background: transparent;	
    padding-left: 0;
}

.page_help_content h2 {
	padding-left: 0;	
	line-height: 1em;
	/*text-indent: -34px; ha nem kell a szÃ¡m az elejÃ©re */
}

.page_help_tab_content .page_artdet_name .text_bigger {
	color: #b32e29;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
}

#page_help_tabs_border_bottom .border_1 {
	border: none;
}

table.page_help_tabs {
	border-bottom: 2px solid #333333;
}

.page_help_tabs td[width="50%"] {
	display: none;	
}
 
.page_help_tabs td {
	padding: 0;
}

#page_help_tabs_outer {
	height: auto;	
}

.page_help_tab_content {
	background-color: rgb(237, 237, 237);	
    padding: 0 10px;
}

@media only screen and (max-width: 639px) {
		
	.page_help_tabs td {
		width: 100%;
		display: block;	
	}
	
	a.page_help_tab.border_1 {
		border: none;
	}
	
}

@media only screen and (max-width: 899px) {

	.page_help_tab_content {
		padding: 0 10px;	
	}
	
}

/*** RESP KAT ***/

ul.responsive_menu li a {
    position: relative;
	padding: 8px 35px 7px 8px;
}

ul.responsive_menu li.nl_arrow>a::after {
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 24px;
    content: "\f105";
    color: inherit;
}

ul.responsive_menu li.nl_arrow {
    background-image: none;
}

/**** KOÁSR oldal ****/

/* üres koásr */


.page_cart_empty {
	margin-bottom: 0!important;
}

.page_cart_empty .bg_color_dark1, .page_cart_empty .bg_color_dark4 {
	background-color: #fff;	
}

.page_cart_empty .text_color_white {
	color: #333; 	
}

/******* SOCIAL MEDIA ********/

/*
[class~='page_artdet_social_icon_div']:last-of-type  {
	margin-right: 0!important;	
}

.page_artdet_social_icon_space {
	display: none;	
}

.page_artdet_social_icon_div {
    height: 40px;
    width: 40px;
    margin-right: 10px;
	position: relative;
	background-image: none!important;
}

@media only screen and (max-width: 420px) {

	.page_artdet_social_icon_div {
		height: 36px;
		width: 28px;
		margin-right: 5px;
	}
	
	#page_artdet_func {
		margin-left: 5px;
	    padding-top: 0px;
	}
	
	.page_artdet_func_outer {
		margin-right: 5px;
		height: 36px;
		width: 36px;
	}
	
	.page_artdet_func_icon {
		height: 32px;
		width: 32px;
	}
	
	#page_artdet_social_icon_like {
		margin-right: 0;	
	}
	
	#page_artdet_func_social_outer {
		height: 36px;
	}
	
}

#page_artdet_social_icon_facebook::before, #page_artdet_social_icon_twitter::before, #page_artdet_social_icon_pinterest::before {
	content: "\f09a";
	font-family: "FontAwesome";
	font-size: 18px;
	color: #385797;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#page_artdet_social_icon_twitter::before {
	content: "\f099";
	color: #03abea;
}

#page_artdet_social_icon_pinterest::before {
	content: "\f231";
	color: #c92228;	
}

.page_artdet_social_icon_div > * {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
}*/

/***** PROFIL *****/

#page_order_control_orderstat .page_order_control_tr_body td, #page_order_control_orderdate .page_order_control_tr_body td, #page_order_control_orderkey .page_order_control_tr_body td {
   text-align: center;
}

#page_order_control_modfiz .page_order_control_tr_body td, #page_order_control_modszall .page_order_control_tr_body td, #page_order_control_order_param .page_order_control_tr_body td, #page_order_control_lang .page_order_control_tr_body td, #page_order_control_orderkey .page_order_control_tr_body td, #page_order_control_orderstat .page_order_control_tr_body td, #page_order_control_orderdate .page_order_control_tr_body td {
    text-align: center;
}

#ud_shop_order_track #page_contact_tabs_outer .text_color_white {
	color: #333;	
}

#page_contact_tabs_border_bottom {
	display: none!important;	
}

.page_contact_tab_content .page_artlist_page {
	border: none;	
}

/*** CALENDAR FIX START ***/

.box_calendar_header_center {
    height: 19px;
    padding-top: 1px;
}

/*** CALENDAR FIX END ***/

/*** AJÁNLÓ BOXOK ***/

.box_art_element {
    border-bottom: 1px dotted #ddd;
    padding: 20px 0;
}

.box_art_pic0 img {
    max-width: 100%;
	max-height: 100%;
}

.box_art_price .text_color_fault {
	font-size: 14px;
	font-weight: 700;	
	color: #333;
}

.box_art_pic0 {
    width: 42%;
    padding-right: 20px;
    box-sizing: border-box;
	margin-right: 0;
} 

.box_art_text0 {
    width: 58%;
}

.box_art_name a {
	display: block;
	margin-bottom: 20px;
	height: 32px;
	overflow: hidden;	
	position: relative;
}

.box_art_name a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 16px;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.box_art_name .text_small {
	font-size: 11px!important;
	letter-spacing: 0.5px;	
}

/*** AJÁNLÓ BOXOK VÉGE ***/

/*** HÍERK BOX ***/

.box_news_date, .box_news_title {
    text-align: left;
}

.box_news_date {
    padding: 0 0 10px;
}

.box_news_date strong {
	font-weight: normal;
	color: #888888;
	font-size: 11px;
}

.box_news_title .text_small {
	font-weight: bold;	
	font-size: 13px!important;
}

.box_news_item {
	padding: 20px 0;
	border-bottom: 1px solid #e7e7e7;	
}

.box_news_item:first-child {
	padding-top: 4px;	
}

/*** HÍERK BOX ***/

/*** FÓRUM és SZAVAZÁS BOX ***/

.box_forum_list, .box_vote_list {
    width: 100%;
}

.box_forum_item.bg_color_light4, .box_vote_item.bg_color_light4, .box_vote_item.bg_color_light3 {
	background: transparent; 	
	border-bottom: 1px solid #e7e7e7;
}

.box_forum_item:last-child, .box_vote_item:last-child {
	border-bottom: none;	
}

.box_forum_list.border_2, .box_vote_list.border_2 {
	border: none;	
}

.box_forum_item, .box_vote_item {
	padding: 10px 0;
	text-align: left;	
}

.box_forum_item a {
	width: 100%;	
}

.box_vote_button {
	margin-bottom: 5px; 	
}


/*** FÓRUM BOX END ***/

/*** BOXOK ***/

.box_left_container {
    width: 100%;
    padding: 8px 0;
}

/*** BOXOK ***/

/* KIEMELET KATEGORIA BOX */

#mainmenu {
	display: inline-block;
}

#mainmenu > li > ul {
	/*visibility:hidden;*/
    /*opacity:0;
    transition:visibility 0s linear 0.3s,opacity 0.3s linear;*/
	display: none;
	position: absolute;
    top: 100%;
    left: 3%;
    width: 94%;
	box-sizing:border-box;
    background: #fff;
    padding: 15px 3% 5px 3%;
    border: 1px solid #eee;
    border-top: none;
    z-index: 100;
    overflow: hidden;
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,.5);
}

#mainmenu > li:first-child {
	display: none;	
}

#mainmenu > li {
	display: inline;
	float: left;
	list-style: none;	
}

#mainmenu > li:hover > ul.catmenu_lvl2 {
	display: block;
}

#content_top_cat_menu.content_top_menu {
	display: inline-block;	
    margin-right: -3px;
}

.catmenu_lvl2 > li {
    float: left;
    width: 20%;
    text-align: left;
    box-sizing: border-box;
    /*overflow-x: hidden;*/	
	margin-bottom: 20px;
}

.catmenu_lvl2 > li > a {
    font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	min-height: 20px;
    height: auto;
    white-space: normal;
	margin-top: 10px!important;
}

#mainmenu > li > a {
	font-weight: bold;	
}

#mainmenu ul a {
	color: #333;	
    display: block;
    padding: 0;
    margin: 0;
    width: initial;
    text-align: left;
	text-transform: none;
}

.catmenu_lvl2 > li:hover > a {
	color: #b32e29!important;	
}

.catmenu_lvl3 a {
	font-size: 14px;
	line-height: 1em;
	padding: 5px 0!important;	
	height: auto;
	white-space: normal;
}

ul.catmenu_lvl3 {
	padding-top: 10px;	
	border-top: 1px solid #333;
}

.catmenu_more a {
	color: #888!important;	
	text-decoration: none!important; 
}
 
.catmenu_more a::before {
	content:"\f101";
	font-family:"FontAwesome";
	margin-right: 10px;
}

@media only screen and (min-width: 801px) {

.catmenu_lvl2 > li:not(:nth-child(5n)) {
    padding-right: 40px;	
}

.catmenu_lvl2 > li:nth-child(5n+6) { 
    clear: both;
}

}

@media only screen and (min-width: 600px) and (max-width: 800px) {
	
	.catmenu_lvl2 > li:not(:nth-child(3n)) {
		padding-right: 40px;	
	}
	
	.catmenu_lvl2 > li:nth-child(3n+4) {
		clear: both;
	}
	
	.catmenu_lvl2 > li {
		width: 33.33%;
	}
	
}
.box_newsletter_privacy_policy {
    display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;padding-top: 5px;
}

label[for=news_privacy_policy_2] {
    font-size: 12px;
    line-height: 1;
    text-align: left !important;
    padding-left: 5px;
}

/*** 2021-03-26 - KP ***/
.page_artdet_egyebtul_content select[name*=egyeb_list].has-error{
	border-color: red;
}
.page_artdet_egyebtul_content label.has-error *{
	color: red;
}
