@font-face {
  font-family: 'marketregular';
  src: url('fonts/market-regular-webfont.eot');
  src: url('fonts/market-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/market-regular-webfont.woff') format('woff'),
       url('fonts/market-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-LightCond';
    src: url('fonts/myriadpro-lightcond-webfont.eot');
    src: url('fonts/myriadpro-lightcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-lightcond-webfont.woff') format('woff'),
         url('fonts/myriadpro-lightcond-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-lightcond-webfont.svg#MyriadPro-LightCond') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-BoldCond';
    src: url('fonts/myriadpro-boldcond-webfont.eot');
    src: url('fonts/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-boldcond-webfont.woff') format('woff'),
         url('fonts/myriadpro-boldcond-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-boldcond-webfont.svg#MyriadPro-BoldCond') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Cond';
    src: url('fonts/myriadpro-cond-webfont.eot');
    src: url('fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-cond-webfont.svg#MyriadPro-Cond') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------GENERAL START----------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, input, form, label, textarea, img {margin: 0; padding: 0; border: 0;}

li {list-style: none;}

.clear {float:none; clear: both;}

.nomargin {margin: 0 !important;}
.nopadding {padding: 0 !important;}
.noborder {border: 0 !important;}
.nobg {background: none !important;}

.alignLeft {text-align: left !important;}
.alignRight {text-align: right !important;}
.alignCenter {text-align: center !important;}
.alignJustify {text-align: justify !important;}

.floatLeft {float: left !important;}
.floatRight {float: right !important;}
.floatNone {float: none !important;}

input, textarea, select {
  color: #333333;
  font-family: MyriadPro-Cond; font-size: 18px;
}

.submit input, input.submit {cursor: pointer;}


body {
  background-color: white;
  color: #333333;
  font-family: MyriadPro-Cond; font-size: 18px;
  overflow-x: hidden;
}
.productbg {background-color: #f3f3f3;}

a {
  color: #333333;
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {font-weight: bold;}
h2, h3, h4, h5 {color: #333333;}

h1 {font-size: 38px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

p, li, span, a {line-height: 18px;}
/*----------GENERAL END----------*/


/*----------HEADER START----------*/
.content {
  margin: 0 auto;
  max-width: 1180px;
}

.printHeader {display: none;}


.buttonCategories-mobile, .buttonMenu-mobile {display: none;}

.headerMenu {
  background: url(images/headerMenu.png) no-repeat center top;  background-size: 100% 68px;
  height: 68px;
  position: relative;
  z-index: 10;
}

.headerMenu ul {
  margin: 0 auto;
  position: relative;
  width: 1180px;  height: 48px;
}
.headerMenu li {
  background: url(images/headerDivide.png) no-repeat left center;
  float: left;
  height: 48px;
  padding: 0 20px;
  position: relative;
}
.headerMenu .middle {width: 235px;}
.headerMenu .last {
  margin-left: -3px;
  padding: 0 0 0 2px;
}
.headerMenu, .headerMenu a, .headerMenu p {
  color: #5d8b10;
  font-family: MyriadPro-BoldCond;
  line-height: 48px;
}
.headerMenu a:hover {color: #2e5b02;}
.headerMenu a {
  float: left;
  font-size: 17px;
  text-shadow: 1px 1px 1px #e5daaf;
}
.headerMenu .active, .headerMenuMobile .active {color: #93393d !important;}
.headerMenu span {
  float: left;
  font-size: 8px;
  line-height: 46px;
  margin: 0 8px;
}
.headerMenu .first span {margin: 0 14px;}
.headerMenu p {
  color: #a68947;
  float: left;
  line-height: 44px;
  text-shadow: 1px 1px 1px #e5daaf;
  width: 220px;
}
.headerMenu p span {
  color: #5d8b10;
  float: none;
  font-size: 18px;
  line-height: 44px !important;
  margin: 0;
}
.headerMenu p a {float: none;}


.loginBox, #miniCart, .forgottenBox {
  background: url(images/loginBox.png);
  border: 1px solid #bdbd8c;
  display: none;
  left: 1px;  top: 48px;
  padding: 14px 18px;
  position: absolute;
  width: 266px;
  z-index: 500;
}
.loginBox input, .forgottenBox input {
  background: url(images/loginBoxInput.png) no-repeat;
  color: #3d6d03;
  font-size: 18px;  font-family: MyriadPro-BoldCond;
  margin: 0 auto 6px auto;
  padding: 0 10px;
  width: 246px;  height: 34px;
}
.loginBox .submit, .forgottenBox .submit {
  background: url(images/loginBoxSubmit.png) no-repeat;
  color: white;
  padding: 0 0 3px 0;
  width: 264px;  height: 32px;
}
.loginBox .submit:hover, .forgottenBox .submit:hover {background-position: 0 -32px;}

.loginBox ::-webkit-input-placeholder, .forgottenBox ::-webkit-input-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.loginBox :-moz-placeholder, .forgottenBox :-moz-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.loginBox ::-moz-placeholder, .forgottenBox ::-moz-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.loginBox :-ms-input-placeholder, .forgottenBox :-ms-input-placeholder {
  color: #7ca71c;
  opacity: 1;
}

.cartFixed {
  display: none;
  height: 48px;
  padding: 0 20px;
  position: fixed;
  right: 30px;  top: 0;
  z-index: 500;
}
.cartFixed a {
  font-family: MyriadPro-BoldCond;  font-size: 17px;
  line-height: 47px;
}

.buttonCart {position: relative;}
.cartNum {display: none;}

.headerMenu li.active, .cartFixed {background: url(images/cartActive.jpg) repeat-x;}
.headerMenu li.active a, .cartFixed a {
  color: white;
  text-shadow: none;
}
.headerMenu li.active:hover, .cartFixed:hover {background-position: 0 -48px;}
.headerMenu li.active .cartNum, .cartFixed .cartNum {display: block;}
.cartNum {
  background: url(images/cartNum.png) no-repeat;
  color: white;
  display: none;
  font-size: 17px !important;
  position: absolute;
  right: -45px;  bottom: -15px;
  text-align: center;
  width: 36px;  height: 36px;  line-height: 36px !important;
  z-index: 20;
}


.buttonFacebookLogin {
  background: url(images/buttonFacebookLogin.png) no-repeat;
  color: white !important;
  display: block !important;
  font-family: MyriadPro-BoldCond;  font-size: 17px !important;
  text-align: center;  text-shadow: none !important;
  width: 264px;  height: 32px;  line-height: 32px !important;
}
.buttonFacebookLogin:hover {background-position: 0 -32px;}


#miniCart {
  left: auto;  right: -2px;  bottom: -46px;
  padding: 0 18px;
  width: auto;  height: 44px;
  white-space: nowrap;
}
#miniCart span, #miniCart a {
  color: #6e2f22;
  font-size: 18px;
  line-height: 44px;
}
#miniCart span {
  float: none;
  margin: 0;
}


.logo, .logo a {width: 224px;  height: 173px;}
.logo {
  left: 50%;  top: 7px;
  margin-left: -112px;
  position: absolute;
  z-index: 15;
}
.logo a {
  background: url(images/logo.png) no-repeat;
  display: block;
}


.search {
  background: url(images/search.png) no-repeat;
  margin: 6px 0 0 -1px;
  position: relative;
  width: 130px;  height: 36px;
}
.search input {
  background: none;
  color: #3d6d03;
  float: left;
  font-family: MyriadPro-BoldCond;
  padding: 0 10px;
  width: 80px;  height: 34px;  line-height: 34px;
}
.search ::-webkit-input-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.search :-moz-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.search ::-moz-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.search :-ms-input-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.search .submit {
  background: url(images/searchSubmit.png) no-repeat;
  padding: 0;
  position: absolute;
  right: 9px;  top: 7px;
  width: 22px;  height: 22px;
}
.search:hover .submit {background-position: 0 -22px;}


.iconShare {
  background: url(images/iconShare.png) no-repeat;
  display: block;
  float: left;
  width: 40px;  height: 46px;
}
.iconShare.twitter {background-position: -40px 0;}
.iconShare.googleplus {background-position: -80px 0;}

.iconShare.facebook:hover {background-position: 0 -46px;}
.iconShare.twitter:hover {background-position: -40px -46px;}
.iconShare.googleplus:hover {background-position: -80px -46px;}


.headerMenuMobile, .searchMobile {display: none;}


.headerSlider {
  background: white;
  height: 525px;
  margin: -20px auto 0 auto;
  position: relative;
}
.mobileCounter {display: none;}
.headerSlider .imgContainer {
  /*left: 50%;*/  top: 0;
  /*margin-left: -840px;*/
  position: absolute;
  width: 100%;  height: 525px;
}
.headerSlider .imgContainer div {
  background-position: center top !important;
  display: none;
  width: 100%;  height: 100%;
}
.headerSlider .imgContainer .first {display: block;}

.sliderRelative {
  overflow: hidden;
  position: relative;
}
.sliderAbsolute, .sliderControl {position: absolute;}

.headerSlider .sliderRelative {
  margin: 0 auto;
  width: 1180px;  height: 525px;
}
.headerSlider .sliderAbsolute {
  height: 640px;
  left: 0;  top: 0;
}

.headerSlider .item {
  float: left;
  padding-top: 60px;
  width: 1180px;  height: 465px;
}
.headerSlider .item img {
  float: left;
  margin: -60px -27px 0 65px;
}

.headerSlider .imgContainerInner {
  float: left;
  width: 433px;
}

.headerSlider .textContainer {
  float: right;
  padding-top: 90px;  padding-right: 160px;
  width: 560px;
}
.headerSlider .textContainer h2, .headerSlider .textContainer p, .headerSlider h3, .headerSlider .textContainer a {color: white;}
.headerSlider .textContainer h2, .headerSlider .subTitle, .headerSlider h3 {
  font-size: 53px !important;
  line-height: 53px !important;
}
.headerSlider .textContainer h2 {
  font-family: MyriadPro-BoldCond;  font-weight: normal;
  margin-bottom: 5px;
}
.headerSlider .subTitle, .headerSlider h3 {margin-bottom: 25px;}
.headerSlider h3 {font-weight: normal;}
.headerSlider .textContainer p, .headerSlider h3 {
  font-family: MyriadPro-LightCond;  font-size: 24px;
  line-height: 30px;
}

.headerSlider .textContainer a {text-decoration: underline;}
.headerSlider .textContainer a:hover {text-decoration: none;}

.headerSlider .sliderControl {
  background: url(images/headerSliderLayer.png);
  left: 50%;  bottom: 0;
  margin-left: -840px;
  width: 1680px;  height: 115px;
  z-index: 5;
}

.headerSlider .sliderControl .container {
  margin: 30px auto 0 auto;
  text-align: center;
  width: 690px;  height: 55px;
}

.headerSlider .sliderControlItem {
  border: 5px solid #e6dbba;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  width: 90px;  height: 45px;
  transition: 100ms ease all;
  -webkit-transition: 100ms ease all;
}
.headerSlider .sliderControlItem span {
  background: url(images/sliderControlItem.png);
  color: white;
  display: none;
  font-family: MyriadPro-BoldCond;  font-size: 14px;  font-style: italic;
  left: 0;  bottom: 0;
  padding: 1px 10px;
  position: absolute;
  width: 70px;
}

.headerSlider .sliderControl .active .sliderControlItem, .headerSlider .sliderControl .hover {
  border-color: #93393d;
  width: 130px;  height: 65px;
}
.headerSlider .sliderControl .active img, .headerSlider .sliderControl .hover img {width: 130px;}
.headerSlider .sliderControl .active .sliderControlItem span, .headerSlider .sliderControl .hover span {
  background: url(images/sliderControlItemActive.png);
  display: block;
  padding: 5px 10px;
  width: 110px;
}

.headerSlider .sliderControl .hover {border-color: #daca98;}
.headerSlider .sliderControl .hover span {background: url(images/sliderControlItemHover.png);}

.headerSlider .prevSlider, .headerSlider .nextSlider, .mobileCounter .prevSlider, .mobileCounter .nextSlider {
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 11px;   height: 25px;
}
.headerSlider .prevSlider a, .headerSlider .nextSlider a, .mobileCounter .prevSlider a, .mobileCounter .nextSlider a {
  display: block;
  width: 11px;   height: 25px;
}
.headerSlider .prevSlider, .mobileCounter .prevSlider {
  left: 30%;
  visibility: hidden;
}
.headerSlider .prevSlider a, .mobileCounter .prevSlider a {background: url(images/headerSliderPrev.png) no-repeat;}
.headerSlider .nextSlider, .mobileCounter .nextSlider {right: 30%;}
.headerSlider .nextSlider a, .mobileCounter .nextSlider a {background: url(images/headerSliderNext.png) no-repeat;}

.headerSlider .prevSlider a:hover, .headerSlider .nextSlider a:hover, .mobileCounter .prevSlider a:hover, .mobileCounter .nextSlider a:hover {background-position: 0 -25px;}


.mainMenu {
  background: url(images/mainMenu.png) no-repeat center top;  background-size: 100% 92px;
  margin: 0 auto;
  position: relative;
  height: 89px;
  z-index: 10;
}
.mainMenu .container {
  margin: 0 auto;
  text-align: center;
  max-width: 1180px;
}
.mainMenu a, .mainMenu span {
  color: white;
  display: inline-block;
  font-size: 35px;
  line-height: 74px;
  text-transform: uppercase;
  vertical-align: middle;
}
.mainMenu a {
  padding: 0 19px;
  text-shadow: 1px -1px 1px #4a790a;
}
.mainMenu .active, .mainMenu .hover {
  background: url(images/mainMenuActive.png) repeat-x;
  color: #9dc52a;
}
.mainMenu span {font-size: 20px;}
/*----------HEADER END----------*/


/*----------MAIN START----------*/
.main .content {padding-bottom: 75px;}


.webshopGallery {
  background: url(images/webshopGallery.jpg) no-repeat center top;  background-size: 100% 398px;
  margin: -17px auto 50px auto;
  padding-top: 53px;
  position: relative;
  height: 345px;
}
.webshopGallery .title {
  background: url(images/webshopGalleryTitle.png) no-repeat center top;
  margin: 0 auto -5px auto;
  max-width: 1140px;  height: 52px;
}
.webshopGallery .title a {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 160px;  height: 32px;
  z-index: 20;
}

.webshopGallery .container {
  margin: 0 auto;
  width: 1140px;
}

.webshopGallery .pagerContainer {
  left: 50%;  top: 0;
  margin-left: -570px;
  position: absolute;
  width: 1140px;  height: 300px;
}


.bx-wrapper {max-width: 1140px !important;}
.bx-wrapper .bx-viewport {left: 0 !important;}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  position: absolute;
  text-indent: -9999px;
  top: 183px;
  width: 12px;  height: 25px;
}


.bx-wrapper .bx-next {
  background: url(images/webshopGalleryNext.png) no-repeat right center !important;
  right: -30px !important;
}
.bx-wrapper .bx-prev {
  background: url(images/webshopGalleryPrev.png) no-repeat !important;
  left: -30px !important;
}

.ui-carousel > .wrapper {
  position: relative;
  width: 9999px;
  z-index: 10;
}


.webshopGallery .item {
  display: inline-block;
  margin-right: -6px;
  position: relative;
  vertical-align: text-bottom;
  width: 285px;  height: 220px;
}
.active.webshopGallery .item {
  float: left;
  margin: 0;
}

.webshopGallery .item p, .webshopBox .container p, .webshopGallery .item p a, .webshopBox .container p a {
  color: #a7a8ad;
  font-size: 26px;  font-family: marketregular;
}

.webshopGallery .item p, .webshopBox .container p {
  padding-top: 50px;
  width: 150px;  line-height: 27px;
  transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}
.webshopGallery .item .imgcontainer, .webshopBox .container .imgcontainer {
  position: absolute;
  right: 5px;  top: 15px;
}
.webshopBox .container .imgcontainer {top: 0;  right: 15px;}
.webshopGallery .item .imgcontainer {right: 10px;}
.webshopGallery .item .imgcontainer img, .webshopBox .container .imgcontainer img {position: relative;}

.webshopGallery .item .imgcontainer a, .webshopBox .container .imgcontainer a {
  display: block;
  float: left;
  position: relative;
  z-index: 10;
}


.webshopGallery .item .morelink, .webshopBox .morelink {
  color: #7ca71c;
  font-family: MyriadPro-BoldCond;
  left: 0;  bottom: 4px;
  position: absolute;
  z-index: 50;
}
.webshopGallery .item a span, .webshopBox .container span {
  background: url(images/arrowGreen.png) no-repeat center center;
  padding: 0 3px;
}

.webshopGallery .item .morelink:hover {color: #3d6d03;}
.webshopGallery .item .morelink:hover span, .webshopBox .morelink:hover span {background: url(images/arrowGreenHover.png) no-repeat center center;}


.webshopGallery .buttonContainer {
  border-top: 1px solid #e2e2e2;
  margin: 0 auto;
  padding-top: 16px;
  max-width: 1140px;
}

.buttonRed, .buttonMore, .buttonAll {font-family: MyriadPro-BoldCond;}
.buttonRed {
  background: url(images/buttonRed.png) no-repeat;
  color: white;
  display: block;
  float: left;
  padding-left: 10px;
  width: 124px;  height: 26px;  line-height: 24px;
}
.buttonRed:hover {background-position: 0 -26px;}
.buttonMore, .buttonAll {
  background: url(images/arrowGreen.png) no-repeat right center;
  color: #7ca71c;
  padding-right: 10px;
}
.buttonMore:hover, .buttonAll:hover {
  background: url(images/arrowGreenHover.png) no-repeat right center;
  color: #3d6d03;
}

.webshopGallery .buttonMore {float: right;}


.columnMain {
  float: left;
  margin-right: 20px;
  padding-left: 20px;
  width: 560px;
}

.columnSide {
  float: left;
  margin-right: 20px;
  padding-left: 20px;
  width: 250px;
}


.videoGalleryBox {
  margin-bottom: 45px;
  position: relative;
  width: 540px;
}

.boxTitle, .pageTitle, .commentTitle {
  color: #333333;
  font-size: 35px;  font-family: MyriadPro-BoldCond;  font-weight: normal;
  line-height: 25px;
  margin-bottom: 35px;
  text-transform: uppercase;  text-align: center;
}

.videoGalleryBox .boxTitle {background: url(images/videoGalleryBoxTitle.png) no-repeat;}
.videoGalleryBox .container {
  background: url(images/videoGalleryBoxContainer.png) no-repeat;
  margin: 0 0 -7px -15px;
  padding-left: 15px;
  width: 573px;  height: 325px;
}
.videoGalleryBox .text, .imageGalleryBox .text {
  color: #93393d;
  font-size: 24px;  font-family: MyriadPro-BoldCond;
  line-height: 24px;
}
.videoGalleryBox .text:hover, .imageGalleryBox .text:hover {color: #742326;}
.videoGalleryBox .buttonMore, .imageGalleryBox .buttonMore {
  position: absolute;
  right: 0;  bottom: 3px;
}


.imageGalleryBox {
  position: relative;
  width: 555px;
}
.imageGalleryBox .container {
  background: url(images/imageGalleryBoxContainer.png) no-repeat;
  float: left;
  margin: 0 0 10px -15px;
  padding-left: 15px;
  width: 184px;  height: 93px;
}

.imageGalleryBox p span {
  color: #999999;
  font-family: MyriadPro-Cond;
}

.imageGalleryBox .buttonMore {right: 15px;}


.newsBox {width: 240px;}

.newsBox .boxTitle {background: url(images/newsBoxTitle.png) no-repeat;}

.newsBox .item {
  background: url(images/regItem.png) repeat-x left bottom;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.newsBox h3, .newsBox h3 a, .newsListPage .textContainer h3, .newsListPage .textContainer h3 a {
  color: #93393d;
  font-family: MyriadPro-BoldCond;  font-size: 24px;  font-weight: normal;
  line-height: 24px;
}
.newsBox h3, .newsListPage .textContainer h3 {margin-bottom: 5px;}

.newsBox h3 a:hover, .newsListPage .textContainer h3 a:hover {color: #742326;}

.newsBox .date, .newsListPage .date {
  color: #999999;
  font-size: 18px;
  margin-bottom: 15px;
}

.newsBox .text {
  line-height: 21px;
  margin-bottom: 15px;
}

.newsBox .buttonMore {float: right;}
.newsBox .item .buttonMore {float: none;}



.blogBox {
  background: url(images/buttonWebseta.png) no-repeat center center;
  margin-bottom: 0 0 15px 3px;
  position: relative;
  text-align: center;
  width: 262px;  height: 97px;
}

.blogBox .hoverContainer {
  left: 9px;  top: 0;
  overflow: hidden;
  position: absolute;
  width: 240px;  height: 180px;
}
.blogBox .hover {
  background: url(images/blogBoxHover.png) no-repeat;
  left: 0;  bottom: -180px;
  overflow: hidden;
  padding: 20px 10px 0 10px;
  position: absolute;
  text-align: center;
  width: 220px;  height: 160px;
}
.blogBox .hover a {font-weight: bold;}
.blogBox .hover p {
  line-height: 20px;
  margin-top: 10px;
}

.blogBox .boxTitle {
  background: url(images/blogBoxTitle.png) no-repeat center center;
  margin: 15px 0 10px 0;
}
.blogBox a b {font-family: MyriadPro-BoldCond;  font-weight: normal;}


.buttonFacebook {
  background: url(images/buttonFacebook.png) no-repeat;
  display: block;
  margin: 0 0 15px 3px;
  width: 262px;  height: 97px;
}
.buttonFacebook:hover {background-position: 0 -97px;}

.buttonInstagram{
  background: url(images/buttonInstagram.png) no-repeat;
  display: block;
  margin: 0 0 15px 3px;
  width: 262px;  height: 97px;
}
.buttonInstagram:hover {background-position: 0 -98px;}

.buttonWebseta{
  background: url(images/buttonWebseta.png) no-repeat;
  display: block;
  margin: 0 0 15px 3px;
  width: 262px;  height: 97px;
}
.buttonWebseta:hover {background-position: 0 -97px;}

.buttonNewBlog{
  background: url(images/buttonBlog.png) no-repeat;
  display: block;
  margin: 0 0 15px 3px;
  width: 262px;  height: 97px;
}
.buttonNewBlog:hover {background-position: 0 -97px;}

.newsletterBox {
  background: url(images/newsletterBox.png) no-repeat;
  margin-left: -10px;
  padding: 15px 40px 0 40px;
  width: 200px;  height: 160px;
}
.newsletterBox p {
  color: #a68947;
  margin-bottom: 20px;
}
.newsletterBox .title {
  border-bottom: 1px solid #dcccaf;
  color: #89393d;
  float: right;
  font-size: 33px;  font-style: italic;
  margin: 0 5px 24px 0;
  padding-bottom: 10px;
}

.newsletterBox a {
  color: #7ca71c;
  font-family: MyriadPro-BoldCond;
}
.arrowLeft {
  background: url(images/arrowGreenLeft.png) no-repeat left 6px;
  padding-left: 10px;
}
.newsletterBox .arrowLeft {float: left;}
.arrowRight {
  background: url(images/arrowGreen.png) no-repeat right 6px;
  padding-right: 10px;
}
.newsletterBox .arrowRight {float: right;}

.newsletterBox .arrowLeft:hover, .newsletterBox .arrowRight:hover {color: #3d6d03;}
.newsletterBox .arrowLeft:hover {background: url(images/arrowGreenLeftHover.png) no-repeat left 6px;}
.newsletterBox .arrowRight:hover {background: url(images/arrowGreenHover.png) no-repeat right 6px;}


.webshopBox {
  background: url(images/webshopBox.jpg) no-repeat;
  margin: 0 0 53px 7px;
  padding-top: 75px;
  position: relative;
  width: 240px;  height: 260px;
}

.webshopBox .titleLink {
  display: block;
  left: 40px;  top: 30px;
  position: absolute;
  width: 160px;  height: 35px;
}

.webshopBox .container {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 18px;
  padding-left: 15px;
  position: relative;
  width: 225px;  height: 225px;
}

.webshopBox .container p {margin-left: -3px;}

.webshopBox .container img {right: -10px;  top: 10px;}

.webshopBox .morelink {left: 15px;  bottom: 12px;}
.webshopBox .morelink:hover {color: #3d6d03;}

.webshopBox .buttonMore {
  float: right;
  margin-right: 15px;
}
/*----------MAIN END----------*/


/*----------FOOTER START----------*/
footer {background-color: #5c8a0f;}

.footerTop {
  background: url(images/footerTop.png) repeat-x;
  height: 48px;
}
.footerTop p {
  float: left;
  padding-left: 119px;
  width: 285px;
}
.footerTop li {
  white-space: nowrap;
  float: left;
  width: 200px;
  padding: 0 10px;
}
.footerTop li.last {width: 150px;}
.footerTop span {
  color: white;
  font-size: 12px;
  margin-right: 5px;
}
.footerTop a {
  color: #738a4f;
  font-family: MyriadPro-BoldCond;
  line-height: 48px;
}
.footerTop a:hover {color: white;}
.footerTop .first {
  color: #999999;
}

footer .content {padding: 30px 0;}


.footerLogo {
  background: url(images/footerLogo.png) no-repeat;
  float: left;
  margin: 13px 12px 0 20px;
  width: 86px;  height: 78px;
}

footer b {font-weight: normal;  font-family: MyriadPro-BoldCond;}

footer p {
  color: #dad6ca;
  float: left;
  margin-right: 95px;
  padding-top: 15px;
  width: 190px;
}


footer ul {
  float: left;
  padding-top: 15px;
  width: 200px;
}
footer .last {width: 150px;}

footer li {
    min-height: 24px;
    white-space: nowrap;
}

footer a {
  color: white;
  font-family: MyriadPro-BoldCond;
  line-height: 24px;
}
footer a:hover {color: #2e5b02;}
footer span {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
/*----------FOOTER END----------*/



.headerImg {
  background: url(images/headerImg.jpg) no-repeat;  background-position: center top !important;
  margin: -20px auto 0 auto;
  /*width: 1280px;*/  height: 240px;
}


/*----------NEWS LIST PAGE START----------*/
.subPage .mainMenu {margin-bottom: 35px;}


.pageTitle, .commentTitle {background: url(images/pageTitleRepeat.png) repeat-x;}
.pageTitle span, .commentTitle span {
  display: inline-block;
  line-height: 25px; height: 25px;
}
.pageTitle .left, .commentTitle .left {
  background: white url(images/pageTitleLeft.jpg) no-repeat left center;
  padding-left: 30px;
}
.pageTitle .right, .commentTitle .right {
  background: white url(images/pageTitleRight.jpg) no-repeat right center;
  padding-right: 30px;
}
.productbg .pageTitle .left {background: #F3F3F3 url(images/pageTitleLeftGray.jpg) no-repeat left center;}
.productbg .pageTitle .right {background: #F3F3F3 url(images/pageTitleRightGray.jpg) no-repeat right center;}



.page {
  float: left;
  margin-right: 20px;
  padding: 0 20px;
  /*width: 840px;*/
  width: 71.2%;
}


.newsListPage .item {
  background: url(images/newsBoxItem.png) repeat-x left bottom;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.newsListPage .imgContainer {
  background: url(images/newsListImgContainer.png) no-repeat;
  display: block;
  float: left;
  margin: 0 28px 0 -10px;
  text-align: center;
  width: 262px;  height: 131px;
}

.newsListPage .textContainer {
  float: left;
  width: 560px;
}

.newsListPage .textContainer p {
  line-height: 21px;
  margin-bottom: 15px;
}


.newsListPage .filterContainer {
  background: none;
  margin: 0;
}

.newsListPage.eventList .filterContainer {
  background: url(images/regItem.png) repeat-x left bottom;
  margin-bottom: 30px;
}


.pager {
  margin: 0 auto;
  position: relative;
  width: 840px;  height: 20px;
}
.pager .container {
  margin: 0 auto;
  text-align: center;
  width: 545px;  height: 20px;  line-height: 20px;
}
.pager a {
  color: #7da81d;
  font-family: MyriadPro-BoldCond;
  line-height: 20px;
}
.pager .container a {margin: 0 15px;}
.pager .container a:hover {text-decoration: none;}
.pager .container .active {color: #93393d;}

.prevPage, .nextPage {
  position: absolute;
  top: 0;
  width: 75px;  height: 20px;
}
.prevPage {left: 0;}
.nextPage {right: 0;}
.prevPage a, .nextPage a {
  display: block;
  width: 65px;  height: 20px;
}
.prevPage a {
  background: url(images/arrowGreenLeft.png) no-repeat left 7px;
  padding-left: 10px;
}
.prevPage a:hover {background: url(images/arrowGreenLeftHover.png) no-repeat left 7px;}

.nextPage a {
  background: url(images/arrowGreen.png) no-repeat right 7px;
  padding-right: 10px;
}
.nextPage a:hover {background: url(images/arrowGreenHover.png) no-repeat right 7px;}

.pager a:hover {color: #3d6d03;}
/*----------NEWS LIST PAGE END----------*/


/*----------NEWS VIEW PAGE START----------*/
.articleTitle {
  color: #93393d;
  font-size: 35px;  font-family: MyriadPro-BoldCond;  font-weight: normal;
  line-height: 35px;
  margin-bottom: 10px;
}

.newsViewPage .date, .newsViewPage .author {
  color: #999999;
  margin-bottom: 15px;
}

.newsViewPage .author b {
  color: #7ca71c;
  font-family: MyriadPro-BoldCond;  font-weight: normal;
  margin-right: 20px;
}

.newsViewPage iframe {width: 100%;}


.newsGallery {}
.newsGallery li {display: inline-block;}


.articleshare {
  background: url(images/newsBoxItem.png) repeat-x left bottom;
  height: 26px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.articleshare iframe {float: left;}


.comments b {font-family: MyriadPro-BoldCond;  font-weight: normal; }
.commentTitle {margin: 50px 0 40px 0;}


.comments .item {
  background: url(images/newsBoxItem.png) repeat-x left bottom;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments .item.last {
  background: none;
  margin: 0;
  padding: 0;
}

.comments .name {
  color: #999999;
  margin-bottom: 8px;
}
.comments .name b {
  color: #333333;
  font-family: MyriadPro-BoldCond;  font-weight: normal;
}
.comments .name span {
  display: inline-block;
  font-size: 8px;
  margin: 0 10px;
  vertical-align: middle;
}

.comments .text {
  font-family: MyriadPro-LightCond;
  line-height: 21px;
  margin-bottom: 10px;
}


.commentNow {
  background-color: #f3f3f3;
  margin: 20px 0;
  padding: 15px 0 15px 20px;
}

.commentNowLeft {
  float: left;
  margin-right: 20px;
  width: 670px;
}

.commentNow .mce-container {border: 0;}

.commentNow .mce-tinymce {
  margin-bottom: 10px !important;
  width: 670px !important;
}

#comtext_ifr {height: 54px !important;}

.commentNow input {
  background: url(images/commentNowInput.png) no-repeat;
  color: #7ca71c;
  float: left;
  font-family: MyriadPro-BoldCond;  font-weight: normal;
  margin-right: 8px;
  padding: 0 10px;
  width: 310px;  height: 34px;
}

.commentNow textarea, .commentNow .mce-edit-area {
  background: url(images/commentNowTextarea.png) no-repeat;
  color: #7ca71c;
  font-family: MyriadPro-BoldCond;  font-weight: normal;
  padding: 10px;
  width: 650px;  height: 54px;
}
.commentNow ::-webkit-input-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.commentNow :-moz-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.commentNow ::-moz-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.commentNow :-ms-input-placeholder {
  color: #7ca71c;
  opacity: 1;
}

.commentNow .submit {
  background: url(images/commentNowSubmit.png) no-repeat;
  color: white;
  float: left;
  font-family: MyriadPro-BoldCond;  font-weight: normal;
  margin-top: 120px;  margin-right: 0;
  padding-bottom: 3px;
  width: 112px;  height: 32px;
}
/*----------NEWS VIEW PAGE END----------*/


/*----------REGISTRATION PAGE START----------*/
.registrationPage .item, .contactPage .item {
  background: url(images/regItem.png) no-repeat left bottom;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.registrationPage .item p, .contactPage .title, .contactPage .item h3, .contactPage .item h2 {
  color: #93393d;
  font-family: MyriadPro-BoldCond;  font-size: 24px;  font-weight: normal;
  line-height: 28px;
  margin-bottom: 20px;
}

.registrationPage .item span {
  color: #999999;
  font-size: 17px;  font-family: MyriadPro-Cond;
  margin-left: 40px;
}

.registrationPage input, .contactForm .submit, .destinationBox .submit, .inputContainer input {
  background: url(images/regInput.png) no-repeat;
  color: #3d6d03;
  display: block;
  float: left;
  font-family: MyriadPro-BoldCond;  font-size: 18px;
  margin: 0 30px 9px 0;
  padding: 0 10px;
  width: 240px;  height: 32px;
}

.inputContainer input.last {margin-right: 0;}

.registrationPage ::-webkit-input-placeholder, .contactForm ::-webkit-input-placeholder, .destinationBox ::-webkit-input-placeholder, .inputContainer ::-webkit-input-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.registrationPage :-moz-placeholder, .contactForm :-moz-placeholder, .destinationBox :-moz-placeholder, .inputContainer :-moz-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.registrationPage ::-moz-placeholder, .contactForm ::-moz-placeholder, .destinationBox ::-moz-placeholder, .inputContainer ::-moz-placeholder {
  color: #7ca71c;
  opacity: 1;
}
.registrationPage :-ms-input-placeholder, .contactForm :-ms-input-placeholder, .destinationBox :-ms-input-placeholder, .inputContainer :-ms-input-placeholder {
  color: #7ca71c;
  opacity: 1;
}

.registrationPage input.long {
  background: url(images/regInputLong.png) no-repeat;
  width: 530px;
}
.registrationPage input.last {margin-right: 0;}

.registrationPage .submit, .contactForm .submit, .destinationBox .submit {
  background: url(images/regSubmit.png) no-repeat !important;
  color: white;
  float: right;
  padding: 0;
  width: 260px;
}
.registrationPage .submit {margin: 0 0 0 20px;}

.registrationPage .radio, .registrationPage .checker, .orderPage .checker {
  float: left !important;
  margin-right: 10px !important;  margin-bottom: 10px !important;
}

.registrationPage label {
  color: #3d6d03;
  display: block;
  float: left;
  font-family: MyriadPro-BoldCond;  font-size: 18px;
  margin-right: 20px;
}
.registrationPage .checkboxLabel, .orderPage .checkboxLabel {
  display: block;
  float: none;
  margin: 0;
  padding-left: 35px;
}

.registrationPage .checkboxLabel a {
  color: #3D6D03;
  text-decoration: underline;
}
.registrationPage .checkboxLabel a:hover {text-decoration: none;}

.orderPage .checkboxLabel a {
  color: #7CA71C;
  text-decoration: underline;
}
.orderPage .checkboxLabel a:hover {text-decoration: none;}

.registrationPage table {width: 100%;}
/*----------REGISTRATION PAGE END----------*/


/*----------CONTACT PAGE START----------*/
.contactPage table {
  border-spacing: 0;  border-collapse: collapse;
  float: left;
  margin-right: 10px;
  width: 410px;
}

.contactPage td {
  font-family: MyriadPro-BoldCond;
  padding: 2px 3px;
}

.contactPage td a {color: #7ca71c;}
.contactPage td a:hover {color: #3d6d03;}


.contactPage .floatLeft {width: 240px;}
.contactPage .floatRight {width: 580px;}


.contactForm input, .destinationBox input {
  background: url(images/contactInput.png) no-repeat;
  color: #3d6d03;
  display: block;
  font-family: MyriadPro-BoldCond;  font-size: 18px;
  margin: 0 0 9px 0;
  padding: 0 10px;
  width: 220px;  height: 32px;
}

.contactForm textarea {
  background: url(images/contactTextarea.png) no-repeat;
  color: #3d6d03;
  display: block;
  font-family: MyriadPro-BoldCond;  font-size: 18px;
  margin: 0 0 9px 0;
  padding: 10px;
  width: 560px;  height: 52px;
}

.contactForm img {
  border: 1px solid #cccccc;
  float: left;
}

.contactForm .submit {margin: 0;}


.contactPage .fck {font-size: 18px;  font-family: MyriadPro-Cond;}

.contactPage p {line-height: 20px;}


.mapContainer {
  background: url(images/mapContainer.png) no-repeat center bottom;
  float: left;
  padding-bottom: 19px;
  width: 540px;
}

.mapContainer iframe {border: 0;}


.destinationBox {
  float: right;
  width: 240px;
}


.destinationBox .submit {
  background: url(images/destinationSubmit.png) no-repeat !important;
  margin: 0;
  width: 240px !important;
}

.destinationBox .chosen-container {
  background: url(images/destinationSelect.png) no-repeat !important;
  margin-bottom: 9px !important;
  position: relative !important;
  width: 240px !important;  height: 32px !important;
}
.destinationBox .chosen-single {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block;
  height: 32px !important;
  padding: 0 !important;
  text-align: left;
}
.destinationBox .chosen-single div b {background: none !important;}
.destinationBox .chosen-single span {
  color: #7CA71C !important;
  font-size: 18px !important;  font-family: MyriadPro-BoldCond;
  padding: 0 0 0 10px !important;
  text-align: left !important;
  width: 240px;  line-height: 32px;
}
.destinationBox .chosen-drop {
  z-index: 1;
  background-color: white !important;
  border: 1px solid #E9EAF2 !important;
  padding: 5px 0 !important;
  position: absolute;
  width: 240px !important;
}
.destinationBox .chosen-container li {
  color: #7CA71C !important;
  font-size: 18px !important;  font-family: MyriadPro-BoldCond !important;
  line-height: 32px !important;
  padding: 0 15px !important;
}
.destinationBox .chosen-results li.highlighted {background: none !important;}
/*----------CONTACT PAGE END----------*/


/*----------STATIC PAGE START----------*/
.filterContainer {
  background: url(images/regItem.png) repeat-x left bottom;
  color: #7ca71c;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.filterContainer span {margin: 0 5px;}

.filterContainer a {
  color: #7ca71c;
  font-size: 24px;  font-family: MyriadPro-BoldCond;
  line-height: 32px;
}
.filterContainer a:hover {color: #3d6d03;}
.filterContainer .active {color: #93393d;}
.filterContainer .active:hover {color: #742326;}


.staticPage .fck h2, .staticPage .fck h3, .staticPage .fck h4, .staticPage .fck h5, .staticPage .fck h6 {color: #93393d;}

.staticPage .fck a {
  color: #7CA71C;
  font-family: MyriadPro-BoldCond;
}

table.munkatarsak, table.munkatarsak td {border: 0 !important;}

table.munkatarsak td {
  background: url(images/regItem.png) repeat-x left bottom;
  padding: 15px 0 !important;
}

table.munkatarsak {width: 100%;}

table.munkatarsak img {
  float: left;
  margin-right: 20px;
  width: 100px;  height: 109px;
}

table.munkatarsak h2, table.munkatarsak h3 {margin-top: 0;}

table.munkatarsak p {
  color: #999999;
  line-height: 24px !important;
}

table.munkatarsak a {text-decoration: none !important;}
table.munkatarsak a:hover {text-decoration: underline !important;}
/*----------STATIC PAGE END----------*/


/*----------ACCOMODATION PAGE START----------*/
.accomodationPage .item {
  background: url(images/regItem.png) repeat-x left bottom;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.accomodationPage .item.last {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accomodationPage .imgContainer {
  background: url(images/accomodationPageImgContainer.png) no-repeat center bottom;
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 184px;  height: 93px;
}


.accomodationPage .textContainer {
  float: left;
  margin-right: 20px;
  width: 320px;
}

.accomodationPage .textContainer h2 {
  color: #93393d;
  font-family: MyriadPro-BoldCond;  font-size: 24px;  font-weight: normal;
  margin-bottom: 5px;
}

.accomodationPage .textContainer a {
  color: #7ca71c;
  font-family: MyriadPro-BoldCond;
  line-height: 24px;
}

.accomodationPage .textContainer p {
  color: #999999;
  font-family: MyriadPro-LightCond;
  line-height: 24px;
}

.accomodationPage .textContainer.last {
  margin: 0;
  width: 295px;
}

.accomodationPage .textContainer.last p {color: #333333;}
/*----------ACCOMODATION PAGE END----------*/


/*----------GALLERIES PAGE START----------*/
.galleriesPage .videoGalleryBox {
  float: left;
  margin-right: 40px;  margin-bottom: 25px;
  width: 400px;
}
.galleriesPage .videoGalleryBox.last {margin: 0;}

.galleriesPage .videoGalleryBox .container {
  background: url(images/galleriesPageContainer.png) no-repeat center bottom;
  margin: 0;
  padding: 0;
  width: 400px;  height: 251px;
}


.galleriesPage .divide {
   background: url(images/regItem.png) no-repeat left bottom;
   height: 4px;
   margin-bottom: 20px;
}

.galleriesPage .buttonAll {
  display: block;
  float: right;
  margin-bottom: 20px;
}

.galleriesPage .imageGalleryBox, .imgGalleryListPage .imageGalleryBox {
  background: url(images/regItem.png) no-repeat left bottom;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: auto;
}
.galleriesPage .info, .imgGalleryListPage .info {
  float: right;
  width: 280px;
}
.galleriesPage .info a, .galleriesPage .info span, .imgGalleryListPage .info a, .imgGalleryListPage .info span {display: block;}

.galleriesPage .imageGalleryBox .text, .imgGalleryListPage .imageGalleryBox .text {margin-bottom: 10px;}
.galleriesPage .imageGalleryBox .info span, .imgGalleryListPage .imageGalleryBox .info span {margin-bottom: 15px;}
.galleriesPage .imageGalleryBox .buttonMore, .imgGalleryListPage .imageGalleryBox .buttonMore {
  display: inline !important;
  position: static;
}
/*----------GALLERIES PAGE END----------*/


/*----------IMAGE GALLERY VIEW PAGE START----------*/
#fancybox-overlay {
  background: white !important;
  opacity: 0.90 !important;
  filter: alpha(opacity=90) !important;
  zoom: 1.0 !important;
}
#fancybox-outer {background: black !important;}

#fancybox-title {
  color: #dad6ca !important;
  font-size: 24px !important;  font-family: MyriadPro-Cond !important;
}
#fancybox-inner {background: white;}
#fancybox-close:before {
  color: #7CA71C;
  font-family: MyriadPro-BoldCond;
  content: "Bezár x";
}
#fancybox-close {
  background: none !important;
  top: -32px !important;  right: 5px !important;
  width: 60px !important;
}


.newsViewPage .imageGalleryBox {width: 100%;}

.gallery {overflow: hidden;}

.gallery a {
  background: url(images/galleryContainer.png) no-repeat;
  display: block;
  float: left;
  margin: 0 30px 10px 0;
  width: 260px;  height: 142px;
}
.gallery .last {margin-right: 0;}
/*----------IMAGE GALLERY VIEW PAGE END----------*/



/*----------PRODUCT LIST PAGE START----------*/
/*.productListPage .buttonMore {right: 18px !important;}*/


.productTitleContainer {
  background: url(images/productTitleContainer.png) repeat-x center top;
  height: 160px;
  margin-top: -52px;  margin-bottom: 35px;
  text-align: center;
}

.productTitleContainer h2 {
  background: url(images/chalkLine.png) repeat-x center center;
  font-family: MyriadPro-BoldCond;  font-weight: normal;
  margin: 0 auto;
  max-width: 1140px;
}

.productTitleContainer a, .productTitleContainer span {
  background: url(images/productTitleContainer.png) no-repeat center -45px;
  color: #7e9459;
  font-size: 35px;
  line-height: 140px;
  text-transform: uppercase;
}

.productTitleContainer a {padding: 0 3px 0 5px;}
.productTitleContainer span {
  margin: 0 -3px;
  padding: 0 10px;
}

.productTitleContainer h2 span {color: #aeb0b3;}


.productListPage .item, .cartPage .item {
  background: url(images/regItem.png) repeat-x left bottom;
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
}

.productListPage .imgContainer, .cartPage .imgContainer {
  background: url(images/productListImgContainer.png) no-repeat;
  float: left;
  margin-right: 30px;
  padding-top: 8px;
  position: relative;
  text-align: center;
  width: 152px;  height: 138px;
}
.productListPage .imgContainer img, .cartPage .imgContainer img {height: 125px;}


.iconAkcio {
  background: url(images/akcio.png) no-repeat;
  display: block;
  position: absolute;
  left: 0;  top: 0;
  width: 109px;  height: 114px;
}


.productListPage .textContainer {
  float: left;
  width: 470px;
}
.productListPage h3, .productListPage h3 a, .cartPage .textContainer h3 {
  color: #93393d;
  float: left;
  font-size: 24px;  font-family: MyriadPro-BoldCond;  font-weight: normal;
  width: 270px;  line-height: 23px;
}
.productListPage h3 a:hover {color: #742326;}
.productListPage h3 {margin-bottom: 15px;}

.productListPage .inactive h3, .productListPage .inactive h3 a {color: #999999;}

.akciosar, .normalar {
  color: #93393d;
  font-size: 17px;
  line-height: 23px;
}
.akciosar span {
  color: #cf9a43;
  font-family: MyriadPro-BoldCond;  font-size: 23px;
}
.productListPage .akciosar, .productListPage .normalar {float: right;}
.normalar span {
  color: #93393d;
  font-family: MyriadPro-BoldCond;  font-size: 23px;
}


.wineInfoTable {border-spacing: 0;  border-collapse: collapse;}
.wineInfoTable td {color: #999999;}
.wineInfoTable td b {color: #7ca71c;}
.wineInfoTable td.grey b {color: #333333;}

.productListPage table {
  float: left;
  margin-right: 60px;
  width: 120px;
}


.productListPage .text {
  color: #333333;
  float: left;
  font-family: MyriadPro-LightCond;
  width: 280px;  line-height: 21px;
}


.productListPage .buttonMore {
  position: absolute;
  right: 40px;  top: 2px;
}


.buttonToCart {
  background: url(images/buttonToCart.png) no-repeat;
  color: white;
  display: block;
  font-size: 17px;  font-family: MyriadPro-BoldCond;
  text-align: center;
  width: 160px;  height: 32px;  line-height: 32px;
}
.productListPage .buttonToCart {
  position: absolute;
  right: 0;  top: 40px;
}

.quantityContainer  {height: 32px;}

.productListPage .quantityContainer {
  position: absolute;
  right: 0;  top: 90px;
}
.quantityContainer .buttonPlus {margin-right: 0;}

.productViewPage .quantityContainer {margin-bottom: 15px;}


.labelContainer {overflow: hidden;}

.productListPage .labelContainer {margin-left: 180px;  margin-top: 20px;}

.labelContainer a {
  display: block;
  float: left;
  height: 26px;
  margin-right: 10px;
}

.labelContainer span {
  background: #93393d;
  color: white;
  display: block;
  float: left;
  font-size: 17px;  font-family: MyriadPro-BoldCond;
  height: 26px;  line-height: 26px;
  padding-right: 10px;
}
.labelContainer span.left {
  background: url(images/labelContainerLeft.png) no-repeat;
  padding: 0;
  width: 8px;  height: 26px;  line-height: 26px;
}

.labelContainer .labelAkcio span {background: #cf9a43;}
.labelContainer .labelAkcio span.left {background: url(images/labelContainerLeftAkcio.png) no-repeat;}



.sidebarLinkBox {width: 240px;}
.sidebarLinkBoxBottom {
  background: url(images/sidebarLinkBoxBottom.png) no-repeat;
  height: 11px;
  margin-bottom: 5px;
}

.sidebarLinkBox a {
  background: #6c9a16 url(images/sidebarLinkBox.jpg) no-repeat left bottom;
  color: white;
  display: block;
  font-size: 24px;  font-family: MyriadPro-LightCond;
  line-height: 28px;
  padding: 10px 20px;
  text-transform: uppercase;  text-shadow: 1px -1px 1px #6c9916;
}
.sidebarLinkBox a:hover {
  background: #59860f url(images/sidebarLinkBoxHover.jpg) no-repeat left bottom;
  color: #9dc52a;
}
.sidebarLinkBox a:active, .sidebarLinkBox a.active {background: #59860f url(images/sidebarLinkBoxHover.jpg) no-repeat left bottom;}


.buttonDownload {
  background: url(images/buttonDownload.png) no-repeat right center;
  color: #7ca71c;
  display: block;
  font-size: 24px;
  margin: 0 auto 55px auto;
  text-transform: uppercase;
  width: 180px;
}


.categoriesBox {
  background: url(images/categoriesBox.png) repeat-y;
  padding: 35px 20px;
  position: relative;
  text-align: center;
  width: 200px;
}

.categoriesBoxBottom {
  background: url(images/categoriesBoxBottom.png) no-repeat;
  left: 0;  bottom: -11px;
  position: absolute;
  width: 258px;  height: 11px;
}

.categoriesBox .title {
  background: url(images/categoriesBoxTitle.png) no-repeat center center;
  color: #838383;
  font-size: 35px;  font-family: MyriadPro-BoldCond;
  line-height: 35px;
  margin-bottom: 25px;
  text-transform: uppercase;  text-align: center;
}

.categoriesBox .subTitle, .categoriesBox a {
  color: #708553;
  font-family: marketregular;  font-size: 27px;
  line-height: 27px;
}

.categoriesBox .subTitle {
  background: url(images/categoriesBoxSubTitle.png) repeat-x center center;
  color: #9b9da0;
  margin: 25px 0;
}

.categoriesBox .subTitle span {
  background: url(images/categoriesBox.jpg) no-repeat center -150px;
  display: inline-block;
  padding: 0 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.categoriesBox a:hover {color: #3c5d25;}
.categoriesBox a:active, .categoriesBox a.active {color: #9b9da0;}

.categoriesBox ul {
  float: left;
  text-align: center;
  width: 100px;
}


.productBoxSmall {
  float: left;
  margin-right: 60px;
  width: 390px;
}

.productBoxSmall .leftSide {
  float: left;
  width: 150px;
}
.productBoxSmall .rightSide {
  float: right;
  width: 210px;
}

.productBoxSmall .imgContainer, .productBoxSmall .wineInfoTable {margin-bottom: 10px;}

.productBoxSmall .labelContainer {margin: 0;}
.productBoxSmall .labelContainer a {margin: 0 0 10px 0;}
.productBoxSmall .labelContainer .labelAkcio span {font-size: 12px;}

.productBoxSmall h3, .productBoxSmall h3 a {
  float: none;
  width: auto;
}

.productBoxSmall .akciosar, .productBoxSmall .normalar {
  float: none;
  margin-bottom: 10px;
}

.productBoxSmall .buttonMore, .productBoxSmall .buttonToCart {
  margin: 10px 0 25px 0;
  position: static;
}

.productBoxSmall .text {width: auto;}

.productBoxSmall .linkContainer a {
  color: #7ca71c;
  font-family: MyriadPro-BoldCond;
}

.productBoxSmall .quantityContainer {
  margin-bottom: 10px;
  position: static;
}

.productListPage .button {
  background: url(images/buttonYes.jpg) repeat-x;
  color: white;
  display: inline-block;
  font-family: MyriadPro-BoldCond;
  height: 32px;  line-height: 32px;
  margin: 10px 10px 0 10px;
  padding: 0 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/*----------PRODUCT LIST PAGE END----------*/


/*----------PRODUCT VIEW PAGE START----------*/
.productViewPage {position: relative;}


.productViewPage .articleTitle {width: 530px;}

.productViewPage .wineInfoTable {
  margin-bottom: 10px;
  width: 150px;
}


.productViewPage .akciosar, .productViewPage .normalar {
  font-size: 23px;
  position: absolute;
  right: 20px;  top: 0;
}
.productViewPage .akciosar span, .productViewPage .normalar span {font-size: 35px;}
.productViewPage .akciosar, .productViewPage .normalar {line-height: 42px;}


.productViewPage .labelContainer {
  position: absolute;
  right: 20px;  top: 45px;
}
.productViewPage .labelContainer a {
  float: right;
  margin: 0 0 10px 0;
}


.productViewPage .leftSide {
  float: left;
  width: 260px;
}

.productViewPage .rightSide {
  float: right;
  width: 550px;
}


.productViewPage .buttonToCart {
  background: url(images/buttonToCartBig.png) no-repeat;
  font-size: 21px;
  margin-bottom: 35px;
  width: 220px;  height: 42px;  line-height: 42px;
}


.productViewPage .subTitle, .prizesBox .title, .productBox .title {
  color: #93393d;
  font-size: 24px;  font-family: MyriadPro-BoldCond;
  line-height: 24px;
  margin-bottom: 15px;
}


.wineAnaliticsTable {
  border-spacing: 0;  border-collapse: collapse;
  margin-bottom: 15px;
}
.wineAnaliticsTable td {color: #999999;}
.wineAnaliticsTable b, .wineAnaliticsTable span {color: #333333;}


.productViewPage .fck {
  font-size: 18px;
  margin-bottom: 15px;
}
.productViewPage .fck a, .productViewPage .fck p, .productViewPage .fck span, .productViewPage .fck li {line-height: 24px;}


.prizesBox {margin-bottom: 15px;}
.prizesBox .title {}
.prizesBox ul {}
.prizesBox li {
  color: #999999;
  font-size: 17px;  font-family: myriadpro-lightcond;
  line-height: 24px;
  margin-bottom: 10px;
}
.prizesBox a {
  color: #7ca71c;
  font-family: MyriadPro-BoldCond;
}
.prizesBox span {color: #333333;}


.productGallery {
  background: url(images/productGallery.png) no-repeat;
  margin-bottom: 10px;
  padding-top: 40px;  padding-right: 25px;
  position: relative;
  text-align: center;
  width: 546px;  height: 523px;
}
.productGallery img {
  display: none;
  margin: 0 auto;
}
.productGallery .first {display: block;}

.productGallery .buttonPrev, .productGallery .buttonNext {
  display: none;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 12px;  height: 25px;
}
.productGallery .buttonPrev {
  background: url(images/productGalleryPrev.png) no-repeat;
  left: 27px;
}
.productGallery .buttonNext {
  background: url(images/productGalleryNext.png) no-repeat;
  right: 41px;
}


.productBox {margin-bottom: 30px;}
.productBox .title {margin-bottom: 10px;}
.productBox h3, .productBox h3 a {
  color: #7ca71c;
  font-size: 24px;  font-family: MyriadPro-BoldCond;  font-weight: normal;
  line-height: 24px;
}
.productBox h3 a:hover {color: #3d6d03;}
.productBox h3 {margin-bottom: 10px;}
.productBox p {
  font-family: myriadpro-lightcond;
  line-height: 24px;
  margin-bottom: 10px;
}


div.print {
  display: none;
  margin: 0 auto 20px auto;
  max-width: 1180px;
}
div.print img {max-width: 100%;  height: auto;  width: auto;}
div.print .title {
  color: #93393D;
  font-family: MyriadPro-BoldCond;  font-size: 35px;
  line-height: 35px;
  margin-bottom: 20px;
}
div.print h3 {
  font-size: 20px;  font-weight: normal;
  margin: 10px 0 4px;
}
div.print h2, div.print h3, div.print h4, div.print h5, div.print b {
  color: #333333;
  font-family: MyriadPro-BoldCond;  font-weight: normal;
  line-height: 28px;
}
div.print p {
  color: #333333;
  font-family: MyriadPro-LightCond;  font-size: 18px;
  line-height: 28px;
}


.buttonWish {
  background: url(images/buttonWish.jpg) no-repeat;
  color: white;
  display: block;
  float: right;
  font-size: 21px;  font-family: MyriadPro-BoldCond;
  margin: 0 5px 10px 0;
  text-align: center;
  width: 220px;  height: 42px;  line-height: 42px;
}
/*----------PRODUCT VIEW PAGE END----------*/


/*----------CART PAGE START----------*/
.cartPage .fck {
  font-size: 17px;  font-family: MyriadPro-Cond;
  margin-bottom: 20px;
}
.cartPage .fck a, .cartPage .fck p, .cartPage .fck span, .cartPage .fck li {line-height: 21px;}


.cartPage .kupon {float: left;}


.cartPage .labelContainer.big  {margin-bottom: 20px;}

.labelContainer.big a {
  height: 34px;
  margin: 0;
}
.labelContainer.big span {
  font-family: MyriadPro-Cond;
  height: 34px;  line-height: 34px;
}
.labelContainer.big span.left {background: url(images/labelContainerLeftBig.png) no-repeat;}
.labelContainer.big .labelAkcio span.left {background: url(images/labelContainerLeftAkcioBig.png) no-repeat;}
.labelContainer.big .repeat {
  font-size: 22px;
  padding: 0 10px;
}
.labelContainer.big b {font-family: MyriadPro-BoldCond;  font-weight: normal; font-size: 21px;}


.cartPage .item.other {
  overflow: hidden;
  padding-left: 185px;
}

.cartPage .item.other .labelContainer {margin: 10px 0 0 0;}

.cartPage .item.other p {
  color: #999999;
  float: left;
  font-family: MyriadPro-BoldCond;  font-size: 24px;
  line-height: 32px;
  margin-right: 10px;
}

.cartPage .item.other p span {
  display: inline-block;
  font-family: myriadpro-lightcond;  font-size: 17px;
  text-align: right;
  width: 105px;
}

.cartPage .widthAuto {width: auto !important;}
.cartPage .width-240, .cartPage .width-195, .cartPage .width-495 {margin: 0 !important;}
.cartPage .width-240 {width: 240px !important;}
.cartPage .width-195 {width: 195px !important;}
.cartPage .width-495 {width: 495px !important;}


.cartPage .item.other input {
  background: url(images/cartOtherInput.png) no-repeat;
  color: #7ca71c;
  float: left;
  font-family: MyriadPro-BoldCond;
  margin-right: 15px;
  padding: 0 10px;
  width: 196px;  height: 32px;
}

.cartPage .price {font-family: MyriadPro-Cond !important;}
.cartPage .price b {
  color: #93393d;
  font-family: MyriadPro-BoldCond !important;  font-weight: normal !important;
}
.cartPage .price span {margin-right: 20px;}

.rowKedvezmeny p, .rowKedvezmeny p b {color: #cf9a43 !important;}
.rowKedvezmenyOssz p {color: #93393d !important;}


.buttonAdd {
  background: url(images/buttonAdd.png) no-repeat;
  color: white;
  float: left;
  font-family: MyriadPro-BoldCond;
  text-align: center;
  width: 104px;  height: 32px;  line-height: 32px;
}


.cartPage .textContainer {
  float: left;
  width: 655px;
}

.cartPage .textContainer h3 {
  float: none;
  margin-bottom: 15px;
  width: auto;
}

.cartPage .textContainer table {
  border-spacing: 0;  border-collapse: collapse;
  width: 100%;
}


.cartPage .itemKupon .textContainer {width: 688px;}

.cartPage .itemKupon .textContainer h3 {
  float: left;
  width: 425px;
}
.cartPage .itemKupon .textContainer table {
  float: right;
  width: 230px;
}

.cartPage .textContainer td {
  color: #999999;
  font-family: myriadpro-lightcond;
  line-height: 32px;
  padding: 3px 0;
  vertical-align: top;
}

.cartPage .textContainer p {margin-bottom: 10px;}

.cartPage .textContainer td span {
  color: #93393d;
  display: inline-block;
  font-size: 24px;
  text-align: right;
  width: 80px;
}
.cartPage .textContainer td span.small {font-size: 17px;}

.cartPage .textContainer td b {font-family: MyriadPro-BoldCond;  font-weight: normal;}

.cartPage .textContainer .labelContainer {
  float: left;
  margin-top: 15px;
  width: 400px;
}
.cartPage .textContainer .buttonBack {
  float: right;
  margin-top: 15px;
}


.cartPage table label {
  float: left;
  line-height: 32px;
  margin-right: 15px;
}

.cartPage table input, .quantityContainer input {
  background: url(images/cartInput.png) no-repeat;
  color: #7ca71c;
  float: left;
  font-family: MyriadPro-BoldCond;
  margin-right: 10px;
  padding: 0 5px;
  width: 32px;  height: 32px;
}

.cartPage table .quantity, .quantityContainer .quantity {
  color: #999999 !important;
  float: left;
  font-size: 18px !important;
  line-height: 32px;
  margin-right: 5px;
  width: auto !important;
}

.buttonMinus, .buttonPlus {
  display: block;
  float: left;
  margin-right: 10px;
  width: 32px;  height: 32px;
}
.buttonMinus {background: url(images/buttonMinus.png) no-repeat;}
.buttonPlus {background: url(images/buttonPlus.png) no-repeat;}


.buttonRowDelete {
  background: url(images/buttonRowDelete.png) no-repeat !important;
  color: white !important;
  float: right !important;
  padding: 0 !important;
  width: 80px !important;
}


.buttonDelete, .buttonOrder {
  cursor: pointer;
  font-family: MyriadPro-BoldCond;
  text-align: center;
  width: 230px;  height: 32px;  line-height: 32px;
}
.buttonDelete {
  background: url(images/buttonDelete.png) no-repeat;
  color: #5d8b10;
  float: left;
}

.buttonOrder {
  background: url(images/buttonOrder.png) no-repeat !important;
  color: white !important;
  float: right;
}
/*----------CART PAGE END----------*/


/*----------ORDER PAGE START----------*/
.orderPage .buttonOrder {
  float: left;
  margin-top: 10px;
}

.orderPage .item {
  background: url(images/regItem.png) repeat-x left bottom;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.orderPage .title {
  color: #93393d;
  font-size: 24px;  font-family: MyriadPro-BoldCond;
  line-height: 23px;
  margin-bottom: 15px;
}
.orderPage .title span {
  color: #999999;
  font-size: 17px;  font-family: MyriadPro-Cond;
  margin-left: 10px;
}

.orderPage .wineInfoTable td {padding: 0 20px 0 0;}

.orderPage label, .orderPage p {
  color: #7ca71c;
  font-size: 17px;  font-family: MyriadPro-BoldCond;
  line-height: 24px;
}
.orderPage p.grey {color: #333333;}

.orderPage label {
  float: left;
  margin-right: 130px;
}

.orderPage .radio {
  float: left !important;
  margin-right: 10px !important;
}

.buttonBack {
  background: url(images/buttonBack.png) no-repeat;
  color: #5d8b10;
  display: block;
  font-size: 17px;  font-family: MyriadPro-BoldCond;
  text-align: center;
  width: 230px;  height: 32px;  line-height: 32px;
}
.orderPage .buttonBack {float: left;}

.orderPage .submit, .buttonOrderFinalize {
  background: url(images/orderPageSubmit.png) no-repeat;
  color: white;
  float: right;
  font-size: 17px;  font-family: MyriadPro-BoldCond;
  text-align: center;
  width: 230px;  height: 32px;  line-height: 32px;
}

.orderPage textarea {
  background: url(images/orderPageTextarea.png) no-repeat;  background-size: 100% auto;
  color: #3D6D03;
  font-size: 18px;  font-family: MyriadPro-BoldCond;
  padding: 10px;
  width: 820px;  height: 130px;
}


.orderTable {
  border-spacing: 0;  border-collapse: collapse;
  width: 100%;
}
.orderTable th {
  color: #999999;
  font-weight: normal;  font-family: MyriadPro-LightCond;
  text-align: left;
}
.orderTable td {
  font-family: MyriadPro-LightCond;
  padding: 3px 0;
}
.orderTable td.first {
  color: #7ca71c;
  font-size: 17px;  font-family: MyriadPro-BoldCond;
}
.orderTable td b {font-family: MyriadPro-BoldCond;  font-weight: normal;}

.orderTable .rowSum td {color: #93393d;}
.orderTable .rowShippingCost td {color: #333333 !important;}
.orderTable .rowPay td {
  color: #93393d;
  font-size: 24px;
}
/*----------ORDER PAGE END----------*/


/*----------AWARD PAGE START----------*/
.awardPage .container {position: relative;}

.awardPage .item {
  background: url(images/regItem.png) repeat-x left bottom;
  margin-bottom: 25px;
  padding-bottom: 25px;
  width: 640px;
}

.awardPage .item h3, .awardFilter p {
  color: #93393d;
  font-family: MyriadPro-BoldCond;  font-weight: normal;  font-size: 24px;
  margin-bottom: 15px;
}

.awardPage .item p b, .awardFilter a {
  color: #7ca71c;
  font-family: MyriadPro-BoldCond;  font-weight: normal;
}
.awardFilter a:hover, .awardPage ul a:hover {color: #3d6d03;}

.awardPage .item p {
  color: #999999;
  font-family: MyriadPro-LightCond;
  margin-bottom: 10px;
}

.awardPage ul a {
  color: #7CA71C;
  font-family: MyriadPro-BoldCond;
}

.awardFilter {
  position: absolute;
  right: 0;  top: 0;
  width: 150px;
}
.awardFilter p {margin-bottom: 10px;}
.awardFilter a {line-height: 32px;}
.awardFilter span {
  font-size: 16px;
  margin-right: 5px;
}
/*----------AWARD PAGE END----------*/


/*----------SEARCH PAGE START----------*/
.searchedfor {
  background: url(images/regItem.png) repeat-x left bottom;
  color: #999999;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-align: center;
}
.searchedfor b {
  color: #93393d;
  font-family: MyriadPro-BoldCond;  font-weight: normal;
}


.searchPage .item h3, .searchPage .item h3 a {
  color: #7ca71c;
  font-family: MyriadPro-BoldCond;  font-size: 24px;  font-weight: normal;
}
.searchPage .item h3 a:hover {color: #3d6d03;}
.searchPage .item h3 {margin-bottom: 15px;}

.searchPage .wineInfoTable {
  float: left;
  margin-right: 60px;  margin-bottom: 10px;
  width: 140px;
}

.searchPage .item p {
  font-family: MyriadPro-LightCond;
  margin-bottom: 10px;
}
/*----------SEARCH PAGE END----------*/


/*----------WHERE TO BUY PAGE START----------*/
.wheretobuyPage {}

.wheretobuyPage .item {
  float: left;
  margin-right: 70px;
  width: 380px;
}
.wheretobuyPage .item.last {margin-right: 0;}

.wheretobuyPage .item h3, .wheretobuyPage .item h3 a {
  color: #93393d;
  font-family: MyriadPro-BoldCond;  font-size: 24px;  font-weight: normal;
}
.wheretobuyPage .item h3 {margin-bottom: 10px;}

.wheretobuyPage .wineInfoTable {
  margin-bottom: 10px;
  width: 255px;
}
.wheretobuyPage .wineInfoTable td {
  padding: 2px 3px;
  vertical-align: top;
}
.wheretobuyPage .wineInfoTable .first {width: 50px;}

.wheretobuyPage .wineInfoTable b {
  color: #999999;
  font-family: MyriadPro-Cond;  font-weight: normal;
}
.wheretobuyPage .wineInfoTable a {
  color: #7CA71C;
  font-family: MyriadPro-BoldCond;
}
.wheretobuyPage .wineInfoTable a:hover {color: #3d6d03;}

.wheretobuyPage .divide {
  background: url(images/regItem.png) no-repeat left bottom;
  height: 4px;
  margin: 20px 0;
}
/*----------WHERE TO BUY PAGE END----------*/




.layer {
  background-color: white;
  opacity: 0.80;
  filter: alpha(opacity=80);
  zoom: 1.0;
  width: 100%;  height: 100% !important;
  top: 0; left: 0;
  position: fixed;
  z-index: 90000;
}
.layer.green {background-color: #779e22;}

.popup {
  display: none;
  left: 50%;  top: 30%;
  margin-left: -270px;
  position: absolute;
  width: 540px;
  z-index: 555555;
}
.popup.screenCenter {position: fixed;}

.buttonClosePopup {
  color: #7ca71c;
  display: block;
  font-family: MyriadPro-BoldCond;
  position: absolute;
  top: 30px;  right: 30px;
}


.popup .container {
  background: #f3f3f3;
  border: 10px solid white;
  padding: 20px;
}

.popupBottom {
  background: url(images/popupBottom.png) no-repeat;
  height: 25px;
}


.popup .title {
  color: #93393d;
  font-size: 35px;  font-family: MyriadPro-BoldCond;
  margin-bottom: 20px;
  width: 410px;  line-height: 35px;
}

.popup img {margin-bottom: 20px;}

.popup .fck {font-size: 18px;}

.popup .fck a, .popup .fck p, .popup .fck span, .popup .fck li {line-height: 24px;}



.buttonYes, .buttonNo {
  color: white;
  display: inline-block;
  font-family: MyriadPro-BoldCond;
  height: 32px;  line-height: 32px;
  margin: 10px 10px 0 10px;
  padding: 0 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.buttonYes {background: url(images/buttonYes.jpg) repeat-x;}
.buttonNo {
  background: url(images/buttonNo.jpg) repeat-x;
  color: #5d8b10;
}


.generalPopup p {text-align: center;}


.downloadBox {}

.downloadBox .item {
  background: url(images/regItem.png) repeat-x left bottom;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.downloadBox .item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.downloadBox h3 {
  float: left;
  font-family: MyriadPro-LightCond;  font-weight: normal;  font-size: 24px;
  width: 600px;
}
.downloadBox .buttonDownload {
  float: right;
  margin: 0;
  padding-right: 30px;
  width: auto;
}
.downloadBox .buttonDownload:hover {color: #3d6d03;}


.newsViewPage .bx-wrapper {margin-top: 20px;}

.newsViewPage .bx-wrapper .bx-next {right: -40px !important;}


.buttonPrint {
  background: url(images/buttonPrint.png) no-repeat;
  color: #7e4c07 !important;
  display: block;
  font-size: 16px !important;  font-family: MyriadPro-LightCond !important;
  padding-left: 30px;
  width: 59px;  height: 20px;  line-height: 20px !important;
}

.contactPage .buttonPrint {
  float: right;
  margin-top: 30px;
}

.wheretobuyPage .buttonPrint {
  float: right;
  margin-top: 5px;
}

.productViewPage .buttonPrint, .newsViewPage .buttonPrint {float: left;}



/*----------FCK START----------*/
.fck {
  color: #333333;
  font-size: 24px;  font-family: MyriadPro-LightCond;
  line-height: 28px;
  overflow: hidden;
}

.fck h2, .fck h3 {line-height: 28px;}

.fck h2, .fck h3, .fck h4, .fck h5, .fck b {
  color: #333333;
  font-family: MyriadPro-BoldCond;  font-weight: normal;
}

.fck h2 {
  font-size: 24px;  font-weight: normal;
  margin: 12px 0 6px 0;
}
.fck h3 {
  font-size: 20px;  font-weight: normal;
  margin: 10px 0 4px 0;
}
.fck h4 {
  font-size: 18px; font-weight: normal;
  line-height: 18px;
  margin: 8px 0 4px 0;
}
.fck h5 {
  font-size: 16px;
  line-height: 16px;
  margin: 6px 0 4px 0;
}

.fck a, .fck p, .fck span, .fck li {line-height: 28px;}

.fck ul li {
  background: url(images/arrowGreen.png) no-repeat 7px 9px;
  padding-left: 23px;
}

.fck ol {padding-left: 23px;}
.fck ol li {list-style: decimal;}

.fck table {
  border-spacing: 0;  border-collapse: collapse;
  margin: 5px 0;
}
.fck table, .fck table td, .fck table th {border: 1px solid #333333;}
.fck table td, .fck table th {
  color: #333333;
  padding: 10px;
}
.fck table th {
  background-color: #333333;
  color: white;
}


.fck a {
  color: #7CA71C;
  font-family: MyriadPro-BoldCond;
}
.fck a:hover {color: #3d6d03;}

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

.fck hr {
  background: url(images/regItem.png) repeat-x;
  border: 0;
  height: 4px;
}
/*----------FCK END----------*/


/*----------CUSTOM CHECKBOX START----------*/
.checker, .radio {
  background: none !important;
  float: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 20px !important; height: 20px !important;
}

.checker span, .radio span {
  background: url(images/radio.png) no-repeat;
  display: block !important;
  margin: 0 !important;
  width: 20px !important;  height: 20px !important;
}
.radio span {  background: url(images/radio.png) no-repeat;}

.checker .checked, .radio .checked {background-position: 0 -20px;}

.checker input, .radio input {
  cursor: pointer;
  margin: 0 !important;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1.0;
  padding: 0 !important;
  width: 20px !important;  height: 20px !important;
}
/*----------CUSTOM CHECKBOX END----------*/


/*----------CHOSEN START----------*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}*/
/* @end */
/*----------CHOSEN END----------*/


/*----------BXSLIDER START----------*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -5px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
  display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
/*	display: none;*/
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*----------BXSLIDER END----------*/


/*----------TOOLTIP START----------*/
#tooltip {
  position: absolute;
  /*width: 409px;*/
  white-space: nowrap;
  z-index: 99999;
}

#tooltip {
  background: url(images/tooltipLeft.png) no-repeat;
  bottom: 0;
  height: 26px;
  padding-left: 8px;
  position: absolute;
}
#tooltip.viewport-right {
  background: url(images/tooltipRight.png) no-repeat right center;
  padding: 0 8px 0 0;
}

#tooltip h3 {
  background: #7ca71c;
  color: white;
  font-size: 17px;  font-weight: normal;  font-family: MyriadPro-BoldCond;
  line-height: 26px;
  padding: 0 10px;
}

/*----------TOOLTIP END----------*/


.lowres {display: none;}

@media screen and (max-width: 1200px) {
  html {overflow-x: hidden;}

  .buttonWish {
    float: none;
    margin: 0 0 0 168px;
  }

  .newsViewPage .bx-wrapper .bx-next {
    background: url(images/webshopGalleryNextWhite.png) no-repeat right center !important;
    right: 10px !important;
  }
  .newsViewPage .bx-wrapper .bx-prev {
    background: url(images/webshopGalleryPrevWhite.png) no-repeat left center !important;
    right: 10px !important;
  }


  .commentNow textarea, .commentNow .mce-edit-area {
    margin: 0 0 10px 0 !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .commentNowLeft {
    float: none;
    width: auto;
  }

  .commentNow input {margin: 0 0 10px 0 !important;}

  .orderPage textarea {width: 97%;}


  .productViewPage .leftSide, .productViewPage .rightSide {width: 100%;}
  .productViewPage .leftSide {margin-bottom: 20px;}

  .lowres {display: block !important;}

  .headerMenu .lowres {width: 100%;}

  .nav {
    background: #cab67b;
    left: -320px;  top: 0;
    position: absolute !important;
    width: 310px !important;  height: auto !important;
    -webkit-box-shadow: 0px 0px 5px #d0d1d5;
    -moz-box-shadow:    0px 0px 5px #d0d1d5;
    box-shadow:         0px 0px 5px #d0d1d5;
  }

  .nav li {
    background: none !important;
    float: none;
    text-align: center;
  }

  .headerMenu .nav a, .headerMenu .nav span {
    display: inline-block;
    float: none;
  }

  .headerMenu li.active a {color: #5D8B10;}

  .headerMenu li.active .cartNum {bottom: 0;}

  .iconShare {width: 38px;}

  .nav .middle {display: none;}

  .search {
    background-size: 100% 36px;
    width: 220px;
  }


  .buttonSearch {
    background: url(images/buttonSearch.png) no-repeat;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 28px;  height: 28px;
    z-index: 9999;
  }

  .buttonNav {
    background: url(images/buttonNav.png) no-repeat;
    display: block;
    margin-top: 12px;
    position: relative;
    width: 22px;  height: 22px;
    z-index: 99999;
  }

  .searchMobile {
    left: 50%;  top: 50%;
    margin: -18px 0 0 -270px !important;
    position: absolute;
    width: 540px;
    z-index: 99999;
  }


  .headerMenuMobile {
    display: none;
    position: absolute;
    right: 0;  top: 49px;
    width: 240px;
    z-index: 99999;
  }
  .headerMenuMobile li {
    background: url(images/headerMenuMobile.jpg) repeat-x;
    position: relative;
    text-align: center;
    width: 240px;  height: 72px;  line-height: 72px;
  }
  .headerMenuMobile a, .headerMenuMobile span {
    color: white;
    display: inline-block;
    font-size: 32px;
    line-height: 72px;
    text-transform: uppercase;
  }

  .headerMenuMobile span {margin: 0 5px;}

  .headerMenuMobile .iconShare {
    display: inline-block;
    float: none;
    margin-top: 12px;
  }

  .loginBox, #miniCart, .forgottenBox {right: 240px;  top: 0;  left: auto;}

  .loginBox input, .forgottenBox input {display: block;}


  .headerMenu li.floatLeft {background-position: right center !important;}


  .mainMenu .container {max-width: 1180px;  width: auto;}

  .mainMenu a {
    font-size: 30px;
    padding: 0 7px;
  }

  .columnMain, .columnSide {margin-bottom: 20px;}


  .buttonFacebook {margin-bottom: 10px;}

  .columnSide.nomargin {
    float: none;
    width: 531px;
  }

  .webshopBox, .blogBox, .buttonFacebook, .newsletterBox, .partnersBox, .hospitalityBox, .buttonInstagram, .buttonNewBlog, .buttonWebseta {float: left;}

  .columnSide .lowres {display: none !important;}


  .subPage .page {
    margin: 0;
    width: 66%;
  }
  .subPage .columnSide.nomargin {
    float: right;
    width: 250px;
  }

  .footerTop {
    background-repeat: repeat;
    height: auto;
    overflow: hidden;
    text-align: center;
  }

  .footerTop p, .footerTop li {
    float: none;
    padding: 0;
    width: auto !important;
  }

  footer .content {text-align: center;}


  .footerLogo, footer p, footer ul {
    display: inline-block;
    float: none;
  }

  .footerLogo, footer p {margin-bottom: 20px;}

  footer p {margin-right: 0;}

  footer ul {
    padding: 0 20px;
    vertical-align: top;
    width: auto;
  }

  footer li {text-align: left;}



  .newsListPage .textContainer {
    float: none;
    width: auto;
  }

  .pager {width: auto;}

  .awardPage .item {width: 70%;}


  .productListPage .item, .cartPage .item {overflow: hidden;}

  .productListPage .labelContainer {margin-bottom: 10px;}

  .productListPage .buttonMore, .productListPage .buttonToCart, .productListPage .quantityContainer {
    float: left;
    margin-right: 10px;
    position: static;
  }

  .productListPage .buttonMore {line-height: 32px;}


  .productBoxSmall, .productBoxSmall.nomargin {
    float: none !important;
    margin: 0 auto !important;
    width: 575px !important;
  }


  .registrationPage .submit {
    float: left;
    margin-left: 0;
  }


  .wheretobuyPage .item {
    background: url(images/regItem.png) repeat-x left bottom;
    float: none;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .wheretobuyPage .divide {display: none;}

  .contactPage .floatRight, .contactPage .floatLeft {float: none !important;}

  .destinationBox {float: none;}

  .cartPage .item.other {padding-left: 0;}

  .labelContainer.big .repeat {font-size: 18px;}


  .registrationPage input.last {margin-right: 30px;}


  .galleriesPage .info, .imgGalleryListPage .info {float: none;}


  .headerSlider .sliderRelative, .headerSlider .item {width: 900px;}

  .headerSlider .textContainer h2, .headerSlider .subTitle, .headerSlider h3 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .headerSlider .subTitle, .headerSlider h3 {margin-bottom: 10px;}

  .headerSlider .item img {
    margin-top: 85px;
    width: 200px;
  }

  .headerSlider .textContainer {width: 484px;}


  .bx-wrapper .bx-next {right: 10px !important;}
  .bx-wrapper .bx-prev {left: 10px !important;}
}


@media screen and (max-width: 930px) {
  .mainMenu a {font-size: 18px;}

  .columnMain {
    float: none;
    margin: 0 auto 20px auto;
  }

  .marginAuto {
    margin: 0 auto;
    width: 560px;
  }

  .columnSide.nomargin {
    float: left;
    width: 250px;
  }

  .subPage .page {
    margin-bottom: 20px;
    width: 95%;
  }

  .subPage .columnSide.nomargin, .sidebarLinkBox, .categoriesBox {
    text-align: center;
    width: 95%;
  }

  .sidebarLinkBox {margin-bottom: 10px;}

  .sidebarLinkBox a, .sidebarLinkBox a:hover {background-image: none;}

  .sidebarLinkBoxBottom {display: none;}

  .categoriesBox {
    background-repeat: repeat;
    padding: 35px 0;
  }

  .categoriesBox ul {width: 50%;}


  .headerSlider .sliderRelative, .headerSlider .item {width: 640px;}

  .headerSlider .item img {
    margin-top: 85px;
    width: 160px;
  }

  .headerSlider .textContainer {
    padding-right: 60px;
    width: 360px;
  }

  .headerSlider .textContainer h2, .headerSlider .subTitle, .headerSlider h3 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  .headerSlider .subTitle, .headerSlider h3 {margin-bottom: 10px;}
}

@media screen and (max-width: 640px) {
  html {overflow-x: hidden;}


  .bx-wrapper .bx-viewport .container, .bx-wrapper .bx-viewport .newsGallery {width: 500000000px !important;}

  .webshopGallery {margin-top: -35px;}

  .webshopGallery .item {
    padding-left: 20px;
    width: 290px !important;
  }
  .webshopGallery .item .morelink {left: 20px;}


  #tooltip {display: none !important;}

  .headerMenu {background-image: url(images/headerMenu-mobile.png);}

  .headerMenu li {padding: 0 10px;}

  body.english .headerMenu li.first {width: auto;}


  .logo, .logo a {width: 180px;  height: 138px;}
  .logo {
    margin-left: -90px;
    top: 16px;
  }
  .logo a {background-size: 100% 100%;}

  .mainMenu a, .mainMenu span {
    line-height: 30px;
    padding: 5px 0 !important;
  }


  .main {
    padding-top: 35px;
    position: relative;
  }


  .search {margin: 0 auto;}


  .searchMobile {
    left: 0;
    margin-left: 0 !important;
    width: 100%;
  }


  footer ul {
    float: left;
    padding: 0;
    width: 50% !important;
  }
  footer li {text-align: center;}

  .loginBox, #miniCart, .forgottenBox {right: 0;  top: 72px;  left: auto;}

  .headerSlider {height: 282px;}
  .headerSlider .sliderControl {
    bottom: -18px;
    height: 60px;
  }
  .headerSlider .sliderControl .container {display: none;}
  .headerSlider .prevSlider {left: 42%;}
  .headerSlider .nextSlider {right: 42%;}
  .headerSlider .imgContainer div {background-size: auto 300px !important;}


  .galleryMobile {
    height: 400px;
    margin-top: -20px;
    position: relative;
  }
  .galleryMobileContainer {
    height: 400px;
    position: absolute;
  }
  .galleryMobileRelativeContainer {
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  .galleryMobile img {
    display: block;
    float: left;
  }

  .galleryMobileImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: 400px;
    width: 100vw;
  }

  .galleryMobile .bx-wrapper .bx-next,
  .galleryMobile .bx-wrapper .bx-prev {
    background: none !important;
  }

  .galleryMobile .bx-wrapper .bx-next {
    background: url(images/controls.png) no-repeat -43px -32px !important;
  }

  .galleryMobile .bx-wrapper .bx-prev {
    background: url(images/controls.png) no-repeat 0 -32px !important;
  }

  .mobileCounter .prevSlider, .mobileCounter .nextSlider {visibility: visible;}

  .mobileCounter .prevSlider {display: none;}

  .mobileCounter {
    background: url(images/headerSliderLayer.png);
    display: block;
    left: 0;  bottom: 0;
    text-align: center;
    position: absolute;
    width: 100%;
  }

  .mobileCounter p {
    color: #999999;
    font-size: 35px;
    line-height: 60px;
  }
  .mobileCounter .actualnumber {
    color: #5c8a0f;
    font-family: MyriadPro-BoldCond;
  }

  .columnMain, .marginAuto, .columnSide, .newsBox, .videoGalleryBox {width: 95% !important;}

  .newsBox {width: 100% !important;}

  .columnSide {
    padding: 0 !important;
    width: 100% !important;
  }

  .columnMain {
    padding: 0 10px;
    width: 100% !important;
  }

  .webshopBox, .blogBox, .buttonFacebook, .newsletterBox, .partnersBox, .hospitalityBox, .buttonInstagram, .buttonNewBlog, .buttonWebseta, .buttonTanosveny {
    float: none;
    margin: 0 auto 10px auto !important;
  }

  .videoGalleryBox iframe, .videoGalleryBox .container, .imageGalleryBox {width: 100%;}


  .imageGalleryBox {
    text-align: center;
    width: 95%;
  }
  .imageGalleryBox .container {
    background: none;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .imageGalleryBox .container img {max-width: 100%;  height: auto;}

  .videoGalleryBox .buttonMore, .imageGalleryBox .buttonMore {position: static;}


  .mainMenu {display: none;}


  .pager .container {width: auto;}


  .subPage .page {padding: 0 10px;}


  .popup {
    margin-left: -150px;
    width: 300px;
  }
  .popupBottom {display: none;}

  .boxTitle, .pageTitle, .commentTitle {font-size: 24px;}


  .columnSide .lowres {display: block !important;}

  .productListPage .textContainer {
    float: none;
    margin-bottom: 10px;
    padding-left: 155px;
    width: auto;
  }

  .productListPage .text {margin-bottom: 10px;}

  .productListPage .imgContainer, .cartPage .imgContainer  {margin-right: 0;}

  .productListPage h3, .productListPage h3 a, .cartPage .textContainer h3, .productListPage .akciosar, .productListPage .normalar, .productListPage .text {
    float: none;
    width: auto;
  }

  .productListPage .textContainer br, .productListPage .buttonMore {display: none;}

  .productListPage .buttonToCart {margin-bottom: 10px;}

  .productListPage .labelContainer {margin-left: 0;}

  .productListPage .buttonMore, .productListPage .buttonToCart, .productListPage .quantityContainer {float: none;}

  .productTitleContainer a, .productTitleContainer span {font-size: 24px;}

  .productViewPage .articleTitle {width: auto;}

  .productViewPage .akciosar, .productViewPage .normalar {position: static;}

  .productViewPage .leftSide, .productViewPage .rightSide {
    float: none;
    width: 100%;
  }

  .productViewPage .labelContainer {position: static;}

  .productViewPage .labelContainer a {float: left;}

  .productViewPage .akciosar span, .productViewPage .normalar span, .productViewPage .articleTitle {font-size: 30px;}

  .productViewPage .quantityContainer {
    height: auto;
    overflow: hidden;
  }

  .productGallery {
    background: none;
    padding: 30px 0;
    width: 100%;  height: auto;
  }

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

  .productGallery .buttonPrev, .productGallery .buttonNext {z-index: 10;}


  .buttonCategories-mobile, .buttonMenu-mobile {
    display: block;
    top: 50%;
    padding: 0 !important;
    position: absolute;
  }
  .buttonCategories-mobile {
    background: url(images/buttonCategories-mobile.png) no-repeat !important;
    left: 15px;
    margin-top: -11px;
    width: 24px;  height: 22px;
  }
  .buttonMenu-mobile {
    background: url(images/buttonMenu-mobile.png) no-repeat !important;
    margin-top: -10px;
    right: 15px;
    width: 20px;  height: 20px;
  }


  .sidebarLinkBox {
    display: none;
    position: absolute;
    right: 0;  top: 0;
    width: 100% !important;
    z-index: 99999;
  }
  .sidebarLinkBox a {
    background: url(images/headerMenuMobile.jpg) repeat-x;
    color: white;
    display: inline-block;
    font-size: 32px;
    line-height: 72px;
    padding: 0 !important;
    position: relative;
    text-transform: uppercase;
    width: 100%;  height: 72px;  line-height: 72px;
  }


  .categoriesBox {
    display: none;
    left: 0;  top: 0;
    position: absolute;
  }


  .productTitleContainer {
    background-repeat: repeat;
    height: auto;
    margin-top: -35px;  margin-bottom: 0;
    padding: 20px 30px;
    position: relative;
  }

  .productTitleContainer h2, .productTitleContainer a, .productTitleContainer span {background: none;}

  .productTitleContainer a, .productTitleContainer span {line-height: normal;}

  .subPage .columnSide.nomargin, .sidebarLinkBox, .categoriesBox {width: 100%;}


  .newsListPage .item {text-align: center;}

  .newsListPage .imgContainer {
    background: none;
    float: none;
    margin: 0;
    width: auto;
  }

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

  .newsListPage .imgContainer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .newsListPage .textContainer {
    display: inline-block;
    float: none;
  }


  /*.cartPage .imgContainer {float: none;}*/
  .cartPage .textContainer {
    float: none;
    width: auto;
  }
  .cartPage .textContainer h3 {padding-left: 150px;}
  .cartPage .textContainer table {
    text-align: center;
    width: 100%;
  }
  .cartPage .textContainer td span {
    display: block;
    text-align: center;
  }
  .cartPage table label {
    display: block;
    float: none;
  }

  .cartPage .labelContainer.big, .cartPage .labelContainer.big a, .cartPage .labelContainer.big span {height: auto;}
  .cartPage .labelContainer.big span.left {display: none;}

  .cartPage .buttonDelete, .cartPage .buttonOrder {
    display: block;
    float: none;
    margin: 0 auto 10px auto;
  }

  .cartPage td {

    text-align: center;
  }

  .cartPage table label, .cartPage .buttonMinus, .cartPage .buttonPlus, .cartPage table .quantity, .cartPage table input, .cartPage .textContainer td span {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }

  #cartTableDiv table tr:first-child td {
    padding-top: 40px;
  }

  #cartTableDiv table p {
    margin: 0;
  }

  #cartTableDiv table td {
    padding: 10px 0;
  }

  #cartTableDiv .buttonRowDelete {
    float: none !important;
  }

  .buttonMinus, .buttonPlus {margin-bottom: 5px;}


  .orderPage label {
    display: block;
    float: none;
    margin: 0;
  }

  .orderPage .buttonBack, .orderPage .submit, .buttonOrderFinalize {
    display: block;
    float: none;
    margin: 0 auto 10px auto;
  }

  .orderTable th, .orderTable td {padding: 0 5px;}


  .registrationPage input {
    background-size: 100% 32px !important;
    width: 90% !important;
  }
  .registrationPage input.submit {
    float: none;
    margin: 0 auto 10px auto;
    width: 260px !important;
  }


  .galleriesPage .videoGalleryBox {
    float: none;
    margin: 0 auto 25px auto !important;
    text-align: center;
  }


  .galleriesPage .videoGalleryBox .container {
    background: none;
    text-align: center;
    width: auto;
  }
  .galleriesPage .videoGalleryBox .container img {max-width: 100%;  height: auto;}


  .galleriesPage .info, .imgGalleryListPage .info {
    text-align: center;
    width: auto;
  }

  .newsViewPage .gallery {text-align: center;}

  .newsViewPage .gallery a {
    float: none;
    margin: 0 auto 10px auto;
  }


  .contactPage .floatLeft, .contactPage .floatRight {width: auto;}

  .contactForm input {
    background-size: 100% 32px;
    width: 95%;
  }

  .contactForm textarea {
    background-size: 100% 72px;
    width: 95%;
  }

  .contactForm .submit, .contactForm img {float: none}


  .mapContainer {
    background: none;
    float: none;
    width: 100%;
  }

  .mapContainer iframe {width: 100%;}

  .destinationBox {margin: 0 auto;}

  .destinationBox select {
    margin-bottom: 10px;
    width: 100%;
  }


  table.munkatarsak img {
    float: none;
    margin: 0;
  }
  table.munkatarsak td {vertical-align: top;}
  table.munkatarsak h2 {font-size: 20px;}
  table.munkatarsak p, table.munkatarsak a {font-size: 18px;}

  .awardFilter {width: auto;}
}


@media screen and (max-width: 370px) {
  /*.productListPage .textContainer {
    float: left;
    padding-left: 0;
  }*/
}


@media screen and (max-device-width : 1280px) and (orientation : landscape) {
  .popup {top: 0 !important;}
}


.english .blogBox {
  background: url(images/buttonWebsetaEn.png) no-repeat center center;
  margin-bottom: 0 0 15px 3px;
  position: relative;
  text-align: center;
  width: 262px;  height: 97px;
}
.english .headerMenu .middle {width: 557px;}

.english .headerMenu li.first {width: 917px;}

.english .logo a {background-image: url(images/logo-en.png);}

.english .buttonFacebook {background: url(images/buttonFacebookEn.png) no-repeat;}
.english .buttonFacebook:hover {background-position: 0 -97px;}

.english .buttonInstagram {background: url(images/buttonInstagramEn.png) no-repeat;}
.english .buttonInstagram:hover {background-position: 0 -97px;}

.english .buttonNewBlog {background: url(images/buttonBlogEn.png) no-repeat;}
.english .buttonNewBlog:hover {background-position: 0 -97px;}

.english .buttonWebseta {background: url(images/buttonWebsetaEn.png) no-repeat;}
.english .buttonWebseta:hover {background-position: 0 -97px;}

.english #fancybox-close:before {content: "Close x";}


.partnersBox {
  background: url(images/partnersBox.png) no-repeat;
  color: #7ca71c;
  font-family: MyriadPro-BoldCond;
  margin-bottom: 35px;
  text-align: center;
  width: 266px;  height: 331px;
}
.partnersBox .title {
  font-size: 35px;
  line-height: 34px;
  padding-top: 36px;
  text-transform: uppercase;
}
.partnersBox p {font-size: 18px;}

.english .hospitalityBox {
  background: url(images/hospitalityBox.png) no-repeat;
  margin-bottom: 35px;
  width: 262px;  height: 277px;
}
.english .hospitalityBox .title {
  color: #333333;
  font-family: MyriadPro-BoldCond;  font-size: 36px;
  letter-spacing: -1px;
  line-height: 36px;
  padding: 35px 0 32px 0;
  text-align: center;  text-transform: uppercase;
}
.english .hospitalityBox .container {padding: 0 56px 0 58px;}
.english .hospitalityBox a {
  background: url(images/arrowGreen.png) no-repeat right center;
  color: #6f8d15;
  display: block;
  font-family: MyriadPro-BoldCond;  font-size: 18px;
  margin-bottom: 12px;
}

.english .webshopGallery .title {background: url(images/webshopGalleryTitle-en.png) no-repeat center top;}
.english .webshopBox {background: url(images/webshopBox-en.jpg) no-repeat;}
.english .productGallery {background: url(images/productGallery-en.png) no-repeat;}

.buttonTanosveny {
  background: url(images/buttonTanosveny.png) no-repeat;
  display: block;
  width: 262px;  height: 97px;
  margin: 0 0 15px 3px;
}
.buttonTanosveny:hover {background-position: 0 -97px;}

.bigButtons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}


@media screen and (max-width: 768px) {
    .bigButtons {
        flex-direction: column;
        align-items: center;
    }
}

.sliderControl {
  display: none;
}
