body {
 font-family: 'Lato', sans-serif;
 font-size: 16px;
 line-height: 36px;
 -webkit-font-smoothing: subpixel-antialiased;
 -webkit-text-stroke: 1px transparent;
 margin: 0 auto;
 overflow-x: hidden;
}
a, a span, a div, li, .fa {
 -webkit-transition: color, text, background, border ease-in 0.3s;
 transition-property: color, text, background, border;
 transition-duration: 0.3s;
 transition-timing-function: ease-in;
}
a, a:hover, a span:hover, a div:hover, a:focus, a span:focus, a div:focus {
 text-decoration: none;
 color: #c59c6b;
}
h1 {
 font-family: 'Work Sans', sans-serif;
 font-size: 30px;
 font-weight: 500;
 line-height: 35px;
}
h2 {
 font-family: 'Work Sans', sans-serif;
 font-size: 30px;
 font-weight: 800;
 line-height: 35px;
 word-break: break-word;
}
h3 {
 font-family: 'Work Sans', sans-serif;
 font-size: 26px;
 font-weight: 700;
 line-height: 35px;
 color: #c59c6b;
}
::selection {
 background: #c59c6b;
 color: #FFF;
}
::-moz-selection {
 background: #c59c6b;
 color: #FFF;
}
body::-webkit-scrollbar {
width: 8px;
background-color: #fff;
}
 body::-webkit-scrollbar-thumb {
background-color: #dfdfdf;
}
.graylink {
 color: #2f2f2f;
}
.logo {
 width: 225px;
 height: 175px;
 background: url(../img/logo.png?1019) top center no-repeat;
 background-size: 225px 175px;
 transition-duration: 0s;
 position: relative;
 z-index: 9999;
}
.top-div {
 position: static;
 margin-top: 57px;
 right: 0;
 left: 0;
 z-index: 999;
}
.top-div .row {
 margin-right: 0px !important;
}
.nav>li>a {
 padding-left: 0px;
}
#navbar-toggle-wrapper {
 height: 60px;
 padding: 0;
 float: left;
}
#mainMenuWrapper {
 float: right;
 padding-right: 0px;
 margin-top: -15px;
}
#mainMenuWrapper a {
 color: #3e3e3e;
 padding-right: 0px;
}
.dropdown-menu li a {
 padding-left: 30px !important;
}
#mainMenu {
 font-size: 13px;
 font-family: Open Sans, sans-serif;
 color: #000;
 padding-top: 2px;
 float: right;
 text-align: right;
 padding-right: 0;
}
#mainMenu li {
 padding-left: 40px;
}
.navbar-toggle {
 margin-top: 15px;
}
.icon-bar {
 background-color: #3e3e3e;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
 background-color: transparent;
}
.navbar-default .navbar-toggle {
 border: none;
}
.navbar-toggle span.icon-bar {
 transition: all 0.55s;
}
.navbar-toggle span:nth-child(2) {
 transform: rotate(45deg);
 transform-origin: 10% 10%;
}
.navbar-toggle span:nth-child(3) {
 opacity: 0;
}
.navbar-toggle span:nth-child(4) {
 transform: rotate(-45deg);
 transform-origin: 10% 90%;
}
.navbar-toggle.collapsed span:nth-child(2), .navbar-toggle.collapsed span:nth-child(4) {
 transform: rotate(0);
}
.navbar-toggle.collapsed span:nth-child(3) {
 opacity: 1;
}
#navs {
 display: none;
 height: 73px;
 width: 100%;
 top: 0px;
 background-color: #fff;
 position: fixed;
 z-index: 999;
 margin-top: 0;
 box-shadow: 1px 9px 21px 0px rgba(0, 0, 0, 0.05);
 text-shadow: none;
}
#navs .menu, #navs .navbar, #navs #mainMenu {
 height: 73px;
 margin-top: 0;
 padding-top: 0px;
}
#navs .logo {
 width: 225px;
 height: 155px;
 background: url(../img/logo-d.png?1019) top center no-repeat;
 background-size: 225px 155px;
 margin-top: 0px;
 margin-left: 12px;
}
#navs #mainMenuWrapper {
 padding-top: 24px;
}
#navs .navbar-nav li:hover, #navs .navbar-nav .active {
 background: transparent;
 border: none;
}
#navs .navbar-toggle {
 margin-top: 12px;
}
.active-btn a {
 border-bottom: 1px solid #8a519b;
 padding-bottom: 10px;
}
.effect a, .effect a:after, .effect a:before {
 transition: all .5s;
}
.effect a:hover {
 color: #555;
}
.effect a {
 position: relative;
}
.effect a::after {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
 width: 0%;
 content: '.';
 color: transparent;
 background: #c59c6b;
 height: 1px;
}
.effect a:hover::after, .effect a:focus::after {
 width: 100%;
}

@media (min-width: 979px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
 display: block;
 box-shadow: 1px 9px 21px 0px rgba(0, 0, 0, 0.05);
 border: none;
}
}
.navbar-nav .open .dropdown-menu {
 background-color: #fff;
 border: 0;
 outline: 0;
 border-radius: 0;
}
.navbar-nav ul li a:hover {
 color: #fff !important;
}
.caret a:hover {
 color: #cbcbcb !important;
}
.caret {
 margin-left: 5px;
 color: #cbcbcb;
}
#mainMenuWrapper a {
 padding-left: 0;
}
.dropdown-menu {
 margin-left: 40px;
 width: 230px;
 font-size: 13px;
}
.dropdown-menu li {
 padding-left: 0 !important;
 margin-left: 0 !important;
}
#mainMenuWrapper .dropdown-menu li a {
 padding-top: 15px;
 padding-bottom: 15px;
}
.top-banner {
 margin-left: 85px;
 margin-right: 85px;
 background: url(../img/pattern-1.png?1019) repeat-x bottom;
 height: 730px;
}
.top-banner-img {
 background: url(../img/top-img-1.png?1019) no-repeat center -100px;
 height: 840px;
 background-size: auto;
}
.banner-container {
 top: 205px;
 position: relative;
 width: 620px;
 margin: 0 auto;
}
.text-focus-in {
 -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
 animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
 0% {
 -webkit-filter: blur(12px);
 filter: blur(12px);
 opacity: 0;
}
 100% {
 -webkit-filter: blur(0px);
 filter: blur(0px);
 opacity: 1;
}
}
@keyframes text-focus-in {
 0% {
 -webkit-filter: blur(12px);
 filter: blur(12px);
 opacity: 0;
}
 100% {
 -webkit-filter: blur(0px);
 filter: blur(0px);
 opacity: 1;
}
}
.banner-head-1 {
 font-family: 'Work Sans', sans-serif;
 font-weight: 800;
 font-size: 83px;
 text-transform: uppercase;
 line-height: 77px;
 color: #fff;
 text-align: center;
}
.banner-head-2 {
 font-family: 'Work Sans', sans-serif;
 font-weight: 800;
 font-size: 66px;
 text-transform: uppercase;
 line-height: 77px;
 color: #fff;
 text-align: center;
}
.banner-head-3 {
 font-family: 'Work Sans', sans-serif;
 font-weight: 600;
 font-size: 24px;
 color: #2f2f2f;
}
.banner-btn {
 font-family: 'Work Sans', sans-serif;
 font-weight: 600;
 font-size: 18px;
 color: #fff;
 text-align: center;
 background-color: #c59c6b;
 width: 215px;
 height: 49px;
 vertical-align: middle;
 line-height: 45px;
 border-radius: 20px;
 box-shadow: 0px 23px 51px 1.05px rgba(38, 35, 27, 0.19);
 position: relative;
 margin: 0 auto;
 margin-top: 20px;
}
.banner-btn:hover {
 background-color: #fff;
 box-shadow: 0px 23px 51px 1.05px rgba(38, 35, 27, 0.19);
}
.carousel-indicators {
 top: 580px;
 z-index: 1 !important;
}
.carousel-indicators li {
 height: 3px !important;
 border-radius: 0px !important;
 background-color: rgba(255, 255, 255, .2) !important;
 border: rgba(255, 255, 255, .2) !important;
 -webkit-background-clip: padding-box !important;
 background-clip: padding-box !important;
 margin: 0 !important;
 padding: 0 !important;
 width: 25px !important;
}
.carousel-indicators .active {
 background-color: rgba(255, 255, 255, .5) !important;
 border: rgba(255, 255, 255, .5) !important;
}
.slide1 {
 width: 100%;
 min-height: 250px;
 background: url(../img/slide-1.jpg?1019) center top no-repeat;
 height: 621px;
 background-size: cover;
}
.slide2 {
 width: 100%;
 min-height: 250px;
 background: url(../img/slide-2.jpg?1019) center top no-repeat;
 height: 621px;
 background-size: cover;
}
.slide3 {
 width: 100%;
 min-height: 250px;
 background: url(../img/slide-3.jpg?1019) center top no-repeat;
 height: 621px;
 background-size: cover;
}
.slide4 {
 width: 100%;
 min-height: 250px;
 background: url(../img/slide-4.jpg?1019) center top no-repeat;
 height: 621px;
 background-size: cover;
}
.slide5 {
 width: 100%;
 min-height: 250px;
 background: url(../img/slide-5.jpg?1019) center top no-repeat;
 height: 621px;
 background-size: cover;
}
.slide6 {
 width: 100%;
 min-height: 250px;
 background: url(../img/slide-6.jpg?1019) center top no-repeat;
 height: 621px;
 background-size: cover;
}
.carousel-fade .carousel-inner > .item {
 transition-property: opacity;
 -webkit-transition: opacity;
}
.carousel-fade .carousel-inner > .item, .carousel-fade .carousel-inner > .item.active.left {
 opacity: 0;
 -webkit-transition: opacity 2.2s ease-in-out;
 transition: opacity 2.2s ease-in-out;
}
.carousel-fade .carousel-inner > .item.active, .carousel-fade .carousel-inner > .item.next.left {
 opacity: 1;
}
.carousel-fade .carousel-inner > .next, .carousel-fade .carousel-inner > .prev, .carousel-fade .carousel-inner > .active.left, .carousel-fade .carousel-inner > .active.right {
 left: 0;
}
.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
 transform: translate3d(0, 0, 0);
 -webkit-transform: translate3d(0, 0, 0);
}
#cookie-top {
 border-top: 1px solid #f5f5f5;
}
#cookie-bar {
 bottom: 0;
 left: 0;
 height: auto;
 margin: 0;
 padding: 45px 0;
 padding-bottom: 35px;
 background: #fff;
 line-height: 24px;
 color: #eeeeee;
 text-align: center;
 z-index: 9999;
}
#cookie-bar p {
 position: relative;
 font-weight: 300;
 padding-right: 70px;
 font-size: 12px;
 line-height: 22px;
 color: #333;
 text-align: left;
}

