@import url(../../../../../fonts.googleapis.com/css);
body{
	margin: 0;
	padding: 0;
	color: #797979;
	font-size: 16px;
	font-family: "trebuchet ms",arial,sans-serif;
}
#ws_currency{
	position: absolute;
	right: 140px;
	top: 12px;
	z-index: 1;
	border: none;
}
#ws_currency select{
	width: 85px;
	padding: 0px;
	font-size: 12px;
	border: none;
	color: #fff;
	cursor: pointer;
	background: none;
}
#ws_currency select option{
	color: #fff;
}
h2, h3, h4, h5, h6, p{
	margin: 0 0 14px;
	font-weight: normal;
}
h2{
	font-family: "Courgette", cursive;
	font-size: 30px;
	letter-spacing: -2px;
	text-shadow: 0 1px 0 #000000;
}
a{
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
a:hover{
	text-decoration: underline;
}
ul, ol{
	margin: 0 0 20px;
	padding: 0 0 0 24px;
}
ul li, ol li{
	margin: 0 0 6px;
}
.button{
	border: 0 none;
	border-radius: 7px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	padding: 8px 24px;
	cursor: pointer;
	margin-bottom: 10px;
	transition: all 0.5s ease 0s;
}
.button:hover{
	text-decoration: none;
	opacity: 0.7;
}

a.more,
a.back{
	border-bottom: 2px solid rgba(0,0,0,0.3);
	border-radius: 3px;
	clear: both;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 8px;
	transition: all 0.5s ease 0s;
}
a.back{
	float: left;
}
a.more:hover,
a.back:hover{
	border-bottom: 2px solid rgba(0,0,0,0.7);
	text-decoration: none;
}
img{
	border: 0 none;
}
input.input_text, 
input.text, 
textarea{
	font-family: "trebuchet ms",arial,sans-serif;
	background: #FFFFFF;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	color: #797979;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 16px;
	outline: medium none;
	padding: 8px;
}
.clr{
	clear: both;
}
.nophoto{
	background-image: url(https://honlap.hu/design/global/no_photo_150x150.gif);
	background-size: cover;
}


/* <.fa> */
#ws_product .del,
#order a.plus,
#order a.minus,
#order a.del,
#filter_cont #sortable a, 
#box_wscategory li a,
#webshop .basket span,
#menutop ul a, 
#menuside ul a,
a.close_lw:before,
.error, 
.mes, 
.tip,
#related_gallery a.browse{
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#ws_product .del:before{
	font-family: FontAwesome;
	content: "\f00d";
}
#order a.plus:before{
	font-family: FontAwesome;
	content: "\f0fe";
}
#order a.minus:before{
	font-family: FontAwesome;
	content: "\f146";
}
#order a.del:before{
	font-family: FontAwesome;
	content: "\f057";
}
#webshop .basket:after{
	font-family: FontAwesome;
	content: "\f07a";
}
#filter_cont #sortable a:before {
	font-family: FontAwesome;
	content: "\f160";
	margin-right: 8px
}
#menutop ul a:before, 
#menuside ul a:before{
	font-family: FontAwesome;
	content: "\f054";
	margin-right: 6px;
	font-size: 11px;
}
#related_gallery a.prev:before {
	font-family: FontAwesome;
	content: "\f053";
}
#related_gallery a.next:before {
	font-family: FontAwesome;
	content: "\f054";
}
/* </.fa> */


#header{
	width: 980px;
	margin: 0 auto;
}
#header h1{
	float: left;
	margin: 0;
	padding: 40px 0 0;
	font-family: "Courgette", cursive;
	font-size: 40px;
	letter-spacing: -4px;
	text-shadow: 0 1px 0 #000000;
}
#header h1 a{
	color: #FFFFFF;
	transition: all 0.5s ease 0s;
}
#header h1 a:hover{
	text-decoration: none;
}

#header{
	position: relative;
}

#lang_label {
	font-family: "Courgette",cursive;
	font-size: 14px;
	top: 14px;
}
#lang_label li {
	border-left: 0;
}
#lang_label li a {
	color: #FFFFFF;
}
#lang_label li.active a, 
#lang_label li a:hover {
	font-weight: normal;
	opacity: 0.5;
}

