/*
Theme Name: ChezDre
Author: Charles Elena
Author URI: http://www.charleselena.com.au

Description: Theme for ChezDre based on Twenty Eleven
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}


/* Selection */
::selection {
	background:#c68d2a;
	color:#FFF;
}
::-moz-selection {
	background:#c68d2a;
	color:#FFF;
}
::-webkit-selection {
	background:#c68d2a;
	color:#FFF;
}

@font-face {
	font-family: 'ApexSans';
	src: url('fonts/ApexSans/font_3-webfont.eot');
	src: url('fonts/ApexSans/font_3-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/ApexSans/font_3-webfont.woff') format('woff'),
		 url('fonts/ApexSans/font_3-webfont.ttf') format('truetype'),
		 url('fonts/ApexSans/font_3-webfont.svg#ApexSans') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'ApexSans';
	src: url('fonts/ApexSans/apexsansboldst-webfont.eot');
	src: url('fonts/ApexSans/apexsansboldst-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/ApexSans/apexsansboldst-webfont.woff') format('woff'),
		 url('fonts/ApexSans/apexsansboldst-webfont.ttf') format('truetype'),
		 url('fonts/ApexSans/apexsansboldst-webfont.svg#ApexSans') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'ApexSans';
	src: url('fonts/ApexSans/font-webfont.eot');
	src: url('fonts/ApexSans/font-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/ApexSans/font-webfont.woff') format('woff'),
		 url('fonts/ApexSans/font-webfont.ttf') format('truetype'),
		 url('fonts/ApexSans/font-webfont.svg#ApexSans') format('svg');
	font-weight: 300;
	font-style: normal;
}

body {
	background: #000;
	color: #fff;
	font-family:'ApexSans', Arial, Helvetica, sans-serif;
	line-height: 1.625em;
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-size: 60px;
	font-weight: normal;
	line-height: 1em;
}
h2 {
	font-size: 28px;
	line-height:1.3em;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
	line-height: 1.3em;
	margin: 20px 0 16px 0;
}
h5 {
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 0.25em;
}
h6 {
	font-size: 11px;
}
p {
	font-size:16px;
	color: #aaaaaa;
	line-height:1.4em;
	margin-bottom: 1em;
}
p a {
	text-decoration: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

ul, ol {
	list-style: none;
	margin: 0 0 1.625em 2.5em;
}
li {
	line-height:1.3em;
}
ul {
	list-style: square;
	list-style-position: inside;
	
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input, input[type=text], input[type=password], input[type=text], input[type=tel], input[type=email], textarea {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background: #242424;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	color: #ffffff;
	border: none;
	width: 100%;
}
input[type=text]:focus, textarea:focus {
	color: #ffffff;
}
textarea {
	font-size: 15px;
	padding: 5px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
input[type=text], input[type=tel], input[type=email] {
	padding: 5px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 50%;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
	margin-bottom: 1em;
}
input#searchsubmit {
	display: none;
}
input[type=submit] {
	color:#c68d2a;
	font-family:'ApexSans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	margin: 0;
	padding: 5px 0 8px;
	border: 0;
	border-top: 1px solid #c68d2a;
	border-bottom: 1px solid #c68d2a;
	background: none;
	width: auto;
	cursor: pointer;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
input[type=submit]:hover {
	color:#FFF;
	border-color: #FFF;
}
input[name=qty] {
	width: 70px;
	padding: 10px 5px 10px 5px;
}

/* Links */
a {
	color: #c68d2a;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a:focus, a:active, a:hover {
	color:#FFF;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clr {
	clear: both;
}
.hidden { display: none; }

/* Structure */
#page {
	margin:0 auto;
	width: 100%;
}
#header_sticky {
	position: fixed;
	top: 0;
	margin:0 auto;
	width: 100%;
	height: 160px;
	z-index: 2000;
}
#header_sticky .telephone {
	display: block;
	position: relative;
	top: 35px;
	left:-20px;
	float:right;
	width:auto;
	font-size: 20px;
	font-weight:600;
	text-align:left;
}
#header_sticky .telephone a {
	color: #FFF;
	text-decoration: none;
	cursor:default;
}
/* Social menu */
.menu-social-menu-container {
	position: relative;
	float:right;
	margin:0;
	padding:0;
	top: 22px;
	color:#b8b8b8;
}
#menu-social-menu li {
	float:left;
	list-style:none;
	margin-left:14px;
}
#menu-social-menu li a {
	font-size: 24px;
	color:#b8b8b8;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-social-menu li a:hover {
	color:#c68d2a;
}

