@import url('../../../own/fonts/fontawesome-4.7.0/css/font-awesome.min.css');
@import url('bootstrap.css');
@import url('../../../../!common_packages/jquery/plugins/slick/slick.css');
@import url('../../../../!common_packages/jquery/plugins/perfectscrollbar/perfect-scrollbar.css');

* {
	padding: 0;
	margin: 0;
	font-family:'Open Sans' ,sans-serif;
}

*, *:focus, *:hover {
	outline:none!important;
}

body {
	text-align: center;
	background:#FFFFFF;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	overflow-x: hidden;
	color:#333;
}

div, p, a, input, ul, li, h1, h2, h3, h4, h5, label, select, textarea {
	font-weight:400;
	font-size:14px;
	color:#845a5b;
}

h3 {
	font-size:17px;	
}

a, a:hover, a:focus {
	text-decoration:none;
}

a {
	transition:all 0.4s ease;
	color:#e7c7c8;
}

a:hover {
	color:#333;
}

.touch-device *:hover {
	opacity:1!important;
}

form {
	padding: 0;
	margin: 0;
	border: 0;
}

.clear_fix {
	clear:both;
	font-size:0;
}

input[type=text], input[type=password], input[type=email], textarea {
	padding:0 20px;
	height:36px;
	border:1px solid #ddd;
	width: 95%;
}

.InputBlock input[type=text], .InputBlock input[type=password], .InputBlock textarea {
	max-width:400px;
	width:70%;
}

.InputBlock textarea {
	height:9em;
	font-size:13px;
}

.InputBlock {
	margin-bottom:10px;
	font-size:0px;
}

.InputBlock label {
	width:30%;
	text-align:right;
	padding:8px 40px 0 0;
    vertical-align: top;
}

.InputBlock .Description {
	margin-left:30%;	
}

legend {
	font-size:18px;	
}

select {
	display:none;
}

textarea {
	padding:10px 20px;
	min-height:70px;
}

input[type=submit], input[type=button], input[type=reset], button, #page_artdet_inquire a {
	height:36px;
	border:none;
	background:#333;
	color:#fff;
	padding:0 20px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
	transition:all 0.4s ease;
	display: inline-block;
    vertical-align: top;
	max-width:100%;
}

input[type=submit]:disabled, input[type=button]:disabled, input[type=reset]:disabled, button:disabled, #page_artdet_inquire a:disabled {
	opacity: 0.5;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, #page_artdet_inquire a:hover {
	background:#e7c7c8;
}

#page_artdet_inquire a span {
	line-height:36px;	
}

.text_input_checkbox_checked input, .text_input_checkbox_unchecked input, .text_input_radio_checked input, .text_input_radio_unchecked input {
	display:none;
}

.text_input_checkbox {
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:3px;
	background:#fff;
	border:1px solid #ddd;
	cursor:pointer;
	position:relative;
	transition:0.4s;
}

.text_input_checkbox:hover {
	border-color:#e7c7c8;
}

.text_input_checkbox:active, .text_input_checkbox:focus {
	border-color:#ddd;	
}

.text_input_checkbox.text_input_checkbox_unchecked:after, .text_input_checkbox.text_input_checkbox_checked:after {
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	transform:rotate(-45deg);
	width:11px;
	height:7px;
	border:3px solid transparent;
	border-width:0 0 3px 3px;
}

.text_input_checkbox.text_input_checkbox_checked:after {
	border-color:#e7c7c8;
}

.text_input_radio {
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#fff;
	border:1px solid #ddd;
	cursor:pointer;
	position:relative;
	transition:0.4s;	
}

.text_input_radio:hover {
	border-color:#e7c7c8;	
}

.text_input_radio:active, .text_input_radio:focus {
	border-color:#ddd;	
}

.text_input_radio.text_input_radio_checked:after {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#e7c7c8;
	top:4px;
	left:4px;	
}

img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	transition:all 0.4s ease;	
}

label {
	padding-right:10px;
}

#exposeMaskOverlay {
	top:0px !important;
	bottom:0px !important;
	left:0px !important;
	right:0px !important;
	width:auto !important;
	position: fixed !important;
}

#container {
	width:100%;
	overflow:hidden;
}

.box_content {
	width:100%;
	padding:0;
	text-align:left;
    overflow: hidden;
}

.back_to_top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color:rgba(255,255,255,0.8);
    font-size: 0px;
    padding: 1em;
    display: none;
	width:50px;
	height:50px;
	text-align:center;
	transition:border-color 0.4s;
	z-index: 1000;
	border-radius:8px;
	border:4px solid #e7c7c8;
}

.back_to_top:after {
	content:'\f106';
	font-family:'FontAwesome';
	font-size:24px;
	color:#cb9897;
	line-height:36px;
	transition:color 0.4s;
}

.back_to_top:hover {    
    border-color:#cb9897;
}

.back_to_top:hover:after {
	color:#e7c7c8;
}

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 300px;
	height: 36px;
}

#left .select {
	width:100%;
}

.text_select {
	font-size:0;
}

.select-styled {
	position: absolute; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transition:0.4s;
	line-height: 36px;
	height:36px;
    text-align: left;
    padding: 0 30px 0 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #333;
    border: 1px solid #ddd;
    overflow: hidden;
}

.select-styled:after {
    content: '\f107';
	font-family:'FontAwesome';
	font-size:22px;
	color:#333;
    position: absolute;
    top: 0px;
    right: 10px;
	line-height: inherit;
}

.select-styled:active:after, .select-styled.active:after {
    content:'\f106';
}

.select-options .ez {
	background:#e7c7c8;
}

.select-styled:hover, .select-styled:active, .select-styled.focus {
    color: #e7c7c8;
}

.select-options {
	display: none; 
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #333;
	color:#fff;
	max-height:30em;
	overflow-y: auto;
	overflow-x: hidden;
}

.select-options li {
    margin: 0;
    padding: 10px 20px;
    transition: 0.4s;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.5px;
	line-height: 14px;
}

.select-options li:hover {
	color: #fff;
    background: #e7c7c8;
}

.select-options li[rel="hide"] {
    display: none;
}

.text_style_line {
	text-decoration:line-through;
}

.page_hr {
	width:100%;
	height:1px;
	background:#ddd;
	margin:20px 0;	
}

.page_hr hr {
	border:none;
}

.page_content_item {
	text-align:justify;
	clear: both;
}

table td p {
	margin:0;
}

#page_notfound_title {
	margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #f22;
    border-bottom: 1px solid #ddd;
    line-height: 18px;
}

#page_PopupContainer_ajax, #page_PopupContainer_tooltip_ajax, .box_content_ajax, .page_content_ajax, #resp_logout_tab {
	margin:50px auto;
	width:30px;
	height:30px;
	position:relative;
}

#page_PopupContainer_ajax:after, #page_PopupContainer_tooltip_ajax:after, .box_content_ajax:after, .page_content_ajax:after, #resp_logout_tab:after {
	content:'\f110';
	font-family:'FontAwesome';
	color:#333;
	font-size:30px;
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align:center;
	animation:spin 1.5s linear infinite;
}

@keyframes spin { 
	100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}

.container {
	width:100%;
	padding:0;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*** OVERLAY ***/

.overlay_warning, #overlay_login_outer, .overlay_info, .overlay_error, .overlay_ok, .overlay_dialog {
	display:none;
}

.overlay_error, .overlay_warning, .overlay_info, .overlay_ok, .overlay_dialog {
	width:40%;
	background:#fff;
}

.overlay_title {
	min-height:60px;
	height:auto;
	width:100%;
	color:#fff;
	line-height:18px;
	padding: 21px 60px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;	
}

.overlay_login .overlay_title {
	background:#333;	
}

#overlay_login1 .overlay_title {
	padding:21px 20px;	
}

.page_space {
	height:20px;
}

.overlay_error {
	background:#f22;
}

.overlay_warning {
	background:#f70;	
}

.overlay_ok {
	background:#ac0;	
}

.overlay_info, .overlay_dialog {
	background:#08f;
}

.overlay_text {
	padding:20px;
	text-align:center;
	font-size:13px;
}

.overlay_common .overlay_text, .overlay_error .overlay_text, .overlay_warning .overlay_text, .overlay_info .overlay_text, .overlay_ok .overlay_text, .overlay_dialog .overlay_text {
	color:#fff;
}

.overlay_button_close {
	display:none;
}

button.overlay_button_1, button.overlay_button_2, button.overlay_button_3, .overlay_dialog button, button.close {
	width:auto;
	padding:0 20px;
	height:36px;
	background:#333;
	color:#fff;
	font-size:10px;
	letter-spacing:1px;
	opacity:1;
	text-shadow:none;
	font-weight:400;
	margin:0 10px 0 0;
}

button.overlay_button_1:hover, button.overlay_button_2:hover, button.overlay_button_3:hover, .overlay_dialog button:hover, button.close:hover {
	background:#e7c7c8;
	color:#fff;
	opacity:1;
}

.overlay_row {
    width: 80%;
    margin: 0 auto;
	font-size:0;
	text-align:center;
}

.overlay_row * {
	display:inline-block;
	vertical-align:top;	
}

.overlay_row label {
	width: 30%;
    line-height: 36px;
    color: #fff;
    text-align: right;
    padding-right: 5%;
    background: rgba(255,255,255,0.15);
}

.overlay_row input {
	width:70%;
	border: none;
}

.overlay_privacy_policy, .overlay_privacy_policy a {
	color:#FFFFFF;
}

.overlay_privacy_policy .text_input_checkbox {
	display: inline-block;
	top:5px;
	right:5px;
}

.box_newsletter_privacy_policy label, .box_newsletter_privacy_policy label a {
	font-size:11px;	
}

.overlay_common a, .overlay_common a:hover, .overlay_common a:focus, .overlay_common a:active {
	color:#fff;
	text-decoration:underline;	
}

.overlay_common .overlay_close a {
	text-decoration:none!important;	
}

/*** COOKIE_ALERT ***/
#cookie_alert {
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(34,34,34,0.95);
    padding: 20px;
    color: #fff;
	z-index: 2147483647;
}
#cookie_alert.cookie_alert_close {
	padding: 5px 10px;
	width:auto;
	right: 0px;
	/*left:auto;*/
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	right:auto;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(34,34,34,0.3);
}

#cookie_alert #cookie_alert_open {
	margin: 0 auto;
	max-width:700px;
}
#cookie_alert #cookie_alert_close {
	display: none;
	text-align: center;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
}
#cookie_alert.cookie_alert_close #cookie_alert_open {
	display: none;
}
#cookie_alert.cookie_alert_close #cookie_alert_close {
	display: block;
}
#cookie_alert.cookie_alert_close.cookie_alert_3 {
	display: none !important;
}

.cookie_alert_title {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.cookie_alert_text {
	text-align: justify;
	font-size: 12px;
	line-height: 14px;
	padding-bottom:2px;
	padding-top: 5px;
}

.cookie_alert_text a {
	color: #fff;
}

.cookie_alert_button {
	text-align: right;
	position: relative;
}

.cookie_alert_button a {
	color:#FFFFFF;
	text-decoration: underline;
	display: inline-block;
	vertical-align: bottom;
	padding-right:10px;
	padding-left:10px;
	opacity: 0.7;
	font-size:12px;
}

.cookie_alert_button input {
	background:#e7c7c8;
    margin-top: 10px;
}

.cookie_alert_button_left {
	float:left;
	width:70%;
	text-align: left;
	position: absolute;
	bottom:0px;
}
.cookie_alert_checkbox {
	padding-right: 10px;
	font-size: 12px;
	white-space:nowrap;
}
.cookie_alert_checkbox .text_input_checkbox {
	display: inline-block;
	top:5px;
	margin-right:5px;
}
.cookie_alert_checkbox_working .text_input_checkbox {
	opacity: 0.5;
}
.cookie_alert_button_right {
	float:right;
	width:30%;
	text-align: right;
}

/*** LAYOUT ***/

/*** HEADER ***/

#header {
	position:relative;
	z-index:2;
}

#header_top {
	height:34px;
	background:RGBA(231,199,200,0.1);	
}

#header_content {
	width:100%;;
}

#header_bottom {
	min-height:50px;
	height:auto;
	width:100%;
	/*background:RGBA(231,199,200,0.95);*/
	background-image: linear-gradient(#e7c7c8, #cb9897);
    transition: min-height 0.4s;
	opacity:0.95;
	border-top:1px solid #FFF;
	/*border-bottom:1px solid #c18c8b;*/
}

#header_bottom.header_fixed {
	position:fixed;
	top:0;
	width:100%;
	z-index:99;
	border-top:none;
}

#header_top_wrap, #header_content_wrap, #header_bottom_wrap {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

#header_top_wrap {
	height:34px;	
}

#header_content_wrap {
	height:170px;
    z-index: 1;
	text-align:center;
	font-size:0px;
	position:relative;	
}

#header_bottom_wrap {
	min-height:50px;
	height:auto;
}

#header_content_right {
	width:auto;
	float:right;
	height:36px;
	margin-top:52px;
}

/*** HEADER / MONEY & LANG ***/

#lang {
	margin:0 auto;
	width:auto;
	position:absolute;
	right:10px;
	top:10px;
}

#lang {
	height: 34px;
}

#lang a {
	float:left;
	padding:11px 0 0 0;
	margin-right:10px;
}

.current_flag {
	display:none;
	float:left;
	padding:11px 0 0 0;
	cursor:pointer;
	height:34px;
    overflow: hidden;
}

.flag_list {
	display:block;
}

#lang a img, #lang img {
	max-height:12px;
    vertical-align: top;
}

.current_flag {
	display:block;
	padding-left: 3px;
	margin-left: 6px;
	margin-right:10px;
}

.current_flag.grey {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.current_flag.grey img {
	opacity:0.5;
}

.flag_list {
	display:none;
}

#lang a, .current_flag {
	float:none;
	display:block;
	width:34px;
	height:34px;
	text-align:center;
	padding-top:11px;
}

.box_lang_flag {
	filter: none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;	
}

.box_lang_type_flag {
	width:34px;
	position:relative;
	z-index: 10;
    text-align: left;
}

.box_lang_type_flag.flag_list {
	background:#f9eeea;	
}

.box_lang_type_flag.current_flag:after {
	content:'\f107';
	font-family:'FontAwesome';
	color:#666;
	font-size:18px;
	line-height:34px;
	font-weight: 700;
	position:absolute;
	right:0;
	top:0;
}

.box_lang_type_flag.current_flag.grey:after {
	content:'\f106';	
}

/*** HEADER / LOGO ***/

#logo {
	max-width:300px;
	max-height:150px;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	margin-top:10px;
	vertical-align:top;
}

#logo a {
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	transition:all 0.4s ease;	
}

/*** HEADER BANNER ***/

#header_banner {
	height:100px;
	width:360px;
	overflow:hidden;
	display:inline-block;
	margin:20px 0 0 40px;
	vertical-align:top;
}

#header_banner p {
	margin:0;
	text-align:justify;
	font-size:13px;
	line-height:20px;
}

/*** HEADER / MAINMENU ***/

#mainmenu {
	position:relative;
}

#mainmenu li {
	list-style:none;
}

#mainmenu, #mainmenu ul {
	margin:0;
	text-align:center;
}