@media (max-width: 767px) {
#cookie-bar p {
 padding-right: 45px;
}
}
#cookie-bar p a.cb-enable {
 position: absolute;
 right: 0;
 top: 0;
 width: 44px;
 height: 44px;
 background: transparent;
 border: 3px solid #c59c6b;
 border-radius: 22px;
 font: 0 / 0 serif;
 text-shadow: none;
 color: transparent;
 -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
 -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
 -ms-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
 -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (max-width: 767px) {
#cookie-bar p a.cb-enable {
 width: 30px;
 height: 30px;
 border-radius: 15px;
}
}
#cookie-bar p a.cb-enable:before {
 content: '';
 position: absolute;
 left: 50%;
 top: 50%;
 width: 22px;
 height: 2px;
 margin-left: -11px;
 margin-top: -1px;
 background: #c59c6b;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
 -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
 -ms-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
 -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (max-width: 767px) {
#cookie-bar p a.cb-enable:before {
 width: 15px;
 margin-left: -7.5px;
}
}
#cookie-bar p a.cb-enable:after {
 content: '';
 position: absolute;
 left: 50%;
 top: 50%;
 width: 22px;
 height: 2px;
 margin-left: -11px;
 margin-top: -1px;
 background: #c59c6b;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
 -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
 -ms-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
 -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (max-width: 767px) {
#cookie-bar p a.cb-enable:after {
 width: 15px;
 margin-left: -7.5px;
}
}
#cookie-bar p a.cb-enable:hover {
 border-color: #c59c6b;
 background: transparent;
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 transform: rotate(90deg);
}
#cookie-bar p a.cb-enable:hover:before, #cookie-bar p a.cb-enable:hover:after {
 background: #c59c6b;
}

