/*
Theme Name: Behemoth
Version: 1.0
Author: Bonfire Themes
Author URI: http://bonfirethemes.com/
Theme URI: http://bonfirethemes.com/
Description: Reshape your blog.
Tags: light, one-column, flexible-width, custom-background, custom-menu, featured-images, full-width-template
License: GNU GENERAL PUBLIC LICENSE, Version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

img {
	max-width:100%;
	height:auto;
}


/* GENERAL STYLING
**************************************************/
.featured-image {
	overflow:hidden;
}
.attachment-post-thumbnail {
	width:100%;
	min-width:280px;
	margin:0 0 -4px 0;
	padding:0;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
.featured-image a img:hover {	
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

html, body {
	background-color:#FFF;
}
body, body .search {
}
.error404, .page-template-page-archive-php {

}
#sitewrap {
	padding:55px 0 0 0;
}
#pagewrap {
	max-width:1000px;
	margin:0 auto;
}
a {
	color:#fff;
	text-decoration: none;
	outline:none;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
a:hover {
	text-decoration: underline;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 13px;
}
blockquote {
	color:#858585;
	padding:13px 0 1px 10px;
	font-family:'Noticia Text';
	font-style:italic;
	font-size:17px;
}


/* CUSTOM PLACEHOLDER TEXT COLOR
**************************************************/
::-webkit-input-placeholder { color:rgba(255,255,255,0.3); }
:-moz-placeholder { color:rgba(255,255,255,0.3); }
::-moz-placeholder { color:rgba(255,255,255,0.3); }
:-ms-input-placeholder { color:rgba(255,255,255,0.3); }


/*
STRUCTURE
**************************************************/
.pagewidth {
	max-width:100%;
	position:relative;
	margin:0 auto;
}

#content {
	width:100%;
	margin:0 auto;
}


/*
IF A POST IS MADE STICKY
**************************************************/
article .sticky {

}


/*
HEADER
**************************************************/
#header {
	position: relative;
}


/*
404 PAGE
**************************************************/
.not-found-wrapper {
	margin:0 auto 10px auto;
	padding:0 30px 0 30px;
	max-width:1000px;
	text-align:left;
	font-size:24px;
	line-height:27px;
	font-family:'Open Sans';
	font-weight:300;
	color:#667973;
}
.not-found-title {
	color:#E5E5E3;
	font-size:30px;
	margin:0 0 28px 0;
}
.not-found-home-link a {
	color:#E9826F !important;
	text-decoration:none !important;
	display:block;
	margin-top:27px;
}
.not-found-home-link a:hover {
	color:#fff !important;
}
.not-found-home-link a i {
	font-size:20px;
}
.not-found-home-link a:hover i {
	padding-left:10px;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}


/* COLORED BACKGROUNDS
**************************************************/
.silver .entry-content, .dark-silver .entry-content,
.green .entry-content, .dark-green .entry-content,
.blue .entry-content, .dark-blue .entry-content,
.salmon .entry-content, .dark-salmon .entry-content,
.red .entry-content, .dark-red .entry-content,
.orange .entry-content, .dark-orange .entry-content,
.pink .entry-content, .dark-pink .entry-content {
	color:#eee !important;
}

.silver .entry-content blockquote, .dark-silver .entry-content blockquote,
.green .entry-content blockquote, .dark-green.entry-content blockquote,
.blue .entry-content blockquote, .dark-blue .entry-content blockquote,
.salmon .entry-content blockquote, .dark-salmon .entry-content blockquote,
.red .entry-content blockquote, .dark-red .entry-content blockquote,
.orange .entry-content blockquote, .dark-orange .entry-content blockquote,
.pink .entry-content blockquote, .dark-pink .entry-content blockquote {
	color:#fff !important;
}

/* silver */
#content .silver { background-color:rgba(125,138,139,0.9) !important; }
#content .silver-post-background-opacity-hover { background-color:rgba(125,138,139,0.75) !important; }

/* dark silver */
#content .dark-silver { background-color:rgba(51,51,51,0.9) !important; }
#content .dark-silver-post-background-opacity-hover { background-color:rgba(51,51,51,0.75) !important; }

/* green */
#content .green { background-color:rgba(12,157,129,0.9) !important; }
#content .green-post-background-opacity-hover { background-color:rgba(12,157,129,0.75) !important; }

/* dark green */
#content .dark-green { background-color:rgba(0,121,97,0.9) !important; }
#content .dark-green-post-background-opacity-hover { background-color:rgba(0,121,97,0.75) !important; }

/* blue */
#content .blue { background-color:rgba(88,148,188,0.9) !important; }
#content .blue-post-background-opacity-hover { background-color:rgba(88,148,188,0.75) !important; }

/* dark blue */
#content .dark-blue { background-color:rgba(53,107,143,0.9) !important; }
#content .dark-blue-post-background-opacity-hover { background-color:rgba(53,107,143,0.75) !important; }

/* salmon */
#content .salmon { background-color:rgba(225,103,90,0.9) !important; }
#content .salmon-post-background-opacity-hover { background-color:rgba(225,103,90,0.75) !important; }

/* dark salmon */
#content .dark-salmon { background-color:rgba(191,81,70,0.9) !important; }
#content .dark-salmon-post-background-opacity-hover { background-color:rgba(191,81,70,0.75) !important; }

/* red */
#content .red { background-color:rgba(186,68,72,0.9) !important; }
#content .red-post-background-opacity-hover { background-color:rgba(186,68,72,0.75) !important; }

/* dark red */
#content .dark-red { background-color:rgba(161,43,47,0.9) !important; }
#content .dark-red-post-background-opacity-hover { background-color:rgba(161,43,47,0.75) !important; }

/* orange */
#content .orange { background-color:rgba(234,124,47,0.9) !important; }
#content .orange-post-background-opacity-hover { background-color:rgba(234,124,47,0.75) !important; }

/* dark orange */
#content .dark-orange { background-color:rgba(214,103,27,0.9) !important; }
#content .dark-orange-post-background-opacity-hover { background-color:rgba(214,103,27,0.75) !important; }

/* pink */
#content .pink { background-color:rgba(169,91,114,0.9) !important; }
#content .pink-post-background-opacity-hover { background-color:rgba(169,91,114,0.75) !important; }

/* dark pink */
#content .dark-pink { background-color:rgba(149,71,94,0.9) !important; }
#content .dark-pink-post-background-opacity-hover { background-color:rgba(149,71,94,0.75) !important; }



/*
"SHOWING TAGS/CATEGORIES/SEACRH RESULTS/AUTHOR"
**************************************************/
.showing {
	min-height:65px;
	padding:45px 105px 0 10px;
	margin:0;
	display:block;
	font-family:'Open Sans';
	font-weight:300;
	font-size:20px;
	line-height:24px;
	color:rgba(0,0,0,0.17);
	text-align:right;
	background-color:#F3F3F3;
	
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.showing span {
	color:rgba(0,0,0,0.25);
}
.tag-description {
	padding:0 0 25px 0;
	font-size:15px;
}
.tag-description p {
	padding:0;
}


/* hide 'showing' area */
.showing-hide {
	opacity:.25;
	position:absolute;
	top:27px;
	right:30px;
	width:60px;
	height:60px;
	cursor:pointer;
	background: url(images/showing-hide.png) no-repeat center center;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.showing-hide { background-size: 26px 26px; background: url(images/showing-hide@2x.png) no-repeat center center;}
}
.showing-hide:hover {
	opacity:.45;
}




/* TOGGLE SHOW/HIDE CONTENT IF FEATURED IMAGE USED
**************************************************/
.featured-image-toggle-wrapper {
	padding:55px 0 0 0;
	margin:0 auto -55px auto;
	width:35px;
	display: none;
}
.featured-image-toggle {
	opacity:.3;
	margin:0 auto 0 auto;
	height:35px;
	width:35px;
	text-align:center;
	
	-webkit-transform:rotate(-135deg);
	-moz-transform:rotate(-135deg);
	-o-transform:rotate(-135deg);
	-ms-transform:rotate(-135deg);
	transform:rotate(-135deg);
	
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-o-transition: all .55s ease;
	-ms-transition: all .55s ease;
	transition: all .55s ease;
	
	background:url(images/featured-image-toggle.png) no-repeat center center;
	background-color:rgba(0,0,0,0) !important;
}
/* Retina display .featured-image-toggle */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.featured-image-toggle { background-size: 36px 36px; background:url(images/featured-image-toggle@2x.png) no-repeat center center; background-color:rgba(0,0,0,0) !important; }
}
.featured-image-toggle-rotate {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
}