#mainmenu > li {	
	display:inline-block;
}

#mainmenu > li > a {
	line-height:50px;
	text-transform:uppercase;
	font-size:13px;
	display:block;
	width:100%;
	height:50px;
	padding:0 20px;
	font-weight: 400;
	color:#FFF;
}

#mainmenu > li:hover > a {
    color: #333;
}

#mainmenu > li:hover > a {
	background:#fff;
}

#mainmenu > li > div, #mainmenu > li > ul {
	display:none;
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	background:#fff;
	padding:0;
    box-sizing: content-box;
    z-index: 1;
	max-height:500px;
	overflow-x:hidden;
	overflow-y:auto
}

#mainmenu li ul li ul li ul {
	display:none;
}

#mainmenu > li > div > ul > li {
	float:left;
	width:20%;
	text-align:left;
	overflow-x:hidden;
}

#mainmenu > li > div > ul.bannerexists > li {
	width:25%;
}

#mainmenu > li > div > ul > li > ul {
	margin-bottom:40px;
    display: block;
}

#mainmenu > li > div > ul:not(.bannerexists) > li:not(:nth-child(5n)) {
	padding-right:40px;
}

#mainmenu > li > div > ul.bannerexists > li:not(:nth-child(4n)) {
	padding-right:40px;
}

#mainmenu > li > div > ul:not(.bannerexists) > li:nth-child(5n+1) {
	clear:both;
}

#mainmenu > li > div > ul.bannerexists > li:nth-child(4n+1) {
	clear:both;
}

.catmenu_lvl2 {
	padding:30px 5%;
	float:left;
	width:100%;
}

.catmenu_lvl2.bannerexists {
    padding: 30px 20px 30px 5%;
	width:80%;
}

.catmenu_lvl2_banner {
	width:20%;
	background:#f1f1f1;
	height:100%;
	padding:0;
	text-align:center;
    overflow: hidden;
	float:right;
}

.catmenu_lvl2_banner img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

.catmenu_lvl2_banner p {
	line-height:18px;
	margin:0;	
}

.catmenu_lvl2 a {
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.5px;
	line-height:20px;
	display:block;
	width:100%;
	margin-bottom:20px;
	color:#e7c7c8;
}

.catmenu_lvl3 a {
	font-weight:400;
	font-size:11px;
	text-transform:none;
	line-height:16px;
	display:block;
	letter-spacing:0.5px;
}

ul.catmenu_lvl3 li:not(:last-child) a {
	margin-bottom:5px;
}

.menu_item_plus {
	position:relative;	
}

#mainmenu > li.menu_item_plus > ul {
	width:auto;
	min-width:100%;
    padding: 20px;
	box-sizing: border-box;
}

#mainmenu > li.menu_item_plus > ul > li {
	float:none;
	text-align:left;
	width:100%;
	padding:10px 0!important;
	line-height:14px;
	height:auto;
	white-space: nowrap;
}

#mainmenu > li.menu_item_plus > ul > li a {
	font-size:11px;
	text-transform:uppercase;
	line-height:14px;	
	color:#cb9897;
}

#mainmenu > li.menu_item_plus > ul > li > ul {
	display:none;
}

.catmenu_lvl2_banner_box {
	float:right;
	width:20%;
	background:#ddd;	
}

.menu_item_haschild > a::after {
	content:'\f107';
	font-family:'FontAwesome';
	color:#fff;
	font-size:13px;
	transition:all 0.4s ease, font-size 0s;
	padding-left:5px;
	display:inline-block;
}

/*** HEADER / MOBILE MAINMENU ***/

#mobile_mainmenu {
	display:none;
	text-align:left;
	height:50px;
	width:auto;	
}

.mobile_mainmenu_icon {
	width:50px;
	height:50px;
	display:inline-block;
	cursor:pointer;
	text-align:left;
	line-height:50px;
	transition: 0.4s;
	margin:0 4%;
	position:relative;
	vertical-align: top;
}

.mobile_mainmenu_icon:hover, .mobile_icon_opened {
	background:#fff;	
}

.mobile_mainmenu_icon:after {
	content:'';
	font-family:'FontAwesome';
	color:#fff;
	font-size:24px;
	transition:all 0.4s ease, font-size 0s;
}

#mobile_cat_icon:after {
	content:'\f0c9';
}

/*** CONTENT ***/

#content {
	width:100%;
	margin:30px 0 0 0;
	padding:0;
}

#content_wrap {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0;	
}

#body_bottom {
	margin-bottom:30px;	
}

#body_bottom > div {
	margin-top:30px;	
}

.page_headbutton button {
	padding:0;
	background:none;	
}

.page_page_nocontent_outer {
	display:none;
}

.page_page_pic_main {
	font-size:0px;
	text-align:center;	
}

.page_page_pic_element {
	width:23%;
	display:inline-block;
	vertical-align:top;
	margin:10px 1% 10px 1%;
	max-height:360px;
	overflow:hidden;
	border-radius:6px;
}

.page_page_pic_element img {
	transition:0.4s;
}

.page_page_pic_element img:hover {
	opacity:0.6;
}

.page_page_pic_element a {
	position:relative;
}

.page_page_pic_element a:after {
	content:'\f00e';
	font-family:'FontAwesome';
	color:#fff;
	opacity:0;
	font-size:24px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) scale(2);
	transition:0.4s;
}

.page_page_pic_element a:hover:after {
	opacity:1;
	transform:translate(-50%,-50%) scale(1);	
}

#sb-wrapper-inner {
	background-color:#FFF;
	border:5px solid #FFF;	
}

#ud_cms_start #body_title {
	display:none;	
}

#ud_cms_start #content {
	margin-top:0;	
}

.page_content_pic_new {
	float:left;
	max-width:320px;
	margin-right:20px;
	margin-bottom:10px;	
}

.page_content_pic_new.right {
	float:right;
	margin-right:0;
	margin-left:20px;
	margin-top:10px;	
}

.page_content_pic_new img {
	border-radius:6px;	
}

#sb-body img {
	left:50%;
	transform:translateX(-50%);	
}

.start_box_title {
    text-align: center;
    font-size: 45px;
    line-height: 100px;
    margin: 0;
    font-family: 'Allura', cursive;
	height:100px;
	margin:10px 0 10px 0;
}

.start_box_title.border {
    text-align: left;
    line-height: 80px;
	height:80px;
	margin-top:25px;
}

.start_box_title_small {
    text-align: center;
    font-size: 24px;
    line-height: 65px;
    margin: 0;
    font-family: 'Allura', cursive;
	margin:10px 0 10px 0;		
}

.handwrite {
    font-size: 35px;
    line-height: 50px;
    font-family: 'Allura', cursive;		
}

.subpage_img {
	border-radius:50%;
	max-width:130px;
	height:auto;
	margin:5px 5px;	
}

.subpage_img:hover {
	max-width:260px;
	transition:all 0.4s ease;	
}

@media only screen and (min-width:780px) {
.page_page_pic_element {
	width:23%;
}
}

@media only screen and (min-width:481px) and (max-width:779px) {
.page_page_pic_element {
	width:22%;
}	
}

@media only screen and  (max-width:480px) {
.cookie_alert_button {
	text-align: center;
}
.cookie_alert_button_left {
	position: inherit;
	width:100%;
}
.cookie_alert_button_right {
	width:100%;
}

.page_page_pic_element {
	width:48%;
	max-height:230px;
	margin-bottom:0;
}	
.page_page_pic_text {
	font-size:11px;	
}
}

.page_page_pic_main .slick-track img {
	margin:0 auto;
}

.page_page_pic_main .slider-nav {
	width:94%;
	margin:0 3%;	
}

.page_page_pic_main .slider-nav img {
	padding:0 10px;
	max-height:128px;
	transition:0.4s;
	cursor:pointer;
}

.page_page_pic_main .slider-nav img:hover {
	opacity:0.6;	
}

.page_page_pic_main .slick-arrow {
	position:absolute;
	top:50%;
	left:-3%;
	z-index:9;
	transform:translateY(-50%);
	font-size:0px;
	padding:0;
	background:none;
	letter-spacing: 0;
}

.page_page_pic_main .slick-next.slick-arrow {
	left:auto;
	right:-3%;
}

.page_page_pic_main .slick-arrow:before {
	content:'\f104';
	font-family:'FontAwesome';
	font-size:36px;
	color:#333;
	transition:0.4s;
}

.page_page_pic_main .slick-next.slick-arrow:before {
	content:'\f105';	
}

.page_page_pic_main .slick-arrow:hover:before {
	color:#e7c7c8;	
}

.slider-for .page_page_pic_text {
	margin:10px 0;
}

/*** CONTENT / SLIDESHOW ***/

#slideshow {
	width:100%;
	height:auto;
	position: relative;
	display:none;
}

#ud_cms_start #slideshow {
	display:block;
}

.slider-pro p.sp-layer.sp-big, .slider-pro p.sp-layer.sp-big a {
	font-size:48px;
	font-weight:300;
    letter-spacing:2px;
	color:#fff;
	text-transform:uppercase;
}

.slider-pro p.sp-layer.sp-big {
	visibility:hidden;	
}

.slider-pro p.sp-layer.sp-medium, .slider-pro p.sp-layer.sp-medium a {
	font-size:24px;
	font-weight:300;
	letter-spacing:1px;
	color:#fff;
}

.slider-pro p.sp-layer.sp-small, .slider-pro p.sp-layer.sp-small a {
	font-size:16px;
	font-weight:300;
	letter-spacing:0.5px;
	color:#fff;
}

.slider-pro p.sp-layer.sp-small a {
	text-transform:uppercase;
	letter-spacing:2px;
	display:block;
	padding:10px 20px;
}

.slider-pro p.sp-layer {
	transition:background 0.4s, border-color 0.4s;
}

.slider-pro p.sp-padding {
	padding:10px 20px;
}

.sp-grab {
    cursor: url('../image/openhand.cur'), auto;
}

.sp-grabbing, .sp-grabbing a {
    cursor: url('../image/closedhand.cur'), auto;
}

.sp-buttons {
	width:auto;
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	padding:0;
}

.sp-button {
	border:4px solid rgba(255,255,255,0.15);
	border-width:0 0 4px 0;
	border-radius:0px;
	height:15px;
	width:60px;
	background:none;
	margin:0 20px;	
}

.sp-button.sp-selected-button {
	border-color:#fff;
}

.sp-arrows {
	display:none;
}

.sp-arrow {
	width:auto;
	height:auto;	
}

.sp-arrow:after {
	display:none;
}

.sp-arrow:before {
	content:'\f104';
	font-family:'FontAwesome';
	font-size:48px;
	line-height:33.5px;
	height:36px;
	width:36px;
	transform:none;
	background:none;
	color:#fff;
	vertical-align:top;
	position:static;
	display:block;
}

/*** CONTENT / START BANNERS ***/

#start_banners {
	display:none;
	width:100%;
	max-width:1200px;
	margin:3% auto;
}

#ud_cms_start #start_banners {
	display:block;
}

.start_banner_box {
	float:left;
	height:auto;
	overflow: hidden;
}

.start_banner_box:hover img {
    transform: scale(1.1);
}

.start_banner_box p {
	margin:0;
	padding:10px 20px;
	text-align:center;
}

/*** CONTENT / NOBOX ***/

#content_wrap_nobox {
    margin: 0 auto;
    /*max-width: 1200px;*/
    float: none;
}

#ud_cms_page #content_wrap_nobox {
	max-width:1200px;
	padding-bottom:20px;	
}

#ud_no #content_wrap_nobox {
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;	
}

/*** CONTENT / LEFT ***/

#left {
	float:right;
}

#ud_cms_start #left {
	display:none;	
}

.box_left_title {
	text-align:left;
	margin:0 0 25px 0;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	letter-spacing:1px;	
}

.box_left_bottom {
	height:40px;
}

/*** CONTENT / LEFT / CATEGORY MENU ***/

#box_cat_main {
	width:100%;	
}

#box_cat_main li {
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	height:auto;
	width:auto;
	line-height:initial;	
}

#box_cat_main li .box_cat_click_level0, #box_cat_main li .box_cat_spec a {
	display:block;
	width:100%;
	padding:8px 20px;
	line-height:18px;
	font-size:13px;
	text-transform:uppercase;
	transition:all 0.4s ease;
	cursor:pointer;
	color:#333;
}

#box_cat_main li .box_cat_spec a {
	color:#f00;	
}

#box_cat_main li .box_cat_spec a strong {
	font-weight:400;
}

#box_cat_main li .box_cat_click_level0:hover, #box_cat_main li .box_cat_spec a:hover, .box_cat_click_level2:hover, .box_cat_click_level3:hover, .box_cat_click_level4:hover {
	background:#e7c7c8;
	color:#fff;
}

.box_cat_click_level2,.box_cat_click_level3, .box_cat_click_level4 {
	padding:8px 20px 8px 40px;
	display:block;
	width:100%;
	line-height:18px;
	font-size:13px;
	text-transform:uppercase;
	transition:0.4s;
	cursor:pointer;
	color:#333;
}

.box_cat_click_level3 {
	padding-left:60px;
}

.box_cat_click_level4 {
	padding-left:80px;
}

#box_cat_main li .text_style_strong {
	color:#e7c7c8;	
}

#box_cat_main .box_cat_click_level0.text_style_strong {
	color:#333;
}

/*** CONTENT / LEFT / TOPLIST ***/

.box_art_element {
	width:100%;
}

.box_art_element:not(:first-child) {
	border-top:1px solid #ddd;
	padding-top:20px;
	margin-top:20px;	
}

.element_status {
	width:100%;
	height:36px;
}

.element_status_icon {
	width:36px;
	height:36px;
	border-radius:50%;
	float:left;
	margin-right:5px;
	font-weight:700;
	line-height:28px;
	text-align:center;
	font-size:12px;
	background:#fff;
}

.element_status_save {
	color:#f22;
	border:4px solid #f22;
	letter-spacing:-1px;
	font-size:11px;	
}

.element_status_new {
	color:#333;
	border:4px solid #333;
	text-transform:lowercase;
}

.element_pic {
	width:38%;
	max-width:100px;
	float:left;
}

.element_pic img {
	transition:0.4s;
	opacity:1;
}

.element_pic img:hover {
	opacity:0.6;
}

.element_text {
	width:62%;
	float:left;
	padding:0 0 0 20px;
}

.element_name a {
	font-size:12px;
	line-height:14px;
	display:block;
	padding-bottom:10px;
}

.element_price {
	display:block;
	margin-top:10px;
	font-weight:700;
	font-size:14px;
}

.element_price.discount {
	color:#f22;
}

.element_unit_price {
	font-size: 10px;
    color: #888;
    line-height: 13px;
}

/*** CONTENT / LEFT / TOP PRODUCTS ***/

#box_container_cms_top {
	width:100%;
}

/*** CONTENT / LEFT / NEWS ***/

.box_news_item {
	text-align:left;
}

.box_news_item:not(:first-child) {
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #ddd;
}

.box_news_date {
	font-size:11px;
	font-weight:400;
	letter-spacing:0.5px;
	line-height:14px;
}

.box_news_title a {
	display:block;
	width:100%;
	line-height:14px;
	font-size:13px;
	font-weight:700;
}