#menutop {
	float: right;
	list-style: none outside none;
	margin: 0;
	padding: 44px 0;
	font-family: "Courgette", cursive;
	font-size: 20px;
	letter-spacing: -1px;
}
#menutop li {
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
}
#menutop li a{
	 color: #fff;
 	text-shadow: 0 1px 0 #000000;
	display: block;
	padding: 5px 0;
	transition: all 0.5s ease 0s;
}
#menutop li a:hover{
	text-decoration: none;
}
#menutop ul, 
#menuside ul {
	font-size: 18px;
	text-align: center;
	padding: 0;
}
#menutop ul, 
#menuside ul, 
#menutop ul li, 
#menuside ul li{
	width: 200px;
	text-align: left;
	font-size: 16px;
}
#menutop ul li{
	background: rgba(0,0,0,0.5);
}
#header h1 a:hover,
#menutop li a:hover,
#menutop li a.active,
#menuside li a:hover,
#menuside li a.active{
	opacity: 0.5;
}
#header_pic img {
	width: 100%;
	margin: 0 auto;
	min-width: 980px;
}
#menutop ul a, 
#menuside ul a {
	padding: 8px;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
}
#menutop li > ul{
	left: auto;
	right: 0;
}
#menutop ul ul{
	left: -200px;
	right: auto;
}
#right #menuside ul {
	left: -200px;
}

#footer_container{
	background-color: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#32000000,endColorstr=#32000000);
	padding: 40px 0;
}
#footer{
	margin: 0 auto;
	width: 980px;
	color: #fff;
	font-size: 14px;
}
#footer p{
	float: left;
	margin: 0;
}
#footer p a{
	color: #fff;
	transition: all 0.5s ease 0s;
}
#footer p a:hover{
	color: #fff;
}
#footer .container{
	float: right;
}

.flexslider-slave + #header_pic{
	display: none;
}
.flexslider-header{
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	width: 100%;
	min-width: 980px;
	position: relative;
}
.flexslider-page{
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.flexslider-header .slides img{
	min-width: 100%;
	max-width: 100%;
}
.flex-caption{
	background-color: rgba(0,0,0,0.0);
	padding: 5% 10%;
	width: 35% !important;
	height: auto !important;
	text-align: center;
}
.flex-cBottom{
	width: 80% !important;
}
.flex-caption h3{
	margin: 0 0 20px !important;
	font-family: "Courgette", cursive;
	font-size: 38px !important;
	letter-spacing: -2px;
	text-shadow: 0 1px 0 #000000;
	line-height: 110%;
}
.flex-caption h4{
	margin: 0 0 20px;
	font-size: 22px !important;
	text-shadow: 0 1px 0 #000000;
	line-height: 110%;
}
.flex-caption h3,
.flex-caption h4{
	background-color: rgba(0, 0, 0, 0.55);
	display: table !important;
	padding: 13px 25px !important;
	border-radius: 8px;
	margin: 0 auto 20px !important;
}
.flex-caption a{
	border-bottom: 4px solid rgba(0,0,0,0.2);
	border-radius: 7px;
	bottom: auto;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	left: auto;
	margin-top: 10px;
	padding: 15px 25px;
	position: relative;
	right: auto;
	top: auto;
	transition: all 0.5s ease 0s;
}
.flex-caption a:hover{
	border-bottom: 2px solid rgba(0,0,0,0.2);
	text-decoration: none;
}
.flexslider-page .flex-caption {
	height: auto !important;
	padding: 5%;
	width: 40%;
}
.flexslider-page .flex-caption h3{
	font-size: 30px;
}
.flexslider-page .flex-caption h4{
	font-size: 20px;
}




.flex-direction-nav li .prev, 
.flex-direction-nav li .next {
	background-image: url("../../../colors/1/style/pics/flex_nav_icon.png");
	background-repeat: no-repeat;
	border: 0 none;
	border-radius: 20px;
	height: 36px;
	width: 36px;
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}
.flex-direction-nav li a:hover {
	opacity: 1;
}

.flex-direction-nav li .prev{
	background-position: -18px center;
	left: 20px;
}
.flex-direction-nav li .next{
	background-position: 13px center;
	right: 20px;
}
.flex-control-nav li a{
	border-radius: 20px;
	width: 14px;
	height: 14px;
}

.c_111, 
.c_011, 
.c_110 {
	padding: 20px 0 10px;
	background-color: #FFF;
}
#left,
#right{
	width: 230px;
	float: left;
	margin: 0 20px 0 0;
}
#right{
	float: right;
	margin: 0 0 0 20px;
}
#center{
	width: 730px;
	float: left;
}
.c_111 #center{
	width: 480px;
}