.featured-image-toggle:hover {	
	opacity:.55 !important;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	
	background-color:rgba(0,0,0,0) !important;
}
.post-background-opacity:hover .featured-image-toggle {

}



/* COMMENT FORM
**************************************************/
#commentform-fields {
	opacity:0;
	padding:0 2px;
	text-align:left;
	width:100%;
}
#author, #email {
	display:block;
	font-size:13px;
	font-weight:300;
	width:100%;
	padding-left:5px;
	height:30px;
	border:none;
	border-bottom:2px solid rgba(255,255,255,0.05);
	background:none;
	color:#606060;
	font-family:'Open Sans';
	border-radius:0;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#author:hover, #email:hover, #author:focus, #email:focus {
	border-bottom:2px solid rgba(255,255,255,0.08);
}
#author-wrapper {
	width:48.6%;
	display:block;
	float:left;
	padding:10px 20px 0 0;
}
#email-wrapper {
	width:48.6%;
	display:block;
	float:left;
	margin:10px 0 0 0;
	padding:0;
}
#comment {
	width:100%;
	height:28px;
	border:none;
	display:block;
	margin:10px 0 0 0;
	padding:10px 0 0 9px;
	background:none;
	font-size:18px;
	line-height:19px;
	color:#606060;
	font-family:'Open Sans';
	font-weight:300;
	resize:none;
}
.comment-active {
	min-height:52px !important;
}

#comments {
	padding:0 0 30px 0;
}
#respond {
	max-width:900px;
	padding:0 15px 0 10px;
	margin:0 25px 5px 25px;
	height:58px;
	position:relative;
	clear:both;
	text-align:center;
	background-color:#1B1B1B;
	
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.respond-active {
	height:auto !important;
	padding:0 15px 12px 10px !important;
}
#respond-closed {
	font-family:'Open Sans';
	font-weight:300;
	font-size:24px;
	line-height:27px;
	color:rgba(255,255,255,0.32);
	text-align:center;
	padding:50px 20px 40px 20px;
}
#respond #cancel-comment-reply-link {
	display:none;
	bottom:14px;
	left:13px;
	position:absolute;
	width:29px;
	height:27px;
	padding:0;
	margin:0 11px 0 0;
	z-index:5;
	background: url(images/close-reply-icon.png) no-repeat center center;
	background-color:rgba(27,27,27,1);
}
/* Retina display #respond #cancel-comment-reply-link */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#respond #cancel-comment-reply-link { background-size: 16px 9px; background: url(images/close-reply-icon@2x.png) no-repeat center center; background-color:rgba(27,27,27,1); }
}

#cancel-comment {
	display:none;
	bottom:14px;
	left:15px;
	width:25px;
	height:25px;
	position:absolute;
	cursor: pointer;
	z-index:4;
	background: url(images/close-icon.png) no-repeat center center;
}
/* Retina display #cancel-comment */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#cancel-comment { background-size: 16px 16px; background: url(images/close-icon@2x.png) no-repeat center center;}
}

.form-submit {
	width:100%;
	text-align:left;
}
#respond #submit {
	opacity:0.9;
	float:right;
	padding:11px 20px 12px 20px;
	margin:0 -4px 12px 0;
	font-size:12px;
	position:absolute;
	top:10px;
	right:13px;
	font-family:'Montserrat';
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	border:none;
	background-color:#10997F;
	
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	-webkit-appearance:none;
}
#respond #submit:hover {
	opacity:1;
	text-decoration:underline;
}
.submit-active {
	position:relative !important;
	bottom:10px !important;
	right:0 !important;
	margin:0 -4px 10px 0 !important;
}


/* place comment box above the textfields */
#commentform {
	display:table;
	width:100%;
}
#comment-wrapper {
	display:table-header-group; 
}
.logged-in-as {
	font-size:10px;
	font-family:'Montserrat';
	font-weight:700;
	text-transform:uppercase;
	position:absolute;
	bottom:-20px;
	margin:0;
	color:#555;
}
.logged-in-as a {
	color:#999;
}

/* comment HTML tags and attributes */
.comment-tags-attributes {
	font-family:'Open Sans';
	font-size:11px;
	line-height:16px;
	color:rgba(255,255,255,0.15);
	padding:10px 11px 0 9px;
	margin:0 25px;
}



/* CONTACT FORM
**************************************************/
#contactform-wrapper {
	background:#1B1B1B;
	max-width:900px !important;
	margin:0 auto;
}
.formstatusok {
	max-width:900px !important;
	height:45px;
	font-size:13px;
	font-family:'Montserrat';
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	background:#34AE20;
	padding:20px 7px 10px 10px !important;
	margin:0 auto;
	text-align:center;
}
.formstatuserror {
	max-width:883px !important;
	font-size:16px;
	font-family:'Open Sans';
	font-weight:300;
	color:#E7E7E7;
	background-color:#BA4448;
	padding:7px 7px 10px 10px !important;
	margin:0 auto;
}

#subject, #name, #mail {
	font-size:13px;
	height:30px;
	border:none;
	border-bottom:2px solid rgba(255,255,255,0.05);
	background:none;
	color:#B4B4B4;
	border-radius:0;
	font-family:'Open Sans';
}
#subject:hover, #name:hover, #mail:hover, #subject:focus, #name:focus, #mail:focus {
	border-bottom:2px solid rgba(255,255,255,0.08);
}

#subject-wrapper, #name-wrapper, #mail-wrapper {
	margin:0 22px 0 12px;
}
#subject, #name, #mail {
	width:100%;
	padding:8px 5px 0 5px;
	margin:1px 0 0 0;
}

#message-wrapper {
	padding:15px 17px 0 14px;
}
#message {
	width:100%;
	height:55px;
	border:none;
	background:none;
	font-size:18px;
	line-height:19px;
	color:#B4B4B4;
	font-family:'Open Sans';
	font-weight:300;
	resize:none;
}
#contact-submit {
	opacity:0.9;
	padding:11px 20px 12px 20px;
	margin:12px 0 12px 12px;
	font-size:12px;
	font-family:'Montserrat';
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	border:none;
	background-color:#10997F;
	
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	-webkit-appearance:none;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#contact-submit:hover {
	opacity:1;
	text-decoration:underline;
}

#cancel-message {
	float:right;
	margin:20px 18px 0 0;
	width:25px;
	height:25px;
	cursor: pointer;
	z-index:4;
	background: url(images/close-icon.png) no-repeat center center;
}
/* Retina display #contact-submit */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#cancel-message { background-size: 16px 16px; background: url(images/close-icon@2x.png) no-repeat center center; }
}
/* contact form placeholder */
#message input::-webkit-input-placeholder { color:rgba(255,255,255,0.3) !important; }
#message input:-moz-placeholder { color:rgba(255,255,255,0.3) !important; }
#message input::-moz-placeholder { color:rgba(255,255,255,0.3) !important; }
#message input:-ms-input-placeholder { color:rgba(255,255,255,0.3) !important; }



/* LOGO + TAGLINE
**************************************************/
.site-logo, .site-logo a {
	font-size:18px;
	font-family:'Raleway', sans-serif;
	font-weight:600;
	line-height:20px;
	color:#fff;
	margin:18px 40px 0 17px;
	padding:0;
}
.site-logo a:hover {
	text-decoration:none
}
/* if image is used as logo */
.site-logo-image {
	margin:5px 40px 0 5px;
}
.site-logo-image img {
	position:absolute;
	width:auto;
	max-height:45px;
	margin-left: 0px;
}


/* MAIN MENU
**************************************************/
#header-wrapper {
	width:100%;
	background-color:#fff;
	height:55px;
	position:fixed;
	z-index:999;
	box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.3);
}

/* MENU LOGO
******************/
.menu-logo {
cursor: pointer;
display: inline-block;
min-width: 235px;
min-height: 55px;
float: left;
}

/* MENU BUTTON
******************/
.menu-button {
	display:none;
	cursor:pointer;
	min-width:55px;
	min-height:55px;
	float:right;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}