#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	position: relative;
	margin: 0;
	width:auto;
	float:right;
}
.sub-menu {
	position: absolute;
	left: 0;
	position: relative;
	width: 100%!important;
}
#primary {
	margin: 20px;
	float:left !important;
}
#content {
	margin: 0;
	padding: 20px;
	position: relative;
	border: 1px solid rgb(44, 44, 44);
	float:left;
	min-width: 760px;
	width: 100%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
}

/* Singular */
.singular #content, .left-sidebar.singular #content {
	margin: 0;
	padding: 20px;
	position: relative;
	border: 1px solid rgb(44, 44, 44);
	float:left;
	min-width: 760px;
	width: 100%;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
/*width: 68.9%;*/
}
.singular .entry-header {
	text-align: center;
	margin: 0 0 20px 0;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* Header*/
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover, #site-title a:focus, #site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}

/*Menu*/
#access {
	clear: both;
	display: block;
	margin:0 auto;
	width:800px;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	float:right;
	width: auto;
}
#access li {
	float: left;
	position: relative;
	height: 30px;
}
#access li.menu-item-448 a {
	text-transform: uppercase;
}
#access ul#menu-primary > li:last-child a {
	padding-right: 0;
}
#access a {
	color: #ffffff;
	display: block;
	padding: 0 1.1em;
	font-size:20px;
	text-transform: lowercase;
	text-decoration: none;
	line-height: 1em;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 0;
	width: 1024px!important;
	z-index: 99999;
	background: #191919;
}
#access ul ul a {
	background: #191919;
	border-bottom: 1px #ddd;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: auto;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
	color: #c68d2a !important;
	/*border-bottom: 1px dotted #c68d2a;*/
	padding-bottom: 10px;
}
#access li:hover > a, #access a:focus {
	color: #c68d2a !important;
	/*border-bottom: 1px dotted #c68d2a;*/
	padding-bottom: 10px;
}
#access ul li:hover > ul {
	display: block;
	padding-top:0.1em
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	color: #fff;
}
#access ul ul :hover >li, #access ul ul li:hover > a, #access ul ul a:focus {
	display:block;
	color: #c68d2a !important;
	border-bottom: 1px dotted #c68d2a;
	padding-bottom: 10px;
}
/* Sub menus */
.menu-container {
	width:800px;
	height: auto;
	margin: 0 auto;
}
.drop-down {
	display: none;
	float: left;
	width:100%;
	background: #191919;
}
.drop-down ul {
	position: relative;
	left: 64px;
	font-size: 13px;
	list-style: none;
	padding-left: 0;
	float:none;
	width: auto;
	padding: 15px 0 15px 0;
}
.drop-down li {
	float: left;
	position: relative;
	height: auto;
}
.drop-down a {
	font-size:16px;
	color: #ffffff;
	display: block;
	padding: 0 1.1em;
	text-decoration: none;
	text-transform: lowercase;
}
.drop-down li:hover > a,  .drop-down a:focus {
	color: #c68d2a;
	text-decoration: none;
}
.drop-down li.current-menu-item a {
	color: #c68d2a;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s, #branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

/* Background */
.custom-background {
	background-color: #000!important;
}

/* Contact */
.contact_left {
	float: left;
	width: 250px;
}
.contact_right {
	float: right;
}

/*Contact Form - Validation*/
#ui-datepicker-div, .ui-timepicker-div, .ui-datepicker-buttonpane {
	font-size: 13px!important;
}
.wpcf7-form p {
	font-size: 14px;
}
.wpcf7-form h2 {
	font-size: 25px;
	text-transform: uppercase;
}
.wpcf7-form h5 {
	font-weight:600;
	border-top: 1px solid #2c2c2c;	
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}
.wpcf7-form h6 {
	font-size: 16px;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	font-size: 13px;
	border: 2px solid #c68d2a!important;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 0%;
	z-index: 100;
	background: #fff;
	border: 1px solid #c68d2a!important;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}

/* Ninja Forms */
.ninja-forms-req-symbol { color: #c68d2a !important; }
.ninja-forms-form-wrap label {
	font-weight: 400 !important;
}
.ninja-forms-field-description {
	margin-top: 4px;
}
.ninja-forms-required-items,
.ninja-forms-field-description p { font-size:0.8em; }
.ninja-forms-field-error { color: red; }
 #ui-datepicker-div { display: none; }

/*  Subscription Form */
.newsletter-subscription table { border:0 !important; }
.newsletter-subscription table th {
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0;
	padding-right: 10px;
	text-transform: inherit;
}
.newsletter-subscription table td { border:0; }
.newsletter-subscription .newsletter-email { width: 470px; max-width: 100%; }

/* Social Icons */
.icon_facebook {
	background:url(images/icon_facebook.png) no-repeat left 2px;
}
.icon_twitter {
	background:url(images/icon_twitter.png) no-repeat left 2px;
}
.icon_instagram {
	background:url(images/icon_instagram.png) no-repeat left 2px;
}
.icon_facebook, .icon_twitter, .icon_instagram {
	padding-left:30px;
	margin-bottom:10px;
}
.icon_facebook h4, .icon_twitter h4, .icon_instagram h4 {
	margin-bottom: 0;
}
.icon_facebook a,
.icon_twitter a,
.icon_instagram a {
	color: #FFF;
	font-size:14px;
	text-decoration: none;
}
.icon_facebook a:hover,
.icon_twitter a:hover,
.icon_instagram a:hover {
	color: #c68d2a;
}
.icon_facebook h4 a, .icon_twitter h4 a, .icon_instagram h4 a {
	font-size: 18px;
}

/* News */
.blog #fwbslider {
	display: none!important;
}
.blog img.size-full {
/*    width: 100%;
	height: auto;*/
}
.blog #wrapper_mbYTP_bgndVideo_home {
	display: none!important;
}
.blog #container{
	padding: 20px;
	border: 1px solid rgb(44, 44, 44);
}
.blog .hentry {
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px solid rgb(44, 44, 44);
	background: #151515;
	margin: 0 0 20px 20px;
/*	min-height: 450px;*/
	height: auto;
}
.blog #secondary {
	float: left;
	width: 230px;
	margin-right: 0;
}
.blog #primary {
	width: 710px;
	float: right !important;
}
.blog .entry-title {
	clear: both;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
.blog h4 {
	margin-top: 0;
	font-size: inherit;
}
.blog h5 {
	text-transform: uppercase;
	color:#ffffff;
}
.blog .page .entry-content a {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	color:#c68d2a!important;
	text-decoration: underline!important;
}
.blog .cat-links, .blog .sep {
	display: none;
}
.blog .entry-meta {
	text-align: center;
	margin: 0 0 10px 0;
}
.blog .entry-meta a {
	text-decoration: none!important;	
}
.blog .entry-date {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	color:#c68d2a!important;
	text-decoration: none!important;	
}
a.ecae-link  {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	color:#c68d2a!important;
	text-decoration: underline!important;
	margin: 0 0 0 5px;
}
a.ecae-link:hover, a.ecae-link:focus  {
	color:#fff!important;
}
.blog .su-slider {
	width: 100%;
	height: auto;
}
.blog .entry-content img {
	float: left;
	margin: 0 20px 0 0;
	width: auto;
	height: auto;
}

/* Archive */
.archive #fwbslider {
	display: none!important;
}
.archive #wrapper_mbYTP_bgndVideo_home {
	display: none!important;
}
.archive.custom-background {
	background-color: #000!important;
}
.archive #container {
	padding: 20px;
	border: 1px solid rgb(44, 44, 44);
}
.archive #primary { margin: 0; }
.archive .page-header {
	display: none;
}
.archive .hentry {
	width: 100%;
	padding: 20px;
	border: 1px solid rgb(44, 44, 44);
	background: #151515;
	margin: 0 0 20px;
	height: auto;
}
/*.archive #secondary {
	float: left;
	width: 230px;
	margin-right: 0;
}*/
.archive h5 {
	text-transform: uppercase;
	color:#ffffff;
}
.archive .page .entry-content a {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	color:#c68d2a!important;
	text-decoration: underline!important;
}
.archive .cat-links, .archive .sep {
	display: none;
}
.archive .entry-meta a {
	text-decoration: none!important;	
}
.archive .entry-date {
	font-size: 18px;
	color:#c68d2a!important;
	text-decoration: none!important;
	text-transform: lowercase;
}
.archive .entry-title {
	text-transform: none;
	margin-bottom: 0.5em;
}
.archive #content {
	padding: 0;
	border: 0;
}