#container {
	margin: 0 auto;
	width: 980px;
}

/*content*/
.c_010 .contentbox_container,
.c_010 #start_static,
.c_010 #gallery,
.c_010 #start_article,
.c_010 #webshop,
.c_010 #datasheet{
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}
.c_010 #center{
	width: auto;
	float: none;
}
#start_static a{
	color: #fff;
	text-decoration: underline;
}
#start_static a:hover{
	text-decoration: none;
}

#center > .st1,
#center > .st2,
#center > .st3{
	color: #fff;
}
#center > .st7{
	background-color: #fff;
}
#center > .st6{
	padding: 20px 0;
}
#center > .st2{
	background-color: rgba(0,0,0,0.4);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#28000000,endColorstr=#28000000);
}
#center > .st3{
	background-color: rgba(0,0,0,0.3);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000);
}
#center > .st4,
#center > .st5,
#center > .st6{
	background-color: rgba(255,255,255,0.8);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50FFFFFF,endColorstr=#50FFFFFF);
}


#center .st1 h2, 
#center .st2 h2, 
#center .st3 h2, 
#center .st1 h2 a,
#center .st2 h2 a,
#center .st3 h2 a{
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

/*contentbox*/
.contentbox_container{
	padding: 0;
}
.contentbox .contentbox_content{
	background-color: transparent;
	padding: 12px;
}
.contentbox h3, 
.contentbox p, 
.contentbox .picture, 
.contentbox .button {
	margin: 0 0 20px;
}
.contentbox h3{
	background-color: transparent;
	font-family: "Courgette", cursive;
	font-size: 20px !important;
	letter-spacing: -1px;
}
.contentbox .lead {
	font-size: 14px !important;
}
.contentbox .picture {
	box-shadow: 0 10px 16px -10px rgba(0,0,0,0.8);
}
.contentbox .button {
	display: inline-block;
	border-bottom: 4px solid rgba(0,0,0,0.2);
	border-radius: 7px;
	color: #FFFFFF;
	font-size: 16px;
	padding: 8px 4px;
	transition: all 0.5s ease 0s;
}
.contentbox .button:hover {
	/*border-bottom: 1px solid rgba(0,0,0,0.2);*/
	text-decoration: none;
}

/*article*/
#start_article .row, 
#article .row{
	padding-bottom: 18px;
}
#start_article .piccont, 
#article_long .piccont, 
#article .piccont{
	float: left;
	margin: 0 16px 12px 0;
}
#start_article .date, 
#article .date{
	font-size: 14px;
	opacity: 0.7;
	font-style: italic;
}

/*gallery*/
#gallery.startpage a{
	color: #fff;
	text-decoration: underline;
}
.gallery-container {
	margin-bottom: 40px;
}
.gallery-container .piccont {
	float: left;
	height: 100px;
	margin: 7px;
	padding: 4px;
	text-align: center;
	width: 100px;
	border-radius: 3px;
	border-bottom: 4px solid rgba(0,0,0,0.2);
	transition: all 0.5s ease 0s;
	background-color: rgba(0, 0, 0, 0.2);
}
.gallery-container .piccont:hover {
	border-bottom: 4px solid rgba(0,0,0,0.4);
}