.menu-button {
	background: url(images/icon-menu.png) #FFF no-repeat center;
}
/* Retina display .menu-button */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-button { background-size: 30px 15px; background: url(images/icon-menu@2x.png) #ffffff no-repeat center; }
}
.menu-button-hover-touch, .menu-button-hover {
	background: url(images/icon-menu.png) #FFF no-repeat center !important;
}
/* Retina display .menu-button-hover-touch, .menu-button-hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-button-hover-touch, .menu-button-hover { background-size: 21px 15px; background: url(images/icon-menu@2x.png) #ffffff no-repeat center !important; }
}


/* HEADER MENU
**************************************************/

.menu-header {
	position:absolute;
	top:0;
	right:20px;
	height:55px;
	z-index:9;
}
.menu-header .menu {
	display:block;
	width:100%;
	/* margin-right:25px; */
	padding:0;
}
.menu-header .menu li {
	display:inline-block;
	list-style-type:none;
	text-align:center;
	border-right:1px solid rgba(3, 3, 3, 0.59);
	margin:5px -4px 0 0;
	min-width:58px;
	height:45px;
}
.menu-header .menu li:hover {

}
/* hide separator for first item */
.menu-header .menu li:first-child {
	border-left:none;
}

.menu-header .menu li:last-child {
	border-right:none;
}

.menu-header .menu li i {
	font-size:21px;
	padding:9px 0;
	display:block;
	cursor:pointer;
	color:rgba(3, 3, 3, 0.59);
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
.menu-header .menu i:hover {
	color:rgba(3, 3, 3,0.85);
}

.menu-header .menu li i.icon-calendar {
	color:rgba(192, 111, 77, 0.85);
}


.menu-header .menu i.icon-calendar:hover {
	color:rgba(192, 111, 77, 1);
}


.menu-header .menu li a, .bonfire-icon-menu .menu a:hover {
	text-decoration:none;
	font-size: 10px;
	font-family: 'Montserrat',arial,tahoma,verdana;
	padding: 0px 12px 0px 12px;
	color: rgba(255,255,255,0.7);
	line-height: 0;
	cursor: pointer;
	display: block;
}

.menu-header .menu li:first-child .bonfire-icon-menu .menu a:hover {
	color:rgba(48, 164, 89, 1);
}


.menu-header .threecolumns {
width: auto !important;
}

.bonfire-icon-menu {
    display: none;
}

/* ACCORDION MENU
**************************************************/
#menu .menu li i {
	font-size:25px;
	display:block;
	margin: 0 0 9px 0;
	
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}
#menu .menu a, #menu .sub-menu a {
	height:69px;
	padding:30px 0 0 0;
}

#menu {
	position:fixed;
	width:300px;
	margin:60px 5px 0 0;
	padding:0;
	z-index:999;
	right:0;
	background:#EFEFEF;
	display:none;

	-moz-box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

.menu-active {
	display:block !important;
}
#menu .menu {
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
	z-index:99;
}
#menu .menu a {
	color:#888;
	margin:0 1px 1px 0;
	display:block;
	font-family:'Montserrat',arial,tahoma,verdana;
	font-weight: 700;
	cursor:pointer;
}
#menu .menu a:hover, #menu .menu a:active {
	background:#FDFDFD;
	text-decoration:none;
}
#menu .menu a:hover i {
	color:#666;
	margin-top:6px;
	font-size:26px;
}
#menu .menu a:hover {
	color:#FDFDFD;
}

#menu .menu ul {
	margin:0;
	padding:0;
}
.twocolumns {
	width:200px !important;
}
.threecolumns {
	width:300px !important;
}
#menu .menu li {
	display: inline-block;
	list-style:none;
	margin:0 -3px 0 0;
	padding:0;
	z-index:-1;
	width:100px;
	text-align:center;
	vertical-align:top;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#menu .menu li:first-child {
	border-top:none !important;
}
#menu .menu li a {
	font-size:10px;
	background:#FDFDFD;
}
#menu .menu li a:hover, #menu .menu li.sub a:hover {
}
#menu ul.sub-menu {
	list-style: none;
	margin:0 0 0 0;
	padding:0;
	width:300px;
	display:block;
	background:#EFEFEF;
}
#menu .second ul.sub-menu {
	margin-left: -100px !important;
}
#menu .third ul.sub-menu {
	margin-left: -200px !important;
}
#menu .sub-menu li {
	float:left;
	list-style: none;
	margin:0;
	padding:0;
	width:100px;
}
#menu .sub-menu a {
	display:block;
	background:#EFEFEF !important;
	margin:0;
}

/* Main menu expanded toolip */
#menu .menu-expanded {
	background-image: url(images/menu-expandable.png) !important;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
}
/* Retina display .menu-expanded */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#menu .menu-expanded {
	background-image: url(images/menu-expandable@2x.png) !important;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: 18px 7px;
}
}


#menu .menu li.sub a {
	background: url(images/menu-opens.png) #FDFDFD;
	background-position: center 85px;
	background-repeat: no-repeat;
}
/* Retina display .menu li.sub a */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#menu .menu li.sub a {
	background: url(images/menu-opens.png) #FDFDFD;
	background-position: center 85px;
	background-repeat: no-repeat;
	background-size: 9px 6px;
}
}

#menu .menu li.sub a:hover {
}
#menu .menu li.sub > ul a {
	background-image: none;
	font-size:10px;
}

/* all sub menus the same color */
#menu .sub .sub-menu a { color:#888 !important }
#menu .sub .sub-menu a:hover { color:#EFEFEF !important }
#menu .sub .sub-menu a:hover i { color:#666 !important; font-size:26px; }

/* colored items text color + remove margin (light gray border) from colored menu items */
#menu .menu li.silver a, #menu .menu li.green a, #menu .menu li.blue a, #menu .menu li.salmon a, #menu .menu li.red a, #menu .menu li.orange a, #menu .menu li.pink a {
	color:#fff;
	margin:0;
}
#menu .menu li.silver a:hover i, #menu .menu li.green a:hover i, #menu .menu li.blue a:hover i, #menu .menu li.salmon a:hover i, #menu .menu li.red a:hover i, #menu .menu li.orange a:hover i, #menu .menu li.pink a:hover i {
	color:#fff; font-size:26px;
}

/* adding colors to menu items */
#menu .menu li.silver a { background-color:rgb(125,138,139); }
#menu .menu li.silver a:hover { color:rgb(125,138,139); }

#menu .menu li.green a { background-color:rgb(12,157,129); }
#menu .menu li.green a:hover { color:rgb(12,157,129); }

#menu .menu li.blue a { background-color:rgb(88,148,188); }
#menu .menu li.blue a:hover { color:rgb(88,148,188); }

#menu .menu li.salmon a { background-color:rgb(225,103,90); }
#menu .menu li.salmon a:hover { color:rgb(225,103,90); }

#menu .menu li.red a { background-color:rgb(186,68,72); }
#menu .menu li.red a:hover { color:rgb(186,68,72); }

#menu .menu li.orange a { background-color:rgb(234,124,47); }
#menu .menu li.orange a:hover { color:rgb(234,124,47); }

#menu .menu li.pink a { background-color:rgb(169,91,114); }
#menu .menu li.pink a:hover { color:rgb(169,91,114); }



/* ICON MENU
**************************************************/
.bonfire-icon-menu {
	position:absolute;
	top:0;
	right:2px;
	height:55px;
	z-index:9;
}
.bonfire-icon-menu .menu {
	display:none;
	width:100%;
	margin:0;
	padding:0;
}
.bonfire-icon-menu .menu li {
	display:inline-block;
	list-style-type:none;
	text-align:center;
	border-right:1px solid rgba(255,255,255,0.35);
	margin:5px -4px 0 0;
	min-width:58px;
	height:45px;
}
.bonfire-icon-menu .menu li:hover {

}
/* hide separator for first item */
.bonfire-icon-menu .menu li:first-child {
	border-left:none;
}
.bonfire-icon-menu .menu li i {
	font-size:21px;
	padding:13px 0;
	display:block;
	cursor:pointer;
	color:rgba(255,255,255,0.7);
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
.bonfire-icon-menu .menu i:hover {
	color:rgba(255,255,255,0.85);
}
.bonfire-icon-menu .menu li a, .bonfire-icon-menu .menu a:hover {
	text-decoration:none;
	font-size: 10px;
	font-family: 'Montserrat',arial,tahoma,verdana;
	font-weight: 700;
	padding: 0px 17px 0px 17px;
	color: rgba(255,255,255,0.7);
	line-height: 0;
	cursor: pointer;
	display: block;
}


/* colored items text color + remove margin (light gray border) from colored menu items */
.bonfire-icon-menu .menu li.silver i,
.bonfire-icon-menu .menu li.green i,
.bonfire-icon-menu .menu li.blue i,
.bonfire-icon-menu .menu li.salmon i,
.bonfire-icon-menu .menu li.red i,
.bonfire-icon-menu .menu li.orange i,
.bonfire-icon-menu .menu li.pink i {
	color:rgba(0,0,0,0.25);
}

/* adding colors to menu items */
.bonfire-icon-menu .menu li.silver i:hover { color:rgb(125,138,139); }
.bonfire-icon-menu .menu li.green i:hover { color:rgba(48,164,89,1); }
.bonfire-icon-menu .menu li.blue i:hover { color:rgb(88,148,188); }
.bonfire-icon-menu .menu li.salmon i:hover { color:rgb(225,103,90); }
.bonfire-icon-menu .menu li.red i:hover { color:rgb(186,68,72); }
.bonfire-icon-menu .menu li.orange i:hover { color:rgb(234,124,47); }
.bonfire-icon-menu .menu li.pink i:hover { color:rgb(169,91,114); }



/* VIDEO CONTAINER
**************************************************/
.post-video {
	position:relative;
	padding-bottom:55%;
	padding-top:10px;
	height:0;
	overflow:hidden;
	margin:0 0 0 0;
}
.post-video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}

