/*
Theme Name: Wordmark
Author: Beekeeper Zookeeper
Author URI: www.beezoo.co
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wordmark
Domain Path: /languages
Tags: one-column, two-columns
Theme URI:
*/

/*CSS RESET================================================= */
    
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
     table, caption, tbody, tfoot, thead, tr, th, td,
     article, aside, canvas, details, embed, 
     figure, figcaption, footer, header, hgroup, 
     menu, nav, output, ruby, section, summary,
     time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
      }
	  
     /* HTML5 display-role reset for older browsers */
     article, aside, details, figcaption, figure, 
     footer, header, hgroup, menu, nav, section {
	display: block;
     }
     body {
     }
     ol, ul {
	list-style: none;
    }
     blockquote, q {
	quotes: none;
    }
     blockquote:before, blockquote:after,
     q:before, q:after {
	content: '';
	content: none;
    }
    
    table {
	border-collapse: collapse;
	border-spacing: 0;
    }
    
   ul {
    padding: 0;
    list-style-type: none;
	}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

ul{
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #060606;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------END-NORMALIZE------------*/

/*---------------FONTS-------------------*/
@font-face {
	font-family: sbr;
	src: url("fonts/SobeReckless-Regular.eot");
	src: url("fonts/SobeReckless-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/SobeReckless-Regular.woff") format("woff"), url("fonts/SobeReckless-Regular.ttf") format("truetype"), url("fonts/SobeReckless-Regular.svg") format("svg");
	font-weight: bold;
	font-style: normal;
}

	/*Social Media Icons-------*/
	
	@font-face {
		font-family: icomoon;
		src: url("fonts/icomoon.eot");
		src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svgicomoon") format("svg");
		font-weight: normal;
		font-style: normal;
	}
	
	[class^="icon-"],
	[class*=" icon-"] {
		/* use !important to prevent issues with browser extensions that change fonts */
		font-family: "icomoon" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
	}

	.icon-envelope2:before {
		content: "\e900";
	}

	.icon-logotype42:before {
		content: "\e901";
	}

	.icon-socialmedia11:before {
		content: "\e902";
	}

	.icon-twitter1:before {
		content: "\e903";
	}

	.icon-youtube17:before {
		content: "\e904";
	} 
	
	/*End Social Media Icons----/*
	
/*--------------END-FONTS----------------------------------------------------------*/

/*--------------GLOBALS------------------------------------------------------------*/

	*,
	*:before,
	*:after {
		box-sizing: inherit;
	}

	html {
		box-sizing: border-box;
		font-size: 100%;
		background-color: #060606;
	}

	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 18px;
		background-color: #060606;
	}
	
	img {
		width: 100%;
		height: auto;
	}
	
	/*--Article-Titles-----*/
	h1{
		font-family: 'Montserrat';
		color: #ffffff;
		font-size: 4em; 
		line-height: 1em;
		letter-spacing: 0.05em;
		font-weight: normal;
		text-transform: uppercase;
	}

	
	/*--Article-Titles-----*/
	h2{
		font-family: 'sbr';
		font-size: 2.75em; 
		line-height: 1.15em;
		letter-spacing: 1px;
		font-weight: normal;
		position: relative;
		padding: 0px 16px 1em 16px;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.99);
		  text-rendering: optimizeLegibility; /* Use with caution */
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
	}

	h3{
		font-family: 'sbr';
		font-size: 2.75em; 
		line-height: 1.15em;
		letter-spacing: 1px;
		font-weight: normal;
		position: relative;
		text-align: center;
		border-bottom: 5px solid #060606;
	}

	h4{
		font-family: 'Montserrat';
		font-size: 1.2em; 
		line-height: 1.45em;
		letter-spacing: 1px;
		font-weight: bold;
		position: relative;
		text-align: center;
	}

	h5{
		font-size: 17px;
	}

	h6{
		font-size: 15px;
	}

	p {
		margin: 0 0 1em;
	}

	a {
		color: #ffffff;
		text-decoration: none;
	}

	a:hover,
	a:focus {
		text-decoration: none;
	}

