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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/************************************************ Reset ************************************************/

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************************ Fonts ************************************************/

@font-face {
    font-family: cambria;
    src: url(../fonts/cambria.ttf);
}
@font-face {
    font-family: cambria-bold;
    src: url(../fonts/cambriabold.ttf);
	font-weight:bold;
}
@font-face {
    font-family: cambria-italic;
    src: url(../fonts/cambriaitalic.ttf);
	font-style:italic;
}

/************************************************ Background ************************************************/

body {
	background:#fff;
}

input[type='submit'],
input,
textarea
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border-radius:0;
}

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

body, select, input, textarea, button {
	font-size:62.5%;
	font-family:"cambria", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#041e41;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size:30px;	
}

h2 {
	font-size:28px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:24px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

p {
	font-size:22px;
	line-height:1.5em;
	padding:0 0 15px;
}

a {
	color:#F00;
	text-decoration:none;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	transition: all 0.3s ease-out;
}

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

img, object, embed {
	max-width: 100%;
}

img {
	height:auto;	
}

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

strong {
	font-weight:bold;	
}

em {
	font-style:italic;	
}

#responsive_nav,
#responsivesurround,
h3.centeredmob {
	display:none;	
}

video::-webkit-media-controls {
    display: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none;
}

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

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

.row.texture {
	background:url(../images/texturebg.jpg) no-repeat top center;
	background-size:100%;
}

.row.texturemember {
	background:url(../images/membertexture.jpg) repeat-y top center;
	background-size:100%;
}

.row.texture2 {
	background:url(../images/texture2bg.jpg) no-repeat top center;
	background-size:cover;
}

.row.texture3 {
	background:url(../images/texturebg.jpg) no-repeat top center;
	background-size:100%;
}

.row.nopadd {
	padding:0 5% 100px;
}

.row.social {
	text-align:center;
}

.row.story {
	background:url(../images/story-pic2.jpg) no-repeat top center;
	background-size:cover;
	padding:150px 5%;
}

.row.padd {
	padding:150px 5%;
	position:relative;
}

.row_inner {
	max-width: 1200px;
	min-width: 900px;
	margin:0 auto;
	position:relative;
}

.row_inner.small {
	max-width: 900px;
	min-width: 900px;
}

.centered_area {
	width:80%;
	margin:0 auto;
	text-align:center;
	color:#041e41;
}

header {
	width:100%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#logo {
	display:inline-block;
	width:88px;
	height:78px;
	vertical-align:top;
	margin:-35px 0 0;
	background:url(../images/logo.gif) no-repeat top center;
	background-size:100%;
}

#logo a {
	width:88px;
	height:78px;
	float:left;
}

#logo:hover {
	width:88px;
	height:78px;
	vertical-align:top;
	background:url(../images/logo-hover.gif) no-repeat top center;
	background-size:100%;
}

#logo.mob {
	display:none;
}

#logo img {
	width:100%;
}

nav {
	margin:0 auto;
	width:auto;	
	text-align:center;
	position:relative;
	z-index:2;
}

.cbp-af-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 94%;
	z-index: 100;
	padding:60px 3% 10px;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#fadetop .cbp-af-header {
	background:rgba(0,0,0,.2);
}

#fadetop2 .cbp-af-header {
	background:rgba(0,0,0,.6);
}

#bluetop .cbp-af-header {
	background:#0f1d40;
	position:relative;
	float:left;
}

.cbp-af-header .cbp-af-inner {
	margin:0 auto;
	max-width:1600px;
	min-width:960px;
	position:relative;
}

.cbp-af-header nav {
	width:auto;
	float:none;
	text-align:center;
	margin:0 auto;
}

.cbp-af-header nav ul,
.cbp-af-header nav ul.right {
	width:43%;
	display:inline-block;
	float:none;
	margin:0 auto;
	text-align:right;
}

.cbp-af-header nav ul.right {
	text-align:left;
}

.cbp-af-header nav ul.left li:last-child {
	margin-right:50px;
}

.cbp-af-header nav ul.right li:first-child {
	margin-left:40px;
}

.cbp-af-header nav ul li {
	display:inline-block;
	vertical-align:top;
	font-weight:bold;
}

.cbp-af-header nav ul li a {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	margin:0 30px 0 0;
	float:left;
	padding:0 0 5px;
}

.cbp-af-header nav ul li:nth-child(3n) a {
	margin:0;
}

.cbp-af-header nav ul li a:hover,
.cbp-af-header nav ul li a.active {
	color:#33b7eb;
	text-decoration:none;
	border-bottom:1px solid #33b7eb;
}

ul.header_social {
    position:absolute;
	right:0;
	top:0;
	z-index:3;
	margin:-5px 0 0;
}

ul.header_social li {
    display: inline-block;
	vertical-align:top;
    margin: 0 2px 0 0;
	text-align:center;
}

ul.header_social li a {
	font-size:16px;
	display:block;
	color:#fff;
	width: 27px;
	height: 27px;
	box-sizing:border-box;
	float:left;
	padding:4px 0 0;
	border:1px solid #fff;
}

ul.header_social li a:hover {
	background:#b20d2b;
	border:1px solid #b20d2b;
	color:#fff;
}

.header_line {
	height:2px;
	width:100%;
	float:left;
	background:rgba(255,255,255,0.1);
	margin:120px 0 0;
	position:absolute;
}

#fadetop .header_line,
#fadetop2 .header_line,
#bluetop .header_line {
	display:none;	
}


/************************************************ Homepage ************************************************/

/*.hp_pic {
	width:100%;
	float:left;
	height:810px;
	height:100vh;
	background:#12080b;
	position:relative;
	overflow:hidden;
}*/

/*video.background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
}*/

.hp_pic {
	width:100%;
	height:820px;
	height:100vh;
	margin:0;
	float:left;
	box-sizing:border-box;
	position:relative;
	text-align:center;
	overflow:hidden;
	background:url(../images/videohp.jpg) no-repeat top center;
	background-size:cover!important;
}

video.background {
	height: 100%;
	width: 177.77777778vh; /* 100 * 16 / 9 */
	min-width: 100%;
	min-height: 56.25vw; /* 100 * 9 / 16 */
	position: absolute;
	left: 50%; /* % of surrounding element */
	top: 50%;
	transform: translate(-50%, -50%); /* % of current element */
	z-index:1;
}