.box_news_hidden_link {
	width:100%;
	margin-top:10px;
	padding-top:20px;
	border-top:1px solid #ddd;
	text-align:center;
}

.box_news_hidden_link_button {
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:36px;
	padding:0 20px;
	background:#333;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	text-align:center;
	line-height:36px;
	cursor:pointer;
	transition:0.4s;
}

.box_news_hidden_link_button:hover {
	background:#e7c7c8;	
}

/*** CONTENT / LEFT / FORUM ***/

#box_forum_content {
	width:100%;
}

.box_forum_item, .box_forum_link {
	padding:6px 0;
	line-height:18px;
	font-size:13px;
	letter-spacing:0.5px;
}

.box_forum_item:not(:first-child), .box_forum_link {
	border-top:1px solid #ddd;
}

/*** CONTENT / LEFT / CALENDAR ***/

#box_calendar_content {
	width:100%;	
}

.box_calendar_header {
	width:100%;
	height:38px;
}

.box_calendar_header > div {
	float:left;
	line-height:18px;
	height:38px;
	overflow:hidden;
	background:#f1f1f1;
	padding:10px 0;
}

.box_calendar_header_left {
	width:10%;
	text-align:left;
	padding-left:10px;
}

.box_calendar_header_right {
	width:10%;
	text-align:right;
}

.box_calendar_header_left span, .box_calendar_header_right span {
	font-size:0px;
}

.box_calendar_header_left a:before {
	content:'\f104';
	font-family:'FontAwesome';
	font-size:18px;
	padding-left:10px;
}

.box_calendar_header_right a:before {
	content:'\f105';
	font-family:'FontAwesome';
	font-size:18px;
	padding-right:10px;
}

.box_calendar_header_center {
	width:80%;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	font-size:11px;
}

.box_calendar_week {
	width:100%;
	padding:10px 0;
	height:38px;
	border-bottom:1px solid #ddd;
}

.box_calendar_week_outer {
	width:14.2857%;
	float:left;
	text-align:center;
	font-size:13px;
	line-height:18px;
}

.box_calendar_week_outer:nth-child(7n), .box_calendar_week_outer:nth-child(7n-1) {
	color:#aaa;
}

.box_calendar_day .box_calendar_element_outer {
	float:left;
	width:14.2857%;
	text-align:center;
	line-height:38px;
	margin-bottom:1px;
}

.box_calendar_element .text_color_white strong {
	color:#e7c7c8;	
}

.box_calendar_element_outer:nth-child(7n) span, .box_calendar_element_outer:nth-child(7n-1) span {
	color:#aaa;	
}

.box_calendar_element_select.bg_color_dark2 a {
	display:block;
	width:100%;
	background:#e7c7c8;
	color:#fff;
	line-height:38px;
}

.box_calendar_element_select.bg_color_dark2 a:hover {
	background:#333;
}

/*** CONTENT / LEFT / VISITORS ***/

.box_counter_main {
	margin:0 auto;
	text-align:center;
    background: #f5f5f5;
}

.box_counter_element_outer {
	display:inline-block;	
}

.box_counter_element {
	padding:5px;
	background:#ddd;	
}

/*** CONTENT / LEFT / CHECKOUT ***/

#box_checkout_content {
	text-align:center;
}

.box_checkout_element {
	display:inline-block;
	vertical-align:top;
	margin:0 10px 20px 10px;
	height:40px;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
	/*filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
    opacity: 0.75;*/
	transition:0.4s;
}

.box_checkout_element:hover {
	/*filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
    opacity: 1;	*/
}

#box_checkout_paypal {
	background-image:url('../image/logo_checkout_paypal_box.png?ver=2');
	width:124px;
}

#box_checkout_cib {
	background-image:url('../image/logo_checkout_cib_box.png');
	width:134px;
}

#box_checkout_otp {
	background-image:url('../image/logo_checkout_otp_box.png');
	width:200px;
}

#box_checkout_otp_without_amex {
	background-image:url('../image/logo_checkout_otp_box_without_amex.png');
	width:200px;
}

html:lang(hu) #box_checkout_kandh {
	background-image:url('../image/logo_checkout_kandh_box.png');
	width:140px;
}

#box_checkout_kandh {
    background-image:url('../image/logo_checkout_kandh_en_box.jpg');
    width:50px;
}

#box_checkout_simplepay_hu {
    width:96px;
    background-image:url('../image/logo_checkout_simplepay_hu_box.png');
}
#box_checkout_epay_bg {
	background-image:url('../image/logo_checkout_epay_bg_box.png');
	width:131px;
}

#box_checkout_easypay_bg {
	background-image:url('../image/logo_checkout_easypay_bg_box.png');
	width:40px;
}

#box_checkout_cetelem_hu {
	background-image:url('../image/logo_checkout_cetelem_hu_box.png');
	width:100px;
}

#box_checkout_cofidis_hu {
    background-image:url('../image/logo_checkout_cofidis_hu_box.png');
    width:70px;
}

#box_checkout_tatrabanka_sk {
	background-image:url('../image/logo_checkout_tatrabanka_sk_box.png');
	width:109px;
}
#box_checkout_unicreditbank_hu {
	background-image:url('../image/logo_checkout_unicreditbank_hu_box.png');
	width:200px;
	height:50px;
}
#box_checkout_wirecard_at {
	width:160px;
	background-image:url('../image/logo_checkout_wirecard_at_box.png');
}

#box_checkout_mobilpay_ro {
	background-image:url('../image/logo_checkout_mobilpay_ro_box.png');
	width:134px;
}

#box_checkout_plationline_ro {
    background-image:url('../image/logo_checkout_plationline_ro_box.png');
    width:103px;
}

#box_checkout_otpay {
	background-image:url('../image/logo_checkout_otpay_box.png');
	width:150px;
}

#box_checkout_cellum_masterpass {
    width:145px;
    background-image:url('../image/logo_checkout_cellum_masterpass_box.png');
}

#box_checkout_sofortuberweisung {
	background-image:url('../image/logo_checkout_sofortbanking_box.png');
	width:132px;
}

#box_checkout_sofortuberweisung:lang(de) {
	background-image:url('../image/logo_checkout_sofortuberweisung_box.png');
	width:130px;	
}

#box_checkout_sofortbanking {
	background-image:url('../image/logo_checkout_sofortbanking_box.png');
	width:132px;
}

#box_checkout_sofortbanking:lang(de) {
	background-image:url('../image/logo_checkout_sofortuberweisung_box.png');
	width:130px;
}

#box_checkout_barion_com {
	background-image:url('../image/logo_checkout_barion_com_box.png');
	width:330px;
}

#box_checkout_borgun_hu {
	background-image:url('../image/logo_checkout_borgun_hu_box.png');
	width:189px;
}

#box_checkout_borica_bg {
    background-image:url('../image/logo_checkout_borica_bg_box.png');
    width:158px;
}

#box_checkout_sponsorem_hu {
    background-image:url('../image/logo_checkout_sponsorem_hu_box.png');
    width: 160px;
}

#box_checkout_sagepay_co_uk {
    background-image:url('../image/logo_checkout_sagepay_co_uk_box.png');
    width: 119px;
}

#box_checkout_paysafecard_com {
    background-image:url('../image/logo_checkout_paysafecard_com_box.png');
    height: 40px;
}

#box_checkout_paysafecash_com {
    background-image:url('../image/logo_checkout_paysafecash_com_box.png');
    width: 160px;
}

#box_checkout_gpwebpay {
    background-image:url('../image/logo_checkout_gpwebpay_box.png');
    width: 100px;
}

#box_checkout_sixpayment {
    background-image:url('../image/logo_checkout_sixpayment_box.png');
    width: 87px;
}

#box_checkout_sixpayment_new {
	background-image:url('../image/logo_checkout_sixpayment_new_box.png');
	width: 87px;
}

#box_checkout_paylike_hu {
    background-image:url('../image/logo_checkout_paylike_hu_box.png');
    width:124px;
}

/*** CONTENT / LEFT / PARTNER ***/

#box_partner_content, #box_cert_content {
	text-align:center;
}

#box_partner_content > a, #box_partner_content > div {
	display:inline-block;
	vertical-align:top;
	margin:0 10px 20px 10px!important;
	width:auto;
	height:auto;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
	/*-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	opacity:0.75;*/
	transition:0.4s;
}

#box_partner_content > a:hover, #box_partner_content > div:hover {
	/*-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
	opacity:1;*/
}

#box_partner_content > div {
	margin:0 0 10px 0!important;
}

#partners {
	font-size:0px;
	width:100%;
	max-width:1200px;
	margin:20px auto 10px auto;
}

#partners > * {
	display:inline-block;
	vertical-align:top;
    font-size: 0px;
	width: auto;
	margin:5px 10px;
}

#box_partner_content img {
	max-height:40px;
}

/*** CONTENT / LEFT / FILTER ***/

#box_filter_content {
	border-bottom:1px solid #ddd;
}

.product_filter_title {
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:18px;
	padding:10px 0;
	border:1px solid #ddd;
	border-width:1px 0 0 0;
	cursor:pointer;
}

.product_filter_title:before {
	content:'\f107';
	font-family:'FontAwesome';
	display:block;
	float:right;
	line-height:20px;
	color:#ccc;
	font-size: 20px;
}

.page_artdet_param_desc {
	display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
	text-align:center;
	line-height:12px;
	letter-spacing: normal;
	padding-right: 1px;
}

.page_artdet_param_desc:after {
	content:'\f129';	
	font-family:'FontAwesome';
	color:#333;
	font-size:10px;
	transition:0.4s;
}

.page_artdet_param_desc:hover {
	background:#e7c7c8;
	border-color:#e7c7c8;
}

.page_artdet_param_desc:hover:after {
	color:#fff;	
}

.param_desc_tooltip {
	border-radius:5px;
	padding:10px;
	max-width:220px;
	max-height:120px;
	text-align:justify;
	height:auto;
	overflow-x:hidden;
	overflow-y:scroll;
	z-index:10001;
	background:#e7c7c8;
	color:#fff;
}

.param_desc_tooltip p {
	font-size:11px;
}

.param_desc_tooltip a, .param_desc_tooltip a:hover, .param_desc_tooltip a:active, .param_desc_tooltip a:focus {
	color:#fff;
	text-decoration:underline;	
}

.param_desc_tooltip::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.param_desc_tooltip::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.param_desc_tooltip::-webkit-scrollbar-thumb {
  background: #ddd;
  border: 3px solid #e7c7c8;
  border-radius: 5px;
}
.param_desc_tooltip::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}
.param_desc_tooltip::-webkit-scrollbar-thumb:active {
  background: #ddd;
}
.param_desc_tooltip::-webkit-scrollbar-track {
  background: #e7c7c8;
  border: 3px solid #e7c7c8;
  border-radius: 5px;
}
.param_desc_tooltip::-webkit-scrollbar-track:hover {
  background: #e7c7c8;
}
.param_desc_tooltip::-webkit-scrollbar-track:active {
  background: #e7c7c8;
}
.param_desc_tooltip::-webkit-scrollbar-corner {
  background: transparent;
}

.filter_opened:before {
	content:'\f106';	
}

.product_filter_content {
	width:100%;
	margin:16px 0;
	display:block;
	overflow:hidden;
	max-height:368px;
    position: relative;
}

#box_filter_content .product_filter_content {
	display:none;
}

#box_filter_content .product_filter_content:nth-child(2) {
	display:block;
}

.product_filter_text {
	padding:6px 20px;
}

.product_filter_checkbox, .product_filter_text_inner {
	float:left;
}

.product_filter_checkbox {
	font-size:0px;
}

.product_filter_text_inner {
	padding-left:10px;
	line-height:20px;
    width:auto;
	max-width: 70%;
	color:#337ab7;
}

.product_filter_num.ui-slider {
	background:#ddd;
	height:8px;
	width:calc(100% - 10px);
	position:relative;
	margin: 10px 0;
}

.product_filter_num.ui-slider:before {
	width:100%;
	position:absolute;
	top:0;
	left:8px;
	background:#ddd;
	height:8px;
	content:'';
}

.product_filter_text_count {
	padding-left: 5px;
    float: left;
	color:#aaa;
    line-height: 20px;
	position:relative;
}

.ui-slider-range {
	background:#e7c7c8;
	height:8px;
	position:absolute;
}

.ui-slider-handle {
	display:inline-block;
	border-radius:3px;
	width:10px;
	height:16px;
	border:1px solid #333;
	background:#fff;
	position:absolute;
	top:-4px;
	cursor:pointer;
}

.product_filter_price_content {
	text-align:center;
	font-size:13px;
}

.product_filter_num_text  {
	text-align:center;
}

.product_filter_color {
	margin-bottom:10px;
	display: inline-block;
    width: 50%;
	padding-left: 20px;
}

.product_filter_color .text_input_checkbox {
    margin: 7px 0;
}

.product_filter_color .product_filter_text_count {
	line-height:32px;	
}

.product_filter_color a {
	float: left;
    margin-left: 14px;	
}

.product_filter_color_inner {
	border:none;
	width:32px;
	height:32px;
	border:1px solid #ddd;	
}

#ud_cms_artspec .product_filter_group_disabled {
	display:none;
}

.product_filter_more {
	display:none;
}

.product_filter_value_disabled {
	opacity: 0.5;
}

.product_filter_value_disabled a {
	color:#666;	
}

.product_filter_value_disabled .product_filter_text_count, .product_filter_value_refreshing_disabled .product_filter_text_count span {
	display:none;
}

.product_filter_value_refreshing .product_filter_text_count span {
	display:none;
}

.product_filter_value_refreshing .product_filter_text_count:after {
	width:20px;
	height:20px;
	content:'\f110';
	font-family:'FontAwesome';
	color:#333;
	font-size:14px;
	line-height: 20px;
	text-align:center;
	animation:spin 1.5s linear infinite;
	position:absolute;
	top:0;
	left:3px;
}

.product_filter_value_disabled .text_input_checkbox:hover {
	border-color:#ddd;
	cursor:default;
}

.product_filter_value_disabled a {
	cursor:default;
}

.product_filter_icon {
	cursor:pointer;
	padding-left:3px;
}
.product_filter_icon_unchecked_grayscale {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.4;
}

.product_filter_delete_all_outer {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #ddd;
	border-width: 1px 0 0 0;
}

.product_filter_checkbox input {
	display: none;
}

/*** CONTENT / NEWS ***/

.page_news_header {
	height:auto;
	line-height:18px;
	padding:9px 0;
	background:#f1f1f1;
	text-align:left;
	margin-bottom:20px;
}

.page_news_date {
	float:left;
	width:20%;
	padding:0 20px;
	font-weight:700;
}

.page_news_title {
	float:left;
	width:80%;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
}

.page_news_content {
	text-align:justify;	
}

#page_news_content .page_calendar_title {
	height:auto;
	line-height:18px;
	padding:9px 0;
	background:transparent;
	border-bottom:1px solid #ddd;
}

#page_news_content .page_calendar_name {
	width:calc(100% - 110px);	
}

.page_news_intro_pic {
	float: left;
	padding: 0 20px;
}

.page_news_intro_pic_nopadding {
	float: left;
}

.page_news_intro_pic img,
.page_news_intro_pic_nopadding img {
	max-width: 500px;
	height: auto;
	width: 100%;
}

