/* ==================================================================
	CSS Reset
================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:-moz-placeholder {
	color:#626262;
}
::-webkit-input-placeholder {
	color:#626262;
}
:-moz-placeholder { /* Firefox 18- */
	color:#626262;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#626262;
}
:-ms-input-placeholder {
	color:#626262;
}
/* ==================================================================
	Basic Document Styles
================================================================== */
body {
	line-height: 1;
	min-width: 1140px;
	color: #212121;
	font-size: 16px;
	font-family: 'Lora', serif;
	font-style: italic;
	line-height: 28px;
	background: #ebe4d5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	white-space: normal;
	position: relative;
}
input,
select,
textarea {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
}
/* ==================================================================
	Typography
================================================================== */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	line-height: 1.2em;
}
h1 {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 30px;
	position: relative;

}
h2 {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 24px;
	position: relative;
}
h3 {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 20px;
}
h4 {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 17px;
}
h5 {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 15px;
}
h6 {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 14px;
}
p {
	margin-bottom: 20px;
	font-family: 'Lora', serif;
	font-style: italic;
}
p.lead {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 19px;
	padding: 0;
}
.section-title {
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	color: #fff;
	font-weight: 100;
	position: relative;
}
*:focus {
	outline: 0;
}
a, a > * {
	color: #232323;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
a:hover, a > *:hover, a:focus {
	text-decoration: none;
	outline: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
.color-white {
	color: #fff;
}
.color-malina {
	color: #a60344;
}
.color-sand {
	color: #fdc689;
}
.color-tirkiz{
	color: #92dbea;
}
/* ==================================================================
	Basic Layout Styles
================================================================== */
section {
	text-align: center;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}
.font-thin {
	font-weight: 100 !important;
}
.font-light {
	font-weight: 400 !important;
}
.font-normal {
	font-weight: 400 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.font-semibold {
	font-weight: 800 !important;
}
.font-ultrabold {
	font-weight: 900 !important;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.clear {
	clear: both;
}
.all-margin {
	margin: 20px !important;
}
.left-margin {
	margin-left: 20px !important;
}
.right-margin {
	margin-right: 20px !important;
}
.top-margin {
	margin-top: 20px !important;
}
.bottom-margin {
	margin-bottom: 20px !important;
}
.no-margin {
	margin: 0 !important;
}
.no-left-margin {
	margin-left: 0 !important;
}
.no-right-margin {
	margin-right: 0 !important;
}
.no-top-margin {
	margin-top: 0 !important;
}
.no-bottom-margin {
	margin-bottom: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-left-padding {
	padding-left: 0 !important;
}
.no-right-padding {
	padding-right: 0 !important;
}
.no-top-padding {
	padding-top: 0 !important;
}
.no-bottom-padding {
	padding-bottom: 0 !important;
}
.opacity-50{
	opacity: 0.5;
}
.opacity-60{
	opacity: 0.6;
}
.opacity-70{
	opacity: 0.7;
}
.opacity-80{
	opacity: 0.8;
}
.opacity-90{
	opacity: 0.9;
}
.opacity-100{
	opacity: 1;
}
.img-rounded {
	border-radius: 100%;
}
.img-center {
	display: block;
	margin: 0 auto;
}
.position-relative {
	position: relative;
}
/*-----------------------------------*/
/* Columns Styles */
/*-----------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	position:relative;
}

/*-----------------------------------*/
/* Header Top */
/*-----------------------------------*/
.header-top {
	width:100%;
	height:100px;
	background: rgba(0,0,0,0.7);
	position:absolute;
	top:40px;
	z-index:5;
	border-bottom: 1px solid #e3ad47;
	border-top: 1px solid #e3ad47;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
}
.header-top .container {
	width:1100px;
	padding:0 0 0 0;
}
.logo {
	overflow: hidden;
	height:70px;
	width:244px;
	float:left;
	z-index:2;
	position:relative;
	margin-top: 15px;
}
.logo img {
	max-width:100%;
}
/*-----------------------------------*/
/* Header */
/*-----------------------------------*/
.header {
	position:relative;
	z-index:1;
	width:100%;
	margin:0;
	padding:0;
}
/* header with title */
.header_thin {
	padding-top:140px;
	background-image: url(../images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% auto;
}
.header_thin::after {
	content:"";
	width: 100%;
	height: 15px;
	position: absolute;
	background: url(../images/webshopcarte-separator.png) repeat-x;
	bottom: -7px;
	z-index: 9999999999;
}
.header_title {
	height:120px;
	background: rgba(255,255,255,0.3);
}
.header_title h1 {
	display:block;
	text-align:left;
	font-size:40px;
	color:#232323;
	margin:0;
	line-height:1em;
	text-shadow:0 1px 0px #fff;
	font-weight:normal;
	padding:38px 0 0 0;
}
.header_title h1 span,
.header_title strong span  {
	color:#f1541e;
}
.header_map {
	padding-top:90px;
	background:#000;
}
#header_map {
	position:relative;
	width:100%;
	height:525px;
}
.header_map img, .content .map img, .map img  {
	max-width:none !important;
}

.mini-cart{
	position: absolute;
	bottom: -43px;
	right: 0px;
	height: 40px;
	color: #fff;
	line-height: 40px;
}
.mini-cart a{
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	color: inherit;
	background: rgba(0,0,0,0.7);
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.mini-cart a:hover{
	color: inherit;
	background: rgba(171, 114, 28,1);
}
.mini-cart p{
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	color: inherit;
	background: rgba(0,0,0,0.7);
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.cart-popup{
	position: fixed;
	text-align: center;
	bottom: 20px;
	right: 10px;
	z-index: 9999999999;
	display: none;
	width: 250px;
	background: rgba(255,255,255,1);
	padding: 20px 20px;
	color: #232323;
	border-bottom: 3px solid #ab721c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
}
/*-----------------------------------*/
/* Header Sliders */
/*-----------------------------------*/
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:700px !important;
	overflow:hidden;
}

.fullwidthbanner-container img { max-width: inherit !important;}

.tp-bullets.simplebullets.round .bullet {
	background:url(../images/slider_pagination.png) no-repeat top left !important;
	width:10px !important;
	height:10px !important;
	margin-top:-5px !important;
	margin-left:8px !important;}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-position:bottom left !important}

/*-----------------------------------*/
/* Main Content Columns */
/*-----------------------------------*/
.content{

}
.content .container{
	padding: 40px 0px;
}
.main{}
.main-1{
	width: 800px;
	float: left;
}
.main-2{
	width: 500px;
	float: left;
}
.left{
	width: 260px;
	float: left;
	margin-right: 40px;
}
.right{
	width: 260px;
	float: right;
}
/*-----------------------------------*/
/* Webshop Carte */
/*-----------------------------------*/
.w-carte{
	width: 100%;
	position: relative;
	background: url(../images/carte-background.png) no-repeat center center;
}
.w-carte::before{
	content:"";
	width: 100%;
	height: 15px;
	position: absolute;
	background: url(../images/webshopcarte-separator.png) repeat-x;
	top: -7px;
	z-index: 9999999999;
}
.w-carte .container{
	padding: 50px 0px 50px 0px;
}
.w-carte .container h2{
	text-align: center;
	font-size: 40px;
	font-family: 'Lora', serif;
	font-style: italic;
	color: #6f3e1b;
	padding-bottom: 50px;
	background: url(../images/webshopcarte-header-separator.png) no-repeat center bottom;
}
.w-carte .container .carte-cats{
	margin: 30px 0px;
}
.w-carte .container .carte-cats ul{
	margin: 0px auto 0px auto;
	text-align: center;
	margin: 0px 0px;
}
.w-carte .container .carte-cats ul li{
	display: inline;
	padding: 0px 0px;
	margin: 0px 25px;
	font-size: 26px;
	font-family: 'Lora', serif;
	font-style: italic;
	color: #ab721c;
	cursor: pointer;
}
.w-carte .container .carte-cats ul li.active{
	color: #6f3e1b;
	border-bottom: 2px solid #6f3e1b;
}
#carte-items .carte_item{
	width:330px;
	height:360px;
	text-align:center;
	float:left;
	margin:0px 10px;
	font-size:13px;
	line-height:1.3em;
	background: rgba(0,0,0,0.6);
	border-bottom-left-radius: 200px 50px;
	border-bottom-right-radius: 200px 50px;
	border-bottom: 3px solid #ccc;
}
#carte-items .carte_item:hover {

}
#carte-items .carte_item a img{
	width:330px;
	height:230px;
}
#carte-items .carte_item a .prod-desc{
	width:330px;
	height:130px;
}
#carte-items .carte_item a .prod-desc h4{
	text-align: center;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 19px;
	color: #fff;
	padding: 20px 10px 10px 10px;
	margin-bottom: 0;
}
#carte-items .carte_item a .prod-desc p{
	text-align: center;
	font-family: 'Open Sans', serif;
	font-style: normal;
	font-size: 13px;
	color: #fff;
	padding: 10px 10px 10px 10px;
}
.w-carte .prev, .w-carte .next {
	position:absolute;
	top:330px;
	left:-30px;
	background:url(../images/arrow_latests.png) -10px 0 no-repeat;
	width:80px;
	height:163px;
	text-align:center;}