/* Popular Page */
.blog .wpp-list li, .archive .wpp-list li, .single .wpp-list li {
	display: block;
	float: left;
	height: auto;
	margin: 0 0 10px 0;    
	overflow: visible;    
	clear: both;
}
.blog a.wpp-post-title, .archive a.wpp-post-title, .single a.wpp-post-title  {	
	font-size:16px;
	text-transform: uppercase;
	color:#ffffff;
	text-decoration: none!important;
}
.blog .wpp-excerpt, .archive .wpp-excerpt, .single .wpp-excerpt{
	display: inline-block;
	font-size:14px;
	width: 150px;
}

/* Single Page */
.single #container{
	border: 1px solid rgb(44, 44, 44);
}
.single #secondary {
	float: left!important;
	width: 230px;
	margin-right: 20px;
}

/* Content */
#main {
	position:relative;
	clear: both;
	width:100%;
	float:left;
	padding:0;
	margin-top:180px;
	margin-bottom: 100px;
	/*min-height: 800px;*/ /*Change if required*/
}
#container {
	width:800px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background:url(images/tran_bg.png) repeat;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry {
/*	float: left;
	width: 50%;
	padding: 20px;
	border: 1px solid rgb(44, 44, 44);
	background: #151515;*/
}
.hentry, .no-results {
/*	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;*/
}
.hentry:last-child, .no-results {
	border-bottom: none;
}

