/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,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:none}table{border-collapse:collapse;border-spacing:0}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  position: relative;
  min-height: 100%;
}
body {
	/*background: url(../images/bg.jpg) center center repeat;*/
	background-color: #e5e5e5;
	background-size: auto;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	/*position: relative;*/
	cursor:auto;
	/*font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  /*color:#15C5F5;
  color:#333;*/
  color:#f9b707;
  /*-webkit-transition:color .2s linear;
  -moz-transition:color .2s linear;*/
  font: inherit;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
a:hover {
  /*text-decoration:underline;*/
  /*outline: 0;*/
  /*color:#5bdcff;*/
  color:#f0a438;
}
a:active {
  /*color:#32bac2;*/
  color:#d81b2e;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
i,em {
	font-style:italic;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight:bold;
  font-size: 2em;
  margin: 0.37em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.27em 0;
  line-height: 1.1em;
}
h3 {
  font-size: 1.3em;
  margin: 0.37em 0;
  line-height: 1.1em;
}
h4 {
  font-size: 1em;
  margin: 0.27em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-left: 4px;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
	/*text-decoration: underline;*/
  /*outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
  outline: none; /* remove the dotted outline added by Firefox */
}
p {
	margin: 0px;
	padding: 0 0 20px;
	font-size: 18px;
	line-height: 22px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
ol, ul {
    list-style: none outside none;
}
.bold {
	font-weight:bold;
}
.clearfix:before, .clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
}
 
.clearfix{
    zoom:1;
}
.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.centered,.center {
	text-align:center;
}
/*fileupload bootstrap css*/
/*fileupload bootstrap css*/
input::-webkit-input-placeholder { color: #999; font-style: italic; font-size: 14px; }
input::-moz-placeholder { color: #999; font-style: italic; font-size: 14px; } /* firefox 19+ */
input:-ms-input-placeholder { color: #999; font-style: italic; font-size: 14px; } /* ie */
input.placeholder { color: #999; font-style: italic; font-size: 14px; } /* ie 9 and older */
input:-moz-placeholder { color: #999; font-style: italic; font-size: 14px; }
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder { color: transparent; } /* firefox 19+ */
input:focus:-ms-input-placeholder { color: transparent; } /* ie */
input:focus:-moz-placeholder { color: transparent; }
/* Site styles */
.slicknav_menu, .mobilemenu {
	display:none;
}
.containerrelative {
	position: relative;
}
.containerwrap {
	padding-right: 20px;
	padding-left: 20px;
}
.container {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
	width:100%;
}
.containerwrapheader {
	/*background-color:#FFF;*/
}

.containerwrapheaderfixed {
	padding: 0;
	z-index: 1034 !important;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0px;
	width: 100%;
}
.containerwrapnav {
	padding-right: 10px;
	padding-left: 10px;
	/*background-color: #242120;
	border-bottom: 1px solid #3f3e42;*/
}
.topline {
    padding-top: 40px;
	padding-bottom: 20px;
	text-align:center;
}
.toplinefirst {
	padding-top:110px;
}
hr {
	border: 0;
}
.h1sitename {
	font-weight: 400;
	font-style: normal;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
	font-size: 90px;
	line-height: 1.3;
	letter-spacing: 28px;
}
.toptoplinehr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f9b707;
	display:inline-block;
	width:20%;
}
.toplinehr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f9b707;
	display:inline-block;
	width:10%;
}
.h1sitename {
	font-weight: 400;
	font-style: normal;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
	font-size: 62px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-align:center;
}
.welcomemessage {
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-align:center;
	padding-bottom: 30px;
}
.welcomemessage2 {
	color:#FFF !important;
}
.paragraphtexts {
	font-weight: 400;
	font-style: normal;
	/*font-family: 'Raleway', sans-serif;*/
	/*color: #ffffff;*/
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0px;
	width: 83.33333333%;
	padding-bottom: 40px;
	display: inline-block;
}
.topparagraph {
	color: #FFF !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.logoheadercontainer {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
section {
	/*margin-top:60px;*/
}
section#index {
    /*margin-top: 62px;*/
}
section#cookie,section#notfound,section#terms {
    margin-top: 100px;
}
.otherpage {
	min-height: 600px;
}
.logonav {
	display: inline-block;
	width: 200px;
	height: auto;
}
.logonav img {
	width: 100%;
	height: auto;
	webkit-filter: drop-shadow(2px 2px 2px #545151);
	filter: drop-shadow(2px 2px 2px #545151);
}
.logonavleft {
	float:left;
	margin-right:10px;
}
.fade-big-top {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent url("../images/top-shadow.png") repeat-x scroll 0px 0px;
    width: 100%;
    height: 160px;
    display: block;
}
.fade-big-bottom {
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: transparent url("../images/bottom-shadow.png") repeat-x scroll 0px 0px;
    width: 100%;
    height: 160px;
    display: block;
}


.bxsliderwrapper1 {
	float:left;
	width:640px;
	height:auto;
	position:relative;
}
.bxslider1 > a {
	/*width:640px !important;*/
    float: left;
	vertical-align:middle;
	text-align: center;
}
.bxslider1 > li {
	/*width:640px !important;*/
    float: left;
	vertical-align:middle;
	text-align: center;
}
.bxslider1 > li > img {
	/*width:640px !important;*/
    /*float: left;*/
	vertical-align:middle;
	text-align: center;
	width:100%;
	height:auto;
}
.bxslider1 a > li > img {
	/*width:640px !important;*/
    /*float: left;*/
	vertical-align:middle;
	width:100%;
	height:auto;
}
.bxsliderwrapper2 {
	width:640px;
	line-height:130px;
	overflow:hidden;
}
.bxslider2 > a {
	position: relative;
	width:200px !important;
    float: left;
	vertical-align:middle;
	text-align: center;
}
.bxslider2 > li {
	position: relative;
	width:200px !important;
    float: left;
	vertical-align:middle;
	text-align: center;
}
.slider-prev {
	transition: background-color 0.25s ease 0s;
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/prev.png");
	height: 100%;
	z-index: 1096;
	position: absolute;
	left: 0px;
	width:43px;
}
.slider-next {
	transition: background-color 0.25s ease 0s;
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/next.png");
	height: 100%;
	z-index: 1096;
	position: absolute;
	right: 0px;
	width:43px;
}
.slider-prev a, .slider-next a {
	display: block;
	height: 100%;
}
.slider-next:hover,.slider-prev:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.indexfirstright {
	width:300px;
	float:right;
	height:auto;
}
.nav {
	/*width: 100%;*/
}
.navbarproduct .fa-caret-down, .navbarproduct .fa-caret-up {
	font-size: 16px;
	margin-left: 5px;
}
.mainpicwrap {
	height:600px;
	background-image: url("../images/mainpic.jpg");
	background-size: cover;
	width: 100%;
}
.mainpicwrap2 {
	/*height:500px;*/
	background-image: url("../images/mainpic2.jpg");
	background-size: cover;
	width: 100%;
	background-repeat: repeat-y;
}
/*.mainpicwrap2 h2 {
	font: bold italic 48px/57px 'Merriweather',serif;
	text-align: center;
	padding-top: 115px;
	color: #FFF;
	margin: 0px;
}*/
.honeybtn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
    color: white;
    background: #d81b2e;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    max-width: 100%;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-top: 16px;
	padding: 20px 34px;
}
.honeybtn:hover {
	color: white;
	background: #4e3e18;
}
.navbar_fixed {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all 0.3s ease 0s;
}
.navbar_transparent {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 1%, transparent 100%);
    box-shadow: none;
}
.navbar_static {
    display: block;
    background-color: #272727;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
	transition: all 0.3s ease 0s;
}
.topcontainerwrap {
	transition: all 0.3s ease 0s;
}
.locationdiv {
	/*color:#ab8c4b;*/
	display: inline-block;
	float: right;
	line-height: 30px;
	padding-left: 0px;
	color: #e6e6e6;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 4px;
}
.locationdiv .fa {
	margin-right: 4px;
	font-size: 15px;
}
.locationdiv .fa-map-marker {
	margin-right: 4px;
	font-size: 20px;
}
.locationdiv .fa-phone {
	margin-right: 4px;
	font-size: 20px;
}
.locationdivblock {
	float:right;
	padding-right: 10px;
}
/*.locationdivblock1 {
	padding-top: 5px;
}*/
.locationdivblock1 a:hover {
	color:#d81b2e;
}
.locationdivblock2 {
	/*border-left: 1px solid #ab8c4b;*/
	padding-left:10px;
	padding-left:0px;
}
.respecth1 {
	font: 900 italic 72px/86px 'Merriweather',serif;
	margin: 0px;
	color: #FFF;
	padding-top: 100px;
	width: 40%;
	padding-left: 40px;
}
.producttable {
	background: #5a471d;
	z-index: 10;
	position: absolute;
	display: none;
	text-transform: uppercase;
	text-align: center;
	display:none;
	font-weight:bold;
	color: #FFF;
	padding-bottom:10px;
	padding-top:10px;
	width: 100%;
}
.producttable li a {
	color: #FFF;
	width: 100%;
	display: block;
	padding: 8px 0px;
	font-size: 14px;
}
.producttable li a:hover {
	color: #f9b707;
	background-color: #FFF;
	width: 100%;
	display: inline-block;
	text-decoration:none;
}
.producttable li {
}
.navbarmenu > li {
    position: relative;
    float: left;
}
.navbarmenu > li > a {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform:uppercase;
    font-size: 14px;
	line-height: 30px;
	padding: 16px 10px;
    color: #FFF;
    display: block;
	/*font-weight:600;*/
	letter-spacing: 1.1px;
}
.navbarmenu > li > a:hover,.navbarmenu > li.active a {
	/*background-color:#d81b2e;*/
	/*text-decoration:underline;*/
	color:#f9b707;
}
/*
.navbarmenu > li > a:hover:before, .navbarmenu > li.active a:before {
    top: 6px;
}
.navbarmenu > li > a:before {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f9b707;
    content: "";
    transition: all .35s;
}
.navbarmenu > li:first-child.active > a,.navbarmenu > li.active > a {
	color:#FFF;
}
*/
.navbarmenu > li.rightlanguageli.active > a {
	color:#f9b707;
}
.indexcontainer {
    /*background-color: #FFF;
    min-height: 300px;*/
	overflow: hidden;
	/*padding: 20px;*/
	margin-bottom:20px;
	/*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);*/
}
.honeysdescription {
	padding-bottom: 30px;
}
.onethirdrow {
	width: 33.33333333%;
	float:left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.onethirdrow figure {
	padding-top:30px;
	margin-bottom:20px;
	text-align: center;
}
.onethirdrow figure img {
	height: 200px;
	width: auto;
}
.onethirdrow h4 {
	margin-bottom: 6px;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #443618;
	line-height: 27px;
}
.onethirdrow .readmore {
	background: transparent;
	color: #d81b2e;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.onethirdrow .readmore:hover,.onethirdrow .readmore:active,.onethirdrow .readmore:focus {
	color: #443618;
}
.indexcontainerfirst {
	/*margin-top:20px;*/
}
.secondcontainerwrapper {
	/*background-color: #242120;*/
	background-color: #FFF;
	font-size: 16px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.secondcontainerwrapper figure {
	float: right;
	max-width: 50%;
	font-size: 0;
	line-height: 0;
	margin: 0 0px 20px 20px;
	position: relative;
}
.secondcontainerwrapper figure img {
	width:100%;
	height:auto;
}
.ownerwrapper {
	
}
.imgownerwrapper {
	float: left;
	width: 50%;
}
.imgownerwrapper img {
	max-width:200px;
	padding-right: 20px;
	width: 100%;
	height: auto;
}
.quoteownerwrapper {
	float: left;
	text-align: center;
	width: 50%;
}
.quoteownerwrapper p {
	/*font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
	text-align: left;
}
/*
.secondcontainerwrapper h3 {
	color: #de8e1c;
	font: bold italic 36px/43px 'Merriweather',serif;
	margin-bottom: 16px;
}*/
.thirdcontainerwrapper {
	background: #fff;
	font-size: 16px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.thirdcontainerwrapper2 {
	background: #f7f0e3;
}
.thirdcontainerwrapper figure {
	float: left;
	max-width: 50%;
	font-size: 0;
	line-height: 0;
	margin: 0 20px 20px 0px;
	position: relative;
}
.thirdcontainerwrapper figure img {
	width:100%;
	height:auto;
}
.thirdcontainerwrapper h3 {
	color: #de8e1c;
	font: bold italic 36px/43px 'Merriweather',serif;
	margin-bottom: 16px;
}
.mapaboutdestinationswrapper {
	background: #f7f0e3;
	font-size: 16px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.articlebox {
	border-bottom: 1px solid #929498;
	width: 100%;
	padding: 5px 5px 15px;
	margin-bottom: 5px;
	color: #5C5D5F;
	position: relative;
	overflow: hidden;
	z-index: 10;
}
.articlebox .image {
    float: left;
    height: 135px;
    width: 220px;
}
.articleheader h3 {
    font-size: 20px;
    color: #000;
    margin: 0px;
    font-weight: bold;
}
.articlebox h3 a {
    color: #000;
    font-size: 23px;
    line-height: 25px;
    font-weight: bold;
}
.articlebox articledescription {
	width: 380px;
	float: left;
	padding: 5px;
	position: relative;
	z-index: 12;
	line-height: 18px;
}
.articlebox .description {
    float: left;
	width: 380px;
}
/*.dijtetelbox, .szabalyzatbox {
	border-bottom:none;
}*/
.dijtetelbox {
	margin-bottom: 30px;
}
.map {
    width: 100%;
    height: 300px;
    /*padding: 0px 30px;*/
}
.mapholder iframe {
	pointer-events: none;
}
.mapholder2 iframe {
	pointer-events: none;
}
.contactwrapper {
	background: #FFF;
}
.contact_text {
	font-size: 16px;
	text-align: left;
	border-radius: 5px;
	/*box-shadow: 1px 1px 1px #ccc;
	background: #FEFEFE none repeat scroll 0% 0%;*/
	color: #563B3B;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	border: 1px solid #CCC;
	font-weight: 400;
	font-style: normal;
	/*font-family: 'Raleway', sans-serif;*/
	color: #333;
}
.contactinfo {
    width: 33.3333%;
    float: left;
}
.contact_text p {
    font-size: 18px;
    text-align: justify;
    padding: 0px 10px 0px 10px;
    line-height: 1.5;
}
.contact_text h1 {
	line-height: 23px;
    font-size: 20px;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f9b707;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 8px;
	font-weight:normal;
}
.contact h1 {
    padding: 10px 10px 5px 10px;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
}
.address {
    max-width: 240px;
    display: inline-block;
    padding: 0px 10px 0px 10px;
}
.contact_form h2 {
    padding: 10px;
    font-size: 24px;
    text-align: center;
    /*font-weight: bold;*/
	font-weight:normal;
	color:#FFF;
}
.contact_form {
    width: 66.6667%;
    float: right;
	padding-bottom: 105px;
}
.contactcont {
    box-sizing: border-box;
    padding-left: 50px;
}
/*.contactcont2 {
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
}*/
.address span {
    display: inline-block;
    font-size: 18px;
}
.sendbutton {
	padding: 5px;
	display:block;
	float: right;
	padding-right:0px;
}
.btn {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px 25px 10px 25px;
	border-radius: 4px;
	color: #333;
	transition: 0.5s;
  	-moz-transition: 0.5s;
  	-webkit-transition: 0.5s;	
}
.btn-file, .fileinput-cancel-button, .fileinput-remove-button, .fileinput-upload-button {
	padding: 6px 12px;
}
.btn:hover {
	background: #f9b707;
	transition: 0.5s;
  	-moz-transition: 0.5s;
  	-webkit-transition: 0.5s;
	color: #FFF;
	border: 1px solid #CCC;
}
.sendbutton .btn {
	background: #f9b707 !important;
	border: 1px solid #CCC !important;
	padding: 10px 25px 10px 25px !important;
	border-radius: 4px !important;
	color: #fff !important;
	transition: 0.5s !important;
  	-moz-transition: 0.5s !important;
  	-webkit-transition: 0.5s !important;	
}
.sendbutton .btn:hover {
	background: #000 !important;
	transition: 0.5s !important;
  	-moz-transition: 0.5s !important;
  	-webkit-transition: 0.5s !important;
	color: #FFF !important;
	border: 1px solid #FFF !important;
}
.adatokmentese {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	cursor:pointer;
}
.winetypeimage {
	width: 200px;
height: auto;
	border: 2px solid #f9b707;
	float: left;
	margin-left: 10px;
}
.winelabelimage {
	width: 200px;
height: auto;
	border: 2px solid #f9b707;
	float: left;
	margin-left: 10px;
}
.orderwrapperdiv {
	text-align: left;
	width: 600px;
	display: inline-block;
}
.orderwrapperdivfirst {
	margin-bottom: 28px;
}
.orderdesc span {
	font-weight: 400;
	font-style: normal;
	/*font-family: 'Raleway', sans-serif;*/
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0px;
	width: 300px;
	display: inline-block;
	float: left;
}
.contactcont a {
	color: #f9b707;
}
.contactcont a:hover {
	color: #f0980e;
}
.contactcont a:active {
  color: #d81b2e;
}
.contact_form2wrap {
	width:100%;
	text-align:center;
	padding-bottom: 40px;
}
.contactcont2 {
	padding-left:0px;
}
.contactcont .success {
	background: transparent !important;
	box-shadow: none !important;
}
.contactcont .failed {
	background: transparent !important;
	box-shadow: none !important;
}
.form-div {
	text-align:left;
}
.contact_form2 {
	width:80%;	
	float:none;
	display: inline-block;
	/*font-family: 'Raleway', sans-serif;*/
}
.contact_form2 .form-div input,.contact_form2 .form-messagebox textarea {
	color: #ffffff;
	background-color: transparent;
	font-style: normal;
	font-weight: 400;
	border:0px;
	border-bottom: 1px solid #f9b707;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
}
.contact_form2 .form-div select {
	color: #ffffff;
	background-color: transparent;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #f9b707;
	text-align: center;
	/*font-family: 'Raleway', sans-serif;*/
	font-size: 20px;
}
.contact_form2 .form-div select option {
	color: #000;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	/*font-family: 'Raleway', sans-serif;*/
	font-size: 20px;
}
.contact_form2 .form-messagebox textarea {
	min-height:150px;
}
.contact_form2 h2 {
	font-weight: 400;
	font-style: normal;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 3px;
	padding-top: 30px;
	text-decoration: underline;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.contact_form2 input::-webkit-input-placeholder { color: #999; font-style: italic; font-size: 20px; }
.contact_form2 input::-moz-placeholder { color: #999; font-style: italic; font-size: 20px; } /* firefox 19+ */
.contact_form2 input:-ms-input-placeholder { color: #999; font-style: italic; font-size: 20px; } /* ie */
.contact_form2 input.placeholder { color: #999; font-style: italic; font-size: 20px; } /* ie 9 and older */
.contact_form2 input:-moz-placeholder { color: #999; font-style: italic; font-size: 20px; }
.contact_form2 input:focus::-webkit-input-placeholder { color:transparent; }
.contact_form2 input:focus::-moz-placeholder { color: transparent; } /* firefox 19+ */
.contact_form2 input:focus:-ms-input-placeholder { color: transparent; } /* ie */
.contact_form2 input:focus:-moz-placeholder { color: transparent; }
.stepwrapper {
	border: 1px solid #fff;
    padding: 10px;
	position:relative;
	margin-top: 72px;
}
.steptext {
	position: absolute;
	color: #FFF;
	top: -42px;
	border: 1px solid #FFF;
	border-bottom: none;
	padding: 10px;
	left: -1px;
}
.sendbutton2 {
	float:none;
}
.sendbutton2 .btn {
	letter-spacing: 1.7px;
	font-size: 18px;
	/*font-family: 'Raleway', sans-serif;*/
	position: relative;
	text-align: center;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: all .3s;
	font-weight: bold;
	background: transparent !important;
	color: #FFF !important;
	border: 2px solid #FFF !important;
	float:none;
	margin-top: 20px;
}
.sendbutton2 .btn:hover {
	border: 2px solid #f9b707 !important;
	color: #f9b707!important;
	background: transparent !important;
}
.ordertext {
	text-align: center;
    display: inline-block;
}
.ordertext ul {
	font-weight: 400;
	font-style: normal;
	/*font-family: 'Raleway', sans-serif;*/
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0px;
	width: 600px;
	padding-bottom: 40px;
	display: inline-block;
	list-style: outside;
	margin-left: 35px;
	text-align: left;
}
.mapholder {
	margin-top: 50px;
}
#aboutus strong {
	font-weight:800;
}
.biggerdescription {
	min-height: 500px;
}
.productli .producttitle {
	font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #f9b707;
    padding-bottom: 5px;
    display: inline-block;
}
.productli .producttitle span {
	color: #f9b707;
	font-weight: bold;
}
.productli .producttitlewrap {
	width: 30%;
	float: left;
}
.productli .imagewrap {
    width: 68%;
    float: left;
    margin-left: 2%;
}
.productli .imagewrapper2 {
	width: 68%;
    float: left;
    margin-left: 2%;
}
.productli .imagewrap2 {
    width: 48%;
	float: left;
	margin-left: 2%;
}
.productli .imagewrap img {
	max-height: 200px;
	/*border: 1px solid #f9b707;*/
}
.productli .imagewrap2 img {
	width: 100%;
	height: auto;
	border: 1px solid #f9b707;
}
.productli {
	border-bottom: 3px solid #f9b707;
	padding: 20px;
}
.productli2 {
	border-bottom: none;
}
.biggerdescription h1 {
	border-bottom: 10px solid #f9b707;
	display: inline-block;
	margin: 0px;
	padding-bottom: 12px;
}
#messageholder {
	margin-top: 40px;
}
.successfound {
	display:none;
    margin-bottom: 10px;
    color: #349A19;
    font-weight: bold;
}
.contactcont .success {
	margin-bottom:10px;
    color: #349A19;
    font-weight: bold;
    text-align: center;
    background: #F8F8F8 none repeat scroll 0% 0%;
    box-shadow: 0px 1px 0px #CDD0CF;
    border-radius: 5px;
    height: 70px;
}
.contactcont .failed {
	margin-bottom:10px;
    color: #F00;
    font-weight: bold;
    text-align: center;
    background: #F8F8F8 none repeat scroll 0% 0%;
    box-shadow: 0px 1px 0px #CDD0CF;
    border-radius: 5px;
    height: 70px;
}
div.error, div.error-list, label.error, input.error, select.error, textarea.error {
    color: #D95C5C !important;
    border-color: #D95C5C !important;
	margin-bottom: 15px;
	display: inline-block;
	/*font-weight:bold;*/
	float:left;
}
.form-div1 {
	margin: 0em 0em 8px;
}
.form-div input::-webkit-input-placeholder { opacity:0.8;font-style: normal }
.form-div input::-moz-placeholder {  opacity:0.8;font-style:normal;} /* firefox 19+ */
.form-div input:-ms-input-placeholder {  opacity:0.8;font-style:normal; } /* ie */
.form-div input.placeholder {  opacity:0.8;font-style:normal; } /* ie 9 and older */
.form-div input:-moz-placeholder {  opacity:0.8;font-style:normal; }
.form-div textarea::-webkit-input-placeholder { opacity:0.8;font-style: normal }
.form-div textarea::-moz-placeholder {  opacity:0.8;font-style:normal;} /* firefox 19+ */
.form-div textarea:-ms-input-placeholder {  opacity:0.8;font-style:normal; } /* ie */
.form-div textarea.placeholder {  opacity:0.8;font-style:normal; } /* ie 9 and older */
.form-div textarea:-moz-placeholder {  opacity:0.8;font-style:normal; }

.form-div input, .form-div select {
	position: relative;
    display: block;
    float: left;
    margin: 0px;
    padding: 5px;
    min-height: 30px;
    width: 100%;
	margin: 0em;
    padding: 0.40em;
    font-size: 1em;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 0.1em;
    transition: background-color 0.3s ease-out 0s, box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
    font-family: "Open Sans",sans-serif;
	margin-bottom: 8px;
	border:0px;
	background-color: #f8f8f8;
}

.form-messagebox textarea {
	position: relative;
    display: block;
    float: left;
    margin: 0px;
    padding: 5px;
    min-height: 30px;
    width: 100%;
	margin: 0em;
    padding: 0.40em;
    font-size: 1em;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 0.1em;
    transition: background-color 0.3s ease-out 0s, box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
    font-family: "Open Sans",sans-serif;
	margin-bottom: 8px;
	resize: vertical;
	min-height:100px;
}
#contactform input[type="text"]:focus, #contactform input[type="email"]:focus, #contactform input[type="date"]:focus, #contactform input[type="password"]:focus, #contactform input[type="number"]:focus, #contactform input[type="url"]:focus, #contactform input[type="tel"]:focus, #contactform textarea:focus {
    color: #f9b707 !important;
    border-color: #f9b707 !important;
}
.footer {
	background: #222 none repeat scroll 0% 0%;
	border-top: 1px solid #434343;
	padding: 20px 0px;
	width: 100%;
}
.footer p {
	font-size: 14px;
	line-height:16px;
}
.footerwebsitename {
	text-align:center;
	color:#D2D3D4;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}
.footerwebsitename .fa-envelope-o {
	margin-right: 5px;
}
.fbmainpage .fb_iframe_widget iframe {
    pointer-events: none;
}
.headerfacebook {
	background-image: url('../images/headerfacebook.png');
    background-position: 0px 0px; 
	display: inline-block;
	height:22px;
	width:22px;
	transition:none;
	margin-left: 5px;
	cursor:pointer;
	vertical-align: middle;
}
.headerfacebook:hover {
    background-position: 0px 22px; 
	transition:none;
}
.headeryoutube {
	transition:none;
	background-image: url('../images/headeryoutube.png');
    background-position: 0px 0px; 
	display: inline-block;
	height:22px;
	width:22px;
	margin-left: 5px;
	cursor:pointer;
	vertical-align: middle;
}
/*
.youtubetopli a:hover, .facebooktopli a:hover {
	background-color:#FFF !important;
}*/
.container100percent {
	max-width:100%;
}
.mbottom20 {
	margin-bottom: 20px;
}
.container-fluid {
	width:100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}
.firstdatacolumn {
	width: 90px;
	text-align:center;
}
.seconddatacolumn {
	width: 120px;
	display: inline-block;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	border-left:1px solid #000;
	padding-left: 2px;
}
.thirddatacolumn {
	width: 120px;
	display: inline-block;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	border-left: 1px solid #000;
	padding-left: 2px;
}

.restofdatacolumn {
	width: 75px;
	border-left: 1px solid #000;
	text-align:center;
	cursor: pointer;
}
.restofdatacolumn2 {
	cursor: pointer;
}
.lastdatacolumn {
	float:left;
	text-align:center;
	width: 70px;
	font-weight: bold;
	border-left: 1px solid #000;
}
.firstcolumncolor {
	background-color:#808080;
}
.secondcolumncolor {
	background-color:#595959;
}
.firstbmiddle {
	width: 35px;
	display: block;
	float: left;
	margin-left: 11px;
}
.secondbmiddle {
	width: 156px;
	display: inline-block;
	margin-left:32px;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
}
a.secondbmiddle {
	color:#000;
}
a.secondbmiddle:hover {
	text-decoration:underline;
}
.thirdbmiddle {
	width: 50px;
	display: block;
	float: left;
	margin-left: 6px;
}
.thumb-pad11 {
    padding-bottom: 39px;
}
.thumb-pad11 .thumbnail {
    position: relative;
    padding: 0px;
    margin: 0px;
    border: medium none;
    border-radius: 0px;
    box-shadow: none;
    background: transparent none repeat scroll 0% 0%;
}
.singleversenyzobox img {
	/*margin: 0px 0px 28px;*/
	position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
	max-width:100%;
}
.thumb-pad11 .titleclass {
    font-size:18px;
	line-height:22px;
}
.thumb-pad11 .thumbnail p {
    color: #5C5D5F;
    text-decoration: none;
}
.rightlanguageli {
	float:right !important;
}
.languagechooser .fa-caret-down, .languagechooser .fa-caret-up {
    font-size: 16px;
    margin-left: 5px;
}
.chooselanguageul {
	background: #5a471d;
	z-index: 10;
	position: absolute;
	display: none;
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
	right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.chooselanguageul li {
}
.chooselanguageul li a {
	color: #FFF;
	width: 100%;
	display: block;
	padding: 2px 8px;
}
.chooselanguageul li a:hover {
	color: #f9b707;
	background-color: #FFF;
	width: 100%;
	display: inline-block;
	text-decoration:none;
}
/*google translate bar hide*/
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important; 
}
/*
 * reCaptcha override fixes
 */
/* Avoid to hide the bottom border of the image*/
.recaptchatable #recaptcha_image{
  overflow:hidden;
}

/* Remove the blank space at the bottom of the page generated by the iframe*/
/*#captcha div {
	max-width:400px !important;
	width: 100% !important;
	height:auto !important;
}*/
.form-messagebox-captcha #captcha div {
	max-width: none !important;
	margin-top: 20px;
}
.form-messagebox-captcha {
	text-align:right;
}
/*
 * reCaptcha override fixes
 */
.footerwebseitedesign {
	margin:0px;
	padding:0px;
	margin-top:10px;
}
.notvisibleitem {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.visibleitem {
    opacity: 100;
    filter: alpha(opacity=10000);
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
	-webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.underlineclass {
	text-decoration:underline;
}
.companyexportheaderclass {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-decoration:underline;
}
.anchorhelp {
	display: block;
	position: relative;
	top: -50px;
	visibility: hidden;
}
.anchorhelp2 {
	display: block;
	position: relative;
	top: -70px;
	visibility: hidden;
}
.messagedialoguecontent {
	max-width: 960px;
	margin: auto;
	position: absolute;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%, -50%); /* Yep! */
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  	width: 100%;
	height:100%;
}
.messagepagewrap {
    margin: 30px 30px;
}
.messagepage {
    width: 100%;
    text-align: left;
    max-width: 500px;
    float: none;
    border: 1px solid #CCC;
    margin: 0px auto;
    border-radius: 2px;
    background-color: #FFF;
}
.messagebox {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: -1px;
	background: rgba(0, 0, 0, 0.7);
	position:fixed;
	z-index: 10000;
	overflow-y: scroll;
}
.messageboxinner {
	padding:10px;
}
.messageboxbutton {
	font-size: 18px;
	width: 100%;
	display: inline-block;
	margin-bottom: 0px;
	line-height: 1.5;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
	border-radius: 2px;
	color: #FFF;
	background-color: #f9b707;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 3px #AAA;
	margin-top: 10px;
	padding: 2px 10px !important;
	text-align: center;
}
.messageboxbutton:hover {
	background-color: #cf921c;
	transition: 0.5s;
  	-moz-transition: 0.5s;
  	-webkit-transition: 0.5s;
}
.messageboxbutton:active {
	background-color: #b87f11;
}
.messageboxlabel {
	cursor: pointer;
	line-height: 22px !important;
	font-size: 14px;
	font-weight: 500;
	padding: 2px;
	color: #515151;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.messagepage {
	text-align:left;
	width: 100%;
    max-width: 500px;
    float: none;
    border: 1px solid #CCC;
    margin: 0px auto;
    border-radius: 2px;
    background-color: #FFF;
}
.messageheaderfirst {
	/*font-weight: bold;*/
	font-size: 18px;
	margin: 0.67em 0;
	line-height: 1em;
	text-align:center;
}
.messageheadersecond {
	font-size: 1.5em;
	margin: 0.47em 0;
	line-height: 1.1em;
}
.messagepagedialogueclose {
    text-decoration: none !important;
    position: absolute;
    display: block;
    right: 5px;
    top: 1px;
    z-index: 100;
}
.messagepagedialogueclose .fa-times {
    color: #FFF;
    font-size: 35px;
}
.firstreportoptionswrapper {
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.firstreportoptionswrapper textarea {
	resize: vertical;
	min-height: 60px;
}
.noscroll {
    overflow: hidden !important;
    -webkit-overflow-scrolling: none !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container-flex .row > [class*="col"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
figure {
    margin-bottom: 0;
}
figure img {
    display: block;
    width: 100%;
}
.portfoliowrap {
	background:#fff;
}
/* thumb creative */
.thumb-creative {
	position: relative;
	text-align: center;
}
.firsttopparagraph {
	background-color: rgba(0, 0, 0, 0.3);
}
.sliderborder {
	border: 5px solid #f9b707;
}
.sliderbox {
	display:none;
	width: 100%;
	padding: 20px;
	border-left: 5px solid #f9b707;
	border-bottom: 5px solid #f9b707;
}
.slider {
	max-width: 500px;
	height: auto;
    margin:0 auto;
    border:1px solid #eee;
    overflow:hidden;
    position:relative;
}
/*.slider, .bxSlider {
    height:450px;
}
*/
.bx-wrapper .bx-controls-direction a.disabled {
    display:block;
}
.slider ul {
    padding-left:0;
}
.slider ul li {
    list-style:none;
}
.slider .buttons {
    position:absolute;
    top:0;
    right:0;
	z-index: 1097;
}
.slider-prev {
	transition: background-color 0.25s ease 0s;
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/prev.png");
	height: 100%;
	z-index: 1096;
	position: absolute;
	left: 0px;
	width:43px;
}
.slider-next {
	transition: background-color 0.25s ease 0s;
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/next.png");
	height: 100%;
	z-index: 1096;
	position: absolute;
	right: 0px;
	width:43px;
}
.slider-prev a, .slider-next a {
	display: block;
	height: 100%;
}
.slider-next:hover,.slider-prev:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.panzoom {
	cursor: zoom-in !important;
}
.closesliderbutton {
	background: #fff;
	padding: 2px;
	border: 1px solid #cCC;
	margin-right: 2px;
	font-size: 13px;
	cursor:pointer;
}
.closesliderbutton:hover {
	color:#fff;
	background: #f9b707;
	text-decoration: underline;
}
.titleoffurniture {
	text-decoration: underline;
	font-size: 1.5em;
	margin: 0.27em 0;
	line-height: 1.1em;
}
#terms ul {
	margin-bottom:20px;
	margin-left:20px;
	list-style-type:disc;
}
.form-div input.termscheckbox {
	width: auto;
	min-height: 20px;
}
@media (max-width: 767px) {
	.thumb-creative {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.thumb-creative,
.thumb-creative__inner {
	display: flex;
	width: 100%;
}

.thumb-creative__image-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.thumb-creative__image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
}

.thumb-creative__front,
.thumb-creative__back {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #333;
}

.thumb-creative__front {
	display: none;
}

.thumb-creative__back {
	position: relative;
	overflow: hidden;
}

.thumb-creative__back img {
	opacity: .35;
}

.thumb-creative__content {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 50px 40px;
	color: #fff;
	pointer-events: none;
}

.thumb-creative__content > * {
	width: 100%;
	pointer-events: auto;
}

.thumb-creative__content::before {
	content: '';
}

.thumb-creative__content h1, .thumb-creative__content h2, .thumb-creative__content h3, .thumb-creative__content h4, .thumb-creative__content h5, .thumb-creative__content h6, .thumb-creative__content .heading-1, .thumb-creative__content .heading-2, .thumb-creative__content .heading-3, .thumb-creative__content .heading-4, .thumb-creative__content .heading-5, .thumb-creative__content .heading-6 {
	line-height: 1.4;
	color: #fff;
}

.thumb-creative__content h1 a, .thumb-creative__content h2 a, .thumb-creative__content h3 a, .thumb-creative__content h4 a, .thumb-creative__content h5 a, .thumb-creative__content h6 a, .thumb-creative__content .heading-1 a, .thumb-creative__content .heading-2 a, .thumb-creative__content .heading-3 a, .thumb-creative__content .heading-4 a, .thumb-creative__content .heading-5 a, .thumb-creative__content .heading-6 a {
	color: inherit;
}

.thumb-creative__content h1 a:hover, .thumb-creative__content h2 a:hover, .thumb-creative__content h3 a:hover, .thumb-creative__content h4 a:hover, .thumb-creative__content h5 a:hover, .thumb-creative__content h6 a:hover, .thumb-creative__content .heading-1 a:hover, .thumb-creative__content .heading-2 a:hover, .thumb-creative__content .heading-3 a:hover, .thumb-creative__content .heading-4 a:hover, .thumb-creative__content .heading-5 a:hover, .thumb-creative__content .heading-6 a:hover {
	color: #f9b707;
}

.thumb-creative__content a {
	color: #f9b707;
}

.thumb-creative__content a:hover {
	color: #fff;
}

.thumb-creative__content a.button-link {
	color: #fff;
}

.thumb-creative__content a.button-link:hover {
	color: #f9b707;
}

* + .thumb-creative__title {
	margin-top: 15px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.thumb-creative__content {
		padding: 30px 10px;
	}
	.thumb-creative__content .button-link {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	* + .thumb-creative__title {
		margin-top: 22px;
	}
}

@media (min-width: 992px) {
	.thumb-creative__content {
		min-height: 300px;
	}
	.ie-10 .thumb-creative__back .thumb-creative__content,
	.ie-11 .thumb-creative__back .thumb-creative__content {
		display: table-cell;
		vertical-align: middle;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.thumb-creative__content {
		padding: 25px 30px;
		font-size: 14px;
		line-height: 1.5;
	}
}

.thumb-toggle {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1;
	display: none;
	padding: 6px 10px;
	line-height: 1;
	background: #f9b707;
	color: #fff;
	border-radius: 3px;
	transition: .3s;
}

.thumb-toggle.active {
	background: #333;
}

@media (min-width: 992px) {
	.desktop:not([data-x-mode="true"]) .thumb-creative:hover .thumb-creative__front {
		transform: rotateY(-180deg);
	}
	.desktop:not([data-x-mode="true"]) .thumb-creative:hover .thumb-creative__back {
		transform: rotateY(0deg);
	}
	.desktop[data-x-mode="true"] .thumb-toggle {
		display: inline-block;
	}
	.desktop[data-x-mode="true"] .thumb-creative.active .thumb-creative__front {
		transform: rotateY(-180deg);
	}
	.desktop[data-x-mode="true"] .thumb-creative.active .thumb-creative__back {
		transform: rotateY(0deg);
	}
	.desktop .thumb-creative__content {
		transform: translateZ(60px);
		transition: all 0.4s ease-out;
	}
	.desktop .thumb-creative__inner {
		position: relative;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.desktop .thumb-creative__front,
	.desktop .thumb-creative__back {
		overflow: visible;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	.desktop .thumb-creative__front {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		transform: rotateY(0deg);
		z-index: 1;
	}
	.desktop .thumb-creative__front .thumb-creative__image {
		opacity: .5;
	}
	.desktop .thumb-creative__front .thumb-creative__content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.desktop .thumb-creative__front .thumb-creative__content > * {
		opacity: 1;
	}
	.desktop .thumb-creative_no-cover .thumb-creative__front .thumb-creative__image {
		opacity: 1;
	}
	.desktop .thumb-creative__back {
		transform: rotateY(180deg);
		opacity: 1;
	}
	.desktop .thumb-creative__back .thumb-creative__image {
		opacity: .15;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.thumb-creative__content {
		min-height: 270px;
	}
	.thumb-creative__back .thumb-creative__content p {
		display: none;
	}
	.thumb-creative__back .thumb-creative__content a.button-link {
		font-size: 12px;
	}
}
@media (min-width: 1400px) {
	.thumb-creative .thumb-creative__content {
		min-height: 360px;
	}
}

@media (min-width: 992px) and (max-width: 1192px) {
.thumb-creative__content {
    font-size: 14px;
    line-height: 1.5;
}
}

.col-sm-6 {
position: relative;
width: 100%;
min-height: 1px;
}
[data-custom-toggle] {
    cursor: pointer;
}
h6, .heading-6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
	text-transform: uppercase;
}
h6 + p, .heading-6 + p {
    margin-top: 10px;
}

@media only screen and (min-width: 576px) {
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media only screen and (min-width: 768px) {
h6, .heading-6 {
    font-size: 16px;
    line-height: 1.5;
}
}
@media only screen and (min-width: 992px) {
.col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
h6, .heading-6 {
    font-size: 18px;
    line-height: 1.88889;
}
}
@media only screen and (min-width: 1200px) {
.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}

/* thumb creative */

.logonav {
    display: inline-block;
    width: 200px;
    height: auto;
    line-height: 34px;
}
.navbarmenu > li > a {
	padding: 6px 10px;
}
@media only screen and (min-width: 1400px) {

}
@media only screen and (min-width: 1142px) {
.logonav {
    display: inline-block;
    width: 235px;
    height: auto;
	line-height: 75px;
	
}
.navbar_static .logonav {
	line-height: 50px;
	
}
.navbar_static .navbarmenu > li > a {
	line-height: 24px;
	
}
.navbarmenu > li > a {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 44px;
    padding: 16px 20px;
	padding: 16px 14px;
    color: #FFF;
    display: block;
    /*font-weight: 600;*/
	letter-spacing: 1.25px;
}
section {
    /*margin-top: 76px;*/
}
}
@media only screen and (min-width: 1011px) {
.h1sitename {
	font-weight: 400;
	font-style: normal;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
	font-size: 80px;
	line-height: 1;
	letter-spacing: 2.5px;
}
.toplinefirst {
    padding-top: 110px;
}
.welcomemessage {
	font-weight: 400;
	font-style: normal;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #000;
	font-size: 60px;
	line-height: 1;
	letter-spacing: 22px;
	padding-bottom: 60px;
}
.paragraphtexts {
	font-weight: 400;
	font-style: normal;
	/*font-family: 'Raleway', sans-serif;*/
	/*color: #ffffff;*/
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0px;
	width: 83.33333333%;
	padding-bottom: 40px;
	display: inline-block;
}
.mainpicwrap {
	background-attachment: fixed;
}
.mainpicwrap2 {
	background-attachment: fixed;
}
}
.button-link {
	border: 0;
	padding: 0;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: .06em;
	text-decoration: underline;
	border-radius: 3px;
	max-width: 100%;
	display: inline-block;
	transition: .33s all ease;
	white-space: normal;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
}
/*realmedia*/
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1010px) {
.indexfirstright {
    width: 100%;
    margin-top: 10px;
}
.bxsliderwrapper1 {
	width:100%;
}
.bxsliderwrapper2 {
	width:100%;
	line-height:130px;
	overflow:hidden;
}
.indexfirstleft {
    width: 100%;
    float: left;
    height: auto;
}
.indexsecondcontright {
    width: 100%;
    float: left;
    height: auto;
}
.indexsecondcontleft {
    width: 100%;
    float: left;
    height: auto;
}
.newsright {
    float:left;
}
.reklamright {
	margin-left:10px;
}
.reklamright2 {
	display:none;
}
}
@media only screen and (max-width: 1000px) {

}
@media only screen and (max-width: 950px) {
/*.singleversenyzobox {
    float: left;
    width: 220px;
    height: 332px;
    padding: 5px;
    border: 1px solid transparent;
}*/
.versenyzobox {
    width: 700px;
    height: auto;
    text-align: center;
    margin: 0px auto;
}
}
@media only screen and (max-width: 920px) {

}
@media only screen and (max-width: 895px) {
.contact_text {
	margin-bottom:20px;
}
.contactinfo {
    width: 100%;
    min-width: 250px;
    float: none;
}
.contact_form {
    width: 100%;
    min-width: 250px;
    float: none;
}
.contactcont, contactcont2 {
    padding-left: 0px;
	padding-right:0px;
}
.headerclass {
	border-bottom: 2px solid #7e642e;
}
.mainpicwrap {
    height: 400px;
}
.respecth1 {
	font: 900 italic 52px/66px 'Merriweather',serif;
}
.productli .imagewrap2 {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.locationdivblock {
    /*padding-right: 50px;*/
}
.containerwrapnav {
    padding-bottom: 2px;
}
.topline {
    padding-top: 20px;
    padding-bottom: 20px;
}
.toplinefirst {
    padding-top: 80px;
}
.h1sitename {
    font-weight: 400;
    font-style: normal;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0px;
    text-align: center;
}
.ordertext ul {
	width: 500px;
}
}
@media only screen and (max-width: 765px) {
.navbarmenu > li > a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    padding: 2px 6px;
    color: #FFF;
    display: block;
    /*font-weight: 600;*/
}
.toplinefirst {
    padding-top: 65px;
}
.topline {
	padding-bottom:0px;
}
.toplinebottom {
	display:none;
}
.h1sitename {
	margin: 0.2em 0;
}
.topparagraph {
	font-size:14px;
}
}
@media only screen and (max-width: 670px) {
.orderdesc span {
	width:200px;
}
}
@media only screen and (max-width: 640px) {
/*.mainpicwrap2 h2 {
    padding-top: 65px;
}*/
}
@media only screen and (max-width: 610px) {
.onethirdrow {
	width:100%;
}
.orderwrapperdiv {
	width:100%;
}
.ordertext ul {
	width: 400px;
}
}
@media only screen and (max-width: 570px) {
.mainpicwrap {
    height: 380px;
}
.respecth1 {
    font: 900 italic 42px/56px 'Merriweather',serif;
    width: 50%;
	padding-top: 60px;
}
.productli .producttitlewrap {
    width: 100%;
    float: none;
}
.productli .imagewrap {
	float:none;
	width:100%;
}
.productli .imagewrap img {
	max-width:100%;
}
}
@media only screen and (max-width: 550px) {
.h1sitename {
	font-size:33px;
}
.toplinefirst {
    padding-top: 55px;
}
}
@media only screen and (max-width: 530px) {
#navigation {
	display:none;
}
.mobilemenu {
		/*width:300px;*/
		top:0px;
		right:0px;
		/*position: fixed;*/
	position:absolute;
		z-index:9999;
	display: inline-block;
}
.slicknav_menu,.mobilemenu  {
	display:block;
	background:none;
}
.slicknav_nav {
	/*background: none repeat scroll 0% 0% #edbb34;*/
	background-color: #272727;
}
.slicknav_nav a {
    padding: 5px 10px;
    margin: 0px;
    text-decoration: none;
    color: #FFF;
	/*font-weight:bold;*/
	text-transform:uppercase;
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row:hover a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /*background:#FFF;
    color:#f9b707;*/
	background:#f9b707;
    color:#FFF;
}
.slicknav_nav li.active > a {
    color: #FFF;
    /*font-weight:bold;*/
	text-decoration:underline;
}

.slicknav_arrow {
	text-decoration:none !important;
}
.slicknav_nav li.active a:hover {
    /*color:#f9b707;*/
	color:#fff;
	/*font-weight:bold;*/
	text-decoration:underline;
}
.slicknav_icon-bar {
    background-color: #FFF;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.45em;
    height: 0.25em;
    border-radius: 1px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.slicknav_btn {
	background-color: #edbb34;
}
.slicknav_btn:hover  {
	background-color: #f9b707;
}

.producttable li a {
	width:auto;
	font-family:inherit;
	font-size: inherit;
	font-weight: inherit;
}
.slicknav_menu .fa-caret-down, .slicknav_menu .fa-caret-up {
	display:none;
}
.slicknav_nav ul.chooselanguageul {
	border:1px solid #CCC;
}
.rightlanguageli {
    float: left !important;
    width: 100%;
}
.chooselanguageul li a {
	margin: 0px;
}
.youtubetopli {
	float:left !important;
	margin-left: 10px;
	margin-right: 0px;
}
.facebooktopli {
	float:left !important;
}	
.ordertext ul {
    margin-left:10px;
    font-size: 14px;
}
.orderdesc span {
	font-size: 14px;
}
.locationdiv {
	display:none;
}
.secondcontainerwrapper figure,.thirdcontainerwrapper figure {
	float: none;
	max-width: 100%;
}
.contactinfo {
    min-width:auto;
}
.contact_form {
    min-width: auto;
}
.logonav {
    display: inline-block;
    width: 200px;
    height: auto;
    line-height: 48px;
}
}
@media only screen and (max-width: 520px) {
/*.mainpicwrap2 h2 {
    font: bold italic 40px/50px 'Merriweather',serif;
    padding-top: 55px;
}	*/
}
@media only screen and (max-width: 479px) {
.mobilemenu {
		width:270px;
		top:0px;
		right:0px;
		position: absolute;
}
.logonav img {
    max-width: 150px;
    height: auto;
}
.indexcontainer {
    padding: 10px;
}
section#index {
    /*margin-top: 45px;*/
}
section {
    /*margin-top: 40px;*/
}
.toplinefirst {
    /*padding-top: 15px;*/
}
.contact_text p {
    font-size: 15px;
    text-align: justify;
    padding: 0px 10px 0px 10px;
    line-height: 1.5;
}
.address span {
    display: inline-block;
    font-size: 15px;
}
.welcomemessage {
	font-size:28px;
}
#products .welcomemessage {
}
.ordertext ul {
	width: 300px;
}
.containerwrap {
	padding-right: 5px;
	padding-left: 5px;
}
.quoteownerwrapper p {
	font-size:13px;
}
.imgownerwrapper {
	width: 40%;
}

.quoteownerwrapper {
	width: 60%;
}
}
@media only screen and (max-width: 440px) {
.toplinefirst {
    padding-top: 45px;
}
.h1sitename {
    margin: 0.1em 0;
}
.topparagraph {
    font-size: 12px;
}
}
@media only screen and (max-width: 420px) {
.headerfollow {
	display:none;
}
.fbmainpage {
	width:100%;
	height:auto;
}
}
@media only screen and (max-width: 350px) {
.ordertext ul {
	width: 100%;
}
}
@media only screen and (max-width: 315px) {
/*.mainpicwrap2 h2 {
    font: bold italic 35px/45px 'Merriweather',serif;
    padding-top: 35px;
}*/
}