.w-carte .next {
	right:-30px;
	left:auto;
	background-position:-110px 0}

.w-carte .prev.disabled,
.w-carte .next.disabled {
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:default;
}
.no-products{
	width: 500px;
	padding: 30px 0px;
	text-align: center;
	font-size: 20px;
	color: #000;
	font-family: 'Open Sans', serif;
}

/*-----------------------------------*/
/* Chef Pick Plugin */
/*-----------------------------------*/
.chefpick{
	width: 100%;
	position: relative;
	background: url(../images/chefpick-background.jpg) no-repeat center top;
}
.chefpick::before{
	content:"";
	width: 100%;
	height: 15px;
	position: absolute;
	background: url(../images/webshopcarte-separator.png) repeat-x;
	top: -7px;
	z-index: 99;
}
.chefpick .container{
	padding: 60px 0px 70px 0px;
}
.chefpick .container h2{
	text-align: center;
	font-size: 40px;
	font-family: 'Lora', serif;
	font-style: italic;
	color: #fff;
	padding-bottom: 50px;
	margin-bottom: 50px;
	background: url(../images/chefpick-header-separator.png) no-repeat center bottom;
}

#chefpick-items .chefpick-item{
	width:900px;
	height:230px;
	text-align:center;
	float:left;
	margin:0 10px;
	padding: 15px;
	font-size:13px;
	line-height:1.3em;
	background: rgba(255,255,255,0.95);
	/*border-bottom-left-radius: 450px 50px;
	border-bottom-right-radius: 450px 50px;*/
	border-bottom: 3px solid #ccc;
}
#chefpick-items .chefpick-item img{
	width:330px;
	height:230px;
	float: left;
	margin-right: 15px;
}
#chefpick-items .chefpick-item .prod-desc{
	width:555px;
	height:130px;
	float: right;
}
#chefpick-items .chefpick-item .prod-desc h4{
	text-align: center;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 28px;
	color: #ab721c;
	padding: 20px 10px 10px 10px;
	margin-bottom: 0;
}
#chefpick-items .chefpick-item .prod-desc p{
	height: 90px;
	text-align: center;
	font-family: 'Open Sans', serif;
	font-size: 15px;
	font-style: normal;
	color: #000;
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #ab721c;
}
#chefpick-items .chefpick-item .prod-desc a.order{
	float: right;
	line-height: 33px;
	padding: 0px 40px;
	background: #ab721c;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-style: italic;
	border: 1px solid #d3bc8e;
	-webkit-box-shadow: 0 0 0 3px #ab721c;
	box-shadow: 0 0 0 3px #ab721c;
}
#chefpick-items .chefpick-item .prod-desc a.order:hover{
	background: #70a72e;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 3px #70a72e;
	box-shadow: 0 0 0 3px #70a72e;
}
.chefpick .prev, .chefpick .next {
	position:absolute;
	top:260px;
	left:-30px;
	background:url(../images/arrow_latests_white.png) -10px 0 no-repeat;
	width:80px;
	height:163px;
	text-align:center;}