/*--------------END-GLOBALS--------------------------------------------------------*/

#nav ul,
.social-networks,
.footer-nav ul,
.top-section .top-images {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul > li,
.social-networks > li,
.footer-nav ul > li,
.top-section .top-images > li {
	list-style-type: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header:after,
.top-section .top-images:after {
	content: "";
	display: block;
	clear: both;
}

.top-section .top-images li img,
.column .social-block img,
.info-holder .image-holder img {
	width: 100%;
	display: block;
	height: auto;
}

.logo img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 0;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.25em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #060606;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.25em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: none;
	color: #ffffff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.25em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.25em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.25em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.25em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: none;
	color: #ffffff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single {
	margin-bottom: 1.25em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: none;
	color: #ffffff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.25em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.25em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.25em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.25em;
}

.mejs-container {
	margin-bottom: 1.25em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

	#header {
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 99999;
		background-color: #ffffff;
	}
		
	#a_row{
		position: fixed;
		padding: 0 18px;
		width: 100%;
		overflow: auto;
		-webkit-box-shadow: 0px 0px 21px 1px rgba(24,24,24,0.4);
		-moz-box-shadow: 0px 0px 21px 1px rgba(24,24,24,0.4);
		box-shadow: 0px 0px 21px 1px rgba(24,24,24,0.4);
		z-index: 9999999;
		background-color: #060606;
	}	
	
	.nav-up{
		top: -57px;
		}
		
	.nav-down{
		top: 0px;
	}

	.logo {
		float: left;
		padding: 12px 0;
	}

	.logo img{
		height: auto;
		width: 120px;
	}

	.nav-holder {
		position: relative;
		left: auto;
		right: auto;
		padding: 12px 0;
		text-align: left;
		background: none;
		float: right;
		overflow: hidden;
		z-index: 9999;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

	#nav {
		margin: 0;
		padding: 0px 27px 0 0;
		float: left;
		overflow: hidden;
		text-transform: uppercase;
		font-size: 1.2em;
		line-height: 33px;
	}
	
	#nav li {
		display: inline-block;
		vertical-align: top;
		margin: 9px 0 0px 32px;
	}

	#nav li.active a {
		color: #00a3de;
	} 

	#nav li a {
		padding: 0;
		color: #ffffff;
		transition: all 0.5s ease;
		-webkit-transition: all .5s ease;
		text-decoration: none;
		letter-spacing: 0.05em;
		display: block;
		font-family: "Montserrat";
		font-size: 14px; 
		line-height: 16px;
		text-align: middle;
		font-weight: bold;
		text-transform: initial;
		  text-rendering: optimizeLegibility; /* Use with caution */
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
	}

	#nav li a:hover {
		opacity: 0.7;
     		text-decoration: underline;
	}

	.social-networks {
		float: right;
		max-width: 220px;
		text-align: right;
		overflow: hidden;
	}

	.social-networks li {
		margin: 0 0 0px 18px;
		display: inline-block;
		line-height: 29px;
		vertical-align: middle;
	}

.social-networks li a {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.social-networks li a:hover {
	color: #ec9531;
}

.social-networks li i {
	font-size: 22px;
	vertical-align: middle;
}

.social-networks li i.icon-socialmedia11 {
	font-size: 15px;
	vertical-align: middle;
}

.social-networks li i.icon-logotype42 {
	font-size: 16px;
	vertical-align: middle;
}

.social-networks li i.icon-twitter1 {
	font-size: 17px;
	vertical-align: middle;
}

	.nav-opener {
		display: none;
		overflow: hidden;
		float: right;
		width: 30px;
		height: 28px;
		position: relative;
		z-index: 1;
		margin-top: 18px;
	}

.nav-opener:before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    bottom: auto;
    left: 0;
    right: 0;
    background: #ffffff;
}

.nav-opener:after {
    position: absolute;
    content: "";
    top: 18px;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	height: 3px;
}