.flashani_surround {
	width:100%;
	height:820px;
	height:100vh;
	margin:0;
	float:left;
	box-sizing:border-box;
	position:relative;
	text-align:center;
}

.flashani {
	width:100%;
	height:820px;
	height:100vh;
	left:0;
	top:0;
	box-sizing:border-box;
	position:absolute;
	z-index:10;
	background:#fff;
	opacity:0;
	-webkit-animation: fadeinout 0.7s linear forwards;
    animation: fadeinout 0.7s linear forwards;
	animation-delay: 4s;
    -webkit-animation-delay: 4s;
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

.hp_pic_centered {
	max-width:1600px;
	margin:0 auto;
	background-size:cover!important;
	/*height:810px;*/	
}

.writing {
	position:fixed;
	top:150px;
	right:3%;
	width:80px;
	z-index:2;
}

.title_text {
	width:500px;
	margin:0 0 60px;	
}

.centered_area h1 {
	font-size:22px;
	line-height:1.5em;
	padding:0 0 15px;
	font-weight:normal;	
}

.centered_area h2.gradient {
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	margin:0 0 30px;
	background: rgb(143,56,36); /* Old browsers */
	background: rgb(143,56,36); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(143,56,36,1) 27%, rgba(230,174,115,1) 52%, rgba(143,56,36,1) 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(143,56,36,1) 27%,rgba(230,174,115,1) 52%,rgba(143,56,36,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(143,56,36,1) 27%,rgba(230,174,115,1) 52%,rgba(143,56,36,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f3824', endColorstr='#8f3824',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

.centered_area h4 {
	font-size:14px;
	line-height:1.5em;
	padding:0 0 10px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;	
}

.signature {
	width:330px;
	margin:40px 0 60px;	
}

.box_surround {
	width:100%;
	display:table;
	border-collapse: separate;
    border-spacing: 10px 10px;
}

.box {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	box-sizing:border-box;
	padding:40px;
	height:500px;
	background-size:cover!important;
}

.box.large {
	width:50%;
	display:table-cell;
	vertical-align:top;
	text-align:center;
	color:#fff;
	box-sizing:border-box;
	padding:100px 5%;
	height:auto;
}

.bluebg {
	background:url(../images/texture-blue.jpg) no-repeat top left;	
}

.redbg {
	background:url(../images/texture-red.jpg) no-repeat top left;	
}

.blue_largebg {
	background-image:url(../images/roundel.png);
	background-repeat:no-repeat;
	background-position:95% 90%;
	background-size:200px!important;
	background-color:#0f1d40;
}

.red_largebg {
	background:url(../images/redbg.jpg) no-repeat top left;	
}

.box h2 {
	color:#fff;
	font-size:30px;
	letter-spacing:2px;
	margin:0 0 20px;
	text-transform:uppercase;
	font-weight:bold;
}

.box h3 {
	color:#fff;
	font-size:16px;
	letter-spacing:2px;
	margin:0 0 15px;
	text-transform:uppercase;
	font-weight:bold;
}

.box p {
	font-size:20px;
	padding:0 0 25px;
}

.box.large p {
	font-size:18px;
	padding:0 0 25px;
}

.box a.btn,
.three_areas a.btn,
a.btn.blue,
a.btn.white {
	font-size:14px;
	color:#fff;
	padding:5px 15px;
	border:1px solid rgba(255, 255, 255, .5);
	border-bottom:2px solid rgba(255, 255, 255, .5);
	display:inline-block;
}

.box a.btn:hover,
.three_areas a.btn:hover,
a.btn.blue:hover,
a.btn.white:hover {
	text-decoration:none;
	border:1px solid rgba(255, 255, 255, 1);
	border-bottom:2px solid rgba(255, 255, 255, 1);
}

a.btn.blue {
	font-size:14px;
	color:#0f1d40;
	padding:5px 15px;
	border:1px solid rgba(15, 29, 64, .5);
	border-bottom:2px solid rgba(15, 29, 64, .5);
	margin:20px 0 0;
}

a.btn.blue:hover {
	text-decoration:none;
	border:1px solid rgba(15, 29, 64, 1);
	border-bottom:2px solid rgba(15, 29, 64, 1);
}

.three_areas {
	width:100%;
	display:table;
    border-spacing: 10px 0;	
}

.area {
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	box-sizing:border-box;
	height:450px;
	position:relative;
	background-size:cover!important;
}

.area_text {
	position:absolute;
	padding:50px;
	width:100%;
}

.area_text {
	position:absolute;
	padding:70px 15px 40px;
	vertical-align:top;
	width:100%;
	box-sizing:border-box;
	left:0;
	bottom:0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(15,29,64,0.5) 27%, rgba(15,29,64,1) 54%, rgba(15,29,64,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(15,29,64,0.5) 27%,rgba(15,29,64,1) 54%,rgba(15,29,64,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(15,29,64,0.5) 27%,rgba(15,29,64,1) 54%,rgba(15,29,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0f1d40',GradientType=0 );
}

.area_text h4 {
	color:#fff;
	font-size:14px;
	letter-spacing:2px;
	margin:0 0 10px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0;
}

.area_text p {
	font-size:16px;
	padding:0 0 25px;
	line-height:1.3em;
}

#twitter-feed {
	float:left;
	width:100%;
}

a.twit_icon {
	display:none;
}

.twit_text {
	font-size:16px;
	margin:0 0 15px;
}

.status_surround {
	width:100%;
	margin:0 0 20px;
	word-wrap:break-word;	
}

.twit_text .tweetprofilelink {
	text-transform:none;
	color:#000;
	margin-right:20px;	
}

.twit_text .tweetprofilelink a{
	color:#40b4e5;
	text-decoration:none;
}

.twit_text .tweet-time a {
	color:#fff;
	text-decoration:none;
}

.twit_text a {
	color:#fff;
	text-decoration:underline;
}

.twit_text a:hover {
	color:#fff;
}

#tweet1 {
	float:left;
	width:100%;
	box-sizing:border-box;
	position:relative;
}

#tweet1 a {
	text-decoration:underline;
	color:#fff;
}

#tweet1 a:hover {
	text-decoration:none;
	color:#fff;
}

p.tweet {
	color: #fff;
    float: left;
    font-size: 16px;
    line-height: 1.3em;
    padding: 0;
    text-align: left;
    width: 100%;
}

#tweet1 a i,
#tweet2 a i,
#tweet3 a i {
    color: #fff;
    font-size: 24px;
	display:none;
}

p.tweet a:hover,
p.timePosted a:hover {
	color:#fff;
}


/************************************************ Main Content ************************************************/

/*.main_banner {
	width:100%;
	float:left;
	background:#000;	
}*/

.main_banner2 {
	width:100%;
	float:left;
	background:#000;	
}

.main_banner {
	width:100%;
	height:820px;
	height:100vh;
	margin:0;
	float:left;
	position:relative;
	text-align:center;
	overflow:hidden;
	box-sizing:border-box;
}

.main_banner.processbg {
	background:url(../images/videofirebottle.jpg) no-repeat top center;
	background-size:cover;
}

.main_banner.brandstorybg {
	background:url(../images/videoprocess.jpg) no-repeat top center;
	background-size:cover;
}

.main_banner .mobvid {
	display:none;	
}

.main_banner_centered {
	margin:0 auto;
	background-size:cover!important;
	height:810px;	
}

.normal_content {
	width:70%;
	margin:0 auto;
}

.normal_content img {
	margin:0 0 20px;	
}

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

.normal_content ul li,
.normal_content ol li {
	width:100%;
	float:left;
	font-size:18px;
	color:#0f1d40;
	line-height:1.5em;
	margin-left:20px;
}

.normal_content ol {
	list-style-type:decimal;	
}

.normal_content ol li ol,
.normal_content ul li ul {
	margin:10px 0;
}

.normal_content ol li ol li,
.normal_content ul li ul li {
	margin-left:20px;
}

.normal_content ul li p {
	padding:0;
}

.normal_content h1 {
	font-size:46px;
	color:#0f1d40;
	margin:0 0 25px;
}

.normal_content h2 {
	font-size:30px;
	color:#0f1d40;
	margin:0 0 10px;
}

.normal_content h3 {
	font-size:24px;
	color:#0f1d40;
	margin:0 0 20px;
}

.normal_content h4 {
	font-size:20px;
	color:#d0bb79;
	margin:0 0 20px;
}

.normal_content p {
	padding:0 0 30px;
	font-size:18px;
}

/************************************************ Story ************************************************/

.story_banner {
	width:100%;
	float:left;
	background:#000;	
}

.story_centered {
	max-width:1600px;
	margin:0 auto;
	background-size:cover!important;
	height:810px;	
}

.fancy_surround {
	width:100%;
	float:left;
	background-image: url(../images/f-top.png), url(../images/f-bottom.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
	background-size:100%, 100%;
}

.fancy_inner {
	width:100%;
	float:left;
	margin:100px 0 85px;
	padding:0 20%;
	text-align:center;
	box-sizing:border-box;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	color:#fff;
}

.fancy_inner h1 {
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0 0 25px;
	font-weight:bold;	
}

.fancy_inner h2 {
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0 0 10px;
	font-size:14px;
	font-weight:bold;	
}

/************************************************ Shed ************************************************/

.shedlogo {
	width:160px;
	margin:30px;	
}

/************************************************ Process ************************************************/

.process_surround {
	width:100%;
	display:table;
	border-collapse: separate;
    border-spacing: 0;
	table-layout:fixed;
}

.process {
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
	padding:0;
	height:auto;
	text-align:center;
	color:#041e41;
	vertical-align:top;
}

.process_section {
	width:100%;
	float:left;
	text-align:center;
	margin:0 0 30px;	
}

.process_section.nomarg {
	margin:0 0 27px;	
}

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

.number {
	width:41px;
	height:41px;
	border:1px solid #0f1d40;
	background:#fff;
	text-align:center;
	font-size:18px;
	color:#0f1d40;
	box-sizing:border-box;
	padding:10px;
	border-radius:50%;
	display:inline-block;
	margin:0 0 10px;
}

.process_section ul.botanicals {
	margin:10px 0 0;
}

.process_section ul.botanicals.smaller {
	width:60%;
	margin:10px auto 0;
	float:none;
}

.process_section ul.botanicals li {
	display:inline-block;
	margin-right:2%;
	margin-bottom:25px;
	width:22%;
}

.process_section ul.botanicals.smaller li {
	width:38%;
	margin-bottom:15px;
}

.process_section ul.botanicals.smaller li:nth-child(2n) {
	margin-right:0;
}

.process_section ul.botanicals li p {
    font-size: 12px;
}

.process.mob {
	display:none;
}

/************************************************ The Serves ************************************************/

.owl-theme .owl-controls {
	display:none!important;	
}

.owl-carousel#sync1 {
	padding:1px 0 0;
	box-sizing:border-box;
}

#sync1 .item{
	color: #FFF;
	text-align: center;
	float:left;
	width:100%;
}

.col_left {
	width:39.9%;
	height:600px;
	float:right;
	text-align:center;
	border-radius:10px;
	padding:50px 3%;
	background:url(../images/texture-blue.jpg) no-repeat top center;
	background-size:cover;
	box-sizing:border-box;
}

.col_right {
	width:59.9%;
	float:left;
	height:600px;
	text-align:center;
	box-sizing:border-box;
	border-radius:10px;
	background-size:cover!important;
}

.col_right img {
	width:auto!important;
}

.col_left h2 {
	color:#fff;
	margin:0 0 15px;
	font-size:32px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
}

.col_left h2 span {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0 0 10px;
    text-transform: none;
}

.col_left h3 {
	color:#fff;
	margin:0 0 20px;
	line-height:1.5em;
	font-size:20px;
}

.col_left p {
	font-size:18px;
	color:#fff;
}

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

.col_left ul li {
	font-size:18px;
	color:#fff;
	line-height:1.5em;
	margin:0 0 10px;
	width:100%;
	float:left;
}

#sync2 {
	text-align:center;	
}
#sync2 .item{
	position:relative;
	margin: 0;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	opacity:0.9;
	box-sizing:border-box;
}
#sync2 .item:hover,
#sync2 .synced .item{
	opacity:1;
}