/*** CONTENT / BLOG ***/

.page_page_blog_header {
	width:100%;
	display:flex;
	align-items:stretch;
	margin-bottom:20px;
	flex-wrap: wrap;
}

.page_content_item:not(:first-child) .page_page_blog_header {
	margin-top:60px;	
}

.page_content_item:nth-last-child(2) .page_page_blog_intro:not(.details) {
	margin-bottom:60px;
}

.page_page_blog_header > div {
	align-items: center;
    display: flex;	
}

.page_page_blog_title {
	flex:1 0 auto;
	padding:10px 4%;
	background:#f1f1f1;
}

.page_page_blog_title h1, .page_page_blog_title a {
	font-weight:700;
	text-transform:uppercase;
	font-size:18px;
	line-height:20px;
	margin:0;
}

.blog_header_inner_wrap {
	flex:0 0 auto;
	flex-direction:row;
}

.page_page_blog_date {
	flex:1 0 auto;
	padding:10px 20px;
	white-space:nowrap;
	background:#f1f1f1;
	margin-left:1px;
	height: 100%;
    display: flex;
    align-items: center;
}

.blog_author_name {
	flex:1 0 auto;
	padding:10px 20px;
	font-weight:700;
	white-space:nowrap;
	text-align:right;
	background:#f1f1f1;
	margin-left:1px;
	height: 100%;
    display: flex;
    align-items: center;
}

.blog_author_pic {
	flex:0 0 auto;
	max-width:100px;
	background:#f1f1f1;
	padding:5px 20px 5px 0;
}

.blog_author_pic_wrap {
	border:5px solid rgba(255,255,255,0.8);
	border-radius:50%;
	overflow:hidden;
	max-height:60px;
	max-width:60px;
}

.page_page_blog_intro {
	display:flex;
	margin-bottom:20px;
}

.blog_intro_pic {
	flex:0 0 25%;
	max-width:300px;
	padding-right:40px;
}

.blog_intro_txt {
	flex:1 0 75%;
}

.page_page_blog_intro, .page_page_blog_message {
	text-align:justify;
}

.page_page_blog_intro.details {
	align-items:flex-end;	
}

.page_page_blog_intro.details .blog_intro_txt p {
	font-style:italic;
	font-size:14px;
	margin:0;
}

.page_page_blog_intro.details .blog_intro_txt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.page_page_blog_next, .page_page_blog_back {
	margin:10px 0 0 0;
	text-align:right;
}

.page_page_blog_next a, .page_page_blog_back a {
	display: inline-block;
    padding: 10px 20px;
    background: #222;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
	transition: 0.4s;
}

.page_page_blog_next a:hover, .page_page_blog_back a:hover {
	background: #e7c7c8;	
}

.page_page_blog_back {
	border-top: 1px solid #ddd;
    padding-top: 20px;	
}

/*** FILTER MOBILE ***/

#filter_mobile {
	position:fixed;
	top:0;
	left:-325px;
	width:320px;
	height:auto;
	z-index:100;
	background:#fff;
	height: 100%;
	box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
	overflow-x: hidden;
    overflow-y: auto;
}

.filter_mobile_head {
	padding:10px;
	width:100%;
	height:60px;	
}

#filter_mobile .param_desc_popup {
	display:none;
}

#filter_mobile_close {
	position: relative;
	float:left;
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    box-shadow: inset 0px 0px 0px -1px #f22;
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
}

#filter_mobile_close:before {
	width: 24px;
    height: 4px;
    background-color: #f22;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    transform: rotate(45deg);
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
}

#filter_mobile_close:after {
	width: 24px;
    height: 4px;
    background-color: #f22;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    transform: rotate(-45deg);
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
}

#filter_mobile_close:hover {
	box-shadow: inset 0px 0px 0px 6px #f22;
}

#filter_mobile_close:hover:before {
    transform: scale(0.7) rotate(45deg);
    transition-delay: 0.1s;
}

#filter_mobile_close:hover:after {
	transform: scale(0.7) rotate(-45deg);
    transition-delay: 0.1s;	
}

.filter_mobile_title {
	line-height:40px;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;	
	float:left;
	width:220px;
	margin-left:40px;
}

.filter_mobile_content {
	padding: 0 20px;
}

/*** CONTENT / LEFT / VOTE ***/

.box_vote_item_title {
	font-weight:700;
	margin-bottom:10px;
}

.box_vote_item {
	border-bottom:1px solid #ddd;
	line-height:18px;
	padding:5px 0;
}

.box_vote_item_left {
	float:left;
	width:15px;
	text-align:center;
}

.box_vote_item_right {
	float:left;
	width:calc(100% - 15px);
	text-align:left;
	padding:0 10px;	
}

.box_vote_item.input_checkbox {
	border:none;
	margin-top: 20px;
}

.input_checkbox .box_vote_item_right * {
	font-size:11px;
}

.box_vote_item_row {
	background:#ddd;
}

.box_vote_item_bar {
	height:20px;
	background:#e7c7c8;
	position:relative;	
}

.box_vote_item_bar_percent {
	color:#fff;
	font-weight:700;
	position:absolute;
	top:0;
	left:10px;
	line-height:20px;
	font-size:13px;	
}

.box_vote_button {
	width:fit-content;
	margin:10px auto 0 auto;
	text-align: center;
}

.box_vote_button input[type=submit]:disabled {
	background:#333!important;	
}

.box_vote_link {
	padding-top:10px;
	text-align:center;	
}

/*** CONTENT / RIGHT ***/

#right {
	float:right;
	width:100%;
}

#ud_cms_start #right {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}

#body_title {
	border-bottom:1px dotted #e8d5d6;
	margin-bottom:20px;
}

#body_title h1, #title_content {
	text-align:center;
	font-size:45px;
	line-height:55px;
	margin:0;
	font-family: 'Allura', cursive;	
}

#ud_cms_start #body_title h1 {
	text-align:center;
    margin-top: 30px;
}

#page_start_content p {
	margin-bottom:2em;
}

/*** CONTENT / NEWSLETTER ***/

#newsletter {
	background:#333;
	width:100%;
}

#newsletter_wrap {
	max-width:1200px;
	margin:0 auto;
	float:none;
	height:auto;
    text-align: center;
	padding:20px 0;
}

.newsletter_title:before {
	font-family:'FontAwesome';
	content:'\f003';
	color:#fff;
	font-size:32px;
	padding-right:20px;
	display: inline-block;
    vertical-align: top;
	line-height: 36px;
}

.newsletter_title {
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	text-align:left;
	display:inline-block;
	letter-spacing:2px;
	padding-left:20px;
	vertical-align:top;
	font-weight:700;
    white-space: nowrap;
	line-height:36px;
	margin:5px;
}

.newsletter_text {
	display:inline-block;
	vertical-align:top;
	color:#fff;
	padding:9px 20px;
	width:auto;
	max-width:50%;
	line-height:18px;
	letter-spacing:0.5px;
	margin:5px;
}

.newsletter_text > div {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	word-wrap: break-word;
}

.newsletter_text p {
	margin:0;
}

#box_newsletter_content {
	display:inline-block;
	vertical-align:top;
	width:auto;
	min-width: 50%;
	font-size:0px;
	position: relative;
}

.box_newsletter_field {
	display:inline-block;
	width:38%;
	margin:5px 1%;
}

.box_newsletter_field.newsletter_3 {
	width:24.6666%;
}
.box_newsletter_field.newsletter_1 {
	width:78%;
}

.box_newsletter_button {
	display:inline-block;
	width:18%;
	margin:5px 1%;
	margin-bottom:30px;
}

.box_newsletter_field input {
	border:none;
	width:100%;
}

.box_newsletter_button, .box_newsletter_button .text_button {
	display:inline-block;
	vertical-align:top;
}

.box_newsletter_button input {
	width:auto;
	background:#e7c7c8;
}

.box_newsletter_button input#box_newsletter_button_down {
	background:#aaa;
	color:#fff;
	margin-left:10px;
}

.box_newsletter_button input:hover {
	background:#333;
}

.box_newsletter_button input#box_newsletter_button_down:hover {
	color:#fff;
	background:#333;
}

.box_newsletter_privacy_policy {
	position: absolute;
	top:45px;
	left:10px;
}

.box_newsletter_privacy_policy .text_input_checkbox {
	display:inline-block;
	right:5px;
	top:5px;
}

.box_newsletter_privacy_policy label, .box_newsletter_privacy_policy label a {
	color:#FFF;
}

/*** CONTENT VOTE ***/

.page_vote_title {
	line-height:18px;
	padding:9px 0;
	text-transform:uppercase;
	text-align:center;
	background:#f1f1f1;
	letter-spacing:1px;
	margin-bottom:20px;
}

.page_vote_item {
	margin-bottom:40px;
}

.page_vote_item_left {
	float:left;
	width:15px;
    height: 18px;
	text-align:center;	
}

.page_vote_item_right {
	float:left;
	width:calc(100% - 15px);
	padding-left:10px;
	text-align:left;
}

.page_vote_item_opinion {
	width:30%;
	float:left;
}

.page_vote_item_bar {
	width:70%;
	float:left;
	position:relative;
}

.page_vote_item_bar_left {
	background:#ddd;
}

.page_vote_item_bar_left_center {
	height:18px;
	background:#e7c7c8;
}

.page_vote_item_bar_right {
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	line-height:18px;
	padding-left:10px;
	font-weight:700;
}

.page_vote_item_bar_yes {
	padding:5px 0;
	border-bottom:1px solid #f1f1f1;	
}

.page_vote_item input[type=submit] {
	margin-top:10px;
}

.page_vote_item input[type=submit]:disabled {
	background:#ccc;
}

#page_vote_content {
	margin-bottom:20px;
}

.page_vote_privacy_policy {
	padding-top:15px;
	padding-bottom:5px;
}

/*** FOOTER ***/

#footer {
	width:100%;
	height:auto;
	background-image: linear-gradient(#cb9897, #aa7474);
}

#footer_inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:40px 0 40px 0;
}

/*** FOOTER / MENU ***/

.footer_menu {
	float:left;
	width:20%;
	text-align:left;
	vertical-align:top;
	margin-left:3%;
}

.footer_menu:first-child {
	margin-left:0%;
}

.footer_menu ul {
	margin:0;
}

.footer_menu ul li {
	list-style:none;
	line-height:16px;
	padding-bottom:10px;
    box-sizing: content-box;
	color:#888;
}

.footer_menu strong {
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#333;
	display:block;
	margin-bottom:20px;	
}

.footer_menu ul li a {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

/*** FOOTER / CONTACT ***/

.footer_contact {
	width:31%;
}

.footer_contact li span#footer_address strong, .footer_contact li span#footer_mobile strong, .footer_contact li span#footer_phone strong, .footer_contact li span#footer_email strong {
	display:none;
}

.footer_contact li {
	padding-left:21px;
	position:relative;	
}

.footer_contact li span#footer_address, .footer_contact li span#footer_mobile, .footer_contact li span#footer_phone, .footer_contact li span#footer_email {
	display:inline-block;
	width:11px;
	text-align:center;
    line-height: 16px;
    box-sizing: content-box;
	position:absolute;
	top:0;
	left:0;
}

.footer_contact .em_replace {
	padding-right:0px;
}

.footer_contact li span#footer_address:before, .footer_contact li span#footer_mobile:before, .footer_contact li span#footer_phone:before, .footer_contact li span#footer_email:before {
	content:'';
	font-family:'FontAwesome';
	color:#888;
	font-size:13px;
	line-height:16px;
}

.footer_contact li span#footer_address:before {
	content:'\f041';	
}

.footer_contact li span#footer_mobile:before {
	content:'\f10b';
	font-size: 18px;	
}

.footer_contact li span#footer_phone:before {
	content:'\f095';	
}

.footer_contact li span#footer_email:before {
	content:'\f003';
	font-size: 11px;
}

/*** PROVIDER ***/

#provider {
	width:100%;
	background:#f1f1f1;
}

#provider_inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	height:24px;
    text-align: right;
}

#provider_content {
	max-width:10%;
	float:right;
}

/*** BREADCRUMB ***/

#breadcrumb {
	text-align:left;
	margin-bottom:0;
	padding:0 0 20px 0;
	background:transparent;
}

#breadcrumb > * {
	padding-right:10px;
}

#breadcrumb a, .breadcrumb_item {
	font-size:11px;
}

.breadcrumb_sep {
	font-size:0px;
}

.breadcrumb_sep:after {
	content:'\f105';
	font-family:'FontAwesome';
	font-size:14px;
	color:#666;
}

#breadcrumb .breadcrumb_main {
	font-size:0px;
}

#breadcrumb .breadcrumb_main:after {
	content:'\f015';
	font-family:'FontAwesome';
	font-size:14px;	
}

/*** PRODUCT TOOLTIP ***/

#page_PopupContainer_tooltip, #page_PopupContainer {
	width:100%;
	max-width:640px;
	background:rgba(0,0,0,0.2);
	padding:5px;
	max-height:680px;
}

#page_PopupContainer {
	overflow:hidden;
}

#page_PopupContainer_tooltip_inner, #page_PopupContainer_inner {
	background:#fff;
	padding:20px;
	position:relative;
	max-height: 660px;
	overflow-x:hidden;
	overflow-y:auto;
}

#page_PopupContainer_inner {
	padding:0;
	overflow-y:auto!important;
	overflow-x:hidden!important;
	max-height: 670px;
}

#page_PopupContainer_tooltip a.close, #page_PopupContainer a.close, #lightbox-close, .overlay_close a {
	position:absolute;
	right:25px;
	top:20px;
	display:block;
	width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
	z-index:11;
	opacity:1;
	box-shadow: inset 0px 0px 0px -1px #f22;
	transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
}

.overlay_close a {
	box-shadow: inset 0px 0px 0px -1px #fff;
}

#page_PopupContainer a.close, .overlay_close a {
	top:10px;
	right:15px;
}

#page_PopupContainer_tooltip a.close:hover, #page_PopupContainer a.close:hover, #lightbox-close:hover {
    box-shadow: inset 0px 0px 0px 6px #f22;
}

.overlay_close a:hover {
	box-shadow: inset 0px 0px 0px 6px #fff;	
}

#overlay_close .close {
	display: none !important;
}

#page_PopupContainer_tooltip a.close:before, #page_PopupContainer a.close:before, #lightbox-close:before, .overlay_close a:before {
    width:24px;
    height:4px;
    background-color:#f22;
	content:'';
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-12px;
    margin-top:-2px;
    transform: rotate(45deg);
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
}

#page_PopupContainer_tooltip a.close:after, #page_PopupContainer a.close:after, #lightbox-close:after, .overlay_close a:after {
    width:24px;
    height:4px;
    background-color:#f22;
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-12px;
    margin-top:-2px;
    transform:rotate(-45deg);
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
}

.overlay_close a:before, .overlay_close a:after {
	background-color:#fff;	
}

#page_PopupContainer_tooltip a.close:hover:before, #page_PopupContainer a.close:hover:before, #lightbox-close:hover:before, .overlay_close a:hover:before {
	transform:scale(0.7) rotate(45deg);
	transition-delay:0.1s;
}

#page_PopupContainer_tooltip a.close:hover:after, #page_PopupContainer a.close:hover:after, #lightbox-close:hover:after, .overlay_close a:hover:after {
	 transform: scale(0.7) rotate(-45deg);
	 transition-delay:0.1s;
}