.nav-opener span {
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    background: #ffffff;
}

.nav-active .nav-holder {
	max-height: 999px;
}

.nav-active span {
	display: none;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	top: 12px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	top: 12px;
}

#b_row{
	position: relative;
	width: 100%;
	padding: 73px 10% 0px; 
    background-repeat: repeat-x;
	background-color: #ffffff;
}

#b_row a{
	z-index: 80;
	max-width: 7.4%;
	margin-left: 1.813%;
	height: auto;
	float: left;
}

#b_row a:first-child{
	margin-left: 0%;
}

#b_row p{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	color: #060606;
	font-family: "Montserrat";
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 8px;
	letter-spacing: 0.1em;
	display: none;
}

	
a#drink1, 
a#drink2, 
a#drink3, 
a#drink4, 
a#drink5,
a#drink6,
a#drink7,
a#drink8,
a#drink9,
a#drink10,
a#drink11
{
	transition: all 0.4s ease;
} 

a#drink1 img:hover, 
a#drink2 img:hover, 
a#drink3 img:hover, 
a#drink4 img:hover, 
a#drink5 img:hover,
a#drink6 img:hover,
a#drink7 img:hover,
a#drink8 img:hover,
a#drink9 img:hover,
a#drink10 img:hover,
a#drink11 img:hover
{
	opacity: 0.8;
} 

#pcontent{
	background-color: #ffffff;
	padding-left: 5%;
	padding-right: 5%;
	width: 50%;
	float: left;
	color: #060606;
	border-right: 12px solid #060606;
	min-height: 610px;
}

#rightcontent{
	width: 50%;
	float: left;
	color: #060606;
	border-left: 12px solid #060606;
}

#st_locator{
	height: 186px;
	background: url(http://209.143.253.14/wp-content/uploads/2016/01/st_lo.jpg) scroll 50% 50% / cover;
	margin-top: 24px;
	position: relative;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#st_locator:hover{
	opacity: 0.8;
}

#pcontent a{
	color: #060606;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#pcontent a:hover {
	color: #ec9531;
}

.featured_image{
	position: relative;
    float: left;
    overflow: hidden;
    min-width: 100%;
    height: 98vh;
	background: scroll no-repeat 50% 50% / cover;
	padding-bottom: 25px;
	z-index: 9999;
}

.recommend{
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 100;
	height: 100vh;
	background-color: #060606;;
	width: 25%;
}

#content{
	background-color: #ffffff;
	max-width: 100%;
	float: left;
	position: relative;
}

#content h6{
	position: relative;
	padding: 10px 15% 40px 15%;
	color: #060606;
	font-size: 0.8em;
	font-family: 'Montserrat';
	letter-spacing: 0.02em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	z-index: 99;
}

#content a{
	color: #060606;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: underline;
}
#content a:hover {
	color: #ec9531;
}

#post_title{		
		color: #ffffff;
		font-size: 5em;
		font-family: 'sbr';
		letter-spacing: 0.02em;
		font-weight: normal;
		font-style: normal;
		line-height: 1em;
		text-align: center;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		padding: 0 25% 0 25%;
		z-index: 9999;
}

#content p{		
		color: #060606;
		font-size: 1em;
		font-family: 'Montserrat';
		letter-spacing: 0.02em;
		font-weight: normal;
		font-style: normal;
		line-height: 1.5em;
		padding: 0px 12.5% 0px 12.5%;
		position: relative;
}

#date{		
		font-size: 0.8em;
		font-family: 'Montserrat';
		letter-spacing: 0.02em;
		font-weight: normal;
		font-style: normal;
		line-height: 1.5em;
		padding: 0px 12.5% 25px 12.5%;
		position: relative;
}
 
#content p img{		
		padding: 40px 0 10px 0;
		position: relative;
		float: right;
}

.block_6 {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 50vh;
}

.meta, .navigation-single{
	display: none;
}

.info{
	display: none;
}