#sync2.owl-carousel .owl-item {
	float:none;
	display:inline-block;
}

#sync2 .owl-wrapper {
	width:100%!important;
}

#sync2 .drink_text {
	position:absolute;
	z-index:1;
	width:100%;
	float:left;
	padding:20px;
	box-sizing:border-box;
	bottom:10px;
	left:0;
}

#sync2 .drink_text p {
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0;
	font-weight:bold;
	line-height:1.3em;
}

#sync2 .drink_text p span {
	color:#fff;
	font-size:20px;
	text-transform:none;
	letter-spacing:normal;
	padding:0;
	font-weight:bold;
	font-style:italic;
}

.row.social h4 {
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:16px;
	color:#041e41;
	margin:0 0 30px;
}

.row.social h4 strong {
	color:#40b4e5;	
}

#instafeed2,#instafeed3 {
	width:32%;
	float:left;
	margin-right:2%;
}

.instagram_box {
	width:100%;
	display:inline-block;
	vertical-align:top;
	height:300px;
	background:#000;
	position:relative;
	overflow:hidden;
}

.instagram_box a.fullpic {
	width:100%;
	height:100%;
	position:absolute;
}

.instagram_box img {
	width:100%;
	position: absolute;	
}

#instafeed4 {
	display:inline;
}

