/*
Name: Visia
Version: 1.3.1
Author: Aether Themes
Author URI: http://www.aetherthemes.com
*/


/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Buttons
	=Content Styles
	=Navigation
	=Hero
	=Services
	=Portfolio
	=Project
	=Team
	=Subscribe
	=Testimonials
	=Footer
	=Blog
	=Slider
	=Video
	=Media
*/

/* =Preloader
-------------------------------------------------------------- */

body {
    overflow: hidden;
}

/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:0px;
    height:0px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(''); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

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

body { 
	background: #fff;
	color: #424242;
	font-family: 'Archer SSm A', 'Archer SSm B', 'Enriqueta', Georgia, serif;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	overflow-x: hidden;
}

section { overflow: hidden; }
::selection { background: #060606; color: #fff; }
::-moz-selection { background: #060606; color: #fff; }
#loading { display: none; }


/* =Typography
-------------------------------------------------------------- */

p { color: #424242;
	line-height: 1.8em;
	margin: 0 0 20px;
}

em { font-style: italic; }
strong { font-weight: 400; }
small { font-size: 0.8em; }

h1,h2,h3,h4,h5,h6 {
	color: #58B6DD; /*#060606*/
	font-style: normal;
	font-weight: 300;
	line-height: 1.17em;
	margin: 0 0 20px;
}

h1 {
	font-size: 3.46666666667em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
}

h2 {
	font-size: 2.4em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
}

h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;	
}

h5 {
	font-size: 1em;
	font-weight: 400;
}

h6 {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 400;
}

.mobile { display: none; visibility: hidden;}

.logo ul li, .logo ul li a, .desktop h4, .shopping-list h4 {
		font-weight: bold;
		color: #58b6dd;
	}

/* Typography for dark backgrounds */

.dark p, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 { /*color: #fff;*/ }
.dark a { color: #fff!important; }

/* Links */
a, a:visited { font-weight: 400; text-decoration: none; }

a:hover { color: #221F1F; }

/* =Buttons
-------------------------------------------------------------- */

.button {
	display: inline-block;
	padding: 20px 55px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
}

.dark .button { border: 1px solid #fff!important; }
.dark .button:hover { background: rgba(255, 255, 255, .1); filter: alpha(opacity=50); }

.button.no-border { border: none!important; padding: 20px 0px; }

.button.no-border:hover {
	border: none!important;
	background: transparent;
	opacity: .7;
    filter: alpha(opacity=70);
}

.button .icon {
	display: inline-block;
	margin-left: 17px;
	margin-bottom: -6px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/icons/right.png) no-repeat center center;
}


/* =Content Styles
-------------------------------------------------------------- */

.content { /*padding-top: 100px; */text-align: center; }
.content.padded { padding-bottom: 100px; }

.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}

/* Parallax Fix */
@media only screen and (min-width: 1930px) { .parallax { background-size: cover; } }

.parallax.black { background-color: #060606; }

.parallax.no-parallax { background-size: cover!important; background-attachment: scroll!important; background-position: center!important; }

.parallax-bg1 { background-image: url(../images/parallax-bg1.png); }
.parallax-bg2 { background-image: url(../images/parallax-bg2.png); }
.parallax-bg3 { background-image: url(../images/parallax-bg3.png); }
.parallax-bg4 { background-image: url(../images/parallax-bg4.png); }

.title { text-align: center; margin-top: 10px; }

.sub-heading { margin: 48px auto; max-width: 630px; }

.border {
	display: block;
	width: 80px;
	height: 2px;
	background: #060606;
	margin: 0 auto;
}

.dark .border { background: #fff; }


.introduction {
	width: 80%;
	margin-top: 10%;
	margin-bottom: 9%;
}

/* =Navigation
-------------------------------------------------------------- */

nav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background: #fff;
	opacity: 0.9;
	padding: 15px 0px;
	z-index: 999;
}

.logo { 
	color: #58B6DD;
	width: 71%;
	margin: 0 auto;
	letter-spacing: 0.035em;
	white-space: nowrap;
}

.logo img {
	margin-right: 12px;
	margin-top: -5px;
	width: 35px;
}
/*
.logo ul {
	text-align: center;
}*/

.logo ul li {
	display: inline;
	font-size: 18px;
}

.logo ul li span {
	font-size: 18px;
}

.logo ul li a {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	white-space: nowrap;
	transition: color 0.5s;
-moz-transition: color 0.5s;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
}
/*
.logo ul li a:hover {
	color: #221F1F;
	background-image: url('../images/back_test_hover@2x.png')
}*/
/* =Home nav button hover
-------------------------------------------------------------- */
.nav-btns {
	width: 100px;
	height: 20px;
}
	.nav-btns a{
		width: 90px;
		/*height: 100%;*/
		/*display: block;*/
		background: url('../images/blue_icon.png');
		background-repeat: no-repeat;
		background-size: 30px;
		/*position: relative;*/
	}
		.nav-btns a .home-hov {
			width: 30px;
			height: 18px;
			/*display: block;*/
			background: url('../images/black_icon.png');
			background-repeat: no-repeat;
			background-size: 30px;
			position: absolute;
			top: 0;
			left: 0;
			transition: all .5s;
			-moz-transition: all .5s;
			-webkit-transition: all .5s;
			-o-transition: all .5s;
			zoom: 1;
			filter: alpha(opacity=0);
			opacity: 0;
		}
		
		.nav-btns a:hover {
			color: #221f1f;
		}

		.nav-btns a:hover .home-hov{
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
		}
	.nav-btns a.home {
		background-position: 0px 0px;
		padding-left: 38px;
	}
		.nav-btns a.home .home-hov{
			background-position: 0px 0px;
		}




.logo ul li span.drink-title {
	margin-left: 44%;
}

.logo ul li.last-title {
	margin-right: 0%;
	 padding-right: 0; 
}

.desktop.navigation .nav-content { float: right; }

.desktop.navigation .nav-content li {
	float: left;
	margin-right: 45px;
	line-height: 30px; /* Set to the height of your own logo to center the text */
}

.desktop.navigation .nav-content a {
	color: #060606;
	text-transform: uppercase;
	font-size: 0.8em;
	opacity: .5;
    filter: alpha(opacity=50);
}

.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active  { opacity: 1; filter: alpha(opacity=100); }

.desktop.navigation .nav-content li:last-of-type { margin-right: 0px; }

/* Mobile Navigation */


.mobile.navigation .nav-content {
	float: left;
	width: 100%;
}

.mobile.navigation .nav-content li {
	display: block;
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}

.mobile.navigation .nav-content li:first-of-type { border-top: none; }

.mobile.navigation .nav-content a {
	display: block;
	color: #060606;
	text-transform: uppercase;
	font-size: 0.8em;

}

.nav-button {
	display: none;
	width: 26px;
	height: 30px;
	background: transparent;
	padding: 0;
	margin-right: 5%;
	float: right;
	border: none;
	cursor: pointer;
}

/* Navigation Icon */
.icon-bar {
	display: block;
	float: left;
	width: 100%;
	height: 3px;
	margin-top: 3px;
	background: #060606;
}


/* =Hero
-------------------------------------------------------------- */

.hero { text-align: center; background-size: cover; max-height: 190px; }
.hero .content { padding-top: 0px; }

.ticker {
	overflow: hidden;
	height: 250px;
	vertical-align: baseline;
	width: 190px;
	margin: 70px auto 0;
}

.ticker img {
	margin-bottom: 0px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition:    margin-top 0.5s ease-in-out;
    -o-transition:      margin-top 0.5s ease-in-out;
    transition:         margin-top 0.5s ease-in-out;
}

.ticker h1 {
	text-indent: -9999px;
}

.call-to-action { padding-top: 20px; }
.call-to-action li {  display: inline-block; margin-right: 55px; }
.call-to-action li:last-of-type { margin-right: 0px;}


/* =Services
-------------------------------------------------------------- */

.icons .overview {
	position: relative;
	float: left;
	width: 16.6666666667%;
	text-align: center;
	overflow: visible;
}

.icon {
	display: inline-block;
	width: 64px;
	height: 64px;
	cursor: help;
	margin-bottom: 20px;
}

.icon.ux { background: url(../images/icons/ux.png) no-repeat top; background-size: 64px 128px; }
.icon.design { background: url(../images/icons/design.png) no-repeat top; background-size: 64px 128px; }
.icon.seo { background: url(../images/icons/seo.png) no-repeat top; background-size: 64px 128px; }
.icon.social { background: url(../images/icons/social.png) no-repeat top; background-size: 64px 128px; }
.icon.tech { background: url(../images/icons/tech.png) no-repeat top; background-size: 64px 128px; }
.icon.commerce { background: url(../images/icons/commerce.png) no-repeat top; background-size: 64px 128px; }
.icon.config { background: url(../images/icons/config.png) no-repeat top; background-size: 64px 128px; }
.icon.heart { background: url(../images/icons/heart.png) no-repeat top; background-size: 64px 128px; }
.icon.coffee { background: url(../images/icons/coffee.png) no-repeat top; background-size: 64px 128px; }
.icon.plane { background: url(../images/icons/plane.png) no-repeat top; background-size: 64px 128px; }
.icon.calculator { background: url(../images/icons/calculator.png) no-repeat top; background-size: 64px 128px; }
.icon.portfolio { background: url(../images/icons/portfolio.png) no-repeat top; background-size: 64px 128px; }
.icon:hover { background-position: bottom; }


.tooltip {
	display: none;
	position: absolute;
	width: 260px;
	background: #060606;
	background: rgba(6, 6, 6, .85);
	top: auto;
	bottom: 100%;
	left: 50%;
	margin-left: -130px;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}

.feature-list {
	font-style: italic;
	font-weight: 300;
	font-size: 0.9333333333333em;
	color: #fff;
	color: rgba(255, 255, 255, .90)!important;
	text-align: left;
	color: #fff;
}

.list-dot {
	display: inline-block;
	margin-right: 15px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
}

.feature-list li { padding-bottom: 10px; }

.arrow-down {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: auto;
	bottom: 100%;
	margin-bottom: 22px;
	width: 0; 
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(6, 6, 6, .85); 
}

.visible { display: block; }


/* =Portfolio
-------------------------------------------------------------- */

.portfolio { width: 100%; }
.projectlist { margin-top: 50px; margin-left: 20%; background: transparent; }
.projectlist li { width: 37%; float: left; }
.projectlist a { display: block; /*padding-bottom: 85px; .Camille */ position: relative; }

.projectlist li:nth-child(odd) { clear: left; }

/*.projectlist a:hover {
	cursor: url('http://aetherthemes.com/demo/visia/images/cursors/more.cur'), crosshair;
	cursor: url('http://aetherthemes.com/demo/visia/images/cursors/more.png') 40 40, crosshair;
}*/

.projectlist a img { width: 100%; }
.projectinfo { position: absolute; width: 100%; height: 100%; top: 0; z-index: 100; }
.meta { position: absolute; bottom: 0; margin-bottom: 15px; width: 90%; text-align: center; }
.meta.left { margin-left: 15px; text-align: left;}
.meta.right { padding-right: 5px; text-align: right;}
.meta h4, .project-title h4 { font-weight: 600; margin-bottom: 6px; color:#ffffff; /*color: #060606;*/ }
.meta h6, .project-title h6 { margin-bottom: 0px; }
.meta em, .project-title em { /*font-family: "Times New Roman", Times, serif;*/ font-style: italic; text-transform: lowercase; color: #ffffff; /*color: #424242;*/ }
.projectlist a:hover .meta h4, .projectlist a:hover .meta em { color: #fff!important; }

/* Filtering */
#portfolio-grid .mix { opacity: 0; display: none; }
.filtering { margin-top: 50px; }
.filtering li { margin-right: 10px; }
.filtering li:after {
	content: "/";
	color: #898989;
	padding-left: 15px;
}
.filtering li:last-of-type:after { content: ""; }
.filter { font-family: "Times New Roman", Times, serif; font-style: italic; text-transform: lowercase; color: #424242; cursor: pointer; display: inline-block; }


/* =Project
-------------------------------------------------------------- */

.ajax-section { position: relative; }
.loader { display: none; background: #fff url(../images/loading.gif) no-repeat center 250px; width: 100%; height: 100%; position: absolute; z-index: 200; }
.project-hero { position: relative; margin-top: 1%; margin-bottom: 5%; }
.closeProject { position: absolute; bottom: 0px; left: 50%; margin-left: -20px; z-index: 200; }
.nextProject { position: absolute; top: 67%; right: -100px; z-index: 200; }
.prevProject { position: absolute; top: 67%; left: -100px; z-index: 200; }
#ajaxpage { padding-top: 50px; padding-bottom: 50px; }

.nextProject a, .prevProject a { 
	display: block; 
	width: 20px; 
	height: 48px; 
	opacity: .4;
    filter: alpha(opacity=40);
}

.nextProject a:hover, .prevProject a:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}

.nextProject a { background: url(../images/icons/project-next.png) no-repeat center center; }
.prevProject a { background: url(../images/icons/project-prev.png) no-repeat center center; }

.nextProject a.disabled, .prevProject a.disabled { display: none; }

.slider img { width: 100%; }

.slider-pager {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.small-border {
	display: block;
	width: 150px;
	margin: 0 auto;
	height: 1px;
	background: #e9e9e9;
}

.bx-pager-item { display: inline-block; }
.bx-pager-link {
	display: inline-block;
	text-indent: -999em; 
	width: 12px; 
	height: 12px;
	margin: 0 5px;
	background: url(../images/projects/pager.png) no-repeat top center;
	background-size: 12px 24px; 
}

.bx-pager-link.active { background: url(../images/projects/pager-active.png) no-repeat top center; background-size: 12px 12px; }
.bx-pager-link:hover { background-position: bottom; }	

.project-title { text-align: center; padding: 25px 0px 50px; }
/*.project-info {  border-bottom: 1px solid #E9E9E9; }*/
.project-info h6 { /*border-bottom: 1px solid #E9E9E9;*/ padding-bottom: 10px; margin-bottom: 20px;  }

i.icon-remove { 
	display: block; 
	width: 26px; 
	height: 26px;
	background: url(../images/icons/close.png) no-repeat;
	background-size: 26px 26px;
	filter: alpha(opacity=50);
	opacity: .5;
}

i.icon-remove:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.project-gallery-next .bx-next, .project-gallery-prev .bx-prev { 
	position: absolute; 
	top: 45%; 
	opacity: .5; 
	filter: alpha(opacity=50); 
	right: auto;
	left: auto;
	text-indent: -999em;
	width: 34px;
	height: 36px;
	margin-top: -18px;
}

.project-gallery-next .bx-next  { 
	background: #fff url('../images/icons/project-gallery-next.png') no-repeat center center; 
	background-size: 22px 22px; 
	right: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	   -moz-border-radius-topleft: 3px;
	   -moz-border-radius-bottomleft: 3px;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
}

.project-gallery-prev .bx-prev  { 
	background: #fff url('../images/icons/project-gallery-prev.png') no-repeat center center; 
	background-size: 22px 22px; 
	left: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	   -moz-border-radius-topright: 3px;
	   -moz-border-radius-bottomright: 3px;
			border-top-right-radius: 3px;
			border-bottom-right-radius: 3px; 
}

/* =Recipe
-------------------------------------------------------------- */
.recipe h4 {
	color: #58B6DD;
}



/* =Team
-------------------------------------------------------------- */

.team-list { text-align: center; padding: 50px 0px 30px; float: left; }

.name { width: 100%; }
.name h4 { margin-bottom: 6px; }
.name h6 { margin-bottom: 20px; }
.name em { font-family: "Times New Roman", Times, serif; font-style: italic; text-transform: lowercase; color: #424242; }

.social-list li { display: inline-block; }

.social-icon.small {
	display: inline-block;
	width: 26px;
	height: 26px;
    filter: alpha(opacity=50);
	opacity: .5;
}

.social-icon.small:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.social-icon.small.facebook { background: url(../images/icons/facebook-small.png) no-repeat center center; background-size: 26px 26px; }
.social-icon.small.twitter { background: url(../images/icons/twitter-small.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.google { background: url(../images/icons/google-small.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.behance { background: url(../images/icons/behance-small.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.linkedin { background: url(../images/icons/linkedin-small.png) no-repeat center center; background-size: 26px 26px;}


/* =Subscribe
-------------------------------------------------------------- */

.value {
	display: block;
	color: #fff;
	font-size: 52px;
	font-weight: 300;
	padding-bottom: 20px;
	padding-top: 50px;
}

.subscribe { padding-top: 30px; }

/* =Testimonials
-------------------------------------------------------------- */

#bx-pager { margin-top: 50px; }
#bx-pager li { width: 33%; float: left; text-align: center; font-size: 0.9em; }
#bx-pager a img {
	display: block;
	margin: 0 auto 30px;
}

/*#bx-pager a:hover img, #bx-pager a.active img {
	opacity: 1;
    filter: alpha(opacity=100);
}*/

.bxslider { text-align: center; padding-top: 35px; }
.bxslider h3 { line-height: 1.6em; }
.bxslider h6 { margin-bottom: 35px; color: #8f8f8f; }

.bx-next, .bx-prev {
	position: absolute;
	display: block;
	text-indent: -999em;
	top: 60%;
	width: 20px;
	height: 48px;
	cursor: pointer;
	opacity: .5;
    filter: alpha(opacity=50);
}

.bx-next:hover, .bx-prev:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}

.bx-next {
	right: -100px;
	background: url(../images/icons/next.png) no-repeat center center;
}

.bx-prev {
	left: -100px;
	background: url(../images/icons/prev.png) no-repeat center center;
}


/* =Footer
-------------------------------------------------------------- */

footer { 
	width: 100%;
}

#footer a {
	/*background: url('../images/visinc-logo-white.png');
	background-repeat: no-repeat;
	background-size: 100%;
height: 30px;
margin: 0 auto;
width: 195px;*/
transition: 0.5s;
-moz-transition:  0.5s;
-webkit-transition: 0.5s;
-o-transition:  0.5s;
}

#footer a:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

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

footer.sticky {
	position: absolute;
	bottom: 0;
}

}


.contact { text-align: center; }

.contact ::selection {
	background: #fff;
	color: #060606; 
}

.contact ::-moz-selection { 
	background: #fff;
	color: #060606; 
}

.contact li img { margin-bottom: 15px; }

.contact li:nth-child(1) {
	font-size: 0.9333333333333em; 
	opacity: .5;
    filter: alpha(opacity=50); 
}

.contact a {
	display: block;
	font-size: 0.9333333333333em;
	font-weight: 300;
	margin-bottom: 20px;
	opacity: .5;
    filter: alpha(opacity=50); 
}

.contact a:hover {
	opacity: 1;
    filter: alpha(opacity=100); 
}

.contact-heading { margin-top: 30px; }

.social-links a img { width: 195px;}

#contact-form {
	position: relative;
	display: none;
	text-align: center;
	width: 100%;
	background: #060606;
	padding: 20px 0px 50px 0px;
	margin-top: 20px;
}

/* FORMS */
.form-field label {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #fff;
}

.form-field span input, .form-field span textarea {
	border: none;
	outline: none;
	padding: 0 10px;
	width: 100%;
	height: 35px;
	background: #1e1e1e;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #949494;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
	-webkit-transition: background 0.33s linear;
	-moz-transition: background 0.33s linear;
	-o-transition: background 0.33s linear;
	transition: background 0.33s linear;
}

.form-field span input:focus, .form-field span textarea:focus {
	background: #fff;
	-webkit-transition: background 0.33s linear;
	-moz-transition: background 0.33s linear;
	-o-transition: background 0.33s linear;
	transition: background 0.33s linear;
}

.form-field span textarea {
	overflow: auto;
	height: 180px;
	padding: 18px;
}

.form-click input {
	margin-top: 50px;
	border: none;
	display: block;
	width: 100%;
	outline: none;
	cursor: pointer;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	-webkit-appearance: none;
	font-size: 1em;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #060606!important;
	background: #949494;
	line-height: 100%;
	padding: 12px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-click input:hover { text-decoration: none; color: #060606!important; background: #fff; }

.subscribe input.text {
	display: inline-block;
	outline: none;
	-webkit-appearance: none;
	width: 340px;
	padding: 20px 0px 20px 15px;
	background: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 1em "Open Sans";
	color: #fff;
	margin-bottom: 20px;
}

.subscribe input.submit {
	border: none;
	display: inline-block;
	outline: none;
	cursor: pointer;
	background: transparent url(../images/icons/more.png) no-repeat top right;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-decoration: none;
	-webkit-appearance: none;
	font: 1em "Open Sans";
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin-left: 10px;
	padding: 20px 55px;
	margin-bottom: 20px;
	letter-spacing: 0.20em;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
}

.subscribe input.text::-ms-clear {
    display: none;
}

.subscribe input.submit:hover {
	background: rgba(255,255,255,.1);
}

/* END FORMS */

.loader { margin-top: 15px; }

#alert {
	display: none;
	margin-top: 30px;
}

.notification {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.subscribe .notification {
	display: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
}

.notification p {
	line-height: 26px;
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: 45px;
}

.notification.success { 
	border: 1px solid #fff;
	background: rgba(255,255,255,.05);
}

.notification.success p { 
	background: url(../images/icons/tick.png) no-repeat;
	background-size: 26px 26px;
	color: #fff; 
}

.notification.error { 
	border: 1px solid #fff;
	background: rgba(255,255,255,.05); 
}

.notification.error p {
	background: url(../images/icons/cross.png) no-repeat;
	background-size: 26px 26px; 
	color: #fff;  
}

.social-links {
	text-align: center;
	margin-bottom: 50px;
}

.social-links li {
	display: inline-block;
	margin-right: 15px;
}

.social-links li:last-of-type { margin-right: 0px; }
.social-links a { 
	display: block;
}

.social-links a img {
	transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s; 
}


.social-links a:hover img {
	opacity: 0.5;
}

.copyright { margin: 50px auto 10px; text-align: center; }
.copyright h6 { color: #77777a; letter-spacing: 0.20em; }


/* =Blog
-------------------------------------------------------------- */

#blog { margin-top: 30px; }

/* Post Styles */
.post { 
	position: relative;
	text-align: left;
	margin-top: 50px;
	padding: 0px 0px 30px 70px;
	border-bottom: 1px solid #e9e9e9;
}

.post-media { position: relative; }

.post-media img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.post .date {
	position: absolute;
	text-align: center;
	width: 40px;
	padding-bottom: 10px;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-size: 1.6em;
	letter-spacing: 0.2em;
	line-height: 0.8em;
	border-bottom: 1px solid #e9e9e9;
}

.post .date small { font-size: 0.5833333333333333em; }

.post-title h2 {
	padding-top: 20px;
	text-transform: none;
	letter-spacing: normal;
}

.post.quote .post-title h2, .post.link .post-title h2 {
	font-size: 1em!important;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	padding: 0;
}

.post-title a { color: #060606!important; }
.post-meta h6, .post-meta a { color: #a4a4a3!important; }

.gallery-next, .gallery-prev { position: absolute; z-index: 100; display: block; bottom: 10px; }
.gallery-next { right: 10px; }
.gallery-prev { right: 37px; }
.gallery-next .bx-next, .gallery-prev .bx-prev { 
	position: static; 
	width: auto; 
	height: auto; 
	top: auto; 
	opacity: 1; 
	filter: alpha(opacity=100); 
	right: auto;
	left: auto;
	text-indent: -999em;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.gallery-next .bx-next  { background: #060606 url('../images/blog/next.png') no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev  { background: #060606 url('../images/blog/prev.png') no-repeat; background-size: 22px 22px;}

/* Sidebar styles */

.widget {
	text-align: left;
	margin-top: 50px;
}

.search {
	border: none;
	float: left;
	outline: none;
	padding: 0px 0px 0px 10px;
	width: 80%;
	height: 40px;
	background: #fff;
	color: #aaaaaa;
	border-bottom: 2px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	-webkit-appearance: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.search-submit {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	outline: none;
	cursor: pointer;
	width: 20%;
	height: 40px;
	text-indent: -999em;
	background: #fff url(../images/blog/search.png) no-repeat center center;
	background-size: 16px 16px;
	text-decoration: none;
	-webkit-appearance: none;
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}


.textwidget {
	font-size: 0.8666666666667em;
	line-height: 1.6em;
}

.cat-item, .recentcomments {
	font-size: 0.8666666666667em;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}


.cat-item a, .recentcomments a { color: #060606!important; font-weight: 400; }

.tagcloud a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget-archive a, .widget-recent-entries a {
	color: #060606!important; 
	font-weight: 400;
	font-size: 0.8666666666667em;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

/* Comments */

#comments { text-align: left; padding-top: 50px; }
#comments-title { margin-left: 70px; border-bottom: 2px solid #e9e9e9; padding-bottom: 30px; margin-bottom: 5px; }

.comment { float: left; }
.comment-body { position: relative; margin-left: 70px; border-top: 1px solid #e9e9e9; padding-top: 30px; }
.comment-author { position: absolute; top: 30px; left: -70px;}
.comment-author img { 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comment .children { margin-left: 70px; }

.fn { display: block; margin-bottom: 10px; }
.comment-meta, .comment-meta a { color: #a4a4a3!important; }

#respond { margin-left: 70px; margin-top: 50px; }
#reply-title { border-bottom: 2px solid #e9e9e9; padding-bottom: 30px; margin-bottom: 5px; }

.comment-reply-form { border-top: 1px solid #e9e9e9; }

.comment-notes { margin-top: 10px; color: #a4a4a3; }

.control-group label, .control-group .controls { display: inline-block; }
.control-group label { margin-left: 10px; font-weight: 400; }
.control-group .controls input { 
	margin-top: 15px;
	border: none;
	outline: none;
	height: 35px;
	background: #fff;
	padding-left: 15px;
	color: #a4a4a3;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 

}

.control-group .controls textarea {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 180px;
	background: #fff;
	padding-left: 15px;
	padding-top: 15px;
	color: #a4a4a3;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.controls button {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
	background: #fff;
	cursor: pointer;
	margin-top: 15px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: inherit;
	padding: 10px 20px;
	color: #a4a4a3;
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
}

.controls button:hover {
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

/* =Share buttons
-------------------------------------------------------------- */

/*.share-section ul {
	margin-left: 8px;
}
*/
.share {
	width: 160px;
	height: auto;
/*	padding-left: 36px;*/
	margin-top: 20px;
}


.share-section ul li {
	margin-right: 15px;
	margin-bottom: 15px;
}
	

/* =Recipe and Ingredients pages
-------------------------------------------------------------- */
body#recipe.hero.clearfix {
	visibility: hidden;
	display: none;
}

.recipe li {
	min-height: 23px;
	padding-left: 40px;
	margin-bottom: 48px;
}

.recipe li, .ingredients li {
	line-height: 1.8em;
}

li.one {
	background-image: url('../images/icons/numbers/1.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 22px;
}

li.two {
	background-image: url('../images/icons/numbers/2.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 22px;
}

li.three {
	background-image: url('../images/icons/numbers/3.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 22px;
}
li.four {
	background-image: url('../images/icons/numbers/4.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 22px;
}
li.five {
	background-image: url('../images/icons/numbers/5.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 22px;
}
li.six {
	background-image: url('../images/icons/numbers/6.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 22px;
}
li.seven {
	background-image: url('../images/icons/numbers/7.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 22px;
}
li.eight {
	background-image: url('../images/icons/numbers/8.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 22px;
}
li.nine {
	background-image: url('../images/icons/numbers/9.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 22px;
}

li.tip {
	margin-top: 62px;
}

.recipe ul {
	margin-top: 35px;
}

.ingredients h4, .share-section h4 {
	display: inline;
}

.ingredients img, .ingredients img {
	vertical-align: bottom;
}

.ingredients ul {
	margin-top: 31px;
	margin-bottom: 55px;
}

.ingredients ul li {
	margin-bottom: 20px;
}





/* =Slider
-------------------------------------------------------------- */
.slider-cover { width: 100%; background: #fff; }

#vegas-next, #vegas-prev {
	position: absolute;
	display: block;
	text-indent: -999em;
	width: 20px;
	height: 48px;
	cursor: pointer;
	top: 50%;
	margin-top: -24px;
}

#vegas-next:hover, #vegas-prev:hover {
	opacity: .5;
    filter: alpha(opacity=50);
}

#vegas-next {
	right: -100px;
	background: url(../images/icons/next.png) no-repeat center center;
}

#vegas-prev {
	left: -100px;
	background: url(../images/icons/prev.png) no-repeat center center;
}

.vegas-loading {
	display: none;
}

.vegas-overlay {
	background: transparent url(../images/slider/overlays/01.png);
	opacity: 0.5;
	z-index: -1;
}

.vegas-background {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
    max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
	z-index: -2;
}

.vegas-overlay,
.vegas-background {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}


/* =Shopping list page
-------------------------------------------------------------- */

.shopping-list .grid-full.introduction p {
	margin-top: 50px;
}

.project-hero.introduction.shopping {
	width: 100%;
	margin-bottom: 65px;
}

.bitters {
	margin-top: 88px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.project-hero {
		margin-left: 26%;
	}
}

@media only screen and (max-width: 767px) {
	#ajaxpage.about-us {
		width: 85%;
	}

}

/* =About page
-------------------------------------------------------------- */

.introduction.about {
	width: 89%;
	margin-left: 50px;
	margin-top: 50px;
}

.introduction.about p {
	margin-bottom: 34px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#ajaxpage.about-us {
		width: 70%;
	}
	.introduction.about {
		margin-left: 10%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.introduction.about {
		margin-top: 10px;
	}
}


@media only screen and (max-width: 768px) {
	#ajaxpage.about-us {
		width: 85%;
	}
	.introduction.about {
		margin-left: 20px;
	}

}


/* =Download page
-------------------------------------------------------------- */
.introduction.download {
	width: 89%;
	margin-left: 50px;
	margin-top: 50px;
}

.introduction.download p {
	margin-bottom: 1px;
}

.introduction.download ul:nth-child(2) {
	margin-top: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#ajaxpage.get-the-app {
		width: 70%;
	}
	.introduction.download {
		margin-left: 10%;
	}
	.introduction.download p { margin-bottom: 0px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.introduction.download {
		margin-top: 10px;
	}
}


@media only screen and (max-width: 768px) {
	#ajaxpage.get-the-app {
		width: 85%;
	}
	.introduction.download {
		margin-left: 20px;
	}

}


/* Download links */

.download-buttons {
	width: 350px;
	height: 70px;
	float: left;
	margin: 10px 39% 24px;
}

	.download-buttons li {
		width: 200px;
		height: 52px;
		display: block;
		margin: 10px 48px 0 0;
		float: left;
	}

	.icon-sprites_download a {
		width: 100%;
		height: 100%;
		display: block;
		text-align: left;
		text-indent: -9999px;
		position: relative;
	}
		.icon-sprites_download a .icon-sprites_download-hov {
			width: 100%;
			height: 100%;
			display: block;
			background-position: 0px -50px; 
			position: absolute;
			top: 0;
			left: 0;
			-moz-transition: all .5s;
			-webkit-transition: all .5s;
			-o-transition: all .5s;
			transition: all .5s;
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 0;
		}


		.icon-sprites_download a:hover .icon-sprites_download-hov {
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
		}

	.icon-sprites_download a.app-store {
		background-position: 0px -105px;
	}

		.icon-sprites_download a.app-store .icon-sprites_download-hov {
			background-position: 0px -156px;
		}

	.icon-sprites_download a.ios6  {
		background-position: 0px -209px;
	}
		.icon-sprites_download a.ios6 .icon-sprites_download-hov {
			background-position: 0px -260px;
		}

	.icon-sprites_download a.android {
		background-position: 0px -3px;
	}
		.icon-sprites_download a.android .icon-sprites_download-hov {
			background-position: 0px -54px;
		}


@media only screen and (min-width: 480px) and (max-width: 644px) {
	.download-buttons {margin: 10px 13% 24px 25%;}
}


@media only screen and (min-width: 645px) and (max-width: 859px) {
	.download-buttons {margin: 10px 13% 24px 29%;}
}


@media only screen and (min-width: 860px) and (max-width: 1024px) {
	.download-buttons {margin: 10px 13% 24px 31%;}
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
.download-buttons {
		margin: 30px 27%;
	}
.download-buttons.last {
	margin-top: -5px;
}

}

@media only screen and (max-width: 479px)  {
	.download-buttons {
		margin: 30px 14%;
	}
.download-buttons.last {
	margin-top: -5px;
}
}




/* =Download iOS / Download Android page
-------------------------------------------------------------- */
.introduction.download-ios {
	margin-top: 50px;
	margin-left: 18%;
}


.download-ios ul li {
min-height: 23px;
padding-left: 40px;
margin-bottom: 48px;
line-height: 1.8em;
}

@media only screen and (max-width: 1024px) {
	#ajaxpage.instructions {
		width: 70%;
	}
	.introduction.download-ios {
		margin-left: 0px;
	}
}


/* =Download Android page
-------------------------------------------------------------- */

/* =Video
-------------------------------------------------------------- */

#big-video-wrap{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0; z-index: -2;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:20px;padding: 0 20px;width:100%;
  -webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url('bigvideo.png');}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.vjs-big-play-button{display:none !important;}



/* =Media
-------------------------------------------------------------- */

/* Large screens */
.grid-full.mobile {
	width: 85%;
	margin-left: 6%;
}

@media only screen and (min-width: 112.06em) {
	.logo {
		width: 70%;
	}
}

@media only screen and (min-width : 112em) {
	.bx-next { right: -250px; }
	.bx-prev { left: -250px; }
	#nextProject { right: -250px; }
	#prevProject { left: -250px; }
	.recipe.mobile { visibility: hidden; display: none;}
}

@media only screen and (min-width: 125.333em) {
	.logo {
		width: 50%;
	}
}

@media only screen and (min-width: 146.666em) {
		#ajaxpage {width: 50%;}
}

@media only screen and (min-width: 1900px) and (max-width: 2199px) {
		#ajaxpage {width: 55%;}
}


@media only screen and (min-width: 1700px) and (max-width: 1899px) {
		#ajaxpage {width: 60%;}
}

@media only screen and (min-width: 1166px) and (max-width: 1680px) {
	.logo {
		width: 85%;
	}
}

@media only screen and (max-width: 1165px) {
	/*.logo ul {
		text-align: left;
	}*/
	/*.logo ul li.last-title {
		float: right;
	}*/
}

@media only screen and (min-width: 1024px) {
	#ajaxpage {
		width: 70%;
	}

}

@media only screen and (max-width: 1024px) {
	body {
		font-size: 15px;
	}



	.meta { margin-bottom: 25px; width: 100%; }
.meta.left { margin-left: 25px; text-align: left;}
.meta.right { padding-right: 25px; text-align: right;}

	#ajaxpage {
		width: 100%;
	}


	.grid-full {
		width: 100%;
		margin: 0;
	}

	.social-links.grid-full {
	text-align: center;
	margin-bottom: 50px;
}

	.copyright.grid-full {
		margin: 50px auto 10px;
	}

	.video {
		margin-bottom: 5%;
	}
		.desktop { visibility: visible; display: block;}
	.mobile { visibility: hidden; display: none;}
}

/* For the home page */
@media only screen and (min-width: 2000px) {
	.projectlist { margin-left: 31%; }
	.projectlist li { width: 28%; }
}



@media only screen and (min-width: 1600px) and (max-width: 1999px) {
	.projectlist { margin-left: 28%; }
	.projectlist li { width: 30%; }
}



@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.projectlist { margin-left: 27%; }
	.projectlist li { width: 32%; }
}


@media only screen and (min-width: 1291px) and (max-width: 1399px) {
	.projectlist { margin-left: 23%; }
	.projectlist li { width: 35%; }
}


@media only screen and (min-width: 1061px) and (max-width: 1290px) {
	.projectlist { margin-left: 20%; }
	.projectlist li { width: 37%; }
}


@media only screen and (min-width: 960px) and (max-width: 1060px) {
	.projectlist { margin-left: 18%; }
	.projectlist li { width: 40%; }
}

@media only screen and (min-width: 1025px) {
	.logo { width: 70%;	}
	.logo ul { text-align: initial; }
	.logo ul li.nav-btns {position: absolute;}
	.logo ul li.last-title { float: right;}
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.logo ul li.nav-btns {position: absolute; left: 2%; margin-right: 0%;}
	/*.logo ul li span.drink-title {margin-left: -25px;}*/
	.logo ul li.last-title {position: absolute; right: 4%;}
	.logo ul li { margin-right: 0%;}
	/*.logo ul {text-align: center;}*/
}
@media only screen and (max-width: 1024px) {
	#ajaxpage.shopping-list {
		width: 80%;
	}
}


@media only screen and (min-width: 421px) and (max-width: 768px) {
	.column {
		width: 80%;
	}

	.grid-half .list {
		width: 48.969697%;
	}
.list-title {
	width: 44.6%;
}

	.items {
			min-height: 110px;
		}

}


/* Tablet Landscape */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
	.fade, .slide, .entrance, .hatch { opacity: 1!important; }
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
	#bx-prev, #bx-next { display: none; }
	#nextProject, #prevProject { display: none!important; }
	.projectlist a:hover .projectinfo { background: transparent; }
	.hero-video { background: url(../video/visia-video-poster.jpg) no-repeat; background-size: cover; background-position: top center;}
	.logo ul li.nav-btns {position: absolute; left: 2%; margin-right: 0%;}
	.logo ul li span.drink-title {margin-left: 44%;}
	.logo ul li.last-title {position: absolute; right: 4%;}
		.desktop { visibility: visible; display: block;}
	.mobile { visibility: hidden; display: none;}
}

/* Smaller than 960px */
@media only screen and (max-width: 959px) {
	.nav-button { display: block; }
	.navigation { display: none; }
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
	.content.padded { padding-bottom: 50px; }
	.icons .overview { width: 33.3333333333%; margin-bottom: 30px; }
	.icon { cursor: pointer; }
	.projectlist li { width: 43%; }
	.fade, .slide, .entrance, .hatch { opacity: 1!important; }
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
	#bx-prev, #bx-next { display: none; }
	#bx-pager { margin-top: 20px; }
	#bx-pager li { width: 50%; margin-top: 20px; }
	.social-links { margin-top: 30px; }
	#nextProject, #prevProject { display: none!important; }
	#respond { margin-left: 0px; }
	#vegas-prev, #vegas-next { display: none; }
	.tooltip { cursor: pointer; }
	.hero-video { background: url(../video/visia-video-poster.jpg) no-repeat; background-size: cover; background-position: top center;}
}

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 959px) {
			.mobile { visibility: visible; display: block;}
	.desktop { visibility: hidden; display: none;}
	.projectlist {margin-left: 17%;}
	.projectlist li {width: 40%;}
	.ingredients.mobile { margin-left: 12px; margin-top: 3%;}
	.recipe h4 {margin-left: 0px;}
	.recipe ul {margin-left: -37px;}
	.share-section h4 {margin-left: 7px;}
	.share-section ul {margin-left: -18px;}
	.share { width: 160px; padding-left: 25px; }
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.icons .overview { width: 50%; }
	.team-list { padding: 30px 0px 0px; }
	.team-member { padding-bottom: 25px; }
	#respond { padding-bottom: 50px; border-bottom: 2px solid #e9e9e9; }
	.filtering li { margin-bottom: 20px; }
	.value { padding-top: 35px; }
	.subscribe input.submit, .subscribe input.text { width: 100%; margin-left: 0;}
	.logo { width: 100%;}
	.logo ul { text-align: left;}
	.logo ul li.last-title { position: absolute; float: right; right: 4%;}
	.copyright {width: 100%; margin:50px auto 10px;}
	.video {margin-top: 1%;}
	.mobile { visibility: visible; display: block;}	
	.desktop { visibility: hidden; display: none;}
	.introduction {width: 100%;}
	.meta { position: absolute; bottom: 0; margin-bottom: 15px; width: 89%; text-align: center; }
.meta.left { margin-left: 15px; text-align: left;}
.meta.right { padding-right: 0px; text-align: right;}
.garnish-logo {background-size: 79%;}
	.bitters { margin-top: 0px; }
	.grid-half {width: 86%;}
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.projectlist {margin-left: 0%;}
	.projectlist li {width: 50%;}
	.tooltip { width: 150%; left: 5%; margin-left: 0; }
	.pull-left .tooltip { left: -55%;}
	.drink-title { display: none; visibility: hidden;}
	.ingredients.mobile { margin-left: 30px; margin-top: 3%;}
	.recipe h4 {margin-left: 25px;}
	.recipe ul {margin-left: -13px;}
	.share-section h4 {margin-left: 7px;}
	.share-section ul {margin-left: -18px;}
	.share { width: 160px; padding-left: 25px; }
	/*#footer a {margin-left: 25%;}*/
}

/* Mobile Landscape Size for Google phones */
@media only screen and (min-width: 595px) and (max-width: 768px) {
	.grid-half.column {margin-right: 8px; }
	.project-hero.introduction.shopping {margin-bottom: 5px;}
	.grid-half {width: 46.969696969697%; margin: 0;}
	.grid-half.list ul {width: 100%; }
	.list-title {width: 54.6%;}
	/*#footer a {margin-left: 35%; width: 210px;}*/
}

/* Mobile Portrait Size */
@media only screen and (min-width: 321px) and (max-width: 479px) {
	.call-to-action li { margin-right: 0px; width: 100%; }
	.projectlist {margin-left: 0%;}
	.projectlist li { width: 50%; }
	#bx-pager li { width: 100%; }
	.recipe h4 {margin-left: 35px;}
	.recipe li {	padding-left: 36px;}
	.share-section h4 {margin-left: 25px;}
	.share-section ul {margin-left: 0px;}
	.share { width: 160px; padding-left: 25px; }
	.ingredients.mobile { margin-left: 35px; margin-top: 3%;}
	.tooltip { width: 180%; left: 5%; margin-left: 0; }
	.pull-left .tooltip { left: -85%;}
	.drink-title { display: none; visibility: hidden;}
	#ajaxpage.shopping-list {width: 80%; }
	.project-hero.introduction.shopping {margin-bottom: 5px;}
	/*.shopping-list.grid-half.column {width: 86%;}*/
	.grid-half {width: 86%;}
	.list-title {width: 80%;}
	/*#footer a {margin-left: 25%; }*/
}

/* Android Mobile Portrait Size */
@media only screen and (max-width: 320px) {
	#ajaxpage.shopping-list {width: 80%; margin-left: 10%;}
	.project-hero.introduction.shopping {margin-bottom: 5px;}
	.meta {width: 95%;}
	.meta.left {margin-left: 10px;}
	.call-to-action li { margin-right: 0px; width: 100%; }
	.projectlist {margin-left: 0%;}
	.projectlist li { width: 50%; }
	#bx-pager li { width: 100%; }
	.recipe h4 {margin-left: 35px;}
	.recipe li {	padding-left: 36px;}
	.share-section h4 {margin-left: 25px;}
	.share-section ul {margin-left: 0px;}
	.share { width: 160px; padding-left: 25px; }
	.ingredients.mobile { margin-left: 35px; margin-top: 3%;}
	.tooltip { width: 180%; left: 5%; margin-left: 0; }
	.pull-left .tooltip { left: -85%;}
	.drink-title { display: none; visibility: hidden;}
	.introduction.about p:nth-child(1), .introduction.download p:nth-child(1), .shopping-list .grid-full.introduction p {
		margin-top: 5px;
	}
	.grid-half {width: 86%;}
	.list-title {width: 80%;}
	.column {width: 95%;}
	/*#footer a {margin-left: 42%;}*/
}


/* Targets Retina Enabled Devices */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  
	.icon.right { background: url(../images/icons/right@2x.png) no-repeat center center; background-size: 26px 26px; }
	.icon.ux { background: url(../images/icons/ux@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.design { background: url(../images/icons/design@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.seo { background: url(../images/icons/seo@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.social { background: url(../images/icons/social@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.tech { background: url(../images/icons/tech@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.commerce { background: url(../images/icons/commerce@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.config { background: url(../images/icons/config@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.heart { background: url(../images/icons/heart@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.coffee { background: url(../images/icons/coffee@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.portfolio { background: url(../images/icons/portfolio@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.plane { background: url(../images/icons/plane@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.calculator { background: url(../images/icons/calculator@2x.png) no-repeat top; background-size: 64px 128px; }
	.social-icon.small.facebook { background: url(../images/icons/facebook-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.twitter { background: url(../images/icons/twitter-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.google { background: url(../images/icons/google-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.behance { background: url(../images/icons/behance-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.linkedin { background: url(../images/icons/linkedin-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	i.icon-remove { background: url(../images/icons/close@2x.png) no-repeat center center; background-size: 26px 26px;}
	.bx-pager-link { background: url(../images/projects/pager@2x.png) no-repeat top center; background-size: 12px 24px; }
	.bx-pager-link.active { background: url(../images/projects/pager-active@2x.png) no-repeat top center; background-size: 12px 12px; }
	.gallery-next .bx-next  { background: #060606 url('../images/blog/next@2x.png') no-repeat; background-size: 22px 22px;}
	.gallery-prev .bx-prev  { background: #060606 url('../images/blog/prev@2x.png') no-repeat; background-size: 22px 22px;}
	.search-submit { 	background: #fff url(../images/blog/search@2x.png) no-repeat center center; background-size: 16px 16px;}
	.notification.success p  { background: url(../images/icons/tick@2x.png) no-repeat; background-size: 26px 26px;}
	.notification.error p  { background: url(../images/icons/cross@2x.png) no-repeat; background-size: 26px 26px;}
	.project-gallery-next .bx-next  {  background: #fff url('../images/icons/project-gallery-next@2x.png') no-repeat center center; background-size: 22px 22px; }
	.project-gallery-prev .bx-prev  {  background: #fff url('../images/icons/project-gallery-prev@2x.png') no-repeat center center; background-size: 22px 22px; }



li.one { background-image: url('../images/icons/numbers/1@2x.png'); background-repeat: no-repeat; background-position: 0 1px;background-size: 22px;}
li.two { background-image: url('../images/icons/numbers/2@2x.png'); background-repeat: no-repeat; background-position: 0 1px;background-size: 22px;}
li.three { background-image: url('../images/icons/numbers/3@2x.png'); background-repeat: no-repeat; background-position: 0 1px;background-size: 22px;}
li.four { background-image: url('../images/icons/numbers/4@2x.png'); background-repeat: no-repeat; background-position: 0 1px;background-size: 22px;}
li.five { background-image: url('../images/icons/numbers/5@2x.png'); background-repeat: no-repeat; background-position: 0 1px;background-size: 22px;}
li.six { background-image: url('../images/icons/numbers/6@2x.png'); background-repeat: no-repeat; background-position: 0 1px;background-size: 22px;}
li.seven { background-image: url('../images/icons/numbers/7@2x.png'); background-repeat: no-repeat; background-position: 0 1px;background-size: 22px;}
li.eight { background-image: url('../images/icons/numbers/8@2x.png'); background-repeat: no-repeat; background-position: 0 1px;background-size: 22px;}
li.nine { background-image: url('../images/icons/numbers/9@2x.png'); background-repeat: no-repeat; background-position: 0 1px;background-size: 22px;}
#royal_preloader.number .percentage {background-image: url('../images/visinc-loading@2x.gif');}
.nav-btns a{ background: url('../images/blue_icon@2x.png'); background-size: 30px; width: 100%; height: 100%; display: block; background-repeat: no-repeat; position: relative; }
.nav-btns a.home{padding-left: 34px;}
/*#footer a {	background: url('../images/visinc-logo-white@2x.png');background-repeat: no-repeat; background-size: 165px;height: 30px;}*/
}


/* ADDED BY CAMILLE */
#section4 {
	padding-top: 50px;
	padding-bottom: 80px;
}

.hidden {
	visibility: hidden;
	display: none;
}





/* Share button links */ 

.share-btns {
 	width: 200px;
	height: auto;
	padding-left: 36px;
	margin-top: 20px;

	/* or margin: 0; if possible */
}

	.icon-sprites_share {
		width: 42px;
		height: 42px;
		display: inline-block;
		float: left;
		color: #58B6DD;
	}


	.icon-sprites_share a {
		width: 42px;
		height: 42px;
		display: block;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		text-indent: -9999px;
		position: relative;
	color: #58B6DD;
		transition: color 0.5s;
-moz-transition: color 0.5s;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
	}
		.icon-sprites_share a .icon-sprites_share-hov {
			width: 100%;
			height: 100%;
			display: block;
			background-position: 0px -54px; 
			position: absolute;
			top: 0;
			left: 0;
			-moz-transition: all .5s;
			-webkit-transition: all .5s;
			-o-transition: all .5s;
			transition: all .5s;
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 0;
		}


		.icon-sprites_share a:hover .icon-sprites_share-hov {
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
			color: #221F1F
		}

	.icon-sprites_share a.twitter  {
		background-position: -50px -2px;
	}

		.icon-sprites_share a.twitter .icon-sprites_share-hov {
			background-position: -50px -47px;
		}

	.icon-sprites_share a.facebook  {
		background-position: 0px -2px;
	}
		.icon-sprites_share a.facebook .icon-sprites_share-hov {
			background-position: 0px -47px;
		}

	.icon-sprites_share a.appnet {
		background-position: -95px -2px;
	}
		.icon-sprites_share a.appnet .icon-sprites_share-hov {
			background-position: -95px -47px;
		}

.icon-sprites_share a.pinterest {
		background-position: -139px -2px;
	}
		.icon-sprites_share a.pinterest .icon-sprites_share-hov {
			background-position: -139px -47px;
		}

@media only screen and (min-width: 769px) and (max-width: 960px) {
	.share-section.grid-full.mobile {
		margin-left: 1%;
	}

}


@media only screen and (min-width: 638px) and (max-width: 768px) {
	.share-section.grid-full.mobile {
		margin-left: 5%;
	}
}


/* Home Page links */

.grid-full.home-buttons {
 	margin: 0;
}

	.icon-sprites {
		width: 152px;
		height: 152px;
		display: inline-block;
		float: left;
		color: #58B6DD;
	}

.icon-sprites a p {
	padding-top: 68px;
	font-weight: 600;
	color: #58B6DD;
	width: 120px;
	margin-left: -35px;
}


	.icon-sprites a {
		width: 52px;
		height: 52px;
		display: block;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		position: relative;
	color: #58B6DD;
		transition: color 0.5s;
-moz-transition: color 0.5s;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
	}
		.icon-sprites a .icon-sprites-hov {
			width: 100%;
			height: 100%;
			display: block;
			background-position: 0px -52px; 
			position: absolute;
			top: 0;
			left: 0;
			-moz-transition: all .5s;
			-webkit-transition: all .5s;
			-o-transition: all .5s;
			transition: all .5s;
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 0;
		}


		.icon-sprites a:hover .icon-sprites-hov {
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
			color: #221F1F
		}

	.icon-sprites a.about {
		background-position: -1px -54px;
	}

		.icon-sprites a.about .icon-sprites-hov {
			background-position: -1px -1px;
		}

	.icon-sprites a.download  {
		background-position: -55px -54px;
	}
		.icon-sprites a.download .icon-sprites-hov {
			background-position: -55px -1px;
		}

	.icon-sprites a.shopping {
		background-position: -108px -54px;
	}
		.icon-sprites a.shopping .icon-sprites-hov {
			background-position: -108px -1px;
		}


.icon-sprites a p {
	-moz-transition: all .5s;
			-webkit-transition: all .5s;
			-o-transition: all .5s;
			transition: all .5s;
}

.icon-sprites a:hover p {
	color: #221F1F;
}

/* media query for icon sprites */
@media only screen and (min-width: 1401px) {
	.content.dark.padded.container {
		width: 40%;
	}
	.icon-sprites {
		width: 33%;
	}
}


@media only screen and (min-width: 769px) and (max-width: 1400px) {
	.content.dark.padded.container {
		width: 45%;
	}
	.icon-sprites {
		width: 33%;
	}
}



@media only screen and (min-width: 421px) and (max-width: 768px) {
	.content.dark.padded.container {
		width: 80%;
	}
	.icon-sprites {
		width: 33%;
	}
}

@media only screen and (max-width: 420px) {
	.icon-sprites {
		width: 100%;
	}
	.content.dark.padded.container {
		width: 100%;
	}




}


/* media query for drink headers */

@media only screen and (max-width: 767px) {
	.logo ul li.nav-btns {
		position: absolute;
		left: 2%;
	}
}





.copyright h6 {
	font-size: 0.6em;
	text-transform: inherit;
}
 #tab-1 p img, #tab-2 p img, #tab-3 p img {
 	display: block;
 	margin-bottom: 5px;
 }

 .tabs {
 	visibility: hidden;
 	display: none;
 }


.title.grid-full p {
	width: 40%;
	margin: 80px auto 0;
}

 .title p {
 	line-height: 2.2em;
 	font-size: 14px;
 }

.introduction p {
	margin: 0 auto;
}

 .items {
 	min-height: 200px;
 }

.items li {
	margin-bottom:13px;
	line-height: 1.7em;
}

.items.clearfix:after {
	margin-bottom: 30px;
}


/* media query for title p */


@media only screen and (max-width: 719px) {
	.title.grid-full p { width: 90%; margin-top: 80px;}
}

/*

#ajaxpage.shopping-list {
	width: 50%;
}*/

@media only screen and (max-width: 767px) {
	.introduction.about p:nth-child(1), .introduction.download p:nth-child(1), .shopping-list .grid-full.introduction p {
		margin-top: 20px;
	}

	.shopping-list .grid-full.introduction p {
		margin-bottom: 40px;
	}

	.shopping-list h4 {
		margin-bottom: 25px;
	}

}


@media only screen and (max-width: 420px) {
	.items {
			min-height: 110px;
		}

} 


.caesar span, .scotch span, .dark-and-stormy span, .negroni span, .lemon-margarita span, .tom-collins span, .old-fashioned span, .tequila-sunrise span,
.dirty-martini span, .white-russian span {
    display: block;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: rgba(0,0,0,1.0);
}


.caesar span img,  .dark-and-stormy span img, .negroni span img, .lemon-margarita span img, .tom-collins span img, .old-fashioned span img, .tequila-sunrise span img,
.dirty-martini span img, .white-russian span img {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}


.caesar:hover span img, .dark-and-stormy:hover span img, .negroni:hover span img, .lemon-margarita:hover span img, .tom-collins:hover span img, .old-fashioned:hover span img, .tequila-sunrise:hover span img,
.dirty-martini:hover span img, .white-russian:hover span img {
    opacity: 0.5;
}

.scotch span img {
	 -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.scotch:hover span img {
	opacity: 0.5;
}

.grid-full.desktop {
	margin-top: 20px;
}

.recipe.desktop {
	margin-left: 4%;
	margin-right: 14%;
}

.icon-visinc-logo-white {
	background-repeat: no-repeat;
	width: 195px;
height: 30px;
margin: 0 auto;
background-size: 195px;
}