.entry-title {
	clear: both;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: lowercase;
	margin: 0px 0px 1em;
}
.entry-title, .entry-title a {
	color: #fff;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	color: #c68d2a;
}
.entry-meta { clear:both; }
.entry-header .entry-meta { margin-bottom: 1em; }
.single-author .entry-meta .by-author {
	display: none;
}
/*.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3, .comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}*/
.entry-content .entry-thumb {
	display: block;
	width: 250px;
	margin-right: 20px;
	float: left;
}
.entry-content .entry-thumb img {
	max-width:100%;
	height: auto;
}
.entry-content .entry-text {
	float: left;
	width: 446px;
}
.entry-content table, .comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th, .comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td, .comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul, .comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul, .comment-content ol ol, .comment-content ul ol, .comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a, .commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover, .commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img, .comment-content img, .widget img {
	max-width: 100%;
}
img[class*="align"], img[class*="wp-image-"] /*img[class*="attachment-"]*/ {
	height: auto;
}
img.size-full, img.size-large {
/*	max-width: 97.5%;*/
	width: auto;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1em;
}
p img, .wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #282828;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	color: #b1b1b1;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 10px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #b1b1b1;
/*	content: '\2014';*/
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
/*	margin: 0 auto 1.625em;*/
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}


/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}


/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}



/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}


/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}
/*

Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content, article.format-link .entry-content, article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}


/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 1em 0 0;
	position: relative;
}
.singular.page .hentry {
/*	margin: 20px;
	border: 1px solid #2c2c2c*/
}
.singular .entry-title {
	/*display: inline-block;*/
	text-align: center;
}
.singular .entry-title, .singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft, blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft, .singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
/*bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;*/
}


/* Aside */
.format-aside .entry-title, .format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* Link */
.format-link .entry-title, .format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* Gallery */
.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* Status */
.format-status .entry-title, .format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* Quote */
.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}

/* Search Results */
body.search #content {
	padding: 0;
	border: 0;
}
body.search .hentry {
	width: 100%;
	padding: 20px;
	border: 1px solid rgb(44, 44, 44);
	background: #151515;
	margin: 0 0 20px;
	height: auto;
}
body.search .entry-title {
	text-transform: none;
	margin-bottom: 0.5em;
}


/* error404 */
/*.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}*/
.error404 .entry-title { text-align: center; }
.error404 #main #s {
	width: 100%;
	background-color: #242424;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 18px;
}