#instafeed4 .instagram_box {
	width:32%;
	margin-right:2%;
	display:inline-block;
	vertical-align:top;
	height:300px;
	background:#000;
	position:relative;
	overflow:hidden;
}

#instafeed4 .instagram_box:nth-child(2n) {
	margin-right:0;
}

#instafeedlong {
	width:100%;
	float:left;
	margin-right:2%;
}

#instafeedlong .instagram_box {
	width:32.5%;
	margin-right:1%;
	display:inline-block;
	vertical-align:top;
	height:300px;
	background:#000;
	position:relative;
	overflow:hidden;
}

#instafeedlong .instagram_box:last-child {
	margin-right:0;
}

#instafeedlong .instagram_box img {
	width:100%;
}

#instafeed3 {
	margin-right:0;	
}

a.instagram_icon {
	position:absolute;
	font-size:24px;
	color:#fff;
	right:15px;
	top:15px;
	z-index:1;
}


/************************************************ Modal ************************************************/

.white-popup-block {
    background: none repeat scroll 0 0 #ffffff;
    margin: 40px auto;
    max-width: 750px;
    overflow: hidden;
    padding: 50px;
	box-sizing:border-box;
    position: relative;
    text-align: left;
	text-align:center;
}

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

.popup_inner_left h2 {
    font-size: 30px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
    line-height: 1.3em;
    margin: 0 0 15px;
}

.popup_botanical_left {
	width:35%;
	float:right;
	text-align:center;
}

.popup_botanical_right {
	width:60%;
	float:left;
	text-align:center;
}

.popup_botanical_right p.large {
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	margin:0;
	font-weight:bold;
	color:#041e41;
	padding:0;
}

.popup_botanical_right p {
	font-size:18px;
	color:#041e41;
}

.popup_botanical_right p.location {
	font-size:14px;
	font-style:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	padding:0 0 20px;
	color:#c3002f;
}



/************************************************ Trail ************************************************/

.map_surround {
	width:100%;
	float:left;
	background:url(../images/agemainbg.jpg) no-repeat top center;
	background-size:cover;	
}

.map_top {
	margin:0 auto;
	max-width:1620px;
	position:relative;
}

.map_top img {
	width:100%;	
}

.map_top img.main {
	width:100%;
	float:left;	
}

.map_bottle {
    left: 32.5%;
    position: absolute;
    top: 44%;
    width: 11%;
    z-index: 1;
}

.map_bottle2 {
    left: 22%;
    position: absolute;
    top: 42%;
    width: 32%;
    z-index: 0;
}

.map_botanicals {
    left: 7%;
    position: absolute;
    top: 41.5%;
    width: 22.5%;
    z-index: 1;
}

.map_botanicals img {
	width:48.5%;
	float:left;
	margin-bottom:5px;
	margin-left:1.5%;
}

.map_path {
	position: absolute;
    right: 8%;
    text-align: right;
    top: 28%;
    width: 39.5%;
    z-index: 1;
}

.map_camel {
    position: absolute;
    right: 32%;
    top: 44%;
    width: 5%;
    z-index: 1;
}

.map_ship {
    position: absolute;
    right: 17%;
    top: 52%;
    width: 10%;
    z-index: 1;
}

.map_donkey {
    position: absolute;
    right: 17%;
    top: 25%;
    width: 7%;
    z-index: 1;
}

.map_jackalope {
    position: absolute;
    right: 41%;
    top: 12%;
    width: 10%;
    z-index: 1;
}

.map_chinaman {
    bottom: 8%;
    position: absolute;
    right: 31%;
    width: 17%;
    z-index: 1;
}

.sync_center {
	width:75%;
	margin:0 auto;	
}

#sync3 {
	width:100%;
	float:left;
	margin:0 0 20px;	
}

#sync3 .item {
	transform:scale(0.6);
	transition: all 0.3s ease-out;
	opacity:0.7;
	cursor:pointer;	
}

#sync3 .item:hover {
	opacity:1;	
}

#sync3 .synced .item {
	transform:scale(1);	
	opacity:1;
}

/*#sync3 .owl-wrapper{
  overflow: hidden;
}
#sync3 .owl-wrapper .owl-item{
  opacity: 0;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
}

#sync3 .owl-wrapper .active{opacity: 0.5;}
#sync3 .owl-wrapper .active.middle_beside{
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0.8;
  margin: 0 -1%;
  z-index: 2;
}
#sync3 .owl-wrapper .active.middle{
  transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  z-index: 3;
}
#sync3 .owl-wrapper .active.next_to_mid{margin-left: -1%;}
#sync3 .owl-wrapper .active.prev_to_mid{margin-right: -1%;}*/


.owl-pagination {
	display:none!important;	
}

#sync4 .owl-controls.clickable {
    display: block!important;
}

.owl-theme .owl-controls .owl-buttons div {
    background: none!important;
    border-radius:none!important;
    color: #000!important;
    display: inline-block;
    font-size: 70px!important;
    margin: 5px;
    opacity: 0.5;
    padding: 3px 10px;
	position:absolute;
	top:30%;
}

.owl-prev {
	left:0;
}

.owl-next {
	right:0;
}

