/*
Theme Name: Figenza
Theme URI: 
Description: Figenza Wordpress Theme
Author: Splendor Design Group
Author URI: http://splendordesign.com
Version: 1.0
*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com
   ========================================================================== */

html,button,input,select,textarea{color:#222}body{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}


/* ===== Primary Styles =====================================================
Author: Splendor Design Group -  http://splendordesign.com   
========================================================================== */
body {
	font: 17px "calluna",serif;
	color: #000;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova",sans-serif;
}
nav ul {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all .2s ease-in-out;	
	-moz-transition: all .2s ease-in-out;	
	-o-transition: all .2s ease-in-out;	
	-ms-transition: all .2s ease-in-out;	
	transition: all .2s ease-in-out;
	color: #4b024b;
	text-decoration: none;
}
a:hover {
	color: #000;
}

.btn {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0 none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	cursor: pointer;
	background: url(img/btn-b.png) no-repeat;
	width: 228px;
	height: 42px;
	line-height: 44px;
	text-align: center;
	color: #5a035a;
	
	letter-spacing: 0.05em;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.btn:hover {
	color: #000;
}
.btn-white {
	background: url(img/btn-w.png) no-repeat;
	color: #5a035a;
}
.btn-white:hover {
	color: #000;
}
.btn-purple {
	background:url(img/btn-p.png) no-repeat; 
	color: #fff;
}
.btn-purple:hover {
	color: #eee;
}

.wrapper {
	width: 1180px;
	margin: 0 auto;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mask .t .tt h1, .mask .t .tt a {
	margin-left:110px
	}

.t {
	display: table;
	height: 100%;
	width: 100%;
}
.tt {
	display: table-cell;
	vertical-align: middle;
}

.is-sticky #header {
	border-bottom: solid 1px #dbdbdb;
}
#header {
	background: #fff;
	position: relative;
	z-index: 999;
}
#header .wrapper {
	height: 125px;
	position: relative;
}

#logo {
	/*background: url(img/logo.png) no-repeat;
	width: 421px;
	height: 116px;
	display: block;
	float: left;
	font-size: 0em;
	text-indent: -9999999px;
	margin-bottom: -11px;*/	

}

#logo img {
width: 328px;
padding: 10px;
}

#header #nav {
	float: right;
	padding-top: 50px;
	font-size: 0em;
}
#header #nav ul li, #header #nav ul li a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-weight: 300;
	font-family: "proxima-nova",sans-serif;
	color: #000;
	text-transform: uppercase;
}
#header #nav ul li {
	padding-left: 36px;
}
#header #nav ul li a {
	font-size: 18px;
}
#header #nav ul li a:hover, #header #nav ul li a.active, #header #nav ul li.current-page-ancestor a, #header #nav ul li.current-menu-item a {
	color: #5a035a;
}
#header #nav ul li a.active {
	font-weight: normal;
}
#header .social {
	bottom: -18px;
	right: 0;
	position: absolute;
	font-size: 0em;
}
#header .social a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url(img/social.png) no-repeat;
	width: 36px;
	height: 36px;
	margin-left: 6px;
	text-indent: -999999px;
}
#header .social a.facebook {
	background-position: 0 0;
}
#header .social a.instagram {
	background-position: -41px 0;
}
#header .social a.twitter {
	background-position: -82px 0;
}
#header .social a.pinterest {
	background-position: -122px 0;
}
#header .social a.play {
	background-position: -163px 0;
}


#mobile-nav, #mobile-nav-opener {
	display: none;
}
#mobile-nav-opener {
	background:  url(img/menu.png);
	background-size: 26px 18px;
	position: absolute;
	top: 10px;
	right: 0;
	width: 26px;
	height: 18px;
	cursor: pointer;
}

#mobile-nav {
	background: #5a035a;
	position: absolute;
	top: 105px;
	left: 0;
	width: 100%;
}
#mobile-nav ul {
	display: none;
}
#mobile-nav ul li {
	border-bottom: solid 1px #fff;
	position: relative;
	margin: 0;
	display: block;
}
#mobile-nav ul li a {
	color: #fff;
	padding: 10px 5%;
	line-height: normal;
	height: auto;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}