/*Navigation*/
#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: none;
}
.assistive-text { display: none; }
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content .nav-next a, #content .nav-previous a {
	color: #c68d2a;
	font-family:'ApexSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: lowercase;
	text-decoration: none;
	margin: 0;
	padding: 5px 5px 8px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
#content .nav-next a:hover, #content .nav-previous a:hover {
	color: #FFF;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous, #nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}



/* Widgets */
.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	font-size:16px;
	text-transform: uppercase;
	color:#ffffff;
	padding: 0 0 5px 0;
}
.widget ul {
	font-size: 14px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 14px;
}
.widget a {
	color: #aaaaaa;
	text-decoration: none;
}
.widget a:hover, .widget a:focus, .widget a:active {
	color:#c68d2a!important;
}
.widget_recent_entries ul, .widget_archive ul {
	list-style: none;
}


/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* =Comments

----------------------------------------------- */

#comments { display: none; }

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword, .nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */

.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}
/* Post Author threaded comments */

.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
/* sidebar-page.php comments */

/* Make sure we have room for our comment avatars */

.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */

.page-template-sidebar-page-php #respond {
	width: auto;
}
/* Comment Form */

#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"], #respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes, #respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* Footer */
#footer {
	clear: both;
	height: auto;
	z-index:1000;
	background: url(images/top_header_bg.png) 0 0 repeat-x;
	float:left;
	width:100%;
}
.no-js #footer { margin-top: 220px; }
.footer_wrapp {
	width:1024px;
	margin:0 auto;
	padding: 0.2em 0 1em;
}
.footer_wrapp .copyright {
	display: block;
	position: relative;
	top: 5px;
	float:right;
	width:auto;
	font-size: 14px;
	font-weight: 600;
	text-align:left;
	color:#b8b8b8;
}
.footer_wrapp .address {
	display: block;
	position: relative;
	top: 5px;
	float:left;
	width:auto;
	font-size: 14px;
	font-weight: 600;
	text-align:left;
	color:#b8b8b8;
}
#menu-footer-menu {
	position: relative;
	float:right;
	margin:0;
	padding:0;
	top: 5px;
	color:#b8b8b8;
}
#menu-footer-menu li {
	float:left;
	list-style:none;
	margin-left:10px;
}
#menu-footer-menu li a {
	font-size: 14px;
	color:#b8b8b8;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-footer-menu li a:hover {
	color:#fff;
}

.fwb_fromthis {
	display:none;
}
.top_block {
	width:100%;
	height:120px;
	position:relative;
	z-index:10000;
	background: url(images/top_header_bg.png) 0 0 repeat-x;
}
.top_block .logo_wrapp {
	width:1024px;
	margin:0 auto;
}
.top_block .logo_wrapp .logo {
	position: relative;
	top: 20px;
	float:left;
	width:146px;
	height:90px;
	opacity:1;
	filter:alpha(opacity=100);
}
.top_block .logo_wrapp .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.top_block .logo_wrapp .logo a img {
	width: 100%;
	height: auto;
}

.page .entry-content {
	width: auto;
}
.page .entry-content .list, .single #primary .list {
	list-style:none;
	float: left;
	width: 250px;
	margin:10px 0 10px 0;
}
.page .entry-content .list li, .single #primary .list li {
	list-style:none;
	background:url(images/li_bullet.png) no-repeat left 0.5em;
	padding-left:15px;
}
#content ul {
	margin-left:0;
}
#content ul li {
	list-style:none;
	background:url(images/li_bullet.png) no-repeat left 0.5em;
	padding-left:15px;
	color:#D9D9D9;
	font-size:14px;
}
.clr_left {
	clear:left;
}
body.page #main #content .row {
	float:left;
	width:240px;
	margin-top:10px;
}
body.page #main #content .row h3 a {
	color:#c0c0c0;
	font-size:18px;
	display:block;
	line-height:21px;
	margin-bottom:7px;
	margin-top:5px;
}
body.page #main #content .row h3 a:hover {
	color:#FFF;
}
body.single #main #content .accominner-imag {
	float:right;
	width:400px;
}
body.single #main #content .accominner-content {
	float:left;
}
body.single #main #content .accominner-content p {
	color:#b1b1b1;
	margin-bottom:5px;
}
.single #primary .list li {
	color:#b1b1b1;
}
/* body.home #fwbslider { display:none; } */
.list li {
	margin-bottom:0.4em;
}