/*questbook*/
#questbook #comment_form b,
#questbook #comment_form span,
#interest #interest_form b,
#interest #interest_form span,
#comment #comment_form b,
#comment #comment_form span{
	display: block;
	font-weight: normal;
	padding-bottom: 4px;
}
#questbook #comment_form .input_text,
#questbook #comment_form textarea,
#interest #interest_form .input_text,
#interest #interest_form textarea,
#comment #comment_form .input_text,
#comment #comment_form textarea
{
	display: block;
	width: 97%;
}
#questbook #comment_form textarea,
#interest #interest_form textarea,
#comment #comment_form textarea{
	height: 200px;
}
#questbook #comment_form .label,
#interest #interest_form .label,
#comment #comment_form .label{
	padding-bottom: 10px;
}
#questbook #comment_form .btn b{
	display: none;
}
#questbook #comment_form .button,
#interest #interest_form .button,
#comment #comment_form .button{
	border-bottom: 4px solid rgba(0,0,0,0.2);
	border-radius: 7px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	padding: 8px 24px;
	transition: all 0.5s ease 0s;
}
#questbook #comment_form .button:hover,
#interest #interest_form .button:hover,
#comment #comment_form .button:hover{
	border-bottom: 4px solid rgba(0,0,0,0.4);
	text-decoration: none;
}
#questbook .row,
#comment .row{
	padding: 10px 0 0;
	border-top: 1px solid rgba(0,0,0,0.2);
}
#questbook .row h4,
#comment .row h4{
	margin: 0;
}
#questbook .row h4 b,
#comment .row h4 b {
	font-weight: normal;
}
#questbook .row p,
#comment .row p{
	margin-top: 10px;
}
#questbook .row .left,
#comment .row .left{
	float: left;
}
#questbook .row .right,
#comment .row .right{
	float: right;
	font-size: 14px;
}

/*references, partners*/
#references .row, 
#partners .row{
	padding: 10px 0;
	border-top: 1px solid rgba(0,0,0,0.2);
}
#references .first,
#partners .first{
	padding: 0 0 10px;
	border-top: 0 none;
}
#references .piccont,
#partners img{
	float: left;
	margin: 0 20px 14px 0;
}

/*form*/
.form_container{
	margin: 0 auto 20px;
	width: 70%;
	border-radius: 6px;
	padding: 20px;
	color: #fff;
	border: 1px solid #FFFFFF;
}
.form_container h4{
	font-family: "Courgette",cursive;
	text-shadow: 0 1px 0 #000000;
	font-size: 24px;
}
.form_container .row{
	margin-bottom: 10px;
}
.form_container strong,
.form_container span{
	display: block;
	font-weight: normal;
	margin-bottom: 6px;
}
.form_container input.text,
.form_container select,
.form_container textarea{
	width: 96%;
	padding: 2%;
	border: 0 none;
}
.form_container .button{
	border: 1px solid rgba(255,255,255,1);
	transition: all 0.5s ease 0s;
}
.form_container .button:hover{
	background-color: rgba(255,255,255,0.1);
}
.form_container .small{
	margin-bottom: 0;
}
.form_container .unsubscrible{
	margin-left: 10px;
	color: #fff;
display:inline;
}

/*menuside*/
#menuside {
	font-family: "Courgette",cursive;
	font-size: 17px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#menuside li {
	border-bottom: 1px solid rgba(0,0,0,0.03);
	margin: 0;
}
#menuside li a {
	display: block;
	padding: 6px;
}
#menuside li a:hover {
	text-decoration: none;
}

/*dobozok*/
.box_menuside, 
.box{
	margin-bottom: 40px;
	font-size: 14px;
}
.box .row{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.03);
}
.box h3{
	border-bottom: 1px solid rgba(0,0,0,0.03);
	font-family: "Courgette", cursive;
	font-size: 22px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.box_partner .row{
	text-align: center;
}
.box #vote{
	padding: 0;
}
.box_article h4{
	margin-bottom: 4px;
}
.box_article span{
	font-size: 12px;
}
#box_content_share{
	padding: 0 !important;
}

/*pager*/
#pager{
	margin: 20px 0 0 0;
	padding: 10px 0;
	height: 30px;
	display: block;
	font-size: 14px;
}
#pager .szlbal, 
#pager .szljobb{
	width: 10%;
	text-align: left;
}
#pager .szlkozep{
	width: 80%;
	text-align: center;
}
#pager .szljobb{
	text-align: right;
}
#pager .szamlink{
	float: left;
	height: 20px;
}
#pager .szamlink a{
	padding: 2px 4px;
	margin: 0 2px;
	color: #fff;
	border-radius: 2px;
}
#pager .szamlink strong{
	padding: 2px 3px;
	margin: 0 2px;
}