#sync4 {
	width:100%;
	float:left;
	padding:0 15%;
	box-sizing:border-box;
	text-align:center;
}

#sync4 p.large {
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	margin:0;
	font-weight:bold;
	color:#041e41;
	padding:0;
}

#sync4 p {
	font-size:18px;
	color:#041e41;
}

#sync4 p.location {
	font-size:14px;
	font-style:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	padding:0 0 20px;
	color:#c3002f;
}

.center_bot {
	width:100%;
	float:left;
	text-align:center;	
}

h1.large {
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	margin:0 0 50px;
	font-weight:bold;
	color:#041e41;	
}

h1.small {
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	margin:0 0 20px;
	font-weight:bold;
	color:#041e41;	
}

h2.lines {
	font-size:21px;
	font-style:italic;
	text-align:center;
	padding:3px 35px;
	color:#041e41;
	position:relative;
	z-index: 1;
    overflow: hidden;
	margin:0 0 50px;
}

h2.lines strong {
	padding:3px 35px;
	font-weight:normal;
}

h2.lines span {
	padding:0;
	width:1px;
	height:16px;
	background:#041e41;
	display:inline-block;
}

h2.lines:before, h2.lines:after {
    position: absolute;
    top: 47%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #041e41;
}

h2.lines:before {
    margin-left: -50%;
    text-align: right;
}

ul.botanicals {
	width:100%;
	float:left;
	margin:0 0 50px;	
}

ul.botanicals.nopadd {
	margin:0;	
}

ul.botanicals li {
	display: inline-block;
    margin-bottom: 40px;
    margin-right: 6%;
    text-align: center;
    vertical-align: top;
    width: 20%;
}

ul.botanicals li:nth-child(4n) {
	margin-right:0;	
}

ul.botanicals li img {
	margin:0 0 10px;
}

ul.botanicals li a p {
	font-size:18px;
	font-style:italic;
	padding:0;
	color:#041e41;
	font-weight:bold;
}

ul.botanicals li a p.red {
	font-size:14px;
	font-style:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	padding:0;
	color:#c3002f;
}

ul.botanicals li a:hover {
	text-decoration:none;
	opacity:0.7;
}


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

.contact_area_surround {
	width:100%;
	float:left;
	position:relative;
	z-index:5;
	background:url(../images/contactbg.jpg) no-repeat top center;
	background-size:cover;
	padding:120px 5%;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

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

.contact_area a {
	color:#fff;
	text-decoration:underline;
}

.contact_area a.red {
	color:#b20d2b;
	text-decoration:underline;
}

.contact_area a.red:hover {
	color:#b20d2b;
	text-decoration:none;
}

.contact_area a:hover {
	color:#fff;
	text-decoration:none;
}

.contact_area h3 {
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0 0 25px;
	color:#fff;
	font-weight:bold;
}

.row.texture .contact_area h3,
.row.texture .contact_area h4,
.row.texture .contact_area p {
	color:#0f1d40;
}

.row.texture .contact_area .form_item input {
    color: #0f1d40;
	border:1px solid #0f1d40;
	border-bottom:2px solid #0f1d40;
}

.row.texture .contact_area .form_item textarea {
   	color: #0f1d40;
	font-style:italic;
    float: left;
    font-size: 16px;
    height:200px;
	box-sizing:border-box;
    padding: 11px 0 10px 20px;
    width: 100%;
	background:none;
	border:1px solid #0f1d40;
	border-bottom:2px solid #0f1d40;
}

.row.texture .contact_area .submit {
	color:#0f1d40;
	border:1px solid #0f1d40;
	border-bottom:2px solid #0f1d40;
	float:right;
}

.row.texture .contact_area .submit:hover {
	color:#fff;
	border:1px solid #c10e2e;
	border-bottom:2px solid #c10e2e;
	background:#c10e2e;
}

.row.texture .contact_area p.green {
	text-align:center;
	font-size:18px;	
	color:#0f1d40;
}

.row.texture .contact_area p.rederror {
	color:#fff;	
}

.contact_area h4 {
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0 0 20px;
	color:#fff;
	font-weight:bold;
}

.contact_area p {
	font-size:22px;
	color:#fff;
	padding:0 0 40px;
	width:100%;
	margin:0 auto;
}

form {
	width:100%;
	float:left;	
}

.form_item {
	width:49%;
	float:left;
	margin:0 0 30px;
}

.form_item.padd {
	margin:0 2% 30px 0;	
}

.form_item.long {
	width:75%;
	float:left;
	margin:0;	
}

.form_item.longer {
	width:100%;
	float:left;
	margin:0 0 30px;	
}

.form_item label {
   display:none;
}

.form_item label.error {
   font-size:14px;
   font-weight:bold;
   margin:10px 0 0 10px;
   color:#FF0004;
   width:100%;
   float:left;
}

.form_item input {
    color: #fff;
	font-style:italic;
    float: left;
    font-size: 16px;
    height:50px;
	box-sizing:border-box;
    padding: 11px 0 10px 20px;
    width: 100%;
	background:none;
	border:1px solid rgba(255, 255, 255, 0.5);
	border-bottom:2px solid rgba(255, 255, 255, 0.5);
}

.form_item input.warning {
	border:1px solid #F00;
}

.form_item input.white {
	border:1px solid #283756;
}

.form_item input:focus {
   box-shadow: 0 0 5px rgba(255,255,255,0.8);
   border:1px solid #fff;
}

.form_item label.warning {
	color:#F00;	
}

.submit {
	background:none;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:13px 0;
	display:inline-block;
	vertical-align:top;
	width:23%;
	height:50px;
	box-sizing:border-box;
	float:right;
	cursor:pointer;
	border:none;
	text-transform:uppercase;
	border:1px solid rgba(255, 255, 255, 1);
	border-bottom:2px solid rgba(255, 255, 255, 1);
}

.submit.white {
	background:none;
	color:#226b96;
	border:1px solid #226b96;
}

.submit:hover {
	background:#fff;
	color:#c10e2e;
}

.submit.white:hover {
	background:#c10e2e;
	border:1px solid #c10e2e;
	color:#fff;
}

.honey {
	display:none;	
}

.row.texture .contact_area p.green {
	color:#0f1d40;
}

p.rederror {
	color:rgba(255,0,4,1.00);	
}

.subscriber_list {
	float:left;
	width:100%;
	text-align:center;
	padding:60px 5%;
	box-sizing:border-box;
	background:#0f1d40;	
}

.subscriber_list p {
	font-style:italic;
	padding:0 0 20px;
	color:#fff;
	font-size:16px;
}

.subscriber_list_inner {
	margin:0 auto;
	width:70%;	
}

footer {
	width:100%;
	float:left;
	background:#0b1634;
	padding:25px 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer a {
	color:#fff;	
}

footer a:hover {
	color:#fff;
	text-decoration:underline;
}

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

ul.otherlinks {
	display:inline-block;
	vertical-align:top;
	width:auto;
}

ul.otherlinks li {
	display:inline-block;
	vertical-align:top;
	border-right:1px solid #7d849e;
	text-transform:uppercase;
	color:#7d849e;
	font-size:13px;
}

ul.otherlinks li a {
	padding:0 12px 0;
	color:#fff;
	font-weight:bold;
}

ul.otherlinks li:first-child a {
	padding:0 12px 0 0;
}

ul.otherlinks li:last-child {
	text-transform:none;
	border-right:0;
	padding:0 15px 0 12px;
}

ul.otherlinks li:last-child a {
	color:#7d849e;
	padding:0;
	text-decoration:underline;
}

ul.otherlinks li:last-child a:hover {
	text-decoration:none;
}

.footer_left p {
	display:inline-block;
	vertical-align:top;
	color:#7d849e;
	font-size:13px;
	width:auto;
	margin-right:15px;
	padding:0;
}

.footer_left p.rights {
	margin:-3px 0 0;
}

.footer_left p strong {
	color:#fff;
}

.social_bottom {
	display:inline-block;
	text-align:right;
	float:right;
}

ul.footer_social {
    display: inline-block;
	vertical-align:top;
}

ul.footer_social li {
    display: inline-block;
	vertical-align:top;
    margin: 0 2px 0 0;
	text-align:center;
}

ul.footer_social li a {
	font-size:14px;
	display:block;
	color:#fff;
	width: 23px;
	height: 23px;
	box-sizing:border-box;
	float:left;
	padding:4px 0 0;
	border:1px solid #7d849e;
}

ul.footer_social li a:hover {
	background:#b20d2b;
	border:1px solid #b20d2b;
	color:#fff;
}


/************************************************ Members ************************************************/

#logo_member {
	display:inline-block;
	width:170px;
	vertical-align:top;
}

#login {
	background:url(../images/texture2bg.jpg) no-repeat fixed;
	background-size:cover;
}