.attachment-full{
	display: none; 
}

#footer {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background-color:#060606;
	padding: 24px 24px;
	font-weight: bold;
	text-align: center;
	display: block;
	z-index: 9999;
	bottom: 0;
	position: relative;
}

#footer .social-networks {
	float: none;
	padding: 0 20px;
	margin: 0 0 10px;
	max-width: inherit;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #ffffff;
	font-size: 0.7em;
}

#footer span{
	font-size: 0.45em;
	vertical-align: text-top;
}

#footer p a {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#footer p a:hover {
	color: #ec9531;
}

.footer-nav {
	overflow: hidden;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-family: "Montserrat";
	letter-spacing: 0.1em;
}

#footer .social-networks li:first-child{
	margin: 0 0 0 0;
}

.footer-nav ul li {
	display: block;
	margin: 0 0 10px;
}

.footer-nav ul a {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.footer-nav ul a:hover {
	color: #ec9531;
}

.btn-default {
	display: block;
	vertical-align: top;
	min-width: 110px;
	max-width: 140px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.1em;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 0px;
	margin: 0px auto;
	color: #ffffff;
	background-color: #060606;;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-rendering: optimizeLegibility; /* Use with caution */
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
}

.btn-null {
	display: block;
	vertical-align: top;
	min-width: 110px;
	max-width: 140px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.1em;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 0px;
	margin: 0px auto;
	color: #ffffff;
	background-color: #060606;;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-rendering: optimizeLegibility; /* Use with caution */
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
}

.content_box{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.content_box:hover{
	-webkit-filter: brightness(110%); /* Chrome, Safari, Opera */
    filter: brightness(110%);
}  

.content_box:hover .btn-default{
	color: #ec9531;
}

.content_box:hover .info-block{
	color: #ec9531;
}

.box_button{
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 16px auto;
	color: #ffffff;
	background-color: #060606;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	height: 35px;
	max-width: 145px;
}

.box_button p{
	    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 0px 2px 0px;
    border-bottom: 2px solid white;
    width: 85px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    font-family: "Montserrat";
    font-weight: bold;
    text-transform: uppercase;
}

.btn-default:hover {
	color: #ec9531;
}

#main {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 9999;
}

.top-section {
	overflow: hidden;
	background: #ffffff;
	padding: 10px 0;
	margin: 0;
}

.top-section .top-images {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.top-section .top-images:before {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #ff1003;
}

.top-section .top-images li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 9%;
}

.top-section .top-images li:first-child {
}

iframe {
	width: 100%;
}

.sb_wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #060606;
	overflow: auto;
}

/*Styling for different sized content boxes, holding the home page content*/

@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

@-webkit-keyframes bump { from { margin-left: 0%; } to { margin-left: 1.81%; } }
@-moz-keyframes bump { from { margin-left: 0%; } to { margin-left: 1.81%; } }
@keyframes bump { from { margin-left: 0%; } to { margin-left: 1.81%; } }

