html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: functionalfont;
  src: url(../fonts/bisonbold.ttf);
}

@font-face {
  font-family: titles;
  src: url(../fonts/onehungasans-regular.otf);
}

@font-face {
  font-family: script;
  src: url(../fonts/AltobelloDEMO-Regular.otf);
}

/************************************************ Background ************************************************/
body {
	background:#fff;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
   appearance: none;
}

/************************************************ Format ************************************************/

body, select, input, textarea {
	font-size:62.5%;
	font-family: roboto-condensed, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#ca9e67;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5 {
	line-height:1.1em;	
}

h1.center,h2.center,h3.center,h4.center,h5.center {
	text-align:center;
}

h1 {
	font-family:titles, sans-serif;
	font-size:60px;
	letter-spacing:10px;
	margin:0 0 15px;
}

h2 {
	font-family:titles, sans-serif;
	font-size:60px;
	letter-spacing:10px;
	margin:0 0 25px;
}

h2.small {
	font-size:50px;
}

span.currency {
	font-family: roboto-condensed, Arial, Helvetica, sans-serif;
}

h3 {
	font-size:18px;
	font-family:titles, sans-serif;
	letter-spacing:10px;
	margin:0 0 25px;
}

h4 {
	font-size:24px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

p {
	font-size:19px;
	line-height:1.3em;
	color:#ca9e67;
	padding:0 0 15px;
}

a {
	color:#00704f;
	text-decoration:none;
	transition: all 0.3s ease-out;
}

a:hover {
	color:#00704f;
	text-decoration:underline;
}

img {
	max-width: 100%;
}

img {
	height:auto;	
}

strong {
	font-weight:bold;	
}

em {
	font-style:italic;	
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
 }

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


/************************************************ Layout ************************************************/

.row {
	width:100%;
	float:left;
	padding:0 5%;
	z-index:3;
	position:relative;
	box-sizing: border-box;
	background: #fff;
}

.row.gold {
	background: #c4a06d;
	padding: 35px 5%;
}

.row.grey {
	background: rgb(226,239,237);
	padding: 80px 5%;
	text-align: center;
}
.row.grey.pink {
	background: #e8e3e5;
}
.row.grey.orange {
	background: #f8ddc7;
}
.row.grey.purple {
	background: #cac0cc;
}

.row.grey2 {
	background: rgb(226,239,237);
	background: -moz-linear-gradient(top,  rgba(226,239,237,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(226,239,237,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,239,237,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2efed', endColorstr='#ffffff',GradientType=0 );
	padding: 80px 5%;
	text-align: center;
}

.row.padd {
	padding: 80px 5%;
}

.row.topgrad {
	padding: 10% 5% 80px;
	background: rgb(226,239,237);
	background: -moz-linear-gradient(top,  rgba(226,239,237,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(226,239,237,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,239,237,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2efed', endColorstr='#ffffff',GradientType=0 );

}

.row_inner {
	max-width: 1100px;
	min-width: 800px;
	margin:0 auto;
}

header {
	width:100%;
	float:left;
	padding:0 5%;
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	box-sizing: border-box;
}

.header_inner {
	max-width: 1800px;
	margin:0 auto;
	position:relative;
}

#logo {
	width: 30%;
	transition: all 0.4s ease-out;
	position: fixed;
	top: -10px;
	left: -5px;
}

#logo.small {
	width:18%;
}

#logo:hover {
	opacity:0.7;
}

#logo img {
	width:100%;
}

/* Burger Icon */

.nav_circle {
	width:5%;
	position: fixed;
	right:6%;
	top:0;
	display:block;
	z-index:9999;
	margin:50px 0 0;
}

#nav-icon1 {
  width: 100%;
  height: 50px;
  margin:0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display:block;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #ca9e67;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
}

#nav-icon1.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

nav {
	width:230px;
	position:absolute;
	top:60px;
	right:0;
	background:#fff;
	display:none;	
}

nav ul {
	list-style-type:none;
}

nav ul li {
	width:100%;
	float:left;
	text-align:center;
	border-bottom:1px solid #ca9e67;
}

nav ul li a {
	color:#ca9e67;
	width:100%;
	float:left;
	font-size:22px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:10px 0;
	font-weight:bold;
	font-family: functionalfont;
}

nav ul li a:hover,
nav ul li a.selected {
	text-decoration:none;
	color:#00704f;
}

a.buy_now_button {
    margin: 40px 0 0;
    font-size: 18px;
    border: 2px solid #ca9e67;
    padding: 8px 14px;
    text-transform: uppercase;
    background: #ca9e67;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 8%;
}

a.buy_now_button:hover {
    border: 2px solid #e41f13;
    background: #e41f13;
	text-decoration: none;
}

.stripe_bar {
	width:20px;
	position:fixed;
	top:50%;
	z-index:20;
	left:0;
	display: none;
}

.stripe_bar.right {
	right:0;
	left: inherit;
}

.green_stripe,
.white_stripe,
.red_stripe {
	width:100%;
	height:14px;
	background:#018d36;
	position:relative;	
}

.white_stripe {
	background:#fff;	
}

.red_stripe {
	background:#e20612;	
}

.main_pic {
	width:100%;
	float:left;
	position:relative;
	margin:15% 0 0;
}

.notification_banner {
	width:100%;
	z-index: 2;
	background: #265b5a;
	padding: 10px 5%;
	text-align: center;
	color: #fff;
	font-size:13px;
	box-sizing: border-box;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hero {
	width: 100%;
	position: relative;
	height: 100vh;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: end;
	z-index: 1;
	float: left;
	overflow: hidden;
}

.video_top {
	width:100%;
	height: 100vh;
	position: relative;
	z-index: 2;
}

.videoWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/

.videoWrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.gold_button.large {
	font-size: 32px;
	padding: 13px 50px;
	margin: 0 0 5%;
	width: auto;
}

a.gold_button.full {
	padding: 10px;
	width: 100%;
}

a.gold_button {
    font-family: titles;
	font-size: 30px;
	text-align: center;
	color: #fff;
	background: #c4a06d;
	padding: 10px 30px;
	box-sizing: border-box;
	text-transform:uppercase;
	margin: 15px 0;
	z-index: 3;
	position: relative;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
	width: 80%;
}

a.gold_button:hover {
	background: #00704f;
	text-decoration: none;
}

.video_wrapper {
	position: relative;
	float:left;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	overflow: hidden;
	opacity:1;
}
.video_wrapper iframe {
   width: 100%;
   min-height: 100vh;
   min-width: 100%; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}


/*Homepage*/

ul.publications {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

ul.publications li {
	width:25%;
	text-align: center;
	font-size: 20px;
	color: #000;
	box-sizing: border-box;
	padding: 0 2%;
}

ul.publications li img {
	margin: 0 0 5px;
	width: 100%;
}

ul.publications li p {
	color:#000;
	padding: 0;
}

ul.reviews {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	color: #fff;
}

ul.reviews li {
	width:33.3%;
	text-align: center;
	font-size: 20px;
	color: #000;
	box-sizing: border-box;
	padding: 0 5%;
}

ul.reviews li img {
	width:60%;
	margin: 0 0 15px;
}

ul.reviews li p {
	width:100%;
	color: #fff;
	font-size: 18px;
}

ul.reviews li span {
	font-size: 20px;
	font-family: script;
	color: #fff;
}

ul.cocktail_short_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 50px 0 0;
}

ul.cocktail_short_list li {
	width:30%;
	text-align: center;
	font-size: 20px;
	color: #000;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease-out;
}

ul.cocktail_short_list li:last-child {
	margin-right: 0;
}

ul.cocktail_short_list li .cpic_surround {
	width:100%;
	position: relative;
	z-index: 2;
}

ul.cocktail_short_list li .cpic_surround img {
	width:100%;
	position: relative;
	z-index: 2;
	transform: scale(1);
	transition: all 0.3s ease-out;
}

ul.cocktail_short_list li:hover .cpic_surround img {
	transition: all 0.3s ease-out;
	transform: scale(0.98);
}

ul.cocktail_short_list li .cpic_surround:before {
	width:100%;
	height: 100%;
	content: '';
	background: url("../images/cocktailbg.svg") no-repeat top left;
	position: absolute;
	left: -5%;
	top:-3%;
	z-index: 1;
}

.intro_surround {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap row;
	padding: 80px 0 0;
}

.intro_bottles {
	width: 48%;
}

.intro_text {
	width:48%;
	text-align: center;
}

.full_row {
	width:100%;
	float: left;
	position: relative;
	z-index: 2;
	text-align: center;
	background:url("../images/ginobg.jpg") no-repeat top center;
	background-size:cover;
	min-height: 600px;
	height: 100vh;
}

.full_row img.small {
	width:80%;
}

.side_text {
	width:40%;
	position: absolute;
	bottom: 5%;
	left: 5%
}

.side_gino_gin {
	width:43%;
	position: absolute;
	top: 5%;
	right: 5%;
}

.instagram_area {
	padding: 80px 0 40px;
	width: 100%;
	float: left;
	text-align: center;
}

.instagram_area p {
	font-family:titles;
	font-size:24px;
}

ul.instagram_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 50px 0 0;
}

ul.instagram_list li {
	width:22%;
	text-align: center;
	font-size: 20px;
	color: #000;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	z-index: 2;
	margin: 0 0 4%;
}

ul.instagram_list li:last-child {
	margin-right: 0;
}

ul.instagram_list li .ipic_surround {
	width:100%;
	position: relative;
	z-index: 2;
}

ul.instagram_list li .ipic_surround img {
	width:100%;
	position: relative;
	z-index: 2;
}

ul.instagram_list li .ipic_surround:before {
	width:100%;
	height: 100%;
	content: '';
	background: url("../images/instagrambg.svg") no-repeat top left;
	position: absolute;
	left: -5%;
	top:-3%;
	z-index: 1;
}

.newsletter_area {
	width:70%;
	padding: 0;
	text-align: center;
	margin: 0 auto;
}

.newsletter_area h2 {
	font-size:50px;
	letter-spacing: 1px;
	margin: 0 0 40px;
}

.footer_roundel {
	width:25%;
	margin: 0 auto 15px;
}

ul.newsletter_area_links {
	display:flex;
	flex-flow: wrap row;
	justify-content: center;
	margin: 80px 0 0;
	width: 100%;
}

ul.newsletter_area_links li {
	color: #c3a06e;
	font-size:30px;
	font-family: titles;
	width: 33.3%;
	position: relative;
}

ul.newsletter_area_links li:after {
	background: #c3a06e;
	width: 2px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
}

ul.newsletter_area_links li:last-child:after {
	display:none;
}

ul.newsletter_area_links li a {
	color: #c3a06e;
	padding: 10px 5%;
	box-sizing: border-box;
}

ul.newsletter_area_links li a:hover {
	color: #00704f;
	text-decoration: none;
}

.emailer_form {
	width: 80%;
	margin: 0 auto;
}

.emailer_form_item {
	width: 70%;
	float: left;
}

.emailer_form_item input {
	background: none;
	border: 2px solid #c3a06e;
	font-size: 32px;
	padding: 10px;
	width: 100%;
	font-family: functionalfont;
	box-sizing: border-box;
	line-height: 1.5em;
	text-align: center;
	border-radius: 0;
}

.emailer_form_item input:focus {
	border: 2px solid #00704f;
}

.emailer_submit_surround {
	width: 30%;
	float: left;
}

.emailer_submit_surround .submit {
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #c3a06e;
	border: none;
	font-size: 32px;
	color: #fff;
	font-family: functionalfont;
	margin: 0;
	padding: 12px 15px;
	cursor: pointer;
	transition: all 0.3s ease-out;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.5em;
	border-radius: 0;
}

.emailer_submit_surround .submit:hover {
	background: #00704f;
}


/*Shop*/
.shop_row {
	width:100%;
	background: url("../images/patternbg.png") #fff no-repeat top center;
	background-size: cover;
	padding: 120px 5% 0;
	box-sizing: border-box;
	text-align: center;
}

.shop_row h1 {
	font-size:80px;
	text-align: center;
	margin: 0 0 50px;
}

.shop_row h2 {
	font-size:50px;
	margin: 0 0 15px;
}

.shop_square_box_surround {
	width:100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.shop_square_box {
	width:24%;
	font-family: titles;
	text-align: center;
	margin: 0 0 10%;
	transition: all 0.3s ease-out;
	overflow: hidden;
}

.shop_square_box .add_to_cart {
  margin: 0;
}

.shop_square_box img {
	margin:0;
	transition: all 0.3s ease-out;
	transform: scale(1);
}

.shop_square_box a {
	color:#c4a06d;
}

.shop_square_box a:hover {
	color:#00704f;
	text-decoration: none;
	opacity: 0.8;
}

.shop_square_box a:hover img {
	transform: scale(1.05);
}

.shop_square_box a:hover p {
	color:#00704f;
}

.shop_square_box p {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
	padding: 0;
	transition: all 0.3s ease-out;
}

.shop_square_box p.small {
	font-size: 24px;
}

.add_to_cart {
  margin: 10px 0 20px -10px;
  text-align: center;
  display: flex;
}

/*about*/
.text_block_surround {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 80px 0 0;
	width: 100%;
	align-items: center;
}

.text_block_surround.top {
	padding:120px 0 0;
}

.text_block_surround.bottom {
	padding:80px 0;
}

.text_block_surround.nopadd {
	padding:0;
}

.image_block {
	width:65%;
	order: 2;
}

.image_block.left {
	order:1;
}

.text_block {
	width:30%;
	order: 1;
}

.text_block h2,
.text_block h3 {
	font-size:46px;
}

.text_block.right {
	width:30%;
	order:2;
}

.button_center {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0 0;
	order: 3;
}

.map_row {
	width:100%;
	padding: 30px 5% 80px;
	box-sizing: border-box;
	background: url("../images/mapbg.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	position: relative;
}

.map_row:after {
	width:100%;
	position: absolute;
	content: '';
	border-bottom: 8px dotted #fff;
	bottom: 1px;
	left: 0;
}

.map_side {
	width:65%;
	display: flex;
	align-items: flex-end;
}


/*gino*/

.gino_top {
	width:100%;
	float: left;
}

.gino_row2 {
	width: 100%;
	background: url("../images/patternbg.png") no-repeat top center;
	background-size: auto;
	background-size: cover!important;
	padding: 80px 5% 0;
	box-sizing: border-box;
	float: left;
}

.gino_row3 {
	width: 100%;
	background: url("../images/patternbg.png") no-repeat top center;
	background-size: auto;
	background-size: cover!important;
	padding: 0 5%;
	box-sizing: border-box;
	float: left;
}

.gino_row4 {
	width: 100%;
	background: url("../images/wording-bluebg.png") no-repeat top center;
	background-size: cover!important;
	padding: 80px 5%;
	box-sizing: border-box;
	float: left;
}

.gino_row2 p,
.gino_row3 p {
	font-size:22px;
	padding: 0 0 25px;
}

.gino_row3 .intro_text p {
	font-size:19px;
	padding: 0 0 25px;
}

.gino_row3 .intro_text {
	padding-bottom: 30px;
}

.gino_row3 .drinks_and_gino {
	padding: 0;
	align-items: center;
}

.gino_row3 .gino_side {
  width: 46%;
}

.gino_row3 .sign_drinks {
	width: 54%;
}

.gino_row3 .drinks_and_gino h4 {
	font-family:titles;
	font-size: 36px;
}

.gino_row4 .text_block_surround {
	padding: 20px 0 0;
}

.image_block.small {
	width:48%;
	box-sizing: border-box;
}

.text_block.large {
	width:48%;
	padding-left: 5%;
	box-sizing: border-box;
}

.text_block.large p {
	font-size:28px;
	padding: 0 0 35px;
}

.text_block.large h2,
.text_block.large h3 {
	font-size:50px;
}


/*products*/
.product_bg {
	width: 100%;
	background-size: cover!important;
	padding: 10% 5% 0;
	box-sizing: border-box;
	float: left;
}

.product_bg.blue {
	background: url("../images/wording-bluebg.png") no-repeat top center;
}
.product_bg.pink {
	background: url("../images/patternbg.png") #e8e3e5 no-repeat top center;
}
.product_bg.orange {
	background: url("../images/patternbg.png") #f8ddc7 no-repeat top center;
}
.product_bg.purple {
	background: url("../images/patternbg.png") #cac0cc no-repeat top center;
}

.product_info {
	display: flex;
	flex-flow: row wrap;
	width:100%;
	justify-content: space-between;
	margin: 0 0 80px;
}

.product_pics {
	width:43%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

.product_pic_main {
	width:70%;
	text-align: center;
}

.product_pic_main img.small {
	width:75%;
}

.product_pic_thumbs {
	width:15%;
	padding:0 5% 0 0;
}
.thumb_tabs {
  overflow-y: scroll;
  width: 100%;
}
.thumb_tabs ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
	flex-flow: row wrap;
}
.thumb_tabs li {
	margin: 15px 0 0;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.thumb_tabs li a {
	width: 100%;
	float: left;
	box-sizing: border-box;
	opacity: 0.7;
}
.thumb_tabs li a:hover {
	opacity: 1;
}
.thumb_tabs li a p {
	padding: 0;
	margin: 0 0 5px;
	font-size: 15px;
	color: #fff;
}
.thumb_tabs li a img {
	border: 2px solid transparent;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.thumb_tabs ul li.active a {
	opacity:1;
}
.thumb_tabs ul li.active a img {
	border-color:#c4a06d;
}

.product_details {
	width:40%;
	padding: 50px 10% 80px 0;
}

.product_details h1 {
	letter-spacing:2px;
	font-size: 64px;
}

.product_details h1 sup {
	font-size: 24px;
	position: relative;
	top: -40px;
}

.product_details h3 {
	letter-spacing:2px;
	font-size:30px;
	margin: 0 0 10px;
}

.product_details img.stars {
	width:180px;
	margin: 0 0 10px;
}

.product_details p.price {
	font-family: roboto-condensed, Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin: 0 0 15px;
	padding: 0;
}
.product_details p.title {
	letter-spacing:2px;
	font-size:26px;
	font-family: titles, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.product_details p {
	font-size:19px;
}

#product-component-1657027865916 iframe:first-child{
	display: none!important;
}


/*drinks*/
.drinks_row {
	width:100%;
	background: url("../images/patternbg.png") no-repeat top center;
	background-size: cover;
	padding: 10% 5% 80px;
	box-sizing: border-box;
	text-align: center;
	float: left;
}

.drinks_row.lower {
	padding: 0 5% 0;
}

.video_slider_surround {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-flow: row wrap;
}
.video_left {
	width: 100%;
	margin: 0 0 20px;
}
.video_slider {
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
	color: #fff;
	font-style: italic;
	text-align: center;
}
.video_slider h4 {
	font-size: 24px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.v_tabs {
  overflow-y: scroll;
  width: 100%;
}
.v_tabs ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.v_tabs li {
	margin: 0 0 15px;
	width: 30%;
	float: left;
	box-sizing: border-box;
}
.v_tabs li a {
	width: 100%;
	float: left;
	box-sizing: border-box;
	opacity: 0.7;
}
.v_tabs li a:hover {
	opacity: 1;
}
.v_tabs li a p {
	padding: 0;
	margin: 0 0 5px;
	font-size: 15px;
	color: #fff;
}
.v_tabs li a img {
	border: 5px solid #fff;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.v_tabs ul li.active a {
	opacity:1;
}
.v_tabs ul li.active a img {
	border-color:#c4a06d;
}

.drinks_row h1 {
	font-size:90px;
	text-align: center;
	margin: 0 0 50px;
}

.drinks_row h2 {
	font-size:50px;
	margin: 0 0 15px;
}

.drinks_and_gino {
	display: flex;
	justify-content: stretch;
	width: 100%;
	box-sizing: border-box;
	padding: 90px 0 0;
}

.gino_side {
	width:60%;
	display: flex;
	align-items: flex-end;
}

.sign_drinks {
	width:40%;
	display: flex;
	align-items: center;
	flex-flow: wrap;
	justify-content: center;
	position: relative;
}

.sign_drinks a.gold_button {
  margin: 0;
  position: absolute;
  width: 80%;
  bottom: 10%;
  left: 20%;
}

img.intro_roundel {
	width:18%!important;
	position:absolute;
	top:-10%;
	right:-5%;
	z-index: 3;
}

img.intro_roundel {
	width:50%;
}

.main_pic img {
    width: 100%;
}

.top_bottles {
	width:50%;
	margin:0 auto;	
}

.top_bottles img {
	margin-top:-250px;
	z-index:2;
	position:relative;
	transition: all 1.5s ease-out;	
}

.top_bottles img.fixed {
	margin-top:-450px;
	z-index:2;
	position:relative;
	transition: all 1.5s ease-out;
}

.intro_area {
	width:100%;
	float:left;
	background:#fff;
	padding: 80px 0;
}

.intro_area_left {
	width:50%;
	float:left;
	padding:20px 5%;
	box-sizing:border-box;
	background:#fff;
}

.intro_area_right {
	width:50%;
	float:right;
	position:relative;
	box-sizing:border-box;
}

.side_pics {
	width:100%;
	float:left;
	position:relative;	
}

.side_pic1 {
	width: 50%;
	position: absolute;
	margin: 3% 0 0;
	top: -15%;
	left: -3%;
}

.side_pic2 {
	width: 46.8%;
	float: right;
	position: relative;
	margin: 3% 3% 0 0;
}


/************************************************ Range ************************************************/

.drinks_surround {
	width:100%;
	float:left;
	padding:100px 0;
	position:relative;
	z-index:4;
	background:#fff;
}

.drinks_item.first {
	opacity:1!important;
	/*margin:0 0 400px;*/
}

.drinks_item {
	width:100%;
	float:left;
	margin:0 0 0;
	opacity:1;
	/*position: -webkit-sticky;*/
	position:relative;
	display:flex;
	align-content:stretch;
	justify-content:space-between;
	top:20%;
	overflow:hidden;
	align-items:center;
}

.drinks_item.last {
	padding:0 0 150px;
	margin:0;
}

.drinks_item.last .drinks_left,
.drinks_item.last .drinks_right {
	background:none;
}

.drinks_left {
	width:45%;
	float:left;
	text-align:center;
	background:#fff;
	margin-left:0;
}

.drinks_left img {
	float:right;
}

.drinks_left img.smaller {
	width:75%;
}

.drinks_right {
	width:50%;
	float:right;	
	background:#fff;
	padding:20px 5% 20px 0;
	box-sizing:border-box;
}

.drinks_right h3 {
	font-size:64px;
	letter-spacing:12px;
	margin:0 0 15px;
}

.drinks_right h4 {
	font-size:19px;
	margin:0 0 15px;
	line-height:1.3em;
}

.drinks_right h5 {
	font-size:28px;
	margin:0 0 15px;
	font-family: titles;
}

.drinks_right h5.small {
	margin:0 0 5px;
}

.drinks_right h5 strong {
	color:#e41f13;
}

.drinks_right p {
	padding:0;
}

.drinks_right p.large {
	font-size:19px;
	padding:0 0 25px;
}


/************************************************ Map ************************************************/

.map_provence {
	width:100%;
	float:left;
	height:auto;
	background-attachment:fixed!important;
	background:url(../images/provencebg1.jpg) no-repeat 50% 50%;
	background-size:cover!important;
	position:relative;
	z-index:3;
	margin:-200px 0 0;
}

.arrow_right,
.arrow_left {
	font-size:80px;
	color:#fff;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:4;
	cursor:pointer;
	transition: all 0.3s ease-out;
}
.arrow_right:hover,
.arrow_left:hover {
	opacity:.7;
}

.arrow_left {
	left:2%;	
}

.arrow_right {
	right:2%;	
}

.slide {
	width:100%;
	float:left;	
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	z-index:2;
}

.slide.one {
	background:url(../images/provencebg1.jpg) no-repeat 50% 50%;
	background-size:cover!important;
	display:block!important;
	position:relative;
	height:auto;
}

.slide.two {
	background:url(../images/provencebg1-1.jpg) no-repeat 50% 50%;
	background-size:cover!important;
}
.slide.three {
	background:url(../images/provencebg2.jpg) no-repeat 50% 50%;
	background-size:cover!important;
}
.slide.four {
	background:url(../images/provencebg3.jpg) no-repeat 50% 50%;
	background-size:cover!important;
}
.slide.five {
	background:url(../images/provencebg4.jpg) no-repeat 50% 50%;
	background-size:cover!important;
}

.map_text {
	width:40%;	
}

.map_text h2 {
	font-size:50px;
}

.map_surround {
	position:relative;
	width:45%;	
}

.center_map {
	/*width:80%;*/
	max-width: 1200px;
	min-width: 0;
	margin:50px auto;
	position:relative;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}

.gradient {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,53,74,0.5);
	z-index:1;
}

.bullet_surround {
    width: 100%;
    text-align: left;
    float: left;
    margin: 0 0 50px;
}	

.bullet,
.bulletselected {
	width:30px;
	height:30px;
	border-radius:50%;
	margin-right:20px;
	display:inline-block;
	vertical-align:middle;	
}
.bullet {
	cursor:pointer;
	transition: all 0.3s ease-out;
}
.bullet:hover {
	opacity:.7;
}
.bulletselected {
	width:50px;
	height:50px;
	border:4px solid #fff;
}

.bulletselected.blue2 {
	background:#0065a3;	
}
.bulletselected.green2 {
	background:#00a551;	
}
.bulletselected.purple2 {
	background:#652d90;	
}
.bulletselected.yellow2 {
	background:#fff100;	
}
.bulletselected.target2 {
	background:url(../images/target.png) no-repeat center;	
	background-size:100%;
	border:4px solid transparent;
}

.bullet_surround .bullet.blue {
	background:#0065a3;	
}
.bullet_surround .bullet.green {
	background:#00a551;	
}
.bullet_surround .bullet.purple {
	background:#652d90;	
}
.bullet_surround .bullet.yellow {
	background:#fff100;	
}
.bullet_surround .bullet.target {
	background:url(../images/target.png) no-repeat center;	
	background-size:100%;
}

.center_map h2,
.center_map p {
	color:#fff;	
}

.map_marker.one.green {
	width: 42.5%;
	height: 36.5%;
	position: absolute;
	background:transparent;
	border-radius: 50%;
	left: 4.5%;
	top: -0.5%;
	z-index: 3;
}

.map_marker.two.purple {
    width: 25%;
	height: 21%;
	position: absolute;
	background:transparent;
	border-radius: 50%;
	left: 23%;
	top: 28.5%;
	z-index: 3;
}

.map_marker.three.yellow {
	width: 49%;
	height: 40%;
	position: absolute;
	background:transparent;
	border-radius: 50%;
	left: 42%;
	bottom: 2%;
	z-index: 3;
}

.map_marker.four.target {
	width: 7.5%;
	height: 7.3%;
	position: absolute;
	background:transparent;
	border-radius: 50%;
	left: 38%;
	top: 22.5%;
	z-index: 4;
}

.map_marker:hover {
	background:rgba(255,255,255,0.3);
}


/************************************************ Modal Styles ************************************************/

#modal_newsletter {
	display:none;
	width:600px;	
}

.modal_title {
	background: rgb(0,112,183);
	background: -moz-linear-gradient(left, rgba(0,112,183,1) 0%, rgba(123,206,242,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,112,183,1) 0%,rgba(123,206,242,1) 100%);
	background: linear-gradient(to right, rgba(0,112,183,1) 0%,rgba(123,206,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070b7', endColorstr='#7bcef2',GradientType=1 );
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:20px;
	font-size:20px;
	font-weight:bold;
	color:#fff;	
}

.modal_title p {
	font-size:22px;
	padding:0;
}

.modal_content {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:24px;	
}

.modal_content p {
	font-size:16px;	
	font-weight:500;
}

.team_modal.animated-modal {
	max-width:600px!important;
	display:none;	
}

.modal_title2 {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:0;
	font-size:20px;
	font-weight:bold;
	color:#fff;
}

.modal_title2 p {
	font-size:36px;
	padding:0 5% 0 0;
	width:45%;
	float:right;
	line-height:1em;
	font-weight:500;
}

.modal_title2 span {
	font-size:24px;
}

.modal_title2 a i {
	font-size:18px;
	color:#fff;
	margin:0 0 0 10px;
	display:inline-block;
}

.team_pic {
	width:40%;
	float:left;	
	margin:-100px 0 30px 5%;
}

.member_content {
	width:100%;
	float:left;
	padding:25px 5%;
	box-sizing:border-box;	
}

.member_content h2 {
	font-size:32px;
	margin:0 0 10px;
}

.member_content p {
	font-size:19px;
}

.fancybox-close-small {
	color:#fff!important;
	top:8px!important;	
}

.fancybox-close-small:hover:after {
  color: #fff!important;
  background: #ca9e67!important; }

.fancybox-close-small:after {
	color:#fff!important;	
}

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal .modal_title p,
.animated-modal .modal_content,
.animated-modal .modal_title2 p,
.animated-modal .team_pic,
.animated-modal .member_content {
  transform: translateY(-50px);
  opacity: 0;
  
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal .modal_title p,
.fancybox-slide--current .animated-modal .modal_content,
.fancybox-slide--current .animated-modal .modal_title2 p,
.fancybox-slide--current .animated-modal .team_pic,
.fancybox-slide--current .animated-modal .member_content  {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal .modal_title p,
.fancybox-slide--current .animated-modal .modal_title2 p,
.fancybox-slide--current .animated-modal .team_pic {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal .modal_content,
.fancybox-slide--current .animated-modal .member_content {
  transition-delay: .2s;
}


/************************************************ Drinks ************************************************/

.row_masonry {
	padding:120px 0 0;
	background:#fff;
	float:left;
	position:relative;
	z-index:3;
	width:100%;
	text-align:center;
}

.row_masonry h2 {
	margin:0 0 80px;
}

.box_surround {
	float:left;
	width:100%;
}

.box1 {
	width:49%;
	float:left;
	position:relative;	
}

.box_top_text {
	float:right;
	padding:25px 5%;
	box-sizing:border-box;
	width:48%;
	text-align:left;	
}

.box_top_text p {
	font-size:30px;	
}

.box2 {
	width:42%;
	float:right;
	position:relative;
	margin:50px 0 70px;	
}

.box3 {
	width:55%;
	float:left;
	position:relative;
	margin:50px 0 2%;	
}

.box4 {
	width:30%;
	float:right;
	position:relative;
	margin:50px 5% 2% 0;
	vertical-align:bottom;	
}

.box5 {
	width:35%;
	float:left;
	position:relative;
	margin:50px 0 2% 5%;	
}

.box6 {
	width:55%;
	float:right;
	position:relative;
	margin:50px 0 2% 0;	
}

.box7 {
	width:45%;
	float:left;
	position:relative;
	margin:50px 0 0 0;	
}

.box8 {
	width:45%;
	float:right;
	position:relative;
	margin:150px 0 0;	
}

.box9 {
	width:30%;
	float:left;
	position:relative;
	margin:50px 6% 2% 0;
	vertical-align:bottom;	
}

.box10 {
	width:26%;
	float:left;
	margin:5% 0 2% 0;	
	vertical-align:bottom;
}

.box11 {
	width:32%;
	float:right;
	margin:-20px 0 2% 0;
	vertical-align:bottom;	
}

.box12 {
	width:32%;
	float:left;
	position:relative;
	margin:50px 0% 2% 5%;
	vertical-align:bottom;	
}

.box13 {
	width:32%;
	float:left;
	margin:-8% 0 2% 2%;
	vertical-align:bottom;	
}

.box14 {
	width:24%;
	float:right;
	margin:-20px 0 2% 0;
	vertical-align:bottom;	
}

.box15 {
	width:30%;
	float:left;
	position:relative;
	margin:50px 6% 2% 3%;
	vertical-align:bottom;	
}

.box_layout {
	position:relative;
	color:#f3efdc;
	line-height:0;
	overflow:hidden;
}

.box_layout img {
	width:100%;
}

.box_layout .text {
	width:100%;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.box_layout:hover .text {
	opacity:0;	
}

.box_layout h2 {
	font-size:45px;
	color:#ca9e67;
	line-height:1em;
	padding:0;
	position:relative;
	margin:0;
}

.box_layout p {
	font-size:19px;
}

.box_layout p strong {
	font-size:19px;
	color:#ca9e67;
}

.box_layout .text_overlay {
	width:100%;
	position:absolute;
	top: 0;
    transform:none;
	left:0;
	overflow:scroll;
	height:0;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.9);
	opacity:0;
	transition: all 0.5s ease-out;
}

.box_layout:hover .text_overlay {
  height: 100%;
}

.box_layout .text_overlay h2 {
	padding:0 0 20px;
	margin:0;
}

.box_layout .text_overlay h2:after {
	bottom:0;
}

.box_layout .text_overlay_inner {
	width:100%;
	position:absolute;
	padding:50px 10%;
	box-sizing:border-box;
	top: 50%;
    transform: translateY(-50%);
	left:0;
	right:0;
	margin:auto;
}

.text_overlay_inner a.gold_button {
	line-height: 1em;
}

.box_layout:hover .text_overlay {
	opacity:1;
}

.box_layout:hover .text {
	opacity:0;
}


/************************************************ Shop ************************************************/

.shop_surround {
	width:100%;
	margin:120px auto;	
}

/************************************************ General ************************************************/

#general #logo,
#general #logo.small {
	width:15%;
}

.central_info {
	width:60%;
	float:none;
	padding:30px;
	box-sizing:border-box;
	z-index:3;
	margin: -4% auto 0;
}

.central_info ul {
	width:100%;
	float:left;
	margin:0 0 30px;
	list-style-type:disc;	
}

.central_info ul li {
	width:100%;
	padding:10px 0 10px;
	font-size:19px;
	line-height:1.3em;	
}


/************************************************ Contact Form Elements ************************************************/

.contact_surround {
	width:80%;
	margin:0 auto;
	padding:25px;
	box-sizing:border-box;
}

/************************************************ Contact ************************************************/

.contact_right {
	width:35%;
	float:right;
}

.contact_right h1,
.contact_left h1 {
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:52px;
	font-family: titles;
	text-align:left;
	margin:0 0 10px;
}

.contact_left {
	width:55%;
	float:left;
	box-sizing:border-box;
}

.distributor {
	width:100%;
	float:left;
	padding:30px 0 0;
	margin:0 0 30px;	
}

.distributor h4 {
	font-size:20px;
	margin:0;
	font-family: roboto-condensed;
	letter-spacing:normal;
	font-weight:300;
	text-transform:none;
}

.distributor h3 {
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:36px;
	font-family: titles;
	margin:0 0 10px;
}

.distributor p {
	padding:0;
	line-height:1.3em;
}

.distributor p span {
	float:left;
	width:5%;
}

.distributor a {
	color:#ca9e67;
	margin-left:10px;
	float:left;
}

.distributor a:hover {
	text-decoration:underline;
	color:#ca9e67;
}

#form_area {
	width:100%;
	padding:10px 0 0;
	margin:0 0 40px;
	float:left;
	text-align:left;
}


.form_item input {
	box-sizing: border-box;
    float: left;
    height: 45px;
    margin: 0 0 30px;
    padding: 12px 0 10px 10px;
    width: 100%;
	color:#fff;
	border:none;
	font-size: 16px;
	background:#cccccc;
	border-radius: 0;
}

.form_item label,
.form_item_message label{
	display:block;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:22px;
	color:#ca9e67;
	font-family: functionalfont;
	text-align:left;
	margin:0 0 10px;
}

.form_item_message textarea {
	height:120px;
	width:100%;
	padding: 12px 0 10px 10px;
	box-sizing: border-box;
	color:#fff;
	border:none;
	font-size: 16px;
	background:#cccccc;
	border-radius: 0;
}

.form_item label.warning,
.form_item_message label.warning {
	color:#000;	
}

.form_submit {
	width:100%;
	float:left;
	text-align:left;
	margin:20px 0 0;
}

.submit {
	text-transform:uppercase;
	letter-spacing:1px;
	background:#c3a06e;
	border:none;
	font-size:24px;
	color:#fff;
	font-family: functionalfont;
	margin:0;
	padding:8px 25px;
	cursor:pointer;
	transition: all 0.3s ease-out;
	border-radius: 0;
}

.submit:hover {
	background:#00704f;
	color:#fff;	
}

.captcha_surround {
	width:100%;
	float:left;
	margin:15px 0 0;	
}

.g-recaptcha {
	width:100%;
	float:left;
	position:relative;	
}

p.red_text {
	color:#FF0004;
	text-transform:uppercase;
	font-size: 18px;	
}

p.green_text {
	color:#018d36;
	text-transform:uppercase;
	font-size: 18px;
	font-weight:bold;	
}

.address {
	width:100%;
	float:left;
	margin:0;	
}

.address p {
	font-size:17px;
}


/************************************************ Footer ************************************************/

footer {
	width:100%;
	float:left;
	bottom:0;
	left:0;
	background:#00704f;
	position:relative;
	margin:0;
	padding:30px 5%;
	z-index:4;
	box-sizing: border-box;
	font-family: functionalfont;
}

.footer_left {
	float:left;	
}

.footer_left p {
	font-size:14px;
	padding:0;
	color:#fff;
	font-family: minion-3;
}

ul.footer_links {
	display:flex;
	flex-flow:row nowrap;
	margin:0 0 5px;
}

ul.footer_links li {
	text-transform:uppercase;
	font-size:20px;
	margin-right:15px;
}

ul.footer_links li a {
	color:#fff;
}

ul.footer_links li a:hover {
	color:#ca9e67;
	text-decoration:none;
}

.footer_right {
	float:right;	
}

.footer_right p {
	color:#fff;
	padding:0 10px 0 0;
	font-size:24px;
	text-transform:uppercase;
	float:left;
}

ul.social_links {
	display:flex;
	width:auto;
	margin:3px 0 0;
	flex-flow:row nowrap;
	justify-content:space-between;
}

ul.social_links li {
	font-size:18px;
	margin-left:10px;
}

ul.social_links li a {
	color:#00704f;
	background:#fff;
	border-radius:5px;
	padding:3px 0;
	text-align:center;
	width:25px;
	height:25px;
	float:left;
	box-sizing:border-box;
}

ul.social_links li a:hover {
	color:#00704f;
	background:#ca9e67;
	text-decoration:none;
}

/************************************************ Shop Area ************************************************/

.row.shop_area {
	background-color: rgba(255,255,255,0);
	padding: 80px 5%;
}

.row.shop_area .row_inner {
	/*background:url("../images/shop-box.jpg") no-repeat top left;*/
	background-size:cover!important;
	padding: 80px 0;
}

.shop_section {
	background-color: rgba(60,56,49,0.9);
	width:100%;
	float: left;
	padding: 50px 3%;
	box-sizing: border-box;
	margin: 80px 0 0;
	position: relative;
}

/* Style the tab */
.tab {
	float: left;
	width: 30%;
	box-sizing: border-box;
	padding-right:3%;
	text-align: center;
}

.tabs_menu {
	height: 250px;
	overflow-y: scroll;
	width: 100%;
	float: left;
}

/* Style the buttons that are used to open the tab content */
.tab a.tablinks {
	display: block;
	float: left;
	padding: 5px 10px;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	border-top: 1px solid #fff;
	box-sizing: border-box;
}

/* Change background color of buttons on hover */
.tab a.tablinks:hover {
	opacity:0.8;
	text-decoration: none;
}

/* Create an active/current "tab button" class */
.tab a.tablinks.active {
 	background-color: #fff;
	color: #3c3831;
}

/* Style the tab content */
/*.tabcontent {
	float: left;
	padding: 0px 2% 30px;
	border: 1px solid #ccc;
	width: 70%;
	overflow: hidden;
	box-sizing: border-box;
	min-height: 450px;
}*/

.tabcontent {
	position: relative;
	width: 70%;
	float: right;
	overflow: hidden;
}

.tabcontent_inner {
	position: relative;
	float: left;
	padding: 0px 2% 30px;
	border: 1px solid #ccc;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.tabs_top {
	width:100%;
	float: left;
	text-align: center;
	margin: 0 0 20px;
	background: url("../images/symbol-shop.svg") no-repeat top center;
}

.tabs_top img {
	width:50%;
}

.tabs_top p {
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    padding: 0;
    font-family: titles, sans-serif;
    letter-spacing: 2px;
}

.shop_title_surround{
	width:100%;
	display: flex;
	justify-content: center;
}

.shop_title {
	width:auto;
	margin: 40px auto 30px;
	padding: 10px 30px;
	box-sizing: border-box;
	border: 2px solid #fff;
	text-align: center;
}

.shop_title p {
	font-style: normal;
	font-size: 18px;
	padding: 0;
	font-family: titles, sans-serif;
	letter-spacing: 2px;
}
.shop_title p.large {
	font-size: 28px;
	font-weight: normal;
}

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

.shop_section {
    padding: 20px 3%;
    margin: 0;
}
	
.add_to_cart {
  margin: 15px 0 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.row.shop_area .row_inner {
	padding: 0;
}
	
.tab {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    text-align: center;
}

.tabs_menu {
    height: 140px;
    overflow-y: scroll;
    width: 100%;
    float: left;
}

.tabcontent {
    float: left;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

.tabcontent_inner {
	position: relative;
	float: left;
	padding: 0px 2% 30px;
	width: 100%;
	border: none;
}

.shop_title {
    width: 100%;
    margin: 40px 0 30px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 2px solid #fff;
    text-align: center;
    float: left;
}

}



/************************************************ Smaller screens ************************************************/

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

.header_inner {
    max-width: 100%;
}	
	
}

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

#logo {
  width: 25%;
}	
	
.hero {
	height: 80vh;
	min-height: 500px;
}
	
.full_row {
	height: 600px;
}
	
.newsletter_area {
  width: 100%;
  margin: 0 auto;
}
	
.shop_row {
  padding: 10% 5% 0;
}
	
.top_bottles {
    width: 60%;
    margin: 0 auto;
}

.top_bottles img {
    margin-top: -40%;
}

.top_bottles img.fixed {
	margin-top:-65%;
}

.intro_area {
    width: 100%;
    float: left;
    background: 
    #fff;
    margin: 20px 0 0;
}

.side_pic1 {
    top: 0;
	margin:0;
}

.center_map h2 {
    font-size:52px;
}

.map_provence {
	background-attachment:inherit!important;
}

.box_layout h2 {
    font-size: 36px;
}

.box9 {
    margin: 50px 4% 2% 0;
}

.box10 {
    width: 30%;
    margin: 10% 0 2% 0;
}

.box14 {
    width: 32%;
    float: right;
    margin: 0 0 2% 0;

}


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

.notification_banner {
  padding: 10px 25%;
}
	
.hero {
	height: 500px;
}
	
.text_block_surround {
  align-items: flex-start;
}
	
.row_inner {
	max-width: 1200px;
	min-width: 0;
	margin:0 auto;
}
	
.map_row {
  width: 100%;
  padding: 30px 5%;
}
	
.drinks_and_gino {
  padding: 0;
}
	
.gino_row3 .drinks_and_gino {
  padding: 0;
  align-items: flex-end;
}
	
.gino_row3 .sign_drinks {
  width: 54%;
  margin: 0 0 50px;
}
	
.gino_row4 {
  padding: 50px 5%;
}
	
.product_pics {
  align-items: center;
}
	
.product_details {
  width: 50%;
  padding: 0 0 50px 0;
}
	
.central_info {
	width:100%;
	margin: 0 auto 0;
}

.intro_area_left {
    width: 100%;
    float: left;
    padding: 20px 5%;
    box-sizing: border-box;
}

.intro_area_right {
    width: 100%;
    float: right;
    position: relative;
    box-sizing: border-box;
}
	
.video_wrapper {
	height: 500px;
}

img.intro_roundel {
    width: 18% !important;
    position: absolute;
    top: -5%;
    right: -3%;
}

.drinks_surround {
	text-align:center;	
}

.drinks_item,
.drinks_item.first {
	position:relative;
	display:block;
	margin:0 0 50px;
	opacity:1!important;
}

.drinks_left {
	background:none;	
	width:100%;
	margin:0;
	padding:0 15%;
	box-sizing:border-box;
}

.drinks_right {
    width: 100%;
    float: right;
    background:#fff;
    padding: 0 5% 20px;
    box-sizing: border-box;
    display: block;
}

.center_map {
    width: 80%;
    margin: 50px auto;
    flex-wrap: wrap;
}

.map_text {
    width: 100%;
	margin:0 0 20px;
	text-align:center;
}

.map_surround {
    position: relative;
    width: 100%;
}

.bullet_surround {
    text-align: center;
	margin:50px 0 0;
}

.side_pic1 {
    top: 0px;
    margin: 5% 0 0;
	position:relative;
	float:left;
	left:0;
	width:48%;
}

.side_pic2 {
    width: 47.8%;
    margin: 3% 0 0 0;
}

.box_layout .text_overlay_inner {
    width: 100%;
    position: absolute;
    padding: 50px 10%;
    box-sizing: border-box;
    transform:none;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: scroll;
    top: inherit;
}

.box9 {
    width: 57%;
}

.box10 {
    width: 38%;
}

.box11 {
    width: 39%;
    float: right;
    margin: 20px 0 2% 0;
}

.box12 {
    width: 54%;
}

.box6 {
    width: 81%;
}

.box13 {
    width: 48%;
    float: left;
    margin: 20px 0 2% 2%;
}

.box15 {
    width: 60%;
}

.box14 {
    width: 46%;
    float: right;
    margin: 0 0 2% 0;
}
	
}



/************************************************ Mobile ************************************************/

@media handheld, only screen and (max-width: 767px) {

.contact_left,
.contact_right {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
	
.main_pic {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
}
	
.video_wrapper iframe {
    width: 100%;
    min-height: 90vh;
}

img.intro_roundel {
    top: 20%;
}
	
a.buy_now_button {
    margin: 28px 0 0;
    padding: 6px 14px;
    right: 12%;
}

.nav_circle {
    margin: 30px 0 0;
    right: 5%;
    width: 8%;
}

#nav-icon1 {
    width: 100%;
    height: 50px;
	margin:0;
	float:right;
}

nav {
    position: absolute;
    top: 45px;
}

.central_info {
	margin:50px 0 0;
}

.central_info h2 {
    font-size: 26px;
}

.drinks_left img,
.drinks_left img.smaller {
	float:none;
}

.map_text {
	order:1;	
}

.map_surround {
	order:2;	
}

.center_map {
    margin: 50px auto;
	padding:0 0 150px;
}

.bullet_surround {
    order:3;
	position:absolute;
	bottom:30px;
}

}

@media handheld, only screen and (max-width: 600px) {	

.notification_banner {
  	padding: 10px 5%;
	line-height: 1.5em;
	font-size: 11px;
}	
	
.central_info {
	margin:0;
}

#logo {
    width: 47%;
    transition: all 0.4s ease-out;
    position: fixed;
    top: 45px;
    left: 0;
}
	
#logo.small {
  width: 18%;
  top: 0;
}
	
.stripe_bar {
  width: 5px;
}
	
a.buy_now_button {
    margin: 19px 0 0;
    padding: 6px 10px;
    right: 14%;
    font-size: 16px;
}
	
.nav_circle {
    margin: 65px 0 0;
    right: 5%;
    width: 10%;
	transition: all 0.4s ease-out;
}
	
.nav_circle.small {
    margin: 15px 0 0;
}

.main_pic {
    width: 100%;
    float: left;
    position: relative;
    margin: 21% 0 0;
}
	
a.gold_button.large {
  font-size: 32px;
  padding: 13px 50px;
  margin: 0 5% 5%;
  width: auto;
}
	
a.gold_button.large.nomarg {
  margin: 0 0 5%;
}
	
.shop_square_box {
  width: 48%;
}
	
ul.publications li {
  padding: 0 2% 25px;
	width: 100%;
}
	
ul.publications li img {
  width: 50%;
}
	
ul.publications li p {
  font-size: 17px;
}
	
.intro_surround {
  padding: 40px 0;
}
	
.intro_bottles {
  width: 100%;
}
	
.intro_text {
  width: 100%;
  text-align: center;
}
	
.side_text {
  width: 80%;
}
	
.intro_area {
  padding: 50px 0 50px;
}
	
ul.reviews li {
  width: 100%;
  padding: 0 5% 50px;
}
	
ul.cocktail_short_list li {
  width: 100%;
  margin: 0 0 50px;
}
	
ul.cocktail_short_list li.last {
  margin: 0;
}
	
.instagram_area {
  padding: 40px 0 40px;
}
	
ul.instagram_list {
  margin: 30px 0 0;
}
	
.row.grey {
  padding: 40px 5%;
}
	
.map_side {
  width: 100%;
  margin: 0 0 60px;
}
	
.shop_square_box_surround {
  width: 100%;
}
	
.shop_row {
  padding: 25% 5% 0;
}
	
.shop_row h2 {
  font-size: 36px;
  margin: 0 0 5px;
}
	
.product_bg {
  padding: 25% 5% 0;
}
	
.product_pics {
  width: 100%;
}
	
.product_details {
  width: 100%;
  padding: 0;
  text-align: center;
}
	
.product_info {
	margin: 0 0 40px;
}
	
.product_details h1 {
  letter-spacing: 2px;
  font-size: 50px;
}
	
.product_pics {
  align-items: center;
  flex-flow: wrap;
}
	
.product_pic_main {
  width: 70%;
  order: 1;
  padding: 0 15%;
}
	
.product_pic_thumbs {
  width: 100%;
  padding: 0 0 30px 0;
  order: 2;
}
	
.thumb_tabs ul {
  justify-content: center;
	margin: 15px 0 0;
}
	
.thumb_tabs li {
  margin: 0 10px 15px;
  width: 27%;
  float: left;
  box-sizing: border-box;
}
	
.newsletter_area h2 {
  font-size: 42px;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
	
.emailer_form {
  width: 100%;
  margin: 0 auto;
}
	
.gino_row2 {
  padding: 40px 5%;
}
	
.image_block,
.image_block.small {
  width: 100%;
}
	
.text_block h2, .text_block h3 {
  font-size: 42px;
}
	
.text_block_surround,
.text_block_surround.bottom {
  padding: 40px 0;
}
	
.text_block.left,
.text_block.right {
  width: 100%;
  order: 2;
  margin: 20px 5% 0;
  box-sizing: border-box;
}
	
.text_block_surround.top {
  padding: 120px 0 40px;
}
	
.text_block.large p {
  font-size: 24px;
  padding: 0 0 35px;
}
	
.row.padd {
  padding: 40px 5%;
}

.gino_row3 .drinks_and_gino {
  padding: 0;
  align-items: flex-end;
  flex-flow: wrap;
}	
	
.gino_row3 .gino_side {
  width: 100%;
  order: 2;
}
	
.gino_row3 .sign_drinks {
  width: 100%;
  margin: 0 0 20px;
  order: 1;
}
	
.drinks_row {
  padding: 25% 5% 20px;
}
	
.drinks_row.lower {
  padding: 60px 5% 0;
}
	
.drinks_and_gino {
  padding: 0;
  flex-wrap: wrap;
}
	
.sign_drinks {
  order: 1;
	margin-left:-5%;
	width:100%;
}
	
.gino_side {
  width: 100%;
  display: flex;
  align-items: flex-end;
  order: 2;
}
	
.sign_drinks a.gold_button {
  margin: 0;
  position: absolute;
  width: 90%;
  bottom: 30px;
  left: 10%;
}
	
.row.topgrad {
  padding: 25% 5% 40px;
}
	
.contact_surround {
  width: 100%;
  margin: 0 auto;
  padding: 40px 5% 0;
  box-sizing: border-box;
}
	
.video_wrapper {
	height: 350px;
}
	
.video_wrapper iframe {
   width: 100vw;
   height: 40vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 50vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.top_bottles {
    width: 80%;
    margin: 0 auto;
}
	
.top_bottles img {
    margin-top: 0;
}

img.intro_roundel {
    width: 25% !important;
	display: none;
}

h1 {
    font-size: 42px;
}

.drinks_right h3 {
    font-size: 42px;
}

.drinks_right p.large {
    font-size: 23px;
}

h2 {
    font-size: 42px;
}

.shop_surround {
    width: 100%;
    margin: 50px auto 30px;
}

.center_map {
    width: 90%;
    margin: 50px auto;
}

.center_map h2 {
    font-size:42px;
	text-align:center;
}

.row_masonry {
    padding: 50px 0 0;
}

.row_masonry h2 {
    margin: 0 0 20px;
}

.box_top_text p {
    font-size: 20px;
	text-align:center;
}

.box_layout img {
    width: 100%;
	float:left;
}

.box_layout .text_overlay {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    overflow: scroll;
    height: auto;
    box-sizing: border-box;
    background-color:#f1efee;
    opacity: 1;
    transition: all 0.5s ease-out;
    float: left;
}

.box_layout .text_overlay_inner {
    width: 100%;
    position: relative;
    padding: 30px 5%;
    box-sizing: border-box;
    top: 50%;
    transform: inherit;
    left: 0;
    right: 0;
    margin: auto;
}

.box_top_text {
    float: right;
    padding: 25px 5%;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

.box1,.box2,.box3,.box4,.box5,.box6,.box7,.box8,.box9,.box10,.box11,.box12,.box13,.box14,.box15 {
    width: 100%;
    float: left;
	margin:0 0 10px;
}

.arrow_left {
	left:1%;	
	font-size:50px;
}

.arrow_right {
	right:1%;
	font-size:50px;	
}

footer {
	height: auto;
	padding: 20px 5%;
	text-align: center;
}

.footer_left {
	float: left;
	text-align: center;
	width: 100%;
}
	
.footer_right {
	float: left;
	margin: 10px 0 0;
	text-align: center;
	width: 100%;
}
	
ul.footer_links {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 5px;
  justify-content: center;
}
	
.footer_right p {
  color: #fff;
  padding: 0 0 15px;
  font-size: 24px;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
	
ul.social_links {
  display: flex;
  margin: 3px 0 0;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
}
	
ul.social_links li {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}
	
ul.instagram_list li {
  width: 47%;
}
	
ul.newsletter_area_links {
  margin: 40px 0 0;
  width: 100%;
}
	
ul.newsletter_area_links li {
  width: 100%;
  margin: 0 0 15px;
}
	
ul.newsletter_area_links li::after {
  display:none;
}
	
.emailer_form_item {
  width: 100%;
  float: left;
}
	
.emailer_submit_surround {
  width: 100%;
  float: left;
}
	
.footer_roundel {
  width: 40%;
  margin: 0 auto;
}

}