#banner {	
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
	position: relative;
}
#banner img {
	display: block;
	width: 100%;
	height: auto;
}
#banner h1 {
	color: #fff;
	font-size: 58px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#slider, #slider .slide {
	width: 100%;
	position: relative;
	overflow: hidden;
} 
#slider .slide {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
#slider .slide .img {
	display: none;
}
#slider .prev, #slider .next {
	background: url(img/prev-p.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -665px;
	margin-top: -50px;
	z-index: 200;
	width: 34px;
	height: 100px;
	cursor: pointer;
}
#slider .next {
	background: url(img/next-p.png) no-repeat 0 0;
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -665px;
}
#slider .down {
	background: url(img/down.png) no-repeat;
	width: 66px;
	height: 66px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -33px;
	z-index: 200;
	cursor: pointer;
}
#slider .slide .tt {
	vertical-align: top;
	padding-top: 100px;
}
#slider .slide h1 {
	font-size: 58px;
	font-weight: 300;
	text-transform: uppercase;
	color: inherit;
	margin-bottom: 0.5em;
	letter-spacing: 0.07em;
}
#slider .slide h1 img {
	position: relative;
	margin-top: -50px;
	margin-left: 15px;
}
#slider .slide p {
	margin: 0;
}

#featured {
	padding: 50px 0;
	overflow: hidden;
}
#featured aside, #discover aside {
	float: left;
	padding-top: 70px;
	float: left;
	width: 480px;
}
#discover aside {
	padding-top: 50px;
}

#featured aside .leaf, #discover aside .leaf, #content .cocktail .leaf {
	position: relative;
	padding-left: 20px;
	top: -10px;
}

#featured-slider, #discover figure {
	float: right;
	width: 600px;
	position: relative;
}
#featured-slider .cycle-slideshow, #featured-slider .cycle-slideshow .slide {
	width: 100%;
}
#featured-slider .cycle-slideshow .slide {
	font-size: 0em;
}
#featured-slider .cycle-slideshow .slide a {
	width: 50%;
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
#featured-slider .cycle-slideshow .slide img {
	display: block;
	width: 100%;
	height: auto;
}
#featured-slider .cycle-slideshow .slide a .mask {
	background: #660066;
	background: rgba(102,0,102,0.54);
  opacity: 0;
}
#featured-slider .cycle-slideshow .slide a {
	font-size: 30px;
	font-family: "proxima-nova",sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
}
#featured-slider .cycle-slideshow .slide a small {
	display: block;
	font-size: 16px;
	margin-top: 0.3em;
}
#featured-slider .prev, #featured-slider .next {
	background: url(img/prev-p.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -50px;
	z-index: 200;
	width: 34px;
	height: 100px;
	cursor: pointer;
}
#featured-slider .next {
	background: url(img/next-p.png) no-repeat 0 0;
	left: auto;
	right: -50px;
}

#discover {
	padding: 60px 0;
}
#discover figure img {
	display: block;
	width: 100%;
	height: auto;
}

#figs {
	position: relative;
	text-align: right;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#figs img {
	display: block;
	height: 324px;
	width: auto;
	visibility: hidden;
}
#figs p {
	color: #5a035a;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 20px; 
}

#sub-nav {
	background: #fff;
	border-bottom: solid 1px #dbdbdb;
	padding: 35px 0 30px 0;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #515051;
}
#sub-nav li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding-right: 24px;
}
#sub-nav li a {
	color: #515051;
	font-weight: 300;
	outline: 0 none;
}
#sub-nav li a:hover, #sub-nav li a.active, #sub-nav li.current_page_item a, #sub-nav li.active a {
	color: #5a035a;
}
#sub-nav li a.active, #sub-nav li.current_page_item a, #sub-nav li.active a {
	font-weight: normal;
}