/* Gallery */
.su-slider-slide-title {
	position: relative!important;
	bottom: 0!important;
	left: auto!important;
	display: block!important;
	max-width: 100%!important;
	padding: 5px 0 0 0!important;
	color: #fff!important;
	line-height: normal!important;
	background: none!important;
	border-radius: none!important;
	transition: opacity 1s ease 0s!important;
}
.su-column img {
/*    max-width: 97.5%!important;*/
}
.su-custom-gallery-slide {
	position: relative!important;
	float: left!important;
	margin: 0 10px 0 0px!important;
	overflow: hidden!important;
}
.su-custom-gallery-slide img {
	display: block!important;
	margin: 0px!important;
	padding: 0px!important;
	border: none!important;
	background: none!important;
	-moz-box-sizing: none!important;
	border-radius: none!important;
	box-shadow: none!important;
	transition: all 0.2s ease 0s!important;
}

/* Short Codes */
/*.su-column {
	margin: 0px 4% 0em 0px!important;
}*/
.su-divider {
	clear: both;
	position: relative;
	background: none!important;
	border-bottom: 2px dotted #535353;
}
.entry-content .su-divider.empty { border-width: 0!important; height: 1px; }

/* Slideshow overrides */
#slideshow-wrapper {
	margin:0 auto !important;
}
#slideshow-wrapper #imgprev {
	background:url(images/slide-left.png) left center no-repeat !important;
}
#slideshow-wrapper #imgnext {
	background:url(images/slide-right.png) right center no-repeat !important;
}
#slideshow-wrapper #slideleft {
	background: #222 url(images/slide-scroll-left.png) center center no-repeat !important;
}
#slideshow-wrapper #slideright {
	background: #222 url(images/slide-scroll-right.png) center center no-repeat !important;
}

/* Additional - Widget */
.wpp-thumbnail {
	margin: 0px 15px 0px 0px!important;
}


/* Navigation */
.navigation {
	text-align: center;
	border-top: 1px dotted #535353;
	border-bottom: 1px dotted #535353;
	margin: 30px 0 0 0!important;
	padding: 10px 0 10px 0;
	clear: both;
}
.tw-pagination {
	margin: 0px!important;
	padding: 0px!important;
}
.tw-pagination .current {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #c68d2a!important;
	background: none!important;
	border: none!important;
	border-bottom: 1px dotted #c68d2a!important;
	margin-right: 4px!important;
	padding: 3px 6px!important;
}
.tw-pagination a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: none!important;
	border: none!important;
	color: #FFF !important;
	margin-right: 4px!important;
	padding: 3px 6px!important;
	text-align: center!important;
	text-decoration: none!important;

}
.tw-pagination a:hover {
	color: rgb(102, 102, 102) !important;
}

/*Social*/
.ttrustSocial a {
	color:#aaaaaa !important;
}
.ttrustSocial a:hover {
	color:#828282 !important
}
#social_items {	
	position:relative;
	top: 40px;
	right: 20px;
	float: right;
}
#social_items ul  {
	list-style: none;	
	color:#aaaaaa !important;
}
#social_items li  {
	float: left;
	margin: 0 0 0 10px;
}
#social_items li a  {
	color: #cecece;
	text-decoration: none;
}
#social_items li a:hover  {
	color: #4f4f4f;
}


/* Home Page */
.home  .entry-content {
	text-align: center;
}
.home.singular .entry-title {
	display: none;
}
.home .entry-content h3 {
	position: relative;
	top: 5px;
	color:#FFF;
	font-size:19px;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: normal;
	line-height: normal;
}
.home .entry-content h3 a {
	font-size:16px;
	font-weight: normal;
	color:#FFF;
	text-align: center;
	text-decoration: none;
}
.home .entry-content h3 a:hover {
	color: #c68d2a;
}
.home .entry-content .home-container {
	position: relative; 
	float: left; 
	width: 100%; 
	height: auto; 
	margin: 0 0 30px 0;
}
.home .entry-content .home-container .home-container-section {
	position: relative; 
	float: left; 
	width: 33%; 
	height: auto; 
	margin: 0 1px 0;
}
.home .home-container-section .image-mask {
	width: 225px;
	height: 195px;
	overflow: hidden;
	float: left;
	position: relative;
	cursor: default;
}
/*.home .home-container-section .image-mask img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.home .home-container-section .image-mask img:hover {
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-o-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: .20;
}*/