#login_surround {
	width:100%;
	height:100%;
	float:left;
}

.logintop {
	width:390px;
	margin:0 auto;
	line-height:0;
	padding:40px;
	box-sizing:border-box;
}

.login_box {
	width:390px;
	margin:0 auto;
	padding:40px;
	box-sizing:border-box;
	background:#fff;	
}

.login_box legend {
	font-size:24px;
	margin:0 0 30px;
}

.login_box .form_item.show label,
.login_box .form_itemmessage.show label {
	font-size:17px;
	padding:0 0 8px;
	width:100%;
	float:left;
	text-align:left;
	font-weight:normal;
	display:block;
}

.login_box .form_item {
	width:100%;
	float:left;
	margin:0 0 10px;
}

.login_box .form_item input {
	width:100%;
	float:left;
	border:1px solid #041e41;
	border-bottom:2px solid #041e41;
	color:#041e41;
}

.login_box .submit {
	width:50%;
	float:left;
	border:1px solid #041e41;
	border-bottom:2px solid #041e41;
	color:#fff;
	background:#041e41;
	margin:10px 0 0;
}

.login_box .submit:hover {
	border:1px solid #b20d2b;
	border-bottom:2px solid #b20d2b;
	color:#fff;
	background:#b20d2b;
}

p.smallerback {
	font-size:13px;
	padding:20px 0 0;
	width:100%;
	float:left;	
}

#portal_header {
	width:100%;
	float:left;
	padding:20px 5%;
	box-sizing:border-box;
	background:#041e41;
	text-align:center;
	position:relative;
}

#portal_header #logo {
	width:180px;
	padding:0;
	margin:0;
}

a.logout_button {
	padding:10px;
	font-size:14px;	
	color:#fff;
	margin:35px 0 0;
	right:0;
	position:absolute;
}

a.logout_button i {
	margin-left:10px;
}

a.logout_button:hover {
	background:#33b7eb;	
	text-decoration:none;
}

.dash_top {
	width:100%;
	float:left;
	padding:40px 5%;
	background:#33b7eb;
	box-sizing:border-box;	
}

a.large_btn.white {
	width:49%;
	float:left;
	background:#fff;
	padding:25px;
	box-sizing:border-box;
	font-size:24px;
	font-weight:bold;
	color:#041e41;	
}

a.large_btn.blue {
	width:49%;
	float:right;
	background:rgba(4,30,65,.5);
	padding:25px;
	box-sizing:border-box;
	font-size:24px;
	font-weight:bold;
	color:#fff;	
}

a.large_btn.white .fa,
a.large_btn.blue .fa {
	float:right;
}

.small_btn.left {
	float:left;
	position:relative;
}

.filterbtn i {
	font-size:14px;
	margin:0 5px 0 0;	
}

.filternav {
    position: absolute;
    background-color: #f4f4f4;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
	margin:60px 0 0;
	padding:10px 0 0;
	left: 0;
	display:none;
}

.filternav:before {
    content:"";
    position: absolute;
    right: 0;
	left:0;
	margin:0 10px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f4f4f4 transparent;
    z-index:9999;
}

.filternav ul li {
	width:100%;
	float:left;
	color:#d85450;
	font-size:15px;
	position:relative;
}

.filternav ul li a {
	color:#000;
	padding:10px 20px 10px;
	width:100%;
	float:left;
	text-transform:uppercase;
	letter-spacing:1px;
	box-sizing:border-box;
}

.filternav ul li a:hover {
	color:#fff;
	background:#041e41;
	text-decoration:none;
}

.small_btn {
	padding:10px 20px;
	color:#fff;
	border:1px solid #fff;
	border-bottom:2px solid #fff;
	font-size:18px;
	font-weight:bold;
	float:right;
	margin-left:15px;
	background:none;
	cursor:pointer;
	line-height:normal;	
}