.video-container {
	position:relative;
	padding-bottom:54%;
	padding-top:10px;
	height:0;
	overflow:hidden;
	margin:0 0 0 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}
.video-container:empty {
	display:none;
}



/* MAP CONTAINER
**************************************************/

.map-container {
	position:relative;
	padding-bottom:30%;
	height:0;
	overflow:hidden;
}

.map-container iframe, .map-container object, .map-container embed {
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	border:0;
}




/* LISTS
**************************************************/
ul, ol {
	margin-bottom:15px;
}
li {
	margin: 0 0 0 0;
	padding: 0;
}

.entry-content ul li {
	margin:0 12px 0 18px;
	text-align:left;
}

.entry-content ol li {
	margin: 0 12px 0 21px;
	text-align:left;
}


/* HEADINGS
**************************************************/
h1, h2, h3, h4, h5, h6 {
	color:#333;
	padding:0 0 10px 0;
	font-family:'Raleway', sans-serif;
	font-weight:300;
}
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 32px; line-height: 36px; }
h3 { font-size: 1.6em; line-height: 33px; }
h4 { font-size: 1.4em; line-height: 25px; font-weight:500;}
h5 { font-size: 1.2em; line-height: 20px; font-weight:500;}
h6 { font-size: 1em; line-height: 20px; font-weight:500;}


/* DISPLAY NONE
**************************************************/
.display-none {
	display:none;
}


/* SEARCH FORM
**************************************************/
/* activate search form button */
#header-search {
	display: none;
}
	position:absolute;
	top:0;
	right:55px;
	height:39px;
	width:39px;
	padding:16px 0 0 20px;
	font-size:21px;
	display:block;
	cursor:pointer;
	color:rgba(255,255,255,0.75);

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
#header-search:hover {
	color:rgba(255,255,255,0.9);

}
/* searchform wrapper */
.searchform-wrapper {
	opacity:0;
	display:none;
	position:absolute;
	top:0;
	right:0;
	width:320px;
	height:45px;
	margin:5px 0;
	border-left:1px solid #EBEBEB;
	background:#fff;
	z-index:99;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.searchform-wrapper-active {
	opacity:1 !important;
	display:inline !important;
}

/* hide search form button */
/*#searchform-close {
	opacity:.20;
	position:absolute;
	top:0;
	right:0;
	width:55px;
	height:46px;
	cursor:pointer;
	background: url(images/searchform-close.png) no-repeat center center;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#searchform-close { background-size: 19px 19px; background: url(images/searchform-close@2x.png) no-repeat center center;}
}
#searchform-close:hover {
	opacity:.45;
}

/* searchform input */
/*#searchform input {
	width:250px;
	height:30px;
	font-size:20px;
	font-family:'Open Sans';
	font-weight:300;
	color:rgba(0,0,0,0.2);
	padding:7px 0 8px 5px;
	margin:0 0 0 10px;
	border:0;
	background:none;
	
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}
#searchform input:hover, #searchform input:focus {
	color: #888;
}
/* searchform placeholder */
/*#searchform input::-webkit-input-placeholder { color:rgba(0,0,0,0.2); }
#searchform input:-moz-placeholder { color:rgba(0,0,0,0.2); }
#searchform input::-moz-placeholder { color:rgba(0,0,0,0.2); }
#searchform input:-ms-input-placeholder { color:rgba(0,0,0,0.2); }


/* ALTERNATE POST BACKGROUND COLOR	
**************************************************/
.dark, .darker, .dark-image, .darker-image {
	margin:0;
	padding:0;
	
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	-o-transition: all .45s ease;
	-ms-transition: all .45s ease;
	transition: all .45s ease;
}
.dark, .dark-image {
	background-color:#FFF;
}
.darker, .darker-image {
	background-color:#FFF;
}
.dark:hover, .darker:hover, .dark-image:hover, .darker-image:hover {
}

/* if has featured image, change color on hover */
.dark-image, .darker-image {
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	-o-transition: all .45s ease;
	-ms-transition: all .45s ease;
	transition: all .45s ease;
	
	-webkit-transform: translateZ(0); 
}
.dark-image:hover, .darker-image:hover {
}

/* if has featured image, change opacity on hover */
.post-background-opacity {
	background-color:rgba(255,255,255,0.3);
	
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-o-transition: all .55s ease;
	-ms-transition: all .55s ease;
	transition: all .55s ease;
}
.post-background-opacity:hover {
	background-color:rgba(255,255,255,0.1);
}
#content .post-background-opacity-toggle {
	background-color:rgba(17,17,17,0) !important;
}



/* POSTS, PAGES
**************************************************/
.content-wrapper {
	max-width:800px;
	margin:0 auto;
	padding:0 17px;
}
.content-wrapper-hide {
	opacity:0 !important;
}