@media (max-width: 991px) {
#cookie-bar img {
 width: 40px;
 margin-right: 20px;
}
}
.content-row-1 {
 margin-top: -20px;
 padding-left: 65px;
 padding-right: 65px;
}
.content-row-1 h1 {
 padding-top: 10px;
}
.content-row-2 h1 {
 padding-top: 20px;
}
.content-div-1 {
 padding-left: 50px;
}
.content-div-2 {
 padding-right: 50px;
}
.content-text {
 padding-top: 10px;
 padding-bottom: 15px;
}
.content-sep {
 margin: 85px;
 border-bottom: 1px solid #ebebeb;
 height: 1px;
}
.content-sep-1 {
 margin: 85px;
 margin-top:30px;
 border-bottom: 1px solid #ebebeb;
 height: 1px;
}
.content-row-2 {
 padding-left: 65px;
 padding-right: 65px;
}
.more {
 display: inline;
 font-family: Work Sans, sans-serif;
 font-weight: 300;
 color: #c59c6b;
 padding-bottom: 16px;
 border-bottom: 1px solid #c59c6b;
 transition: all .7s;
}
.more.graylink:hover {
 color: #333;
 border-bottom: 1px solid #333;
 transition: all .7s;
}
.more-line {
 font-family: Work Sans, sans-serif;
 font-weight: 300;
 color: #c59c6b;
 padding-bottom: 16px;
 border-bottom: 1px solid #c59c6b;
 padding-left: 8px;
 padding-right: 8px;
}
.img-1 {
 padding: 15px;
 box-shadow: 0px 23px 26px 0.09px rgba(38, 35, 27, 0.03);
 border: 1px solid transparent;
}
.howto-container {
 height: 340px;
 background: url(../img/how-to.jpg?1019) top center no-repeat;
 background-color: #f9f9f9;
 margin-left: 85px;
 margin-right: 85px;
 margin-top: 45px;
}
.how-to {
 padding-left: 15px;
}
.how-to h1 {
 margin-top: 85px;
}
.icon-1, .icon-2, .icon-3 {
 display: inline-block;
 text-indent: -9999px;
 width: 104px;
 height: 104px;
 background: url(../img/icon-1.svg?1019) no-repeat;
 background-size: 104px 104px;
 position: relative;
 transition-duration: 0s;
 margin-top: 10px;
 margin-right: 45px;
}
.icon-2 {
 background: url(../img/icon-2.svg?1019);
}
.icon-3 {
 background: url(../img/icon-3.svg?1019);
 background-size: 136px 104px;
 width: 136px;
 height: 104px;
}
.delivery-container {
 height: 308px;
 text-align: center;
 margin-left: 85px;
 margin-right: 85px;
 background: url(../img/footer-img.png?1019) top center no-repeat;
}
.delivery-container h1 {
 margin-top: 80px;
}
.gratis {
 font-family: 'Work Sans', sans-serif;
 font-size: 50px;
 font-weight: 700;
 color: #c59c6b;
}
.more-btn {
 font-family: 'Work Sans', sans-serif;
 font-weight: 600;
 font-size: 14px;
 color: #fff;
 text-align: center;
 background-color: #c59c6b;
 width: 180px;
 height: 49px;
 vertical-align: middle;
 line-height: 45px;
 border-radius: 20px;
 margin-top: 20px;
}
.more-btn:hover {
 background-color: transparent;
 border: 3px solid #c59c6b;
 line-height: 39px;
 -webkit-transition: color, text, background ease-in 0.3s;
 transition-property: color, text, background;
}
.footer-container {
 height: 320px;
 border-bottom: 1px solid #ebebeb;
 border-top: 1px solid #ebebeb;
 margin-left: 85px;
 margin-right: 85px;
 padding-top: 60px;
}
.footer-logo {
 display: inline-block;
 text-indent: -9999px;
 width: 131px;
 height: 96px;
 background: url(../img/juice.svg?1019) no-repeat;
 background-size: 131px 96px;
 position: relative;
}
.footer-container ul {
 font-family: Work Sans, sans-serif;
 font-size: 20px;
 padding-top: 10px;
}
.footer-container li {
 font-family: Lato, sans-serif;
 font-size: 13px;
 list-style: none;
 line-height: 28px;
}
.footer-container-1 {
 height: 100px;
 margin-left: 85px;
 margin-right: 85px;
}
.footer-column li:first-child {
 font-size: 20px;
 margin-bottom: 7px;
}
.copyright {
 text-align: center;
 font-size: 13px;
 vertical-align: middle;
 line-height: 100px;
}
.fa {
 color: #c59c6b !important;
 margin-left: -5px !important;
}
.fa-stack {
 width: 25px !important;
}
.fa:hover {
 color: #2f2f2f !important;
}
.showit {
 opacity: 1
}
.hideit {
 opacity: 0
}
.top-banner-sub {
 background: #f9f9f9;
 height: 228px;
 margin-left: 85px;
 margin-right: 85px;
}
.top-banner-img-sub {
 background: url(../img/img-sub-1.jpg?1019) center top no-repeat;
 height: 228px;
 background-size: auto;
 font-family: Work Sans, sans-serif;
 font-weight: 900;
 font-size: 60px;
 text-align: center;
 color: #fff;
 padding-top: 95px;
 text-shadow: 2px 4px 15px rgba(38, 35, 27, 0.14);
}
.content-container-1 {
 width: 750px;
 padding-top: 60px;
 padding-bottom: 60px;
 font-weight: 300;
}
p {
 margin-top: 15px !important;
}
.hr-sub {
 border-bottom: 1px solid #ebebeb;
 margin-top: 50px;
 margin-bottom: 50px;
}
.who-img {
 margin-top:25px;
}
.who-head {
 font-family: 'Work Sans', sans-serif;
 font-size: 24px;
 font-weight: 700;
 line-height: 38px;
 color: #2f2f2f;
}
.who-frame {
 background: url(../img/who-frame.png?1019) top center no-repeat;
 background-size: contain;
 height: 439px;
}
.who-text {
 font-family: Work Sans, sans-serif;
 font-size: 36px;
 font-weight: 900;
 margin: 0 auto;
 padding-top: 118px;
 line-height: 40px;
}
.who-text-1 {
 font-family: Work Sans, sans-serif;
 font-size: 24px;
 font-weight: 500;
 margin: 0 auto;
 line-height: 30px;
 padding-top: 10px;
 padding-bottom: 10px;
}
.who-text-2 {
 font-size: 28px;
 font-weight: 700;
 color: #c59c6b;
 margin-top: 0px !important;
}
.who-btn {
 width: 215px;
 margin-top: 35px;
}
.who-btn:hover {
 background-color: #fff;
}
.pros-cons-frame {
 background: url(../img/pattern-3.png?1019) repeat;
 border: 3px solid #e9e9e9;
 margin-top: 50px;
 margin-bottom: 20px;
 min-height: 485px;
}
.cons-bg {
 height: 479px;
 padding: 95px;
 padding-top: 65px;
 background: url(../img/cons-img-1.jpg?1019) bottom right no-repeat;
}
.pros-frame {
 height: 950px !important;
}
.pros-bg {
 height: 945px;
 padding: 95px;
 padding-top: 65px;
 background: url(../img/pros-img-1.jpg?1019) bottom right no-repeat;
}
.point-number {
 border: 3px solid #c59c6b;
 border-radius: 100px;
 height: 45px;
 width: 45px;
 display: inline-block;
 font-family: Work Sans, sans-serif;
 font-size: 28px;
 font-weight: 700;
 text-align: center;
 color: #c59c6b;
 margin-right: 10px;
}
.point-text {
 display: inline;
}
.point-text:after {
 content: '\A';
 white-space: pre;
}
.point-hr-1 {
 border-bottom: 1px solid #ebebeb;
 margin-top: 15px;
 margin-bottom: 15px;
}
.point-hr-2 {
 border-bottom: 1px solid #ebebeb;
 width: 285px;
 margin-top: 15px;
 margin-bottom: 15px;
}
.point-indent {
 margin-left: 57px;
 line-height: 13px;
 padding-bottom: 20px;
}
.shot-row {
 margin-top: 65px;
 margin-bottom: 15px;
}
.shot-frame {
 background: url(../img/shot-frame.png?1019) top center no-repeat;
 height: 154px;
}
.shot-text-1 {
 position: relative;
 top: 68px;
 left: 90px;
}
.shot-text-2 {
 font-family: Work Sans, sans-serif;
 font-size: 20px;
 font-weight: 200;
 color: #c59c6b;
 position: relative;
 top: 66px;
}
.shot-number {
 font-family: Work Sans, sans-serif;
 font-size: 18px;
 font-weight: 700;
 color: #c59c6b;
}
.about-icon-1 {
 margin: 0 auto;
 margin-top: 20px;
}
.about-icon-2 {
 margin: 0 auto;
 margin-top: 75px;
}
.rules-head {
 font-family: Work Sans, sans-serif;
 font-size: 19px;
 font-weight: 700;
 line-height: 33px;
}
.rules-frame {
 background: url(../img/pattern-3.png?1019) repeat;
 border: 3px solid #e9e9e9;
 margin-top: 50px;
 margin-bottom: 20px;
 min-height: 485px;
 padding: 95px;
 padding-top: 85px;
 padding-bottom: 85px;
}
.rules-text-1 {
 padding-left: 25px;
 line-height: 30px;
}
.rules-text-2 {
 line-height: 40px;
}
.rules-point-1 {
 margin-top: 8px;
}
.rules-point-2 {
 margin-top: 18px;
}
.treat-bg {
 height: 479px;
 padding: 95px;
 padding-top: 65px;
 background: url(../img/cons-img-1.jpg?1019) bottom right no-repeat;
}
.contact-text {
 font-family: Work Sans, sans-serif;
 font-size: 30px;
 font-weight: 900;
 color: #c59c6b;
 margin: 0 auto;
 line-height: 40px;
}
.contact-text-1 {
 font-family: Work Sans, sans-serif;
 font-size: 36px;
 font-weight: 900;
 margin: 0 auto;
 line-height: 40px;
}
.contact-text-2 {
 font-family: Work Sans, sans-serif;
 font-size: 21px;
 font-weight: 300;
 margin: 0 auto;
 line-height: 5px;
 padding-bottom: 25px;
}
.contact-text-3 {
 font-family: Work Sans, sans-serif;
 font-size: 16px;
 font-weight: 300;
 margin: 0 auto;
 line-height: 28px;
}
.contact-text-4 {
 font-family: Work Sans, sans-serif;
 font-size: 30px;
 font-weight: 500;
 color: #c59c6b;
 margin: 0 auto;
 padding-bottom: 40px;
}
.content-container-2 {
 padding-top: 60px;
 padding-bottom: 60px;
}
.stars-row {
 border-bottom: 1px solid #ebebeb;
 padding-top: 20px;
 padding-bottom: 20px;
}
.stars-col {
 background: url(../img/line-1.png?1019) 50px repeat-y;
}
.stars-row:last-child {
 border-bottom: 0;
 padding-top: 20px;
 padding-bottom: 20px;
}
.stars-view {
 margin: 0 auto;
 padding: 15px;
 border: 1px solid transparent;
}
.gallery-text {
 text-align: center;
 font-size: 19px;
}
.delivery-text {
 font-family: Work Sans, sans-serif;
 font-size: 33px;
 font-weight: 500;
 color: #c59c6b;
}
.delivery-text strong {
 font-weight: 800;
}
.delivery-text-1 {
 font-family: Work Sans, sans-serif;
 font-size: 21px;
 font-weight: 500;
 color: #575757;
 padding-bottom: 10px;
}
.delivery-text-2 {
 font-family: Work Sans, sans-serif;
 font-size: 18px;
 font-weight: 500;
 color: #575757;
 line-height: 28px;
 background: url(../img/line-1.png?1019) 25px no-repeat;
}
.nobr {
 background: none;
}
.delivery-text-3 {
 font-family: Work Sans, sans-serif;
 font-size: 26px;
 font-weight: 600;
 color: #c59c6b;
 top:-5px;
 position:relative;
}
.article-thumb {
 padding: 15px;
 border: 1px solid transparent;
 margin-top: 15px;
}
.article-text {
 font-family: Work Sans, sans-serif;
 font-size: 24px;
 font-weight: 600;
 color: #c59c6b;
}
.article-text-1 {
 font-family: Lato, sans-serif;
 font-size: 15px;
 line-height: 29px;
 font-weight: 300;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 margin-bottom: 15px;
 max-height: 95px;
}
.article-more {
 float: right;
 line-height: 20px;
}
.pages {
 margin-top: -15px !important;
}
.btn-pag {
 display: inline-block;
 font-family: Work Sans, sans-serif;
 border: 1px solid #c59c6b;
 color: #c59c6b;
 border-radius: 100px;
 width: 42px;
 height: 42px;
 vertical-align: middle;
 line-height: 38px;
 margin: 3px;
 transition-duration: 0.3s;
 transition-timing-function: ease-in;
}
.btn-pag:hover {
 background-color: #c59c6b;
 color: #fff;
 cursor: pointer;
}
.btn-pag-active {
 background-color: #c59c6b;
 display: inline-block;
 font-family: Work Sans, sans-serif;
 border: 1px solid #c59c6b;
 color: #fff;
 border-radius: 100px;
 width: 42px;
 height: 42px;
 vertical-align: middle;
 line-height: 38px;
 margin: 3px;
 transition-duration: 0.3s;
 transition-timing-function: ease-in;
}
.content-container-3 {
 width: 820px;
 padding-top: 60px;
 padding-bottom: 100px;
 text-align: justify;
}
.content-container-3 ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.content-container-3 li {
 padding-left: 0px;
 line-height: 41px;
}
.content-container-3 li::before {
 content: "• ";
 color: #d8006c;
 padding-right: 8px;
}
.article-text-2 {
 font-family: Work Sans, sans-serif;
 font-size: 36px;
 font-weight: 700;
 line-height: 44px;
 color: #c59c6b;
}
.article-img {
 margin-top: 35px;
 margin-bottom: 35px;
}
.juiceinfo-text {
 font-family: Work Sans, sans-serif;
 font-size: 36px;
 font-weight: 900;
 margin: 0 auto;
 line-height: 42px;
 text-align: center;
}
.juices-1 {
 background: url(../img/juices-1.jpg?1019) top left no-repeat;
 background-size: cover;
 height: 420px;
}
.juices-1-text {
 text-align: left;
 font-size: 13px;
 line-height: 28px;
 padding-left: 40px;
 letter-spacing: -0.13mm;
}
.juices-1-head {
 font-size: 18px;
 font-weight: 700;
}
.juices-2 {
 background: url(../img/juices-2.jpg?1019) top left no-repeat;
 background-size: cover;
 height: 400px;
}
.juices-2-text {
 text-align: left;
 font-size: 13px;
 line-height: 25px;
 padding-right: 60px;
 padding-top: 10px;
}
.content-container-4 {
 width: 800px;
 padding-top: 60px;
 padding-bottom: 60px;
 font-weight: 300;
}
.content-container-5 {
 width: 900px;
 padding-top: 60px;
 padding-bottom: 60px;
 font-weight: 300;
}
.content-container-6 {
 width: 780px;
 padding-top: 60px;
 padding-bottom: 60px;
 font-weight: 300;
}
.content-container-7 {
 width: 950px;
 padding-top: 60px;
 padding-bottom: 60px;
 font-weight: 300;
}
.nav-tabs {
 margin-bottom: 30px;
}
.nav-tabs>li {
 width: 25%;
 text-align: center;
 font-family: Work Sans, sans-serif;
 font-size: 13px;
 font-weight: 700;
 margin-top: 20px;
 -webkit-transition: color, text, background, border ease-in 0.3s;
 transition-property: color, text, background, border;
}
.nav-50>li {
 width: 50%;
 font-size: 17px;
}
.nav-tabs>li>a {
 color: #2f2f2f;
 border-radius: 0 !important;
 border: 1px solid #e8e9ea;
 margin: 0;
 padding: 13px 0;
 margin-left: -1px;
}
.nav-tabs>li.active>a {
 border: 1px solid #c59c6b;
 background-color: #c59c6b;
 color: #fff;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
 border: 1px solid #c59c6b;
 background-color: #c59c6b;
 color: #fff;
 cursor: pointer;
}
.nav-tabs>li>a:hover {
 border: 1px solid #f1f1f1;
 background-color: #f1f1f1;
}
#tab1, #tab2, #tab3, #tab4 {
 text-align: left;
}
.package:first-child {
 margin-top: 40px;
}
.package-price {
 font-family: Work Sans, sans-serif;
 font-size: 22px;
 font-weight: 600;
 text-align: right;
 color: #c59c6b;
 line-height: 75px;
 vertical-align: middle;
}
.package-container {
 position: relative;
 height: 200px;
}
.package-product {
 position: relative;
 top: 55%;
 transform: translateY(-50%);
 margin-bottom: 20px;
}
.package-buy-div {
 margin-top: 40px;
 min-height: 310px;
}
.package-right-div {
 background-color: #fafafa;
 height: 280px;
 text-align: center;
 font-size: 16px;
 font-weight: 600;
 padding-top: 55px;
}
.package-qty {
 border: 1px solid #e8e9ea;
 height: 33px;
 width: 68px;
 text-align: center;
 padding-left: 10px;
 margin-left: 10px;
 font-weight: 400;
}
_:-ms-input-placeholder, :root .package-qty {
 padding-left: 0px;
 line-height:10px;
}