/* Job Opportunities */
.page-id-1385 #fwbslider {
	display: none!important;
}
.page-id-1385 img.size-full {
/*    width: 100%;
	height: auto;*/
}
.page-id-1385 #wrapper_mbYTP_bgndVideo_home {
	display: none!important;
}
.page-id-1385 #container{
	padding: 20px;
	border: 1px solid rgb(44, 44, 44);
}
.page-id-1385 .hentry {
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px solid rgb(44, 44, 44);
	background: #151515;
	margin: 0 0 20px 20px;
/*	min-height: 450px;*/
	height: auto;
}
.page-id-1385 #secondary {
	float: left;
	width: 230px;
	margin-right: 0;
}
.page-id-1385 #primary {
	width: 710px;
	float: right !important;
}
.page-id-1385 .entry-title {
	clear: both;
	color: rgb(34, 34, 34);
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
.page-id-1385 h4 {
	margin-top: 0;
	font-size: inherit;
}
.page-id-1385 h5 {
	text-transform: uppercase;
	color:#ffffff;
}
.page-id-1385 .page .entry-content a {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	color:#c68d2a!important;
	text-decoration: underline!important;
}
.page-id-1385 .cat-links, .blog .sep {
	display: none;
}
.page-id-1385 .entry-meta {
	text-align: center;
	margin: 0 0 10px 0;
}
.page-id-1385 .entry-meta a {
	text-decoration: none!important;	
}
.page-id-1385 .entry-date {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	color:#c68d2a!important;
	text-decoration: none!important;	
}
a.ecae-link  {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	color:#c68d2a!important;
	text-decoration: underline!important;
	margin: 0 0 0 5px;
}
a.ecae-link:hover, a.ecae-link:focus  {
	color:#fff!important;
}
.page-id-1385 .su-slider {
	width: 100%;
	height: auto;
}
.page-id-1385 .entry-content img {
	float: left;
	margin: 0 20px 0 0;
	width: auto;
	height: auto;
}

/* Special Occassions */
.page-id-1389 #fwbslider {
	display: none!important;
}
.page-id-1389 img.size-full {
/*    width: 100%;
	height: auto;*/
}
.page-id-1389 #wrapper_mbYTP_bgndVideo_home {
	display: none!important;
}
.page-id-1389 #container{
	padding: 20px;
	border: 1px solid rgb(44, 44, 44);
}
.page-id-1389 .hentry {
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px solid rgb(44, 44, 44);
	background: #151515;
	margin: 0 0 20px 20px;
/*	min-height: 450px;*/
	height: auto;
}
.page-id-1389 #secondary {
	float: left;
	width: 230px;
	margin-right: 0;
}
.page-id-1389 #primary {
	width: 710px;
	float: right !important;
}
.page-id-1389 .entry-title {
	clear: both;
	color: rgb(34, 34, 34);
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
.page-id-1389 h4 {
	margin-top: 0;
	font-size: inherit;
}
.page-id-1389 h5 {
	text-transform: uppercase;
	color:#ffffff;
}
.page-id-1389 .page .entry-content a {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	color:#c68d2a!important;
	text-decoration: underline!important;
}
.page-id-1389 .cat-links, .blog .sep {
	display: none;
}
.page-id-1389 .entry-meta {
	text-align: center;
	margin: 0 0 10px 0;
}
.page-id-1389 .entry-meta a {
	text-decoration: none!important;	
}
.page-id-1389 .entry-date {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	color:#c68d2a!important;
	text-decoration: none!important;	
}
a.ecae-link  {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	color:#c68d2a!important;
	text-decoration: underline!important;
	margin: 0 0 0 5px;
}
a.ecae-link:hover, a.ecae-link:focus  {
	color:#fff!important;
}
.page-id-1389 .su-slider {
	width: 100%;
	height: auto;
}
.page-id-1389 .entry-content img {
	float: left;
	margin: 0 20px 0 0;
	width: auto;
	height: auto;
}

/* Contact Page */
.page-id-70 .page .entry-content  p {
	color: #ffffff;
	padding-bottom: 5px;
}
.page-id-70 .page .entry-content .tel {
	font-size:25px;
	padding-bottom: 5px;
}
.page-id-70 .page .entry-content .tel a {
	text-decoration: none;
}
.page-id-70 .page .entry-content .fax {
	font-size:16px;
	font-weight:600;
	color: #ffffff;
}
.page-id-70 .page .entry-content .fax a {
	font-size:16px;
	color: #aaaaaa;
	margin: 0 0 0 5px;
}
.page-id-70 .page .entry-content .mail {
	font-size:16px;
	font-weight:600;
	color: #ffffff;
}
.page-id-70 .page .entry-content .mail a {
	font-size:16px;
	color: #aaaaaa;
	margin: 0 0 0 5px;
}
.page-id-70 .page .entry-content a.google-map-link  {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	float: right;
	color:#c68d2a!important;
	text-decoration: underline!important;
	margin: 0 0 10px 0;
}

/*Row Sepeartor*/
.row-separator {
	display: block;
	clear: both;
}


/*MailChimp Integration*/
.yks-require-description {
	display: none!important;
}
.yks-required-label {
    color: #C68D2A!important;
}
#yks_form_error_message {
    padding: 0!important;
    font-size: inherit!important;
}
.yks-status .yks-success {
    border-left: none!important;
    padding: 0!important;
    background-color: transparent!important;
    box-shadow: none!important;
    min-height: 25px;
    line-height: 1.2;
    margin-top: 1em;
    color: #fff!important;
}