.post, .page-wrapper {
	margin:0 0 0 0;
	padding:50px 0 0px 0;
}
.contact-page-wrapper {
	margin:0 0 0 0;
	padding:50px 0 70px 0;
}
.entry-content {
	font-family:'Open Sans';
	font-weight:300;
	font-size:20px;
	line-height:27px;
	color:#333333;
	text-align:center;
	padding:25px 80px 0 80px;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.entry-content-toggle {
	opacity:0 !important;
}
.entry-content p {
	margin:0 0 20px 0;
	padding:0;	
}
.entry-content span p {
	padding:0;
	margin:0;
}

.entry-content a {
	color:#333;
	text-decoration:none;
}
.entry-content a:hover {
	color:#E9826F;
	text-decoration:underline;
}
.entry-content img, .excerpt img {
	width:auto;
	/* padding:0; */
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.entry-content a img {

}
.entry-content a img:hover {

}

/* mini divider */
.mini-divider {
	border-bottom:2px solid #252525;
	width:45px;
	margin:20px 0 28px 0;
}

/* page wrapper */
.page-wrapper {
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:50px 0 70px 0;
}

/* post, page titles */
.post-title, .page-title, .post-title a, .page-title a {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:40px;
	line-height:40px;
	color:#333333;
	text-align:center;
	display:block;
	margin:0 100px 39px 100px;
	padding:0;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.post-title a:hover, .page-title a:hover {
	color:#02cc74;
	text-decoration:none;
}
.page-title-centered {
	text-align:left;
}

/* title spacer image */
.title-spacer {
	margin:30px auto 8px auto;
	width:67px;
	height:1px;
	background: url(images/title-spacer.png) no-repeat center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.title-spacer { background-size: 67px 7px; background: url(images/title-spacer@2x.png) no-repeat center center;}
}

/* read more link */
.more-link {
	color:#cb7d56 !important;
	display:inline;
	width:200px;
	margin:18px 0 0 0;
	padding:0;
	font-size: 14px;
}
/* separator */
.separator {
	border-bottom:2px solid #E7E7E7;
	margin: 10px auto;
	max-width:1000px;
}
/* post navigation */
.link-pages {
	margin-left:0;
}
.link-pages a {
	text-decoration:underline;
}
/* post edit link */
.post-edit-link {
	display:block;
	margin:30px auto 0 auto;
	text-align:center;
	text-decoration:underline;
	width:100px;
	font-size:12px;
	font-family:'Montserrat';
	font-weight:700;
}
.post-edit-link:hover {
	text-decoration:none;
}

/* POST AUTHOR + DATE
**************************************************/
.author-date-tags-wrapper {
	max-width:1000px;
	text-align:center;
	margin:60px 0 0 0;
}

.post-meta-author-date, .post-meta-tags {
	font-family:'Raleway', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;

	display:inline-block;
	padding:17px 40px;
	margin:5px 3px;
	border:3px solid #E1E1E1;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
.post-meta-author-date a, .post-meta-tags a {
	color:#fff;
}
.post-meta-author-date a {
	
}
.post-meta tags a {
	
}
.post-meta-author-date:hover {	
	background-color:#E65F51;
	border:3px solid #E65F51;
}
.post-meta-tags:hover {
	background-color:#8F8A69;
	border:3px solid #8F8A69;
}
.post-meta-author-date:hover a, .post-meta-tags:hover a {
	text-decoration:underline;
}
.post-meta-author-date:hover a:hover, .post-meta-tags:hover a:hover {
	text-decoration:none;
}


/* ARCHIVE PAGES
**************************************************/
.archive-title {
	color:#E5E5E3;
	font-size:30px;
	display:block;
	margin-bottom:10px;
}
.archive-content {
	color:#555;
	line-height:27px;
	font-size:24px;
	font-family:'Open Sans';
	font-weight:300;
	padding:0 30px;
}
.archive-content a {
	color:#667973;
	text-decoration:none;
}
.archive-content a:hover {
	color:#fff;
}
.archive-content li {
	list-style-type:none;
	display:inline-block;
	margin:0 5px 8px 0;
	color:#555;
}
.archive-full {
	padding:0 0 25px 0;
}


/* NEXT PAGE, PREV PAGE (BLOG INDEX)
**************************************************/
/* wrapper */
.post-nav {
	max-width:900px;
	margin:0 auto;
	padding:0 10px;
	height:135px;
}


/* prev inactive */
.post-nav .prev-inactive {
	display:block;
	float:left;
	margin:38px 0 0 10px;
	width:125px;
	height:60px;
	background: url(images/prev-page-inactive.png) no-repeat center center;
}
/* Retina display .post-nav .prev-inactive */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .prev-inactive { background-size: 113px 44px; background: url(images/prev-page-inactive@2x.png) no-repeat center center;}
}

/* next inactive */
.post-nav .next-inactive {
	display:block;
	float:right;
	margin:38px 10px 0 0;
	width:125px;
	height:60px;
	background: url(images/next-page-inactive.png) no-repeat center center;
}
/* Retina display .post-nav .next-inactive */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .next-inactive { background-size: 113px 44px; background: url(images/next-page-inactive@2x.png) no-repeat center center;}
}


/* previous posts */
.post-nav .prev {
	opacity:.15;
	display:block;
	width:125px;
	height:60px;
	
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
	
	background: url(images/prev-page.png) no-repeat center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .prev { background-size: 113px 44px; background: url(images/prev-page@2x.png) no-repeat center center;}
}

/* next posts */
.post-nav .next {
	opacity:.15;
	display:block;
	width:125px;
	height:60px;
	background: url(images/next-page.png) no-repeat center center;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
/* Retina display .post-nav .next */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .next { background-size: 113px 44px; background: url(images/next-page@2x.png) no-repeat center center;}
}

.post-nav .prev-inactive .prev:hover, .post-nav .next-inactive .next:hover {
	opacity:0.35;
}


/* NEXT POST, PREV POST (single.php NAVIGATION)
**************************************************/
/* previous posts */
.post-nav-single .prev {
	margin:0;
	width:42px;
	height:42px;
	background: url(images/nav-prev-icon.png) #262626 no-repeat center center;
	
	position:fixed;
	margin-top: 278px;
	top:0;
	right:0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav-single .prev { background-size: 9px 16px; background: url(images/nav-prev-icon@2x.png) #262626 no-repeat center center;}
}

/* next posts */
.post-nav-single .next {
	margin:0;
	width:42px;
	height:42px;
	background: url(images/nav-next-icon.png) #262626 no-repeat center center;
	
	position:fixed;
	margin-top: 278px;
	top:0;
	left:0;
}
/* Retina display .post-nav .next */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav-single .next { background-size: 9px 16px; background: url(images/nav-next-icon@2x.png) #262626 no-repeat center center;}
}


/*
BACK BUTTON
**************************************************/
.back-button {
	margin:0 auto 10px auto;
	width:40px;
	height:40px;
	cursor: pointer;
	background: url(images/nav-next-icon.png) no-repeat 11px center;
}
/* Retina display .back-button  */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.back-button { background-size: 9px 16px; background: url(images/nav-next-icon@2x.png) no-repeat 11px center; }
}


/*
READ/LEAVE COMMENTS
**************************************************/
.read-leave-comments {
	font-family:'Raleway', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#fff;
	display:block;
	margin:60px auto 0 auto;
	text-align:center;
	padding:17px 0;
	max-width:323px;
	border:3px solid #E1E1E1;
	display: none;
}
/* when hovering post */
.read-leave-comments:hover {
	background-color:#E65F51;
	border:3px solid #E65F51;
}


/*
COMMENTS
**************************************************/
#comments-open-anchor { position:absolute; margin-top:-50px; }
.comments-wrapper {
	max-width:900px;
	margin:0 auto;
	padding:25px 0 0 0;
}
.commentwrap {
	text-align:left;
	min-width:280px;
	margin:0 auto;
	padding:30px 25px 0 25px;
	position:relative;
	clear:both;
	max-width:100%;
}

/* comment title */
.comment-title, #reply-title {
	margin:0 0 10px;
	padding:0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin:10px 0;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.commentwrap .pagenav.top {
	margin:0;
	position:absolute;
	top:0;
	right:0;
}

/* commentlist */
.commentlist {
	max-width:820px;
	margin:65px auto 50px auto;
	padding:0 25px;
}
.commentlist li {
	margin:30px 0 20px 0;
	padding:0;
	list-style:none;
	position:relative;
}

/* nested comment */
.children li {
	padding:0 0 0 50px;
}

/* comment container */
.commentlist .comment-container {
	overflow:hidden;
	padding:5px 13px 10px 0;
	min-height:60px;
}

/* comment entry */
.commentlist .comment-entry {
	font-size:17px;
	line-height:24px;
	font-family:'Open Sans';
	font-weight:300;
	color:rgba(255,255,255,0.35);
	margin:15px 4px 5px 0;
	display:block;
	clear:both;
}

/* comment avatar */
.commentlist .comment-avatar{
	float:left;
}
.commentlist .comment-avatar img {
	width:60px;
	height:60px;
	margin:0 0 0 0;
	float:left;
}

/* comment author, time */
.commentlist .comment-author, .commentlist .comment-time {
	padding:16px 0 0 78px;
	text-transform:uppercase;
	font-family:'Montserrat';
	font-size:15px;
	line-height:16px;
	display:block;
}
.commentlist .comment-author {
	font-weight:700;
	color:rgba(255,255,255,0.7);
}
.commentlist .comment-time {
	padding-top:2px;
	font-weight:400;
	color:rgba(255,255,255,0.3);
}
.commentlist .bypostauthor {
}
/* comment reply button */
.commentlist .comment-reply-link {
	text-transform:uppercase;
	font-size:13px;
	font-family:'Montserrat';
	font-weight:700;
	color:rgba(255,255,255,0.83);
	background:#4C4C4C;
	float:left;
	margin:19px 0 0 0;
	padding:8px 25px 9px 21px;
	
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.commentlist .comment-reply-link:hover {
	background:#19A0AE;
	text-decoration:none;
}


/* WIDGETS
**************************************************/
.footer-widgets-wrapper {
	max-width:100%;
}
.footer-widgets-wrapper-inner {
	max-width:1040px;
	margin:0 auto;
	padding:0 10px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.footer-widgets-1-column .widget {
	width:94%;
	display:inline-block;
}
.footer-widgets-1-column, .footer-widgets-2-columns, .footer-widgets-3-columns {
	text-align:center;
}
.footer-widgets-2-columns .widget {
	width:46.3%;
	display:inline-block;
	vertical-align:top;
}
.footer-widgets-3-columns .widget {
	width:29.8%;
	display:inline-block;
	vertical-align:top;
}
.widget {
	font-family:'Open Sans';
	font-weight:300;
	font-size:20px;
	line-height:25px;
	color:rgba(0,0,0,0.25);
	padding:0 10px 30px 10px;
	margin:0 0 10px 0;
	word-wrap:break-word;
	text-align:left;
}
.widget ul li { list-style:none; }
.widget a {
	color:#0C9D81;
	text-decoration:none;
	border-bottom:1px solid #CECECE;
}
.widget a:hover {
	color:#555;
	border-bottom:none;
}
.widgettitle {
	font-family:'Open Sans';
	font-weight:300;
	color:rgba(0,0,0,0.16);
	margin:0 0 10px 0;
}
.widget select {
	width:100%;
	max-width:1000px;
}

/* recent posts widget */
.widget_recent_entries li {

}
.widget_recent_entries .post-date {
	font-size:12px;
	display:block;
	color:rgba(0,0,0,0.3);
}

/* widget rss */
.widget_rss ul li {
	color:#999;
}
.widget_rss .rss-date {
	font-size:12px;
	display:block;
	color:rgba(0,0,0,0.3);
}

/* widget archives */
.widget_archive ul {
	list-style-type:none;
}
.widget_archive li {
	display:inline;
	margin-right:5px;
	color:#999;
}

/* widget categories */
.widget_categories ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.widget_categories li {
	display:inline;
	margin-right:5px;
	color:#999;
}

/* widget recent comments */
.widget_recent_comments li {
	color:#999;
}

/* widget meta */
.widget_meta ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.widget_meta li {
	display:inline;
	margin-right:5px;
}

/* widget calendar */
#wp-calendar { width:100%; color:#757575; }
#wp-calendar caption { color:#999; margin:0 0 10px; }
#wp-calendar tr { text-align:center; }
#wp-calendar .pad { background:none; }
#wp-calendar th { color:#999; }
#wp-calendar tr td { padding:7px 0; background:rgba(0,0,0,0.03); }

/* widget search */
.widget_search #searchform {
	margin:2px 12px 0 0;
}
.widget_search #searchform input {
	width:100%;
	height:40px;
	padding:0 0 0 8px;
	border:0;
	border-bottom:1px solid rgba(0,0,0,0.08);
	font-family:'Open Sans';
	font-weight:300;
	font-size:20px;
}

.widget_search #searchform input::-webkit-input-placeholder { color:rgba(0,0,0,0.25); }
.widget_search #searchform input:-moz-placeholder { color:rgba(0,0,0,0.25); }
.widget_search #searchform input::-moz-placeholder { color:rgba(0,0,0,0.25); }
.widget_search #searchform input:-ms-input-placeholder { color:rgba(0,0,0,0.25); }


.widget_search #searchform input:hover {
	color:#777;
	border-bottom:1px solid rgba(0,0,0,0.15);
}
.widget_search #searchform input:focus {
	color:#777;
}