.page_tooltip_name_1 {
	height:40px;
	text-align:left;
	width: calc(100% - 60px);
	margin-top: 5px;
	overflow:hidden;
}

.page_tooltip_name_1 h1 {
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:1px;
	line-height:20px;
	margin:0;
}

.page_tooltip_content_inner_left {
	float:left;
	width:45%;
	margin-right:5%;
	position:relative;
}

.page_tooltip_content_inner_right {
	float:left;
	width:50%;
}

.page_tooltip_content_inner_left a img:hover {
	opacity:0.6;
}

.page_tooltip_price_save {
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:50%;
	background:#fff;
	color:#f22;
	font-size:12px;
	font-weight:700;
	text-align:center;
	line-height:30px;
	margin:0 2px 10px 2px;
	vertical-align: top;
	border:5px solid #f22;
}

.page_tooltip_status_new {
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:50%;
	background:#fff;
	color:#333;
	font-size:12px;
	font-weight:700;
	text-align:center;
	line-height:30px;
	margin:0 2px 10px 2px;
	text-transform:lowercase;
	vertical-align: top;
	border:5px solid #333;
}

.page_tooltip_stock_available {
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:50%;
	background:#fff;
	color:#af0;
	font-size:0px;
	margin:0 2px 10px 2px;
	vertical-align: top;
	border:5px solid #af0;
}

.page_tooltip_stock_available:before {
	content:'\f00c';
	font-family:'FontAwesome';
	color:#af0;
	font-size:18px;
	display: inline-block;
    width: 30px;
	height:30px;
    text-align: center;
    line-height: 30px;
}

.page_tooltip_stock_unavailable {
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:50%;
	background:#fff;
	font-size:0px;
	margin:0 2px 10px 2px;
	vertical-align: top;
	border:5px solid #f22;
}

.page_tooltip_stock_unavailable:before {
	content:'\f00d';
	font-family:'FontAwesome';
	color:#f22;
	font-size:18px;
	display: inline-block;
    width: 30px;
	height:30px;
    text-align: center;
    line-height: 30px;
}

.page_tooltip_separator {
	width:100%;
	height:1px;
	background:#ddd;
    margin: 10px 0 20px 0;	
}

.page_tooltip_pic_1 table {
	width:100%;
	text-align:center;	
}

#page_tooltip_rovleir {
    max-height: 7em;
    overflow: hidden;
    line-height: 1.4em;
	text-align:justify;
	position:relative;
	margin-bottom:20px;
}

#page_tooltip_rovleir p {
	margin:0;	
}

#page_tooltip_rovleir #page_tooltip_rovleir_cover {
	position:absolute;
	top:73px;
	right:0;
	width:100%;
	height:18px;
	display:block;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.page_tooltip_price_net {
	font-size:20px;
	letter-spacing:1px;
	text-align:left;
	font-weight:700;
	line-height:20px;	
}

.page_tooltip_price_net .text_style_line {
	font-size:16px;
	text-decoration:line-through;
	letter-spacing:0.5px;
	font-weight:400;
}

.page_tooltip_price_akcio {
	font-size:20px;
	color:#f22;
	letter-spacing:1px;
	text-align:left;
	font-weight:700;
	line-height:20px;	
}

#page_tooltip_content_inner_right_functions {
	width:100%;
	margin-top:20px;
}

.page_tooltip_cart_nostock {
    height: 36px;
	font-size:0px;
	width:20%;
	border-right:1px solid #ddd;
}

.page_tooltip_cart_nostock:after {
	content:'\f291';
	font-family:'FontAwesome';
	font-size: 22px;
    line-height: 36px;
	color:#ccc;
}

.page_tooltip_akcio {
	font-size:11px;
	text-align:left;
}

.tooltip_icon {
	float:right;
	position:relative;
}

#page_tooltip_cart {
	width:40%;
}

.page_tooltip_func_det, .page_tooltip_func_fav, .page_tooltip_func_compare {
    width: 20%;
    border-left: 1px solid #ddd;
}

.page_tooltip_func_det {
	border:none;
}

.tooltip_icon .artdet_tooltip {
    background: #e7c7c8;
    border-radius: 4px;
    position: absolute;
    visibility: hidden;
    left: 50%;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 22px;
    width: auto;
    height: auto;
    top: 0;
    z-index: 2;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    overflow: visible;
    white-space: nowrap;
    display: inline-block;
    clear: both;
    opacity: 0;
    transform: translate(-50%,-100%);
    transition: all 0.3s ease;
}

.tooltip_icon .artdet_tooltip:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #e7c7c8;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.tooltip_icon.short:hover .artdet_tooltip, #page_tooltip_cart_input:hover .artdet_tooltip, #page_tooltip_cart_button:hover .artdet_tooltip {
    visibility: visible;
    top: -20px;
    opacity: 1;
}

.page_tooltip_cart_nostock .artdet_tooltip, .page_tooltip_cart_nostock .artdet_tooltip:after {
	background:#f22;	
}

.page_tooltip_func_compare .artdet_tooltip {
	left: -10px;	
}

.page_tooltip_func_compare .artdet_tooltip:after {
	left:78%;	
}

#page_tooltip_cart_input span.cart_input_unit {
	display:none;
}

#page_tooltip_cart_input span, .page_tooltip_qtybuttons {
	float:left;
}

#page_tooltip_cart_input span {
	width: calc(100% - 20px);
}

#page_tooltip_cart_input input {
	width: 100%;
    padding: 0;
    text-align: center;
	border-right:none;
	font-weight:700;
}

.page_tooltip_qtybuttons {
	width:20px;
}

#page_tooltip_cart .qtyplus, #page_tooltip_cart .qtyminus {
	font-family:'FontAwesome';
	background:#fff;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	color:#333;
	height: 18px;
    float: left;
    width: 20px;
    padding: 0;
    font-size: 11px;
}

#page_tooltip_cart .qtyplus:hover, #page_tooltip_cart .qtyminus:hover {
	color:#e7c7c8;	
}

#page_tooltip_cart .qtyminus {
	border-top:0;
	border-bottom:1px solid #ddd;
}

button.qtyplus.qty_disable, button.qtyminus.qty_disable {
	color:#ccc!important;
}

#page_tooltip_cart_input, #page_tooltip_cart_button {
	float:left;
	width:50%;
	position:relative;
}

#page_tooltip_cart_button {
	background:#e7c7c8;
	transition:0.4s;
}

#page_tooltip_cart_button:hover {
	background:#333;
}

#page_tooltip_cart_button a, .page_tooltip_func_det a, .page_tooltip_func_fav a {
	font-size:0;
	display: block;
}

#page_tooltip_cart_button a:after {
	color:#fff;	
}

#page_tooltip_cart_button a:after, .page_tooltip_func_det a:after, .page_tooltip_func_fav a:after, .page_tooltip_func_compare a:after {
	content:'\f291';
	font-family:'FontAwesome';
	font-size:22px;
	line-height:36px;	
}

.page_tooltip_func_det a:after {
	content:'\f06e';
	font-size:28px;
}

.page_tooltip_func_fav a:after {
	content:'\f08a';
	font-size:24px;
}

#page_tooltip .page_tooltip_func_fav a:before {
	display:none;
}

.page_tooltip_func_compare a:after {
	content:'\f080';
	font-size:24px;
}

#page_tooltip .page_tooltip_func_compare a:before {
	display:none;	
}

.page_tooltip_func_fav a.remove_favourites:after {
	color:#f22;
	content:'\f004'
}

.page_artdet_func_compare_checked:after {
	color:#f22;
}

#page_tooltip .page_artdet_func_icon {
	width:auto;
	height:auto;
	border-radius:0;
	box-shadow:none;	
}

#page_artdet_egyebtul {
	margin-bottom:20px;
	text-align:left;
}

#page_tooltip_price {
	padding: 10px 20px;
    background: rgba(0,0,0,0.06);
	width:100%;	
}

#page_tooltip_params {
	margin-bottom:20px;
}

#page_tooltip_params > .page_tooltip_param_spec_item {
    width:100%;
	display:none;
}

#page_tooltip_params > .page_tooltip_param_spec_item:nth-child(-n+6) {
	display:table;
	
}

#page_tooltip_params > .page_tooltip_param_spec_item div {
	padding: 5px 10px;
	text-align:left;
	width:60%;
	font-weight:700;
	vertical-align:middle;
	float:left;
}

#page_tooltip_params .page_tooltip_param_spec_item table td {
	padding:0;
	width:100%;
}

#page_tooltip_params .page_artdet_product_param_color {
	width:32px;
	height:32px;
}

#page_tooltip_params > .page_tooltip_param_spec_item div:first-child {
	width:40%;
	font-weight:400;
}

#page_tooltip_params > .page_tooltip_param_spec_item:nth-child(2n-3) {
	background:rgba(0,0,0,0.04);
}

.page_tooltip_select label {
	width:35%;
	display: inline-block;
    text-align: left;
	padding-left:10px;
	vertical-align:top;
	line-height:36px;
	margin:0;
}

.page_tooltip_select .text_select {
	width:65%;
	display: inline-block;
    text-align: left;
	vertical-align:top;
}

.page_tooltip_select .text_select select {
	width:100%;
}

.page_tooltip_select {
    margin-bottom: 10px;
	font-size: 0px;
}

.page_tooltip_pic_1 .slider-for, .page_tooltip_pic_1 .slider-for img {
	max-height:266px;
}

.page_tooltip_pic_1 .slick-slide img {
	display:inline-block;
	padding:0 5px;
	cursor:pointer;
}

.page_tooltip_pic_1 .slider-for .slick-slide img {
	padding:0;
}

.page_tooltip_pic_1 .slider-nav .slick-slide img {
	max-height:80px;
}

.page_tooltip_pic_1 .slick-initialized .slick-slide {
	display:inline-block;
	vertical-align:middle;
}

.page_tooltip_pic_1 .slick-slide {
	float:none;
}
	
.page_tooltip_pic_1 .slick-prev, .page_tooltip_pic_1 .slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width:16px;
    height:20px;
	transform:translateY(-50%);
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.page_tooltip_pic_1 .slick-prev {
    left: -16px;
}

.page_tooltip_pic_1 .slick-next {
    right: -16px;
}

.page_tooltip_pic_1 .slick-prev:before, .page_tooltip_pic_1 .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color:#333;
	content:'\f053';
	display:inline-block;
	width:16px;
	text-align:center;
	line-height:20px;
	transition:all 0.4s ease;
}

.page_tooltip_pic_1 .slick-prev:hover:before, .page_tooltip_pic_1 .slick-prev:active:before, .page_tooltip_pic_1 .slick-next:hover:before, .page_tooltip_pic_1 .slick-next:active:before {
	color:#e7c7c8;
}

.page_tooltip_pic_1 .slick-next:before {
	content:'\f054';	
}

.page_tooltip_pic_1 .slick-dots, .page_tooltip_pic_1 .slick-dots li {
	height:8px;
}

.slick-dots {
	margin-top:10px;
}

.page_tooltip_pic_1 .slick-dots li {
	list-style:none;
	display:inline-block;
}

.page_tooltip_pic_1 .slick-dots li button {
	margin:0 8px;
	font-size:0px;
	border-radius:50%;
	width:8px;
	height:8px;
    padding: 0;	
}

.page_tooltip_pic_1 .slider-nav {
	margin-top:20px;	
}

#page_PopupContainer_tooltip .select {
	width:100%;
	height:36px;
}


/*** LIGHTBOX ***/

#lightbox-wrap {
	border-radius:0px;
	box-shadow:none;
	background:rgba(0,0,0,0.2);
	padding:0px;
	margin:20px;
}

#lightbox-outer {
	border-radius:0px;
	box-shadow:none;
	background:#fff;
	margin:5px;
	width:auto;
	height:auto;
}

#lightbox-content {
	border-radius:0px;
	border:none;		
}

#lightbox-wrap, #lightbox-wrap a, #lightbox-wrap img {
	box-sizing:initial!important;
}

#lightbox-close {
	box-shadow:none;
	background:transparent;
    top: 0;
    right: -56px;
}

#lightbox-close:hover {
	background:transparent;
}

#lightbox-close span {
	background:none;
}

#lightbox-left {
	left: 0;
    top: 0;
    bottom: 0;
    width: 48%;
	background:none;
}

#lightbox-right {
	left:auto;
	right: 0;
    top: 0;
    bottom: 0;
    width: 48%;
	background:none;
}

#lightbox-left:hover, #lightbox-right:hover {
	background:none;
}

#lightbox-left span, #lightbox-right span {
	display:none;
}

#lightbox-left:before, #lightbox-right:before {
	content:'\f104';
	font-family:'FontAwesome';
	color:#333;
	font-size:40px;
	position:absolute;
	transform:translateY(-50%);
	top:50%;
	left:20px;
	transition:0.4s;
}

#lightbox-right:before {
	left:auto;
	right:20px;
	content:'\f105';
}

#lightbox-left:hover:before, #lightbox-right:hover:before { 
	color:#0257d8;
}

/*** FORUM ***/

.page_forum_topic_head_title {
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	background:#333;	
}

.page_forum_topic_topic {
	width:100%;
	height:40px;
	line-height:40px;
	background:#f1f1f1;
	margin-bottom:2px;
	text-align:left;
	padding:0 10%;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

.page_forum_newtopic {
	margin-top:20px;
}

.page_forum_newtopic > span {
	display:inline-block;
	vertical-align:top;
	margin:0 1% 10px 1%;
}

.page_forum_newtopic .text_title {
	line-height:36px;
	text-transform:uppercase;
}

/*** PAGING ***/

.paging {
	margin:0;
	text-align: center;
}

.paging_left, .paging_num, .paging_right {
	float:left;
	width:10%;
}

.paging_num {
	width:80%;	
}

.paging_num.mobile {
	display:none;
}

.paging_left, .paging_right {
	font-size: 30px;
    line-height: 28px;
	text-align:left;
	height: 28px;
}

.paging_left a {
	float:left;
}

.paging_right a {
	float:right;
}

.paging_left a:after, .paging_right a:after {
	content: '';
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 28px;	
}

.paging_left a:after {
	    content: '\f104';
}

.paging_right a:after {
	    content: '\f105';
}

.page_select_normal a, .page_select_active {
	display: inline-block;
    height: 28px;
    line-height: 28px;
    width: auto;
    min-width: 28px;
    margin: 2px;
    padding: 0 5px;
}

.page_select_active {
	background:#f1f1f1;
}

.page_select_normal a:hover {
	color:#fff;
	background:#e7c7c8;	
}

/*** FORUM / FORUM POST ***/

.page_forum_newnote {
	background:#f1f1f1;
	margin-top:40px;
}

#page_forum_topic_content #page_headbutton {
	text-align:right;
}

.page_forum_newnote #page_header, .page_forum_topic_title {
	height:40px;
	line-height:40px;
	text-align:center;
	background:#333;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;	
}

.page_forum_topic_title {
	margin-top:20px;
}

