/* ABA Css */
/*
Theme Name: ABA
Theme URI: https://www.minddigital.com/
Author: The Mind Digital Group team
Author URI: https://www.minddigital.com/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 3.7
Tested up to: 6.1
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: minddigital.com

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
* { outline: none; }
/* 1.1 Defaults */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-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; -o-box-sizing: border-box; box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, strong { font-weight: bold; margin:0; padding:0; }
i, em { font-style: italic; }
.left { float: left; }
.right { float: right; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
textarea { overflow: auto; }
a { color: #333; text-decoration: none; cursor:pointer; }
a:hover { color: #333; text-decoration: none; }
address { font-style: normal; }
p {margin:0; padding:0; }
p:empty{display:none;}
img { max-width: 100%; height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; }
.input, select, textarea { background: #fff; width:100%; height:35px; padding:5px 10px; font-size: 16px; color: #333; line-height: 23px; font-weight:400; border:1px solid #eee; float: left; }
.input:focus { border:1px solid #f96400; }
html { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: none; -ms-text-size-adjust: 100%;}


/* css */
body {font-size:20px; line-height:25px; color:#707070; font-family: quatro, sans-serif; font-weight: 400; padding-top:65px; overflow-x: hidden; }
.box{width:100%; max-width:1170px; padding:0 15px; margin: 0 auto;}


/* header */
.header{background-color:#fff; width:100%; height:65px; float:left; padding:0 35px; position:fixed; left:0; top:0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index:10;}
.head_left{float:left;}
.head_left li{float:left; padding:0 21px; position:relative;}
.head_left li a{font-size:16px; line-height:22px; color:#393939; font-weight:500; display:inline-block;}
.head_left li a:hover{color:#774aaa;}
.head_left li:first-child{padding-left:0;}
.head_left li:first-child a{font-size:18px; line-height:24px; color:#774aaa; font-weight:700;}
.head_left li:first-child a:hover{color:#393939;}
.head_left li:nth-child(3):before{content:''; background-color:#cbcbcd; width:2px; height:32px; position:absolute; left:0; top:-3px;}
/* menu-thumb */
.menu-thumb{width:45px; height:30px; float:right; cursor:pointer; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-content: space-between;align-content: space-between; justify-content:flex-end; position:absolute; right:35px; top:50%; z-index:5; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-otransform:translateY(-50%); transform:translateY(-50%); }
.menu-thumb span{background:#132647; width:100%; height:5px; float:right; display:block; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; border-radius:5px;}
.menu-thumb span.two{width:35px;}
.menu-thumb span.three{width:25px;}
.menu-close{width:30px; height:30px; position:absolute; right:32px; top:17px; cursor:pointer; display:none;}
.menu-thumb.hide{display:none;}
.menu-close.show{display:block;}
/* nav-menu */
.nav-menu{background:#fff; width:300px; padding:38px 22px 18px 22px; position:absolute; top:12px; right:20px; -webkit-border-radius:0 0 25px 25px; -moz-border-radius:0 0 25px 25px;-ms-border-radius:0 0 25px 25px; -o-border-radius:0 0 25px 25px; border-radius:0 0 25px 25px; display:none; }
.nav-menu li{font-size:18px; line-height:25px; font-weight:700; text-transform:uppercase; margin:12px 0;}
.nav-menu li a{display:block; color:#000;}
.nav-menu li a:hover{color:#62319d;}
.nav-menu li ul{padding-left:10px;}
.nav-menu li li{font-size:16px; line-height:22px; font-weight:400; text-transform:initial; margin:5px 0;}
/* top-video */
.top-video{width:100%; float:left; position:relative;}
.top-video img{width:100%; text-align:center;}
.top-video video{width:100%; height:auto;}
.top-video video::-webkit-media-controls-panel {display: none!important; -webkit-appearance: none;}
.top-video video::--webkit-media-controls-play-button {display: none!important; -webkit-appearance: none;}
.top-video video::-webkit-media-controls-start-playback-button {display: none!important; -webkit-appearance: none;}
.top-video .caption{width:100%; float:left; position:absolute; left:0; top:50%; text-align:center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); margin-top:-70px; }
.top-video .caption h1{font-size:100px; line-height:115px; color:#fff; font-weight:700; }
.top-video .btm_text{width:100%; float:left; font-size:30px; line-height:40px; color:#fff; text-align:center; position:absolute; left:0; bottom:110px;}
/* scroll-top */
.scroll-top{background:#0C274A; width:46px; height:46px; cursor:pointer; position:fixed; right:10px; bottom:35px; display:none;}
.scroll-top:after{content:''; width:12px; height:12px; border-top:2px solid #fff; border-right:2px solid #fff; position:absolute; left:18px; top:19px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}

/* american_beverage */
.american_beverage{width:100%; float:left; padding:60px 0 30px; position:relative;}
.american_beverage h2{font-size:30px; line-height:35px; color:#5F249F; font-weight:400; margin:0 0 23px;}
.american_beverage .leftcol{width:calc(100% - 350px); padding:20px 30px 0 0; float:left;}
.american_beverage .leftcol p{font-size:18px; line-height:25px; font-weight:400; padding:0 0 15px;}
.american_beverage .rightcol{width:350px; float:right;}
.american_beverage .rightcol .common{width:100%; float:left; margin-bottom:15px; }
.american_beverage .rightcol .common .img{width:184px; float:left;}
.american_beverage .rightcol .common .text{width:calc(100% - 184px); float:right; padding:20px 0 0 3px;}
.american_beverage .rightcol .common .text h3{font-size:16px; line-height:24px; color:#707070; font-weight:700;}
.american_beverage .rightcol .common .text .para{font-size:14px; line-height:20px; color:#707070; font-weight:400; font-style:italic;}
.american_beverage .rightcol .common .sig{width:100%; float:left;}









/* owl-carouse css start *//* owl-carouse css start */
.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.grabbing { cursor: url(grabbing.png) 8 8, move; }
.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
.owl-carousel-wrap { width: 100%; float: left; position: relative; padding: 0 60px; }
.owl-carousel-wrap .customNavigation .btn { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; }
.owl-carousel .owl-prev, 
.owl-carousel .owl-next{width:35px; height:45px; position:absolute; top:50%; -webkit-transform: translatey(-50%); -moz-transform: translatey(-50%); -ms-transform: translatey(-50%); -o-transform: translatey(-50%); transform: translatey(-50%); text-indent:-99999px; border:0; cursor:pointer;}
.owl-carousel .owl-prev{background:url(images/arrow_1.svg)no-repeat center center !important; left:0px;}
.owl-carousel .owl-next{background:url(images/arrow_2.svg)no-repeat center center !important; right:0px;}
.owl-dots .owl-dot{cursor:pointer;}
.owl-carousel .owl-pagination{width:100%; float:left; text-align:center; padding-top:20px;}
.owl-carousel .owl-pagination .owl-page.active{background:#81bd19;}
/* owl-carouse css end *//* owl-carouse css end */




/* highlights */
.highlights{width:100%; float:left; margin-bottom:95px; position:relative;}
.highlights .carousel_wrap{width:100%; float:left; position:relative;}
.highlights .carousel_wrap h3{ width:100%; max-width:1170px; padding:0 15px; font-size:30px; line-height:55px; color:#5F249F; font-weight:400; position:absolute; top:90px; left:50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); z-index:2;}
.highlights .carousel_wrap h3 strong{font-weight:800;}
.highlights_carousel,
.highlights_carousel .owl-wrapper-outer,
.highlights_carousel .owl-wrapper,
.highlights_carousel .owl-item{display:flex !important;}
.highlights_carousel{width:100%; float:left; }
/* common */
.highlights_carousel .common{background:url(images/bg_highlights_carousel1.jpg)no-repeat center bottom; background-size:cover; width:100%; float:left; padding:161px 0 50px;}
/* leftcol */
.highlights_carousel .common .leftcol,
.highlights_carousel .common .leftcol2{width:calc(100% - 350px); padding-right:30px; float:left; position:relative;}
.highlights_carousel .common .leftcol .top_heading,
.highlights_carousel .common .leftcol2 .top_heading{display:block; font-size:32px; line-height:35px; color:#fff; font-family: quatro, sans-serif; font-weight:700; margin-bottom:10px;}
.highlights_carousel .common .leftcol .big_font,
.highlights_carousel .common .leftcol2 .big_font{display:block; font-size:25px; line-height:30px; color:#fff; font-weight:400;  font-family: proxima-nova, sans-serif; letter-spacing:.3px; margin-bottom:20px;}
.highlights_carousel .common .leftcol p.text,
.highlights_carousel .common .leftcol2 p.text{font-size:18px; line-height:24px; color:#fff; font-weight:300; font-family: proxima-nova, sans-serif; padding-bottom:17px;}
/* rightcol */
.highlights_carousel .common .rightcol,
.highlights_carousel .common .rightcol2{width:350px; float:right; text-align:center; position:relative; padding-top:0px;}
.highlights_carousel .common .rightcol li{width:100%; float:left; text-align:center;}
.highlights_carousel .common .rightcol li ~ li{padding-top:10px;}
.highlights_carousel .common.slide_2 .rightcol li:nth-child(3){padding-top:0;}
.highlights_carousel .common.slide_3 .leftcol .img_bear{float:right; margin:0 25px 0 50px;}
.highlights_carousel .common.slide_3 .leftcol .top_heading,
.highlights_carousel .common.slide_3 .leftcol .top_heading .big_font{}
.highlights_carousel .common.slide_3 .rightcol li:nth-child(2){padding-top:15px;}
.highlights_carousel .common.slide_4 .leftcol .top_heading{margin-bottom:25px;}
.highlights_carousel .common.slide_7 .rightcol li,
.highlights_carousel .common.slide_8 .rightcol li,
.highlights_carousel .common.slide_10 .rightcol li{padding:0;}
/* slide-9 */
.highlights_carousel .common .leftcol2 .top_heading,
.highlights_carousel .common .leftcol2 .big_font{font-size:31px; line-height:35px;}
.highlights_carousel .common .rightcol2 li{background-color:#5e2c9b; width:100%; float:left; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px; border-radius:25px; padding:20px 25px 27px;}
.highlights_carousel .common .rightcol2 li h4{font-size:110px; line-height:100px; color:#fff; font-weight:700;}
.highlights_carousel .common .rightcol2 li p{font-size:32px; line-height:35px; color:#fff; font-family: proxima-nova, sans-serif; font-weight:700;}
.highlights_carousel .common .rightcol2 li h4,
.highlights_carousel .common .rightcol2 li p{ -webkit-text-shadow:rgba(0,0,0,.7)2px 3px 5px; -moz-text-shadow:rgba(0,0,0,.7)2px 3px 5px; -ms-text-shadow:rgba(0,0,0,.7)2px 3px 5px; -o-text-shadow:rgba(0,0,0,.7)2px 3px 5px; text-shadow:rgba(0,0,0,.7)2px 3px 5px;}
.highlights_carousel .common .btm_data{width:100%; float:left; padding-top:20px;}
.highlights_carousel .common .btm_data ul{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.highlights_carousel .common .btm_data li{width:33%; padding:12px 10px; text-align:center;}
.highlights_carousel .common .btm_data li h4{font-size:90px; line-height:80px; color:#fff; font-family: quatro, sans-serif; font-weight:700; padding-bottom:5px;}
.highlights_carousel .common .btm_data li p{font-size:25px; line-height:30px; color:#fff; font-family: proxima-nova, sans-serif; font-weight:700;}
.highlights_carousel .common .btm_data li:nth-child(3)~ li{width:25%;}
.highlights_carousel .common .btm_data li:nth-child(3)~ li h4{font-size:70px; line-height:70px; padding-bottom:2px;}
.highlights_carousel .common .btm_data li:nth-child(3)~ li p{font-size:18px; line-height:21px;}
.highlights_carousel .common .btm_data li h4,
.highlights_carousel .common .btm_data li p{-webkit-text-shadow:rgba(0,0,0,.5)0px 0px 7px; -moz-text-shadow:rgba(0,0,0,.5)0px 0px 7px; -ms-text-shadow:rgba(0,0,0,.5)0px 0px 7px;-o-text-shadow:rgba(0,0,0,.5)0px 0px 7px; text-shadow:rgba(0,0,0,.5)0px 0px 7px;}


/* owl-pagination */
.owl-carousel .owl-pagination .owl-page.active{background:none; border-color:#fff;}
.highlights .owl-pagination{width:100%; max-width:calc(1140px - 192px); position:absolute; top:32px; left:50%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);  z-index:5; padding:0; margin-left:-62px;}
.highlights .owl-pagination .owl-page{background:url(images/icon_highlights_bullet.png)no-repeat; background-size:100% 100%; width:25px; height:25px; display:inline-block; margin:5px 30px; position:relative;}
.highlights .owl-pagination .owl-page.active{background:url(images/icon_highlights_bullet2.png)no-repeat; background-size:100% 100%;}
.highlights .owl-pagination .owl-page:nth-child(11) ~ .owl-page{display:none;}
/* owl-buttons */
.highlights_carousel .owl-buttons{width:100%; max-width:calc(1140px - 122px); position:absolute; top:30px; left:50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); margin-left:-62px;}
.highlights_carousel .owl-prev, 
.highlights_carousel .owl-next{width:25px; top:0px; -webkit-transform: none; -moz-transform: none; -ms-transform: none;-o-transform: none; transform: none; z-index:6;}
.highlights_carousel .owl-prev{background-position:left center !important;}
.highlights_carousel .owl-next{background-position:right center !important; right:0;} 
/* btn */
.highlights .btn{position:absolute; right:50%; top:29px; z-index:6; cursor:pointer; margin-right:-570px}
.highlights .btn img{width:45px;}
.highlights .btn.play{display:none;}

/* imgcarousel_wrap */
.imgcarousel_wrap{background-color:#00A9E0; width:100%; float:left; padding:50px 0; margin-bottom:97px; position:relative;}
.imgcarousel_wrap h2{font-size:40px; line-height:45px; color:#fff; font-family: proxima-nova, sans-serif; font-weight:700; margin-bottom:10px;}
.imgcarousel_wrap .subtitle{width:100%; float:left; margin-bottom:20px;}
.imgcarousel_wrap .subtitle p{font-size:22px; line-height:32px; color:#fff; font-family: proxima-nova, sans-serif; font-weight:700;}
/* content_area */
.imgcarousel_wrap .content_area{width:100%; float:left; margin-bottom:60px;}
.imgcarousel_wrap .content_area .repeated_row{width:100%; float:left;}
.imgcarousel_wrap .content_area .repeated_row .textbox{width:34%; float:left; padding:0 25px 30px 0;}
.imgcarousel_wrap .content_area .repeated_row .textbox p{font-size:25px; line-height:35px; color:#fff; font-weight:400; font-family: proxima-nova, sans-serif; padding-bottom:15px;}
.imgcarousel_wrap .content_area .repeated_row .imgbox{width:66%; text-align:right; float:right;}
.imgcarousel_wrap .content_area .owl-buttons{width:calc(34% - 25px); height:32px; position:absolute; left:0; bottom:0; border-top:2px solid #fff; display:flex; justify-content:space-between; }
.imgcarousel_wrap .content_area .owl-buttons > div{background:none !important; width:auto; height:auto; top:5px; text-indent:inherit; font-size:20px; color:#fff; -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; transform:none; }
/* thumb_area */
.imgcarousel_wrap .thumb_area{width:100%; float:left; padding:0 25px;}
.imgcarousel_wrap .thumb_area .owl-item{padding:0 6px;}
.imgcarousel_wrap .thumb_area .owl-item .thumb{border:2px solid transparent; cursor:pointer;}
.imgcarousel_wrap .thumb_area .owl-item .thumb img{width:100%;}
.imgcarousel_wrap .thumb_area .owl-item.synced .thumb{border-color:#fff;}
.imgcarousel_wrap .thumb_area .owl-prev{left:-10px;}
.imgcarousel_wrap .thumb_area .owl-next{right:-10px;}
/* nga */
.imgcarousel_wrap.nga{background-color:#2CD5C4;}
/* beverage_directory */
.beverage_directory{width:100%; float:left; text-align:center; position:relative;}
.beverage_directory img{width:100%;}
.beverage_directory .box{padding:20px 15px; position:absolute; left:50%; top:0; height:100%; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%); transform:translateX(-50%); text-align:left; display:flex; flex-wrap:wrap; align-content:center;}
.beverage_directory h2{width:100%; font-size:50px; line-height:50px; color:#fff; font-weight:300; letter-spacing:5px; margin:0px 0 55px; }
.beverage_directory h2 a{color:#fff;}
.beverage_directory li{width:100%; float:left; font-size:30px; line-height:35px; font-weight:300; font-family: proxima-nova, sans-serif; margin:14px 0;}
.beverage_directory li a{background:url(images/arrow_2.svg)no-repeat right center; background-size:10px; color:#fff; display:inline-block; padding-right:29px;}
.beverage_directory h2 a:hover,
.beverage_directory li a:hover{color:#ddd;}
/* beverage_team */
.beverage_team{width:100%; float:left; padding:120px 0px 100px; text-align:center; position:relative;}
.beverage_team .box{text-align:left;}
.beverage_team h2{font-size:50px; line-height:50px; color:#562e91; font-weight:400; letter-spacing:5px; margin-bottom:17px;}
.beverage_team p{width:100%; float:left; font-size:15px; line-height:25px; color:#6A6779; font-weight:400; margin-bottom:10px;}
.beverage_team .full_row{width:100%; float:left; text-align:center; margin:30px 0;}
.beverage_team .full_row img{width:100%;}

/* footer */
.footer{width:100%; float:left; position:relative;}
.footer .footer_top{background-color:#5F249F; width:100%; float:left; text-align:center; padding:38px 0 28px;}
.footer .footer_top .fot_logo{width:100%; float:left; margin-bottom:22px;}
.footer .footer_top .fot_logo a{display:inline-block;}
.footer .footer_top .fot_logo a img{margin-bottom:10px;}
.footer .footer_top .fot_logo a h3{font-size:24px; line-height:30px; color:#fff;font-weight:400;}
.footer .footer_top .fot_logo a h3 strong{font-weight:700;}
.footer .footer_top address{width:100%; float:left; font-size:15px; line-height:24px; color:#fff; font-weight:400; letter-spacing:2.2px; position:relative; padding-bottom:30px;}
.footer .footer_top address:after{content:''; background-color:#fff; width:130px; height:1px; position:absolute; left:50%; bottom:0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-otransform: translateX(-50%); transform: translateX(-50%);}
.footer .footer_top .links{width:100%; float:left; text-align:center; padding-top:22px;}
.footer .footer_top .links li{font-size:15px; color:#fff; display:inline-block; font-family: proxima-nova, sans-serif; font-weight:700; letter-spacing:1px; margin:5px 12px;}
.footer .footer_top .links li:nth-child(2) ~ li{font-weight:400; letter-spacing:2.2px;}
.footer .footer_top .links li a{display:inline-block; color:#fff;}
.footer .footer_top .links li a:hover{color:#ddd;}
.footer .footer_btm{background-color:#2CD5C4; width:100%; float:left; text-align:center; padding:10px 0;}
.footer .footer_btm li{display:inline-block; text-transform:uppercase; font-size:15px; font-family: proxima-nova, sans-serif; font-weight:400; margin:6px 27px;}
.footer .footer_btm li a{color:#000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.footer .footer_btm li a .icon{background-color:#000; width:27px; height:27px; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -oborder-radius:100%; border-radius:100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right:5px;}
.footer .footer_btm li a .icon i{font-size:17px; color:#2CD5C4;}
.footer .footer_btm li:first-child a .icon i{font-size:14px;}
.footer .footer_btm li a:hover{opacity:.5;}



/* inner-page *//* inner-page */
.magenta_bar{background-color:#5F249F; width:100%; float:left; height:66px; padding:5px 0; position:fixed; left:0; top:65px; z-index:9; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.magenta_bar ul{width:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.magenta_bar li{font-size:23px; line-height:30px; font-weight:700;}
.magenta_bar li:nth-child(2){padding:0 15px;}
.magenta_bar li a{color:#fff; display:inline;}

/* officers_list */
.listing-page{width:100%; float:left; padding-top:66px;}
.officers_list,
.memeber_list{width:100%; float:left; padding:73px 0; border-bottom:8px solid #5F249F; position:relative; }
.heading{font-size:50px; line-height:60px; font-weight:400; color:#5F249F; text-align:center; text-transform:uppercase; margin-bottom:73px;}
.officers_list ul{width:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.officers_list li{width:16.66%; padding:0 5px; font-family: open-sans-condensed, sans-serif; margin:10px 0;}
.officers_list li span{color: #5f259f;font-weight: 600;min-height: 30px;float: left;width: 100%;font-size: 15px; font-family: 'Open Sans', sans-serif;}
.officers_list li img{margin-bottom:15px;}
.officers_list li h3{font-size:16px; line-height:20px; font-weight:700; color:#2B2E34;}
.officers_list li h3 span{color:#452C97;}
.officers_list li p{font-size:15px; line-height:19px; font-weight:300;}

/* memeber_list */
.memeber_list{padding-bottom:25px;}
.memeber_list .heading{margin-bottom:23px;}
.memeber_list .fullrow{width:100%; float:left; margin-bottom:50px; position: relative;}
.memeber_list .fullrow .sub_heading{font-size:30px; line-height:50px; font-weight:400; color:#5F249F; text-align:center; text-transform:uppercase; padding-bottom:8px; border-bottom:2px solid #5F249F; margin-bottom:25px;}
.memeber_list .fullrow .sub-heading{position: absolute;top: 25px;right: 0px;color: #5f259f; font-weight: 500; font-size:19px; font-family: 'Open Sans', sans-serif; }
.memeber_list .fullrow .common{width:32%; float:left;}
.memeber_list .fullrow .common.td2{width:36%; padding:0 2%;}
.memeber_list .fullrow .common li{width:100%; float:left; font-size:19px; line-height:25px; font-weight:400; color:#000; margin:4px 0;}
.memeber_list .fullrow .common li strong {color: #5f259f;}
.memeber_list .fullrow .common li a,
.state_associations li > div a{color:#5F249F;}
.memeber_list .fullrow .common li a:hover,
.state_associations li > div a:hover{color:#000;}
/* state_associations */
.state_associations{width:100%; float:left; padding:73px 0 88px; position:relative;}
.state_associations .heading{margin-bottom:35px;}
.state_associations h3{font-size:25px; line-height:35px; font-weight:400; color:#000; text-align:center; margin-bottom:77px;}
.state_associations ul{width:100%; float:left;}
.state_associations li{width:100%; float:left; padding:4px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom:1px solid #e2e2e2;}
.state_associations li:first-child{border-top:1px solid #e2e2e2;}
.state_associations li:nth-child(odd){background-color:#f6f7f7;}
.state_associations li > div{width:20%; font-size:16px; line-height:22px; color:#2b2e34; font-family: 'Open Sans', sans-serif; padding:0 10px 0 5px;}
.state_associations li .td1{font-weight:700;}
.state_associations li .td4{text-align:center;}
.state_associations li .td5{text-align:right; text-align:center; word-break:break-all;}
.state_associations li.heading{margin: 0;background: none;padding: 0 0 5px 0;border: 0;text-align: left; border-bottom: 2px solid #5F249F;}
.state_associations li.heading > div{color: #5f259f;font-weight: bold;}
.state_associations li .td4 a{position:relative;}
.state_associations li .td4 a .copy_text{width:100%; height:100%; position:absolute; left:0; top:0; z-index:2;}






/* scroll_here */
.scroll_here{width:1px; height:1px; position:absolute; left:0; top:-63px; opacity:0; visibility:hidden;}
.listing-page .scroll_here{top:-130px;}

/* pojo-a11y-toolbar */
#pojo-a11y-toolbar{bottom:50px !important;}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{bottom:0;}






/* transition *//* transition *//* transition *//* transition *//* transition */
.header .logo, .menu-thumb, .menu-thumb span, .nav-menu li a, .footer a, .beverage_directory li a, .beverage_directory h2 a{-webkit-transition:all ease-in-out 0.4s; -moz-transition:all ease-in-out 0.4s; -ms-transition:all ease-in-out 0.4s; -o-transition:all ease-in-out 0.4s; transition:all ease-in-out 0.4s;}

.proxima{font-family: proxima-nova, sans-serif;}
.open-sans-condensed{font-family: open-sans-condensed, sans-serif;}
.Open-Sans{font-family: 'Open Sans', sans-serif;}








/* responsive *//* responsive *//* responsive *//* responsive *//* Responsive */
@media only screen and (max-width:1500px){/* 1360 */
/* top-video */
.top-video .caption h1{font-size:80px; line-height:100px;}
.top-video .btm_text{font-size:28px; bottom:80px;}
}
@media only screen and (max-width:1359px){/* 1200 */
.top-video .btm_text{bottom:60px;}
/* beverage_directory */
.beverage_directory h2{margin:5px 0 25px;}
.beverage_directory li{margin:10px 0;}
/* highlights */
.highlights .owl-pagination .owl-page{margin:5px 25px;}
}
@media only screen and (max-width:1199px){/* 1024 */
/* header */
.head_left li{padding:0 16px;}
.head_left li:first-child{padding-right:10px;}
.head_left li:nth-child(3):before{height:25px; top:2px;}
/* top-video */
.top-video .caption h1{font-size:70px; line-height:85px;}
.top-video .btm_text{font-size:26px; bottom:40px;}

/* highlights */
.highlights{margin-bottom:60px;}
.highlights_carousel .common .leftcol .top_heading, 
.highlights_carousel .common .leftcol2 .top_heading{font-size:30px; line-height:40px; margin-bottom:25px;}
.highlights_carousel .common .leftcol .big_font, 
.highlights_carousel .common .leftcol2 .big_font{font-size:22px; line-height:25px; margin-bottom:25px}
.highlights_carousel .common .rightcol2 li h4{font-size:80px;}
.highlights_carousel .common .rightcol2 li p{font-size:24px;}
.highlights_carousel .common .btm_data li h4{font-size:70px; line-height:75px;}
.highlights_carousel .common .btm_data li:nth-child(3) ~ li h4{font-size:70px; line-height:65px;}
.highlights_carousel .owl-buttons{max-width:calc(100% - 140px); margin:0; left:15px; top:27px; -webkit-transform:none; -moz-transform:none;-ms-transform:none;-o-transform:none; transform:none; }
.highlights .owl-pagination{max-width:calc(100% - 242px); margin:0; left:65px; -webkit-transform:none; -moz-transform:none;-ms-transform:none;-o-transform:none; transform:none;}
.highlights .owl-pagination .owl-page{margin:5px 20px;}
.highlights .btn{right:15px; top:27px; margin:0;}

/* imgcarousel_wrap */
.imgcarousel_wrap{padding:40px 0; margin-bottom:60px;}
.imgcarousel_wrap h2,
.beverage_directory h2,
.beverage_team h2{font-size:35px; line-height:45px; margin-bottom:25px;}
.imgcarousel_wrap h2{margin-bottom:10px;}
.imgcarousel_wrap .content_area{margin-bottom:40px;}
.imgcarousel_wrap .content_area .repeated_row .textbox p{font-size:22px; line-height:30px;}
.beverage_directory h2{margin:10px 0 20px; letter-spacing:2px;}
.beverage_directory li{font-size:28px; margin:7px 0;}
/* beverage_team */
.beverage_team{padding:60px 0px;}
.beverage_team h2{letter-spacing:2px; margin-bottom:15px;}


/* inner-page *//* inner-page */
.magenta_bar li{font-size:20px;}
.officers_list, .memeber_list{padding:60px 0;}
.officers_list li span{font-size:14px;}
.heading{font-size:40px; line-height:50px; margin-bottom:50px;}
.memeber_list .fullrow .sub_heading{font-size:25px;}
.memeber_list .fullrow .common li{font-size:18px; line-height:24px;}
.memeber_list{padding-bottom:25px;}
.state_associations{padding:60px 0 70px;}
}
@media only screen and (max-width:1023px){/* 768 */
/* header */
.header{padding:0 25px;}
.head_left li a{font-size:14px;}
.head_left li:nth-child(3):before{height:20px; top:5px;}
.head_left li:first-child a{font-size:16px;}
.menu-thumb, .menu-close{right:25px;}
.nav-menu{top:65px; padding:0px 20px 15px;}
.nav-menu li{font-size:16px; font-weight:600; margin:9px 0;}
/* top-video */
.top-video .caption h1{font-size:55px; line-height:70px;}
.top-video .btm_text{font-size:20px; line-height:30px; bottom:35px;}
/* american_beverage */
.american_beverage{padding:30px 0 20px;}
.american_beverage h2{font-size:26px; line-height:32px; margin:0 0 25px}
.american_beverage .leftcol{padding:10px 20px 0 0}
.american_beverage .leftcol p{font-size:16px;}
.american_beverage .rightcol .common .text{padding:15px 0 0 3px;}
.imgcarousel_wrap h2, 
.beverage_directory h2, 
.beverage_team h2 {font-size:30px; line-height:40px; margin-bottom:20px;}
/* highlights */
.highlights{margin-bottom:40px;}
.highlights .carousel_wrap h3{top:100px; font-size:26px; line-height:36px;}
.highlights_carousel .common .leftcol h3, 
.highlights_carousel .common .leftcol2 h3{font-size:23px; line-height:26px; margin-bottom:20px;}
.highlights_carousel .common .leftcol .top_heading, 
.highlights_carousel .common .leftcol2 .top_heading{font-size:22px; line-height:32px; margin-bottom:20px;}
.highlights_carousel .common .leftcol{width:calc(100% - 280px); padding-right:20px;}
.highlights_carousel .common .rightcol{width:280px; padding-top:40px;}
.highlights_carousel .common .leftcol .big_font, 
.highlights_carousel .common .leftcol2 .big_font{font-size:20px; line-height:25px; margin-bottom:20px;}
.highlights_carousel .common .rightcol2 li h4{font-size:70px; line-height:70px;}
.highlights_carousel .common .rightcol2 li p{font-size:22px;}
.highlights_carousel .common .btm_data li h4{font-size:50px; line-height:55px;}
.highlights_carousel .common .btm_data li p{font-size:20px; line-height:25px;}
.highlights_carousel .common .btm_data li:nth-child(3) ~ li h4{font-size:40px; line-height:45px;}
.highlights_carousel .common .btm_data li:nth-child(3) ~ li p{font-size:16px; line-height:22px;}
.highlights .owl-pagination .owl-page{margin:5px 10px;}
/* imgcarousel_wrap */
.imgcarousel_wrap{padding:30px 0; margin-bottom:40px;}
.imgcarousel_wrap h2{margin-bottom:5px;}
.imgcarousel_wrap .subtitle p{font-size:20px; line-height:28px;}
.imgcarousel_wrap .content_area{margin-bottom:30px;}
.imgcarousel_wrap .content_area .repeated_row .textbox p{font-size:18px; line-height:24px;}
.imgcarousel_wrap .content_area .owl-buttons > div{font-size:16px;}
/* beverage_directory */
.beverage_directory h2{margin:5px 0 10px;}
.beverage_directory li{font-size:22px; margin:4px 0; line-height:30px;}
.beverage_directory li a{background-size:8px; padding-right:22px;}
/* beverage_team */
.beverage_team{padding:30px 0px;}
.beverage_team h2{margin-bottom:10px;}
.beverage_team .full_row{margin:20px 0;}
/* footer */
.footer .footer_top .links li{margin:5px 6px;}
.footer .footer_btm li{margin:5px 20px;}


/* inner-page *//* inner-page */
.listing-page{padding-top:55px;}
.magenta_bar{height:55px;}
.magenta_bar li{font-size:16px;}
.heading{font-size:35px; line-height:45px; margin-bottom:35px;}
.officers_list, .memeber_list, .state_associations{padding:40px 0;}
.officers_list li{width:25%;}
.officers_list li img{margin-bottom:10px;}
.memeber_list{padding-bottom:10px;}
.memeber_list .fullrow{margin-bottom:35px;}
.memeber_list .fullrow .sub_heading{font-size:20px; line-height:35px; margin-bottom:20px;}
.memeber_list .fullrow .sub-heading{top: 12px;font-size: 14px;}
.memeber_list .fullrow .common li{font-size:16px; line-height:22px;}
.state_associations h3{font-size:20px;}
.state_associations li .td4 .copy_text{display:none;}
/* scroll_here */
.listing-page .scroll_here{top:-119px;}




}
@media only screen and (max-width:767px){/* 480 */
body{padding:0;}
.box{padding:0 6%;}
/* header */
.header{position:relative; left:inherit; top:inherit; padding:5px 20px;}
.head_left{width:calc(100% - 60px);}
.head_left li{padding:0 10px; line-height:22px;}
.head_left li:first-child{width:100%;}
.head_left li:first-child a{line-height:24px;}
.head_left li:nth-child(2){padding-left:0;}
.head_left li:nth-child(3){padding-right:0;}
.menu-thumb, .menu-close{right:20px;}
.nav-menu{padding:0px 15px 8px 15px;}
.nav-menu li{font-size:15px; margin:5px 0;}
.nav-menu li li{font-size:14px; line-height:20px;}
/* top-video */
.top-video .caption h1{font-size:26px; line-height:36px;}
.top-video .btm_text{font-size:17px; line-height:24px; bottom:25px;}
/* american_beverage */
.american_beverage{padding:25px 0 10px;}
.american_beverage h2, 
 .imgcarousel_wrap h2, 
.beverage_directory h2, 
.beverage_team h2 {font-size:22px; line-height:32px; margin-bottom:15px;}
.american_beverage h2{text-align:center;}
.american_beverage .leftcol{width:100%; padding:0 0 15px; text-align:center;}
.american_beverage .rightcol{width:100%;}
/* highlights */
.highlights{text-align:center; margin-bottom:25px;}
.highlights .carousel_wrap h3{width:65%; top:20px; font-size:22px; line-height:32px;}
.highlights_carousel .common{padding:85px 0 20px;}
.highlights_carousel .common .leftcol,
.highlights_carousel .common .leftcol2{width:100%; padding:0 0 15px;}
.highlights_carousel .common .leftcol .top_heading{font-size:20px; line-height:30px;}
.highlights_carousel .common .leftcol .big_font, 
.highlights_carousel .common .leftcol2 .big_font{font-size:18px; line-height:24px; margin-bottom:15px;}
.highlights_carousel .common .leftcol p.text, 
.highlights_carousel .common .leftcol2 p.text{font-size:16px; line-height:24px; padding-bottom:15px;}
.highlights_carousel .common .rightcol,
.highlights_carousel .common .rightcol2{width:100%; padding:0;}
.highlights_carousel .common.slide_2 .rightcol li:nth-child(1){padding-bottom:5px;}
.highlights_carousel .common.slide_4 .rightcol li:nth-child(2){padding:5px 0;}
.highlights_carousel .common.slide_7 .rightcol li:nth-child(1){padding-bottom:0;}
.highlights_carousel .common.slide_11 .rightcol li:nth-child(1){padding-bottom:5px;}
.highlights_carousel .common .rightcol2 li{padding:15px 25px 15px;}
.highlights_carousel .common .rightcol2 li h4{font-size:50px; line-height:55px;}
.highlights_carousel .common .rightcol2 li p{font-size:20px; letter-spacing:0;}
.highlights_carousel .common .btm_data{padding-top:20px;}
.highlights_carousel .common .btm_data li,
.highlights_carousel .common .btm_data li:nth-child(3) ~ li{width:50%; padding:10px;}
.highlights_carousel .common .btm_data li h4,
.highlights_carousel .common .btm_data li:nth-child(3) ~ li h4{font-size:40px; line-height:45px;}
.highlights_carousel .common .btm_data li p,
.highlights_carousel .common .btm_data li:nth-child(3) ~ li p{font-size:18px; line-height:24px;}
.highlights_carousel .common .rightcol li img{width:100%; max-width:300px;}
.owl-carousel .owl-prev,
.owl-carousel .owl-next{background-size:15px !important;}
.highlights .owl-pagination{width:auto; max-width:100%; padding:0 0px; left:50px; right:90px; bottom:20px; display:none;}
.highlights .owl-pagination .owl-page{background:#fff; width:23px; height:23px; border:2px solid #fff; margin:3px;}
.highlights .owl-pagination .owl-page span{width:13px; height:13px; left:3px; top:3px;}
.highlights_carousel .owl-buttons{width:auto; max-width:100%; left:10px; right:50px; bottom:inherit; top:13px;}
.highlights_carousel .owl-prev{left:10px;}
.highlights_carousel .owl-next{right:inherit; left:40px;}
.highlights .btn{right:20px; bottom:inherit; top:18px;}
.highlights .btn img{width:35px;}
/* imgcarousel_wrap */
.imgcarousel_wrap{padding:25px 0; text-align:center; margin-bottom:25px;}
.imgcarousel_wrap h2{margin-bottom:5px;}
.imgcarousel_wrap .subtitle{margin-bottom:15px;}
.imgcarousel_wrap .subtitle p{font-size:18px; line-height:24px;}
.imgcarousel_wrap .content_area{margin-bottom:25px;}
.imgcarousel_wrap .content_area .repeated_row .imgbox{width:100%; margin-bottom:15px;}
.imgcarousel_wrap .content_area .repeated_row .textbox{width:100%; float:left; padding:0; text-align:center; margin-bottom:10px;}
.imgcarousel_wrap .content_area .owl-buttons{width:100%; height:40px; float:left; position:relative;}
.imgcarousel_wrap .thumb_area{padding:0 20px;}
/* beverage_directory */
.beverage_directory .box{padding:10px 15px;}
.beverage_directory h2{letter-spacing:1px; margin:0px 0 5px;}
.beverage_directory li{font-size:18px; margin:1px 0; line-height:22px;}
/* beverage_team */
.beverage_team{padding:25px 0px;}
.beverage_team .box{text-align:center;}
.beverage_team h2{letter-spacing:1px; margin-bottom:5px;}
.beverage_team .full_row{margin:15px 0 20px;}
/* footer */
.footer .footer_top{padding:25px 0 20px;}
.footer .footer_top address{padding-bottom:25px;}
.footer .footer_top .links{padding-top:17px;}
.footer .footer_top .links li{width:100%; margin:4px 0;}
.footer .footer_btm ul{padding:0 10%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.footer .footer_btm li{width:40%; margin:5px 5%;}
.scroll-top{width:35px; height:35px;}
.scroll-top:after{left:11px; top:14px;}


/* inner-page *//* inner-page */
.listing-page{padding-top:0px;}
.magenta_bar{height:auto; position:inherit; left:inherit; top:inherit;}
.magenta_bar li,
.magenta_bar li:nth-child(2){width:100%; text-align:center; padding:0;}
.magenta_bar li ~ li{border-top:1px solid #fff;}
.magenta_bar li a{display:block; padding:3px 0;}
.officers_list, .memeber_list, .state_associations{padding:25px 0; border-width:4px;}
.heading{font-size:22px; line-height:32px; margin-bottom:15px;}
.officers_list ul{-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.officers_list li{width:50%; max-width:180px;}
.memeber_list{padding-bottom:10px;}
.memeber_list .heading{margin-bottom:15px;}
.memeber_list .fullrow{margin-bottom:25px;}
.memeber_list .fullrow .sub_heading{font-size:18px; line-height:26px; margin-bottom:25px; border:0; position:relative;}
.memeber_list .fullrow .sub-heading{font-size: 12px;width: 100%;text-align: center;top: 37px;}
.memeber_list .fullrow .sub_heading:after{content:''; background-color:#5F249F; width:100px; height:2px; position:absolute; left:50%; bottom:0; margin-left:-50px;}
.memeber_list .fullrow .common,
.memeber_list .fullrow .common.td2{width:100%; padding:0; text-align:center;}
.memeber_list .fullrow .common li{margin:5px 0;}
.state_associations h3{font-size:16px; line-height:24px; margin-bottom:25px;}
.state_associations h3 br{display:none;}
.state_associations .heading{margin-bottom:15px;}
.state_associations li .td1,
.state_associations li .td2,
.state_associations li .td3,
.state_associations li .td4,
.state_associations li .td5 {width:100%; text-align:center; padding:3px 0;}
/* scroll_here */
.scroll_here,
.listing-page .scroll_here{top:2px;}
.state_associations li.heading{display:none;}
}
@media only screen and (max-width:479px){/* 375 */
/* header */
.header{height:auto; padding-right:80px;}
.head_left{width:100%; text-align:left;}
.head_left li:first-child,
.head_left li{width:100%; padding:0;}
.head_left li:nth-child(3):before{display:none;}
.menu-thumb{width:35px; height:27px;}
.menu-thumb span.two{width:27px;}
.menu-thumb span.three{width:20px;}
.menu-close{right:15px;}
.nav-menu{width:100%; top:0px; right:0px; -webkit-box-shadow:rgba(0,0,0,.3)0px 0px 8px; -moz-box-shadow:rgba(0,0,0,.3)0px 0px 8px; -ms-box-shadow:rgba(0,0,0,.3)0px 0px 8px;-o-box-shadow:rgba(0,0,0,.3)0px 0px 8px; box-shadow:rgba(0,0,0,.3)0px 0px 8px;}
.nav-menu li{padding-right:30px;}
/* top-video */
.top-video .caption h1{font-size:22px; line-height:30px;}
.top-video .caption h1 br{display:none;}
.top-video .btm_text{font-size:16px; line-height:22px; bottom:15px;}
/* highlights */
.highlights .carousel_wrap h3{font-size:20px; line-height:25px;}
.highlights_carousel .common .leftcol .top_heading, 
.highlights_carousel .common .leftcol2 .top_heading{margin-bottom:10px;}
.highlights_carousel .common .leftcol .big_font, 
.highlights_carousel .common .leftcol2 .big_font{line-height:20px; margin-bottom:10px;}
.highlights_carousel .common .leftcol p.text, 
.highlights_carousel .common .leftcol2 p.text{line-height:20px; padding-bottom:10px;}
/* beverage_directory */
.beverage_directory{background-color:#5F249F;}
.beverage_directory .box {position:inherit; left:inherit; top:inherit; height:auto; -webkit-transform:none; -moz-transform:none;-ms-transform:none; -o-transform:none; transform:none;}
.beverage_directory ul{width:100%; float:left; margin-bottom:15px;}
/* footer */
.footer .footer_btm ul{padding:0;}
}
@media only screen and (max-width:374px){
/* header */
.top-video .caption h1{font-size:22px; line-height:30px;}
.top-video .btm_text{font-size:14px; line-height:19px;}
/* american_beverage */
.american_beverage .rightcol .common .img{width:140px;}
.american_beverage .rightcol .common .text{width:calc(100% - 140px);}


}