/* widget nav menu */
.widget_nav_menu .sub-menu {
	margin:10px 0 0 10px;
	position:static;
}
.widget_nav_menu .menu li a, .widget_nav_menu .menu li.sub a {
	text-decoration:none;
	border:none;
	background:none;
	margin:0 0 5px 0;
}



/* FOOTER
**************************************************/
#footer {
	clear: both;
	padding:0;
	background-color:#F5F2F1;
	position:relative;
	
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.20);
}


/* POST STYLES
**************************************************/

/* Hide the post title, date/author, divider and tags for all post formats */
.format-aside .post-title,
.format-link .post-title,
.format-gallery .post-title,
.format-status .post-title,
.format-quote .post-title {
	display:none;
	visibility:hidden;
}

/* Hide post title spacer (diamonds) for the following post formats */
.format-link .title-spacer,
.format-gallery .title-spacer,
.format-status .title-spacer,
.format-quote .title-spacer {
	display:none;
	visibility:hidden;
}
/* Set special margins for aside post format spacer */
.format-aside .title-spacer {
	margin-top:-35px;
	margin-bottom:45px;
}
/* */
.format-video .title-spacer,
.format-image .title-spacer,
.format-audio .title-spacer {
	margin-bottom:45px;
}


/* Set top+bottom padding, margin, z-index, background color and text alignment for all post formats (overwritten below is necessary) */
.format-aside,
.format-link,
.format-gallery,
.format-status,
.format-quote,
.format-image,
.format-video,
.format-audio,
.format-chat {
	
}


/* Set .entry-content and .excerpt changes for all post formats (overwritten below is necessary) */
.format-aside .entry-content, .format-aside .excerpt,
.format-link .entry-content, .format-link .excerpt,
.format-gallery .entry-content, .format-gallery .excerpt,
.format-status .entry-content, .format-status .excerpt,
.format-quote .entry-content, .format-quote .excerpt,
.format-image .entry-content, .format-image .excerpt,
.format-video .entry-content, .format-video .excerpt,
.format-audio .entry-content, .format-audio .excerpt,
.format-chat .entry-content, .format-chat .excerpt {
	padding:0 0 0 0;
}
.format-aside .entry-content p, .format-aside .excerpt p,
.format-link .entry-content p, .format-link .excerpt p,
.format-gallery .entry-content p, .format-gallery .excerpt p,
.format-status .entry-content p, .format-status .excerpt p,
.format-quote .entry-content p, .format-quote .excerpt p,
.format-image .entry-content p, .format-image .excerpt p,
.format-video .entry-content p, .format-video .excerpt p,
.format-audio .entry-content p, .format-audio .excerpt p,
.format-chat .entry-content p, .format-chat .excerpt p {

}


/*** ASIDE ***/
.format-aside .entry-content, .format-aside .excerpt {
	font-family:'Noticia Text';
	font-style:italic;
	font-size:17px;
	padding-left:80px;
	padding-right:80px;
}


/*** LINK ***/
.format-link .entry-content, .format-link .excerpt {
	font-family:'Raleway', sans-serif;

	font-weight:300;
	text-transform:uppercase;
	font-size:40px;
	line-height:43px;
	margin-top:-20px;
}
.format-link .entry-content p a, .format-link .excerpt p a {
	font-weight:600;
	color:#fff;
	text-decoration:none;
}
.format-link .entry-content p a:hover, .format-link .excerpt p a:hover {
	text-decoration:underline;
}


/*** GALLERY ***/


/*** STATUS ***/
.format-status {
	text-transform: uppercase;
}

.format-status .entry-content p, .format-status .entry-content span, .format-status .excerpt p {
	font-family:'Raleway', sans-serif;
	font-weight:600;
	color:#fff;
	font-size:40px;
	line-height:43px;
	font-style:normal;
	margin:0 20px 5px 20px;
	padding:0;
}


/*** QUOTE  ***/
/*.format-quote {
	text-transform: uppercase;
}
.format-quote .entry-content, .format-quote .excerpt, .format-quote .entry-content p {
	font-family:'Raleway', sans-serif;
	font-weight:700;
	font-size:25px;
	color:rgba(255,255,255,0.4);
}
.format-quote .entry-content blockquote, .format-quote .entry-content blockquote p {
	font-weight:600;
	color:#fff;
	font-size:40px;
	line-height:43px;
	font-style:normal;
	margin:0 0 15px 0;
	padding:0;
}
*/

/*** IMAGE ***/


/*** VIDEO ***/
.format-video .entry-content {
	max-width:830px;
	margin:0 auto;
}

/*** AUDIO ***/


/*** CHAT ***/
.format-chat .entry-chat, .format-chat .excerpt, .format-chat .entry-content p {
	font-family:'Courier New', 'Open Sans';
	font-weight:300;
	font-size:18px;
	line-height:25px;
	text-align:left;
	padding:25px 80px 0 80px;
}



/* POST FORMATTING
**************************************************/
img.aligncenter, img.alignright, img.alignnone {
	padding:0;margin:0;
}

img.alignleft,{
	padding:30px;margin:0;
}