.fade-in {
    opacity:0; 
    -webkit-animation: fadeIn 1s ease-in-out 1;  
    -moz-animation: fadeIn 1s ease-in-out 1;
    animation: fadeIn 1s ease-in-out 1;

    -webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

.fade-bump {
    opacity:0; 
    -webkit-animation: bump 0.5s ease-in 1, fadeIn 1s ease-in-out 1;  
    -moz-animation: bump 0.5s ease-in 1, fadeIn 1s ease-in-out 1;
    animation: bump 0.5s ease-in 1, fadeIn 1s ease-in-out 1;

    -webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

.fade-in.one {
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
animation-delay: 0s;
}

.fade-in.two {
-webkit-animation-delay: 0.3s;
-moz-animation-delay:0.3s;
animation-delay: 0.3s;
}

.fade-in.three {
-webkit-animation-delay: 0.525s;
-moz-animation-delay: 0.525s;
animation-delay: 0.525s;
}

.fade-bump.pre1 {
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
animation-delay: 0s;
}

.fade-bump.pre2 {
-webkit-animation-delay: 0.2s;
-moz-animation-delay:0.2s;
animation-delay: 0.2s;
}

.fade-bump.pre3 {
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
}

.fade-bump.pre4 {
-webkit-animation-delay: 0.35s;
-moz-animation-delay: 0.35s;
animation-delay: 0.35s;
}

.fade-bump.pre5 {
-webkit-animation-delay: 0.39s;
-moz-animation-delay:0.39s;
animation-delay: 0.39s;
}

.fade-bump.pre6 {
-webkit-animation-delay: 0.42s;
-moz-animation-delay: 0.42s;
animation-delay: 0.42s;
}

.fade-bump.pre7 {
-webkit-animation-delay: 0.44s;
-moz-animation-delay: 0.44s;
animation-delay: 0.44s;
}

.fade-bump.pre8 {
-webkit-animation-delay: 0.45s;
-moz-animation-delay:0.45s;
animation-delay: 0.45s;
}

.fade-bump.pre9 {
-webkit-animation-delay: 0.46s;
-moz-animation-delay: 0.46s;
animation-delay: 0.46s;
}

.fade-bump.pre10 {
-webkit-animation-delay: 0.47s;
-moz-animation-delay: 0.47s;
animation-delay: 0.47s;
}

.fade-bump.pre11 {
-webkit-animation-delay: 0.48s;
-moz-animation-delay: 0.48s;
animation-delay: 0.48s;
}

.drink_pre{
	opacity: 0;
	margin-left: 0%;
}

.drink_fir{
	opacity: 0;
	margin-left: 0%;
}

.block_group{
	width: 50%;
	position: relative;
	float: left;
	height: 800px;
}

.block_1 {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 400px;
	opacity: 0;
}

.block_2 {
	position: relative;
	float: left;
	overflow: hidden;
	width: 25%;
	opacity: 0;
}

.block_3{
	position: relative;
	float: left;
	overflow: hidden;
	width: 25%;
	background: scroll no-repeat 50% 50% / cover;
	opacity: 0;
}

.block_4a {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 400px;
}

.block_4b {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	padding-left: 25%;
	padding-right: 25%;
	height: 400px;
}

.block_4c {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 400px;
}

.block_4d {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 400px;
}

.block_4 {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 600px;
}

.block_5 {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 200px;
}

.block_soc {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
}

#tour_top{
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #9dcd1d;
}

#tt_l{
	position: relative;
	width: 75%;
	height: 80px;
	float: left;
	margin: 10px 0;
	border-right: 3px solid #060606;
}

#tt_l h4{
	font-family: 'Montserrat';
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #060606;
	padding: 0 5%;
}

#tt_r{
	position: relative;
	width: 25%;
	height: 100px;
	float: left;
}

#tt_r img{
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	padding: 0 7.5%;
	transform: translateY(-50%);
}

.block_map {
	position: relative;
	float: left;
	overflow: auto;
	width: 100%;
	z-index: 10;
}

.clear { clear: both; }

#tourframe{
	position: relative;
	width: 100%;
	height: 600px;
}

#tour_bottom{
	position: relative;
	width: 100%;
	color: #060606;
	background-color: #ffffff;
	padding-bottom: 45px;
	overflow: auto;
}

#loc_head{
	position: relative;
	padding-top: 45px;
	text-align: center;
	width: 100%;
	font-size: 2.5em;
}

.t_locs{
	display: block;
	background-color: #ffffff;
	width: 25%;
	float: left;
	padding: 25px 5%;
	color: #060606;
	font-family: 'Montserrat';
	font-size: 0.85em;
	line-height: 1.5em;
}