.small_btn:hover {
	border:1px solid #b20d2b;
	border-bottom:2px solid #b20d2b;
	background:#b20d2b;
	color:#fff;
	text-decoration:none;
}

.download_title {
	width:100%;
	float:left;
	padding:20px 5%;
	background:#041e41;
	box-sizing:border-box;
	color:#fff;
	font-size:16px;
	font-weight:bold;	
}

.row.cattexture {
	background:url(../images/catsbg.jpg) no-repeat top center;
	background-size:cover;	
}

ul.download_items {
    float: left;
    margin: 20px 0 0;
    width: 100%;
}

ul.download_items li {
	display:inline-block;
	vertical-align:top;
	width:24%;
	margin:0 1% 15px 0;
	height:auto;
	position:relative;
}

ul.download_items li:nth-child(4n) {
	margin:0 0 15px;
}

ul.download_items li .innerbox {
	background:#fff;
	height:350px;
	width:100%;
	float:left;
	text-align:center;
	position:relative;
	overflow:hidden;
}

ul.download_items li .innerbox img {
	width:auto;
	position:relative;
	top:50%;
	margin:auto;
	transform: translateY(-50%);
}

ul.download_items li .list_text {
	width:100%;
	float:left;
	background:#e6e8ec;
	box-sizing:border-box;
}

ul.download_items li .list_name {
	width:80%;
	float:left;
	font-size:16px;
	font-weight:bold;
	box-sizing:border-box;
	padding:10px;
	color: #041e41;
}

input[type="checkbox"] {
	border:1px solid #ccc;
	width:20px;
	height:20px;
	position:absolute;
	top:20px;
	font-size:20px;
	color:#000;
	display:block;
	right:20px;
	box-sizing:border-box;
	cursor:pointer;
	z-index:10;
}

input[type='checkbox']:checked:before
{
    content:'';
    display:block;
    width:16px;
    height:16px;
    position:absolute;
    top:1px;
    left:1px;
    background:#b20d2b;
    opacity:1;
}


span.filesize {
	font-size:12px;
	color:#b9b8b8;	
}

ul.download_items li .downloadlink a {
	border-left:1px solid #fff;
	padding:10px;
	font-size:16px;
	color:#041e41;
	box-sizing:border-box;
	float:right;
}

ul.download_items li .downloadlink a:hover {
	background:#b20d2b;
	color:#fff;
}

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


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

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

ul.header_social {
	display:none;	
}
	
}

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

.cbp-af-header nav ul li a {
    margin: 0 20px 0 0;
}
	
}

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

.cbp-af-header {
    left: 0;
    padding: 60px 0 10px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    z-index: 100;
}

.cbp-af-header nav ul, .cbp-af-header nav ul.right {
    width: 45%;
}

.cbp-af-header nav ul li a {
    margin: 0 15px 0 0;
}
	
}

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

.cbp-af-header nav ul li a {
    margin: 0 10px 0 0;
	font-size:12px;
}

.normal_content {
    margin: 0 auto;
    width: 100%;
}

.main_banner .mobvid {
	display:block;	
}

.main_banner .deskvid {
	display:none;	
}
	
}

@media only screen and (max-width: 1023px) {
	.row_inner,
.cbp-af-header .cbp-af-inner,
.row_inner.small {
	width:100%;
	min-width:0;
	float:left;	
}

.row {
    padding: 70px 5%;
}

.cbp-af-header {
    padding: 60px 3% 10px;
    position: absolute;
    width: 94%;
}

#logo {
    display: inline-block;
    float: left;
    margin:-35px 0 0 0;
    vertical-align: top;
    width: 88px;
}

.cbp-af-header nav ul, .cbp-af-header nav ul.right {
    width: auto;
	text-align:right!important;
	margin-left:10px;
}
.cbp-af-header nav ul.right li:first-child {
    margin-left: 0;
}

.cbp-af-header nav ul.left li:last-child {
	margin-right:0;
}

.cbp-af-header nav ul li a:hover, .cbp-af-header nav ul li a.active {
	border-bottom:none;	
}

.hp_pic {
	height:600px;	
}

.writing {
	position:absolute;	
}

.centered_area {
    width: 100%;
}

.col_left h3 {
    font-size: 18px;
}

.col_left ul li {
    font-size: 16px;
}

.col_right {
    height: 400px;
    width: 100%;
	margin:0 0 3px;
}

.col_left {
    height: auto;
    padding: 30px 5%;
    width: 100%;
}

#sync2 .drink_text p,
#sync2 .drink_text p span {
    font-size: 13px;
}

.fancy_inner {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 70px 0;
    padding: 0 20%;
}

.contact_area {
    width: 100%;
}
.footer_left p.rights {
    margin: 5px 0 0;
}

ul.download_items li .list_name {
    box-sizing: border-box;
    color: #041e41;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
}

ul.download_items li .downloadlink a {
    border-left: medium none;
    float: left;
}

ul.download_items li .innerbox {
    height: 200px;
}

}

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

#logo {
    margin:-35px 0 0 5%;
}
	
}

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

.cbp-af-header nav ul, .cbp-af-header nav ul.right {
    width: auto;
	text-align:left!important;
	margin-left:-50px;
}
	
}

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

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

.cbp-af-header nav ul, .cbp-af-header nav ul.right {
	display:none;	
}

.cbp-af-header {
    box-sizing: border-box;
    padding: 20px 5% 10px;
    position: relative;
    width: 100%;
	float:left;
}

#logo {
    margin: 0 0 0 5%;
}

.header_line {
    margin: 109px 0 0;
}

#responsivesurround {
	display:block;	
}

#nav_res {
	float:right;
	font-size:28px;
	margin: 30px 20px 0 0;
	display:block;	
}

#nav_res a {
	color:#fff;	
}

#nav-icon4 {
  width: 40px;
  height: 20px;
  position: relative;
  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;
}

#home #nav-icon4 span {
  background: #fff;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  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;
}

/* Icon 4 */

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 28px;
  left: 8px;
}

#responsive_nav {
    background: #041e41 none repeat scroll 0 0;
    display: none;
    float: left;
    height: auto;
    margin: 110px 0 0;
    position: absolute;
    width: 100%;
    z-index: 10000000;
}

.cbp-af-header.cbp-af-header-shrink #responsive_nav {
	margin-top:50px;
}