#datasheet .row{
	margin-bottom: 40px;
}
#datasheet.detailed .row{
	margin-bottom: 20px;
}
#datasheet .row .piccont{
	background-color: rgba(0,0,0,0.03);
	float: left;
	text-align: center;
	width: 150px;
	transition: all 0.5s ease 0s;
}
#datasheet .row .piccont:hover{
	background-color: rgba(0,0,0,0.1);
}
#datasheet .row .nophoto{
	width: 150px;
	height: 150px;
}
#datasheet .right{
	float: right;
}
#datasheet table{
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
	margin-bottom: 20px;
}
#datasheet table td{
	padding: 4px 0;
}
#datasheet .more,
#datasheet .back{
	margin-top: 10px;
}
.c_010 #datasheet .right{
	width: 816px;
}
.c_010 #datasheet table{
	float: left;
	width: 49%;
}
.c_010 #datasheet p{
	float: right;
	width: 49%;
}
.c_111 #datasheet .right{
	width: 300px;
}
.c_011 #datasheet .right,
.c_110 #datasheet .right{
	width: 560px;
}
#interest #interest_form{
	clear: both;
}

#datasheetfilter .row{
	float: left;
	width: 100%;	
}
#datasheetfilter .box_content{
	clear: both;
}
#datasheetfilter .row b{
	display: block;
	margin-bottom: 2px;
}
#datasheetfilter .text{
	width: 95%;
	padding: 2%;
}
#datasheetfilter select{
	width: 98%;
	padding: 2%;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
}
#datasheetfilter .row .half{
	float: left;
	width: 47%;
	padding: 0 3% 0 0;
}

.box_datasheethigh .piccont{
	float: left;
	margin: 0 10px 4px 0;
}
.box_datasheethigh .nophoto {
	margin: 0;
}
.box_datasheethigh span{
	font-size: 13px;
}

/*ui-tabs*/
.ui-tabs ul {
	border-radius: 0;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
.ui-tabs li {
	float: left;
	list-style: none outside none;
	margin: 0 4px 0 0;
	padding: 0;
}
.ui-tabs li a {
	border-radius: 4px 4px 0 0;
	border-top: 4px solid rgba(0,0,0,0.3);
	color: #FFFFFF;
	display: block;
	padding: 6px 16px;
	opacity: 0.6;
	transition: all 0.5s ease 0s;
}
.ui-tabs li.ui-state-active a,
.ui-tabs li a:hover {
	opacity: 1;
	text-decoration: none;
}
.ui-tabs-hide {
	display: none;
}

/*WEBSHOP HEADER ver.01*/
.wsh {
	margin-top: 57px;
}
#ws_product {
	background-color: rgba(0,0,0,0.8);
}
#ws_header {
	position: fixed;
	height: 57px;
	display: block;
	width: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#32000000,endColorstr=#32000000);
}
#ws_header .ws_content {
	display: block;
	height: 32px;
	margin: 0 auto;
	padding: 12px 0;
	width: 980px;
}
/*****************/
.ws_search {
	display: block;
	float: left;
	width: 28%;
}
.ws_text {
	border: 0 none;
	border-radius: 4px 0 0 4px;
	float: left;
	font-size: 14px;
	height: 14px;
	margin: 0;
	padding: 9px 2%;
	width: 56%;
}
.ws_submit {
	border: medium none;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0;
	width: 40%;
}

/********************/
ul#ws_login {
	color: #FFFFFF;
	float: left;
	font-size: 15px;
	list-style-type: none;
	margin: 6px 0 6px 30px;
	padding: 0;
}
ul#ws_login li {
	display: inline;
	float: left;
	margin: 0;
}
ul#ws_login li a {
	padding: 0 7px 0 10px;
	text-decoration: none;
	color: #FFFFFF;
}
ul#ws_login li a:hover {
	text-decoration: underline;
}
/*******************/
#ws_basket {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	display: block;
	float: right;
	height: 31px;
	position: relative;
	width: 46%;
	z-index: 20000;
	font-size: 14px;
}
#ws_basket #basket_content p {
	margin: 0;
	padding: 0;
}
#ws_basket #basket_content .description {
	float: left;
	font-weight: bold;
	padding: 6px 8px;
}
#ws_basket #basket_content .info {
	float: left;
	padding-top: 6px;
}
#ws_basket a#pay_desk {
	border-radius: 0 3px 3px 0;
	float: right;
	font-size: 15px;
	margin-top: 0;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
