
.new-slider-text{
  font-size: 5.5rem;
  line-height: 70px;
}

.collection-image-title{
  width: 81% !important;
  height: auto !important;
}

.going-above-and-beyond .make-table-cell{
    vertical-align: top;
}

.centeredContentOverBackgroundImage.going-above-and-beyond .make-table {
    min-height: 430px;
}

.centeredContentOverBackgroundImage .make-table{
	min-height: 380px;
}

#cocktail-detail-view .detail .cocktail-image{
  width: 106px;
  margin-top: -12px;
}

#cocktail-detail-view .productGrid .cocktail-image{
  margin-top: -5px;
}


#character-view .splitLeft.split.small>section {
    max-height: 460px;
}

.atss.atss-right .at4-share-title{
    width: 100%;
}

.button-red {
    border-color: #b92323;
    color: #b92323;
    border-width: 1px;
    border-style: solid;
    font-family: 'Knockout 30 A','Knockout 30 B';
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    text-transform: uppercase;
    background: transparent;
    padding-top: .625rem;
    padding-left: 2rem;
    padding-bottom: .6875rem;
    padding-left: 2rem;
    letter-spacing: .2rem;
}

.button-red:hover{
    color: #fff;
    background: #b92323;
}

.title-cards .columns .title {
    position: static;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background: transparent;
    color: #333;
    font-family: 'Knockout 30 A','Knockout 30 B';
    font-weight: 400;
    font-style: normal;
    font-size: .9375rem;
    line-height: .9375rem;
}

.title-cards .columns .cocktail-hover{
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 15px;
  right: 15px;
  background: rgba(0,0,0,.2);
  padding: 0 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.title-cards .columns:hover .cocktail-hover{
  opacity: 1;
  -ms-filter: none;
  filter: none;
}


.item-recipe:hover .columns .title{
    opacity: 0;
}

.gate-body{
  overflow-y: hidden;
}


.video-slider .play-btn, .awards-large .play-btn{
    background: url(/assets/img/play-button-slider.png) no-repeat;
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    background-size: contain;
}

#home-view .slider{
  height: 100vh;
  margin-top: -80PX;
  padding-top: 80px;
}

#home-view .slick-slider .slick-prev, #home-view .slick-slider .slick-next{
  display: none !important;
}

#home-view .slick-slider, #home-view  .slick-list, #home-view  .slick-track{
  height: 100%;
}
#home-view  .slider .slick-slide {
    height: 100% !important;
  }

#home-view  .slider .slick-slide div {
    height: 100%;
}

#home-view .slick-dots{
  bottom: 70px;
  margin-left: 0px;
}

#home-view .slick-dots li button:before{
  content: "";
}

#home-view .slick-dots li{
  padding: 1rem;
  height: auto;
    width: auto;
}

#home-view .slick-dots li button{
  background: url('/assets/images/dot.png') no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
}

#home-view .slick-dots li.slick-active button{
  background: url('/assets/images/dot-active.png') no-repeat;
  background-size: contain;
}

.slider-down-arrow {
  display: none;
}

#home-view .slider-down-arrow {
    position: absolute;
    bottom: 20px;
    display: block;
    height: 63px;
    text-align: center;
    padding: 0;
    background: url(/assets/images/silder-down-arrow.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 138px;
    margin-left: -69px;
    left: 50%;
    cursor: pointer;
}