img.aligncenter {
	margin:0 auto;
	text-align:center;
}
.alignleft {
	float: left;
	margin-right: 30px;
	padding: 35px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.wp-caption {
	max-width:100%;
	margin:0;
	padding:0;
}

.wp-caption aligncenter {
	margin: 0 auto;
}
.wp-caption img {
	margin: 0;
	padding:0;
}
.wp-caption-text {
	font-size: 14px;
	line-height:16px;
	text-align: center;
	color:#999;
	margin: 5px 0 20px 0;
	min-width:100%;
}


/*
CLEAR & ALIGNMENT
**************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after,  .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; clear: both; height: 0; }
.clearfix, #body, #footer, footer, .pagenav, #main-nav, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, #body, #footer, footer, .pagenav, #main-nav,  .gallery, #content
{ display: block; }


/* CUSTOMIZE THE "Responsive Slider" PLUGIN
**************************************************/
/* let's make the images properly responsive */
.slides img { width:100%; height:auto; }
/* ..and hide the title in the corner */
.slide-title { display:none }
/* ..and decrease the bottom margin a bit */
.responsive-slider.flexslider { margin-bottom: 15px !important; background:#ccc}


/* GALLERY LAYOUT, COLUMNS
**************************************************/
div.gallery { padding:0 !important;}

.entry-content .gallery {
	margin: 0 0 -13px 0 !important;
}

#content .gallery-item img {
	border:0;
}

.gallery-caption {
	color: #615D5D;
}

#content .gallery-columns-1 .gallery-item {
		width: 100%;
}
#content .gallery-columns-1 .gallery-item img {
		width: 100%;
		height: auto;
}
#content .gallery-columns-2 .gallery-item {
	width: 48.8%;
	padding: 0.5%;
	margin:0;
}
#content .gallery-columns-2 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-3 .gallery-item {
	width: 32.3%;
	padding: 0.5%;
	margin:0;
}
#content .gallery-columns-3 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-4 .gallery-item {
	width: 24%;
	padding: 0.5%;
	margin:0;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-5 .gallery-item {
	width: 19%;
	padding: 0.5%;
	margin:0;
}
#content .gallery-columns-5 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-6 .gallery-item {
	width: 15.65%;
	padding: 0.5%;
	margin:0;
}
#content .gallery-columns-6 .gallery-item img {
	width: 100%;
	height: auto;
}	
#content .gallery-columns-7 .gallery-item {
	width: 13.25%;
	padding: 0.5%;
	margin:0;
}
#content .gallery-columns-7 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-8 .gallery-item {
	width: 11.5%;
	padding: 0.5%;
	margin:0;
}
#content .gallery-columns-8 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-9 .gallery-item {
	width: 10.1%;
	padding: 0.5%;
	margin:0;
}
#content .gallery-columns-9 .gallery-item img {
	width: 100%;
	height: auto;
}


/* PHOTOSWIPE
**************************************************/
.opacity-full { opacity:1 !important; }

.gallery-icon {
	overflow:hidden;
}

.gallery-icon:before {
	opacity:0;
	content:"";
	display:block;
	padding:100% 0 47% 50%;
	margin:-47% 0 -100% 0;
	background:url(images/zoom.png) no-repeat center center;
	background-size:48px 48px;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	
	-webkit-transform:scale(0.01);
	-moz-transform:scale(0.01);
	-ms-transform:scale(0.01);
	-o-transform:scale(0.01);
	transform:scale(0.01);
}
.gallery-icon:hover:before {
	opacity:1;
	
	-webkit-transform:rotate(90deg) scale(1);
	-moz-transform:rotate(90deg) scale(1);
	-o-transform:rotate(90deg) scale(1);
	-ms-transform:rotate(90deg) scale(1);
	transform:rotate(90deg) scale(1);
}

.gallery-icon a img {
	margin:0 0 -7px 0;
	opacity:.9;
	
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;

	-webkit-filter: ;
	-moz-filter: ;
	-ms-filter: ;
	-o-filter: ;
}
.gallery-icon a img:hover {
	opacity:.7;
}

/* hide the image description */
.ps-caption { display:none !important; }
/* navigation always visible */
.ps-toolbar { opacity:0.8 !important; }





/* BOOKING BUG CUSTOMIZATIONS
*************************************************/

.schedule {
	border-radius: 5px;
	margin-bottom: 3px;
	font-size: 16px;
	font-family: sans-serif;
	color: #555;
}

.link_row {
	color: #555;
	}

/* GRAVITY FORM CUSTOMIZATIONS
*************************************************/

/*.ginput_container {
	text-align: center;
	width: 100%;
	height: 55px;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 19px;
	color: #B4B4B4;
	font-family: 'Open Sans';
	font-weight: 300;
	resize: none;
	padding-top: 20px;
	display: inline;
	}
*/

.large {
	font-size: 18px;
	height: 35px;
	color: #777777;
	width: 80%;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	border: 1px solid #C7C7C7;
}

.medium {
	font-size: 18px;
	color: #777777;
	width: 80%;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
}

.textarea {
	height: 125px;
}

.button gform_previous_button {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	width: 200px;
	border: 3px solid #777;
	background-color: #777;
	color: #FFF;
	padding: 10px 45px 9px 47px;
	cursor: pointer;
	max-width: 65%;
}


ul, menu, dir {
list-style-type: none !important;
}

.gform_submit_button_1{
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	width: 200px;
	border: 3px solid #777;
	background-color: #777;
	color: #FFF;
	padding: 10px 45px 9px 47px;
	cursor: pointer;
	max-width: 65%;
}

.validation_error {
	display: none;
}

.validation_message{
	color: rgb(186,68,72);
	font-size: 14px;
	font-weight: 300;
}

.gform_wrapper {
	diplay: block !important;
}



/********* EMAIL REGISTRATION FORM ID 1 ********/

#gform_wrapper_1  .gfield  {
	text-align: center !important;
}

#gform_wrapper_1 .gfield_label {
	display:none;
}


/******** SUGGESTIONS FORM ****************/

#gform_wrapper_2  .gfield  {
	text-align: center !important;
}

#gform_wrapper_2 .gfield_label {
	display:none;
}

/********* EQUIPMENT BOOKINGS FORM **********/

/********* GENERAL **********/

#gf_progressbar_wrapper_3 {
	display: none;
	}

#gform_confirmation_message_3 {

	}	
	
#gf_progressbar_wrapper_4 {
	display: none;
	}

#gform_confirmation_message_4 {

	}	
	
#gf_progressbar_wrapper_6 {
	display: none;
	}

#gform_confirmation_message_6 {

	}	

/********* EQUIPMENT FORM FULL PAGE 1 - PRODUCT LISTINGS **********/


#gform_page_3_1 .gfield_html_formatted {
	margin-top: 20px;
	max-width: 120px;
	}

#gform_page_3_1 .gfield_price {
	border-bottom: solid 1px;
	padding-bottom: 10px;
	position: relative;
	text-align: right;
	min-height: 75px;
	padding-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	}
	
#gform_page_3_1 .gfield_label	{
	color: #444;
	font-weight: 400;
	position: absolute;
	padding-left: 119px;
	max-width: 240px;
	text-align: left;
	}

#gform_page_3_1 .ginput_container {
	
	font-size: 18px;
	}
	
#gfgform_page_3_1 .ginput_product_price_label {
	color: #444;
	padding: 0 5px 0 5px;
	font-weight: 500;
	}
	

#gform_page_3_1 .ginput_product_price {
	color: rgb(186,68,72);
	padding: 0 0px 0 0px;
	font-weight: 500;
	}

#gform_page_3_1 .ginput_quantity_label {
	padding-left: 10px;
	font-weight: 400;
	color: #555;
	}

#gform_page_3_1 .ginput_quantity {
	width: 25px;
	height: 25px;
	border: 2px solid #555;
	font-size: 17px;
	color: rgba(186, 68, 72, 1.0) ;
	text-align: right;
	padding-right: 3px;
	}

	
#gform_page_3_1 .gfield_description {
	font-size: 16px;
	color: rgb(186,68,72);
	position: absolute;
	right: 260px;
	top: 22px;
	}
	


/********* EQUIPMENT FORM FULL PAGE 2 - DETAILS **********/

#gform_page_3_2 .gfield_contains_required {
	/*max-width: 95%;*/
	margin-bottom: 10px;
	margin-left: 45px;
	}
	
.field_3_51 .ginput_complex ginput_container {
	margin-top: 35px;
	max-width: 80%
	}

#gform_page_3_2 .gfield_contains {
	/*max-width: 95%;*/
	margin-bottom: 20px;
	}

	
#gform_page_3_2 .gfield_label {
	font-weight: 400;
	/*float: left;
	margin-left: 25px;*/
	}
	
#gform_page_3_2 .ginput_container {
	/*margin: 0px 90px 0 100px;
	text-align: right;*/
	}

/*  ADDRESS   */

#gform_page_3_2 .ginput_complex ginput_container {
	margin: 0px 90px 0 190px;
	}

#gform_page_3_2 .medium {
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	width:	90%;
	}