#content {
	padding: 60px 0;
	background: #fff;
}
#content h2, #featured aside h2, #discover aside h2, #figs h2 {
	color: #5a035a;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 1.4em;
}
#featured aside h2, #discover aside h2, #figs h2  {
	margin-bottom: 10px;
}
#content h4 {
	color: #5a035a;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	padding: 40px 0;
	border-bottom: solid 1px #d9d9d9;
	border-top: solid 1px #d9d9d9;
	margin-bottom: 1.7em;
}
#content p, #featured aside p, #discover aside p, #content ul, #content ol {
	line-height: 2em;
	margin-bottom: 2em;
}
#featured aside p, #discover aside p {
	margin-bottom: 2em;
}

#content .news h2 {
	margin-bottom: 0.1em;
}
#content .news .meta {
	margin-bottom: 36px;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
}
#content .news .meta a {
	color: inherit;
}
#content .news .meta a:hover {
	color: #4b024b;	
}
#content .news .meta span:before {
	content: ' | ';
	padding: 0 5px;
}

#content .alm-btn-wrap {
	padding-top: 50px;
}
#content .alm-load-more-btn {
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	margin: 0;
	padding: 0;
	outline: 0 none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	cursor: pointer;
	background: url(img/btn-b.png) no-repeat;
	width: 228px;
	height: 42px;
	line-height: 44px;
	text-align: center;
	color: #5a035a;
	
	letter-spacing: 0.05em;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

#content .item {
	width: 25%;
	text-align: center;
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
}
#content .item a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2em;
}
#content .item a strong {
	font-weight: 400;
	font-size: 36px;
	display: block;
	margin-bottom: 5px;
}
#content .item a em {
	font-style: normal;
	font-size: 20px;
	display: block;
	width:90%;
    margin: 0 auto;
	line-height:1.2em;
}
#content .item a small {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1em;
}
#content .item a .mask {
	background: #660066;
	background: rgba(102,0,102,0.54);
	opacity: 0;
	transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -webkit-transition: opacity .5s ease-in-out;
}
#content .item a:hover .mask {
	opacity: 1;
}
#content .item img {
	display: block;
	width: 100%;
	height: auto;
}

#pager {
	padding: 16px 0;
	border-bottom: solid 1px #dbdbdb;
	font-size: 16px;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
	text-align: center;
}
#pager .wrapper {
	position: relative;
}
#pager a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 56px;
	line-height: 56px;
}

#pager .prev{
	background: url(img/prev-p.png) no-repeat left center;
	background-size: 19px 56px;
	width: 19px;
	padding-left: 32px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}
#pager .next  {
	background: url(img/next-p.png) no-repeat right center;
	background-size: 19px 56px;
	padding-right: 32px;
	left: auto;
	right: 0;
	top: 0;
	text-align: left;
	position: absolute;
}

#content .cocktail, #content .cocktail aside {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
}
#content .cocktail figure {
	float: left;
	margin-right: 74px;
	width: 550px;
}
#content .cocktail figure img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}
#content .cocktail h2 {
	margin-bottom: 0.1em;
}
#content .cocktail p {
	margin-bottom: 1.5em;
}
#content .cocktail ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}
#content .cocktail ul li {
	position: relative;
	padding-left: 15px;
}
#content .cocktail ul li:before {
	content: '-';
	left: 0;
	top: 0;
	position: absolute;
}