.chefpick .next {
	right:-30px;
	left:auto;
	background-position:-110px 0}

.chefpick .prev.disabled,
.chefpick .next.disabled {
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:default;
}
.no-chefpick{
	width: 500px;
	padding: 30px 0px;
	text-align: center;
	font-size: 20px;
	color: #000;
	font-family: 'Open Sans', serif;
}
/*-----------------------------------*/
/* Testimorials Plugin */
/*-----------------------------------*/
.testimonials{
	width: 100%;
	position: relative;
	background: #232323;
}
/*.testimonials::before{
	content:"";
	width: 100%;
	height: 15px;
	position: absolute;
	background: url(../images/testimorials-separator.png) repeat-x;
	top: -7px;
	z-index: 9999999999;
}*/
.testimonials .container {
	padding: 60px 0px 70px 0px;
}
.testimonials .container h2{
	text-align: center;
	font-size: 40px;
	font-family: 'Lora', serif;
	font-style: italic;
	color: #fff;
	padding-bottom: 50px;
	margin-bottom: 30px;
	background: url(../images/testimorials-header-separator.png) no-repeat center bottom;
}
.testimonials .testimonials-item {
	text-align: center;
	width: 580px;
	padding: 0 260px;
}
.testimonials .quote-text {
	background: none;
	font-style: italic;
	color: #fff;
	font-size: 18px;
	font-family: 'Lora', serif;
	padding: 0;
	line-height: 1.8em;
}
.testimonials .quote-text p{
	font-style: italic;
	color: #fff;
	font-size: 18px;
	font-family: 'Lora', serif;
}
.testimonials .quote-author {
	text-align: center;
	color: #dca845;
	font-weight: normal;
	text-transform: none;
	font-size: 24px;
	font-style: italic;
	font-family: 'Lora', serif;
}
.testimonials .quote-author span{
	color: #dca845;
	font-weight: normal;
	text-transform: none;
	font-size: 24px;
	font-style: italic;
	font-family: 'Lora', serif;
}
.testimonials .prev, .testimonials .next {
	position:absolute;
	top:150px;
	left:-30px;
	background:url(../images/arrow_latests_white.png) -10px 0 no-repeat;
	width:80px;
	height:163px;
	text-align:center;}