/*       cocktail filter */
.filter-padding{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.filter-container{
  width: 100%;
  float: left;
}
.cocktail-filter-bg{
  height: 500px;
  background-size: cover;
  background-position: center center;
}

.cocktail-filter-bg h4{
  color: #1c1c1c;
}

/*
.selectize-control{
  height: 29px;
}*/


.selectize-control .active{
  display: inline-block !important;
}

.selectize-input input {
    height: auto;
}

.selectize-input, .selectize-control.single .selectize-input{
  border: 1px solid #4387c4;
}

.selectize-input > input{
  text-align: left;
  text-transform: uppercase;
  font-family: 'Knockout 28 A','Knockout 28 B';
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.selectize-input.items{
  height: 40px;
}

.selectize-dropdown [data-selectable], .selectize-input .item{
  text-align: center;
  text-transform: uppercase;
  font-family: 'Knockout 28 A','Knockout 28 B';
  font-size: 1.3rem;
  letter-spacing: 0rem;
  padding-top: 2px;
  /*color: #5190cd;*/
}

.selectize-control.single .selectize-input input {
    color: #5190cd;
    height: 23px;
}

.selectize-dropdown [data-selectable]{
  width: 100%;
}

.selectize-dropdown [data-selectable]:hover{
  color : #fff;
  background: #4387c4;
}

 .selectize-control.multi .selectize-input.items .item, .selectize-control.multi .selectize-input.items input{
  float: left;
}

.selectize-control.single .selectize-input.items.has-options.has-items{
  background: #4387c4;
  color: #fff;
  box-shadow: none;
}

.selectize-dropdown-content .option{
  color: #5190cd;
}

.selectize-control.single .selectize-input.has-items:after {
    border-color: #fff transparent transparent transparent;
}



.brand-character-module-bg h5{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 20px;
}

.brand-character-module-bg h1{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.brand-character-module-bg  .button-blue{
  color: #fff;
    border-color: #fff;
    margin-top: 0rem;
}

.brand-character-module-bg  .button-blue:hover{
    color: #4797e1;
    background: #fff;
}

#home-view .right-split .make-table{
	margin-left: 15px;
}

#character-view .splitLeft .slider p {
    color: #fff;
    padding: 0 120px;
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.4rem;
}

.slider.default-visitors .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider.default-visitors .video-container video {
  min-width: 100%;
  min-height: 100%;

  width: auto;
  height: auto;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.belvedere {
    background-size: cover;
    background-position: center center;
}

/* character  */
/*#character-view .slick-slider .slick-next,#character-view .slick-slider .slick-prev{
	    top: 32%;
}*/

#character-view .slick-slider .slick-next,#character-view .slick-slider .slick-prev{
  top: 40%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#character-view .split {
	background-color: #6199c8;
}

/*#character-view .splitLeft .slider {
    height: 416px;
    min-height: 416px;
}*/

#character-view .splitLeft .slider {
    height: 100%;
    min-height: 100%;
    max-height: 460px;
}
#character-view .splitLeft .slider .slick-slide {
    height: 100%;
    min-height: 460px;
    max-height: 460px;
}

#character-view .splitLeft.split.small>section {
    min-height: 460px;
}

#character-view .splitLeft .slider .slick-slide div {
    height: 100%;
}
/*
#character-view .splitLeft .slider .slick-slide {
    height: 416px!important;
	min-height:416px;
}
#character-view .splitLeft .slider .slick-slide div {
    height: 416px;
}
*/  
 #character-view .splitLeft.split.small .left-split.text-content{
    display: inline-table !important;
} 

#character-view  .split.small>section {
    min-height: 416px;
	    background-color: #6199c8;
    color: #fff;
    height: 320px;
}
#character-view .left-split .slider .make-table-cell {
    vertical-align: bottom;
top: 0px;
}
#character-view .left-split .slider .make-table-cell  p:first-child{
    font-size: 23px;
    line-height: 23px;
    padding: 0px 130px;
}
#character-view .left-split .make-table-cell{
	font-size: 16px;
        font-family: 'Knockout 28 A';
}
#character-view .left-split .make-table-cell p:first-child {
	font-size: 45px;
	text-transform: uppercase;
font-family: 'Knockout 28 A';
}

#character-view .split>section>.row {
  /*  	max-width: 610px;*/
  max-width: 100%;
	padding: 0 32px;
}
/*
#character-view .button-white{
    display:none;
}*/
.ls-fullwidth .ls-playvideo {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}
#character-view .button button-white{
	display:none;
}
#character-view .slider p {
    font-family: 'Knockout 28 A';
    /*font-size: 23px;
    letter-spacing: 4px;*/
        font-size: 2.4rem;
    line-height: 2.2rem;
}
#character-view .split>section.left-split>.row {
    float: left;
}
#character-view .circular .make-table-cell {
    display: block;
}