.info-block {
	background: scroll no-repeat 50% 50% / cover;
	width: 100%;
	height: 400px;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.info-block.add {
	min-height: 140px;
}

.info-block.add .info-caption {
	padding: 6px;
}

.info-block a {
	display: inline-block;
}

.info-caption {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 24px 0 24px;
}
 
.info-caption h2 .txt {
	display: block; 
	padding: 5px 0 0;
} 

.image-block {
	background: scroll no-repeat 50% 50% / cover;
	width: 100%;
	height: 200px;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.image-block:hover {
	color: #ec9531;
}

.image-block a {
	display: inline-block;
}

.image-block-tall {
	background: scroll no-repeat 50% 50% / cover;
	width: 100%;
	height: 400px;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.image-block-tall:hover {
	color: #ec9531;
}

.image-block-tall a {
	display: inline-block;
}

.image-caption {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 24px 0 24px;
}
 
.image-caption h2 .txt {
	display: block; 
	padding: 5px 0 0;
} 

.type_box_blurb{
	width: 100%;
	background-color: #060606;
	padding: 0px 25% 0px 25%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.type_box_blurb h3{
	color: #ffffff;
	font-size: 3em;
	text-align: center;
	text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
}

.type_box{
	width: 100%;
	background-color: #060606;
	padding: 0px 15% 0px 15%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.type_box h3{
	color: #ffffff;
	font-size: 2.75em;
	line-height: 1em;
	text-align: center;
	text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
}

.type_box_blurb p{		
		color: #ffffff;
		font-size: 1em;
		font-family: 'Montserrat';
		letter-spacing: 0.02em;
		font-weight: normal;
		font-style: normal;
		line-height: 1.5em;
		padding-top: 16px;
		text-rendering: optimizeLegibility; /* Use with caution */
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
}

.sb_name{
	text-decoration: none;
	font-size: 0.55em;
	font-weight: normal;
} 

.reservedtitle{
	font-size: 0.55em;
    vertical-align: super;
	font-family: "Montserrat";
} 

.reservedbody{
	font-size: 0.55em;
	font-family: "Montserrat";
	top: -0.7em;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

.btn_row{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.b_mi{
	position: relative;
	width: 50%;
	float:left;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn-drinks {
	display: block;
	vertical-align: top;
	width: 170px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.1em;
	font-family: "Montserrat";
	font-weight: bold;
	padding: 8px 0px;
	margin: 16px auto;
	color: #fefefe;
	background-color: #060606;
	border: 2px solid #fefefe;
	-webkit-transition: all .45s ease;
	transition: all .45s ease;
		text-rendering: optimizeLegibility; /* Use with caution */
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
}

.btn-drinks:hover {
	color: #060606;
	background-color: #fefefe;
}

.btn-body {
	display: block;
	vertical-align: top;
	width: 180px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.1em;
	font-family: "Montserrat";
	font-weight: bold;
	padding: 8px 0px;
	margin: 16px auto;
	color: #060606;
	background-color: #fefefe;
	border: 2px solid #060606;
	-webkit-transition: all .45s ease;
	transition: all .45s ease;
		text-rendering: optimizeLegibility; /* Use with caution */
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
}

.btn-body:hover {
	color: #fefefe;
	background-color: #060606;
}

.type_box p{		
		color: #ffffff;
		font-size: 1em;
		font-family: 'Montserrat';
		letter-spacing: 0.02em;
		font-weight: normal;
		font-style: normal;
		line-height: 1.4em;
		padding-top: 8px;
		text-rendering: optimizeLegibility; /* Use with caution */
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
}

#b_2m{
		display: none;
	}
	
	#b_2i{
		display: block;
	}
	
#b_4m{
		display: none;
	}
	
	#b_4i{
		display: block;
	}
	
#b_6m{
		display: none;
	}
	
	#b_6i{
		display: block;
	}
	
#b_8m{
		display: none;
	}
	
	#b_8i{
		display: block;
	}
	
#b_10m{
		display: none;
	}
	
	#b_10i{
		display: block;
	}
	
#g_tm{
		display: none;
	}
	
	#g_ti{
		display: block;
	}
	
#m_mm{
		display: none;
	}
	
	#m_mi{
		display: block;
	}

#e_fm{
		display: none;
	}
	
	#e_fi{
		display: block;
	}
	