/* =IE7
----------------------------------------------- */
div#header_sticky {
 left: expression( document.body.scrollLeft + 'px' );
 top: expression( document.body.scrollTop + 'px' );
}
body > div#header_sticky {
	position: fixed;
	left: 0px;
	top: 0px;
}
#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8 
----------------------------------------------- */ 
#ie8 section.feature-image.large img {
	width: 100%;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  /* css rules for ipad */
	#supersized{
		margin: 0 auto;
		max-width: 1024px;
	}

	.top_block .logo_wrapp,
	#access,
	.page-id-63 #container,
	.page-id-63.singular #content,
	.page-id-1385 #container,
	.page-id-1389 #container,
	.blog #container,
	.footer_wrapp {
		max-width: 960px;
		margin: 0 auto;
	}

	#footer {
		background: url(images/top_header_bg.png) 0 0 repeat-x;
		height:41px;
		width:100%;
		position:fixed;
		left:0px;
		bottom:0px;
		z-index: 1000;
	}
	
	.page-id-1385 #primary,
	.page-id-1389 #primary,
	.blog #primary {
		max-width: 70%;
	}

	.page-id-1385.singular #content,
	.page-id-1389.singular #content{
		width: 100% !important;
		min-width: 100%;
	}

	.page-id-1385.singular #content .entry-title,
	.page-id-1389.singular #content .entry-title{
		margin-top: 10px;
	}

	.page-id-1385.singular #content .hentry ,
	.page-id-1389.singular #content .hentry{
		padding: 10px;
	}

	.page-id-1385 #secondary,
	.blog #secondary{
		max-width: 20%;
	}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
   /* css rules for ipad portrait */
	#supersized{
		margin: 0 auto;
		max-width: 1024px;
	}
	.top_block .logo_wrapp,
	#access,
	.page-id-63 #container,
	.page-id-63.singular #content,
	.page-id-1385 #container,
	.blog #container,
	.footer_wrapp {
		max-width: 800px;
		margin: 0 auto;
	}
	#footer {
		background: url(images/top_header_bg.png) 0 0 repeat-x;
		height:41px;
		width:100%;
		position:fixed;
		left:0px;
		bottom:0px;
		z-index: 1000;
	}
}

/* =Print

----------------------------------------------- */


@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after, footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: 100%;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title, .singular .entry-title {
		font-size: 26pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#footer {
		display: none;
	}
	/* Comments */
		.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before, .commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}
	/* Post author highlighting */

		.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}
	/* Post Author threaded comments */

		.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article, .commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}
}