.forum_sendpost_col1 {
	float: left;
    width: 35%;
    padding: 0 5% 0 0;
    line-height: 36px;
    text-align: right;
}
.page_forum_newnote_privacy_policy .forum_sendpost_col1 {
	width: 100%;
	padding:0px;
	text-align: center;
}
.page_forum_newnote_privacy_policy .forum_sendpost_col1 .text_input_checkbox {
	top:5px;
	right:5px;
	display: inline-block;
}

.forum_sendpost_col2 {
	float: left;
    width: 65%;
    padding: 0;
    text-align: left;	
}

.page_design_fault .forum_sendpost_col1, .page_design_fault .forum_sendpost_col2 {
	padding-top:5px;
	padding-bottom:5px;
    background: #f22;
}

.page_design_fault .forum_sendpost_col2 {
	padding-left:5px;
}

.page_design_fault .forum_sendpost_col1, .page_design_fault .forum_sendpost_col1 a {
    color: #fff;
}

.page_forum_newnote [type=text], .page_forum_newnote textarea {
	width:80%;	
}

.page_forum_newnote textarea {
	height:10em;
}

.page_forum_newnote_name {
	margin-top:40px;
}

.page_forum_newnote_button {
	padding:15px 0 40px 0;
}

.page_artforum_element_head {
	height:auto;
	line-height:18px;
	text-align:left;
	background:#f1f1f1;
	width:100%;
	padding:0 20px;
	margin-top:20px;
}

.page_artforum_element_head_left, .page_artforum_element_head_right {
	float:left;
}

.page_artforum_element_message {
	text-align:justify;
	padding:10px 20px;
}

/*** PAGE CALENDAR ***/

.page_calendar_title {
	height:36px;
	background:#f1f1f1;
	line-height:36px;
	text-align:left;
	margin-bottom: 1px;
}

.page_calendar_date {
	float:left;
	padding:0 20px;
}

.page_calendar_name {
	float:left;
	padding:0 20px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}

.page_calendar_message {
	text-align:justify;
	padding:20px;
}

/*** POPUPLIST ***/

.page_popuplist_item {
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;	
}

.page_popuplist_item:last-child {
	border:none;
}

.page_popuplist_table {
	width:100%;
}

.page_popuplist_left {
	width:40%;
}

.page_popuplist_right {
	width:60%;
}

.page_popuplist_name a {
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;	
}

.page_popuplist_cart a {
	display:block;
	width:160px;
	height:auto;
	line-height:14px;
	background:#333;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;	
	margin:0 auto;
	padding:11px 0;
}

.page_popuplist_cart a:hover {
	background:#e7c7c8;	
}

.page_popuplist_cart a:before {
	content:'\f291';
	font-family:'FontAwesome';
	color:#fff;
	font-size:10px;	
}

.page_popuplist_price {
	font-size:16px;
	font-weight:700;
	height:auto;
	line-height:20px;
    margin: 10px 0;
}

.page_popuplist_price_akcio {
	color:#f22;
}

.page_popuplist_price .text_style_line {
	font-weight:400;
	font-size:13px;	
}

.page_popuplist_variant .text_select_label, .page_popuplist_variant .text_select {
	float:left;
}

.page_popuplist_variant_items .text_select_label {
	line-height:24px;
	margin-right:3%;
	font-size:11px;
	width:23%;
	text-align:right;
	overflow:hidden;
}

.page_popuplist_variant_items .text_select {
	width:50%;	
}

.page_popuplist_right .page_popuplist_name {
	height:40px;
	margin:5px 0;
	line-height:20px;	
}

.page_popuplist_variant .select {
	width:100%;
	height:24px;
}

.page_popuplist_variant .select .select-styled {
	white-space:nowrap;
	overflow:hidden;
	font-size:11px;
	padding:0 10px;	
	height:24px;
	line-height:24px;
}

.page_popuplist_variant .select .select-styled:after {
	font-size:18px;
}

.page_popuplist_variant_inner {
    display: table-cell;
    vertical-align: bottom;
}

.page_popuplist_variant_items {
	width:100%;
	position:relative;
}

.page_popuplist_variant .select-options li {
	font-size:11px;
	padding:5px 10px;	
}

.page_popuplist_left img:hover {
	opacity:0.6;
}

/*** POPUPCONTAINER ***/

#page_PopupConatiner_content {
	position:relative;
	padding-top:50px;
}

.popup_title {
	line-height:18px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
	background:#333;
    text-align: center;
    padding: 16px 50px;
}

#popup_up_content .page_popuplist_item {
	margin-bottom: 0;
    padding-top: 20px;	
}

.popup_title_button a {
	display:block;
	position:absolute;
	top:50%;
	left:10px;
	height:36px;
	background:#e7c7c8;
	width:auto;
	padding:0 20px;
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	text-align:center;
    line-height: 36px;
    transform: translateY(-50%);
	-webkit-backface-visibility: hidden;
}

.popup_title_button2 a {
	display:block;
	height:36px;
	background:#e7c7c8;
	width:auto;
	padding:0 20px;
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	text-align:center;
    line-height: 36px;
	margin: 10px 0 0 35%;
}

.popup_title_button a:hover, .popup_title_button2 a:hover {
	background:#333;
}

/*** RESPONSIVE CAT MENU ***/

#responsive_cat_menu {
	position:fixed;
	top:0;
	left:-325px;
	z-index:100;
	background:#efdbda;
	width:320px;
	height:100%;
    box-shadow: 0 0 0 5px rgba(239,219,218,0.2);
	overflow-y:auto;
	overflow-x:hidden;
}

.responsive_menu_nav {
	position:relative;
}

.responsive_menu_navtop {
	padding:0px;
	width:100%;
	height:0;
	background:#fff;
}

.responsive_menu_back {
	display:block;
	width:30px;
	height:30px;
	background:transparent;
	color:#fff;
	transition:0.4s;
	position:absolute;
	bottom:7px;
	left:15px;
}

.black_active .responsive_menu_back {
	border:4px solid #333;
	border-radius:50%;
	cursor:pointer;	
}

.black_active .responsive_menu_back:active  {
	border-color:#e7c7c8;
}

.responsive_menu_back:before {
	font-family:'FontAwesome';
	content:'\f106';
	color:#333;
	font-size:18px;
	text-align:center;
	line-height:20px;
	display:none;
}

.black_active .responsive_menu_back:active:before {
	color:#e7c7c8;
}

.black_active .responsive_menu_back:before {
	display:block;
}

.responsive_menu_title  {
	display:none;
}

.responsive_menu_close {
	position: absolute;
	top:10px;
	right:10px;
    display:block;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    box-shadow: inset 0px 0px 0px -1px #f22;
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
}

.responsive_menu_close:before {
	width: 24px;
    height: 4px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    transform: rotate(45deg);
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;
}

.responsive_menu_close:after {
	width: 24px;
    height: 4px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    transform: rotate(-45deg);
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 0.2s;	
}

.responsive_menu_close:hover {
    box-shadow: inset 0px 0px 0px 6px #e7c7c8;	
}

.responsive_menu_close:hover:before {
	transform: scale(0.7) rotate(45deg);
    transition-delay: 0.1s;
}

.responsive_menu_close:hover:after {
	transform: scale(0.7) rotate(-45deg);
    transition-delay: 0.1s;
}

.responsive_menu_navbottom {
	background:#e7c7c8;
	padding:10px 20px;
	min-height:60px;
	width:100%;
	clear:both;
	display:block!important;
	font-size:0px;
}

.responsive_menu_navbottom > span {
	display:block;
}

.responsive_menu_navbottom > span a {
	font-size:12px;	
}

.responsive_menu_navbottom > span:nth-child(2) {
	margin-left:40px;
}

.responsive_menu_navbottom > span:nth-child(4) {
	margin-left:50px;
}

.responsive_menu_navbottom > span:nth-child(6) {
	margin-left:60px;
}

.responsive_menu_navbottom > span:nth-child(8) {
	margin-left:70px;
}

.responsive_menu_navbottom > span:nth-child(10) {
	margin-left:80px;
}

.responsive_menu_navbottom > span:nth-child(12) {
	margin-left:90px;
}

.responsive_menu_navbottom > span:nth-child(14) {
	margin-left:100px;
}

.responsive_menu_navbottom > span:nth-child(16) {
	margin-left:110px;
}

.responsive_menu_navbottom > span:nth-child(18) {
	margin-left:120px;
}

.responsive_menu_navbottom > span:nth-child(20) {
	margin-left:130px;
}

.parentcat, .actcat {
	text-align:left;
	line-height:14px;
	padding:5px 0 5px 15px;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
}

.parentcat {
	cursor:pointer;
	color:#e7c7c8;
}

span.maincat {
	font-size:0px;
    margin-left: 18px;
    padding-bottom: 0;
}

.maincat:before {
	content:'\f015';
	font-family:'FontAwesome';
	cursor:pointer;
	color:#e7c7c8;
	font-size:18px;
}

.parentcat:not(.maincat):before, .actcat:before {
	content:'';
	display:block;
	vertical-align:top;
	height:8px;
	width:2px;
	background:#ccc;
	position:absolute;
	top:4px;
	left:0;
}

.parentcat:not(.maincat):after, .actcat:after {
	content:'';
	display:block;
	vertical-align:top;
	height:2px;
	width:8px;
	background:#ccc;
	position:absolute;
	top:12px;
	left:0;
}

.responsive_menu_navbottom .parent_div {
	display:none;
}

#responsive_cat_menu ul li {
	list-style:none;
	text-align:left;
	background-color:#efdbda;
}

#responsive_cat_menu .ajax_param {
	display:none;
}

#responsive_cat_menu ul li a {
	display:block;
	width:100%;
	height:auto;
    min-height: 38px;
	line-height:16px;
	padding:10px 30px;
	border-bottom:1px solid #efd3d2;
	letter-spacing:0.5px;
	text-transform:uppercase;
	color:#c99594;
}

#responsive_cat_menu ul li li a {
	padding:10px 40px;
}

.responsive_menu_sub {
	display:none;
}

.next_level_arrow {
	display:block;
	float:right;
	padding-right:20px;	
}

.next_level_arrow:after {
	content:'\f105';
	font-family:'FontAwesome';
	font-size:24px;
	line-height:36px;
}

.responsive_menu_content {
	position:relative;
	width: 100%;
    overflow: hidden;
}

ul.responsive_menu, ul.responsive_menu ul.responsive_menu_sub {
	width:320px;
	position:absolute;
	background:#fff;
	top:0;
	left:320px;
}

ul.responsive_menu {
	left:0;
}

.responsiv_menu_text {
	padding:20px;
	text-align:center;
}

/*** PAGE REG 1 ***/

.newcust_section {
	background:#f1f1f1;
	margin-bottom:40px;
	width:100%;
	padding-bottom:20px;
}

#newcust_checkbox.newcust_section {
	padding-bottom: 0px;
}

#newcust_checkbox .newcust_row {
	padding-bottom:0px;
}

.page_headtext {
	background:#333;
	min-height:40px;
	line-height:18px;
	padding:11px 0;
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
	letter-spacing:1px;
	text-align:center;
}

.page_design_fault_out {
	display:table;
	width:100%;
	height:auto;
	margin-top:10px;
}

#newcust_checkbox .page_design_fault_out {
	margin-top:0px;
}

.newcust_col1 {
	width:35%;
	padding:0 5% 0 0;
	text-align:right;
	min-height:36px;
	display:table-cell;
	vertical-align:middle;
	line-height:14px;
}

.newcust_col2 {
	display:table-cell;
	width:65%;
	padding:0;
	text-align:left;
}

.page_newcust_input [type=text], .page_newcust_input [type=password] {
	width:80%;	
}

.page_newcust_input [type=text].page_input_width_phone_country {
	width:15%;
	min-width:60px;
	text-align:center;
	padding:0 10px;	
}

.page_newcust_input [type=text].page_input_width_phone {
	width:63%;	
}

.newcust_col2 .select {
	width:80%;	
}

.newcust_col2 table {
	height:36px;
}

.newcust_col2 table td {
	vertical-align:middle;
}

.newcust_col3 table {
	height:36px;
	text-align:left;
}

.newcust_col3 table td {
	padding:10px 20px 10px 20px;	
}

.page_design_fault_text {
	color:#f22;
	display:table-caption;
}

.page_design_fault .newcust_col1, .page_design_fault .newcust_col2, .page_design_fault .newcust_col3 {
	padding-top:5px;
	padding-bottom:5px;
	background:#f22;
}

.page_design_fault .newcust_col1, .page_design_fault .newcust_col1 a, .page_design_fault .newcust_col2, .page_design_fault .newcust_col2 a, .page_design_fault .newcust_col3, .page_design_fault .newcust_col3 a {
	color:#fff;	
}

#button_del {
	background:#ccc;	
}

#button_del:hover {
	background:#e7c7c8;
}

#page_reg_content #tab2_reg, #page_reg_ok_content #tab2_reg, #page_reg_content #page_tabs_outer, #page_reg_ok_content #page_tabs_outer {
	margin-bottom:40px;
}

/*** PAGE HELP ***/

#page_help_tabs {
	margin-bottom:20px;
	width:100%;
}

.page_help_tab  {
	display:inline-block;
	padding:9px 10px;
	cursor:pointer;
	transition:0.4s;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:0.5px;
}

.page_tab_active {
	color:#e7c7c8;
}

.page_help_tab:hover {
	background:#e7c7c8;
	color:#fff;
}

#page_help_icon {
	text-align:right;
}

.page_help_icon_print, .page_help_icon_pdf {
	font-size:16px;
	background:#333;
	color:#fff;
	height:36px;
	line-height:36px;
	width:36px;
	text-align:center;
	display:inline-block;	
}

.page_help_icon_print:hover, .page_help_icon_pdf:hover {
	color:#fff;
	background:#e7c7c8;
}

.page_help_title {
	line-height:36px;
	border:1px solid #ddd;
	padding:0 2%;
	margin:30px 0 20px 0;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	text-align:left;	
}

.page_help_content {
	text-align:justify;
}

.page_help_content h2 {
	font-weight:700;
	margin:0 5%;
}

.page_help_tab_content {
	text-align: justify;
}

/*** MOD ***/
#sb-body, #sb-loading {
	background-color:#FFF;
}

#ud_cms_start #content_wrap_nobox {
	padding:0;	
}

#ud_cms_start .page_content_item {
	max-width:1200px;
	margin:0 auto;	
}

#page_content_133980.page_content_item, #page_content_134214.page_content_item, #page_content_136280.page_content_item, #page_content_136289.page_content_item {
	max-width:100%;
	background-image: linear-gradient(#e7c7c8, #cb9897);
	text-align:center;
	padding-bottom:25px;
	margin-top:30px;	
}

#page_content_133980.page_content_item .page_txt, #page_content_134214.page_content_item .page_txt, #page_content_136280.page_content_item .page_txt, #page_content_136289.page_content_item .page_txt {
	max-width:1200px;
	margin:0 auto;	
}

#page_content_134223, #page_content_136292 {
	text-align:center;
	padding:20px 0 20px 0;	
}

.start_box_pic {
	max-width:150px;
	height:auto;
	display:inline-block;
	font-size:0;
	margin:5px 1% 5px 1%;	
	padding:0;
	line-height:40px;
}

.start_box_pic img {
	border-radius:50%;	
}

.start_box_pic img:hover {
	opacity:0.9;	
}

.start_box_pic a {
	color:#cc9a99;	
}