.testimonials .next {
	right:-30px;
	left:auto;
	background-position:-110px 0}

.testimonials .prev.disabled,
.testimonials .next.disabled {
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:default;
}

/*-----------------------------------*/
/* Webshop */
/*-----------------------------------*/
.shop-header-icon{
	position: relative;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.shop-header-icon::after{
	content:"";
	position: absolute;
	height: 3px;
	width: 100%;
	bottom: -0px;
	left: 0;
	background: #ab721c;
}
.shop-header-icon img{
	height: 40px;
}
h2.shop-header-text{
	font-size: 40px;
	padding-bottom: 20px;
	background: url(../images/dot-separator.png) repeat-x left bottom;
}
.webshop{
	margin-top: 0px;
	padding: 25px;
	background: rgba(255,255,255,0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.webshop .item{
	position: relative;
	width:730px;
	height:100px;
	font-size:13px;
	padding: 20px 10px;
	padding-bottom: 25px;
	background: url(../images/dot-separator-small.png) repeat-x left bottom;
}

.webshop .item img{
	width:100px;
	height:100px;
	float: left;
	margin-right: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.webshop .item img:hover{
	-webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.7);
}
.webshop .item .desc{
	float: left;
	width:400px;
	height:100px;
}
.webshop .item .desc h4{
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 22px;
	color: #232323;
	padding: 20px 0px 5px 0px;
	margin-bottom: 0;
}
.webshop .item .desc h4 a:hover{
	color: #ab721c;
}
.webshop .item .desc p{
	font-family: 'Open Sans', serif;
	line-height: 18px;
	font-style: normal;
	font-size: 13px;
	color: #232323;
	padding: 0px 0px 0px 0px;
}
.webshop .item a.order{
	margin-top: 30px;
	float: right;
	line-height: 33px;
	padding: 0px 40px;
	background: #ab721c;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-style: italic;
	border: 1px solid #d3bc8e;
	-webkit-box-shadow: 0 0 0 3px #ab721c;
	box-shadow: 0 0 0 3px #ab721c;
}
.webshop .item a.order:hover{
	background: #70a72e;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 3px #70a72e;
	box-shadow: 0 0 0 3px #70a72e;
}
.webshop .item .pr-o{
	width: 180px;
	position: absolute;
	top: 30px;
	right: 5px;
}
.webshop .item .pr-o select {
	font-family: 'Lora', serif;
	font-size: 18px;
	font-style: italic;
	display: block;
	width: 100%;
	height: 35px;
	color: #232323;
	line-height: 33px;
	padding: 0px 10px 0px 5px;
	background: #fff;
	border: 1px solid #ab721c;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
	box-shadow: 0 0 0 1px #ab721c;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.webshop .item .pr-c{
	width: 180px;
	position: absolute;
	top: 75px;
	right: 5px;
}
.webshop .item .pr-c a.add {
	cursor: pointer;
	line-height: 33px;
	text-align: center;
	display: block;
	background: #fff;
	color: #232323;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-style: italic;
	border: 1px solid #ab721c;
	-webkit-box-shadow: 0 0 0 1px #ab721c;
	box-shadow: 0 0 0 1px #ab721c;
}
.webshop .item .pr-c a.add:hover {
	color: #fff;
	background: #70a72e;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 3px #70a72e;
	box-shadow: 0 0 0 3px #70a72e;
}
/*
.webshop .item{
	width:385px;
	height:380px;
	text-align:center;
	float:left;
	font-size:13px;
	line-height:1.3em;
	margin-bottom: 30px;
	background: rgba(0,0,0,0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 3px solid #ccc;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
}
.webshop .item:nth-child(even){
	margin: 0px 0px 30px 30px;
}
.webshop .item:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(112, 167, 46,1);
	box-shadow: 0 0 15px 0 rgba(112, 167, 46,1);
}
.webshop .item a img{
	width:370px;
	height:258px;
}
.webshop .item a .desc{
	width:370px;
	height:130px;
}
.webshop .item a .desc h4{
	text-align: center;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 19px;
	color: #fff;
	padding: 20px 10px 10px 10px;
	margin-bottom: 0;
}
.webshop .item a .desc p{
	text-align: center;
	font-family: 'Open Sans', serif;
	font-style: normal;
	font-size: 13px;
	color: #fff;
	padding: 10px 10px 10px 10px;
}
*/

/*-----------------------------------*/
/* Webshop Single Product */
/*-----------------------------------*/
.webshop-single{

}
.webshop-single .item{
	margin-top: 0px;
	padding: 20px;
	background: rgba(255,255,255,0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.webshop-single .item h2{
	text-align: center;
	font-size: 30px;
	border-bottom: 1px solid #ab721c;
	padding-bottom: 12px;
	padding-top: 5px;
}
.webshop-single .item .desc p{
	text-align: center;
	font-size: 18px;
	/*border-bottom: 1px solid #ab721c;*/
	padding-bottom: 17px;
}
.webshop-single .item .image{
	margin-top: 0px;
}
.webshop-single .item .image a img{
	/*-webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.4);*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.webshop-single .item .price .pl{
	float: left;
	width: 360px;
}
.webshop-single .item .price .pr{
	float: right;
	width: 360px;
}
.webshop-single .item .price select{
	font-family: 'Lora', serif;
	font-size: 18px;
	font-style: italic;
	display: block;
	width: 100%;
	height: 35px;
	color: #232323;
	line-height: 33px;
	padding: 0px 10px;
	background: #fff;
	border: 1px solid #ab721c;
	-webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.6);
	box-shadow: 0 0 0 3px #ab721c;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.webshop-single .item .price a.add{
	 cursor: pointer;
	 line-height: 33px;
	 text-align: center;
	 display: block;
	 background: #ab721c;
	 color: #fff;
	 font-family: 'Lora', serif;
	 font-size: 16px;
	 font-style: italic;
	 border: 1px solid #d3bc8e;
	 -webkit-box-shadow: 0 0 0 3px #ab721c;
	 box-shadow: 0 0 0 3px #ab721c;
 }
.webshop-single .item .price a.add i{
	color: #fff;
}
.webshop-single .item .price a.add:hover{
	background: #70a72e;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 3px #70a72e;
	box-shadow: 0 0 0 3px #70a72e;
}
/*-----------------------------------*/
/* Pagination */
/*-----------------------------------*/
.pagination{
	text-align: center;
	margin-top: 20px;
}
.pagination .item{
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0px 3px;
	padding: 0px;
	color: #232323;
	background: rgba(255,255,255,1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pagination .item:hover{
	color: #fff;
	background: rgba(0,0,0,0.8);
}
.pagination .item.active{
	color: #fff;
	background: rgba(0,0,0,0.8);
}
.pagination .item i{
	color: #232323;
}
.pagination .item:hover i{
	color: #fff;
}

/*-----------------------------------*/
/* Checkout */
/*-----------------------------------*/
#checkout-holder .message .content .header{
	font-size: 24px;
	margin-bottom: 20px;
}
#checkout-holder .message .content p{
	font-size: 18px;
}
#checkout-holder{
	margin-top: 0px;
	padding: 25px;
	background: rgba(255,255,255,0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.checkout-header{
	padding-bottom: 10px;
	border-bottom: 3px solid #ab721c;
}
.checkout-box .item{
	width:730px;
	height:60px;
	font-size:13px;
	padding: 10px 10px;
	padding-bottom: 13px;
	background: url(../images/dot-separator-small.png) repeat-x left bottom;
}
.checkout-box .item img{
	width:60px;
	height:60px;
	float: left;
	margin-right: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.checkout-box .item img:hover{
	-webkit-box-shadow: 0 0 0 5px #ab721c;
	box-shadow: 0 0 0 5px #ab721c;
}
.checkout-box .item .desc{
	float: left;
	width:630px;
	height:60px;
}
.checkout-box .item .desc h4{
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 22px;
	color: #232323;
	padding: 17px 0px 5px 0px;
	margin-bottom: 0;
}
.checkout-box .item .desc p{
	font-family: 'Open Sans', serif;
	line-height: 18px;
	font-style: normal;
	font-size: 13px;
	color: #232323;
	padding: 0px 0px 0px 0px;
}
.checkout-box .item a.remove{
	margin-top: 17px;
	float: right;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.checkout-box .item a.remove:hover i{
	color: #e80000;
}
.checkout-total{
	font-size: 24px;
	margin: 20px 0px 40px 0px;
	text-align: right;
}
/* Order Form */
.order-form-header{
	padding-bottom: 10px;
	border-bottom: 3px solid #ab721c;
}
.order-form{
	width: 100%;
	margin-top: 40px;
}
.order-form .form-left{
	width: 49%;
	float: left;
	margin-right: 2%;
}
.order-form .form-right{
	width: 49%;
	float: left;
}
.order-form .field{
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.order-form .field input{
	font-family: 'Lora', serif;
	font-size: 18px;
	font-style: italic;
	display: block;
	width: 95%;
	line-height: 30px;
	height: 30px;
	padding: 0px 10px;
	background: rgba(255,255,255,0);
	border: none;
	border-bottom: 3px solid #8c8b8b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.order-form .field input:focus, .order-form .field input:hover{
	border-bottom: 3px solid #ab721c;
}

.order-form .field input.order-gdpr{
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0px 10px;
	background: rgba(255,255,255,0);
	border: none;
	border-bottom: 3px solid #8c8b8b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.order-form .field textarea{
	font-family: 'Lora', serif;
	font-size: 18px;
	font-style: italic;
	display: block;
	width: 97%;
	line-height: 30px;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	padding: 0px 10px;
	background: rgba(255,255,255,0);
	border: none;
	border-bottom: 3px solid #8c8b8b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.order-form .field textarea:focus, .order-form .field textarea:hover{
	border-bottom: 3px solid #ab721c;
}

.order-form .field select{
	font-family: 'Lora', serif;
	font-size: 18px;
	font-style: italic;
	display: block;
	width: 100%;
	height: 33px;
	line-height: 33px;
	padding: 0px 10px;
	background: rgba(255,255,255,0);
	border: none;
	border-bottom: 3px solid #8c8b8b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.order-form .field select:focus, .order-form .field select:hover{
	border-bottom: 3px solid #ab721c;
}
.order-form .field .captcha-append {
	position: absolute;
	right: 5px;
	top: 2px;
}
.order-form .field .order-btn{
	margin-top: 20px;
	cursor: pointer;
	line-height: 44px;
	text-align: center;
	display: block;
	width: 100%;
	background: #ab721c;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-style: italic;
	border: 1px solid #d3bc8e;
	-webkit-box-shadow: 0 0 0 3px #ab721c;
	box-shadow: 0 0 0 3px #ab721c;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.order-form .field .order-btn:hover, .order-form .field .order-btn:focus{
	background: #70a72e;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 3px #70a72e;
	box-shadow: 0 0 0 3px #70a72e;
}
.checkout-box .errMsg .error{
	padding: 10px;
	background: #c94c4c;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.checkout-box .errMsg .error .header{
	font-size: 20px;
}
.checkout-box .errMsg .error .content ul li{
	font-size: 14px;
}
#map {

}
.errPopUp{
	z-index: 99999999;
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding: 20px;
	width: 300px;
	font-size: 18px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.5);
	box-shadow: 0 5px 7px 0 rgba(0,0,0,0.5);
}
.errPopUp h3{
	font-size: 26px;
	color: red;
}
/*-----------------------------------*/
/* Gallery Module */
/*-----------------------------------*/
.gallery-title{
	text-align: center;
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ab721c ;
}
#gallerywrap{
	position: relative;
}
#gallerywrap .item {
	background: rgba(0,0,0,0.7);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#gallerywrap .item a{
}
#gallerywrap .item a img{
	width: 100%;
}
#gallerywrap .item a h4{
	padding: 5px 10px 10px 10px;
	margin: 0px;
	text-align: center;
	color: #fff;
}
#gallerywrap .item a p{
	padding: 0px 10px 10px 10px;
	text-align: center;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}
/*-----------------------------------*/
/* Sidebar Plugin */
/*-----------------------------------*/
.sidebar-plugin{
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.sidebar-plugin.white{
	background: rgba(255,255,255,0.8);
	border: 5px solid rgba(0,0,0,0.5);
}
.sidebar-plugin.green{
	background: rgba(110, 186, 87,0.8);
	border: 3px solid rgba(255,255,255,0.9);
	color: #fff;
}
.sidebar-plugin h3{
	font-size: 22px;
	padding: 0;
	padding-bottom: 10px;
	margin:0px;
	margin-bottom:10px;
	background: url(../images/dot-separator-small.png) repeat-x left bottom;
}
/*-----------------------------------*/
/* Webshop Category Plugin */
/*-----------------------------------*/
.webshop-category-plugin #nav  {
	list-style: none;
	margin: 0;
	padding: 0;
}
.webshop-category-plugin > #nav > li {
	padding:0px 0px;
	list-style: none;
}
.webshop-category-plugin > #nav > li + li {
	list-style: none;
}
.webshop-category-plugin > #nav > li > a {
	color: #232323;
	display: block;
	font-size: 18px;
	padding: 4px 0 4px 0px;
	text-decoration: none;
	list-style: none;
}
.webshop-category-plugin > #nav > li > a:hover {
	color: #ab721c;
}
.webshop-category-plugin > #nav > li ul {
	display: none;
	list-style: none;
}
.webshop-category-plugin > #nav > li a.active {
	font-weight: bold;
	list-style: none;
	color:#ab721c;
}
.webshop-category-plugin #nav li a:hover {
	color:#ab721c;
	list-style: none;
}
.webshop-category-plugin > #nav > li ul {
	display: none;
	margin-left: 15px;
	padding-top:0px;
	list-style: none;
}
.webshop-category-plugin > #nav > li ul > li {
	padding:0px;
	list-style: none;
}
.webshop-category-plugin > #nav > li ul > li > a {
	color: #232323;
	display: block;
	font-size: 16px;
	padding: 4px 0 4px 0px;
	text-decoration: none;
	list-style: none;
}
.webshop-category-plugin > #nav > li ul > li > a.active {
	font-weight: bold;
	list-style: none;
	color:#ab721c;
}