#cocktail-nav {
	border-bottom: solid 1px #dbdbdb;
	padding: 10px 0 0 0;
}
#cocktail-nav .prev, #cocktail-nav .next {
	display: none;
}
#cocktail-carousel .sprev, #cocktail-carousel .snext {
	position: absolute;
	left: 0;
	top: 50%;
	background: url(img/prev-p.png) no-repeat;
	background-size: 18px 53px;
	width: 18px;
	height: 53px;
	margin-top: -26px;
	cursor: pointer;
}
#cocktail-carousel .snext  {
	background: url(img/next-p.png) no-repeat;
	background-size: 18px 53px;
	left: auto;
	right: 0;
}
#cocktail-carousel {
	padding: 0 30px;
	position: relative;
}
#cocktail-carousel .cycle-slide {
	padding-bottom: 10px;
}
#cocktail-carousel a {
	position: relative;
	max-width: 94px;
	margin: 0 auto;
	display: block;
	outline: 0 none;
}
#cocktail-carousel a:hover:before {
	background: #660066;
	background: rgba(102,0,102,0.54);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#cocktail-carousel a.active:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #691c69;
	z-index: 3;
}
#cocktail-carousel a img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	position: relative;
}

#fancybox-close {
	background: url(img/close.png) !important;
	width: 32px !important;
	height: 32px !important;
	top: -40px !important;
	right: 0 !important;
}

#buy {
	background: #5a035a;
}
#buy .wrapper { 
	background: url(img/map.png) no-repeat 30px center;
	padding: 80px 0;
	min-height: 160px;
	color: #fff;
	text-align: right;
}
#buy h3 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
#buy p {
	margin-bottom: 2em;
}

#tweets-mask {
	padding: 40px 0;
	text-align: center;
	font-size: 17px;
}
#tweets-mask .wrapper {
	background: url(img/twitter.png) no-repeat center top;
	padding-top: 60px;
}
#tweets strong, #tweets b {
	font-weight: normal;
}
#tweets strong {
	color: #5a035a;
}
#tweets a {
	color: #696767;
}
#tweets a:hover {
	color: #000;
}
#tweets .author {
	color: #5a035a;
}
#tweets .author:hover {
	color: #000;
}

#tweets ul li{
	list-style: none;
	display: inline-block;
}

#tweets ul li p.interact, #tweets ul li div.user, #tweets ul li p.timePosted{
	display: none;
}


#instagram {
	font-size: 0em;
	white-space: nowrap;
}
#instagram li {
	float: left;
	display: block;
}
.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	float: left;
}	
.simply-scroll-list li a {
	outline: 0 none;
}
.simply-scroll-list li img {
	border: none;
	display: block;
	width: 100%;
	height: auto;
}
.simply-scroll { 
	width: 100%;
	height: 320px;
	margin-bottom: 0;
}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 320px;
}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: 320px;
	height: 320px;
}
.simply-scroll .simply-scroll-list li a {
	display: block;
	position: relative;
}
.simply-scroll .simply-scroll-list li a:before {
	content: '';
	background: rgba(0,0,0,0.29);
	width: 100%;
	height: 100%;
	position: absolute;
}
.simply-scroll .simply-scroll-list li a:hover:before {
	background: none;
}
.simply-scroll-btn {
	width: 10%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
}
.simply-scroll-btn.simply-scroll-btn-right {
	left: auto;
	right: 0;
}

.simply-scroll-container:after {
	background: url(img/instagram.png);
	width: 98px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -49px;
	z-index: 201;
	content: '';
}

#map_search {
	margin-bottom: 2em;
}
#map_search .location_search {
	width: 100%;
}
#map_search .location_search td {
	padding-bottom: 10px;
}
#map_search .location_search td input {
	width: 100%;
	border: solid 1px #5a035a;
	padding: 5px 10px;
	margin-top: 5px;
}
#map_search .location_search td input.submit {
	background: #5a035a;
	color: #fff;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;	
	width: auto;
	padding: 5px 30px;
}

#map_search {
  box-sizing: border-box;
}
#map_search *, #map_search *:before, #map_search *:after {
  box-sizing: inherit;
}

