html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 18px;
    color: #d0d0ab;
    background: #33361b;
    font-weight: 400;
    font-family: helvetica;
}
.inline-block {
    display: inline-block !important;
}
.pageLoading {
    overflow: hidden;    
}
.pageLoading::after {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    content: '';
    top: 0;
    left: 0;
    z-index: 99999;
}
.pageLoading::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;  
    -webkit-animation: sk-scaleout 1.2s infinite ease-in-out;
    animation: sk-scaleout 1.2s infinite ease-in-out;  
    z-index: 1000000;  
    
}
p {
    font-family: "mrs-eaves";
    font-weight: 400;
    font-style: normal;  
}
p span{ font-weight: 700;}
/*
h1 {
  font-family: "corundum-text",serif;
  }
*/
article,
aside,
footer,
header,
menu,
nav,
section{
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    vertical-align: baseline;
}
a {
    background-color: transparent;
    outline: none !important;
    text-decoration: none;
}
button,input{
    outline: none !important;
    box-shadow: none !important;
}
img {
    border: 0;
    width: auto;
    height: auto;
    display: block;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
}
button,
select {
    text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: none;
    outline: none !important;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
ul, ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
input::-moz-placeholder {
    color: #fff4d5;
    opacity: 1;
}
input::-ms-placeholder {
    color: #fff4d5;
    opacity: 1;
}
input::-webkit-input-placeholder {
    color: #fff4d5;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #d0d0ab;
    opacity: 1;
}
.form-control::-ms-placeholder {
    color: #d0d0ab;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #d0d0ab;
    opacity: 1;
}
.clearfix{
    clear: both;
}
hr {
    border : 0;
    height : 30px;
    background : #999;
    margin : 88px 0 82px;
    opacity: .30;
}
.block {
    display: block !important;
}
.visible-xs{
    display: none !important;
}
.visible-sm-xs{
    display: none !important;
}
.v-main{
  display: table;
  width: 100%;
  height: 100%;
}
.v-align-middle,
.v-align-top,
.v-align-bottom {
  display: table-cell;
}
.v-align-middle {
  vertical-align: middle !important;
}
.v-align-top {
  vertical-align: top !important;
}
.v-align-bottom {
  vertical-align: bottom !important;
}
.select-container {
    position: relative;
}
.xm-tooltip {
    background: #9e8a59;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 50%;
    line-height: 18px;
    padding: 6px 16px 10px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
    min-width: 280px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.3px;
}

.xm-tooltip::after {
    
    border-top: 20px solid #9e8a59;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    bottom: -30px;
    content: "";
    height: 40px;
    left: 50%;
    position: absolute;
    width: 30px;
    z-index: -1;
    margin-left: -40px;
}
.xm-tooltip .xm-tooltip {
  padding: 0;
  position: relative;
}
.xm-tooltip .xm-tooltip::after{
  display: none;
}
.for_textarea {
    position: relative;
}
.for_textarea .xm-tooltip {
    left: 0;
    top: -70px;
}
.loading {
    position: relative;
}
.loading::after {
  -webkit-animation-duration: 0.75s;
  -ms-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -ms-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 2px solid rgba(232, 212, 172, 0.8);
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: '';
}

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: rgba(0,0,0, .90);
    overflow: auto;
}
.overlay > .overlay {
    background: none;
}
.overlay-container {
    margin: 70px auto;
}
.has-overlay,
.overflow-hidden,
.has-agegate,
.menu-opened,
.has-about_info,
.has-contact_open,
.has-intagram_info,
.has-privacy,
.has-gallery,
.has-heritage {
    overflow: hidden;
}
.video-div {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.goldColor {
    color: #9E8A59 !important;
}
.heritage-gallery-window,
.gallery-window {
    background: #fff;
}
/*------Reset v-1.1--------*/

/*------Form Elements-------*/
.alert {
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
}
.alert-danger {
    background-color: rgba(231,76,60,.05);
    border-color: rgba(231,76,60,.45);
    color: #e74c3c;
}
.alert-success {
    background-color: rgba(46,204,113,.05);
    border-color:  rgba(46,204,113,.45);
    color: #2ecc71;
}

.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    width: 100%;
    height: 42px;
    border-radius: 0;
    border: none !important;
    padding-left:19px;
    padding-right:19px; 
    padding-bottom: 3px;
    transition: background .5s;
    -webkit-transition: background .5s;
    -ms-transition: background .5s;
    font-size: 19px;
    color: #d0d0ab;
    font-weight: 400;
    position: relative;
    background: rgba(0,0,0,.40);
    font-family: georgia;
    font-weight: normal;
    z-index: 1;
}
.input-wrapper {
    display: block;
    position: relative;
    padding-right: 0px;
    width: 100%;
    z-index: 2;
    border-top: 1px solid #d0d0ab;
    border-bottom: 1px solid #d0d0ab;
    padding: 0px;
    border-radius: 1px;
}
.input-wrapper::after,
.input-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: #d0d0ab;
    z-index: 2;
}
.input-wrapper::before{
    right: 0;
    left: auto;
}

.computer .form-control:hover ,
.form-control:focus{
    background: rgba(78,82,43,0.4);
}
textarea.form-control{
    min-height: 135px;
    padding: 7px 20px;
}
input.customRC {
    opacity: 0;
    position: absolute;
}
label.customRC {
    font-size: 20px;
    line-height: 20px;
    color: #fff4d5;
    padding-left: 40px;
    position: relative;
    display: block;
    cursor: pointer;
    font-family: Georgia;
    font-weight: 400;
    font-style: normal;  
}
label.customRC span{
    cursor: pointer;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;

    background: #322916 url(../images/check.png) center center no-repeat; 
    background-size: 0 auto;

    border: 1px solid #9e8a59;
    transition:background-size .2s, border-color .2s, border-radius .2s;
    -webkit-transition:background-size .2s, border-color .2s, border-radius .2s;
    -ms-transition:background-size .2s, border-color .2s, border-radius .32s;
}
input.customRC:checked + label.customRC span{
    background-size: 12px auto;
}
.asterik {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    text-transform: uppercase;
}
.asterik span{
    color: #9c132d;
}
.hide {
    display: none !important;
}
/*------Form Elements-------*/

/*------Common Styles-------*/

