/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
	margin-top: 1em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	margin-bottom: 1.5em;
	padding: 15px 15px 5px 15px;
	background: #f0f0f0;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	color: #000;
	font-style: italic;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	padding: 0 !important;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-style: normal;
	line-height: 14px;
	text-align: center;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption, .bypostauthor {
	font-weight: bold;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

html
{
	height: 100%;
}

a img 
{
	border:none;
}

p {
	padding-top:0.1em;
	padding-bottom:0.1em;
}

em
{
	font-style: italic;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.post_wrapper_inner img , #content_wrapper .inner .inner_wrapper img
{
	max-width: 100%;
	height: auto;
}

.textwidget p:empty
{
	display: none;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul, #content_wrapper .inner .inner_wrapper .sidebar_content ol, #content_wrapper .inner .inner_wrapper ul, #content_wrapper .inner .inner_wrapper ol
{
	margin: 20px;
	margin-right: 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_content div.wp-caption, #content_wrapper .inner .inner_wrapper div.wp-caption
{
	max-width: 100%;
	box-sizing: border-box;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.flex-direction-nav
{
	margin: 0 !important;
}

em
{
	font-style: italic;
}

.middle
{
	vertical-align: -15%;
	margin-right: 5px;
}

img.thumb
{
	width: 90px;
	height: 90px;
}

/*
	Global Layout
*/

body
{
	background: #000;
	font-size: 14px;
	font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #555;
	height: 100%;
	line-height: 1.75;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	overflow-x: hidden;
}

#wrapper
{
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: auto;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	left: 0px;
	word-wrap: break-word;
}

body.js_nav #wrapper, body.js_nav .footer_wrapper
{
	-webkit-transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
	-moz-transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
	transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
}

a
{
	color: #000;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .1s linear, border-color .1s linear;
	-moz-transition: color .2s linear, background .1s linear, border-color .1s linear;
	-ms-transition: color .2s linear, background .1s linear, border-color .1s linear;
	-o-transition: color .2s linear, background .1s linear, border-color .1s linear;
	transition: color .2s linear, background .1s linear, border-color .1s linear;
}

.mega_menu_wrapper a
{
	border: 0 !important;
}

a:hover, .second_nav li .mega_menu_wrapper a:hover
{
	color: #000;
}

a:active, .second_nav li .mega_menu_wrapper a:active
{
	color: #000;
}

.post_header a:hover, strong.title a:hover, a.post_title:hover
{
	text-decoration: underline;
}

hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	background: transparent;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

hr.thick
{
	border-top: 2px solid #ccc;
}

.divider
{
	clear: both;
	border-top: 3px solid #000;
	float: none;
	height: 10px;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

#footer
{
	padding: 0;
	width: 960px;
	margin: auto;
	margin-top: 0;
	color: #ccc;
}

#footer a, #footer a:hover, #footer a:active
{
	color: #fff;
}

.footer_wrapper
{
	width: 100%;
	background: #000;
	margin: auto;
}

#copyright
{
	width: 100%;
	padding: 15px 0 50px 0;
	margin: auto;
	color: #ccc;
	background: #212121;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
}

#copyright i
{
	color: #fff;
	margin-left: 7px;
}

#copyright a, #copyright a:hover, #copyright a:active
{
	color: #fff;
	text-decoration: none !important;
}

#copyright_left
{
	width: 600px;
	float: left;
	margin-top: 5px;
}

#footer_menu
{
	list-style: none;
	float: right;
	text-align: right;
}

#footer_menu li
{
	display: inline-block;
	margin-right: 10px;
	margin-top:13px;
	padding-right: 10px;
	border-right: 1px solid #555;
	line-height: 10px;
}

.social_wrapper
{
	width: 280px;
	float: right;
}

.social_wrapper.shortcode
{
	width: auto;
	float: left;
}

.social_wrapper ul
{
	list-style: none;
	margin-right: 5px;
	text-align: right;
}

.social_wrapper.shortcode ul
{
	margin: 0;
	text-align: left;
}

#page_content_wrapper .social_wrapper ul
{
	list-style: none;
	margin-top: 12px;
}

.social_wrapper ul li
{
	display: inline-block;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
	text-align: center;
	padding: 0 8px 0 8px;
}

.social_wrapper ul li a
{
	opacity: 1;
}

.social_wrapper ul li:hover a i
{
	color: #fff;
}

.social_wrapper ul li.instagram:hover
{
	background: #1c5380;
}

.social_wrapper ul li.youtube:hover
{
	background: #cc181e;
}

.social_wrapper ul li.twitter:hover
{
	background: #33ccff;
}

.social_wrapper ul li.facebook:hover
{
	background: #4c66a4;
}

.social_wrapper ul li.flickr:hover
{
	background: #ff0084;
}

.social_wrapper ul li.vimeo:hover
{
	background: #17b3e8;
}

.social_wrapper ul li.tumblr:hover
{
	background: #6aa5cf;
}

.social_wrapper ul li.google:hover
{
	background: #dd4b39;
}

.social_wrapper ul li.dribbble:hover
{
	background: #ea4c89;
}

.social_wrapper ul li.linkedin:hover
{
	background: #007bb6;
}

.social_wrapper ul li.pinterest:hover
{
	background: #ab171e;
}

.social_wrapper ul li a i
{
	font-size: 1em;
	/*color: #fff;*/
	color: #8E8684;
	line-height: 40px;
}

.social_wrapper.shortcode ul li
{
	background: transparent !important;
	margin-right: 10px !important;
}

.social_wrapper.shortcode ul li a i
{
	line-height: 1.4em;
	font-size: 1.4em;
	opacity: .7;
}

.social_wrapper.shortcode ul li a:hover i
{
	opacity: 1;
}

#breaking_wrapper #searchform
{
	padding: 0px 0 0 0;
	background: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: right;
	right: 0;
	top: 0px;
	z-index: 9;
	height: 40px;
}

body.admin-bar #breaking_wrapper #searchform
{
	top: 32px;
}

@-moz-document url-prefix() 
{ 
  #searchform 
  {
     margin-top: -1px;
  }
}

#searchform input[type=text] {
	border: 0 !important;
	color: #ccc;
	background: #000;
	width: 110px;
	position: relative;
	font-size: 13px;
	font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
	padding: 0 5px 0 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0) inset;
	height: 40px;
	line-height: 40px;
}

#breaking_wrapper #searchform input
{
	background: transparent !important;
}

#searchform button, #mobile_searchform button {
	padding: 0 !important;
	background: transparent !important;
}

#searchform input.blur
{
	color: #999;
}

#searchform button i, #mobile_searchform button i {
	color: #999;
	font-size: 1.1em;
}

pre, code, tt {line-height:1.5;display: block;word-wrap: break-word;
	overflow:auto; padding: 20px;
line-height: 19px; background: #ebebeb;
}

/*
	Input layout
*/

input[type=text], input[type=password], input[type=email], input[type=url]
{
	padding: 8px 8px;
	font-size: 13px;
	margin: 0;
	border: 0;
	background: #ffffff;
	border: 1px solid #ccc;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
	font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, .woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page table.cart td.actions .coupon .input-text:focus, .woocommerce #content table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text:focus
{
	background: #f0f0f0;
	outline: 0;
}

.hasPlaceholder {
	color: #999;
}

#footer input[type=text], #footer input[type=password], #footer textarea
{
	background: #363636 url("../search_box_bg.html") repeat-x;
	border: 1px solid #555;
	border-top: 0;
}

#footer textarea
{
	height: 16px;
}

input[type=text].blur, textarea.blur
{
	color: #999;
}

textarea
{
	border: 0;
	background: #ffffff;
	border: 1px solid #ccc;
	padding: 8px 8px;
	font-size: 14px;
	margin: 0;
	height: 200px;
	overflow: auto;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
	font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
}

textarea:focus
{
	background: #f0f0f0;
	outline: 0;
}

input[type=submit], input[type=button], a.button, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	padding: 8px 14px;
	color: #fff;
	background: #f4b711;
	border: 0;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=submit]:hover, input[type=button]:hover, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button
{
	background: #000;
	border-color: #000;
	color: #fff;
}

.btn2 a
{
	width: 240px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.rating
{
	background: #F4F4F7;
	border: 1px solid #fff;
	margin: 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.rating li
{
	border-top: 1px solid #fff;
}

.rev_title
{
	text-shadow: none;
}

.base
{
	display: none;
}

a.button
{
	float: left;
}

a.button.view_all
{
	float: none;
	margin: auto;
	display: block;
	text-transform: none;
	font-size: 16px;
	clear:both;
}

a.button.view_all:hover, a.button.view_all:active
{
	background: #f4b711;
	color: #fff;
}

a.button span
{
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
	display: block;
}

#cancel-comment-reply-link
{
	margin: 7px 0 0 10px;
	background: transparent;
}

h1, h2, h3, h4, h5, h6, h7
{
	color: #000;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: 0;
}

i
{
	color: #000;
}

span[rel=author], a[rel=author]
{
	color: #000;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 16px;
}

strong.title, a.post_title
{
	font-weight: normal;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 15px;
	margin: 5px 0 0 0;
	line-height: 1;
}

strong.uppercase
{
	color: #000;
	text-transform: uppercase;
}

#footer strong.title
{
	font-size: 14px;
}

label
{
	letter-spacing: 0px;
}

label.error
{
	color: #ffc000;
}

h1
{
	font-size: 26px;
}

h1.error
{
	font-size: 40px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 22px;
}

h3.title, h3.title a
{
	font-size: 18px;
	margin: 0;
}

h4
{
	font-size: 20px;
}

h5
{
	font-size: 18px;
}

h5.ppb_classic_title
{
	margin: 0;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h5.author_name
{
	margin: 0;
	margin-bottom: 5px;
	font-size: 18px;
}

h5.header_line
{
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	margin: 0;
}

h3#reply-title
{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

.subtitle
{
	margin-top: 10px;
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
}

.cat_link
{
	position: absolute;
	right: 0;
	float: none;
	margin: auto;
	display: block;
	background: #f4b711;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	padding: 5px 17px 5px 17px;;
}

.cat_link:hover, .cat_link:active
{
	background: #000;
	color: #fff;
}

#content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line
{
	font-size: 36px;
}

h5.header_line.subtitle, #content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line.subtitle
{
	font-size: 20px;
	color: #000;
}

h1 a, h5 a
{
	color: #000000;
}

h3 small
{
	font-size: 14px;
}

h1 span a span, h2.widgettitle span a span, h5 span a span
{
	padding-right: 0;
	background: transparent;
}

h6
{
	font-size: 16px;
}

h7
{
	font-size: 15px;
}

h7.ppb_cat_title
{
	margin: 0;
	margin-bottom: 25px;
	display: block;
	width: 90%;
}

.black
{
	color: #000;
}

.clear
{
	clear: both;
}

.gallery_item_bg
{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #ffc000;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

.frame_left
{
	padding: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #000;
	font-size: 12px;
}

.frame_right
{
	padding: 10px;
	border: 1px solid #ccc;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
 	background: #f5f5f5;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 24px;
	line-height: 39px;
	background: black;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: white;
	width: 40px;
	height: 40px;
	text-align: center;
}

blockquote:before {
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	content: "\201C";
	display: block;
	font-size: 4.0rem;
	line-height: 0;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 15px;
}

blockquote
{
	width: 80%;
	font-size: 24px;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	color: #000;
	margin: auto;
	margin-top: 15px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 32px;
}

blockquote h2
{
	font-weight: normal;
	font-size: 22px;
}

blockquote h3
{
	font-weight: normal;
	font-size: 20px;
}

#respond
{
	width: 99%;
	float: left;
	margin: 0 0 0 0;
}

.comment_inner #respond
{
	margin-left: 5px;
}

ul.children #respond
{
	margin-left: -20px;
	margin-top: 20px;
}

.space
{
	margin-bottom: 10px;
}

#header_wrapper
{
	width: 100%;
	margin: auto;
	background: #000;
	height: 50px;
}

#header_wrapper .topmenu.notice
{
	float: left;
	width: 500px;
	margin-top: 15px;
	color: #fff;
}

#top_menu a
{
	color: #fff;
}

#top_menu
{
	display: block;
	float: left;
	list-style: none;
	margin-top: 12px;
}

#top_menu li
{
	display: inline-block;
	margin-right: 15px;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#top_menu li ul
{
	display: none;
}

#boxed_wrapper
{
	width: 960px;
	margin: auto;
}

.standard_wrapper
{
	width: 960px;
	margin: auto;
}

.standard_wrapper.wide
{
	width: 960px;
}

.standard_wrapper.header
{
	margin-bottom: 0px;
}

.logo
{
	margin: auto;
	text-align: center;
}

.header_ads
{
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}

.footer_ads
{
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.footer_ads .support-ad-large img {
	width: 100%;
	max-width: 1500px;
}

.footer_ads .support-ad-mobile {
	display: none;
}

@media screen and (max-width: 425px) {
	.footer_ads .support-ad-large {
		display: none;
	}

	.footer_ads .support-ad-mobile {
		display: block;
	}

	.footer_ads .support-ad-mobile img {
		max-width: 95%;
	}
}

.search_box
{
	display: block;
	float: right;
}

.search_box input[type=text], .search_box input[type=text]:hover
{
	display: block;
	float: right;
	width: 170px;
	height: 18px;
	border: 1px solid #555;
	border-top: 0;
	margin: 10px 20px 0 0;
	background: #363636 url("../search_box_bg.html") repeat-x;
	color: #999;
}

.search_box input[type=text].blur
{
	font-style: italic;
}

#menu_wrapper
{
	width: 930px;
	height: 50px;
	padding: 0;
	margin:auto;
}

.mainmenu.notice
{
	float: left;
	width: 600px;
	padding: 15px 0 10px 12px;
	z-index: 999;
	color: #fff;
}

#menu_wrapper .nav ul, #menu_wrapper .nav
{
	list-style: none;
	display: block;
	float: left;
	margin: 0 23px 0 5px;
	width: 700px;
}

#menu_wrapper .nav ul li, #menu_wrapper .nav li
{
	display: block;
	float :left;
	margin: 0;
}

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul, .main_nav li ul
{
	display: none;
	list-style: none;
	background: #000;
	position:absolute;
 	padding: 0;
 	padding-bottom: 5px;
 	margin-top: 50px;
 	width: 200px;
 	height: auto;
 	z-index: 9999;
}

#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul, .main_nav li ul li ul
{
	margin-left: 200px;
	margin-top: -2px;
	padding-top: 2px;
}

#menu_wrapper .nav li ul li a, .nav li ul li a, #menu_wrapper .nav ul li.current_page_parent ul.sub-menu li.current_page_item a, .nav li.current-menu-parent ul.sub-menu li.current_page_item a
{
	background: none;
}

.main_nav li ul li
{
	width: 100%;
}

#menu_wrapper .nav li ul li a, #menu_wrapper .nav li.current-menu-item ul li a, #menu_wrapper .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a
{
	color: #fff;
	display: block;
	width: 188px;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 0 10px 12px;
	background: none;
}

.main_nav ul, .main_nav
{
	list-style: none;
	margin: auto;
	width: 440px;
	height: 50px;
	z-index: 999;
	float: left;
	position: relative;
	z-index: 1001;
}

.main_nav ul li,  .main_nav li
{
	display: block;
	float :left;
	margin: 0;
}

.main_nav ul li a,  .main_nav li a
{
	display: block;
	float :left;
	margin: 0 0 0 0;
	padding: 18px 15px 14px 15px;
	color: #999;
	font-family: 'Oswald', 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
}

.main_nav ul > li:first-child a,  .main_nav > li:first-child a
{
	padding-left: 0;
}

.main_nav ul li ul li a,  .main_nav li ul li a
{
	width: 165px;
	padding: 8px 19px 8px 16px !important;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #333;
}

.main_nav ul li ul li:last-child a,  .main_nav li ul li:last-child a
{
	border-bottom: 0;
}

.main_nav ul > li a:hover,  .main_nav li > a:hover, .main_nav ul > li a.hover,  .main_nav > li a.hover, .main_nav ul > li a:active,  .main_nav > li a:active, .main_nav > li.current-menu-item > a
{
	color: #fff;
	text-decoration: none;
}

.main_nav ul li ul li a:hover,  .main_nav li ul li a:hover, .main_nav ul li ul li a.hover,  .main_nav li ul li a.hover
{
	color: #fff;
	background: #333;
}

.main_nav li:last-child a:hover, .main_nav li:last-child a.hover
{
	border-right: 0;
}

.main_nav li ul li a,  .main_nav li.current-menu-item ul li a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a,
{
	display: block;
	width: 170px;
	line-height: 0.7em;
	padding: 5px 0 5px 30px;
}

#header_bg
{
	background: #000;
	padding: 30px 0 20px 0;
	z-index: 1;
}

.secondmenu.notice
{
	width: 960px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

#menu_wrapper div .nav li ul.sub-menu, .second_nav li ul.sub-menu {
	display: none;
	list-style: none;
	background: #FFF !important;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	position:absolute;
 	padding: 0;
 	margin-top: 0;
 	margin-left: 0;
 	width: 225px;
 	height: auto;
 	z-index: 9999;
	text-align: left;
	border-top: 0;
	padding: 0;
	border: 1px solid #ebebeb;
}

#menu_wrapper div .nav li .mega_menu_wrapper, .second_nav li .mega_menu_wrapper
{
	width: 100%;
	position: absolute;
	margin-top: 0;
	left: 0;
	visibility: hidden;
	z-index: 9;
}

.second_nav li .mega_menu_wrapper .mega_menu_bg
{
	width: 920px;
	margin: auto;
	background: #fff;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	padding: 20px 20px 0 20px;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul, .second_nav li .mega_menu_wrapper ul
{
	border: 0;
	margin: 0;
	display: block !important;
	text-align: left;
	float: left;
}

.second_nav li .mega_menu_wrapper ul li ul, .second_nav li .mega_menu_wrapper ul li ul.menu li a
{
	float: none;
	width: 100%;
}

.second_nav li .mega_menu_wrapper ul li .tabs .ui-tabs-panel
{
	padding: 0;
}

.second_nav li .mega_menu_wrapper a:hover, .second_nav li .mega_menu_wrapper a:active
{
	background: transparent !important;
}

.second_nav li .mega_menu_wrapper ul li ul
{
	position: relative;
}

.second_nav li .mega_menu_wrapper ul li ul.sub-menu li ul.sub-menu
{
	margin: 0;
	clear: both;
}

.second_nav li .mega_menu_wrapper ul li .menu-secondary-menu-container
{
	border: 0;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul.post_slideshow_widget, .second_nav li .mega_menu_wrapper ul.post_slideshow_widget
{
	text-align: center;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li, .second_nav li .mega_menu_wrapper ul li
{
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-bottom: 2%;
	display: block;
	float: left;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul > li, .second_nav li .mega_menu_wrapper ul > li
{
	border-bottom: 0;
}

.second_nav li .mega_menu_wrapper .sidebar_widget > li
{
	padding-bottom: 0;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li.nth-child-4n, .second_nav li .mega_menu_wrapper ul li.nth-child-4n
{
	width: 22%;
	margin-right: 0;
	float: right;
	clear: right;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li.nth-child-5n, .second_nav li .mega_menu_wrapper ul li.nth-child-5n
{
	clear: both;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li ul li, .second_nav li .mega_menu_wrapper ul li ul li
{
	width: 100%;
	float: left;
	border-bottom: 1px solid #ebebeb;
}

.second_nav li .mega_menu_wrapper ul li ul li
{
	padding: 5px 0 5px 0;
}

#menu_wrapper div .nav li .mega_menu_wrapper .post_attribute, .second_nav li .mega_menu_wrapper .post_attribute
{
	display: none;
}

.second_nav li .mega_menu_wrapper #wp-calendar
{
	margin-top: 10px;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li ul li:last-child, .second_nav li .mega_menu_wrapper ul li ul li:last-child
{
	border-bottom: 0;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper
{
	margin-top: 0 !important;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-prev, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-prev
{
	left: 0;
	top: 40px !important;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-next, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-next
{
	right: 0;
	top: 40px !important;
}

.slider_widget_wrapper .flex-direction-nav
{
	margin: 0 !important;
}

.slider_widget_wrapper .flex-direction-nav li
{
	padding: 0 !important;
}

.second_nav li ul.sub-menu li ul.sub-menu
{
	margin-left: 220px;
	margin-top: -38px;
}

.menu-secondary-menu-container
{
	background: #000;
	z-index: 2;
	position: static;
}

.mobile_menu_wrapper .menu-secondary-menu-container
{
	border: 0;
	display: none;
}

#close_mobile_menu
{
	font-size: 22px;
	line-height: 40px;
	text-decoration: none;
	height: 40px;
	display: block;
	text-align: center;
}

#close_mobile_menu i
{
	color: #fff;
}

.second_nav li ul.sub-menu li {
	width: 100%;
	border-bottom: 1px solid #8E8684;
}

.second_nav li ul.sub-menu li:last-of-type {
	border-bottom: none;
}

.second_nav ul, .second_nav
{
	list-style: none;
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
}

.second_nav ul li,  .second_nav li
{
	display: inline-block;
	margin: 0 0 0 0;
}

.second_nav > li > a
{
	display: inline-block;
	margin: 0;
	padding: 7px 15px 7px 15px;
	color: #fff;
	background: transparent;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}

.second_nav > li > a i
{
	color: #fff;
	margin-right: 10px;
	display: inline;
}

.second_nav ul li.arrow > a:after, .second_nav li.arrow > a:after
{
	font-size: 9px;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	/* display: inline; */
	display: none;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: 10%;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	font-family: 'FontAwesome';
	content: "\f078";
	float: right;
	margin-left: 8px;
	margin-top: 9px;
}

.second_nav ul li ul.sub-menu li a,  .second_nav li ul.sub-menu li a, .second_nav li .mega_menu_wrapper ul li ul.menu li a
{
	width: 100%;
	border: 0;
	display: block;
	font-size: 13px;
	border-bottom: 1px solid #ebebeb;
	color: #555;
}

.second_nav li .mega_menu_wrapper ul li.widget_archive a, .second_nav li .mega_menu_wrapper ul li.widget_categories a
{
	color: #555;
}

.second_nav ul li ul.sub-menu li a,  .second_nav li ul.sub-menu li a {
	padding: 6px 19px 6px 16px;
	width: 225px;
	padding: 6px 19px 6px 16px;
	border: 0;
	
	font-family: "futura-pt", sans-serif !important;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: normal;
	color: #000;
	display: block;
}

.second_nav ul li ul.sub-menu li.arrow > a:after, .second_nav li ul.sub-menu li.arrow > a:after
{
	font-size: 8px;
	margin-left: 0.5em;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: 10%;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	font-family: 'FontAwesome';
	content: "\f054";
	float: right;
	margin-right: 0px;
	margin-top: 8px;
}

.second_nav li .mega_menu_wrapper ul li ul.menu li a
{
	width: 100%;
	box-sizing: border-box;
	border: 0;
}

.second_nav li .mega_menu_wrapper ul li ul.menu li ul.sub-menu
{
	margin-left: 10px;
}

.second_nav ul li ul.sub-menu li:last-child a,  .second_nav li ul.sub-menu li:last-child a
{
	border-bottom: 0;
}

.second_nav ul > li a:hover,  .second_nav > li a:hover, .second_nav ul > li a.hover,  .second_nav > li a.hover, .second_nav ul > li a:active,  .second_nav > li a:active, .second_nav > li.current-menu-item > a, .second_nav > li.current-menu-parent > a, .second_nav > li.current-menu-ancestor > a {
	font-family: "futura-pt", sans-serif !important;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 500;
	/*
	font-size: 1em;
	letter-spacing: 1.5pt;
	*/
}

.second_nav ul li ul li,  .second_nav li ul li
{
	margin-left: 0;
}

.second_nav ul li ul li a:hover,  .second_nav li ul li a:hover, .second_nav ul li ul li a.hover,  .second_nav li ul li a.hover
{
	border-top: 0;
	color: #8E8684;
}

.second_nav li:last-child a:hover, .second_nav li:last-child a.hover
{
	border-right: 0;
}

.second_nav li ul.sub-menu li a,  .second_nav li.current-menu-item ul.sub-menu li a,#menu_wrapper .nav ul.sub-menu li ul.sub-menu li a, #menu_wrapper .nav ul.sub-menu li.current-menu-item ul.sub-menu li a, #menu_wrapper .nav ul.sub-menu li ul.sub-menu li.current-menu-item a,
{	
	display: block;
	width: 190px;
	line-height: 0.7em;
	font-size: 12px;
	padding: 5px 0 5px 30px;
}

#page_caption
{
	padding-bottom: 20px;
}

#page_caption.single_post
{
	margin: 0;
	background: #000;
	width: 50%;
	padding: 25px 20px 25px 20px;
	text-align: center;
	z-index: 0;
	position: absolute;
	bottom: 0;
	border: 0;
	left: 25%;
}

#page_caption.single_post h1
{
	color: #fff;
}

#page_caption h1
{
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -5px 0 0 0;
	color: #000;
}

h1.post_title
{
	text-transform: none;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}

.single_post_ft_wrapper
{
	text-align: center;
	width: 100%;
	height: 370px;
	margin: auto;
	margin-bottom: 0;
	background-size: cover;
	background-repeat: repeat;
	position: relative;
}

.single_post_ft_wrapper.single_page
{
	margin-bottom: 40px;
}

.single_post_ft_wrapper.play
{
	height: auto !important;
	margin-bottom: 30px;
}

.single_post_ft_wrapper.gallery_ft
{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#page_caption .boxed_wrapper
{
	width: 960px;
	margin: auto;
}

#page_caption .sub_page_caption
{
	font-size: 12px;
	margin-bottom: 5px;
}

#page_caption .sub_page_caption a, #page_caption .sub_page_caption span.current
{
	margin-right: 5px;
}

#page_caption .sub_page_caption a, #page_caption .sub_page_caption a:hover, #page_caption .sub_page_caption a:active
{
	color: #999;
}

#page_caption .sub_page_caption a:after
{
	font-family: 'FontAwesome';
	content: "\f105";
	color: #999;
	font-size: 10px;
	margin-left: 5px;
}

#page_caption .sub_page_caption span.current
{
	color: #999;
}

#page_caption h2
{
	margin-top: 0;
	margin-bottom: 20px;
}

.post_comment_number, .post_comment_number:hover, .post_comment_number:active
{
	display: block;
	float: right;
	padding: 10px 12px 10px 15px;
	background: #ffc000;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Times New Roman', Georgia, Times,serif;
	font-weight: 500;
	margin-top: -10px;
}

.readmore
{
	float: left;
	padding: 10px 12px 10px 15px;
	background: #ffc000;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Times New Roman', Georgia, Times,serif;
}

.readmore:hover, .readmore:active
{
	background: #2C2F32;
	color: #fff;
}

.post_more_title h4
{
	font-size: 18px;
}

.post_img
{
	margin-bottom: 5px;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #ebebeb;
	line-height: 0;
	max-width: 630px;
	max-height: 347px;
}

.post_img.half
{
	max-width: 100%;
	max-height: 165px;
}

.post_img.fullwidth
{
	max-width: 960px;
	max-height: 430px;
}

.post_img.ppb_column_fullwidth
{
	max-width: 100%;
	height: 164px !important;
}

.post_img img
{
	max-width: 630px;
}

#content_wrapper .inner .inner_wrapper .flexslider .slides
{
	margin: 0;
}

.carousel_img
{
	margin-bottom: 0;
	text-align: left;
	max-height: 132px;
	overflow: hidden;
}

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

#content_wrapper .inner .inner_wrapper .carousel_img img
{
	width: 210px !important;
}

#content_wrapper .inner .inner_wrapper .sidebar_content .carousel_img img
{
	width: 180px !important;
}

.thumb_img
{
	overflow: hidden;
	background: #000;
	line-height: 0;
	float: left;
}

.post_img img
{
	max-width: 100%;
	height: auto !important;
}

.post_img.single
{
	margin-bottom: 0;
	margin-top: 0;
}

.post_img.fullwidth
{
	margin-bottom: 20px;
	padding: 0;
}

.post_img.nospace
{
	margin-bottom: 0;
}

.post_img.masonry
{
	margin-left: 0;
}

.post_sound_cloud_wrapper
{
	width: 100%;
	margin: auto;
	margin-top: -10px;
}

.recent_post_wrapper
{
	margin: 10px 0 0 11px;
}

.recent_post_item_wrapper
{
	margin-top: 5px;
}

#content_wrapper
{
	width: 960px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	word-wrap: break-word;
}

body.single #content_wrapper, body.woocommerce #content_wrapper
{
	padding-bottom: 0;
	/*margin-top: 30px;*/
}

body.single.single-galleries #content_wrapper
{
	margin-top: 0;
}

#content_wrapper .inner
{
	width: 100%;
	margin: auto;
}


#content_wrapper.full_page_width
{
	width: 880px;
}

#content_wrapper .inner .inner_wrapper.fullwidth
{
	padding: 0;
	width: 960px;
	margin: auto;
	min-height: 200px;
	position: relative;
}

#content_wrapper .inner .inner_wrapper .sidebar_content, .sidebar_content
{
	width: 630px;
	padding: 0;
	float: left;
	min-height: 200px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 40px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar, .sidebar_content.left_sidebar
{
	float: right;
	padding-right: 0;
}

body.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content, .sidebar_content
{
	padding-bottom: 0;
}

.sidebar_content
{
	padding-bottom: 0;
}

body.single.single-post #content_wrapper .inner .inner_wrapper .sidebar_content
{
	padding-bottom: 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_content .standard_wrapper
{
	width: 100%;
}

#content_wrapper .inner .inner_wrapper .sidebar_content p:first-child
{
	padding: 0 !important;
	margin: 0 !important;
}

#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding
{
	width: 600px;
	padding: 20px;
}

#content_wrapper.cat_width .inner .inner_wrapper .sidebar_content
{
	width: 620px;
	margin: 0 0 0 0;
}

#content_wrapper.cat_width .inner .inner_wrapper .sidebar_content ul
{
	margin: 0 0 0 20px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper, .sidebar_wrapper
{
	width: 300px;
	float: right;
	margin: 0 0 0 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar, .sidebar_wrapper.left_sidebar
{
	float: left;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar, .sidebar_wrapper .sidebar
{
	width: 100%;
	float: right;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content, .sidebar_wrapper .sidebar .content
{
	margin: 0;
}

#content_wrapper .sidebar .content .sidebar_widget, .sidebar_widget
{
	list-style: none;
	margin: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li, .sidebar_widget > li
{
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: 3px solid #000;
	float: left;
	width: 100%;
}

.sidebar_widget > li.Custom_Best_Review ul
{
	width: 100% !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Cat_Slideshow_Posts, .sidebar_widget > li.Custom_Cat_Slideshow_Posts
{
	padding-bottom: 0;
}

#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads, .sidebar_widget > li.Custom_Ads
{
	border: 0 !important;
}

.sidebar_widget li.Custom_Best_Review li, .sidebar_widget li.Custom_Flickr li, .sidebar_widget > li.reviews-posts-widget li, .sidebar_widget > li.Custom_Cat_Slideshow_Posts li
{
	border: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Facebook_Page iframe, .sidebar_widget > li.Custom_Facebook_Page iframe
{
	margin: 5px 0 5px 5px;
}

.second_nav li .mega_menu_wrapper .sidebar_widget > li.Custom_Facebook_Page iframe
{
	max-width: 210px;
}

#content_wrapper .sidebar .content .sidebar_widget > li.widget_search, .sidebar_widget > li.widget_search
{
	background: transparent;
	border: 0;
	padding-bottom: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget ul.menu li, .sidebar_widget li.widget ul.menu li
{
	width: 100% !important;
}

#content_wrapper .sidebar .content .sidebar_widget li object, .sidebar_widget li object
{
	margin-left: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_tag_cloud div, #footer .sidebar_widget li.widget_tag_cloud div, .sidebar_widget li.widget_tag_cloud div
{
	width: 100%;
}

div.textwidget
{
	margin: 20px 0 0 0;
}

div.textwidget img, div.textwidget select
{
	max-width: 100%;
	height: auto;
}

#footer .sidebar_widget li.widget_tag_cloud div
{
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li form#searchform div, #footer .sidebar_widget li form#searchform div, .sidebar_widget li form#searchform div
{
	width: 100%;
}

label.screen-reader-text
{
	display: none;
}

#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type=text], .sidebar_widget li form#searchform input[type=text], #footer .sidebar_widget li form#searchform input[type=text]
{
	width: 200px;
	margin: 10px 0 10px 0;
	padding: 8px 8px !important;
	font-size: 13px;
	margin: 0;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	top: 0;
	height: auto !important;
	line-height: 13px !important;
	color: #555 !important;
}

#footer .sidebar_widget li form#searchform input[type=text]
{
	margin-top: 10px;
	width: 70%;
}

#footer .sidebar_widget li
{
	clear: none;
	padding: 0 0 30px 0;
	margin: 0;
}

#footer .sidebar_widget > li
{
	float: left;
	width: 30.66%;
	margin-right: 4%;
	border-bottom: 0 !important;
}

#footer .sidebar_widget > li.nth-child-3n
{
	float: right;
	margin-right: 0;
}

#footer .sidebar_widget li iframe
{
	max-width: 300px;
	background: #fff;
	margin-top: 15px;
}

#footer .sidebar_widget li ul li
{
	width: auto;
	margin: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul, .sidebar .content .sidebar_widget li ul
{
	margin: 15px 0 0 0;
	list-style: none;
}

.sidebar_widget > li.Custom_Tabbed_Posts .ui-tabs
{
	padding: 0 !important;
}

.sidebar_widget > li.Custom_Tabbed_Posts .ui-tabs .ui-tabs-nav
{
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

#footer .sidebar_widget li ul
{
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li ul.sub-menu, #content_wrapper .sidebar .content .sidebar_widget li ul li ul.children, .sidebar .content .sidebar_widget li ul li ul.sub-menu, .sidebar .content .sidebar_widget li ul li ul.children
{
	margin: 5px 0 5px 0 !important;
	padding-left: 15px;
	box-sizing: border-box;
}

.comment_date, .comment_date a
{
	color: #999;
	padding: 0;
	display: inline-block;
	font-size: 12px;
	margin: 0 0 0 5px;
}

.comment-reply-link, .comment-reply-link:hover, .comment-reply-link:active
{
	display: block;
	float: right;
	color: #f4b711;
	border: 0;
}

#cancel-comment-reply-link
{
	float: right;
	text-transform: none;
	font-weight: normal;
}

#commentform
{
	margin-top: 10px;
}

#footer .sidebar_widget li ul
{
	list-style: none;
}

#footer .sidebar_widget li ul li ul.sub-menu
{
	margin-left: 15px;
}

#footer .sidebar_widget li ul li ul.sub-menu li:last-child
{
	border-bottom: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li, .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li
{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li:last-child, .sidebar .content .sidebar_widget li ul li:last-child
{
	border-bottom: 0 !important;
}

.sidebar_widget li ul li.recentcomments:before
{
	font-family: 'FontAwesome';
	content: "\f0e6";
	color: #000;
	margin-right: 7px;
}

#footer .sidebar_widget li ul li.recentcomments:before
{
	color: #fff;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, .sidebar .content .sidebar_widget li ul li:first-chi, #footer .sidebar_widget li ul li:first-child
{
	padding-top: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li:last-child, .sidebar .content .sidebar_widget li ul li:last-child, #footer .sidebar_widget li ul li:last-child
{
	margin-bottom: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li:last-child, .sidebar .content .sidebar_widget li.widget_archive ul li:last-child
{
	margin-bottom: 15px !important;
}

#footer .sidebar_widget li ul li
{
	padding-bottom: 5px;
	padding-left: 0;
	float: none;
	margin-bottom: 0;
	border-bottom: 1px solid #555;
}

#footer .sidebar_widget li ul.thumb li
{
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 0 !important;
}

.one_half
{
	float: left;
	width: 48%;
}

.one_half.ppb_classic
{
	margin-bottom: 40px;
}

.one_half.right
{
	float: right;
	margin-right: 12px;
}

.one_half.last
{
	float: right;
}

.one_half.last.ppb_cat_last
{
	width: 44%;
}

#content_wrapper .inner .inner_wrapper .sidebar_content .one_half.last.ppb_cat_last
{
	width: 49%;
}

.recent_thumbnail
{
	display: block;
	width: 290px;
	height: 200px;
	overflow: hidden;
}

.recent_thumbnail h6
{
	background: transparent url("../trans_000_bg.html") repeat;
	display: block;
	padding: 5px 10px 5px 10px;
	position: relative;
	top: -62px;
	left: 0;
	color: #fff;
	font-size: 16px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb, #content_wrapper .one_half.home .sidebar_widget li ul.thumb
{
	list-style: none;
	display: block;
	float: none;
	width: 100%;
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li
{
	margin: 0 0 10px 0;
	float: left;
	clear: none;
	padding-bottom: 0;
}

#content_wrapper .one_half.home .sidebar_widget li ul.thumb li
{
	margin: 0 10px 5px 0;
	padding-bottom: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
	padding: 5px 10px 5px 10px;
	background: #000;
	text-transform: uppercase;
}

.second_nav li .mega_menu_wrapper ul li h2.widgettitle
{
	background: transparent;
	font-size: 14px;
	padding: 0;
	color: #000;
}

#footer h2.widgettitle
{
	background: transparent;
	color: #f4b711;
	padding: 0;
	font-size: 18px;
	margin-bottom: 10px;
}

#footer .post_attribute
{
	border-color: #555;
}

#footer .sidebar_widget
{
	list-style: none;
	width: 100%;
	margin: auto;
	padding-top: 30px;
}

#content_wrapper .one_half.home .sidebar_widget li h2.widgettitle
{
	width: 100%;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts, #content_wrapper .one_half.home .sidebar_widget li ul.posts, #footer .sidebar_widget li ul.posts, ul.posts
{
	list-style: none;
	width: 100%;
	float: left;
}

ul.posts
{
	margin: 10px 0 10px 0 !important;
}

ul.posts li
{
	border-bottom: 0 !important;
}

#footer .sidebar_widget
{
	margin-top: 0;
	float: left;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts li, #content_wrapper .one_half.home .sidebar_widget li ul.posts li, #footer .sidebar_widget li ul.posts li, ul.posts li
{
	padding-bottom: 0;
	padding-top: 5px;
	margin-bottom: 10px;
	border-bottom: 0;
	width: 100%;
	float: left;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts li h6, #content_wrapper .one_half.home .sidebar_widget li ul.posts li h6, #footer .sidebar_widget li ul.posts li h6
{
	font-size: 16px;
	color: #000;
}

ul.posts li
{
	clear: both;
}

#footer .sidebar_widget li ul.posts li h6
{
	font-size: 14px;
}

.line_shadow
{
	display: none;
}

.page_header
{
	margin: 20px 0 0 0;
}

.sidebar_page_header
{
	margin: 10px 0 0 0;
}

.social_profile
{
	float: left;
	width: 100%;
	margin: auto;
	margin-top: 10px;
}

#footer .social_profile
{
	margin-top: 10px;
}

.social_profile .profile
{
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}

.social_profile .profile:last-child
{
	margin-bottom: 0;
}

.social_profile .social_icon
{
	float: left;
	display: block;
	margin-right: 2433;
	width: 38px;
	height: 38px;
	text-align: center;
	padding: 0 !important;
}

.social_profile .social_icon.facebook
{
	background: #4c66a4;
}

.social_profile .social_icon.facebook i
{
	font-size: 1.5em;
	line-height: 2em;
	color: #fff;
}

.social_profile .social_icon.twitter
{
	background: #33ccff;
}

.social_profile .social_icon.twitter i
{
	font-size: 1.5em;
	line-height: 1.9em;
	color: #fff;
}

.social_profile .social_icon.youtube
{
	background: #cc181e;
}

.social_profile .social_icon.youtube i
{
	font-size: 1.5em;
	line-height: 1.8em;
	color: #fff;
}

#footer .social_profile .profile .counter h4
{
	color: #fff;
}

.social_profile .profile .counter
{
	float: left;
	margin-top: 7px;
}

.social_profile .profile .counter h4
{
	float: left;
	display: block;
	font-weight: 600;
	font-size: 18px;
	margin-left: 10px;
	line-height: 0em;
}

.social_profile .count
{
	word-spacing: 1px;
	color: #999;
	margin-left: 10px;
	float: left;
	font-size: 12px;
}

.social_profile .profile a.button
{
	float: right;
	margin-top: 0;
	padding: 5px 10px 5px 10px;
	background: transparent !important;
	color: #000;
	text-align: right;
	font-weight: 600;
	font-size: 16px;
}

.post_wrapper
{
	width: 100%;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.search_item {
	margin-bottom: 30px;
	float: left;
}
.search_item_bookmark .post_circle_thumb.search_thumb {
	height: auto;
}

.search_item_bookmark .post_circle_thumb.search_thumb img {
	height: auto !important;
} 

.post_wrapper.ppb_classic_fullwidth
{
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

.review_score_bg
{
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: 50px;
	height: 35px;
	background: #f4b711;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	line-height: 35px;
}

.post_circle_thumb .review_score_bg
{
	min-width: 30px;
	height: 25px;
	line-height: 25px;
}

.review_score_bg i
{
	margin-right: 3px;
	color: #fff;
}

.post_type_bg
{
	float: right;
	margin-right: 7px;
}

.post_type_bg i
{

}

.post_type_bg.video_bg
{
	z-index: 99;
	display: none;
}

.post_type_bg.single
{
	position: relative;
	top: 40%;
	padding: 14px 20px 14px 20px;
	left: 0;
	margin: auto;
	visibility: hidden;
}

.post_type_bg img
{
	margin-top: 2px;
	margin-bottom: 2px;
}

.review_score_bg.marginright, .post_type_bg.marginright
{
	right: 30px;
}

.review_score_bg.marginright.ppb, .post_type_bg.marginright.ppb
{
	right: 35px;
}

.post_wrapper.dark
{
	background: #000;
	color: #ebebeb;
	border: 0;
	padding-top: 10px;
}

.post_wrapper.dark h5
{
	color: #fff;
}

.post_wrapper.half
{
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 10px;
}

.post_wrapper.full
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.post_wrapper.full.category
{
	padding-bottom: 0;
}

.post_wrapper.full.ppb_columns
{
	border: 0;
}

.type-post[rel=two_columns], .ppb_column_post
{
	width: 48%;
	float: left;
	margin-right: 20px;
}

.type-post[rel=two_columns].last, .ppb_column_post.last
{
	float: right;
	margin-right: 0;
}

.element[rel=two_columns] {
	width: 47.5%;
	float: left;
}

.element[rel=two_columns].last
{
	width: 47.5%;
	float: left;
	margin-left: 10px;
}

.element[rel=two_columns] {
	margin-bottom: 10px;
	float: none;
}

.element[rel=two_columns].noexcerpt
{
	margin-bottom: 10px;
}

.element[rel=three_columns] {
	width: 31%;
	float: left;
}

.ppb_column_post.masonry, .element[rel=three_columns]
{
	width: 31%;
	float: left;
	margin-right: 25px;
	position: relative;
}

.ppb_column_post.masonry.last, .element[rel=three_columns].last
{
	float: right;
	margin-right: 0;
}

.ppb_column_post.ppb_column
{
	margin-bottom: 0;
}

#post_mansory_wrapper.ppb_fullwidth
{
	width: 990px;
}

#content_wrapper #post_mansory_wrapper.inner
{
	width: 990px;
	min-width: 100%;
	min-height: 300px;
	margin-left: -10px;
	margin-top: -10px;
	background: #fff url('../gif/loading.gif') no-repeat center center;
	padding-bottom: 10px;
	position: relative;
	z-index: 999;
}

#post_mansory_wrapper
{
	background: #fff url('../gif/loading.gif') no-repeat center center;
	min-width: 100%;
	min-height: 300px;
}

.ppb_filter_loading
{
	background: #fff url('../gif/loading.gif') no-repeat center center;
	min-width: 100%;
	min-height: 200px;
	margin-bottom: 40px;
}

.post_wrapper.half.mansory
{
	float:left;
	margin: 10px 0 10px 10px;
	width: 320px;
	padding-bottom: 0;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.post_wrapper.half.last
{
	float: right;
	margin-right: 0;
}

body.single .post_wrapper
{
	margin-top: 0;
	padding-bottom: 0 !important;
}

body.single .post_wrapper.author
{
	margin-top: 20px;
	display: flex;
}

.post_inner_wrapper
{
	width: 100%;
	margin-bottom: 15px;
}

body.single .post_inner_wrapper
{
	margin-bottom: 0;
}

.post_inner_wrapper.half
{
	margin-bottom: 0;
}

.post_wrapper_inner
{
	margin: 15px 0 0 0;
}

body.single .post_wrapper_inner
{
	margin-top: 0;
}

.author_wrapper_inner
{
	margin: 0;
}

.post_inner_wrapper.half.header
{
	margin: -5px 0 0 0;
	width: 100%;
}

.post_inner_wrapper.half.header.noexcerpt
{
	margin-top: 0;
}

.post_header_wrapper
{
	width: 100%;
	float: none;
}

.post_header_wrapper.single
{
	width: 300px;
}

.post_social
{
	width: 98px;
	float: right;
	margin-top: 7px;
}

.post_social.single
{
	width: 195px;
}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_wrapper.author {
	padding: 10px;
	border: 1px solid #ccc;
	width: auto;
	margin-bottom: 15px;
}

.post_header
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 12px 15px 12px 15px;
	border-bottom: 1px solid #ebebeb;
}

.post_header.half
{
	width: 100%;
	text-align: left;
	padding: 0;
	margin: auto;
	float: none;
	border: 0;
}

.post_header.single_post
{
	text-align: left;
	border: 0 ;
	padding: 0;
	margin: 0;
}

.post_header h3
{
	margin: 0;
	font-size: 20px;
}

.post_header.half h4
{
	margin: 0;
	margin-bottom: 5px;
	font-size: 18px;
}

.post_header h2 a
{
	color: #000;
}

.post_detail
{
	float: left;
	width: 100%;
	padding: 5px 0 5px 0;
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #000;
}

.post_detail .meta
{
	float: left;
}

.post_detail.single
{
	width: 100%;
	float: none;
	text-align: center;
	margin: 10px 0 0 0;
	color: #999;
}

.post_detail.large_space
{
	margin-top: 25px;
}

.post_comment_count
{
	float: right;
}

.post_comment_count i
{
	margin-right: 7px;
}

.post_comment_count.fixed
{
	position: absolute;
	top: -17px;
	left: 0;
	float: none;
	z-index: 1;
	margin: 0;
}

.post_more_img_wrapper img
{
	max-width: 300px;
	height: auto;
}

.post_comment_count.space
{
	margin-top: 12px;
}

.post_comment_count a, .post_comment_count a:hover, .post_comment_count a:active, .post_type_bg a, .post_type_bg a:hover, .post_type_bg a:active
{
	color: #444;
}

.post_img_date
{
	padding: 5px;
	background: #000;
	position: relative;
	top: -60px;
	left: 7px;
	width: 150px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 0 #fff;
	text-align: center;
}

.post_header .post_comment
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	background: #cccccc url("../bt_g.html") repeat-x top;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #ccc;
}

#about_the_author .thumb
{
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
}

#about_the_author
{
	width: 100%;
	float: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	display: flex;
}

#about_the_author .description
{
	width: 480px;
	float: left;
}

#about_the_author .website
{
	margin-top: 20px;
	font-size: 12px;
}

#about_the_author .website i
{
	margin-right: 7px;
}

#about_the_author .description.author
{
	width: 840px;
}

#about_the_author .description.author.withsidebar
{
	/* width: 500px; */
	width: 100%;
	padding-bottom: 10px;
}

#about_the_author .description.author h6
{
	margin-top: 0;
}

.gravatar 
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 100px;
	margin-right: 20px;
	align-self: center;
}

.gravatar.comment_reply
{
	width: 60px;
	height: 60px;
}

.colorful
{
	background: #ffc000;
	font-family: 'Times New Roman', Georgia, Times,serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px 3px 10px;
	margin-bottom: 10px;
}

.colorful a
{
	color: #fff;
}

.comment .left img.avatar
{
	width: 50px;
}

.comment
{
	width: 100%;
	padding-bottom: 10px;
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
	float: left;
}

.comment .left
{
	width: 65px;
	float: left;
}

.comment .right
{
	width: 86.5%;
	float: left;
}

.comment_inner.sidebar .comment .right
{
	width: 87%;
}

.comment_inner.sidebar .children .comment .right
{
	width: 85%;
}

.comment_inner.sidebar .children .children .comment .right
{
	width: 82%;
}

.comment .right a[rel="author"], .comment .right span[rel="author"]
{
	display: inline-block;
}

.comment .right p
{
	margin-top: 0px;
}

ul.children
{
	list-style: none;
	width: 100%;
	margin-left: 5%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	position: relative;
}

ul.children .comment
{
	width: 87%;
	margin: 20px 0 0 60px;
	padding: 0 0 10px 0;
	float: left;
}

ul.children .comment .right
{
	width: 84.5%;
	float: left;
}

ul.children .children .comment .right
{
	width: 82.5%;
}

ul.children ul.children .comment
{
	margin-left: 120px;
	padding: 0 0 20px 0;
	width: 74%;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr, #content_wrapper .one_half.home .sidebar_widget li ul.flickr, ul.flickr
{
	list-style: none;
	margin: 10px 0 10px 0;
	float: left;
	display: block;
	clear: both;
}

#footer .sidebar_widget li ul.flickr
{
	list-style: none;
	margin: 10px 0 30px 0;
	float: left;
	display: block;
	clear: both;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .one_half.home .sidebar_widget li ul.flickr li, ul.flickr li, ul.flickr li
{
	margin-bottom: 5px;
	clear: none;
	float: left;
}

#content_wrapper .one_half.home .sidebar_widget li ul.flickr li, ul.flickr li
{
	margin: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a, , #content_wrapper .one_half.home .sidebar_widget li ul.flickr li, , #content_wrapper .one_half.home .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0;
	clear: none;
}

#footer .sidebar_widget li ul.flickr li, #footer .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0;
}

#footer .sidebar_widget li ul.flickr li
{
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
	margin-right: 5px;
margin-bottom: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li im, #content_wrapper .one_half.home .sidebar_widget li ul.flickr li img, ul.flickr li img
{
	width: 71px;
	height: 71px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li img, #footer .sidebar_widget li ul.thumb li img, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li img, ul.thumb li img
{
	width: 71px;
	height: 71px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb, #content_wrapper .one_half.home .sidebar_widget li ul.thumb, ul.thumb
{
	margin: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, ul.thumb li
{
	float: left;
}

#footer .sidebar_widget li ul.thumb
{
	margin-top: 10px !important;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #footer .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li, ul.thumb li
{
	padding: 0;
	border-bottom: 0 !important;
	width: auto !important;
}

.second_nav li .mega_menu_wrapper ul li ul.thumb li
{
	padding: 0;
	margin-right: 0;
}

.second_nav li .mega_menu_wrapper ul li ul.thumb li img, .second_nav li .mega_menu_wrapper ul li ul.thumb li .post_circle_thumb
{
	width: 65px;
	height: 65px;
}

.second_nav li .mega_menu_wrapper ul li ul li .post_circle_thumb.large_thumb, .second_nav li .mega_menu_wrapper ul li ul li .post_circle_thumb.large_thumb img
{
	width: 100% !important;
	height: auto !important;
}

.second_nav li .mega_menu_wrapper ul li.Custom_Social_Counter .social_profile .count
{
	display: none;
}

ul.flickr li
{
	padding: 0 !important;
}

ul.flickr li img
{
	width: 91px;
	height: auto;
}

#footer .sidebar_widget li ul.flickr li img
{
	width: 63px;
	height: 63px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter, #footer .sidebar_widget li ul.twitter, #content_wrapper .one_half.home .sidebar_widget li ul.twitter, ul.twitter
{
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	list-style:none;
	width: 100%;
}

#footer .sidebar_widget li ul.thumb li, #footer .sidebar_widget li ul.thumb li img
{
	width: 63px;
	height: 63px;
}

#footer .sidebar_widget li ul.twitter
{
	width:100%;
	margin-top: 15px;
	margin-left: 0;
}

#content_wrapper .one_half.home .sidebar_widget li ul.twitter
{
	margin-left: 5px;
}

.sidebar_widget li ul.twitter li:before
{
	font-family: 'FontAwesome';
	content: "\f099";
	color: #00c1f5;
	margin-right: 7px;
	font-size: 20px;
	line-height: 35px;
	position: absolute;
	left: -25px;
	top: 0px;
}

.sidebar_widget li ul.twitter li
{
	text-indent: 25px;
	position: relative;
	margin-bottom: 15px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:last-child, #footer .sidebar_widget li ul.twitter li:last-child, #content_wrapper .one_half.home .sidebar_widget li ul.twitter li:last-child, ul.twitter li:last-child
{
	padding-bottom: 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_content.page_sidebar ul.twitter li
{
	line-height: 3.5em;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media, #footer .sidebar_widget li ul.social_media, #content_wrapper .one_half.home .sidebar_widget li ul.social_media
{
	list-style: none;
	margin: 10px 0 15px 0;
	float: left;
	display: block;
	clear: both;
}

#footer .sidebar_widget li ul.social_media
{
	margin: 10px 0 15px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media li, #content_wrapper .one_half.home .sidebar_widget li ul.social_media
{
	display: block;
	float: left;
	margin: 10px 0 15px 0;
	clear: none;
}

#footer .sidebar_widget li ul.social_media li, #content_wrapper .one_half.home .sidebar_widget li ul.social_media li
{
	margin: 0 5px 0 0;
	display: block;
	float: left;
	clear: none;
}

#footer .sidebar_widget li ul.social_media li
{
	margin-right: 0;
}

.pagination {
	margin: 10px 0 0 0;
	width: auto;
	float: left;
	border-left: 1px solid #ccc;
}

.pagination a, .pagination a:active, .pagination a.active, .pagination span.current
{
	text-decoration: none;
	line-height: 1em;
	font-size: 1em;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
	display: inline-block;
	color: #000;
	text-align: center;
	border: 1px solid #ccc;
	border-left: 0;
}

.pagination span.current, .pagination a:hover
{
	background: #ebebeb;
	color: #999;
}

.pagination_detail
{
	float: right;
	margin-top: 10px;
}

.navigation
{
	font-size: 11px;
}

.fullwidth
{
	padding-top: 10px;
}

.one_half.last
{
	margin-right: 0;
}

.one_half.ppb_category
{
	margin-left: 4%;
}

.one_third
{
	width: 30.66%;
	float: left;
	margin-right: 4%;
	position: relative;
}

.one_third.last
{
	margin-right: 0 !important;
	float: right;
	width: 30.66%;
}

.one_fourth
{
	width: 22.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.one_fourth.home
{
	width: 22%;
	float: left;
	margin-right: 35px;
	margin-bottom: 2%;
}

.one_fourth.home, .one_fourth.home_left
{
	margin-top: 10px;
}

.one_fourth.last
{
	margin-right: 0;
}

.two_third
{
	float: left;
	width: 64%;
	margin-right: 3%;
}

.two_third.last
{
	float: right;
	margin-right: 0;
}

.one_fifth
{
	width: 14%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_fifth.last
{
	margin-right: 0;
}

.one_sixth
{
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_sixth.last
{
	margin-right: 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_content.page_sidebar
{
	width: 560px;
	padding-left: 15px;
}

.navigation div
{
	width: 40%;
}

.navigation div.alignright
{
	text-align:right;
}

.post_circle_thumb
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
	background: #ebebeb;
}

.post_circle_thumb img
{
	width: 70px;
	height: 70px;
}

.post_circle_thumb.large_thumb
{
	width: 300px;
	height: 165px;
	margin: auto;
	float: none;
	overflow: hidden;
	margin-bottom: 10px;
}

.second_nav li .mega_menu_wrapper ul li ul .post_circle_thumb
{
	animation-name: none;
	-webkit-animation-name: none;
	visibility: inherit;
}

.post_circle_thumb.large_thumb img
{
	width: 300px !important;
	height: 165px !important;
}

.post_circle_thumb.search_thumb
{
	width: 140px;
	height: 140px;
	margin-bottom: 10px;
}

.post_circle_thumb.search_thumb img
{
	width: 140px !important;
	height: 140px !important;
}

.search_thumb_wrapper
{
	float: left;
	margin-right: 15px;
}

.search_content
{
	float: left;
	width: 455px;
}

ul.posts li h3
{
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 18px;
	display: block;
	width: 100%;
	margin: auto;
}

ul.flickr li .post_circle_thumb, ul.thumb li .post_circle_thumb
{
	margin-right: 5px;
	width: 70px;
	height: 70px;
}

#footer .sidebar_widget li ul.flickr li .post_circle_thumb, #footer .sidebar_widget li ul.thumb li .post_circle_thumb
{
	width: 63px;
	height: 63px;
}

ul.thumb li .post_circle_thumb a
{
	display: block;
}

.post_attribute
{
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-top: 0;
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	margin-left: 80px;
	margin-top: 5px;
	padding: 2px 0 2px 0;
}

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

.slider_widget_wrapper .post_attribute.full
{
	border: 0;
	margin: 0 0 10px 0;
}

.post_attribute.ppb_cat_last
{
	margin: 5px 0 0 0;
}

.post_attribute.ppb_cat_last_fullwidth
{
	margin-top: 0;
	margin-bottom: 20px;
}

.post_normal_wrapper
{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.ads125_wrapper
{
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.ads125
{
	width: 125px;
	height: 125px;
	background: #ffffff;
	border: 1px solid #dddddd;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	float: left;
	font-size: 11px;
	color: #ccc;
}

.ads125 div.text
{
	position: relative;
	top: 43%;
	text-align: center;
	width: 100%;
}

.ads125.last
{
	float: right;
}

.ads468
{
	width: 468px;
	height: 60px;
	background: #ffffff;
	border: 1px solid #dddddd;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	float: left;
	font-size: 11px;
	color: #ccc;
}

.ads468 div.text
{
	position: relative;
	top: 38%;
	text-align: center;
	width: 100%;
}

#wp-calendar tr td
{
	padding: 3px 0 3px 0;
	background: #ebebeb;
}

#footer .sidebar_widget li #wp-calendar tr td, #footer .sidebar_widget li table tr
{
	background: #333;
}

#footer .sidebar_widget li table tr
{
	color: #fff;
}

#wp-calendar tr td#prev, #wp-calendar tr td#next
{
	text-transform: uppercase;
	padding-top: 20px;
}

#wp-calendar tr td.pad, #wp-calendar tr td#prev, #wp-calendar tr td#next
{
	background: transparent !important;
}

#wp-calendar caption
{
	display:none;
}

#wp-calendar
{
	margin: 20px 0 0 0;
	width: 100%;
}

table tr
{
	background: #ebebeb;
}

table tr td
{
	border-bottom: 1px solid #dddddd;
}

table tr th
{
	padding: 5px 0 3px 0;
	text-align: center;
	font-weight: bold;
}

table thead tr th
{
	background: #f4b711;
}

table tfoot tr, table tfoot tr td
{
	background: transparent;
	border-bottom: 0;
}

ul.posts.blog li a img.frame
{
	width: 90px;
}

#footer ul.posts.blog li a img.frame
{
	width: 90px;
}

.comment_inner h2.widgettitle
{
	margin-left: 0px;
}

.comment_inner #respond h2.widgettitle
{
	margin-left: 0;
}

img.post_thumb
{
	width: 90px;
	height: auto;
}

#menu_border_wrapper select
{
	display: none;
	width: 100%;
	height: 30px;
	margin: 0px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media
{
	list-style: none;
	display: block;
	margin-left: 0;
	margin-bottom: 20px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media li
{
	display: inline-block;
	margin-right: 3px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media li img
{
	width: 24px;
}

.widget_tag_cloud div
{
	margin: 25px 0 0 0;
}

.second_nav li .mega_menu_wrapper ul li.widget_tag_cloud div.tagcloud a, .widget_tag_cloud div a, .meta-tags a, a.meta-tags
{
	border: 1px solid #ccc;
	padding: 0px 8px 0px 8px;
	font-weight: 400;
	margin: 0px 3px 5px 0px;
	display: inline-block;
	float: none;
	letter-spacing: 0;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
}

#footer .widget_tag_cloud div a
{
	border-color: #555;
}

.widget_tag_cloud div a:hover, .meta-tags a:hover, a.meta-tags:hover
{
	background: #f4b711;
	border-color: #f4b711;
	color: #fff;
	text-decoration: none;
}

.widget_tag_cloud div a:hover:after, .meta-tags a:hover:after, a.meta-tags:hover:after
{
	border-left: 10px solid rgba(0,0,0,1);
}

.widget_tag_cloud div a:hover:before, .meta-tags a:hover:before, a.meta-tags:hover:before
{
	border-right: 10px solid rgba(0,0,0,1);
}

.pp_list ul
{
	margin-top: 15px;
}

.pp_list ul li
{
	margin: 5px 0 0 0;
	padding-left: 22px;
	padding-bottom: 5px;
}

table
{
	border: 0;
}

#content_wrapper table thead tr th
{
	background: #f4b711;
	color: #fff;
	text-align: center;
}

table tr
{
	background: #ffffff;
}

table tr td, table tr th
{
	border-bottom: 1px solid transparent;
}

table tr th
{
	text-transform: uppercase;
	text-align: left;
}

table tr th, table tr td
{
	padding: 5px 10px 5px 10px;
}

#footer table tr th, table tr td
{
	padding: 5px 5px 3px 5px;
	text-align: center;
}

.ui-accordion .ui-accordion-header a
{
	font-size: 14px;
	margin: 5px 0 5px 25px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0;
}

.ui-accordion .ui-accordion-content
{
	padding-left: 42px;
	border: 1px solid #ccc;
	margin-top: -6px;
}

.ui-state-default .ui-icon, .ui-state-active .ui-icon
{
	background: transparent;
	text-indent: 0;
}

.ui-helper-reset
{
	line-height: 1.5;
}

.ui-icon
{
	width: 16px;
	height: 18px;
}

.ui-state-default .ui-icon:before
{
	font-family: 'FontAwesome';
	content: "\f0fe";
	color: #000;
	font-size: 1em;
}

.ui-state-active .ui-icon:before
{
	font-family: 'FontAwesome';
	content: "\f146";
	color: #000;
	font-size: 1em;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 0;
}

.accordion
{
 	border: 1px solid #ebebeb;
 	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
}

.accordion h3, .accordion div
{
	border: 0;
	background: transparent;
}

.pp_accordion, .pp_accordion_close
{
 	margin:0;
	margin-bottom: 10px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
	border: 1px solid #ebebeb;
}

.ui-corner-all, .ui-corner-top, .ui-corner-bottom
{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-content
{
	border: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	background: transparent;
}

.ui-accordion .ui-accordion-header
{
	font-weight: normal;
	display: block;
	position: relative;
	border: 1px solid #ccc;
}

.accordion div
{
	border-top: 1px solid #ebebeb;	
}

.accordion h3
{
	padding: 5px 0 5px 8px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 10px;
}

.ui-tabs-panel
{
	margin-top: 10px;
}

.ui-widget-header
{
	border-bottom: 1px solid #ebebeb;
}

.tabs .ui-state-default
{
	background: transparent;
	border: 0;
	padding: 0 !important;
}

.tabs .ui-state-default a
{
	color: #999;
}

.ui-tabs .ui-tabs-nav
{
	padding: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	background: #ebebeb;
}

.ui-tabs .ui-tabs-nav li
{
	width: auto !important;
}

.ui-tabs .ui-tabs-nav li a 
{
	padding: 6px 15px 7px 15px;
	font-size: 14px;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	outline: 0;
	text-transform: uppercase;
}

.tabs .ui-state-active
{
	font-weight: bold;
	background: #000;
	display: block;	
}

.tabs .ui-widget-header, #content_wrapper .inner .inner_wrapper .sidebar_content .tabs .ui-widget-header
{
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 0;
	background: #000;
}

.tabs .ui-tabs-panel
{
	padding: 5px 0 20px 0;
	margin:0;
}

.tabs .ui-state-active a
{
	color: #fff;
	font-weight: bold;
}

#footer .tabs .ui-state-active a
{
	background: #f4b711;
}

#footer .tabs .ui-tabs-panel
{
	padding: 0 0 10px 0;
}

.highlight_yellow
{
	background: #f4b711;
}

.highlight_black
{
	background: #000;
	color: #fff;
}

#contact_form
{
	margin-top: 15px;
}

#contact_form label, #commentform label
{
	display: none;
}

#contact_form label
{
	float: left;
	margin-top: 8px;
	margin-bottom: 5px;
}

.comment-notes
{
	display: none;
}

#commentform > p
{
	clear: both;
}

.form-allowed-tags
{
	display: none;
}

#contact_form label.error, #commentform label.error
{
	color: #AC1C20;
	float: none;
	margin-top: 8px;
	margin-bottom: 0;
}

#contact_form textarea, #commentform textarea
{
	float: left;
	margin-bottom: 20px;
	width: 98%;
}

#commentform input[type=text], #commentform input[type=email], #commentform input[type=url]
{
	float: left;
	margin-bottom: 20px;
	width: 98%;
}

.post_previous
{
	width: 49%;
	display: inline-block;
	margin: 30px 0 20px 0;
}

.post_previous h6, .post_next h6
{
	margin: 0;
}

.post_previous_icon
{
	color: #000;
	float: left;
	font-size: 4em;
	line-height: 0em;
	margin-top: -10px;
	margin-right: 20px;
}

.post_previous_content
{
	float: left;
	width: 85%;
	margin-top: -5px;
	text-align: center;
}

.post_previous_content h6, .post_next_content h6
{
	font-size: 18px;
	text-transform: uppercase;
	color: #999;
}

.post_next
{
	width: 49%;
	display: inline-block;
	margin: 30px 0 20px 0;
}

.post_next_icon
{
	color: #000;
	float: right;
	font-size: 4em;
	line-height: 0em;
	margin-top: -10px;
	margin-left: 20px;
}

.post_next_content
{
	float: right;
	width: 85%;
	margin-top: -5px;
	text-align: center;
}

.separated {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	border-left: 1px solid #ccc;
}

.post-ratings
{
	margin-top: 10px;
	margin-bottom: 20px;
}

#content_wrapper .post-ratings img, #content_wrapper .post-ratings-loading img, #content_wrapper .post-ratings-image img
{
	margin-right: 3px;
}

.post_category_rating
{
	float: right;
	margin-top: 22px;
}

.post_category_rating img
{
	margin-right: 3px;
}

#toTop 
{
	display: block;
	float: right;
	cursor: pointer;
	margin-top: 6px;
}

#toTop:hover
{
	text-decoration: none;
}

.ads_wrapper
{
	width: 90%;
	margin: auto;
	text-align: center;
	padding-bottom: 15px;
}

#post_more_wrapper
{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 300px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 3px solid#000;
	-webkit-transition:right 500ms ease-in-out;
	-moz-transition:right 500ms ease-in-out;
	-o-transition:right 500ms ease-in-out;
	-ms-transition:right 500ms ease-in-out;
	transition:right 500ms ease-in-out;
	z-index: 1000;
	text-align: left;
	box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1);
}

#post_more_wrapper.hiding
{
	right: -360px;
}

#post_more_close
{
	position: absolute;
	top: 11px;
	right: 20px;
}

#post_more_close i 
{
	color: #000;
	font-size: 1.4em;
}

.more_story_title
{
	padding: 10px 15px 10px 15px;
	margin: 0 0 20px 0;
	color: #000;
	border-bottom: 1px solid #ccc;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

#post_more_wrapper .inner
{
	padding: 0 20px 20px 20px;
}

.post_more_img_wrapper
{
	margin-bottom: 5px;
}

.post_more_img_wrapper img
{
	max-width: 260px;
	height: auto;
}

.post_ft_gallery_wrapper
{
	text-align: left;
}

.post_ft_gallery_wrapper.gallery_ft
{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.post_ft_gallery_wrapper a
{
	display: inline-block;
}

.page_layerslider
{
	margin: 0;
	margin-top: 10px;
	width: 100%;
	background: #000;
	height: auto;
}

.ls-shadow
{
	display: none !important;
}

.ppb_header
{
	margin-top: 0;
	margin-bottom: 25px;
}

.ppb_header .ppb_subtitle
{
	font-size: 11px;
	margin-top: -5px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
}

.ppb_header .ppb_header_wrapper
{
	float: left;
}

#content_wrapper .inner .inner_wrapper .sidebar_content .ppb_header .ppb_subtitle
{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 30px;
}

.ppb_header.fullwidth
{
	padding-top: 0;
	margin-bottom: 20px;
	position: relative;
	float: left;
	width: 100%;
}

.one
{
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	float: none;
}

.one.ppb_parallax_bg, .one.ppb_video_bg, .one.ppb_video_bg
{
	margin-bottom: 40px;
	margin-top: 20px;
	clear: both;
}

.ppb_video_bg_mask
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
}

.one.ppb_video_bg video
{
	width: 100% !important;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-transform-style: preserve-3d;
}

.one.ppb_video_bg
{
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	background: #000;
}

.me-cannotplay
{
	visibility: hidden;
}

.item_bg
{
	background: #ffc000;
	display: block;
}

.post_audio_wrapper
{
	margin-top: -10px;;
}

#review-box h2.review-box-header
{
	text-align: left;
	margin-bottom: 10px !important;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0;
	margin-top: 0;
	padding-top: 0;
	background: transparent !important;
}

.review-box
{
	padding: 0 !important;
	margin-top: 0 !important;
}

.review-item
{
	margin-bottom: 1px !important;
}

#review-box p
{
	color: #444 !important;
}

.review-percentage .review-item span span
{
	background-image: none !important;
}

.user-rate-wrap
{
	background: transparent !important;
	margin-top: 0 !important;
	padding: 0 !important;
}

.review-stars .review-item, .review-summary
{
	background: transparent !important;
}

.review-stars .review-item
{
	padding: 4px 0 4px 0 !important;
}

.review-final-score
{
	background: transparent !important;
	border: 0 !important;
}

#review-box .review-final-score h3
{
	color: #000;
	font-weight: 400;
}

#review-box .review-final-score h4
{
	color: #000;
	font-weight: 400;
	margin-top: 15px;
}

.review-box
{
	background: transparent !important;
}

.review-bottom
{
	margin-top: 30px !important;
	margin-bottom: 15px !important;
}

.taqyeem-review-widget .review-bottom
{
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li #review-box h2.review-box-header
{
	display: none !important;
}

#content_wrapper .sidebar .content .sidebar_widget li.taqyeem-review-widget h2.widgettitle
{
	margin-bottom: 1px !important;
}

ul.reviews-posts h3
{
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
	margin: 0;
}

#footer ul.reviews-posts h3
{
	font-size: 12px;
}

ul.reviews-posts li
{
	width: 90%;
	margin-bottom: 5px;
}

ul.reviews-posts .review-thumbnail, ul.reviews-posts .review-thumbnail img
{
	width: 70px;
	height: 70px;
}

#review-box.review-percentage .review-item h5, #review-box.review-percentage .review-item h5, #review-box .review-item h5
{
	padding: 0 !important;
	color: #000 !important;
	font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
	display: block;
	float: left;
	font-size: 14px !important;
	z-index: 1 !important;
}

.review-item .review-point-number
{
	float: right;
	padding: 0 !important;
	color: #000 !important;
	line-height: 26px;
	font-weight: bold;
	font-size: 14px !important;
}

.review-percentage .review-item > span
{
	background: transparent !important;
	height: 42px !important;
}

#review-box h1, #review-box h2, #review-box h3, #review-box h4, #review-box h5, #review-box h6, #review-box p, #review-box strong
{
	color: #000 !important;
}

.review-percentage .review-item span span.review-point-wrapper, .review-point-wrapper
{
	top: 30px !important;
	height: 7px !important;
	width: 100%;
	overflow: hidden;
	background: #ebebeb !important;
	display: block;
}

.review-summary
{
	background: transparent !important;
}

.review-box
{
	border: 1px solid #ccc;
	padding: 20px !important;
}

.review-percentage .review-item span span
{
	background: #000 !important;
}

.review-item span span
{
	height: 7px !important;
}

.review-item span span span
{
	background: #f4b711 !important;
	display: block;
	height: 7px;
	-webkit-animation: wentrance 2s;
	animation: wentrance 2s;
}

#content_wrapper .sidebar .content .sidebar_widget > li.taqyeem-review-widget .review_wrap
{
	padding-top: 15px;
}

#autocomplete 
{
    display: none;
	position:absolute;
    z-index: 999999;
	width:280px;
	font-size: 13px;
	background:#ffffff;
	margin-left: -108px;
	margin-top: 0px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
#autocomplete a, #autocomplete a:hover, #autocomplete a:active
{
	text-decoration: none !important;
}
#autocomplete ul 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#autocomplete li
{
    display:block;
    clear:both;
    float: left;
    width: 250px;
    padding: 15px 15px 0 15px;
}
#autocomplete li:last-child
{
	padding-bottom: 15px;
}
#autocomplete li:hover
{
    background-color: #f9f9f9;
    background-image: none;
}
#autocomplete li.view_all
{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	background: #f4b711;
	padding: 10px 15px 10px 15px;
}
#autocomplete li.view_all a
{
	color: #fff;
}
#autocomplete li .ajax_post
{
	float:left;
	width:180px;
}
.screen-reader-text 
{
	display:none;
}

.mobile_main_nav li a
{
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

#mobile_nav_icon 
{
	display: block;
	border-bottom: 10px double #999;
	border-top: 3px solid #999;
	height: 4px;
	width: 22px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-top-color: rgba(255,255,255,0.7);
	border-bottom-color: rgba(255,255,255,0.7);
	display: none;
	cursor: pointer;
	margin: auto;
	margin-top: 12px;
	border-color: #fff;
}

.mobile_nav_icon_bg
{
	float: left;
	width: 40px;
	margin-right: 10px;
	height: 40px;
	display: none;
}

.mobile_menu_wrapper
{
	left: 0px;
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-moz-transform: translate(-100%, 0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: subpixel-antialiased;
	 width: 70%; 
	 background: #000; 
	 position: absolute;
	 top: 0px;
	 overflow: visible;
	 display: none;
}

body.js_nav .mobile_menu_wrapper
{
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate(0px, 0px, 0px);
}

@-moz-document url-prefix() {
	.mobile_menu_wrapper
	{
		display: none !important;
	}
    body.js_nav .mobile_menu_wrapper 
    {
        display: block !important;
    }
}

.sticky
{
	background: #ffffe0;
	padding: 5px 20px 5px 20px;
	border: 1px solid #e6db55;
}

.sticky .post_wrapper
{
	border: 0;
	padding-bottom: 25px;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

.gallery .gallery-item img
{
	border: 0 !important;
}

.slider_wrapper
{
	width: 100%;
	height: 0;
	margin: auto;
	position: relative;
}

#page_slider.slider_wrapper
{
	width: 960px;
	height: 0;
	margin: auto;
	margin-top: 30px;
	overflow: hidden;
	clear: both;
}

#page_slider.slider_wrapper.visible
{
	margin-bottom: 30px;
	overflow: visible;
}

#page_slider .flex-control-nav
{
	display: none;
}

.slider_wrapper .main_post
{
	float: left;
	width: 67.2%;
	margin-right: 4px;
	height: 430px;
	position: relative;
	background-size: cover;
}

.slider_wrapper .main_post .post_title
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: transparent url('../png/main_slider_bg.png') repeat-x bottom;
	box-sizing: border-box;
	margin: auto;
	padding: 10px 20px 10px 20px;
}

.slider_wrapper .main_post .post_title h3
{
	font-size: 28px;
	color: #fff;
	width: 100%;
	display: inline-block;
	margin: 0 0 -5px 0;
}

.slider_wrapper .sub_post
{
	float: left;
	width: 32.3%;
	margin-bottom: 4px;
	height: 213px;
	position: relative;
	background-size: cover;
	overflow: hidden;
}

.slider_wrapper .sub_post a img
{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 100%;
	height: auto;
}

.slider_wrapper .sub_post a:hover img
{
	opacity: .6;
}

.slider_wrapper .sub_post .post_title
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url('../png/main_slider_bg.png') repeat-x bottom;
	margin: auto;
	padding: 10px 10px 0px 15px;
	box-sizing: border-box;
	width: 100%;
}

.slider_wrapper .sub_post .post_title h4
{
	font-size: 18px;
	color: #fff;
}

.slider_wrapper .main_post_full
{
	float: left;
	width: 100%;
	height: 430px;
	position: relative;
	background-size: cover;
}

.slider_wrapper .main_post_full a img
{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 100%;
	height: auto;
}

.slider_wrapper .main_post_full a:hover img
{
	opacity: .6;
}

.slider_wrapper .main_post_full .post_title, .ppb_parallax_bg .post_title, .ppb_video_bg .post_title, .ppb_video_bg .post_title
{
	display: block;
	width: 100%;
	background: transparent url('../png/main_slider_bg.png') repeat-x;
	vertical-align: bottom;
	margin: auto;
	bottom: 0;
	position: absolute;
	left: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	z-index: 9999;
}

.ppb_parallax_bg .post_title h3, .ppb_video_bg .post_title h3
{
	color: #fff;
}

.ppb_video_bg .post_title
{
	z-index: 9;
}

.slider_wrapper .main_post_full .post_title h3
{
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin: 0 2px 0 25px;
}

.slider_wrapper .main_post_full .slider_date, .slider_wrapper .main_post .slider_date
{
	font-size: 12px;
	color: #fff;
	float: left;
	margin: 0 10px 0 25px;
}

.slider_wrapper .main_post .slider_date
{
	margin-left: 0;
}

.slider_wrapper .main_post_full .read_full, .slider_wrapper .main_post .read_full
{
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: #f4b711;
	font-size: 14px;
}

.ppb_parallax_bg .post_title .read_full a, .ppb_video_bg .post_title .read_full a, .ppb_video_bg .post_title .read_full 
{
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: #f4b711;
	font-size: 14px;
}

.slider_wrapper .main_post_full .post_title .post_excerpt, .ppb_parallax_bg .post_title .post_excerpt, .ppb_video_bg .post_title .post_excerpt
{
	color: #ccc;
	text-align: center;
	max-height: 0;
	opacity: 0;
	padding: 0 20px 0 20px;
	font-size: 16px;
	width: 80%;
	margin: auto;
}

.slider_widget_wrapper
{
	margin-top: 10px !important;
	text-align: center;
	float: left;
}

h1.page-title
{
	float: left;
}

#top_bar
{
	width: 100%;
	background: #000;
	border-bottom: 1px solid #666;
}

#breaking_wrapper
{
	width: 960px;
	margin: auto;
	height: 40px;
}

h2.breaking
{
	display: block;
	float: left;
	padding: 7px 10px 6px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	text-overflow: clip;
	white-space: nowrap;
}

#breaking_new
{
	color: #999;
	margin: 0 0 0 0;
	float: left;
	font-size: 13px;
}

#breaking_new ul
{
	height: 40px !important;
	width: 420px;
	overflow: hidden;
}

#breaking_new a
{
	color: #ccc;
	line-height: 40px;
}

#breaking_new .tickertitle
{
	display: none !important;
}

h5.share_label
{
	display: block;
	float: left;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}

h5.edit_review_title
{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin-top: 0;
}

.edit_review_wrapper
{
	width: 240px;
	float: left;
	margin: 0 20px 14px 0px;
	padding: 20px;
	border: 1px solid #ccc;
}

.edit_review_wrapper .visual_circle 
{
	height: 100px;
	margin: 5px 0px 5px 0px;
}

.edit_review_wrapper .visual_value
{
	float: right;
	font-size: 70px;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	color: #000;
	line-height: 1em;
	padding: 17px 0 0px 0px;
	width: 50%;
}

#review_circle canvas
{
	margin-top: 10px;
}

#social_share_wrapper
{
	margin: 0;
	float: right;
}

#social_share_wrapper ul
{
	display: inline-block;
	list-style: none;
	margin: 13px 0 0 0 !important;
}

#social_share_wrapper ul li
{
	display: inline-block;
	margin-left: 2px;
	text-align: center;
}

#social_share_wrapper ul li .facebook_share, #social_share_wrapper ul li .facebook_share:hover, #social_share_wrapper ul li .facebook_share:active
{
	padding: 3px 0 2px 0;
	color: #fff;
	font-weight: bold;
	background: #2e5e9d;
	text-decoration: none;
	display: block;
	width: 50px;
}

#social_share_wrapper ul li .twitter_share, #social_share_wrapper ul li .twitter_share:hover, #social_share_wrapper ul li .twitter_share:active
{
	padding: 3px 0 2px 0;
	color: #fff;
	font-weight: bold;
	background: #00c1f5;
	text-decoration: none;
	display: block;
	width: 50px;
}

#social_share_wrapper ul li .pinterest_share, #social_share_wrapper ul li .pinterest_share:hover, #social_share_wrapper ul li .pinterest_share:active
{
	padding: 3px 0 2px 0;
	color: #fff;
	font-weight: bold;
	background: #cb2227;
	text-decoration: none;
	display: block;
	width: 50px;
}

#social_share_wrapper ul li .google_share, #social_share_wrapper ul li .google_share:hover, #social_share_wrapper ul li .google_share:active
{
	padding: 3px 0 2px 0;
	color: #fff;
	font-weight: bold;
	background: #ed421f;
	text-decoration: none;
	display: block;
	width: 50px;
}

#social_share_wrapper ul li .linkedin_share, #social_share_wrapper ul li .linkedin_share:hover, #social_share_wrapper ul li .linkedin_share:active
{
	padding: 3px 0 2px 0;
	color: #fff;
	font-weight: bold;
	background: #02669a;
	text-decoration: none;
	display: block;
	width: 50px;
}

#social_share_wrapper ul li .tumblr_share, #social_share_wrapper ul li .tumblr_share:hover, #social_share_wrapper ul li .tumblr_share:active
{
	padding: 3px 0 2px 0;
	color: #fff;
	font-weight: bold;
	background: #44546b;
	text-decoration: none;
	display: block;
	width: 50px;
}

#social_share_wrapper ul li .email_share, #social_share_wrapper ul li .email_share:hover, #social_share_wrapper ul li .email_share:active
{
	padding: 3px 0 2px 0;
	color: #fff;
	background: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 50px;
}

#social_share_wrapper ul li .social_icon
{
	font-size: 1.5em;
	line-height: 1.5em;
	color: #fff;
}

.social_share_counter
{
	float: left;
	padding-right: 20px;
	margin-top: 10px;
	border-right: 2px solid #000;
}

.social_share_counter h3
{
	font-size: 40px;
	margin-bottom: 0;
	line-height: 38px;
}

.social_share_counter h5
{
	font-size: 14px;
	color: #999;
	margin: 0;
	display: block;
	text-align: center;
}

.video_shortcode_wrapper
{
	overflow:hidden
}

.video_shortcode_wrapper video
{
	max-width: 100% !important;
	height: auto !important;
}

#post_gallery_bg, #post_vimeo_video_bg, #post_youtube_video_bg, #post_self-hosted_video_bg
{
	cursor: pointer;
}

#post_gallery_bg:hover .post_type_bg_mask, #post_vimeo_video_bg:hover .post_type_bg_mask, #post_youtube_video_bg:hover .post_type_bg_mask, #post_self-hosted_video_bg:hover .post_type_bg_mask
{
	display: block;
	background: rgba(0,0,0,0.3);
}

.post_type_bg_mask
{
	width: 100%;
	height: 750px;
	position: absolute;
	left: 0;
	background: rgba(0,0,0,0);
	display: none;
	-webkit-transition:background .3s linear;
	-moz-transition:background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

#swipebox-caption
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
}

#swipebox-caption .swipe_desc
{
	font-family: "Times New Roman",Times,serif;
	font-size: 16px;
	font-style: italic;
	color: #999;
	width: 70%;
	margin: auto;
	line-height: 20px;
}

ul.cat_filter
{
	float: right;
	list-style: none;
	text-align: right;
	margin:0;
	padding-bottom: 15px;
	margin-bottom: 0;
	margin-top: 15px;
}

#content_wrapper .inner .inner_wrapper ul.cat_filter li, ul.cat_filter li
{
	display: inline-block;
	padding: 0;
}

#content_wrapper .inner .inner_wrapper ul.cat_filter li a, ul.cat_filter li a.selected, ul.cat_filter li a, #content_wrapper .inner .inner_wrapper ul.cat_filter li a:active ul.cat_filter li a:active
{
	font-size: 14px;
	color: #777;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	padding: 5px 15px 5px 15px;
	background: #ebebeb;
}

#content_wrapper .inner .inner_wrapper ul.cat_filter li a.selected, ul.cat_filter li a.selected, ul.cat_filter li a:hover, #content_wrapper .inner .inner_wrapper ul.cat_filter li a:hover
{
	color: #fff;
	background: #000;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content_wrapper ul.products
{
	margin-left: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0 !important;
}

.post_category
{
	margin-top: 3px;
}

.post_tag i, .post_category i
{
	margin-right: 7px;
}

.post_tag a, .post_category a
{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 2px;
	border: 1px solid #ccc;
	padding: 3px 8px 3px 8px;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 14px;
}

.post_tag a:hover, .post_category a:hover, .post_tag a:active, .post_category a:active
{
	background: #f4b711;
	border-color: #f4b711;
	color: #fff;
}

body.single .video-wrap
{
	margin-bottom: 5px;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
{
	box-shadow: 0px 0px 0px black !important;
	width: 100% !important;
	text-align: center !important;
	margin: auto !important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3
{
	font-size: 18px !important;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin-top: 5px !important;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del
{
	font-size: 0.9em !important;
}

.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li ins
{
	text-decoration: none;
	font-weight: bold;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart
{
	display: none !important;
}

.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img
{
	box-shadow: 0px 0px 0px black !important;
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
	width: 45px;
	height: auto;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img
{
	box-shadow: 0px 0px 0px black !important;
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs
{
	margin-left: 0 !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1
{
	font-size: 30px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2
{
	font-size: 18px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3
{
	font-size: 16px !important;
	padding-bottom: 0;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4
{
	font-size: 14px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5
{
	font-size: 13px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6
{
	font-size: 12px !important;
}

.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a
{
	margin-bottom: 3.8%;
}

div[itemprop="description"]
{
	margin: 5px 0 10px 0;
	padding-left: 0 !important;
}

.review-summary
{
	display: none !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	font-size: 14px !important;
	color: #000;
	padding-top: 10px !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	border-color: #E5E5E5 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range
{
	background: #f1f1f1 !important;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5) !important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.5) !important;
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{
	border: 1px solid #cecece !important;
	background: #e4e4e4 !important;
	box-shadow: none !important;
}

.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page #content .quantity .plus:hover
{
	border-color: #c7c0c7 !important;
	background: #f7f6f7 !important;
	color: #5e5e5e !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf)) !important;
	background: -webkit-linear-gradient(#f7f6f7,#dfdbdf) !important;
	background: -moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;
	background: -moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;
}

.woocommerce ul.products li.product a.add_to_cart_button.loading, .woocommerce-page ul.products li.product a.add_to_cart_button.loading, .woocommerce ul.products li.product a.add_to_cart_button:hover, .woocommerce-page ul.products li.product a.add_to_cart_button:hover, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page input.button:active
{
	background: #888;
	color: #fff !important;
	text-shadow: none !important;
	text-transform: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	font-weight: normal !important;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: none !important;
	letter-spacing: 0px !important;
	float: none !important;
	font-size: 14px !important;
	border: 0 !important;
	padding: 8px 14px !important;
}

.woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.add_to_cart_button
{
	opacity: 0.2 !important;
	display: none;
}

.woocommerce ul.products li.product:hover a.add_to_cart_button, .woocommerce-page ul.products li.product:hover a.add_to_cart_button
{
	opacity: 1 !important;
}

.woocommerce ul.products li.product:hover a.add_to_cart_button, .woocommerce-page ul.products li.product:hover
{
	border-color: #777 !important;
}

.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button
{
	opacity: 1 !important;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button, .woocommerce table.cart td.actions .button.alt.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce table.cart td.actions .button.alt
{
	background: #000 !important;
	color: #fff !important;
	text-shadow: none !important;
	border-color: #000 !important;
	font-weight: normal !important;
}

.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button
{
	font-weight: normal !important;
}

.woocommerce ul.product_list_widget li a
{
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a
{
	font-weight: normal !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img
{
	width: 70px !important;
	float: left !important;
	margin-right: 15px !important;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button
{
	font-weight: normal !important;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: none !important;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist
{
	margin-top: 20px !important;
}

.cart-collaterals .cart_totals table {
	width: 100% !important;
}

.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
	width: 46.5% !important;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove
{
	color: #999 !important;
}

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover
{
	color: #fff !important;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering
{
	float: right !important;
	margin: 25px 0 0 0 !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	width: 31.1% !important;
	margin: 0 1.5em 1em 0 !important;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
	margin-right: 0 !important;
}

body.woocommerce .page-title
{
	display: none;
}

h1.product_title
{
	margin: 0;
}

p.price
{
	padding-top: 0;
	margin-top: 0;
}

p.price span.amount
{
	font-weight: bold;
}

#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2
{
	font-size: 18px;
}

.checkout h3
{
	font-size: 18px;
}

.related.products h2, .cart_totals h2, .shipping_calculator h2
{
	font-size: 18px;
	margin-bottom: 0;
}

.cart_totals h2
{
	display: none;
}

.shipping_calculator h2
{
	text-align: left;
}

.related.products
{
	margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before
{
	border-bottom: 3px solid #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li
{
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a
{
	padding: 10px 30px 9px 30px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active
{
	background: #000 !important;
	border-radius: 0px !important;
	height: auto !important;
	z-index: 0 !important;
	padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a
{
	color: #fff !important;
	font-weight: bold !important;
	border: 0 !important;
	border-radius: 0px !important;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs
{
	padding-left: 0 !important;
}

.widget_shopping_cart_content a.button
{
	margin-right: 5px !important;
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price
{
	font-size: 1.5em !important;
}

.product_meta > span
{
	clear: both;
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after
{
	border: 0 !important;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info
{
	box-shadow: 0 0 0 #000 !important;
	border-radius: 0 !important;
}

.woocommerce-message
{
	background: #23B064 !important;
	border-color: #23B064 !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info
{
	background: #4db2ec !important;
	border-color: #4db2ec !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-error
{
	background: #e62c22 !important;
	border-color: #e62c22 !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info a, .woocommerce-message a, .woocommerce-error a
{
	color: #fff !important;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before
{
	box-shadow: none !important;
	top: 0.4em !important;
	background: #23B064 !important;
}

.woocommerce-info:before
{
	background: #4db2ec !important;
}

.woocommerce-error:before
{
	background: #e62c22 !important;
}

.woocommerce .woocommerce-message a.button
{
	display: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, #order_review
{
	margin-bottom: 0;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
	text-align: center;
}

.search_form_wrapper
{
	margin-bottom: 10px;
}

.post_carousel.flexslider .slides > li
{
	margin-right: 20px;
}

.woocommerce-result-count
{
	display: none;
}

body.woocommerce-page #page_caption
{
	float: left;
	width: auto;
}

.woocommerce-page .products .star-rating
{
	display: none;
}

.woocommerce span.onsale, .woocommerce-page span.onsale
{
	box-shadow: none;
	text-shadow: none;
	color: #fff;
}

.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination
{
	text-align: left;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers
{
	margin-left: 0 !important;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a
{
	text-align: center;
}

.price_slider_wrapper
{
	margin-top: 30px;
}

.woocommerce-page ul.product_list_widget li .star-rating
{
	display: none;
}

.woocommerce-page ul.product_list_widget li a
{
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 15px;
}

.woocommerce-page ul.product_list_widget li ins
{
	background: transparent;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button
{
	float: left !important;
}

ul.product_list_widget li
{
	padding: 10px 0 10px 0 !important;
}

.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product
{
	clear: both;
}

.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating
{
	display: none;
}

.woocommerce-page div.product form.cart
{
	margin-top: 2em;
}

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before
{
	display: block;
	clear: none;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img
{
	width: 70px;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
	font-size: 14px;
	padding: 12px 12px 10px 12px;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before
{
	line-height: 1em;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .wc-forward a:after, .wc-forward:after
{
	display: none;	
}

#bbpress-forums li.bbp-header ul, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results
{
	margin: 0 0 0 0 !important;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic
{
	background: transparent !important;
	border: 0 !important;
	margin: 10px 0 0 0 !important;
}

#option_btn
{
	position: absolute;
	top: 95px;
	left:-2px;
	cursor:pointer;
	z-index: 999;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
}

#option_btn i
{
	font-size: 16px;
	line-height: 42px;
}

#option_wrapper
{
	position: absolute;
	top: 70px;
	left:-210px;
	width: 200px;
	background: #fff;
	z-index: 99999;
	color: #666;
	font-size: 13px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border: 1px solid #d5d5d5;
	text-align: center;
}

#option_wrapper .inner
{
	padding: 15px;
	box-sizing: border-box;
}

#option_wrapper h6
{
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.option_background
{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-top: 5px;
	border-radius: 5px;
	background-size: cover;
	background-position: center center;
}

a.skin_box
{
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 5px 5px 0 0;
}

.pp_checkbox_wrapper {
	border: 1px solid #e5e5e5;
	margin: 3px 6px 3px 0;
}

.colorpicker_preview
{
	width: 100%;
	height: 30px;
	margin: 5px 0 0 0;
}

#option_wrapper select
{
	width: 160px;
}

#option_wrapper .reset
{
	width: 100%;
	color: #333;
	border: 1px solid #ccc;
	display: block;
	box-sizing: border-box;
	padding: 3px 0 3px 0;
	margin: 0 0 5px 0;
}