#footer {
	background: #fff;
	border-bottom: solid 23px #5a035a;
}
#footer .wrapper {
	background: url(img/footer-leaf.png) no-repeat right center;
	padding: 30px 0 55px 0;
}
#footer nav {
	font-family: "proxima-nova",sans-serif;	
	float: left;
	padding-bottom: 55px;
	color: #4b024b;
	text-transform: uppercase;
	font-size: 0em;
}
#footer nav .widget {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin-left: 80px;
	padding-top: 35px;	
	font-size: 16px;
}
#footer nav .widget:first-child {
	margin-left: 0;
}
#footer nav .widget h6 {
	font-size: 16px;
	line-height: 1.6em;
}
#footer nav .widget address {
	font-style: normal;
	line-height: 1.6em;
	font-family: "proxima-nova",sans-serif;	
	font-weight: 300;
}
#footer nav .widget ul li {
	font-family: "proxima-nova",sans-serif;	
	text-transform: uppercase;
	line-height: 1.6em;
}
#footer nav .widget ul ul li {
	font-weight: 300;
}
#footer-logo {
	background: url(img/footer-logo.png) no-repeat;
	width: 222px;
	height: 141px;
	float: right;
	font-size: 0em;
	text-indent: -9999999px;
}
#footer .bottom {
	clear: both;
}
#footer .bottom ul {
	font-family: "proxima-nova",sans-serif;	
	font-size: 14px;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0 0 0.8em 0;
	padding: 0;
}
#footer .bottom ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
#footer .bottom ul li:before {
	content: ' | ';
	padding: 0 5px;
}
#footer .bottom ul li:first-child:before {
	display: none;
}
#footer .bottom p {
	font-size: 14px;
}
#footer .bottom p a {
	color: #000;
}
#footer .bottom p a:hover {
	color: #4b024b;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}

img.alignleft { display: inline;	float: left;	margin-right: 75px; }
.news img.alignleft {margin-right: 35px;}
img.alignright { display: inline;	float: right;	margin-left: 75px; }
.news img.alignright {margin-left: 35px;}
img.aligncenter { clear: both;	display: block;	margin-left: auto;	margin-right: auto; }
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 2em; }

@media only screen and (max-width: 1203px) {
	.wrapper {
		width: 980px;
	}
	
	#header #nav ul li {
		padding-left: 20px;
	}
	
	.mask .t .tt h1, .mask .t .tt a {
	margin-left:5px
	}
	
	#banner h1 {
		font-size: 48px;
	}
	
	#slider .prev, #slider .next {
		background-size: 17px 50px;
		width: 17px;
		height: 50px;
		top: auto;
		bottom: 50px;
	}
	#slider .prev {
		margin-left: -490px;
	}
	#slider .next {
		margin-right:-490px;
	}
	#slider .down {
		background-size: 50px 50px;
		width: 50px;
		height: 50px;
	}

	#slider .slide h1 {
		font-size: 48px;
	}
	#featured aside {
		padding-top: 30px;
	}
	
	#featured aside, #discover aside {
		width: 440px;
	}
	#featured-slider {
		width: 400px;
		padding-right: 50px;
	}
	#featured-slider .next {
		right: 0;
	}
	#discover figure {
		width: 450px;
	}
	
	#content .cocktail figure {
		width: 450px;
	}
	
	#footer nav .widget {
		margin-left: 35px;
	}
}