#ws_basket a#pay_desk:hover {
}
/*******************/
#ws_product {
	border-radius: 4px;
	color: #FFFFFF;
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 31px;
	width: 100%;
	z-index: 20000;
}
#product_content .wsb_item {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	margin: 0;
	padding: 2%;
	width: 96%;
}
#product_content .pro_one {
	border: medium none;
}


#product_content .wsb_item a.itempic {
	background-color: rgba(255, 255, 255, 0.5);
	float: left;
	margin-right: 2%;
	text-align: center;
	width: 13%;
}
#product_content .wsb_item a.nophoto {
	height: 0;
	padding-top: 13%;
}
#product_content .wsb_item .item_title {
	float: left;
	font-weight: bold;
	width: 85%;
	margin-bottom: 4px;
}
#product_content .wsb_item .item_title a.pname {
	color: #FFFFFF;
	text-decoration: underline;
}
#product_content .wsb_item .item_title a.pname:hover {
	text-decoration: none;
}
#product_content .wsb_item .item_title a.del {
	color: #FFFFFF;
	float: right;
	font-size: 16px;
}
#product_content .wsb_item .item_title a.del:hover {
	text-decoration: none;
}
#product_content .wsb_item .item_info {
	float: right;
	width: 85%;
}
#product_content .wsb_item .item_info span {
	 float: left;
	 font-size: 12px;
}
#product_content .wsb_item .item_info .price {
	 font-weight: bold;
	 float: right;
}
/*******************/
/*WEBSHOP HEADER END*/

#webshop .listbox {
	float: left;
	height: 400px;
	width: 230px;
	text-align: center;
	margin: 0 20px 40px 0;
	font-size: 15px;
	position: relative;
}


#webshop .listbox > *{
	position: absolute;
}
#webshop .listbox .piccont{
	top: 0;
	height: 230px;
	width: 230px;
	display: block;
	background-color: #E5E5E5;
}
#webshop .listbox .poz-outside {
	transition: all 0.2s ease 0s;
}
#webshop .listbox:hover .poz-outside.poz-size-w {
	height: 105%;
}
#webshop .listbox:hover .poz-outside.poz-size-h {
	widht: 105%;
}
#webshop .listbox h3 {
	display: block;
	font-family: "Courgette",cursive;
	height: 46px;
	margin: 0;
	top: 240px;
	width: 100%;
}
#webshop .listbox .price {
	top: 294px;
	width: 100%;
}
#webshop .listbox .basket_cont {
	bottom: 0;
	width: 100%;
}
#webshop .listbox .basket{
	width: 70%;
	margin-top: 5px;
}
#webshop .bottom .basket{
	padding-left: 10px;
	padding-right: 10px; 
}
#webshop .basket:after{
	margin-left: 10px;
}
#webshop .basket {
	display: inline-block;
	margin-top: 0;
	padding: 6px 0;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
	font-family: FontAwesome,"trebuchet ms",arial,sans-serif;
}
#webshop .basket:hover {
	text-decoration: none;
	opacity: 0.7; 
}
#webshop .listbox .more {
	border-bottom: 0 none;
	border-radius: 5px;
	display: inline-block;
	float: none;
	font-weight: normal;
	padding: 5px 0;
	width: 70%;
}
#webshop .listbox .more:hover {
	opacity: 0.5;
}
#webshop .listbox .basket_cont select {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 4px;
	width: 70%;
}
#webshop .new {
	border-radius: 70px;
	color: #FFFFFF;
	font-size: 14px;
	left: -10px;
	opacity: 0.8;
	padding: 25px 0;
	top: -9px;
	width: 70px;
	position: absolute;
	text-align: center;
}

#filter_form {
	height: 100px;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