.media-body {
    width: 10000px;
}
.media, 
.media-body {
    overflow: hidden;
}
.media-body, 
.media-left, 
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left{
    padding-right: 10px;
}
.media-right{
    padding-left: 10px;
}
.non-italic {
    font-style: normal !important;
}
.full-width {
    width: 100% !important;
}
.half-width {
    width: 50% !important;
}
.pull-left {
    float: left !important; 
}
.pull-right {
    float: right !important; 
}
.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
button {
    transition:background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;    
}
.btn{
    display: inline-block; 
    color: #fff4d5;
    text-transform: uppercase;
    text-align: center;
    border: none;
    font-size: 18px;
    height: 50px;
    line-height: 24px;
    padding: 4px 25px 0 25px;
    background: #9e8a59;
    transition: background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;   
    width: auto;
    font-family: 'ArgentNo4Grotesque';
    font-weight: normal;  
}
.btn span {
    display: block;
    padding-right: 28px;
    background: url(../images/to-right.png) right 5px no-repeat;
    background-size: 14px auto;
}
.btn.fb span {
    padding-right: 0;
    padding-left: 33px;
    background: url(../images/fb-btn.png) 0 0 no-repeat;
    background-size: 20px auto;
}
.btn.fb {
    background: #3665a1;
    color: #faf2ee;
    padding-top: 15px;
}
.computer .btn:hover {
    background: #816937;
}
.computer .btn.fb:hover {
    background: #4b80c4;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group .form-control, 
.input-group-addon {
    display: table-cell;
}
.input-group-addon {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
/*------Common Styles-------*/


/*------DDC Main Structure------*/
.main-wrapper { 
    overflow: hidden;
}
.wrapper {
    height: 100vh;
    margin-bottom: -70px;    
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
    background: url(../images/bg-fix.jpg) center 0 no-repeat;
    background-size: cover;
}
.wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50vh;
    content: '';
    background: #757a4d;
    display: none;
}
.vertically-center {
    width: 100%;
    height: calc( 100vh - 70px);
    z-index: 8888;
    position: relative;
    background: url(../images/main-background.png) center top repeat-x;
    background-size: auto 722px;
    padding-top: 112px;
    padding-bottom: 24px;
    background: none !important;
}

.vertically-center::before {
    position: absolute;
    top: 722px;
    left: 0;
    right: 0;
    height: 100vh;
    content: '';
    background: #33361b;
}
.container{
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
.container::before,
.container::after,
.row::before,
.row::after,
.footer::after,
.footer::before{
    display: table;
    clear: both;
    content: '';
}
/***************************
    HEADER & PAGE CONTROL
****************************/
.brand-logo {
    width: 400px;
    display: block;
    position: absolute;
    top: 0px;
    left: 2px;
    z-index: 9002;
}
.brand-logo img {
    width: 100%;
}
.nav-icon,
.contact-close_icon {
    width: 72px;
    height: 59px;
    display: block;
    background: url(../images/dubonnet/menu-nav-bg.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 32px;
    top: 32px;
    z-index: 9002;
    text-indent: -9999px;
}
.nav-icon > span {
    text-indent:0;
    font-size: 24px;
    color: #d0d0ab;
    font-family: "Bourbon";
    font-weight: 400;  
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 31px;
    display: block;
    text-align: center;
    letter-spacing: .04em;  
} 
.nav-icon > span ,
.nav-icon > span span:last-child ,
.nav-icon > span span:first-child {
    transition: background-position .3s ease-out;
    -webkit-transition: background-position .3s ease-out;
    -ms-transition: background-position .3s ease-out;
}
.nav-icon > span span:first-child {
    top: 0;
    background: url(../images/menu-decor_left.png) 50% top no-repeat;
}
.nav-icon > span span:last-child ,
.nav-icon > span span:first-child {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    display: block;
}
.nav-icon > span span:last-child {
    bottom: 0;
    background: url(../images/menu-decor_left.png) 50% bottom no-repeat;
}
.computer .nav-icon:hover > span span:last-child,
.computer .nav-icon:hover > span span:first-child {
    -ms-background-position-x: 35%;
    background-position-x: 35%;
}
.computer .nav-icon:hover > span {
    -ms-background-position-x: 65%;
    background-position-x: 65%;
}
.page-control_elem {
    position: fixed;
    width: 43px;
    height: 85px;
    display: block;
    background-size: 43px auto;
    background-repeat: no-repeat;
    -ms-background-position-y: center;
    background-position-y: center; 
    z-index: 9000;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);

    -webkit-transition: all .3s ease-out, width 0s, height 0s;
    -ms-transition: all .3s ease-out, width 0s, height 0s;
    transition: all .3s ease-out, width 0s, height 0s;
}
.page-control_left {
    /*left: 115px;*/
    left: 48px;
    padding-left: 43px;
    -ms-background-position-x: left;
    background-position-x: left;
    background-image: url(../images/main-arrow_left.png);
}
.page-control_right {
    /*right: 115px;*/
    right: 48px;
    padding-right: 43px;
    -ms-background-position-x: right;
    background-position-x: right;
    background-image: url(../images/main-arrow_right.png);
}
.page-control_elem span {
    width: 120px;
    display: block;
    position: absolute;
    top: 50%;
    font-size: 30px;
    line-height: 24px;
    color: #d0d0ab; 
    opacity: 0;    
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;

    visibility: hidden;
    pointer-events: none;
    text-transform: uppercase;
    font-family: "nimbus-sans-condensed";
    font-weight: 700;
}
.computer .page-control_left:hover {
    left: 38px;
}
.page-control_left span {
    text-align: left;    
    left: 23px;
}
.computer .page-control_left:hover span {
    left: 43px;  
}
.computer .page-control_left:hover span ,
.computer .page-control_right:hover span {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: perspective(1px) translate3d(0, -50%, 0);
    -webkit-transform: perspective(1px) translate3d(0, -50%, 0);
    -ms-transform: perspective(1px) translate3d(0, -50%, 0);  
}
.computer .page-control_right:hover {
    right: 38px; 
}
.computer .page-control_right span {
    right: 23px;
    text-align: right;
}
.computer .page-control_right:hover span {
    right: 43px;   
}

.computer .page-control_right span {
    text-shadow: 0 0 20px rgba(0, 0, 0, .35);
}


footer {
    position: relative;
}

/*------Page Navigation------*/
.page-navigation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 9010;
}
.page-navigation::before {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: '';
	background-color: #d0d0ab;

}
.page-navigation > ul {
    display: block;
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 24px;
}
.page-navigation > ul > li {
    position: absolute;
    float: left;
    top: 50%;
    margin-top: -12px;
    left: 0;
    height: 100%;

    -webkit-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.page-navigation > ul > li:nth-child(2) {
    left: 903px;
}
.page-navigation > ul > li:nth-child(3) {
    left: 955px;
}
.page-navigation > ul > li:nth-child(4) {
    left: 999px;
}

.page-navigation > ul > li.onLeft:nth-child(2) {
    left: 80px;
}
.page-navigation > ul > li.onLeft:nth-child(3) {
    left: 160px;
}
.page-navigation > ul > li.onLeft:nth-child(4) {
    left: 240px !important;
}
.page-navigation > ul > li.onLeft:nth-child(5) {
    left: 320px;
}
.page-navigation ul li a{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
	background-image: url(../images/dubonnet/bullet.png);
	background-size: contain;
	
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.computer .page-navigation ul li a:hover{
background-image: url(../images/dubonnet/bullet-hov.png);
	background-size: contain;	
}
.page-navigation ul li a span {
    display: block;
    color: #d0d0ab;
    width: 100px;
    font-size: 18px;
    line-height: 18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;

    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;

    font-family: "nimbus-sans-condensed";
    font-weight: 700;
    text-transform: uppercase;
}
.page-navigation .non-italic {
    display: block;
}
.page-navigation ul li a span,
.page-navigation ul li.has-subnav.inner-item-active > a span,
.page-navigation ul li.has-subnav.inner-item-active .first-sub-child a span{
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.page-navigation ul .page-nav_back a span {
    bottom: 20px;
}
.has-subnav .has-inner-subnav .inner-sub li a span {
    left: -38px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0); 

    -webkit-transition-delay: .7s;
    -ms-transition-delay: .7s;
    transition-delay: .7s;
}
.has-subnav .has-inner-subnav .inner-sub li:last-child a span {
    left: -54px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
.page-navigation ul .active > a span,
.computer .page-navigation ul li > a:hover span,
.has-inner-subnav.active .inner-sub .active a span,
.computer .active.has-inner-subnav .inner-sub li a:hover span,
.has-subnav .has-inner-subnav .inner-sub li.active a span {
    bottom: 30px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}

.computer .page-navigation ul .page-nav_back a:hover span{
    bottom: 38px !important;
}

.computer .active.has-inner-subnav .inner-sub li a:hover span {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

}

.page-navigation ul li.page-nav_back {
    left: -18px;
}
.page-navigation ul li.page-nav_back a::before,
.page-navigation ul li.page-nav_back a::after{
    display: none;
}
.page-navigation ul li.page-nav_back a{
    width: 36px;
    height: 36px;
    background: #33361b url(../images/page-back.png) 9px center no-repeat;
    background-size: auto 18px;
    border: 2px solid #d0d0ab;
}
.computer .page-navigation ul li.page-nav_back a:hover{
    width: 36px;
    height: 36px;
    background: #33361b url(../images/page-back.png) 9px center no-repeat;
    background-size: auto 18px;
    border: 2px solid #d0d0ab;
}

.page-navigation ul li a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    content: '';
    background: #8c2233;
    border-radius: 50%;
    border: 1px solid #d0d0ab;
	background-image: url(../images/dubonnet/bullet-hov.png);
	background-size: contain;

    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
/*
.page-navigation ul li a::before,
.page-navigation ul li.has-subnav.inner-item-active > a::before {
    transform: translate(-50%, -50%) scale(0);  
    -webkit-transform: translate(-50%, -50%) scale(0);  
    -ms-transform: translate(-50%, -50%) scale(0); 
}

.page-navigation ul li.active > a::before,
.computer .page-navigation ul li a:hover::before ,
.page-navigation .allOnLeft > li > a::before {
    transform: translate(-50%, -50%) scale(1);  
    -webkit-transform: translate(-50%, -50%) scale(1);  
    -ms-transform: translate(-50%, -50%) scale(1); 
}
*/


.page-navigation ul li a::before,
.page-navigation ul li.has-subnav.inner-item-active > a::before {
    transform: translate(-50%, -50%) scale3d(0,0,0);  
    -webkit-transform: translate(-50%, -50%) scale3d(0,0,0);
    -ms-transform: translate(-50%, -50%) scale3d(0,0,0);
}

/*.page-navigation ul li.active > a::before,
.computer .page-navigation ul li a:hover::before ,
.page-navigation .allOnLeft > li > a::before {
    transform: translate(-50%, -50%) scale3d(1,1,1);  
    -webkit-transform: translate(-50%, -50%) scale3d(1,1,1); 
    -ms-transform: translate(-50%, -50%) scale3d(1,1,1); 
}*/

.page-navigation ul li.active > a::before {
    -webkit-animation-name: heartbeat;
-webkit-animation-duration:2s;
-webkit-animation-timing-function:  ease-out;
-webkit-animation-iteration-count: infinite;
    -ms-animation-name: heartbeat;
-ms-animation-duration:2s;
-ms-animation-timing-function:  ease-out;
-ms-animation-iteration-count: infinite;
    animation-name: heartbeat;
animation-duration:2s;
animation-timing-function:  ease-out;
animation-iteration-count: infinite;
}
@keyframes heartbeat {
    0% { transform: translate(-50%, -50%) scale3d(1,1,1);  }
    50% { transform: translate(-50%, -50%) scale3d(.8,.8,.8); }
    100% { transform: translate(-50%, -50%) scale3d(1,1,1);  }
}
@-webkit-keyframes heartbeat {
    0% { transform: translate(-50%, -50%) scale3d(1,1,1);  }
    50% { transform: translate(-50%, -50%) scale3d(.8,.8,.8); }
    100% { transform: translate(-50%, -50%) scale3d(1,1,1);  }
}
@-ms-keyframes heartbeat {
    0% { transform: translate(-50%, -50%) scale3d(1,1,1);  }
    50% { transform: translate(-50%, -50%) scale3d(.8,.8,.8); }
    100% { transform: translate(-50%, -50%) scale3d(1,1,1);  }
}
.page-navigation ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    /*background: #33361d;*/
    border-radius: 50%;
	/*border: #d0d0ab 1px solid;*/	
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.page-navigation .has-subnav.active .platform {
    opacity: 0;
    visibility: hidden;
}
.page-navigation ul li.has-subnav.active.onLeft {
    left: 160px;
}
.has-subnav > ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.has-subnav.active > ul {
    visibility: visible;
    opacity: 1;
}
.has-subnav li {
    position: relative;
    float: left;
    margin-left: 0;
    height: 24px;

    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.has-subnav.active li {
    margin-left: 0;
}
.has-subnav.active li:first-child {
    margin-left: 0;
}
.page-navigation ul li.has-subnav li a{
    position: relative;
    left: auto;
    right: auto;
    top: 7px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.page-navigation ul li.has-subnav li a::after {
    background: #0a0a0a;
    border: 1px solid #fff4d5;   
}
.has-inner-subnav {
    width: 10px;
}
.has-inner-subnav.active > a {
    opacity: 0;
    visibility: hidden;
}
.active.has-inner-subnav {
    width: 30px;
}
.inner-sub {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all .5s ease-out .2s;
    -ms-transition: all .5s ease-out .2s;
    transition: all .5s ease-out .2s;
    width: 30px;
}
.active.has-inner-subnav .inner-sub {
    visibility: visible;  
    opacity: 1; 
}
.has-inner-subnav .inner-sub::after {
    width: 10px;    
    position: absolute;
    top: 0;
    left: -9px;
    height: 100%;
    content: '';
    background: #000;
    border-radius: 12px;

    -webkit-transition: all .5s ease-out .2s;
    -ms-transition: all .5s ease-out .2s;
    transition: all .5s ease-out .2s;

    z-index: 1;
    border: 1px solid #9e8a59;
    opacity: 0;
}
.active.has-inner-subnav .inner-sub::after {
    width: 48px;
    opacity: 1;
}
.has-inner-subnav .inner-sub li {
    margin-left: 1px !important;
}
.has-inner-subnav .inner-sub li:first-child {
    margin-right: 7px;
}
.has-inner-subnav .inner-sub li a{
    z-index: 2;
}
.has-inner-subnav .inner-sub li a::before {
    display: none;
}


/*------Page Navigation------*/




/***************************
    HEADER & PAGE CONTROL
****************************/


/***************************
            FOOTER
****************************/
.footer {
    padding: 20px 53px;
    z-index: 9000;
    position: relative;
}
.twdw-logo {
    float: left;
}
.twdw-logo img {
    display: block;
    width: 110px;
}
.footer p {
    float: left;
    font-size: 12px;
    line-height: 16px;
    color: #a6a785;
    overflow: hidden;
    margin-left: 20%;
    letter-spacing: 0.05em;
    margin-top: 8px;
    margin-bottom: 0;
    font-family: Georgia;
    font-style: italic;
}
.footer p span{
    float: left;
    padding: 0 16px 1px;
    border-right: 1px solid #a6a785;
    font-weight: normal;
}
.footer p span:first-child {
    padding-left: 0;
}
.footer p span:last-child {
    padding-right: 0;
    border-right: none;
}

.footer ul {
    float: right;
    margin-top: 7px;
    margin-bottom: 0;
}
.footer ul li {
    float: left;
    margin-left: 42px;
}
.footer ul li:first-child {
    margin-left: 0;
}
.footer ul li:last-child {
    margin-left: 20px;
}
.footer li a {
    color: #d0d0ab;
    font-size: 16px;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-family: "nimbus-sans-condensed";
    font-weight: 700;
    padding-top: 1px;
    transition: color .3s ease-out;
    -webkit-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    letter-spacing: 0.06em;
}
.footer li .fb ,
.footer li .ig {
    border: none !important;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background-size: 16px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.footer li .fb {
    background-image: url(../images/facebook-sprite.png);    
}
.footer li .ig {
    background-image: url(../images/instagram-sprite.png);    
}
.computer .footer li .fb:hover ,
.computer .footer li .ig:hover {
    background-position: 0 -16px;      
}
.computer .footer li a:hover{
    color: #f3f3bd;
}

.page-subnav .has-subnav > ul > li {
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;  
}
.page-subnav .has-subnav > ul > li.active {
  opacity: 1 !important;
  visibility: visible !important;
}
/*
.page-control_left[data-menu="brandy2"],
.page-control_left[data-menu="tequila2"],
.page-control_left[data-menu="whiskey2"],
.page-control_left[data-menu="vodka2"],
.page-control_left[data-menu="bubbles2"],
.page-control_left[data-menu="cordials2"],
.page-control_left[data-menu="cusiine2"],
.page-control_left[data-menu="gin2"],
.page-control_left[data-menu="rum2"],
.page-control_left[data-menu="sake"],
.page-control_right[data-menu="rum"],
.page-control_right[data-menu="tequila"],
.page-control_right[data-menu="vodka"],
.page-control_right[data-menu="brandy"],
.page-control_right[data-menu="whiskey"],
.page-control_right[data-menu="gin"],
.page-control_right[data-menu="sake"],
.page-control_right[data-menu="bubbles"],
.page-control_right[data-menu="cordials"],
.page-control_right[data-menu="cuisine"] {
  display: none !important;
}
*/

/*****************************
            FOOTER                  
*****************************/



/***************************
        ABOUT SECTIONS
****************************/
.about-contents {
    width: 500px;
    float: left;
    position: relative;
    /*z-index: 101;*/
}
.woc-slide img {
    width: 100%;
    margin-left: -18px;
}
.about-slide img,
.recipes-slide img{
    width: 100%;
}
.about-contents h2{
    font-size: 74px;
    line-height: 74px;
    text-shadow: 3px 2px 0px rgba(51, 54, 27, .75);
    color: #fff4d5;
    margin: 160px 0 4px -9px;
    font-weight: normal;
    letter-spacing: -5px;
    text-transform: uppercase;
}


.de {
    position: relative;
    top: -13px;
    font-size: .7em;
    line-height: 1; 
    display: inline-block;
}
.de::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 5px;
    right: 0;
    height: 6px;
    background: #fff4d5;
    box-shadow: 3px 2px 0px rgba(0, 0, 0, 1), 4px 3px 0px rgba(158, 138, 89, 1);
}
.about-contents .woc-slide h2 {
    margin-top: 175px;
}
p {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
.common-link {
    display: inline-block;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
    color: #d0d0ab;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "mrs-eaves";
    font-weight: 700;
    font-style: normal;  
}
a.common-link.dub-link, 
button.common-link.dub-link{
    width: auto;
    display: inline-block;
    min-width: 210px;
    height: 60px;
    padding: 0 59px 0 59px;
    background: url(../images/dubonnet/cta-left-bg.png) 0 0 no-repeat, url(../images/dubonnet/cta-right-bg.png) right 0 no-repeat;
    background-size: contain;
	margin: 0 auto;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    max-width: 100%;
	border: none;
}
.computer a.common-link.dub-link:hover, 
.computer button.common-link.dub-link:hover{
	background: url(../images/dubonnet/cta-left-bg-hov.png) 0 0 no-repeat, url(../images/dubonnet/cta-right-bg-hov.png) right 0 no-repeat;
	background-size: contain;
}
a.common-link.dub-link .dub-link-inner, 
button.common-link.dub-link .dub-link-inner {
    display: block;
	width: 120px;
    height: 60px;
    background: url(../images/dubonnet/cta-center-bg.png) 0 0 repeat;
	background-size: contain;
    font-size: 27px;
    line-height: 36px;
    font-family: "Bourbon";
    font-weight: 400;
    color: #d0d0ab;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .04em;
}


.computer a.common-link.dub-link:hover .dub-link-inner {
	background: url(../images/dubonnet/cta-center-bg-hov.png) 0 0 repeat;
	background-size: contain;
}
.computer button.common-link.dub-link:hover .dub-link-inner {
	background: url(../images/dubonnet/cta-center-bg-hov.png) 0 0 repeat;
	background-size: contain;
}
a.common-link.dub-link .dub-link-inner span, button.common-link.dub-link .dub-link-inner span {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
button.common-link.dub-link .dub-link-inner {line-height: 54px; }
.common-link.ddc_sp {
    background-image: url(../images/instagram-hov.png);
    background: url(../images/instagram.png) left 0 no-repeat;
    background-size: contain;
    padding-right: 0 !important;
    padding-left: 20px;
    font-size: 14px;
    line-height: 14px;
    padding-top: 1px;
}
.computer .common-link.ddc_sp:hover {
    background-image: url(../images/instagram-hov.png);
}
.lowZ99 {
    z-index: -98 !important;
}
.lowZ101 {
    z-index: 99 !important;
}
.homePageRecipeImg {
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
}
.main-bottle {
    float: right;
    width: 360px;
    position: relative;	
}
.placeholder-bottle {
    width: 100%;
    position: relative;
    max-height: 100%;
    visibility: hidden;
}
.main-ddc_bottle {
    position: absolute;
    left: 50%;
    top: -113px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    pointer-events: none;
    z-index: 100;
}
.heritage {
    position: absolute;
    left: 45%;
    top: 93px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    pointer-events: none;
    z-index: 100;
    width: 480px;
}
	
.heritage.about3 {
    top: -40px;
}
.main-ddc_cocktail {
    position: absolute;
    left: 70%;
	top: 266px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    pointer-events: none;
    z-index: 99;
}

/*-----Recipe Slide------*/
.untouchable {
    -webkit-user-select: none;       
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;   
    pointer-events: none;      
}
.about-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.about-slide-img img{
    position: absolute;
    display: block;
    pointer-events: none;    
    z-index: 2;
    -webkit-user-select: none;       
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;    
}
.recipe-slide-img img {
    top: 304px;
    width: 306px;
}
.recipe-slide-right {
    left: 251px;
}
.recipe-slide-left {
    left: -213px;
}
/*-----Recipe Slide------*/

/*-----Boty Slide------*/
.boty-slide-img img {
    top: 328px;
    width: 310px;
}
.boty-slide-right {
    left: 238px;
}
.boty-slide-left {
    left: -186px;
}

.boty-winnerInfo span {
  display: block;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0;
}
.boty-winnerInfo {
  text-align: right;
  position: absolute;
  white-space: nowrap;
  left: -300px;
  top: 628px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  -ms-transition-duration: 200ms;

  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  opacity: 1;
}
.anim-hidden .boty-winnerInfo {
    opacity: 0;
    visibility: hidden;
    transition-delay: 300ms !important;
    -ms-transition-delay: 300ms !important;
    -webkit-transition-delay: 300ms !important;
}
/*-----Boty Slide------*/

/*-----Social Slide-----*/
.social-slide {
  width: 1184px;
  height: 1184px;    
  position: absolute;
  top: -264px;
  left: 50%;
  /*
  transform: translateX(-50%) scale(.5) perspective(1px);
  -webkit-transform: translateX(-50%) scale(.5) perspective(1px);
  -ms-transform: translateX(-50%) scale(.5) perspective(1px);*/
  transform: translateX(-50%) scale(1) perspective(1px);
  -webkit-transform: translateX(-50%) scale(1) perspective(1px);
  -ms-transform: translateX(-50%) scale(1) perspective(1px);
/*
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;*/
  z-index: 99;
}
.social-slide.scalingUp{
  transform: translateX(-50%) scale(1) perspective(1px);
  -webkit-transform: translateX(-50%) scale(1) perspective(1px);
  -ms-transform: translateX(-50%) scale(1) perspective(1px);

}
.social-feed-container {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0;
  list-style: none;
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

  transition: 0s;
  -webkit-transition: 0s;
  -ms-transition: 0s;
}
.social-feed-container.outer-feed {
    background-image: url(../images/social-outer_line.png);    
}
.social-feed-container.mid-feed { 
    width: 942px;
    height: 942px;
    top: 122px;
    background-image: url(../images/social-mid_line.png);
}
.social-feed-container.inner-feed { 
    width: 684px;
    height: 684px;
    top: 244px;
    background-image: url(../images/social-inner_line.png);
}
.social-feed-container li {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: 126px;
  margin: -63px;
}
.social-feed-container li span{
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    text-align: center;
}

.social-feed-container li a{
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid transparent;
    /*font-size: 0px; */
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.social-feed-container li a img {
    margin: 0 auto;
    width: 114px;
    height: 114px;
    display: block;
    border-radius: 50%;
}

.computer .social-feed-container li a:hover {
    transform: scale(1.1, 1.1) translate3d(0,0,1px) perspective(1px);   
    -webkit-transform: scale(1.1, 1.1) translate3d(0,0,1px) perspective(1px);   
    -ms-transform: scale(1.1, 1.1) translate3d(0,0,1px) perspective(1px);   
}
.computer.edge .social-feed-container li a:hover,
.computer.internet-explorer .social-feed-container li a:hover {
    transform: scale(1, 1) translate3d(0,0,0) perspective(0);   
    -webkit-transform: scale(1, 1) translate3d(0,0,0) perspective(0);   
    -ms-transform: scale(1, 1) translate3d(0,0,0) perspective(0);   
}
.computer .social-feed-container li a:hover {
    border-color: #d0d0ab;  
}
.social-feed-container.outer-feed li:nth-of-type(1) img,
.social-feed-container.outer-feed li:nth-of-type(2) img,
.social-feed-container.outer-feed li:nth-of-type(4) img,
.social-feed-container.inner-feed li:nth-of-type(3) img,
.social-feed-container.inner-feed li:nth-of-type(6) img,
.social-feed-container.inner-feed li:nth-of-type(8) img,
.social-feed-container.mid-feed li:nth-of-type(5) img,
.social-feed-container.mid-feed li:nth-of-type(7) img,
.social-feed-container.outer-feed li:nth-of-type(5) img,
.social-feed-container.outer-feed li:nth-of-type(6) img, 
.social-feed-container.mid-feed li:nth-of-type(9) img,
.social-feed-container.outer-feed li:nth-of-type(8) img{
    width: 92px;
    height: 92px;   
}  
.social-feed-container.mid-feed li:nth-of-type(1) img,
.social-feed-container.mid-feed li:nth-of-type(2) img,
.social-feed-container.mid-feed li:nth-of-type(4) img,
.social-feed-container.mid-feed li:nth-of-type(6) img {
    width: 69px;  
    height: 69px; 
}

.social-feed-container.outer-feed li:nth-of-type(5) {
    opacity: 0 !important;
    pointer-events: none;
}
.social-collapsed {
    transform:  rotate(90deg)translate(0px)  !important;
    -ms-transform: rotate(90deg) translate(0px)  !important;
    -webkit-transform: rotate(90deg) translate(0px)  !important;
}  
.will-translate {
    -webkit-transition: transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);  
}
.social-feed-container li:nth-of-type(1) {
    -webkit-transform: rotate(-196deg) translate(592px) rotate(196deg);
    -ms-transform: rotate(-196deg) translate(592px) rotate(196deg);
    transform: rotate(-196deg) translate(592px) rotate(196deg);
}
.social-feed-container li:nth-of-type(2) {
    -webkit-transform: rotate(-154deg) translate(592px) rotate(154deg);
    -ms-transform: rotate(-154deg) translate(592px) rotate(154deg);
    transform: rotate(-154deg) translate(592px) rotate(154deg);
}
.social-feed-container li:nth-of-type(3) {
    -webkit-transform: rotate(-139deg) translate(592px) rotate(141deg);
    -ms-transform: rotate(-139deg) translate(592px) rotate(141deg);
    transform: rotate(-139deg) translate(592px) rotate(141deg);
}
.social-feed-container li:nth-of-type(4) {
    -webkit-transform: rotate(-122deg) translate(592px) rotate(122deg);
    -ms-transform: rotate(-122deg) translate(592px) rotate(122deg);
    transform: rotate(-122deg) translate(592px) rotate(122deg);
}
.social-feed-container li:nth-of-type(5) {
    -webkit-transform: rotate(-42deg) translate(592px) rotate(42deg);
    -ms-transform: rotate(-42deg) translate(592px) rotate(42deg);
    transform: rotate(-42deg) translate(592px) rotate(42deg);
}
.social-feed-container li:nth-of-type(6) {
    -webkit-transform: rotate(-24deg) translate(592px) rotate(24deg);
    -ms-transform: rotate(-24deg) translate(592px) rotate(24deg);
    transform: rotate(-24deg) translate(592px) rotate(24deg);
}
.social-feed-container li:nth-of-type(7) {
    -webkit-transform: rotate(8deg) translate(592px) rotate(-8deg);
    -ms-transform: rotate(8deg) translate(592px) rotate(-8deg);
    transform: rotate(8deg) translate(592px) rotate(-8deg);
}
.social-feed-container li:nth-of-type(8) {
    -webkit-transform: rotate(-8.5deg) translate(592px) rotate(8.5deg);
    -ms-transform: rotate(-8.5deg) translate(592px) rotate(8.5deg);
    transform: rotate(-8.5deg) translate(592px) rotate(8.5deg);
}


/*mid*/
.social-feed-container.mid-feed li:nth-of-type(1) {
    -webkit-transform: rotate(-58deg) translate(471px) rotate(58deg);
    -ms-transform: rotate(-58deg) translate(471px) rotate(58deg);
    transform: rotate(-58deg) translate(471px) rotate(58deg);
}
.social-feed-container.mid-feed li:nth-of-type(2) {
    -webkit-transform: rotate(-26deg) translate(471px) rotate(26deg);
    -ms-transform: rotate(-26deg) translate(471px) rotate(26deg);
    transform: rotate(-26deg) translate(471px) rotate(26deg);
}
.social-feed-container.mid-feed li:nth-of-type(3) {
    -webkit-transform: rotate(20deg) translate(471px) rotate(-20deg);
    -ms-transform: rotate(20deg) translate(471px) rotate(-20deg);
    transform: rotate(20deg) translate(471px) rotate(-20deg);
}
.social-feed-container.mid-feed li:nth-of-type(4) {
    -webkit-transform: rotate(-116deg) translate(471px) rotate(116deg);
    -ms-transform: rotate(-116deg) translate(471px) rotate(116deg);
    transform: rotate(-116deg) translate(471px) rotate(116deg);
}
.social-feed-container.mid-feed li:nth-of-type(5) {
    -webkit-transform: rotate(-133deg) translate(471px) rotate(133deg);
    -ms-transform: rotate(-133deg) translate(471px) rotate(133deg);
    transform: rotate(-133deg) translate(471px) rotate(133deg);
}
.social-feed-container.mid-feed li:nth-of-type(6) {
    -webkit-transform: rotate(-150deg) translate(471px) rotate(150deg);
    -ms-transform: rotate(-150deg) translate(471px) rotate(150deg);
    transform: rotate(-150deg) translate(471px) rotate(150deg);
}
.social-feed-container.mid-feed li:nth-of-type(7) {
    -webkit-transform: rotate(-189deg) translate(471px) rotate(189deg);
    -ms-transform: rotate(-189deg) translate(471px) rotate(189deg);
    transform: rotate(-189deg) translate(471px) rotate(189deg);
}
.social-feed-container.mid-feed li:nth-of-type(8) {
    -webkit-transform: rotate(-206deg) translate(471px) rotate(206deg);
    -ms-transform: rotate(-206deg) translate(471px) rotate(206deg);
    transform: rotate(-206deg) translate(471px) rotate(206deg);
}
.social-feed-container.mid-feed li:nth-of-type(9) {
    -webkit-transform: rotate(-5deg) translate(471px) rotate(5deg);
    -ms-transform: rotate(-5deg) translate(471px) rotate(5deg);
    transform: rotate(-5deg) translate(471px) rotate(5deg);
}
.social-feed-container.mid-feed li:nth-of-type(10) {
    -webkit-transform: rotate(-89deg) translate(471px) rotate(89deg);
    -ms-transform: rotate(-89deg) translate(471px) rotate(89deg);
    transform: rotate(-89deg) translate(471px) rotate(89deg);
}
/*mid*/


/*inner*/
.social-feed-container.inner-feed li:nth-of-type(1) {
    -webkit-transform: rotate(-58deg) translate(342px) rotate(58deg);
    -ms-transform: rotate(-58deg) translate(342px) rotate(58deg);
    transform: rotate(-58deg) translate(342px) rotate(58deg);
}
.social-feed-container.inner-feed li:nth-of-type(2) {
    -webkit-transform: rotate(-26deg) translate(342px) rotate(26deg);
    -ms-transform: rotate(-26deg) translate(342px) rotate(26deg);
    transform: rotate(-26deg) translate(342px) rotate(26deg);
}
.social-feed-container.inner-feed li:nth-of-type(3) {
    -webkit-transform: rotate(2deg) translate(342px) rotate(-2deg);
    -ms-transform: rotate(2deg) translate(342px) rotate(-2deg);
    transform: rotate(2deg) translate(342px) rotate(-2deg);
}
.social-feed-container.inner-feed li:nth-of-type(4) {
    -webkit-transform: rotate(30deg) translate(342px) rotate(-30deg);
    -ms-transform: rotate(30deg) translate(342px) rotate(-30deg);
    transform: rotate(30deg) translate(342px) rotate(-30deg);
}
.social-feed-container.inner-feed li:nth-of-type(5) {
    -webkit-transform: rotate(-117deg) translate(342px) rotate(117deg);
    -ms-transform: rotate(-117deg) translate(342px) rotate(117deg);
    transform: rotate(-117deg) translate(342px) rotate(117deg);
}
.social-feed-container.inner-feed li:nth-of-type(6) {
    -webkit-transform: rotate(-142deg) translate(342px) rotate(142deg);
    -ms-transform: rotate(-142deg) translate(342px) rotate(142deg);
    transform: rotate(-142deg) translate(342px) rotate(142deg);
}
.social-feed-container.inner-feed li:nth-of-type(7) {
    -webkit-transform: rotate(-196deg) translate(342px) rotate(196deg);
    -ms-transform: rotate(-196deg) translate(342px) rotate(196deg);
    transform: rotate(-196deg) translate(342px) rotate(196deg);
}
.social-feed-container.inner-feed li:nth-of-type(8) {
    -webkit-transform: rotate(-221deg) translate(342px) rotate(221deg);
    -ms-transform: rotate(-221deg) translate(342px) rotate(221deg);
    transform: rotate(-221deg) translate(342px) rotate(221deg);
}

.social-feed-container.inner-feed li:nth-of-type(9) {
    -webkit-transform: rotate(-168deg) translate(342px) rotate(168deg);
    -ms-transform: rotate(-168deg) translate(342px) rotate(168deg);
    transform: rotate(-168deg) translate(342px) rotate(168deg);
}
/*inner*/

/*-----Social Slide-----*/

/*-------Overlay Section------*/
.has-overlay .brand-logo,
.menu-opened .brand-logo,
.menu-opened .nav-icon,
.has-about_info .brand-logo,
.has-contact_open .brand-logo ,
.has-privacy .brand-logo{
    z-index: 20000;
}
.has-agegate .brand-logo {
    z-index: 2000000;
}

.has-overlay .brand-logo,
.menu-opened .brand-logo,
.has-about_info .brand-logo,
.has-contact_open .brand-logo ,
.has-privacy .brand-logo{
    pointer-events: none;
}


.overlay.instagram-main_post,
.overlay.about-us_info,
.overlay.about-galleries,
.overlay.heritage-galleries {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.overlay-detail {
    padding: 20px 20px;
    width: 410px;
    min-height: 100px;
    margin: 0 auto;
    position: relative;
    background: url(../images/recipe-gph.png) 0 0 no-repeat,url(../images/recipe-gph.png) 0 100% no-repeat,url(../images/recipe-gph.png) 100% 0 no-repeat,url(../images/recipe-gph.png) 100% 100% no-repeat;
    background-size: 15px auto, 15px auto, 15px auto, 15px auto;
    
}
.overlay-detail::before {
    position: absolute;
    content: '';
    left: 6px;
    right: 6px;
    top: 21px;
    bottom: 21px;
    border-left: 2px solid rgba(208,208,171,.5);
    border-right: 2px solid rgba(208,208,171,.5);
    border-top: none;
    border-bottom: none;
    pointer-events:none;
}
.overlay-detail::after {
    position: absolute;
    content: '';
    left: 21px;
    right: 21px;
    top: 6px;
    bottom: 6px;
    border-top: 2px solid rgba(208,208,171,.5);
    border-bottom: 2px solid rgba(208,208,171,.5);
    pointer-events:none;
}
.overlay-control a{
    position: absolute;
    text-indent: -9999px;
}

.overlay-control a::after,
.page-control_elem::after {
    width: 220%;
    height: 220%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: '';
}
.posts-previous,
.posts-next {
    width: 33px;
    height: 65px;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    -webkit-transition: all .5s ease-out, width 0s, height 0s;
    -o-transition: all .5s ease-out, width 0s, height 0s;
    transition: all .5s ease-out, width 0s, height 0s;
}
.posts-previous {
    left: -72px;
    background-image: url(../images/main-arrow_left.png);
}
.computer .posts-previous:hover {
    left: -77px;
}
.posts-next {
    right: -72px;
    background-image: url(../images/main-arrow_right.png);
}
.computer .posts-next:hover {
    right: -77px;
}
.overlay-close {
    width: 33px;
    height: 33px;
    left: 50%;
    bottom: -55px;
    margin-left: -16px;
    display: block;
    background: url(../images/overlay-close.png) 0 0 no-repeat;
    background-size: contain;  

    -webkit-transition: -webkit-transform 1s ease-out, bottom .5s ease-out;
    -ms-transition: -ms-transform 1s ease-out, bottom .5s ease-out;
    transition: transform 1s ease-out, bottom .5s ease-out;
}
.computer .overlay-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    bottom: -62px;
  
}
/*-------Overlay Section------*/

/*-------Instagram Overlay------*/
.insta-img_container {
    position: relative;
}
.insta-img_container img {
    width: 100%;
}
.insta-img_container span {
    height: 20px;
     width: 20px;
     display: block;
     position: absolute;
     left: 11px;
     top: 11px;
     background: url(../images/instagram-hov.png) 0 0 no-repeat;
     background-size: contain;
}
.instagram-posts p{
    background: #fff;
    color: #000;
    letter-spacing: 0;
    padding: 13px 20px 17px;
    margin: 0;
}
.instagram-posts p a{
    color: #9e8a59;
}
.computer .instagram-posts p a:hover {
    text-decoration: underline;
}
/*-------Instagram Overlay------*/

/*-------Menu Overlay------*/
.overlay.main-menu,
.overlay.contact-us,
.overlay.agegate-overlay,
.overlay.privacy_policy {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: rgba(117,127,77,1) url(../images/agegate-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}/*
.overlay.agegate-overlay {
    background-image: url(../images/menu-bg.png);
}*/
.menu-opened .overlay.main-menu,
.has-contact_open .overlay.contact-us,
.has-agegate .overlay.agegate-overlay,
.has-privacy .overlay.privacy_policy {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;  
    overflow: auto;
}
.has-intagram_info .overlay.instagram-main_post,
.has-about_info .overlay.about-us_info,
.has-gallery .overlay.about-galleries,
.has-heritage .overlay.heritage-galleries{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;   
    overflow: auto;    
}
.main-menu .overlay-container {
    margin: 0;
}
.full-width_nav{
    width: 410px;
    margin: 25px auto 0;
}
.full-width_nav li {
    margin-bottom: 73px;
    text-align: center;
}
.full-width_nav li:last-child {
    margin-bottom: 0;
}
.full-width_nav li a{
    text-align: center;
    display: inline-block;
    font-size: 65px;
    line-height: 72px;
    text-shadow: 3px 2px 0px rgba(0, 0, 0, 1), 4px 3px 0px rgba(158, 138, 89, 1);
    color: #fff4d5;
    margin: 0;
    font-family: "Bourbon";
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}
.computer .full-width_nav li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 2px;
    background: #fff4d5;
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -ms-transition: opacity .5s;
}
.computer .full-width_nav li:hover a::after {
    opacity: 1;
}
.nav-icon strong,
.contact-close_icon strong {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: url(../images/overlay-close.png) center center no-repeat ;
    background-size: 25px auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    -webkit-transition: transform 1s;
    -ms-transition: transform 1s;
    transition: transform 1s;
}
.menu-opened .nav-icon span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.menu-opened .nav-icon strong,
.has-contact_open .contact-close_icon strong {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg) translateZ(0) perspective(1px);
    -ms-transform: rotate(0deg) translateZ(0) perspective(1px);
    transform: rotate(0deg) translateZ(0) perspective(1px);
}
.computer.menu-opened .nav-icon:hover strong,
.computer.has-contact_open .contact-close_icon:hover strong {
    -webkit-transform: rotate(180deg) translateZ(0) perspective(1px);
    -ms-transform: rotate(180deg) translateZ(0) perspective(1px);
    transform: rotate(180deg) translateZ(0) perspective(1px);
}

.overlay.main-menu .footer,
.overlay.agegate-overlay .footer,
.overlay.contact-us .footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
/*-------Menu Overlay------*/

/*-------Intro page--------*/
.wrapper.about-inner-pages {
    background: url(../images/intro-bg.png) center center repeat;
	background-color: #787d4e;
}
.wrapper.about-inner-pages .vertically-center {
    background: none;
    padding-top: 0;
    padding-bottom: 36px;
}

.wrapper.about-inner-pages .page-navigation ,
.wrapper.recipe-inner_pages .page-navigation{
    bottom: 0;
}
.about-inner-pages .about-contents,
.recipe-inner_pages .about-contents {
    width: auto;
    float: none;
    text-align: center;
}
.about-inner-pages .about-contents h2 {
    margin-top: 224px;
}
.about-inner-pages .about-contents p {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.about-inner-pages .about-contents img {
    width: auto;
    pointer-events: none;
    position: relative;
    left: 35%;
    top: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-user-select: none;       
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
	margin-top: 125px;    
}
.gallery-section .overlay-detail {
    overflow: hidden;
    width: 100%;
}
.gallery-section .overlay-detail a {
    width: 100%;
    padding: 0;
}
/*-------Intro page--------*/

/*-------Origin page--------*/
.foreground-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.origin-foreground {
    background-image: url(../images/brandy-bg.jpg);
}

.origin-slide ,
.process-slide ,
.ingredients-slide,
.recipes-slide,
.boty-slide,
.woc-slide{
    text-align: left;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 11;
}

.origin-slide ,
.process-slide ,
.ingredients-slide {
    height: auto !important;
}

.about-slide,
.intro-slide {
    position: relative;
	top: 70px;
}
.recipes-slide {
    top: 70px;
}
.about-inner-pages .origin-slide p ,
.about-inner-pages .process-slide p ,
.about-inner-pages .ingredients-slide p{
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.about-inner-pages .process-slide p {
   /* margin-left: auto !important; */
}
.about-inner-pages .about-contents .origin-slide h2 ,
.about-inner-pages .about-contents .process-slide h2 ,
.about-inner-pages .about-contents .ingredients-slide h2{
    margin-top: 255px;
}

.plus-pointer {
    width: 39px;
    height: 40px;
    background: url(../images/plus-toggle.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    text-indent: -999999px;
    border-radius: 50%;
    position: absolute;
    right: 30%;
    top: 30%;
    text-align: left;
    z-index: 8900;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
}
.plus-pointer::after {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/plus.png) center center no-repeat;
    background-size: contain;
    content: '';
    width: 100%;
    height: 100%;    
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
}

.computer .plus-pointer:hover {
    transform: scale(1.07, 1.07) translateZ(0) perspective(1px); 
    -webkit-transform: scale(1.07, 1.07) translateZ(0) perspective(1px); 
    -ms-transform: scale(1.07, 1.07) translateZ(0) perspective(1px); 
}
.computer .plus-pointer:hover::after {    
    transform: rotate(180deg) translateZ(0) perspective(1px);
    -webkit-transform: rotate(180deg) translateZ(0) perspective(1px);
    -ms-transform: rotate(180deg) translateZ(0) perspective(1px); 
}
.anim-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.process-foreground {
    background-image: url(../images/process-bg-v2.png);
}

.process-slide {
    text-align: left;
}
.process-foreground .first_one {
    right: auto;
    top: 63%;
    left: 40%;
}
.process-foreground .second_one {
    right: auto;
    top: 18%;
    left: 23%;
}
.ingredients-foreground {
    background-image: url(../images/ingredients-bg.png);
}
.ingredients-foreground .first_one {
    right: 16%;
    top: 29%;
}

.ingredients-foreground .second_one {
    right: 35%;
    top: 54%;
}
.about-us_info .overlay-container {
    width: 820px;
    text-align: center;
}
.about-us_info h2,
.privacy_policy h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #fff4d5;
    margin: 0 0 15px;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
}
.privacy_policy .about-info_detail {
    width: auto;
    float: none;
}

.about-us_info .overlay-detail {
    width: auto !important;
}
.about-img_container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-origin_info {
    background-image: url(../images/about-info-image.jpg);    
}
.about-info_detail {
    width: 50%;
    background-color: #d0d0ab;
    float: right;
    padding: 18px 24px 20px;
    position: relative;
}
.about-info_detail p {
    color: #000;
    text-align: left;
    margin-bottom: 24px;
}
.about-info_detail p:last-child {
    margin-bottom: 0;
}
/*-------Origin page--------*/



/*-------Recipes page--------*/
.clickable {
    cursor: pointer !important;    
}
.wrapper.recipe-inner_pages .vertically-center {
    padding-top: 0;
    padding-bottom: 36px;
}
.container.recipes-container {
    max-width: 1240px;
}
.featured-cocktails .recipe-container_main {
    /*max-width: 990px; */
    max-width: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.for-group_recipes {
    margin-top: 77px;
}

.recipe-inner_pages .about-contents .largest {
    font-size: 130px;
    line-height: 92px;
    letter-spacing: 35px;
    margin: 0 0 49px !important;
    color: #d0d0ab;
    text-shadow: 3px 2px 0px rgba(51, 54, 27, .75);
}
.largest > span {
    font-weight: 400;
    font-style: italic; 
    font-size: 28px;
    line-height: 1;
    text-shadow: none;
    text-transform: none;
    letter-spacing: .1em;
    display: block;
    margin-bottom: 25px;
    margin-right: 33px;
    opacity: 0;
    visibility: hidden;
    pointer-events:none;

}
.largest > span span {
    padding: 0 135px 10px;
    display: inline-block;
}
.categorized-cocktails .for-group_recipes {
    margin-top: 113px;
}
.recipes  .for-group_recipes {
    opacity: 0;
    pointer-events: none;
}
.header-foregrounds .categorized-cocktails {
    height: auto;
}

.nameToTop.for-group_recipes {
    opacity: 0;
    visibility: hidden;
    top: -20vh !important;
}
.categorized-cocktails {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}
.food-recipes .image-front {
    width: 226px;
    transform: translate3d(0px, 198px, 0);
    -webkit-transform: translate3d(0px, 198px, 0);
    -ms-transform: translate3d(0px, 198px, 0);
}
.recipe-item {
    width: 242px;
    height: 518px;
    padding: 0 32px;
    position: relative;
    display: inline-block;
}
.recipe-image {
    position: absolute;
    bottom: 82px;
    left: 0;
    height: 440px;
    width: 100%;
    display: block;
}
.recipe-detail .recipe-image {
    width: 50%;
    height: 100%;
    bottom: auto;
    top: -14px;
}

.recipe-image::before{
    width:818px;
    height: 818px;
    content: '';
    position: absolute;
    top: -310px;
    left: 50%;
    transform: translate(-50%);  
    -webkit-transform: translate(-50%);  
    -ms-transform: translate(-50%);    
    background-image: url(../images/recipes-image-hov.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    transition: all .2s, width 0s, height 0s;
    -webkit-transition: all .2s, width 0s, height 0s;
    -ms-transition: all .2s, width 0s, height 0s;
    pointer-events: none;
}
.recipe-detail .recipe-image::before {
    background-image: url(../images/img-shadow-lg.png);
    width: 995px;
    height: 908px;
    left: 0;
    transform: translate(0);  
    -webkit-transform: translate(0);  
    -ms-transform: translate(0); 
    top: -200px;
}
.recipe-detail .recipe-image::before,
.computer .recipe-image:hover::before{
    opacity: 1;
    visibility: visible;
}
.recipe-detail-outer {
    padding: 0;
    width: 960px;
    height: 723px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -480px;
    top: 0;
}
.recipe-detail {
    padding: 0;
    width: 1020px;
    height: 723px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -510px;
}
.recipe-detail .image-front {
    transform: translate3d(0, -182px, 0);
    -webkit-transform: translate3d(0, -182px, 0);
    -ms-transform: translate3d(0, -182px, 0);
    width: 92%;     
}
.recipe-detail.food-details .image-front {
    transform: translate3d(-40px, 88px, 0);
    -webkit-transform: translate3d(-40px, 88px, 0);
    -ms-transform: translate3d(-40px, 88px, 0);
    width: 100%;
}

.image-front {
    width: 270px;
    display: inline-block !important;
    pointer-events: none;
    cursor: none;
    transform: translate3d(-16px, -15px, 0);
    -webkit-transform: translate3d(-16px, -15px, 0);
    -ms-transform: translate3d(-16px, -15px, 0);
    transition: margin .5s;
    -webkit-transition: margin .5s;
    -ms-transition: margin .5s;
}
.recipe-name {
    width: 100%;
    height: 44px;
    display: block;
    padding: 0 5px 2px;

    -webkit-transition: all .5s ease-out, width 0s, height 0s;
    -ms-transition: all .5s ease-out, width 0s, height 0s;
    transition: all .5s ease-out, width 0s, height 0s;

    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);    
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: "Bourbon";
    color: #d0d0ab;
}
.hideToBottom.recipe-name {
    visibility: hidden;
    opacity: 0;
    bottom: -200px;
}
.recipe-name.recipe-name_large {
    width: auto;
    display: inline-block;
    min-width: 379px;
    height: 87px;
    padding: 0 28px 0 29px;
    background: url(../images/name-decor-left-lg.png) 0 0 no-repeat, url(../images/name-decor-right-lg.png) right 0 no-repeat;
    margin: 80px auto 52px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    max-width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    text-indent: -9999px;
}

.recipe-name-inner {
    display: block;
    height: 59px;
    background: url(../images/name-decor-mid.png) 0 0 repeat;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #fff4d5;
    text-transform: uppercase;
    position: relative;
}
.recipe-name_large .recipe-name-inner {
    height: 87px;
    font-size: 40px;
    line-height: 41px;
    background: url(../images/name-decor-mid-lg.png) 0 0 repeat;
    text-shadow: 3px 2px 0px rgba(0, 0, 0, 1), 4px 3px 0px rgba(158, 138, 89, 1);
    padding: 2px 50px 0;
}
.recipe-name span {
    top: 0;
}
.recipe-name-inner span {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
}



.recipe-detail::before,
.recipe-detail::after,
.recipe-ingredients li::before,
.recipe-ingredients li::after{
    content: '';
    display: table;
    clear: both;
}
.recipe-item_detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-style: normal;
}
.recipe-ingredients {
    width: 50%;
    text-align: left;
    float: right;
    color: #fff4d5; 
    margin-top: -86px;   
}
.recipe-ingredients ul {
    margin-bottom: 6px;
    overflow: hidden;
}
.recipe-ingredients li {
    margin: 0 0 14px;
}
.recipe-ingredients .amount,
.recipe-ingredients .ingredient-texts {
    display: table-cell;
    vertical-align: middle;
}
.recipe-ingredients .amount {
    padding-right: 8px;
    border-right: 1px solid rgba(255,244,213, .3);
}

.recipe-ingredients .number {
    font-size: 30px;  
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.recipe-ingredients .unit {
    font-size: 20px;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 2px;
    letter-spacing: 1px;
}
.recipe-ingredients .number {
    min-width: 40px;
}
.recipe-ingredients .unit {
    min-width: 28px;
}
.recipe-ingredients .ingredient-texts {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    padding-left: 14px;
    text-transform: uppercase;
}
.recipe-ingredients p {
    max-width: none !important;
    text-align: left !important;
    margin-bottom: 23px;
    text-transform: none;
}

.recipe-ingredients .special {
    margin-bottom: 9px;
}
.recipe-ingredients .special .ingredient-texts {
    padding-left: 0;
}
.detail-seperator {
    display: block;
    height: 3px;
    background: url(../images/detail-seperator.png) 0 0 no-repeat;
    background-size: contain;
    margin-bottom: 18px;
}
.dub-seperator {
    display: block;
    height: 4px;
    background: url(../images/dubonnet/dub-divider.png) right 0 no-repeat;
    background-size: auto 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 19px;
}
.recipe-ingredients h5 {
    margin: 23px 0 15px;
}
.recipe-ingredients h5 span {
    display: block;
    margin-bottom: 3px;
}
.recipe-ingredients h5 span:first-child {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.recipe-ingredients h5 span:last-child {
    font-size: 34px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.recipe-back {
    float: left;
    margin-right: 20px;
    padding-left: 20px;
    background: url(../images/page-back.png) 0 center no-repeat;
    background-size: auto 14px;
    font-family: "Bourbon";
    font-weight: 400;
    letter-spacing: .05em;
    color: #d0d0ab;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1;
    padding-bottom: 2px;
    margin-left: 35px;
}
.computer .recipe-back:hover {
    background-image: url(../images/page-back-hov.png);
    color: #f3f3bd;
}
.recipe-share{
    float: left;
    padding-left: 20px;
    border-left: 3px solid #8b2332;    
}
.recipe-share span, 
.recipe-share a{
    float: left;
}
.recipe-share span {
    font-family: "Bourbon";
    font-weight: 400;
    letter-spacing: .05em;
    color: #d0d0ab;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1;
    padding-bottom: 2px;    
}
.recipe-share a{
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-top: 5px;
}
.facebook-share {
    background-image: url(../images/facebook-share.png);  
    margin-left: 23px;
}
.twitter-share {
    background-image: url(../images/twitter-share.png);    
}
.pinterest-share {
    background-image: url(../images/pinterest-share.png);    
}

.computer .facebook-share:hover {
    background-image: url(../images/facebook-share-hov.png);  
}
.computer .twitter-share:hover {
    background-image: url(../images/twitter-share-hov.png);    
}
.computer .pinterest-share:hover {
    background-image: url(../images/pinterest-share-hov.png);    
}

.detail-seperator + .collapsible-section {
    padding-top: 7px;
}
.collapsible-section {
    padding: 0 0 12px;
    transition: padding .5s ease-out;
    -webkit-transition: padding .5s ease-out;
    -ms-transition: padding .5s ease-out;
}

.collapsible-section.open {
    padding-bottom: 25px;
}
.collapsible-section h4 {
    font-size: 35px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 3.5px;
    margin-bottom: 9px;
}
.collapsible-section h3 {
    font-size: 25px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: #9e8a59;
    margin: 7px 0 16px;
    text-transform: none;
}
.collapsible-section h4 span {
    cursor: pointer;
    float: left;
    padding-right: 40px;
    background: url(../images/collapse-icon.png) right -32px no-repeat;
}

.collapsible-section.open h4 span,
.computer .collapsible-section h4 span:hover  {
    -ms-background-position-y: -2px;
     background-position-y: -2px; 
}
.computer .collapsible-section.open h4 span:hover  {
    -ms-background-position-y: -32px;
     background-position-y: -32px; 
}
.vr-scrollable {
    height: 460px;
    overflow: hidden;
}
.about-contents .vr-scrollable {
    height: 400px;
    overflow: hidden;
}

.mCSB_inside > .mCSB_container {
    margin-right: 19px;
}
.mCSB_scrollTools {
    width: 4px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #33361b;
    opacity: .5;
    width: 4px;
    border-radius: 2px;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d0d0ab !important;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    opacity: 1 !important;
    width: 4px;
}
.mCSB_scrollTools {
    opacity: 1 !important;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.page-navigation > ul > li.cocktailSpecialNav.onLeft:nth-child(2) {
    left: 80px;
}

.cocktailSpecialNav.inner-item-active + li,
.cocktailSpecialNav.inner-item-active + li + li {
    opacity: 0;
    visibility: hidden;
}
/*-------Recipes page--------*/





/***************************
        ABOUT SECTIONS
****************************/
.overlay.agegate-overlay {
    z-index: 999999;
}
.agegate-overlay .overlay-container {
    width: 450px;
    /*margin-top: 0;*/
    text-align: center;
}
.agegate-overlay h1 {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    text-shadow: 3px 2px 0px rgba(0, 0, 0, 1), 4px 3px 0px rgba(158, 138, 89, 1);
    color: #fff4d5;
    margin: 70px 0 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.agegate-overlay .overlay-container p{
    margin-bottom: 22px;
    font-size: 26px;
    color: #fff4d5;
	line-height: 32px;
}

.agegate-overlay .row {
    margin-left: -10px;
    margin-right: -10px;
}
.one-third {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 33.3333%;
    margin-top: 13px;
    margin-bottom: 0;
}
.one-third:last-child {
    float: right;
}
.select-container.diff-font a.chosen-single{
    font-weight: 400;
    font-style: normal;    
    padding-top: 0;  
}
.remember-me {
    display: inline-block;
    margin: 24px 0;
}
.remember-me label {
    float: left;
}
.age-seperator {
    height: 10px;
    background: url(../images/age-seperator.png) center center no-repeat;
    display: block;
    margin: 32px 0;
}
.age-gate-btns .btn {
    min-width: 195px;
}
/*-------Agegate page--------*/

/*-------Contact page--------*/
.contact-us .overlay-container {
    width: 640px;
    text-align: center;
}
.contact-us h2 {
    font-size: 60px;
    line-height: 60px;
    text-shadow: 3px 2px 0px rgba(51, 54, 27, .75);
    color: #fff4d5;
    margin: 0 0 8px 0;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;    
    text-align: center;
    font-family: "Bourbon";
}
.contact-us .overlay-container p {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    color: #fff4d5;
    font-size: 22px;
    line-height: 26px;    
}
.contact-us .overlay-container p a {
    color: inherit;
    text-decoration: underline !important;
}
.computer .contact-us .overlay-container p a:hover {
    text-decoration: none !important;
}
.contact-us .overlay-container .row {
    margin-left: -8px;
    margin-right: -8px;
}
.contact-us .overlay-container .row > li {
    width: 50%;
    float: left;
    padding: 0 8px;
    margin-bottom: 20px;
}
.contact-us .overlay-container .row > .one-third-fields {
    width: 33.3333%;
}
.contact-us .chosen-container-single a.chosen-single {
    height: 44px;
    line-height: 40px;
    padding: 1px 30px 0 19px;
    font-size: 19px;
    text-align: left;
}
.contact-us .chosen-container-single .chosen-single div {
    top: 5px;
    height: 30px;
    width: 30px;
    background-size: 16px auto;
    background-position: 0 4px;
}
.contact-us .chosen-container-single.chosen-container-active  .chosen-single div {
  background-position: 0 -18px;
}
/*
.contact-us li:nth-child(4) input:focus,
.contact-us li:nth-child(7) input:focus {
    font-family: georgia;
}
*/
.full-width.form-decor {
    height: 30px;
    background: url(../images/logo-decor-upd.png?ver=8) center center no-repeat;
}
.asterisk {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #fff4d5;
    line-height: 1;
    text-align: center;
    display: block;
    margin-bottom: 24px;
    font-family: "mrs-eaves";
    font-weight: 400;    
}

.contact-us .gp-divider {
    margin: 40px auto 24px;
}
.contact-us h3 {
    font-size: 60px;
    line-height: 60px;
    text-shadow: 3px 2px 0px rgba(51, 54, 27, .75);
    letter-spacing: 2px;
    font-family: "Bourbon";
    color: #fff4d5;
    font-weight: normal;
    text-transform: uppercase;    
    text-align: center;
    font-size: 45px;
    line-height: 60px;
    margin: 70px 0 0;
    padding: 64px 0 0;
    background: url(../images/logo-decor.png) center top no-repeat;
}
.contact-us .thanksMsgSection p{
    max-width: none;
    background: none;
}
.contact-us .thanksMsgSection h2{
    margin: 38px 0 8px 0;
}

/*-------Contact page--------*/
.privacy_policy h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    margin: 5px 0 7px;
    text-transform: uppercase;
    padding: 0;
    color: #000;
    text-align: left;
    letter-spacing: -1px;
}


.privacy_policy .overlay-detail{
    max-width: 740px;
    width: 100%;
}
.privacy_policy .overlay-container {
    margin-bottom: 100px;
    padding: 0 20px;
}
.privacy_policy .about-info_detail p a {
    color: inherit;
    text-decoration: underline;
}
.computer .privacy_policy .about-info_detail p a:hover {
    text-decoration: none;
}





/*-----------For Ipads------------*/
.tablet .visible-sm-xs.btn-fallback {
    display: block !important; 
}
.tablet .chosen-container {
    display: none !important;
}
.tablet .select-container select ,
.phone .select-container select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: none;
    z-index: 1;
    display: block !important;
}
.tablet .select-container,
.phone .select-container {
    position: relative;
}
.tablet .select-container .btn-fallback, 
.phone .select-container .btn-fallback {
    position: relative;
    height: 44px;
    line-height: 36px;
    padding: 0 30px 6px 19px;
    font-size: 22px;
    color: #d0d0ab;
    width: 100%;
    border-top: 1px solid #d0d0ab;
    border-bottom: 1px solid #d0d0ab;
    border-left: none !important;
    border-right: none !important;
    background: rgba(0, 0, 0, .40);
    border-radius: 1px;
    font-family: georgia;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.select-container .btn-fallback span {
    top: 9px;
    height: 26px;
    width: 28px;
    display: block;
    position: absolute;
    right: 0px;
    background: url(../images/collapse-icon.png) 0 -27px no-repeat;
    background-size: 18px auto;
}
.tablet .select-container .btn-fallback::after,
.tablet .select-container .btn-fallback::before,
.phone .select-container .btn-fallback::after,
.phone .select-container .btn-fallback::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: #d0d0ab;
}
.tablet .select-container .btn-fallback::before,
.phone .select-container .btn-fallback::before {
    right: 0;
    left: auto;
}
.chosen-select:focus + div + button {
    background: #000 !important;
}

/*-----------For Ipads------------*/

.ghost {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
.gp-divider {
    height: 15px;
    background: url(../images/recipe-gph-red.png) center center no-repeat;
    background-size: auto 15px;
    position: relative;
    margin: 22px auto 24px;
    display: block;
    width: 200px;
}
.gp-divider::before,
.gp-divider::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 1px;
    width: 80px;
    background: #8b2332;
}
.gp-divider::before {
    left: 0;
}
.gp-divider::after {
    right: 0;
}
/*-----eiditing going on--------*/










/*------DDC Main Structure------*/



@media screen and (min-width: 768px){ 

/*------transitions-----------*/
.will-change{
    -webkit-transition: opacity 1200ms ease-in-out, visibility 1200ms ease-in-out, transform 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: opacity 1200ms ease-in-out, visibility 1200ms ease-in-out, transform 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 1200ms ease-in-out, visibility 1200ms ease-in-out, transform 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.will-change1 {
    -webkit-transition-timing-function: ease-in-out;
         -ms-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 1.2s;
         -ms-transition-duration: 1.2s;
            transition-duration: 1.2s;
}
.slideFromRight.onlyHome {
    -webkit-transform: translate3d(35vw, 0, 0) perspective(1px);
    -ms-transform: translate3d(35vw, 0, 0) perspective(1px);
        transform: translate3d(35vw, 0, 0) perspective(1px);
}
.slideFromLeft.onlyHome {
    -webkit-transform: translate3d(-35vw, 0, 0) perspective(1px);
    -ms-transform: translate3d(-35vw, 0, 0) perspective(1px);
        transform: translate3d(-35vw, 0, 0) perspective(1px);
}

/*
img.slideFromRight.onlyHome {
    -webkit-transform: translate3d(100vw, 0, 0) perspective(1px);
    -ms-transform: translate3d(100vw, 0, 0) perspective(1px);
        transform: translate3d(100vw, 0, 0) perspective(1px);
}
img.slideFromLeft.onlyHome {
    -webkit-transform: translate3d(-100vw, 0, 0) perspective(1px);
    -ms-transform: translate3d(-100vw, 0, 0) perspective(1px);
        transform: translate3d(-100vw, 0, 0) perspective(1px);
}
*/

.slideFromRight {
    -webkit-transform: translate3d(50vw, 0, 0) perspective(1px);
    -ms-transform: translate3d(50vw, 0, 0) perspective(1px);
        transform: translate3d(50vw, 0, 0) perspective(1px);
}
.slideFromLeft {
    -webkit-transform: translate3d(-50vw, 0, 0) perspective(1px);
    -ms-transform: translate3d(-50vw, 0, 0) perspective(1px);
        transform: translate3d(-50vw, 0, 0) perspective(1px);
}
.slideToLeft,
.pageOut {
        -webkit-transform: translate3d(-35vw, 0, 0) perspective(1px);
        -ms-transform: translate3d(-35vw, 0, 0) perspective(1px);
                transform: translate3d(-35vw, 0, 0) perspective(1px);
}
.slideToRight  {
        -webkit-transform: translate3d(35vw, 0, 0) perspective(1px);
        -ms-transform: translate3d(35vw, 0, 0) perspective(1px);
                transform: translate3d(35vw, 0, 0) perspective(1px);
}
.pageIn {
        -webkit-transform: translate3d(0, 0, 0) perspective(1px);
        -ms-transform: translate3d(0, 0, 0) perspective(1px);
                transform: translate3d(0, 0, 0) perspective(1px);
}
/*------transitions-----------*/   



}


.breadcrumb{
	font-family: "nimbus-sans-condensed";
	font-weight: 400;
	font-style: normal;
	color: #9f8c59;
	display:inline-block;
	font-size:14px;
	margin-bottom: 12px;
	text-transform:uppercase;
}
.breadcrumb a{color: #fff4d5; text-transform:uppercase; color: #9f8c59;}

.recipe-inner_pages .about-contents .largest span span a{ position:relative; z-index: 99; color: #fff4d5;}


.global-flavors {
    top: 0;
    position: absolute;
    right: 0;
}


.woc-slide {
    top: 115px;
    left: 0;
    width: 320px;
}
.woc-slide img {
    margin: 0 !important;
}
.woc-slide .dub-seperator {
    margin-right: 3px;
    margin-top: 20px;
    margin-bottom: 17px;
}
.aboutUs-special .main-bottle {
    width: 460px;
}
.gallery-section .row {
    margin-left: -7px;
    margin-right: -7px;
}
.gallery-section a {
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 14px;
    float: left;
}
.gallery-section .fullRow {
    width: 100%;
}
.gallery-section a img{
    width: 100%;
}
.gallery-section .row:nth-child(2) a {
    padding-bottom: 0;
}
.gallery-section .fullWidthImg {
    width: 100%;
}
.gallery-section.special_recipeImg .fullWidthImg {
    width: 1180px;
    position: relative;
    left: 290px;
    padding: 0;
    top: -100px;
}
.global-flavors.four-row {
    width: 80%;
    top: 12px;
}
.global-flavors.three-row {
    width: 90%;
    top: 100px;
}
.aboutUs-special .ingredients-slide img,
.aboutUs-special .process-slide img {
    margin-left: 0;
    width: 100%;
}
.aboutUs-special .origin-slide img {
    margin-left: -8px;
    width: 100%;
}
.aboutUs-special .dub-seperator {
    margin-right: 0;
}
.ingredients-slide{
    width: 100%;    
    top: 0;
}
.process-slide{
    top: 35px;
}
.origin-slide {
    top: 128px;
}
.process-slide p strong {
    display: block;
    font-weight: 700;
}


.owl-carousel .fadeIn {
    animation-name:fadeIn;
    -webkit-animation-name:fadeIn;
}
@keyframes fadeIn {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
.gallery-window .owl-item img, .heritage-gallery-window .owl-item img{
    width: 100%;
}
.recipeGPH {
    padding: 21px;
    background: url(../images/recipe-gph.png) 0 0 no-repeat,url(../images/recipe-gph.png) 0 100% no-repeat,url(../images/recipe-gph.png) 100% 0 no-repeat,url(../images/recipe-gph.png) 100% 100% no-repeat;
    background-size: 15px auto, 15px auto, 15px auto, 15px auto;
    position: relative;
    margin-bottom: 18px;
}
.recipeGPH::after {
    position: absolute;
    content: '';
    left: 21px;
    right: 21px;
    top: 6px;
    bottom: 6px;
    border-top: 2px solid rgba(208,208,171,.5);
    border-bottom: 2px solid rgba(208,208,171,.5);
    pointer-events:none;
} 
.recipeGPH::before {
    position: absolute;
    content: '';
    left: 6px;
    right: 6px;
    top: 21px;
    bottom: 21px;
    border-left: 2px solid rgba(208,208,171,.5);
    border-right: 2px solid rgba(208,208,171,.5);
    border-top: none;
    border-bottom: none;
    pointer-events:none;
} 
.recipeInnerBg {
    padding: 18px 6px 18px 25px;
    background: url(../images/paper-bg.png) 0 0 no-repeat;
    background-size: cover;
}
.recipe-inner_pages .about-contents h2 {
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.025em;
    font-family: "Bourbon";
    font-weight: 400;
    padding: 0 0 5px;
    margin: 0 0 12px;
    color: #33361b;
    text-shadow: 3px 2px 0px rgba(190, 191, 128, .75);
}

dl {
    margin-top: 0;
    margin-bottom: 5px;
    color: #8a2332;
    font-family: "mrs-eaves";
}
dl dt {
    float: left;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    font-family: "mrs-eaves-roman-small-caps";
    /*font-variant: all-small-caps;*/
    height: 30px;
}
dl dt span {
    letter-spacing: .025em;
    font-variant: all-small-caps;
    font-size: 22px;
    display: inline-block;
}

dl dd {
    margin-left: 125px;
    font-size: 26px;
    line-height: 30px;
}
.v1_short dt {
    width: 78px;
}
.recipeDetailIns.v1_short {
    background-position: 78px 0;
}
.v1_short dd {
    margin-left: 97px;
}

.v2_short dt {
    width: 60px;
}
.recipeDetailIns.v2_short {
    background-position: 60px 0;
}
.v2_short dd {
    margin-left: 79px;
}
.recipeDetailIns {
    background: url(../images/line-vr.png) 105px 0 no-repeat;
    background-size: 10px 100%;
    padding-bottom: 1px;
    margin-bottom: 10px;
}
.recipeGPH h3 {
    color: #33361b;
    text-transform: uppercase;
    font-family: "Bourbon";
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
    font-size: 20px;
}
.recipe-inner_pages .about-contents p {
    font-size: 22px;
    line-height: 26px;
    font-family: "mrs-eaves";
    letter-spacing: 0;
    color: #33361b;
    margin-bottom: 30px;
}
@media screen and (min-width: 1200px){
.about-galleries .overlay-detail, .heritage-galleries .heritage-overlay-detail {
    width: 500px !important;
}
}


/* css for Gallery posts */
.gallery-posts{
    background-color: #fff;
    padding: 13px 20px 17px;
}
.gallery-img_container{
    position: relative;
}
.gallery-posts h3 {
    color: #33361b;
    text-transform: uppercase;
    font-family: "Bourbon";
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 10px 0 5px;
    font-size: 20px;
	text-align:center;
}
.gallery-posts p {
    font-size: 17px;
    line-height: 21px;
    font-family: "mrs-eaves";
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    color: #33361b;
    margin: 0;
}

#instafeed-container2 .will-translate:nth-child(7){
    display: none;
}