/*-----------------------------------*/
/* Webshop Cart Plugin */
/*-----------------------------------*/
.webshop-cart-plugin .item{
	border-bottom: 1px dotted #ccc;
	position: relative;
}
.webshop-cart-plugin .item .header{
	font-size: 18px;
	color: #232323;
	width: 200px;
}
.webshop-cart-plugin .item .header a{
	font-size: 18px;
	color: #232323;
}
.webshop-cart-plugin .item .header a:hover{
	color: #70a72e;
}
.webshop-cart-plugin .item .remove{
	width: 15px;
	position: absolute;
	top: 2px;
	right: 0px;
}
.webshop-cart-plugin .item .remove a i{
	color: #232323;
	cursor: pointer;
}
.webshop-cart-plugin .item .remove a i:hover{
	color: #e80000;
}
.webshop-cart-plugin .item .opinion{
	 font-size: 13px;
}
.webshop-cart-plugin .total{
	font-size: 16px;
	margin: 10px 0px;
}
.webshop-cart-plugin .total span{
	font-size: 13px;
}
.webshop-cart-plugin a.checkout-btn{
	margin-top: 30px;
	line-height: 33px;
	text-align: center;
	display: block;
	background: #ab721c;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-style: italic;
	border: 1px solid #d3bc8e;
	-webkit-box-shadow: 0 0 0 3px #ab721c;
	box-shadow: 0 0 0 3px #ab721c;
}
.webshop-cart-plugin a.checkout-btn:hover{
	background: #70a72e;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 3px #70a72e;
	box-shadow: 0 0 0 3px #70a72e;
}
.checkout-warning{
	display: inline-block;
	margin-top: 10px;
	padding: 10px;
	background: #c94c4c;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
}