#field_3_53 .medium {
	width: auto;
	}
	
#field_3_54 .medium {
	width: auto;
	}

#gform_page_3_2 .ginput_complex .ginput_full input {
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	width:	90%;
	}

#gform_page_3_2 .ginput_complex .ginput_left input {
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	width: 100%;
	}

#gform_page_3_2 .ginput_complex .ginput_right input {
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	width: 100%;
	}
	
#gform_page_3_2 .ginput_complex .ginput_right select {
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	width: 100%;
	}


#gform_page_3_2 .ginput_complex .ginput_full  {
	/*width: 98%;  */
	/*float: right;*/


}

#gform_page_3_2 .ginput_complex .ginput_left  {
	margin-left: auto;
	margin-right: 6%;
	display: inline-block;
	float: left;
	width: 42%;

}

#gform_page_3_2 .ginput_complex .ginput_right  {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	width: 42%;

}

.gform_wrapper .ginput_complex label {
	display: block;
	margin: 3px 0;
	letter-spacing: 0.5pt;
}

#gform_page_3_2 .ginput_full label  {
	font-style: italic;
	font-size: 16px;
	padding-left: 10px;
	margin-top: 0px;
	}

#gform_page_3_2 .ginput_left label  {
	font-style: italic;
	font-size: 16px;
	padding-left: 10px;
	margin-top: -3px;
	}

#gform_page_3_2 .ginput_right label  {
	font-style: italic;
	font-size: 16px;
	padding-left: 10px;
	margin-top: -3px;
	}

#field_3_53 .ginput_container {
	/*margin-right: 50%;*/
	}

#field_3_54 .ginput_container {
	/*margin-right: 50%;*/
	}


#field_3_55	.ginput_container {
	margin-bottom: 10px;
	margin-left: 25px;
	}

#gform_page_3_2 .gfield_date_dropdown_day {
	display: inline;
	}
	
#gform_page_3_2 .gfield_date_dropdown_month {
	display: inline;
	}
	
#gform_page_3_2 .gfield_date_dropdown_year {
	display: inline;
	}


#gform_page_3_2 .gfield_date_dropdown_day select {	
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	display: inline;
	}

#gform_page_3_2 .gfield_date_dropdown_month select {	
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	display: inline;
	}
	
#gform_page_3_2 .gfield_date_dropdown_year select {	
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	display: inline;
	}
/********* EQUIPMENT FORM as at 23.10.2013 PAGE 1 - PRODUCT LISTINGS **********/


#gform_page_6_1 .gfield_html_formatted {
	margin-top: 20px;
	max-width: 120px;
	}

#gform_page_6_1 .gfield_price {
	border-bottom: solid 1px;
	position: relative;
	text-align: right;
	min-height: 63px;
	padding-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	}
	
#gform_page_6_1 .gfield_label	{
	color: #444;
	font-weight: 400;
	position: absolute;
	padding-left: 119px;
	max-width: 240px;
	text-align: left;
	left: 0;
	font-size: 16px;
	}

#field_6_224 .gfield_label {
	display: none;
	}

#field_6_224 .ginput_container {
	text-align: center;
	}
	
#field_6_261 .large {
	padding-left: 0;
	width: 100% !important;
	}

#gform_page_6_1 .ginput_container {
	font-weight: 300;
	font-size: 15px;
	}
	
#gform_page_6_1 .ginput_product_price_label {
	color: #444;
	padding: 0 5px 0 5px;
	}
	

#gform_page_6_1 .ginput_product_price {
	color: rgb(186,68,72);
	padding: 0 0px 0 0px;
	font-weight: 400;
	}

#gform_page_6_1 .ginput_quantity_label {
	padding-left: 10px;
	color: #444;
	}

#gform_page_6_1 .ginput_quantity {
	width: 25px;
	height: 25px;
	border: 1px solid #555;
	font-size: 15px;
	color: rgba(186, 68, 72, 1.0) ;
	text-align: right;
	padding-right: 3px;
	}

	
#gform_page_6_1 .gfield_description {
	font-size: 13px;
	color: r#666;
	position: absolute;
	right: 260px;
	top: 22px;
	}

/********* EQUIPMENT FORM FULL small version - DETAILS **********/

#gform_page_6_2 .gfield_contains_required {
	/*max-width: 95%;*/
	margin-bottom: 10px;
	margin-left: 45px;
	}
	
.field_4_51 .ginput_complex ginput_container {
	margin-top: 35px;
	max-width: 80%
	}

#gform_page_6_2 .gfield_contains {
	/*max-width: 95%;*/
	margin-bottom: 20px;
	}

	
#gform_page_6_2 .gfield_label {
	font-weight: 400;
	/*float: left;
	margin-left: 25px;*/
	}
	
#gform_page_6_2 .ginput_container {
	/*margin: 0px 90px 0 100px;
	text-align: right;*/
	}

/*  ADDRESS   */

#gform_page_6_2 .ginput_complex ginput_container {
	margin: 0px 90px 0 190px;
	}

#gform_page_6_2 .medium {
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	width:	90%;
	}

#field_6_53 .medium {
	width: auto;
	}
	
#field_6_54 .medium {
	width: auto;
	}

#gform_page_6_2 .ginput_complex .ginput_full input {
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	width:	90%;
	}

#gform_page_6_2 .ginput_complex .ginput_left input {
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	width: 100%;
	}

#gform_page_6_2 .ginput_complex .ginput_right input {
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	width: 100%;
	}
	
#gform_page_6_2 .ginput_complex .ginput_right select {
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	width: 100%;
	}


#gform_page_6_2 .ginput_complex .ginput_full  {
	/*width: 98%;  */
	/*float: right;*/


}

#gform_page_6_2 .ginput_complex .ginput_left  {
	margin-left: auto;
	margin-right: 6%;
	display: inline-block;
	float: left;
	width: 42%;

}

#gform_page_6_2 .ginput_complex .ginput_right  {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	width: 42%;

}

.gform_wrapper .ginput_complex label {
	display: block;
	margin: 3px 0;
	letter-spacing: 0.5pt;
}

#gform_page_6_2 .ginput_full label  {
	font-style: italic;
	font-size: 16px;
	padding-left: 10px;
	margin-top: 0px;
	}

#gform_page_6_2 .ginput_left label  {
	font-style: italic;
	font-size: 16px;
	padding-left: 10px;
	margin-top: -3px;
	}

#gform_page_6_2 .ginput_right label  {
	font-style: italic;
	font-size: 16px;
	padding-left: 10px;
	margin-top: -3px;
	}

#field_6_53 .ginput_container {
	/*margin-right: 50%;*/
	}

#field_6_54 .ginput_container {
	/*margin-right: 50%;*/
	}


#field_6_55	.ginput_container {
	margin-bottom: 10px;
	margin-left: 25px;
	}



#gform_page_6_2 .gfield_date_dropdown_day {
	display: inline;
	}
	
#gform_page_6_2 .gfield_date_dropdown_month {
	display: inline;
	}
	
#gform_page_6_2 .gfield_date_dropdown_year {
	display: inline;
	}


#gform_page_6_2 .gfield_date_dropdown_day select {	
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	display: inline;
	}

#gform_page_6_2 .gfield_date_dropdown_month select {	
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	display: inline;
	}
	
#gform_page_6_2 .gfield_date_dropdown_year select {	
	font-size: 18px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	display: inline;
	}
	
/********** DATE PICKERS **********/

.ui-datepicker {
	position: absolute;
	left: 64px;
	z-index: 1;
	display: block;
	font-size: 18px;
	font-family: 'Open Sans';
	padding: 7px 10px;
	border: 1px solid rgb(119, 119, 119);
	background-color: rgb(255, 255, 255);
	width: 193px;
	}
	
.ui-datepicker-next {
	color: #555;
	}

.ui-datepicker-prev {
	color: #555;
	}
	
.ui-datepicker-month {
	font-size: 16px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	display: inline;
	}
	
.ui-datepicker-year {
	font-size: 16px;
	color: #777777;
	font-family: 'Open Sans';
	line-height: 19px;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border: 1px solid #777;
	display: inline;
	}

.ui-datepicker-week-end { 
	color: #777;
	}

.ui-datepicker-calendar { 
	color: #777;
	}

.ui-state-default {
	color: #777;
	}

#gform_page_3_2 .gform_button {
	background-color: #5fac7c;
	color: #FFF
	}
	

/********* CATEGORIES LISTING **********/