@media screen and (-webkit-min-device-pixel-ratio:1.1) {
.package-qty {
 padding-left: 0px;
}
}
@media screen {
@media (min-width: 0px) {
.package-qty {
 height:38px;
}
}
.package-hr {
 width: 225px;
 border-bottom: 1px solid #e8e9ea;
 margin: 0 auto;
 margin-top: 21px;
 margin-bottom: 11px;
}
.package-right-price {
 font-family: Work Sans, sans-serif;
 font-size: 22px;
 font-weight: 600;
 color: #c59c6b;
}
.package-buy-btn {
 font-size: 18px;
 margin-top: 10px;
 border: 0;
 transition-duration: 0.3s;
 transition-timing-function: ease-in;
}
.package-buy-btn:hover {
 color: #c59c6b;
 transition-duration: 0.3s;
 transition-timing-function: ease-in;
}
.shot-list {
 line-height: 26px;
 letter-spacing: -0.09mm;
 font-size: 14px;
 text-align: left;
 padding-right: 40px;
}
.shot-list-head {
 font-size: 18px;
 font-weight: 600;
}
.package-hr-1 {
 border-bottom: 1px solid #ebebeb;
 margin-top: 40px;
 margin-bottom: 40px;
}
.package-hr-1:last-child {
 border-bottom: 0px solid #ebebeb;
 margin-top: 60px;
 margin-bottom: 30px;
}
.own-set-right {
 background-color: #fafafa;
 height: auto;
 text-align: center;
 padding-top: 18px;
 padding-bottom: 40px;
 margin-top: 20px;
}
#winright.stick {
 position: fixed;
 top: 70px;
 width: 355px;
 z-index: 99;
}
.product-name {
 font-family: Work Sans, sans-serif;
 font-weight: 600;
 font-size: 11px;
 text-align: left;
 padding-left: 30px;
 margin-top: 7px;
 margin-bottom: 0px;
 line-height: 19px;
}
.product-price {
 font-family: Work Sans, sans-serif;
 font-weight: 600;
 font-size: 14px;
 text-align: right;
 color: #c59c6b;
 margin-bottom: 0px;
 padding-right: 30px;
}
.product-hr {
 width: 275px;
 border-bottom: 1px solid #e8e9ea;
 margin: 0 auto;
 margin-top: 21px;
 margin-bottom: 11px;
}
.own-set-h2 {
 margin-bottom: 20px;
}
.own-set {
 border-bottom: 1px solid #e8e9ea;
 padding-bottom: 35px;
 margin-bottom: 25px;
 font-size: 14px;
 line-height: 24px;
}
.own-set-container {
 position: relative;
 height: 210px;
}
.own-set-product {
 position: relative;
 top: 55%;
 transform: translateY(-50%);
}
.own-set-name {
 margin-bottom: 0px;
 margin-top: 0;
 padding-top: 0;
 line-height: 31px;
}
.own-set-price {
 font-family: Work Sans, sans-serif;
 font-size: 19px;
 font-weight: 600;
 margin-top: 10px;
}
.own-set-info {
 font-size: 14px;
 line-height: 24px;
 padding: 15px;
}
.product-qty {
 margin-top: 8px;
}
.btn-number {
 border-radius: 0;
 border-color: #e4e4e4;
 transition: all .2s ease-in-out;
}
.btn-number:last-child {
 margin-left: -3px;
}
.btn-number:first-child {
 margin-left: 3px;
}
.btn-number:hover {
 transition: all .2s ease-in-out;
}
.input-number {
 height: 34px;
 width: 45px;
 text-align: center;
 position: relative;
 top: 2px;
 border-color: #e4e4e4;
 box-shadow: none;
 border-left: 0;
 display: inline;
 border-radius: 0;
 padding-left: 0;
 padding-right: 0;
 margin-left: -3px;
}
@media screen {
@media (min-width: 0px) {
.input-number {
 top:1px;
}
}
}
_::-moz-progress-bar, body:last-child .input-number {
 margin-left: -3px;
 top:2px;
}
_::-moz-progress-bar, body:last-child .btn-number:last-child {
 margin-left: -6px;
}
_:-ms-input-placeholder, :root .input-number {
 margin-left: -4px;
}
_:-ms-input-placeholder, :root .btn-number:last-child {
 margin-left: -6px;
}
@media screen and (-webkit-min-device-pixel-ratio:1.1) {
.input-number {
 margin-left: -2px;
}
}
.glyphicon-minus, .glyphicon-plus {
 color: #c59c6b;
 font-size: 9px;
 height: 5px;
 width: 5px;
 top: -1px;
 left: -1px;
}
.order-name {
 margin-bottom: 10px;
 border-bottom: 1px solid #ebebeb;
}
.order-head {
 font-family: Work Sans, sans-serif;
 font-size: 18px;
 font-weight: 600;
 margin-bottom: -15px;
 margin-top: 20px;
}
.order-form {
 font-size: 16px;
 width: 100%;
 height: 46px;
 border: 1px solid #e8e9ea;
 border-radius: 0;
 box-shadow: none;
 padding: 15px;
 padding-top: 2px;
 padding-bottom: 5px;
 margin-top: 25px;
}
.order-form-margin {
 margin-top: 25px;
}
.order-form-date {
 font-size: 16px;
 width: 100%;
 height: 46px;
 border: 1px solid #e8e9ea;
 border-radius: 0;
 box-shadow: none;
 padding: 15px;
 padding-top: 2px;
 padding-bottom: 5px;
}
.order-form-date::-webkit-input-placeholder {
 color:#858585;
}
.order-form-picker {
 height: 46px;
 border: 1px solid #e8e9ea;
 border-radius: 0;
 background-color: #fff;
}
.order-form-no {
 border-left: 0;
}
.order-control-btn {
 font-size: 12px;
}
.order-control-btn:hover {
 background-color: #c59c6b;
 color: #fff;
}
.order-control-btn-1 {
 font-family: 'Work Sans', sans-serif;
 font-weight: 600;
 font-size: 12px;
 color: #c59c6b;
 text-align: center;
 background-color: transparent;
 width: 180px;
 height: 49px;
 vertical-align: middle;
 line-height: 41px;
 border-radius: 20px;
 margin-top: 10px;
 border: 3px solid #c59c6b;
 -webkit-transition: color, text, background ease-in 0.3s;
 transition-property: color, text, background;
 display: inline-block;
}
.bootstrap-select > .dropdown-toggle {
 font-size: 16px;
 border: 1px solid #e8e9ea;
 border-radius: 0;
 height: 46px;
 padding: 15px;
 padding-top: 2px;
 padding-bottom: 5px;
 margin-top: 25px;
 color: #757575 !important;
 box-shadow: none;
}
.bootstrap-select .dropdown-menu {
 border-radius: 0 !important;
 margin-left: 0 !important;
}
.bootstrap-select.btn-group>.btn:first-child {
 background-color: #fff;
 box-shadow: none;
}
.bootstrap-select.btn-group>.btn:first-child:hover {
 background-color: #fafafa;
}
.bootstrap-select.btn-group>.btn:first-child:focus {
 background-color: #fafafa;
}
.bootstrap-select .dropdown-menu>li>a {
 padding: 10px;
}
.bootstrap-select .dropdown-menu>li>a:hover {
 background-color: #fafafa;
}
.bootstrap-select .dropdown-menu>li>a:focus {
 background-color: #fafafa;
}
.input-container {
 position: relative;
 width: 100%;
}
.input-container input {
 width: 100%;
 padding-left:86px;
}
.input-container .days-info {
 position: absolute;
 display: block;
 top: 29px;
 left: 0px;
 color: #7d7d7d;
 padding-left: 16px;
 width: 80px;
}
.order-info {
 height: 200px;
}
.order-price {
 font-family: Work Sans, sans-serif;
 font-size: 30px;
 color: #c59c6b;
 font-weight: 900;
 text-align: right;
}
.order-btn {
 font-family: 'Work Sans', sans-serif;
 font-weight: 600;
 font-size: 18px;
 color: #fff;
 text-align: center;
 background-color: #c59c6b;
 width: 240px;
 height: 49px;
 vertical-align: middle;
 line-height: 45px;
 border-radius: 20px;
 margin-top: -5px;
 border: 0;
 -webkit-transition: color, text, background ease-in 0.3s;
 transition-property: color, text, background;
}
.order-btn:hover {
 background-color: transparent;
 border: 3px solid #c59c6b;
 color: #c59c6b;
 line-height: 39px;
 -webkit-transition: color, text, background ease-in 0.3s;
 transition-property: color, text, background;
}
.chboxes {
 margin-top: 10px;
 margin-bottom: -24px;
 line-height: 21px;
 font-size: 14px;
}
input.parsley-success, select.parsley-success, textarea.parsley-success {
 background-color: #fff;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
 background-color: #fff;
}
.parsley-errors-list {
 margin: 12px 0 3px;
 padding: 0;
 color: #c59c6b;
 list-style-type: none;
 font-size: 0.9em;
 line-height: 0.9em;
 opacity: 0;
 transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
 opacity: 1;
}
.chboxes .parsley-errors-list {
 position: static;
 display: block;
}
.regulation-link {
 text-decoration: underline;
 position: relative;
 top: 2px;
}
.regulation-link:hover, :focus {
 color: #333;
}
.label-cbx {
 user-select: none;
 cursor: pointer;
 margin-bottom: 0;
 font-weight: 400;
}
.label-cbx input:checked + .checkbox {
 border-color: #c59c6b;
}
.label-cbx input:checked + .checkbox svg path {
 fill: #fff;
}
.label-cbx input:checked + .checkbox svg polyline {
 stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
 stroke-dashoffset: 0;
}
.label-cbx .checkbox {
 position: relative;
 top: -4px;
 float: left;
 margin-right: 8px;
 width: 20px;
 height: 20px;
 border: 2px solid #c59c6b;
 border-radius: 3px;
}
.label-cbx .checkbox svg {
 position: absolute;
 top: -2px;
 left: -2px;
}
.label-cbx .checkbox svg path {
 fill: none;
 stroke: #c59c6b;
 stroke-width: 0;
 stroke-linecap: round;
 stroke-linejoin: round;
 stroke-dasharray: 71px;
 stroke-dashoffset: 71px;
 transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
 fill: none;
 stroke: #c59c6b;
 stroke-width: 2;
 stroke-linecap: round;
 stroke-linejoin: round;
 stroke-dasharray: 18px;
 stroke-dashoffset: 18px;
 transition: all 0.3s ease;
}
.label-cbx > span {
 pointer-events: none;
 vertical-align: middle;
}
.cbx2 {
 margin-top:5px;
}
.cntr {
 top: 45%;
 left: 0;
 width: 100%;
}
.invisible {
 position: absolute;
 z-index: -1;
 width: 0;
 height: 0;
 opacity: 0;
}
.point {
 color: #d8006c;
 font-size: 13px;
 margin-right: 5px;
}
.form-control[disabled] {
 background-color: #fff;
 cursor: default;
}
.about-img {
 margin-top: 15px;
}
.shipping {
 font-size: 14px;
 line-height: 24px;
 padding:15px;
 padding-left:20px;
 padding-right: 20px;
 margin-top:25px;
 color:#c59c6b;
 border: 1px solid #c59c6b;
 display: none;
}
.curation:first-child {
 margin-top:0px;
}
 @media (min-width:1690px) {
}
.top-banner-img-sub {
 background-size: cover !important;
}
}
 @media only screen and (min-width : 1370px) and (max-width : 1500px) {
/*.top-div .container {
 padding-left: 15px;
 padding-right: 145px;
}*/
.top-div .container {
 padding-left: 70px;
 padding-right: 70px;
}
#mainMenu li {
 padding-left: 54px;
}
.banner-container {
 top: 196px;
 width: 580px;
}
.top-banner, .top-banner-img {
 height: 700px;
}
.slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
 height: 591px;
}
.top-banner {
 background-image: url(../img/pattern-2.png?1019);
}
.top-banner-img {
 background-size: 1240px;
}
.banner-head-1 {
 font-size: 78px;
}
.banner-head-2 {
 font-size: 61px;
}
.content-row-1 h1 {
 padding-top: 15px;
}
.content-row-2 h1 {
 padding-top: 15px;
}
.how-to {
 left: -25px;
 position: relative;
}
.footer-container .container {
 margin-left: 0px !important;
 margin-right: 0px;
}
}
 @media only screen and (max-width : 1369px) {
#mainMenu li {
 padding-left: 34px;
}
.dropdown-menu {
 margin-left: 33px;
}
.banner-container {
 top: 196px;
 width: 580px;
}
.top-banner, .top-banner-img {
 height: 700px;
}
.slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
 height: 591px;
}
.top-banner {
 background-image: url(../img/pattern-2.png?1019);
}
.top-banner-img {
 background-size: 1240px;
}
.banner-head-1 {
 font-size: 78px;
}
.banner-head-2 {
 font-size: 61px;
}
.content-row-1 {
 margin-top: -40px;
}
.content-row-1 h1 {
 padding-top: 0;
}
.content-row-2 h1 {
 padding-top: 0px;
}
.img-1 {
 padding-top: 40px;
}
.content-row-1, .content-row-2, .how-to {
 padding-left: 0px;
 padding-right: 0px;
}
.how-to {
 left: -35px;
}
.content-container-1 {
 width: 700px;
}
.content-container-4, .content-container-6 {
 width: 780px;
}
.content-container-5, .content-container-7 {
 width: 880px;
}
.delivery-text-2 {
 font-size: 15px;
 background-position: 18px !important;
}
.delivery-text-3 {
 font-size: 20px;
}
.stars-col {
 background: url(../img/line-1.png?1019) 35px repeat-y;
}
.stars-view {
 width: 65%;
 height: 65%;
}
.article-thumb {
 padding: 0px;
}
.article h1 {
 margin: 0;
}
.nav-tabs>li {
 font-size: 15px;
}
.package-price {
 font-size: 20px;
}
.shot-list {
 font-size: 14px;
}
#winright.stick {
 width: 305px;
}
.own-set-name {
 font-size: 22px;
}
.own-set {
 font-size: 14px;
}
.product-hr {
 width: 250px;
}
.product-name {
 padding-left: 30px;
}
.product-price {
 margin-right: 0px;
 padding-right: 30px;
 font-size: 12px;
}
.top-banner-img-sub {
 background-size: cover !important;
}
.howto-container {
 background-position: -160px top;
}
.who-frame {
 height:410px;
}
.who-head {
 font-size:24px;
 line-height: 36px;
}
.who-text {
 padding-top:105px;
 font-size: 32px;
 line-height: 36px;
}
.who-btn {
 margin-top:30px;
}
.footer-column li:first-child {
 font-size: 19px;
}
.cons-bg, .pros-bg {
 padding:70px;
 padding-top:65px;
 background-position: 270px bottom;
}
.pros-bg {
 background-position: 280px bottom;
}
.shot-text {
 font-size:14px;
 line-height: 33px;
}
.shot-text-1 {
 position: relative;
 top:68px;
 left:70px;
}
.soup-text {
 line-height: 33px;
}
.smoothie-text {
 font-size:15px;
 line-height: 34px;
}
.rules-img {
 margin-top:10px;
}
.rules-text-1 {
 padding-left:30px;
}
.own-set-container {
 position: relative;
 height: 190px;
}
}
 @media only screen and (max-width : 1300px) {
.howto-container {
 background-position: -200px top;
}
}
 @media only screen and (max-width : 1270px) {
.banner-container {
 top:165px;
}
.top-banner, .top-banner-img {
 height: 640px;
}
.slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
 height: 531px;
}
.top-banner {
 background-image: url(../img/pattern-2.png?1019);
}
.top-banner-img {
 background-size: 1120px;
}
}
 @media only screen and (max-width : 1210px) {
.slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
 height: 531px;
}
.icon-1 {
 margin-left: 20px;
}
.icon-1, .icon-2 {
 width: 84px;
 height: 84px;
 background-size: 84px 84px;
}
.icon-3 {
 background-size: 116px 84px;
 width: 116px;
 height: 84px;
}
.how-to h1 {
 margin-top: 100px;
}
.how-to {
 left: -55px;
}
.foot-hide {
 display: none;
}
}
 @media only screen and (max-width : 1100px) {
.top-div .row {
 margin-right: 0px !important;
}
#mainMenu {
 font-size: 13px;
}
.top-banner {
 height: 615px;
}
.top-banner-img {
 background-size: 1100px;
}
#mainMenu {
 font-size: 11px;
 margin-right: 50px;
}
.icon-1 {
 margin-left: 0px;
}
.icon-1, .icon-2 {
 width: 74px;
 height: 74px;
 background-size: 74px 74px;
}
.icon-3 {
 background-size: 106px 74px;
 width: 106px;
 height: 74px;
}
.how-to h1 {
 font-size: 26px;
 margin-top: 100px;
}
.howto-container {
 margin-top: 85px;
}
.content-row-2 h1 {
 padding-top: 25px;
}
.stars-col {
 background: url(../img/line-1.png?1019) 25px repeat-y;
}
.stars-view {
 width: 80%;
 height: 80%;
}
.gallery-text {
 font-size: 16px;
}
.content-container-4, .content-container-6 {
 width: 600px;
}
.content-container-5, .content-container-7 {
 width: 800px;
}
.content-container-1 {
 width: 550px;
}
.content-container-2 {
 width: 700xpx
}
.howto-container {
 background-position: -290px top;
}
.product-hr {
 width: 65%;
}
.who-head {
 font-size:21px;
 line-height: 31px;
}
.who-img {
 margin-top:50px;
}
.about-img {
 margin-top:100px;
}
.about-icon-1 {
 margin-top:60px;
}
.about-icon-2 {
 margin-top:140px;
}
.who-frame {
 height:330px;
}
.who-text {
 padding-top:85px;
 font-size: 25px;
 line-height: 26px;
}
.who-text-1 {
 font-size:16px;
 line-height: 20px;
}
.who-btn {
 margin-top:20px;
}
.point-text {
 font-size: 13px;
}
.point-hr-2 {
 width:240px;
}
.cons-bg, .pros-bg {
 padding:40px;
 padding-top:65px;
 padding-bottom:65px;
 background-position: 200px bottom;
}
.pros-frame {
 height: 930px !important;
}
.pros-bg {
 height:925px;
 background-position: 220px bottom;
}
.point-indent {
 font-size:14px !important;
 line-height: 5px !important;
}
.shot-text {
 font-size:14px;
 line-height: 28px;
}
.shot-img {
 margin-top:15px;
}
.soup-img {
 margin-top:0px !important;
}
.shot-frame {
 background-size: contain;
}
.shot-text-1 {
 font-size:21px;
 position: relative;
 top:48px;
 left:50px;
}
.shot-text-2 {
 top:48px;
 font-size:15px;
}
.soup-text {
 font-size:14px;
 line-height: 23px;
}
.rules-img {
 margin-top:110px;
}
.rules-text-1 {
 padding-left:45px;
}
.rules-text-2 {
 line-height: 30px;
}
.rules-point-1, .rules-point-2 {
 margin-top:5px;
}
.treat-bg {
 height: 549px;
 background-position: 280px bottom;
}
.own-set-container {
 position: relative;
 height: 180px;
}
.package-container {
 height: auto;
}
.package-product {
 top: 55%;
 transform: translateY(0%);
 margin-bottom: 0;
}
}
 @media (max-width: 992px) {
.top-div .row {
 padding-right: 0px;
}
#mainMenuWrapper {
 background-color: #fff !important;
 width: 100%;
 padding: 0;
 z-index: 999;
}
#mainMenu {
 width: 100%;
 text-align: center;
 font-size: 16px;
 border-bottom: 1px solid #f0f0f0;
 padding-bottom: 30px;
 padding-left: 0;
 margin-top: 33px;
 padding-top: 0px;
}
#mainMenu li {
 padding: 5px;
 padding-right: 0px;
}
#mainMenu li:first-child {
 margin-top: 10px;
}
.nav {
 margin-right: 0;
}
.navbar-nav nav {
 width: 100%;
}
#mainMenuWrapper {
 min-height: 0px !important;
}
.navbar-collapse {
 padding-left: 0;
 padding-right: 0;
 margin-right: 0;
 position: absolute;
 background-color: #fff;
}
.logo {
 position: relative;
 left: 35%;
}
.navbar-toggle {
 margin-top: 35px;
 padding-right: 0px;
}
.menu, #navbar-toggle-wrapper, .navbar {
 height: 150px;
}
ul.nav a:hover {
 color: #fff !important;
 background: #c59c6b !important;
}
.effect a::after, .effect a:focus::after {
 opacity: 0;
}
.active-btn a {
 border: none;
}
.dropdown-menu:hover {
 border: 0 !important;
}
.dropdown-menu {
 margin-left: 0;
 padding-left: 0;
 border-radius: 0;
}
.navbar-nav:hover .caret {
 color: #fff;
}
#mainMenuWrapper .dropdown-menu li a {
 text-align: center;
}
.dropdown-menu li a {
 padding-left: 0px !important;
}
.top-banner-img {
 background-image: url(../img/top-img-2.png?1019);
 background-size: 680px;
 background-position: center -100px;
}
.banner-container {
 width: 100%;
}
.banner-head-1, .banner-head-2, .banner-head-3 {
 text-align: center;
}
.banner-btn {
 margin: 0 auto;
 margin-top: 20px;
 float: none;
}
.banner-head-1 {
 font-size: 74px;
 line-height: 70px;
}
.banner-head-2 {
 font-size: 58px;
 line-height: 70px;
}
.banner-container {
 top: 180px;
}
.content-container-2 {
 width: 80%;
}
.content-container-3 {
 width: 100%;
}
.content-container-4, .content-container-6 {
 width: 83%;
}
.content-container-5, .content-container-7 {
 width: 90%;
}
.content-row-1 h1 {
 padding-top: 25px;
}
.content-row-1 h1 br {
 display: none;
}
.content-row-2 h1 {
 margin-top: 0px;
 padding-top: 0px;
}
.content-row-2 h1 br {
 display: none;
}
.howto-container {
 height: 300px;
 background-image: none;
 text-align: center;
}
.how-to {
 position: static;
 margin-left: 0px;
 padding-left: 0px;
 margin: 0 auto;
 margin-top: 0px;
}
.how-to h1 {
 margin-top: 70px;
}
.icon-1, .icon-2, .icon-3 {
 width: 104px;
 height: 104px;
 background: url(../img/icon-1.svg?1019) no-repeat;
 background-size: 104px 104px;
}
.icon-2 {
 background: url(../img/icon-2.svg?1019);
}
.icon-3 {
 background: url(../img/icon-3.svg?1019);
 background-size: 136px 104px;
 width: 136px;
 height: 104px;
 margin-right: 0;
}
.delivery-container {
 height: 380px;
 background-position: bottom;
}
.footer-logo {
 padding-bottom: 120px;
}
.footer-container .container {
 width: 100%;
}
.footer-container {
 height: auto;
 padding-bottom: 60px;
}
.footer-container ul {
 text-align: center;
 padding-left: 0;
}
.footer-logo {
 margin: 0 auto;
 text-align: center;
 display: block;
}
.content-container-3 {
 width: 600px;
}
.delivery-text {
 line-height: 42px;
 padding:0 !important;
}
.delivery-text-2 {
 background: none;
 padding:0 !important;
}
.article-thumb {
 margin: 0 auto;
 margin-bottom: 20px;
}
#winright.stick {
 width: 305px;
}
.juices-1, .juices-2 {
 height: 490px;
}
.juices-1-text {
 line-height: 23px;
}
.juices-2-text {
 padding-top: 30px;
 line-height: 21px;
}
.article-xs {
 width: 70% !important;
}
.who-head {
 text-align:center;
 margin-bottom:40px;
 font-size:24px;
 line-height: 38px;
}
.who-img {
 margin-top:0px;
 margin:0 auto;
}
.who-description {
 text-align: center;
}
.shot-img {
 margin: 0 auto;
 margin-bottom: 30px;
}
.shot-head {
 text-align: center;
}
.shot-text, .soup-text, .smoothie-text {
 font-size:16px;
 line-height: 32px;
 text-align: center;
}
.about-img {
 margin:0 auto;
 margin-top:30px;
}
.about-icon-1 {
 display:none;
}
.about-icon-2 {
 display:none;
}
.rules-head {
 text-align:center;
}
.rules-img {
 margin:0 auto;
 margin-top:30px;
}
.rules-text-1 {
 text-align: left;
}
.treat-bg {
 height: 489px;
 background-position: bottom right;
}
.own-set-container {
 position: relative;
 height: 180px;
}
.xs-border {
 border-right: 1px solid #ebebeb;
 border-left: 1px solid #ebebeb;
}
.xs-border-no {
 border: none !important;
}
}
 @media (max-width: 768px) {
.top-div {
 margin-top: 40px;
 width: 100%;
 margin-right: 0;
 padding-right: 0;
 padding-left: 0;
}
.top-div .row {
 width: 100% !important;
 margin-right: 0 !important;
 margin-left: 0 !important;
 padding-right: 0 !important;
 padding-left: 0 !important;
}
.logo {
 position: relative;
 left: 33%;
}
#mainMenu {
 padding-top: 55px;
 margin-top: -55px;
}
#mainMenuWrapper {
 min-height: 0px !important;
 z-index: 1;
}
.navbar-collapse {
 padding-right: 0;
}
.navbar-toggle {
 padding-right: 55px;
 margin-top:7px;
}
.nav li {
 display: block !important;
 width: 100%;
 margin: 0px;
 text-align: center;
 padding: 0;
 margin: 0;
}
#cookie-bar {
 padding-bottom: 30px;
}
#cookie-bar p {
 padding-left: 45px;
 padding-right: 75px;
}
#cookie-bar p a.cb-enable {
 margin-right: 45px;
}
.banner-head-1 {
 font-size: 62px;
 line-height: 60px;
}
.banner-head-2 {
 font-size: 46px;
 line-height: 60px;
}
.img-1 {
 margin: 0 auto;
 text-align: center;
 margin-top: -35px;
}
.content-div-1, .content-div-2 {
 text-align: center;
 padding-left: 85px;
 padding-right: 85px;
}
.img-2 {
 margin: 0 auto;
 text-align: center;
 margin-bottom: 35px;
 padding-left: 40px;
 padding-right: 40px;
}
.howto-container {
 height: auto;
 padding-bottom: 50px;
}
.how-to h1 {
 margin-bottom: 30px;
 padding-left: 60px;
 padding-right: 60px;
}
.icon-1, .icon-2, .icon-3 {
 display: block;
 margin: 0 auto;
 margin-bottom: 20px;
}
.footer-container-1 {
 font-size: 12px;
}
.more {
 display: block;
 width: 150px;
 margin: 0 auto;
 margin-bottom: 20px;
}
.more-line {
 display: none;
}
.content-container-1 {
 width: 550px;
}
.content-container-3 {
 width: 70%;
}
.content-container-1 {
 width: 60%;
}
.content-container-4, .content-container-6 {
 width: 80%;
}
.content-container-5, .content-container-7 {
 width: 90%;
}
.who-text br, .who-text-1 br, .contact-text-3 br {
 display: none;
}
.who-text {
 font-size: 32px;
 padding-top:60px;
 line-height: 38px;
}
.who-text-1 {
 font-size: 24px;
 line-height: 30px;
}
.who-btn {
 width:215px;
 margin-top:35px;
}
.who-frame {
 background: url('/img/pattern-3.png?1019') repeat;
 height: 100%;
 padding-left:50px;
 padding-right: 50px;
 padding-bottom:60px;
}
.gallery-text {
 padding-top: 10px;
 font-size: 24px;
}
.stars-col {
 background: none;
}
.nav-tabs {
 border-bottom: 0;
}
h2, .package-price, #tab1, #tab2, .content-container-4 p, .content-container-5 p, .content-container-6 p, .content-container-7 p {
 text-align: center;
}
.shot-list {
 margin-bottom: 60px;
 text-align: center;
 padding-right: 0;
 padding-left: 0;
}
#winright.stick {
 width: 100%;
 top: 0%;
 position: static;
}
.product-name, .product-price, .own-set-name, .own-set, .own-set-h2 {
 text-align: center;
}
.product-name, .product-price {
 padding: 0;
 font-size: 16px;
}
.product-name {
 word-break: break-word;
 padding-left: 20px;
 padding-right: 20px;
}
.own-set {
 border-bottom:0;
}
.own-set:last-child {
 border-bottom: 0;
 padding-bottom: 0;
 margin-bottom: 0;
}
.order-name h2 {
 margin-bottom: -20px;
}
.order-name .package-price {
 margin-bottom: 50px;
}
.order-form-no {
 border-left: 1px solid #e8e9ea;
}
.order-head {
 text-align: center;
 line-height: 24px;
 margin-bottom: -5px;
}
.order-price {
 text-align: center !important;
 margin-bottom: 20px;
 padding-left: 55px;
 padding-right: 55px;
}
.order-btn {
 margin: 0 auto;
 text-align: center;
 display: block;
}
.chboxes .parsley-errors-list {
 padding-bottom: 20px;
}
.article-text {
 text-align: center;
}
.article-text-1 {
 text-align: center;
 padding-left: 50px;
 padding-right: 50px;
}
.article-more {
 float: none;
 text-align: center;
}
.juices-1 {
 background-position: center top;
}
.juices-1-text {
 padding: 0;
 text-align: center;
 margin-top: 30px;
 letter-spacing: normal;
}
.juices-2-text {
 padding: 0;
 text-align: center;
 letter-spacing: normal;
}
.package-hr {
 width: 70%;
}
.package-hr-1 {
 display: none;
}
.package-right-div {
 margin-bottom: 30px;
}
.top-banner-img-sub {
 padding-top: 97px;
 font-size: 51px;
}
.juiceinfo-text-xs {
 font-size: 23px;
 line-height: 32px;
}
.top-banner, .top-banner-sub {
 margin-top: -70px;
}
.top-banner-img-sub {
 background-size: 190% !important;
}
.own-set-name {
 word-break: break-all;
}
.pros-cons-frame, .cons-bg, .pros-frame, .pros-bg {
 height:100% !important;
}
.cons-bg, .pros-bg {
 background: none;
}
.point-number {
 display: block;
 margin: 0 auto;
 margin-bottom:5px;
 top:0px !important;
}
.point-indent {
 line-height: 21px !important;
 text-align:center;
 margin-left:0 !important;
}
.point-text {
 text-align: center;
 display: block;
 font-size: 15px;
 line-height: 26px;
}
.point-hr-2 {
 width:100%;
}
.shot-frame {
 background: none;
 height: 100px;
}
.shot-text-1 {
display:none;
}
.shot-text-2 {
 margin:0 auto;
 text-align: center;
 top:0;
 display: block;
 width:120px;
 padding-bottom:10px;
 border-bottom: 1px solid #c59c6b;
}
.rules-frame {
 padding: 40px;
}
.rules-text-1 {
 text-align: center;
 padding:0;
}
.treat-bg {
 height: 100%;
 background:none;
 padding:40px;
 padding-bottom: 60px;
 text-align: center;
}
.treat-bg br {
 display: none;
}
.product-img {
 height: 205px;
 width: 117px;
 margin:0 auto;
}
.package-img {
 width: 230px;
 margin:0 auto;
}
.package-container {
 position: static;
 height: auto;
}
.package-product {
 position: static;
 top:0;
 transform:none;
}
.own-set-product {
 position: static;
 top: 0;
 transform: none;
}
.own-set-container {
 height: 100px;
 margin-bottom: 50px;
}
.nav-tabs>li>a {
 margin-top: -1px;
}
.cbx2 {
 margin-top:25px;
}
}
 @media only screen and (max-width : 680px) {
.banner-head-1 {
 font-size: 48px;
 line-height: 50px;
}
.banner-head-2 {
 font-size: 32px;
 line-height: 50px;
}
.banner-container {
 top: 205px;
}
.menu, #navbar-package-qtytoggle-wrapper, .navbar {
 height: 60px;
}
.navbar-toggle {
 margin-top: 0px;
 padding-right: 50px;
}
.logo {
 position: relative;
 left: 31%;
}
.footer-container-1 {
 font-size: 10px;
}
.content-container-3 {
 width: 65%;
}
.content-container-4, .content-container-6 {
 width: 80%;
}
.content-container-5, .content-container-7 {
 width: 85%;
}
.top-banner-img-sub {
 padding-top: 97px;
 font-size: 41px;
}
.article-xs {
 width: 70% !important;
 text-align: center;
}
}
 @media only screen and (max-width : 580px) {
.logo {
 position: relative;
 left: 28%;
}
.navbar-toggle {
 padding-right: 0px;
 margin-right: 0px;
}
.banner-head-1 {
 font-size: 42px;
 line-height: 45px;
}
.banner-head-2 {
 font-size: 26px;
 line-height: 45px;
}
.navbar-toggle {
 padding-right: 55px;
}
.footer-container-1 {
 display: none;
}
.footer-container {
 border-bottom: 0;
}
.gallery-text {
 font-size: 20px;
}
.own-set-right h2 {
 font-size: 24px;
}
.content-container-3 {
 width: 60%;
}
.content-container-4, .content-container-6 {
 width: 75%;
}
.content-container-5, .content-container-7 {
 width: 85%;
}
.article-xs {
 width: 80% !important;
}
.order-price {
 font-size: 26px;
}
.who-text {
 font-size: 26px;
 padding-top:60px;
 line-height: 38px;
}
.who-text-1 {
 font-size: 19px;
 line-height: 30px;
}
.who-btn {
 width:150px;
 margin-top:35px;
 font-size:12px;
}
.who-btn:hover {
 background: transparent;
}
}
 @media only screen and (max-width : 500px) {
.logo {
 position: relative;
 left: 24%;
}
.banner-head-1 {
 font-size: 34px;
 line-height: 35px;
}
.banner-head-2 {
 font-size: 23px;
 line-height: 35px;
}
.banner-head-3 {
 line-height: 28px;
}
#mainMenu {
 padding-left: 0;
 margin-left: 0;
}
.top-banner-img-sub {
 padding-top: 97px;
 font-size: 32px;
}
.content-container-1, .content-container-4, .content-container-5, .content-container-6 {
 width: 70%;
}
.content-container-7 {
 width: 100%;	
}
.table-responsive {
 overflow-x: auto !important;
 min-height: 0.01%;
 display: block !important;
}
.top-banner-img {
 background-size: 700px;
}
.img-1 {
 width: 80%;
 height: 80%;
}
}
 @media only screen and (max-width : 450px) {
.top-banner, .top-banner-sub {
 margin-left: 0;
 margin-right: 0;
}
.navbar-toggle {
 padding-right: 15px;
}
.logo {
 left: 20%;
}
.content-row-1 h1, .content-row-2 h1 {
 font-size: 21px;
 font-weight: 600;
}
.howto-container, .delivery-container {
 margin-left: 0;
 margin-right: 0;
}
.top-banner-img-sub {
 padding-top: 97px;
 font-size: 41px;
}
.contact-text-1 {
 font-size: 30px;
}
.banner-head-1 {
 font-size: 43px;
 line-height: 39px;
}
.banner-head-2 {
 font-size: 30px;
 line-height: 39px;
}
.nav-tabs>li {
 font-size: 12px;
}
.own-set-right h2 {
 font-size: 21px;
}
.order-price {
 padding: 0;
}
.article-xs {
 width: 90% !important;
}
.contact-text {
 font-size: 28px;
}
}
 @media only screen and (max-width : 400px) {
.logo {
 left: 15%;
}
.top-banner-img-sub {
 padding-top: 97px;
 font-size: 38px;
}
.contact-text-1 {
 font-size: 24px;
 line-height: 20px;
}
.contact-text-2 {
 font-size: 16px;
 padding-bottom: 15px;
}
.banner-head-1 {
 font-size: 40px;
}
.banner-head-2 {
 font-size: 27px;
}
}
 @media only screen and (max-width : 350px) {
.top-banner-img-sub {
 padding-top: 97px;
 font-size: 38px;
}
.contact-text-1 {
 font-size: 21px;
}
.banner-head-1 {
 font-size: 34px;
 line-height: 39px;
}
.banner-head-2 {
 font-size: 21px;
 line-height: 39px;
}
.more-btn {
 width: 90%;
}
.order-btn {
 width: 90%;
}
}
 @media only screen and (max-width : 330px) {
.logo {
 left: 30px;
}
}
 @media only screen and (max-width : 300px) {
.logo {
 left: 20px;
}
}

/* Owl Carousel */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  min-width: 100%;
  -ms-touch-action: pan-y;
  transition-property: all;
  transition-duration: 0;
  transition-timing-function: ease-in;
  margin-top:-50px;
  margin-bottom: 30px;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.grabbing {
  cursor: move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

#owl .item {
  margin-left: 7px;
  margin-right: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #owl .item {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 911px) {
  #owl .item {
    padding-top: 15px;
  }
 .owl-carousel {
 	margin-top:-60;
 	margin-bottom: 20px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #owl .item {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  #owl .item {
    padding-top: 15px;
  }
}

#owl .item:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#owl .item img {
  display: block;
  height: auto;
  margin: 0 auto;
  text-align: center;
  float: none;
}


.owl-title {
  text-align: center;
  font-family: Roboto, Tahoma, Verdana, sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eaeaea;
}

.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}

.owl-theme .owl-buttons i {
  margin-top: 2px;
  color: red !important;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -40px;
  top: 73px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -40px;
  top: 73px;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: none;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-item.loading {
  min-height: 150px;
  background: url('../img/load.gif?1397496806') no-repeat center center;
}

.package-right-div {
 margin-bottom: 20px;
}

.package-set-info,
.own-set-info {
 text-align: center;
}