@media only screen and (max-width: 1023px) {
	.wrapper {
		width: 90%;
	}
	#header #nav {
		display: none;
	}
	#mobile-nav, #mobile-nav-opener {
		display: block !important;
	}
	#banner h1 {
		font-size: 40px;
	}
	
	#slider .prev {
		margin-left: 0;
		left: 5%;
	}
	#slider .next {
		margin-right:0;
		right: 5%;
	}
	
	#featured aside, #discover aside {
		padding: 0;
		width: 100%;
		margin-bottom: 40px;
		float: none;
	}
	#featured-slider {
		width: auto;
		padding: 0 50px;
		float: none;
	}
	#featured-slider .prev {
		left: 0;
	}
	#discover aside {
		margin-bottom: 0;
	}
	#discover figure {
		width: 100%;
		margin-bottom: 40px;
		float: none;
	}
	
	#content h2 {
		font-size: 30px;
	}
	#content h4 {
		font-size: 30px;
	}
	
	#content .item a {
		font-size: 20px;
	}
	#content .item a strong {
		font-size: 20px;
	}
	#content .item a em {
		font-size: 16px;
	}
	#content .item a small {
		font-size: 12px;
	}
	
	
	#content .cocktail figure {
		margin-right: 0;
		float: none;
		margin-bottom: 2em;
		width: 550px;
	}
	
	#footer nav {
		text-align: center;
	}
	#footer nav .widget {
		font-size: 14px;
		text-align: left;
	}
	#footer nav .widget h6, #footer nav .widget address {
		font-size: 14px;
	}
	#footer-logo {
		display: none;
	}
	
	img.alignleft, img.alignright {
		width: 340px;
		height: auto;
	}
	img.alignleft {
		margin-right: 30px;
	} 
	img.alignright {
		margin-left: 30px;
	}
	img.aligncenter {
		width: 100%;
		height: auto;
	}
	img.alignleft, img.alignright, img.aligncenter { margin-bottom: 1em; }
}

@media only screen and (max-width: 468px) { 
#slider .slide2 {
    //background-position: -330px !important;
}
}

@media only screen and (max-width: 767px) { 
	.splasher { width:100%; 
	position: absolute; top: 10%}

	.btn, #content .alm-load-more-btn {
		font-size: 12px;
		background-size: 174px 32px;
		height: 32px;
		line-height: 32px;
		width: 174px;
	}
	#header {
		border-bottom: solid 1px #dbdbdb;
	}
	#header .social {
		display: none;
	}
	
	#logo {
		/*background-size: 250px 69px;
		width: 250px;
		height: 69px;
		margin-bottom: 0;
		margin-top: 18px;*/
	}
#logo img {
width: 250px;
padding: 10px;
}

#header .wrapper {
		height:105px
	}
	
	#banner img {
		min-width: 768px;
		visibility: hidden;
	}
	#banner h1 {
		font-size: 34px;
	}
	
	#slider .slide .tt {
		padding-top: 30px;
	}
	#slider .slide h1 {
		font-size: 30px;
	}

	#slider #slide2_caption {
	width:70%;
	}

	#slider .slide h1 img {
		display: none;
	}
	#slider .slide h1 br {
		display: none;
	}
	
	#slider .down {
		background-size: 33px 33px;
		width: 33px;
		height: 33px;
		margin-left: -16px;
		bottom: 20px;
	}
	#slider .prev, #slider .next {
		background-size: 11px 33px;
		width: 11px;
		height: 33px;
		bottom: 20px;
	}
	
	#featured-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
	#featured-slider .prev, #featured-slider .next {
		width: 10px;
		height: 30px;
		margin-top: -15px;
		background-size: 10px 30px;
	}
	#featured-slider .cycle-slideshow .slide a {
		font-size: 16px;
	}
	#featured-slider .cycle-slideshow .slide a small {
		font-size: 12px;
	}
	
	
	
	#figs {
		text-align: left;
	}
	#figs p {
		font-size: 12px;
	}
	#figs p br {
		display: none;
	}
	#sub-nav {
		padding: 20px 0;
		line-height: 2em;
	}
	#sub-nav ul li, #sub-nav ul li a {
		display: block;
	}
	#content {
		padding: 40px 0;
	}
	#content h2, #featured aside h2, #discover aside h2, #figs h2 {
		font-size: 24px;
	}
	#content h4 {
		font-size: 24px;
	}
	#content p, #featured aside p, #discover aside p, #content ul, #content ol {
		line-height: 1.6em;
		margin-bottom: 2em;
	}
	
	.simply-scroll { 
		height: 160px;
	}
	.simply-scroll .simply-scroll-clip {
		height: 160px;
	}
	.simply-scroll .simply-scroll-list li {
		width: 160px;
		height: 160px;
	}
	.simply-scroll-container:after {
		background-size: 39px 40px;
		width: 39px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px;
	}
	
	#pager {
		font-size: 12px;
	}
	#pager .prev, #pager .next {
		background-size: 10px 30px;
	}
	#pager .prev {
		padding-left: 18px;
	}
	#pager .next {
		padding-right: 18px;
	}
	
	#content .item {
		width: 50%;
	}
	#content .item a {
		font-size: 16px;
	}
	#content .item a small {
		font-size: 12px;
	}
	
	#masonry-grid {
		margin-left: -5%;
		margin-right: -5%;
	}
	
	#content .cocktail figure {
		width: 100%;
	}
	
	#cocktail-carousel {
		display: none;
	}
	#cocktail-nav {
		padding: 10px 0;
	}
	#cocktail-nav .prev, #cocktail-nav .next {
		background: url(img/prev-p.png) no-repeat;
		background-size: 18px 53px;
		width: 18px;
		height: 53px;
		cursor: pointer;
		float: left;
		display: block;
		display: block;
		font-size: 0em;
		text-indent: -99999999px;
	}
	#cocktail-nav .next  {
		background: url(img/next-p.png) no-repeat;
		background-size: 18px 53px;
		float: right;
	}
	
	#buy .wrapper {
		background: none;
		min-height: 1px;
		padding: 40px 0;
		text-align: left;
	}
	#buy h3 {
		font-size: 24px;
	}
	#buy p {
		font-size: 16px;
	}
	
	#footer .wrapper {
		padding: 10px 0 30px 0;
		background: none;
	}
	#footer nav {
		padding-bottom: 30px;
	}
	#footer nav .widget {
		display: block;
		margin: 0 !important;
		padding-top: 20px;
	}
	
	img.alignleft, img.alignright, img.aligncenter {
		margin: 0 0 1.6em 0;
		width: 100%;
		height: auto;
	}
	.leaf {
		display: none;
	}
	
}