/*-----------------------------------*/
/* Contact Form Box */
/*-----------------------------------*/
.contact-box{
	width: 100%;
}
.contact-box .contact-info{
	width: 40%;
	float:right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-box .contact-info h3{
	line-height: 26px;
}
.contact-box .contact-info h3 span{
	font-size: 14px;
}
.contact-box .contact-form{
	width: 50%;
	float:left;
}
.contact-box .field{
	margin-bottom: 25px;
	position: relative;
}
.captcha-append{
	position: absolute;
	right: 15px;
	top: 5px;
}
.contact-box .contact-form .field input{
	font-family: 'Lora', serif;
	font-size: 16px;
	font-style: italic;
	display: block;
	width: 100%;
	line-height: 30px;
	height: 30px;
	padding: 0px 10px;
	background: rgba(255,255,255,0);
	border: none;
	border-bottom: 3px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact-box .contact-form .field textarea{
	font-family: 'Lora', serif;
	font-size: 16px;
	font-style: italic;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 120px;
	min-height: 120px;
	max-height: 120px;
	line-height: 30px;
	height: 28px;
	padding: 0px 10px;
	background: rgba(255,255,255,0);
	border: none;
	border-bottom: 3px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact-box .contact-form .field textarea:focus, .contact-box .contact-form .field input:focus, .contact-box .contact-form .field textarea:hover, .contact-box .contact-form .field input:hover{
	border-bottom: 3px solid #ab721c;
}
.contact-box .contact-form .field button.send-btn{
	cursor: pointer;
	line-height: 33px;
	padding: 0px 40px;
	background: #aaa;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-style: italic;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 3px #aaa;
	box-shadow: 0 0 0 3px #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact-box .contact-form .field button.send-btn:focus, .contact-box .contact-form .field button.send-btn:hover{
	line-height: 33px;
	padding: 0px 40px;
	background: #ab721c;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-style: italic;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 3px #ab721c;
	box-shadow: 0 0 0 3px #ab721c;
}

.contact-box .contact-form .field input.contact-gdpr {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0px 10px;
	background: rgba(255,255,255,0);
	border: none;
	border-bottom: 3px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.link-gdpr{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.link-gdpr:hover{
	color: #ff0000;
}

#msgholder .nuby.error{
	padding: 15px;
	background: #c94c4c;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#msgholder .nuby.error .header{
	font-size: 20px;
}
#msgholder .nuby.error ul li{
	font-size: 14px;
}
#msgholder .nuby.success{
	padding: 15px;
	background: #70a72e;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*-----------------------------------*/
/* Delivery Zone Plugin */
/*-----------------------------------*/
.delivery-zone{
	width: 100%;
	position: relative;
}
.delivery-zone::after {
	content: "";
	width: 100%;
	height: 15px;
	position: absolute;
	background: url(../images/webshopcarte-separator.png) repeat-x;
	top: -7px;
	z-index: 9999999999;
}
.delivery-zone #zoneMap{
	width: 100%;
	height: 500px;
}
.delivery-zone .search-address{
	padding: 10px;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 99999;
}
.delivery-zone .search-address #address{
	width: 250px;
	line-height: 34px;
	padding: 0px 10px;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 18px;
}
.delivery-zone .search-address .zone-btn{
	cursor: pointer;
	line-height: 29px;
	padding: 0px 20px;
	background: #ab721c;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-style: italic;
	border: 1px solid #d3bc8e;
	-webkit-box-shadow: 0 0 0 3px #ab721c;
	box-shadow: 0 0 0 3px #ab721c;
}
.delivery-zone .search-address .zone-btn:hover{
	background: #70a72e;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 3px #70a72e;
	box-shadow: 0 0 0 3px #70a72e;
}
#zoneMsg{
	 width: 300px;
	 padding: 10px;
	 background: rgba(255,255,255,0.9);
	 position: absolute;
	 top: 80px;
	 right: 10px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 display: none;
	z-index: 99999;
 }