#responsive_nav ul li {
	width:100%;
	float:left;
	font-size:16px;
	border-bottom:1px solid #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;	
}

#responsive_nav ul li a {
	color:#fff;
	padding:10px 5%;
	box-sizing:border-box;
	width:100%;
	float:left;
}

#responsive_nav ul li a:hover,
#responsive_nav ul li a.active {
	color:#fff;
	background:#40b4e5;
	text-decoration:none;
}

/************************************************ Home ************************************************/

.hp_pic {
    margin: -120px 0 0;
	height:400px;
}

.hp_pic_centered {
    height: 400px;
}

.writing {
	position:absolute;
	top:120px;	
}

.box {
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: auto;
    padding: 40px;
    vertical-align: middle;
    width: 100%;
}

.area {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    height: 400px;
    position: relative;
    vertical-align: top;
    width: 100%;
	margin:0 0 10px;
}

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

#fadetop .cbp-af-header {
	float:left;	
}

.main_banner,
.main_banner2 {
	margin: -120px 0 0;
}

.main_banner_centered {
	height:400px;	
}

p {
    font-size: 19px;
    line-height: 1.5em;
    padding: 0 0 15px;
}

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

.popup_botanical_right {
	width:100%;
	float:left;
	text-align:center;
}

/************************************************ Trail ************************************************/

.sync_center {
    margin: 0 auto;
    width: 100%;
}

#sync3 .synced .item {
    text-align: center;
}

#sync4 {
    padding: 0 5%;
}

.owl-prev {
    left: -14px;
}

.owl-next {
    right: -14px;
}

h2.lines::before, h2.lines::after {
	content:none;	
}

h2.lines span {
	display:none;	
}

h2.lines strong {
    font-weight: normal;
    padding: 0;
    width: 100%;
}

.process_section ul.botanicals li,
.process_section ul.botanicals li:nth-child(3n) {
	display:inline-block;
	margin-right:2%;
	margin-bottom:25px;
	width:22%;
}

.process_section ul.botanicals.smaller {
    float: none;
    margin: 10px auto 0;
    width: 100%;
}

.process_section ul.botanicals.smaller li {
	display:inline-block;
	margin-right:2%;
	margin-bottom:25px;
	width:38%;
}

ul.botanicals li,
ul.botanicals li:nth-child(3n) {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 2%;
    text-align: center;
    vertical-align: top;
    width: 48%;
}

ul.botanicals li:nth-child(2n) {
    margin-right: 0;
}

.map_botanicals img {
   margin-bottom:2px;
}


/************************************************ Serve ************************************************/

#sync2 {
    display: none!important;
}

#sync1 {
	margin:20px 0 0;	
}

.col_right {
    height: 300px;
    margin: 0 0 3px;
    width: 100%;
}

#instafeedlong .instagram_box {
    display: inline-block;
    height: 250px;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 100%;
}

h3.centeredmob {
	text-transform:uppercase;
	text-align:center;
	margin:25px 0 0;
	font-weight:bold;
	display:block;
	letter-spacing:1px;
}

.owl-theme .owl-controls {
    display: block!important;
    left: 0;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    top: -53px;
    width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #0f1d40 none repeat scroll 0 0!important;
    border-radius: 0!important;
    color: #fff!important;
    display: inline-block!important;
    font-size: 12px!important;
    margin: 5px!important;
    opacity: 0.5!important;
    padding: 3px 10px!important;
}

#sync4.owl-theme .owl-controls .owl-buttons div {
    background: none!important;
    border-radius: 0!important;
    color: #fff!important;
    display: inline-block!important;
    font-size: 0!important;
    margin: 0!important;
    opacity: 0.5!important;
    padding: 3px 10px!important;
}

.owl-theme .owl-controls .owl-buttons div:hover,
#sync4.owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 1!important;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0!important;
    position: absolute!important;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute!important;
    right: 0!important;
}


/************************************************ Shed ************************************************/

.contact_area h3 br {
	display:none;	
}

/************************************************ Story ************************************************/

.fancy_inner {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    float: left;
    margin: 40px 0;
    padding: 0 5%;
    text-align: center;
    width: 100%;
}

.fancy_inner h1 {
    font-size:25px;
}

.fancy_inner h1 br {
    display:none;
}

.row.story {
    padding: 70px 5%;
}

.box.large {
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: auto;
    margin: 0 0 10px;
    padding: 70px 5%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

/************************************************ Process ************************************************/

.process {
    display: block;
}

.process.hide {
	display:none;
}

.process.mob {
	display:block;
}


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

footer {
	padding:32px 5% 70px;	
}

.footer_left p {
    line-height: 2em;
}

.footerbottom {
    margin: 0;
    width: 100%;
	font-size:17px;
}

.contact_area_surround {
    padding: 60px 5% 60px;
}

.contact_area p {
    font-size: 18px;
    width: 100%;
}

.subscriber_list_inner {
    margin: 0 auto;
    width: 100%;
}

.social_bottom {
    display: inline-block;
    float: left;
    text-align: right;
}

ul.otherlinks li {
    margin: 0 0 10px;
}

#form_area {
    float: left;
    margin: 0 0 20px;
    padding: 0 0 30px;
    width: 100%;
}

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

.form_item.padd {
    margin: 0 2% 15px 0;
}

.form_item,
.form_item.longer {
    margin: 0 0 15px 0;
}

.row.texture .contact_area .submit {
	margin:0;	
}

.submit {
	width:100%;
	margin:20px 0 0;	
}

/************************************************ Members ************************************************/

.logintop {
    width: 320px;
}

.login_box {
    width: 320px;
}

#logo_member {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 170px;
}

ul.download_items li {
    display: inline-block;
    height: auto;
    margin: 0 1% 15px 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.small_btn {
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 10px;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
}

ul.download_items li .innerbox {
    height: 350px;
}

ul.download_items li .list_name {
    width: 80%;
}

ul.download_items li .downloadlink a {
    border-left: 1px solid #fff;
    float: right;
}

}

@media handheld, only screen and (max-width: 400px) {
	
ul.otherlinks li:last-child {
    padding: 0 15px 0 0;
}	
	
ul.otherlinks li a {
	padding:0 8px 0;
	color:#fff;
	font-weight:bold;
}

}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}