.start_box_text {
	display:inline-block;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Allura', cursive;
    height: 40px;
	margin:5px 1% 5px 1%;
	width:150px;
}

.start_box_element {
	width:100%;	
}

.start_next_button {
	text-align:center;	
}

.start_next_button a {
	display:inline-block;
	margin:0 auto;
	width:auto;
	height:35px;
	line-height:35px;
	color:#FFF;
	background-image: linear-gradient(#e7c7c8, #cb9897);
	border-radius:5px;
	font-size:14px;
	text-transform:uppercase;
	padding:0 15px 0 15px;
	margin-top:10px;
	transition:all 0.4s ease;
	letter-spacing:0.5px;	
}

.start_next_button a:hover {
	background-image: linear-gradient(#cb9897, #e7c7c8);
	transition:all 0.4s ease;	
}

#ud_no #body_title {
	display:none;	
}

#footer_privacy {
	color:#FFF;	
}

#footer_social {
	text-align:center;
	margin-bottom:10px;	
}

#footer_social a {
	font-size:0;	
}

#footer_social a::before {
	font-family:'FontAwesome';
	font-size:24px;
	color:#fff;
	line-height:36px;
	transition:color 0.4s;
}

#footer_social ul li {
	list-style-type:none;	
	display:inline-block;
	padding:0 10px;	
}

#footer_social ul li#fb a::before {
	content:'\f09a';	
}

#footer_social ul li#insta a::before {
	content:'\f16d';	
}

#footer_social ul li#mail a::before {
	content:'\f003';	
}

/* Szelfibox */
#szelfibox_container {
	font-size:0;	
}

.szelfibox_element {
	width:30.33%;
	margin:0 1.5% 0 1.5%;
	height:auto;
	display:inline-block;
	text-align:center;
	vertical-align:top;	
}

.szelfixbox_element_pic img {
	border-radius:50%;
	max-width:185px;
	height:auto;	
}

.szelfibox_element_text_title {
	text-align: center;
    font-size: 28px;
    line-height: 50px;
    font-family: 'Allura', cursive;		
}

.szelfibox_element_text ul li {
	list-style-type:none;
	font-size:14px;
	line-height:28px;	
}

/*** RESPONSIVE BREAKPOINTS ***/

@media only screen and (max-width:1240px) {
	#header_content_right {
		right:20px;
	}
	#header_top_wrap .col-sm-2 {
		display:none;	
	}
	#header_top_wrap .col-sm-4 {
		width: 33.33333333%;
		float:left;
	}
	#header_top_wrap .col-sm-6 {
		width: 66.66666666%;
		float:left;
		padding-right:15px;
	}
	#mainmenu > li > a {
		padding:0 10px;	
	}
	.catmenu_lvl2 > a {
		font-size:11px;	
	}
	#footer_inner {
		padding:40px;
	}
	#lightbox-close {
		top: 10px;
		right: 10px;
		z-index: 1200;	
	}
}

@media only screen and (max-width:1206px) {
	#cart {
		width:28px;
		margin-right: 20px;
	}
	#box_cart_content_full {
		padding:0;	
	}
	#box_cart_content_full .box_cart_item, #box_cart_content_full .box_cart_price {
		display:none;
	}
	.box_cart_item_icon {
		display:block;	
	}
	#search .box_search_field input {
		width:206px;
	}
}

@media only screen and (max-width:999px) {
	#mainmenu, #cart, #search {
		display:none;	
	}
	#search {
		position:absolute;
		left:0;
		top:225px;
		width:100%;
		height:50px;
		text-align: center;
	}
	#search.search_fixed {
		position:fixed;
		z-index:100;
		top:50px;	
	}
	#box_search_content {
		display: inline-block;
		width:50%;
		min-width:250px;
		margin-top:7px;
		vertical-align: top;
	}
	#search .box_search_field {
		width:100%;
	}
	
	#search .box_search_field input {
		width:100%;
	}
	#mobile_mainmenu {
		display:block;
	}
	#header_banner {
		right:20px;
		left:auto;	
	}
	#newsletter_wrap {
		height:auto;
		padding-bottom:30px;
	}
	.newsletter_title, #box_newsletter_content {
		display:block;
		float:none;
		padding:0;
		text-align:center;
	}
	.newsletter_text {
		display:block;
		float:none;
		height:auto;
		max-width:none;
		margin-bottom:20px;
	}
	.newsletter_text > div {
		text-align:center;
		width:100%;
		display:block;
	}
	#box_newsletter_content form {
		display:inline-block;	
	}
	#box_newsletter_content form > div {
		margin-top:0;
		margin-bottom:10px;
	}
	.box_newsletter_button {
		margin-bottom: 30px !important;
	}
	.box_newsletter_privacy_policy {
		width:100%;
		text-align: center;
	}
	.footer_menu {
		width:48%;
		margin-left:4%;
	}
	.footer_menu:nth-child(2n-3) {
		margin-left:0;	
	}
	.footer_menu:nth-child(n+3) {
		margin-top:30px;
	}
	#footer_inner > div:nth-child(2n+1) {
		clear:both;
	}
	.overlay_error, .overlay_warning, .overlay_info, .overlay_ok, .overlay_dialog {
		width:80%;	
	}
	.slider-pro p.sp-layer.sp-big, .slider-pro p.sp-layer.sp-big a {
		font-size:48px;
	}
	.slider-pro p.sp-layer.sp-medium, .slider-pro p.sp-layer.sp-medium a {
		font-size:30px;
	}
	.slider-pro p.sp-layer.sp-small, .slider-pro p.sp-layer.sp-small a {
		font-size:20px;
		font-weight:400;
	}
	.menu_item_haschild > a::after {
		color:#c99594;	
	}
}

@media only screen and (max-width:949px) {
	#left, #right {
		float:none;
		width:100%;
	}
	.box_art_element, .box_art_element:not(:first-child) {
		width:18%;
		margin:0 1% 40px 1%;
		float:left;
		padding:0;
		border:none;
		margin-bottom:20px;
	}
	.box_art_element:not(:nth-child(-n+5)) {
		border-top:1px solid #ddd;
		padding-top:20px;
	}
	.element_pic, .element_text {
		width:100%;
		float:none;
		text-align:center;
	}
	.element_pic {
		height:100px;
		max-width:none;
	}
	.element_status_icon {
		float:none;
		display:inline-block;
		margin:0 2px;	
	}
	.element_text {
		padding:0;
	}
	.element_name_outer {
		height:42px;
		width:100%;
		margin:10px 0;
		overflow:hidden;
	}
	.element_name {
		display:table;
		width:100%;
		height:42px;
	}
	.element_name a {
		padding:0;
		height:42px;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	}
	#box_container_cms_filter {
		display:none;
	}
	#page_login_login, #page_login_reg {
		padding:20px;	
	}
	.page_login_input label {
		padding-right:10px;
	}
	.page_page_blog_intro.details .blog_intro_txt p {
		font-size:13px;
	}
}

@media only screen and (max-width:880px) {
	#search, #cart {
		display:none;
	}
}

@media only screen and (max-width:780px) {
	.box_art_element, .box_art_element:not(:first-child) {
		width:22%;
		margin:0 1.5% 20px 1.5%;	
	}
	.box_art_element:not(:nth-child(-n+4)) {
		border-top:1px solid #ddd;
		padding-top:20px;
	}
	.page_pagelist_item {
		width:100%;
		padding: 10px;
		border: none!important;
	}
	.page_pagelist_item:nth-child(n+2) {
		border-top: 1px solid #ddd!important;
	}
	.page_pagelist_item:nth-child(2n) {
		border-left:none;	
	}
	#page_PopupContainer a.close, .overlay_close a {
		z-index: 1200;
	}
	.overlay_error .overlay_close a {
		left:auto;
		right:10px;	
	}
	.page_pagelist_item:nth-child(n+2) {
		border-top: 1px solid #ddd;
	}
	.page_pagelist_left, .page_pagelist_right, .page_pagelist_variant {
		height:auto;	
	}
	table.compare_list_table thead, table.compare_list_table tbody {
		width:615px;
	}
	.cms_popup_compare #page_PopupContainer_inner {
		min-width:450px;
	}
	table.compare_list_table tbody td, table.compare_list_table thead th, .compare_list_value_wrap, .compare_list_value_wrap_inner {
		width:180px;
	}
	table.compare_list_table thead th:nth-child(1), .compare_list_label_wrap, table.compare_list_table tbody tr td:nth-child(1) {
		width:120px;
	}
	.compare_list_label_wrap_inner {
		font-size:9px;
	}
	.cms_popup_compare .param_desc_tooltip {
		left:0px!important;
	}
	.sp-buttons {
		bottom:10px;
	}
	.sp-layer {
		left:0!important;
	}
	.slider-pro p.sp-layer.sp-big, .slider-pro p.sp-layer.sp-big a {
		height: fit-content!important;
		white-space: normal!important;
		transform: scale(1) translate3d(0px, 0px, 0px)!important;
		font-size:24px;
	}
	.slider-pro p.sp-layer.sp-medium {
		/*display:none!important;*/
		transform: scale(1) translate3d(0px, 0px, 0px)!important;
		height: fit-content!important;
		font-size:11px;
		line-height: 11px;
		max-width:80%;
		white-space:normal!important;
	}
	.slider-pro p.sp-layer.sp-small, .slider-pro p.sp-layer.sp-small a {
		transform: scale(1) translate3d(0px, 0px, 0px)!important;
		font-size:10px;	
	}
	.page_cart_sum3, .page_cart_sumbox {
		float:none;
		width:100%;
	}
	.page_cart_sumbox.noinfo {
		margin-left:0;
	}
	.page_cart_sum3 {
		padding-top:20px;
		padding-bottom:20px;
		margin-bottom:10px;
	}
	.product_filter_content {
		max-height:unset;	
	}

    #thx_laha_banner_hu {
        background-image: url("../../../own/image/laha_banner_480_hu.jpg");
        height: 60px;
    }
    #thx_laha_banner_en {
        background-image: url("../../../own/image/laha_banner_480_en.jpg");
        height: 60px;
    }
	.page_pagelist_name {
		height:auto;
	}
	.blog_intro_pic {
		flex:0 0 33.3333%;
	}
	.blog_intro_txt {
    	flex: 1 0 66.6666%;
	}
}

@media only screen and (max-width:760px) {
	#header_menu a {
		font-size:0px;
		transition:font-size 0s;
		display:block;
		width:34px;
		height:34px;
		text-align:center;
	}
	#header_menu li {
		padding:0;	
	}
	#header_menu .list-inline-item a:before {
		font-size:16px;
		padding:0;
		display: block;
		line-height: 34px;
	}
	#header_top_wrap .col-sm-4 {
		width: auto;
		float:left;
		padding-right: 0;
	}
	#header_top_wrap .col-sm-6 {
		width: auto;
		float:right;
		width:60%;
	}
	.box_art_element, .box_art_element:not(:first-child) {
		width:21%;
		margin:0 2% 40px 2%;	
	}
	.page_login_button, .page_login_facebook_outer, .page_login_google_outer {
		width:200px;
		margin:10px auto 0 auto;
	}
	#page_login_login, #page_login_reg {
		padding:0;
		width:100%;
	}
	#page_login_login {
		margin-bottom:40px;
	}
	.page_login_button input {
		max-width:260px;	
	}
	#header_menu .box_compare_button_num {
		margin:8px 20px 8px -22px;	
	}
	.blog_header_inner_wrap {
		margin-left:1px;
		flex-direction:column;
	}
	.page_page_blog_date {
		flex:1 0 50%;
		width:100%;
	}
	.blog_author_name {
		flex:1 0 50%;
		width:100%;
		display:block;
	}
}

@media only screen and (max-width:740px) {
	#header_banner {
		display:none;
	}
	#header_content_wrap {
		text-align:center;	
	}
}

@media only screen and (max-width:680px) {
	#page_PopupContainer_tooltip {
		display:none!important;	
	}
	.box_newsletter_button {
		margin-top:10px;
	}
	.back_to_top {
		right: 0;
		transform: translateX(-50%);
		bottom: 25px;
		height:28px;
		width:28px;
		border: 4px solid #e7c7c8;
		box-sizing:content-box;
		background-color: rgba(255,255,255,0.8);
	}
	.back_to_top:after {
		line-height:26px;
		color:#e7c7c8;
	}
	#page_PopupContainer {
		top:10px!important;
		transform:translate(-50%, 0%)!important;
		width:460px;
	}
	#page_PopupContainer_inner {
		max-height:420px;
	}
	#popup_up_content .page_popuplist_item {
		padding:20px 0 20px 20px;	
	}
	#page_marketing_content .popup_title {
		font-size:11px;
	}
	#page_marketing_content .page_popuplist_left {
		width:30%;
	}
	#page_marketing_content .page_popuplist_right {
		width:70%;
	}
	#money_lang {
		padding-left:5px;
	}
	#lang {
		margin-right: 8px;
	}
	.current_flag {
		margin-right:0px;
	}
	table.compare_list_table thead, table.compare_list_table tbody {
		width:450px;
	}
}

@media only screen and (min-width:641px) {
	.start_banner_box {
		width:23.5%;
	}
	
	.start_banner_box:not(:nth-child(4n)) {
		margin-right:2%;
	}	
}