#character-view .splitContentRight .make-table-cell p:first-child {
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Knockout 28 A';
}

#character-view .splitContentRight .right-split.blue .row{
  background-color: #6199c8;
}

#character-view .splitContentRight .right-split.blue{
  background-color: #6199c8;
  color: #fff;
  display: inline-table !important;
}

@media only screen and (min-height: 420px) and (max-height: 835px){
  .brand-character-module-bg h2.size-L {
      font-size: 2rem !important;
      line-height: 32px;
  }
  .brand-character-module-bg h5 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    font-size: 18px;
   }

   .centeredContentOverBackgroundImage .make-table {
    min-height: 318px;
    }
}


@media only screen and (max-width: 1024px){
  #home-view  .slider .orbit, #home-view .slider.small .orbit {
      height: 100%;
  }
	#layerslider{
		    min-height: 329px!important;
	}
  .circular img {
    max-width: 198px;
  }
  .centerText {
    font-size: 16px!important;
    line-height: 20px!important;
    width: 446px!important;
  }
  .belvedere {
    width: 170px!important;
    height: 60px;
  }

  .collection-image-title{
    width: 56% !important;
  }
}

@media only screen and (max-width: 640px){

  .collection-image-title{
    width: 50% !important;
  }

   #character-view .slider .orbit, #character-view .slider.small .orbit {
    min-height: 416px;
  }

  #character-view .splitLeft .slider .orbit {
    height: 100%!important;
  }

  #character-view .splitLeft .slider p {
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

  .brand-character-module-bg h2.size-L {
    font-size: 1.625rem !important;
    line-height: 1.625rem;
 }

  #home-view .right-split .make-table {
    margin-left: 0px;
 }

  #home-view .slider{
    height: 100vh;
    margin-top: -50PX;
    padding-top: 50px;
  }

  #home-view .slick-dots{
    display: none !important;
  }

  #home-view .slider-down-arrow {
    margin-left: -50px;
    left: 50%;
    width: 100px;
  }

  .selectize-control.multi .selectize-input.items input {
   float: none;
  }

  .new-slider-text{
    font-size: 3.5rem;
    line-height: 50px;
  }

  #home-view .slick-list .img-bg .make-table-cell {
    padding-bottom: 195px;
  }

  .brand-character-module-bg h5{
    font-size: 14px;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .brand-character-module-bg h1 {
    font-size: 1.65rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .centeredContentOverBackgroundImage .make-table{
    min-height: 0px;
  }
  .centeredContentOverBackgroundImage>div{
    padding: 13px 0px;
  }

  #character-view .centeredContentOverBackgroundImage>div {
    padding: 20px 20px;
  }

  #character-view .left-split .make-table-cell p:first-child {
    font-size: 40px;
  }
  #character-view .splitLeft.split.small .text-content{
            min-height: 504px;
  }
  #character-view .left-split .slider .make-table-cell p:first-child{
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 18px;
      padding: 0 4px;
    }
    #character-view #full-slider-wrapper #layerslider{
          height: 320px!important;
    }
    #full-slider-wrapper {
      min-height: 320px!important;
  }

 .centerText{
        left: 0%!important;
    position: relative;
		top: 83px!important;
    font-size: 14px!important;
    line-height: 18px!important;
    width: 276px!important;
    margin: 0 auto!important;
}

#character-view .slider .slick-slide div {
    height: 420px;
}

.video-slider .play-btn, .awards-large .play-btn {
    width: 100px;
    height: 100px;
}

}

@media only screen and (max-width:380px){
    #character-view .splitLeft.split.small .text-content{
        min-height: 552px;
        height: 100%;
    }
    #character-view .left-split .make-table-cell p:first-child {
        font-size: 37px;
    }
      
    .belvedere{
      width: 85px!important;
      height: 35px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
  .belvedere {
      background: url(/assets/img/belvedere-logo.png) no-repeat;
      background-size: cover;
      background-position: center center;
  }
}

@media only screen and (min-width: 40.063em){
  .top-bar .title-area {
      width: auto !important;
  }
}