#filter_form > div{
	position: absolute;
}
#filter_form #search_cont {
	right: 120px;
}
#filter_form #search_cont input {
	border-radius: 4px 0 0 4px;
	border-right: 0 none;
}
#filter_form #search_cont b {
	display: block;
	margin-bottom: 4px;
}
#filter_form #button_cont {
	right: 0;
	top: 24px;
}
#filter_form #button_cont .button {
	border-radius: 0 4px 4px 0;
	font-size: 14px;
	padding: 10px 0;
	width: 120px;
}
#filter_cont #sortable {
	bottom: 10px;
}
#filter_cont #sortable a {
	font-family: FontAwesome,"trebuchet ms",arial,sans-serif;
	margin-right: 16px
}
#filter_cont #sortable a:hover,
#filter_cont #sortable a.active {
	text-decoration: none;
	opacity: 0.5;
}
#webshop .row {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
#webshop .left {
	float: left;
	margin: 0 16px 6px 0;
	position: relative;
	width: 33%
}
#webshop .left .piccont {
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 4px;
}
#webshop .left .piccont img{
	width: 100%;
}
#webshop .left img.poz-size-h {
	width: 50% !important;
}
#webshop .left .nophoto{
	padding-top: 100%;
}
#webshop #minigalleria {
	float: none;
	margin: 5px auto;
}
#webshop .stock, 
#webshop .warrantee {
	background-color: #E5E5E5;
	margin-bottom: 4px;
	padding: 5px;
}
#webshop .bottom{
	margin: 20px 0;
}
#webshop .bottom .back,
#webshop .bottom .more{
	float: left;
}
#webshop .bottom form{
	float: left;
	margin-right: 10px;
}
#webshop .bottom form input {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 7px;
	width: 30px;
}
#webshop .bottom form .select2-container .select2-choice,
#webshop .bottom form select {
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 6px;
	width: 120px;
}
#webshop .basket_cont{
	float: right;
}
#webshop .right .basket{
	float: right;
	width: 200px;
	margin: 0;
}
#webshop .right .price {
	background-color: #E5E5E5;
	border-radius: 5px;
	float: right;
	font-size: 15px;
	padding: 10px;
}
#webshop #specification {
	clear: both;
}
#webshop #specification table {
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
}
#webshop #specification table td {
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}
.lw_content #comment_form .rating {
	top: 54px;
}
.lw_content #comment_form h4 {
	color: inherit;
}

/*order*/
#order {
	font-size: 15px;
}
#order .row {
	border-bottom: 1px solid #CCC;
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
#order .row > * {
	float: left;
	margin-right: 10px;
}
#order .row .col_3 {
	float: right;
	margin-right: 0;
	text-align: right;
}
#order .row .col_3 a:hover{
	text-decoration: none;
	opacity: 0.5;
}
#order .price {
	clear: both;
	float: right;
	text-align: right;
}
#order .price h3 {
	margin: 10px 0;
}
#order .price.all {
	background-color: #CCC;
	border-radius: 5px;
	margin: 10px 0;
	padding: 10px;
}

.coupon_validate {
	text-align: right;
}
.coupon_validate b, 
.coupon_validate input.text, 
.coupon_validate a.button {
	float: none !important;
	margin-left: 0 !important;
	width: auto !important;
}
#order_form .order_content p {
	float: left;
	width: 49.2%;
}
#order_form .order_content p.wide {
	width: 100%;
}
#order_form .order_content p input.text,
#order_form .order_content p textarea {
	padding: 6px 2%;
	width: 93%;
}
#order_form .order_content p br {
	font-size: 0;
}
.box_wsp .row{
	position: relative;
	border-bottom: 1px solid #CCC;
}
.box_wsp .piccont {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 2px 0;
}
.box_wsp .new {
	top: 28px;
	left: -5px;
	position: absolute;
	width: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	border-radius: 20px;
	opacity: 0.8;
}