@media only screen and (max-width:640px) {
	.sp-buttons {
		display:none;	
	}
	.box_art_element, .box_art_element:not(:first-child) {
		width:30.3333%;
		margin:0 1.5% 20px 1.5%;
	}
	.box_art_element:not(:nth-child(-n+3)) {
		padding-top:20px;
		border-top:1px solid #ddd;
	}
	#ud_cms_artdet .box_left_full {
		width:calc(100% - 20px);	
	}
	#overlay_login_outer {
		width:300px;
		overflow-y: auto;
		bottom: 0;
		top:10px!important;
		z-index:100;
	}
	.overlay_login {
		float:none;	
	}
	.overlay_login:nth-child(2) {
		margin:10px 0 0 0;
	}
	#overlay_login2 .overlay_text {
		display:none;	
	}
	#overlay_login2 {
		height:auto!important;
	}
	.close.login_button_close_reg {
		margin-top:20px;	
	}
	.overlay_close a {
		left: auto;
	} 
	[name=form_temp], #page_order_control_cart {
		display:none;
	}
	[name=form_temp2], #page_order_control_cart2 {
		display:block;
	}
	#ud_cms_cart #content_wrap_nobox {
		padding:0;
	}
	#title_content {
		margin:0 20px;
	}
	#page_order_control_szam, #page_order_control_szall, #page_order_control_modfiz, #page_order_control_modszall {
		width:100%;
		margin:0;
	}
	.page_order_mods_table td, .page_order_control_table td {
		font-size:11px;
		line-height: 13px;
	}
	.fa-edit:before, .fa-pencil-square-o:before {
		font-size:18px;	
	}
	.terms_table {
		font-size:11px;
	}
	#page_cart_store input:not(:first-child) {
		margin-top:5px;
	}
	.newcust_row_2 {
		width:97%!important;
		margin-left:1.5%;
		margin-right:1.5%;
	}
	.slider-pro p.sp-layer.sp-big, .slider-pro p.sp-layer.sp-big a {
		font-size:24px;
		font-weight:400;
		line-height:28px;
		letter-spacing:1px;
	}
	.slider-pro p.sp-layer.sp-small, .slider-pro p.sp-layer.sp-small a {
		font-size:9px;
	}
	.slider-pro p.sp-layer.sp-small a {
		padding:5px 10px;
	}
	.page_cart2_foot .text_button:before {
		margin:0 15px;	
	}
	.start_banner_box {
		width:47%;
		margin:0 1.5%;
	}
	.start_banner_box:not(:nth-child(-n+2)) {
		margin-top:3%;
	}
	.page_tabs {
		display:none;
	}
	.page_tab2 {
		display: block;
		line-height: 14px;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 10px 20px;
		border-top: 1px solid #ccc;
		position: relative;
		cursor: pointer;
		background: #f1f1f1;	
	}
	.page_tab2 a {
		font-size:11px;	
	}
	.page_tab2_active {
		background: #e7c7c8;
		border-color: #e7c7c8;
		color: #fff;
		display:none;	
	}
	.page_tab2:after {
		position: absolute;
		content: '\f107';
		font-family: 'FontAwesome';
		color: #888;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 24px;
		font-weight: 300;	
	}
	.page_tab2_active:after {
		color: #fff;
		content: '\f106';
	}
	.box_newsletter_field, .box_newsletter_button {
		display:block;
		width:100%;
		margin:5px 0;
	}
	.box_newsletter_field.newsletter_3, .box_newsletter_field.newsletter_1 {
		width: 100%
	}
	.paging_num {
		display:none;
	}
	.paging_num.mobile {
		display:block;
	}
	.checkout_repay_box, .checkout_changepayment_box, .payment_logos, .payment_method {
		width:100%;
		float:none;
		margin-left:0;	
	}
	.payment_logos {
		margin-bottom:10px;	
	}
	.page_news_date, .page_news_title {
		float:none;
		width:100%;	
	}
	.page_news_title {
		padding-left:20px;
	}
	.page_forum_newtopic .text_title {
		width:100%;	
	}
	.box_newsletter_button {
		margin-bottom: 0px !important;
	}
	.box_newsletter_privacy_policy {
		position: relative;
		top:0px;
		left:5px;
		text-align: center;
	}
	#ud_cms_order_track_det #page_order_control_orderkey, #ud_cms_order_track_det #page_order_control_lang, #ud_cms_order_track_det #page_order_control_orderstat, #ud_cms_order_track_det #page_order_control_orderdate, #ud_cms_order_track_det #page_order_control_modfiz, #ud_cms_order_track_det #page_order_control_modszall {
		width:100%;
		margin:0px;
	}
	.page_artforum_left, .page_artforum_right {
		float:none;
		width:100%;
	}
	.page_artforum_right p {
		text-align:justify;
		line-height:16px;
		font-size:12px;	
	}
    #thx_laha_banner_hu {
        background-image: url("../../../own/image/laha_banner_245_hu.jpg");
        height: 245px;
    }
    #thx_laha_banner_en {
        background-image: url("../../../own/image/laha_banner_245_en.jpg");
        height: 245px;
    }
	.newsletter_title, #box_newsletter_content {
		margin-left:20px;
		margin-right:20px;	
	}
	.page_pagelist_name a {
		font-size:11px;
	}
	.page_page_blog_title {
		flex:1 0 100%;
	    margin-bottom: 1px;
	}
	.blog_header_inner_wrap {
	    margin-left: 0;
    	flex-direction: row;
		flex: 1 0 auto;
	}
	.blog_author_name {
		display:flex;
		flex: 0 0 auto;
	    width: auto;
	}
	.page_page_blog_date {
	    flex: 1 0 auto;
    	width: auto;
		margin:0;
	}
	.page_page_blog_intro {
		flex-wrap:wrap;
	}
	.blog_intro_pic {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 0;
		margin-bottom:20px;
	}
	.blog_intro_txt {
		flex: 1 0 100%;
	}
	.szelfibox_element {
		width:97%;
		margin-top:15px;	
	}
	#page_content_147887 .start_box_title {
		line-height:35px;
		margin-top:15px;	
	}
}

@media only screen and (max-width:480px) {
	#money .select-styled {
		width: 80px;
	}
	#logo, #logo table {
		max-width:240px;
	}
	#money .select {
		width:80px;
	}
	#header_top_wrap .col-sm-6 {
		width:auto;	
	}
	#header_menu .list-inline-item a {
		margin:0 3px;
	}
	#header_menu .box_compare_button_num {
		margin:8px 0 8px -10px;	
	}
	#header_menu a {
		width:30px;	
	}
	#search {
		top:205px;	
	}
	#overlay_login1 .overlay_title {
		padding:21px 60px 21px 20px;
	}
	.footer_menu:nth-child(n+3) {
		margin-top:20px;	
	}
	.footer_menu strong {
		font-size:14px;
		margin-bottom: 10px;
	}
	.footer_menu ul li {
		padding-bottom:6px;	
	}
	#footer_inner {
		padding: 20px;
	}
	.footer_menu strong {
		font-size:13px;
	}
	.footer_menu ul li a {
		font-size:10px;	
	}
	.footer_contact li {
		font-size:11px;	
	}
	#footer_inner {
		padding: 15px;
	}
	.box_art_element, .box_art_element:not(:first-child) {
		width:48%;
		margin:0 1% 20px 1%;	
	}
	.box_art_element:not(:nth-child(-n+2)) {
		padding-top:20px;
		border-top:1px solid #ddd;
	}
	#body_title h1, #title_content {
		font-size:38px;
		letter-spacing:1px;	
		text-align: center;
	}
	.newcust_col1 {
		padding-right:3%;
		font-size:11px;
	}
	.newcust_col2 [type=text], .newcust_col2 [type=password], .newcust_col2 select, .newcust_col2 textarea {
		width: 100%;
		font-size: 11px;
		padding:0 10px;
	}
	.newcust_col2 .select {
		width:100%;
	}
	.newcust_col2 .select .select-styled {
		width:100%;
		font-size:11px;
		padding:0 10px;	
	}
	.page_headtext {
		font-size:14px;
	}
	.page_design_fault_text, .newcust_col2 table td {
		font-size:11px;	
	}
	.page_newcust_input [type=text].page_input_width_phone_country {
		min-width:28px;
		padding:0;
	}
	.newcust_row .page_newcust_input [type=text].page_input_width_phone {
		width: 68%;
	}
	#right {
		padding:0;
	}
	.page_orderflow_item_text {
		font-size:9px;
	}
	.page_orderflow_item_num {
		width:50px;
		height:50px;
		line-height:38px;
		font-size:20px;	
	}
	.page_orderflow_item {
		height:24px;
	}
	.page_orderflow_step_3 .page_orderflow_item {
		width: 30%;
	}
	#popup_up_content .page_popuplist_item {
		padding: 10px 0 10px 10px;
	}
	.page_popuplist_name a {
		font-size:11px;
	}
	.page_popuplist_right .page_popuplist_name {
		line-height:12px;
	}
	#page_marketing_content .popup_title {
		line-height: 12px;
		padding-top: 12px;
	}
	#page_marketing_content .text_input.text_select {
		width: 60%;
		padding-left: 0px;
	}
	#page_marketing_content .page_popuplist_variant_items .text_select_label {
		margin-right: 2%;
		font-size: 10px;
		width: 33%;	
	}
	#page_marketing_content .popup_title {
		padding-left:30px;	
	}
	.page_popuplist_right .page_popuplist_name {
		padding-right:20px;
	}
	.page_pagelist_left {
		width:40%;
	}
	.page_pagelist_right {
		width:60%;
	}
	.page_pagelist_cart a {
		padding:11px 0;
	}
	.page_pagelist_cart_link {
		padding:0;
	}
	#page_cross_content .page_pagelist_title, #page_up_content .page_pagelist_title, .page_gift_content .page_pagelist_title {
		font-size:11px;
		margin-bottom:0;
	}
	.page_pagelist_content {
		margin: 0;
	}
	.paging {
		padding:0 10px;
	}
	.page_txt {
		padding:0 10px;	
	}
	#breadcrumb {
		margin:0 10px;	
	}
	.page_artlist_grid {
		padding-left:10px;
	}
	.page_artlist_order {
		padding-right:10px;
	}
	.page_tab_content {
		padding:20px 10px;
	}
	.page_contact_main_td1, .page_contact_main_td2 {
		font-size:11px;
		line-height:12px;
		padding:10px;	
	}
	#page_contact_main_table_email, #page_contact_main_table_contact_email {
		letter-spacing:-0.5px;	
	}
	form[name=form_contact_mail] {
		width:100%;
	}
	.contact_form_label {
		font-size:11px;
	}
	.contact_form_input {
		padding:0;
		margin-bottom:10px;
	}
	.page_tab, .page_tab a {
		font-size:10px;
	}
	.page_order_track_tr_body a, .page_order_track_tr_head td {
		line-height: 11px;
		font-size: 10px;	
	}
	.recommend_label_input label {
		font-size:11px;
	}
	.recommend_label_input .text_input input, .recommend_label_input .text_input textarea {
		font-size:12px;
	}
	.overlay_error, .overlay_warning, .overlay_info, .overlay_ok, .overlay_dialog {
		width: 90%;
	}
	.overlay_title {
		padding-right: 60px;
	}
	button.overlay_button_1 {
		display:none;	
	}
	button.overlay_button_2, button.overlay_button_3 {
		margin: 10px auto 10px auto;
		float: none;
		display: block;
	}
	#page_PopupContainer.cms_popup_compare {
		max-width:320px;
		max-height:480px;	
	}
	table.compare_list_table thead, table.compare_list_table tbody {
		width:310px;
	}
	.cms_popup_compare #page_PopupContainer_inner {
		min-width:310px;
		max-height:470px;
	}
	table.compare_list_table tbody td, table.compare_list_table thead th, .compare_list_value_wrap, .compare_list_value_wrap_inner {
		width:120px;
	}
	table.compare_list_table thead th:nth-child(1), .compare_list_label_wrap, table.compare_list_table tbody tr td:nth-child(1) {
		width:100px;
	}
	.compare_list_label_wrap_inner {
		font-size:9px;
	}
	.cms_popup_compare .param_desc_tooltip {
		left:0px!important;
	}
	table.compare_list_table .type_pic img {
		max-height: 100px;
		max-width: 100px;
	}
	.compare_list_value_wrap_inner_cell {
		font-size:11px;
	}
	table.compare_list_table .type_price div {
		font-size:14px;
	}
	.compare_list_footer .compare_list_value_wrap div {
		padding:0 10px;
	}
	table.compare_list_table tbody {
		max-height:184px;	
	}
	.page_cart_shipping_name, .page_cart_shipping_value {
		font-size:11px;	
	}
	#page_PopupContainer {
		width:320px;
	}
	.recommend_text_wrap {
		font-size:11px;
		padding:0 20px;	
	}
	.slider-pro p.sp-layer.sp-big, .slider-pro p.sp-layer.sp-big a {
		font-size:14px;
		font-weight:400;
		line-height:18px;
		letter-spacing:1px;
	}
	.slider-pro p.sp-layer.sp-small, .slider-pro p.sp-layer.sp-small a {
		font-size:9px;
		font-weight:400;
	}
	.slider-pro p.sp-layer.sp-small a {
		padding:5px 10px;
	}
	.page_cart2_foot .text_button:before {
		margin:0 5px;
	}
	#page_cart_shipping_free, .page_cart_sum1 {
		font-size:11px;
	}
	#page_cart_weight {
		padding:10px 20px 10px 60px;
		line-height:18px;	
		font-size:11px;
	}
	#page_cart_coupon {
		height: auto;
		text-align: center;
		padding: 10px 0;
	}
	.page_cart_sum_row > span {
		line-height:28px;	
	}
	#page_cart_coupon > span:first-child {
		display:block;	
	}
	#page_cart_coupon .text_button {
		margin-top:5px;
	}
	#page_help_tab_terms_content {
		padding:0 20px;
	}
	#page_help_tab_terms_content p, #page_help_tab_terms_content div {
		font-size:11px;	
	}
	#page_artdet_credit_head, #page_artdet_cofidis_credit_head, #page_artdet_bankracio_credit_head {
		font-size:11px;
	}
	.InputBlock label {
		padding-right:20px;
		font-size:11px;
	}
	.InputBlock input[type=text], .InputBlock input[type=password], .InputBlock textarea {
		font-size:11px;
	}
	.page_page_pic_main .slick-arrow:before {
		font-size:24px;	
	}
	.page_news_content {
		padding:0 20px;
	}
	.page_order_mods_deliverypoint_select .select {
		width:100%;
		max-width:160px;
	}
	.page_order_mods_deliverypoint_select .select-styled, .page_order_mods_deliverypoint_select .select-options li {
		font-size:11px;
	}
	#page_order_control_kap2 {
		display:block;
	}
	#page_order_control_kap {
		display:none;
	}
	.page_artlist_list {
		padding:0 15px;
	}
	#page_artforum_write_privacy_policy .artforum_newmessage_col1 {
		font-size: 10px;
	}
	#page_artforum_content .page_artforum_element_head_date, #page_artforum_content .page_artforum_element_head_name {
		font-size:11px;
	}
	.page_artforum_left img {
		max-width:240px;
	}
	.artforum_newmessage_col2.input_checkbox * {
		font-size:11px;
	}
	.page_vote_item {
		padding:0 15px;
	}
	.page_vote_privacy_policy .page_vote_item_right * {
		font-size:11px;
	}
	.contact_form {
		padding: 0 15px;
	}
	.contact_form_privacy_policy label, .contact_form_privacy_policy label * {
		font-size:11px;
	}
	#recommend_label_privacy_policy label, #recommend_label_privacy_policy label * {
		font-size:11px;	
	}
	.page_forum_newnote [type=text], .page_forum_newnote textarea {
		width: 90%;
	}
	.page_forum_newnote_privacy_policy label, .page_forum_newnote_privacy_policy label * {
		font-size:11px;
	}
	.page_page_blog_title {
		padding:10px 20px;
	}
	.page_page_blog_title h1, .page_page_blog_title a {
		font-size:16px;
		line-height:18px;
	}
	.blog_header_inner_wrap {
		flex-direction:column;	
	}
	.page_page_blog_date {
    	flex: 1 0 50%;
    	width: 100%;
		padding:5px 20px;
	}
	.blog_author_name {
		display: flex;
		flex: 0 0 50%;
		width: 100%;
		padding:5px 20px;
	}
	.page_content_pic_new {
		float: right;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}	
	.start_box_title {
		font-size:28px;
		line-height:56px;
		height:56px;	
	}
	.page_content_pic_new img {
		max-width:330px!important;	
	}
	#page_content_133803 {
		text-align:center;
	}
	.start_box_title_small	{
		line-height:35px;	
	}
	.subpage_img {
		margin:0;
		margin-top:5px;
		margin-bottom:5px;
		width:49%;
		max-width:none;
		display:inline-block;
		text-align:center;	
	}
	.szelfibox_element {
		width:97%;
		margin-top:15px;	
	}
	#page_content_147887 .start_box_title {
		line-height:35px;
		margin-top:15px;	
	}	
}

@media only screen and (min-width:400px) and (max-width: 430px) { 

	.page_content_pic_new img {
		max-width:370px!important;	
	}

}