#zoneMsg h3{
	font-family: 'Lora', serif;
	font-size: 26px;
	font-style: italic;
	margin-bottom: 10px;
}
#zoneMsg p{
	font-family: 'Lora', serif;
	font-size: 16px;
	font-style: italic;
	margin: 0;
}
#zoneMsg h3.ok, #zoneMsg p.ok{
	color: green;
}
#zoneMsg h3.notok, #zoneMsg p.notok{
	color: red;
}
.mOverlay{
	font-size: 32px;
	line-height: 35px;
	/*color: #66a02b;
	text-shadow: 1px 1px 0px #000;*/
	text-align:center;
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: 700;
	color: rgba(0,0,0,0.7)
}
.mOverlay h1{
	font-size: 38px;
	text-align:center;
	color: rgba(0,0,0,0.5)
	/*text-shadow: 1px 1px 0px #000;*/
}
/*-----------------------------------*/
/* Footer */
/*-----------------------------------*/
.footer{
	width: 100%;
}
.footer-top{
    width: 100%;
    height: 300px;
    background: #fff;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	position: relative;
}
.footer-top::before{
	content:"";
	width: 100%;
	height: 15px;
	background: url(../images/footer-separator.png) repeat-x;
	position: absolute;
	top: -7px;
	z-index: 999;
}
.footer-top .f-box-1{
	width: 250px;
	float: left;
	margin: 50px 50px 30px 0px;
}
.footer-top .f-box-2{
	width: 500px;
	float: right;
	margin: 50px 0px 30px 0px;
}
.footer-top .f-box-1 h3{
	color: #000;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 20px;
}
.footer-top .f-box-1 ul.wt{
	padding-left: 35px;
	background: url(../images/footer-clock-icon.png) no-repeat;
}
.footer-top .f-box-1 ul.wt li{
	line-height: 20px;
	margin-bottom: 15px;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
}
.footer-top .f-box-1 ul.ct{
	padding-left: 0px;
}
.footer-top .f-box-1 ul.ct li{
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	line-height: 20px;
	margin-bottom: 15px;
	padding-left: 35px;
}
.footer-top .f-box-1 ul.ct li.f-pin{
	background: url(../images/footer-pin-icon.png) no-repeat;
}
.footer-top .f-box-1 ul.ct li.f-phone{
	background: url(../images/footer-phone-icon.png) no-repeat;
}
.footer-top .f-box-1 ul.ct li.f-envelope{
	background: url(../images/footer-envelope-icon.png) no-repeat;
}
.footer-bottom{
	width: 100%;
	background: #232323;
	height: 60px;
	line-height: 60px;
}
.footer-bottom .copyright{
	float: left;
	width: 400px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color:#fff;
	font-family: 'Lora', serif;
}
.footer-bottom .social-icons{
	float: right;
	width: 100px;
	height: 30px;
	margin-top: 10px;
}
.footer-bottom .social-icons a.facebook{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	background-image: url(../images/footer-icons.png);
	background-position: 0px 0px;
}
.footer-bottom .social-icons a.facebook:hover{
	background-position: 0px -30px;
}
.footer-bottom .social-icons a.instagram{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../images/footer-icons.png);
	background-position: 0px 60px;
}
.footer-bottom .social-icons a.instagram:hover{
	background-position: 0px 30px;
}

/*==========================================
    Coockie Law
==========================================*/
#accept_cookies {
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999999;
	position: fixed;
	padding: 0 0 10px 0;
	width: 100%;
	text-align: center;
	left: 0;
	color: rgb(255, 255, 255);
	font-family: 'Open Sans', sans-serif;
	bottom: 0px;
}
.euinner {
	padding: 15px;
	width: 98%;
	margin: 0 auto;
}
.notice-txt{
	width: 100%;
	float:left;
	font-size: 13px;
	text-align: center;
	font-style: normal;
}
.notice-btn{
	/*width: 15%;*/
	float:left;
}
#accept_cookies button {
	color: rgb(255, 255, 255);
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	height: 30px;
	margin-left: 20px;
	/*padding: 10px 20px;*/
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#accept_cookies button:hover {
	color: #ab721c;
	background: rgba(0, 0, 0, 0.2);
	border: 2px solid #ab721c;
}