#box_wscategory h4{
	margin: 0;
}
#box_wscategory ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#box_wscategory li{
	margin: 0;
	padding: 0;
}
#box_wscategory a{
	font-family: Courgette,cursive !important;
	display: block !important;
	padding: 8px 0;
	border-bottom: 1px solid #E5E5E5;
}
#box_wscategory li a:before{
	font-family: FontAwesome;
	content: "\f054";
	margin-right: 10px;
	font-size: 11px;
}
#box_wscategory a:hover,
#box_wscategory li.active a{
	text-decoration: none;
	opacity: 0.5;
}
#webshop .row.related_product,
#webshop.detailed .row {
	border-bottom: 0;
	margin-bottom: 0;
}
#related_gallery,
#related_gallery .scrollable{
	height: 400px;
	width: 100%;
}
#related_gallery{
	margin: 0 0 20px 0;
}
#related_gallery .scrollable{
	margin: 0;
}
#related_gallery .scrollable .items{
	height: 400px;
}
#related_gallery .new{
	top: 5px;
	left: 5px; 
}
#related_gallery a.browse {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 29px;
	height: auto;
	text-shadow: 0 2px 0 #FFFFFF;
	width: auto;
	padding: 0 6px;
}
#related_gallery a.browse:hover {
	text-decoration: none;
	opacity: 0.5;
}

#lw_bg1, 
#lw_bg2{
	background-color: rgba(0, 0, 0, 0.5);
}
#lightview1, 
#lightview2 {
	border: 0 none;
	border-radius: 7px;
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
}
#lightview1 h3, 
#lightview2 h3 {
	border-radius: 6px 6px 0 0;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 8px;
}
#lightview1 .lw_content, 
#lightview2 .lw_content {
	padding: 10px;
}
#lightview1 h3.ok, 
#lightview2 h3.ok {
	background-color: #444;
}
.lw_content > form {
	padding: 0 !important;
}
.button_cont{
	margin-top: 10px;
}
.button_cont .button_err, 
.button_cont .button_ok,
.button_cont .button_err:hover, 
.button_cont .button_ok:hover {
	background-color: #444;
	text-decoration: none !important;
}
.button_cont .button_err:hover, 
.button_cont .button_ok:hover,
a.close_lw:hover {
	opacity: 0.5;
}
a.close_lw {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF !important;
	font-size: 20px;
	height: auto;
	right: 10px;
	text-decoration: none !important;
	top: 10px;
	width: auto;
}
.error, .mes, .tip{
	background-image: none;
	border: 2px solid #444444;
	color: #444444;
	display: block;
	font-size: 14px;
	margin: 0 !important;
	padding: 16px 16px 16px 45px;
	position: relative
}
a.close_lw:before {
	font-family: FontAwesome;
	content: "\f057";
}
.error:before,
.mes:before,
.tip:before{
	position: absolute;
	top: 12px;
	left: 12px;
	font-family: FontAwesome;
	vertical-align: middle;
	font-size: 25px;
	margin-right: 10px;
}
.error:before{
	content: "\f071";
}
.mes:before{
	content: "\f058";
}
.tip:before{
	content: "\f075";
}
#breadcrumbs {
	border-bottom: 1px solid #F7F7F7;
	padding: 7px 0;
}

/* media */
@media only screen and (max-width: 1366px) {
	.c_111 #webshop .listbox.m2,
	.c_010 #webshop .listbox.m4,
	.c_110 #webshop .listbox.m3,
	.c_011 #webshop .listbox.m3{
	margin-right: 0;
	}
}
@media only screen and (min-width: 1367px) {
	#center{
	width: 980px;
	}
	.c_111 #center{
	width: 730px;
	}
	#ws_header .ws_content,
	#header,
	#footer,
	#container,
	.c_010 .contentbox_container,
	.c_010 #start_static,
	.c_010 #gallery,
	.c_010 #start_article,
	.c_010 #webshop,
	.c_010 #datasheet{
	width: 1230px;
	}
	.c_010 #datasheet .right{
	width: 1060px;
	}
	.c_111 #datasheet .right{
	width: 550px;
	}
	.c_011 #datasheet .right,
	.c_110 #datasheet .right{
	width: 810px;
	}
	.flexslider-page{
	width: 1230px;
	}	
	.flexslider-page ul li img{
	width: 100%;
	}	
	/*webshop*/
	.c_111 #webshop .listbox.m3,
	.c_010 #webshop .listbox.m5,
	.c_110 #webshop .listbox.m4,
	.c_011 #webshop .listbox.m4{
	margin-right: 0;
	}
}

label[for="gdpr"] a {
	color: #fff;
}