#instagram {
    font-size: 0em;
        height:320px;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}

.instagram-container {
    position: relative;
    border-top: 1px solid rgba(89,10,88,0.1);
    padding-top: 10px;
    border-bottom: 1px solid rgba(89,10,88,0.1);
    padding-bottom: 10px;
}

.instagram-inner{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 98px;
    height: 100px;
    z-index:300;
}

.instagram-inner span {
background: url(img/instagram.png);
    width: 98px;
    height: 100px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index:300;
}

.insta-item {
width:320px;
height:320px;
overflow:hidden;
display:inline-block;
border-right:8px solid #FFF;
position:relative;
z-index:299;
}

.insta-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta-item:hover {
z-index:301;
}

.insta-item:hover .insta-overlay {
opacity:1;
}


.insta-overlay {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
background:rgba(102,0,102,0.54);
opacity:0;
transition: 1s ease;
    z-index:400;
}

.insta-overlay div.caption {
position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 70px;
    /* bottom: 0; */
    width: 90%;
    height: 100px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    word-wrap: break-word;
    white-space: normal;
}

.insta-overlay div.likes {
position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    /* top: 0; */
    bottom: 100px;
    width: 90%;
    height: 20px;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    color: #FFF;
    word-wrap: break-word;
    white-space: normal;
}

.insta-overlay div.likes i {
color:red;
}

a.arrow-right.arrow {
    position: absolute;
    right: 0;
    z-index: 10000;
    height: 100%;
    background: rgba(255,255,255,0.4);
    width: 75px;
    color:rgba(255,255,255,0.7);
}

a.arrow-left.arrow {
    position: absolute;
    left: 0;
    z-index: 10000;
    height: 100%;
    background: rgba(255,255,255,0.4);
    width: 75px;
    color:rgba(255,255,255,0.7);
}

.arrow {
    opacity: 0.5;
    transition: 1s ease;
}

.arrow:hover {
    opacity: 1;
}

.arrow i {
    position: absolute;
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 30px;
}

@media only screen and (max-width: 500px) {
    .instagram-inner span {
    display:none;
    }  
    
    .arrow {
    width:50px !important;
    }
}