#c_gm{
		display: none;
	}
	
	#c_gi{
		display: block;
	}
	
#s_bm{
		display: none;
	}
	
	#s_bi{
		display: block;
	}
	
span.ing_list {
    font-size: 0.8em;
	line-height: 0em;
}

/*----styling-for-social-blocks,twitter-feed-widget-and-instagram-widget----------*/

#soc-hold{
	position: relative;
	width: 50%;
	float: left;
}

.social-block {
	overflow: hidden;
    width: 50%;
    float: left;
    height: 400px;
}

.tweet_wrap:after {
	content: "\e903";
	font-size: 25px;
	font-family: "icomoon";
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 16px;
	display: block;
}

.instagram-pics:after {
	content: "\e902";
    font-size: 26px;
    font-family: "icomoon";
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.99);
    color: #ffffff;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 56px;
    margin-left: calc( 25% - 13px );
}

.social-block:first-child {
}

.social-block a {
	color: #ff8a00;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.info-holder {
	overflow: hidden;
}

.info-holder .image-holder {
	min-height: 140px;
	overflow: hidden;
	margin: 25px 0 0;
}

.info-holder .image-holder:first-child {
	margin: 0;
}

.info-holder .col-holder {
	overflow: hidden;
	margin: 0 0 24px;
	padding: 0;
}

.info-holder .col-holder .info-block {
	width: 100%;
	margin: 0;
}

.info-holder .col-holder .alignright {
	margin: 0;
	width: 100%;
}

.navigation-single a,
.navigation-comments a,
.navigation a {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.navigation-single a:hover,
.navigation-comments a:hover,
.navigation a:hover {
	color: #ec9531;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.footer-nav {
		padding: 0 10px;
		font-size: 12px;
	}

	.footer-nav ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 8px 10px;
	}

	.top-section {
		padding: 25px 0;
	}

	.column .info-block.add {
		min-height: 190px;
	}

	.column .info-block.add .info-caption {
		padding: 15px 10px;
	}

	.column .social-block a {
		min-height: 186px;
	}

	.info-holder {
		width: 110%;
	}

	.info-holder .image-holder {
		min-height: 187px;
	}

	.info-holder .col-holder {
		width: 47%;
		float: left;
		margin: 0 24px 24px 0;
	}

	.post-password-form input[type="search"],
	.post-password-form input[type="password"],
	.search-form input[type="search"],
	.search-form input[type="password"] {
		width: 85%;
	}
}

@media (min-width: 1024px) {

	.footer-nav {
		padding: 0 10px;
		font-size: 15px;
	}

	.footer-nav ul li {
		margin: 0 15px 10px;
	}

	#sidebar {
		float: right;
		width: 25%;
	}

	.column {
		float: right;
		width: 49%;
	}

	.column:first-child {
		float: left;
	}

	.info-holder .col-holder {
		width: 45%;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1350px) {

	.social-networks {
		max-width: 305px;
	}

	.footer-nav ul li {
		margin: 0 25px 10px;
	}

	.top-section .top-images li {
		width: auto;
	}

	.info-holder .col-holder {
		width: 43.7%;
	}
}

@media (max-width: 1075px) {

	#post_title {
   	    font-size: 3em;
	}

	.b_mi {
		width: 100%;
		float: none;
	}
	
	.btn-drinks{
		margin: 5px auto;
	}
	
	.type_box h3 {
    font-size: 1.8em;
	}
	
}
	
@media (max-width: 880px) {
 
	#a_row{
		overflow: visible;
	}
	
	.nav-holder {
		position: absolute;
		left: 0;
		right: 0;
		top: 57px;	
		padding: 0 0px;
		text-align: center;
		max-height: 0;
		background: #060606;
	}
	
	#nav {
		padding: 0px 16px;
		width: 100%;
	}
	
	#nav li {
		display: block;
		margin: 0px 0px 0px 0px;
	}
	
	#nav li a {
		padding: 12px 0;
		transition: all .3s ease;
		font-size: 20px;
		border-bottom: 2px solid #ffffff;
	}

	#nav ul{
		border-top: 2px solid #ffffff;
	}
	
	.social-networks {
		padding: 12px 0 8px 0;
		float: none;
		display: inline-block;
	}
	
	.social-networks li {
		margin: 0 8px;
	}
	
	.nav-opener {
		display: block;
	}
	
	ul.social-networks{
		margin: 0 0 0 0;
	}
	
	.footer-nav {
		font-size: 14px;
	}
	
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next,
	.navigation-single .prev {
		padding: .2em;
	}

	.column .info-block.add .info-caption .btn-default {
		padding: 4px 10px 6px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#pcontent{
	}
	
	#content{
	}
	
	.title h1{
	font-size: 2em;
}

	p{
	font-size: 1em;
	}
	#b_row{
		display: none;
	}
	
	.block_1{
		width:100%;
		height: auto;
	}
	
	.block_2{
		width:100%;
	}
	
	.block_3{
		width:100%;
	}
	
	.block_4a {
		width: 100%;
		height: auto;
		opacity: 0;
	}
	
	.block_4 {
		width: 100%;
		height: auto;
	}
	
	.block_4c {
		width: 100%;
		height: auto;
		opacity: 0;
	}
	
	.block_4d {
		width: 100%;
		height: auto;
		opacity: 0;
	}

	.block_5 {
		width: 100%;
	}
	
	.top-block{
		border-top: 2px solid #ffffff;
	}
	
	#soc-hold{
		width: 100%;
	}

	.social-block {
		width: 100%;
	}
	
	.instagram-pics:after {
		content: "\e902";
		font-size: 26px;
		font-family: "icomoon";
		color: #ffffff;
		text-align: center;
		display: block;
		position: absolute;
		bottom: 56px;
		margin-left: calc( 50% - 13px );
	}
	
	.type_box_blurb{
		padding: 75px 10% 24px 10%;
		top: 0;
		transform: none;
	}

	.type_box_blurb p{		
		font-size: 0.95em;
	}

	.type_box{
		padding: 24px 10% 24px 10%;
		top: 0;
		transform: none;
	}

	.type_box p{		
		font-size: 0.95em;
	}
	
	.image-block-tall{
		height: 400px;
	}
	
	.b_mi {
		width: 50%;
		float: left;
	}
	
	.btn-drinks{
		margin: 16px auto;
	}
	
	.type_box h3 {
    font-size: 2.5em;
	}
	
	#b_2m{
		display: block;
	}
	
	#b_2i{
		display: none;
	}
	
	#b_4m{
		display: block;
	}
	
	#b_4i{
		display: none;
	}
	
	#b_6m{
		display: block;
	}
	
	#b_6i{
		display: none;
	}
	
	#b_8m{
		display: block;
	}
	
	#b_8i{
		display: none;
	}
	
	#b_10m{
		display: block;
	}
	
	#b_10i{
		display: none;
	}
	
	#g_tm{
		display: block;
	}
	
	#g_ti{
		display: none;
	}
	
	#m_mm{
		display: block;
	}
	
	#m_mi{
		display: none;
	}

	#e_fm{
		display: block;
	}
	
	#e_fi{
		display: none;
	}
	
	#c_gm{
		display: block;
	}
	
	#c_gi{
		display: none;
	}
	
	#s_bm{
		display: block;
	}
	
	#s_bi{
		display: none;
	}
	
}

@media (max-width: 650px) {

#post_title {
   	    font-size: 2em;
	}
}

@media (max-width: 500px) {
	
	.image-block-tall{
		height: 200px;
	}
	
	.b_mi {
		width: 100%;
		float: none;
	}
	
	.btn-drinks{
		margin: 10px auto;
	}
	
	.type_box h3 {
    font-size: 1.8em;
	}
	
}

@media (max-width: 40px) {

#post_title {
   	    font-size: 1.5em;
	}
}