/* 
	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 .fa
{
	color: #555555;
}

.social_wrapper ul li a i
{
	font-size: 1em;
	color: #fff;
	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: #f0f0f0;
	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
{
	padding: 0 !important;
	background: transparent !important;
}

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

#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("../images/search_box_bg.png") 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, button:hover
{
	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, button:hover
{
	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: 30px;
	margin-bottom: 0;
	text-align: center;
}

.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("../images/search_box_bg.png") 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:white;
	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;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	position:absolute;
 	padding: 0;
 	margin-top: 0;
 	margin-left: 0;
 	width: 220px;
 	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;
  width: 960px;
  margin: 0 auto;
}

.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%;
}

.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;
	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: 185px;
	padding: 6px 19px 6px 16px;
	border: 0;
	font-size: 14px;
	color: #555;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	display: block;
	border-bottom: 1px solid #ebebeb;
}

.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
{
	background: #fff;
	color: #000;
}

.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;
	background: #f4b711;
	color: #fff;
}

.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;
	line-height: 30px;
}

.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("../images/trans_000_bg.png") 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;
}

.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: right;
	margin-left: 10px;
}

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

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

.ppb_column_post.masonry, .element[rel=three_columns]
{
	width: 31%;
	float: left;
	margin-right: 32px;
	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('../images/loading.gif') no-repeat center center;
	padding-bottom: 10px;
	position: relative;
	z-index: 999;
}

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

.ppb_filter_loading
{
	background: #fff url('../images/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;
}

.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: 5px 0 0 5px;
}

.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: left;
}

.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: 15px;
	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("../images/bt_g.png") 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: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#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;
}

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

.gravatar 
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 60px;
	margin-right: 20px;
}

.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('../images/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('../images/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('../images/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: #f0f0f0;
}

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

h2.breaking
{
	display: block;
	float: left;
	padding: 7px 10px 6px 0;
	color: #e52232;
	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: #555555;;
	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;
}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .ppb_parallax_bg { background-attachment: scroll !important; }
}

/* 
#Tablet (Portrait)
================================================== 
*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
	.menu-secondary-menu-container { display: none; }
	.mobile_menu_wrapper, .mobile_menu_wrapper .menu-secondary-menu-container { display: block; }
	.menu-secondary-menu-container.fixed { position: static; }
	.mainmenu.notice { display: none; }
	#breaking_wrapper { margin-left: 50px; width: calc(100% - 50px); }
	#breaking_new { width: 320px; display: none; }
	h2.breaking, #breaking_wrapper #searchform { display: none; }
	body { font-size: 13px; }
	h1 { font-size: 30px; }
	h2 { font-size: 24px; }
	h3 { font-size: 22px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h5.header_line, #content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line { font-size: 22px; }
	h6 { font-size: 14px; }
	h7 { font-size: 14px; }
	.one { margin-top: 0; }
	h5.ppb_classic_title { font-size: 18px; }
	#page_caption h1, #page_caption h2 { font-size: 28px; margin-bottom: 5px; }
	#boxed_wrapper { width: 768px; }
	#option_btn { display: none; }
	#wrapper { width: 100%; }
	#top_bar { width: 100%; }
	#page_slider.slider_wrapper { width: 726px; max-height: 326px; margin-top: 20px; height: 326px !important; }
	#page_slider.slider_wrapper.visible { margin-bottom: 20px; }
	.standard_wrapper.small { width: 726px; }
	.standard_wrapper img { max-width: 726px; height: auto; }
	input[type="submit"].medium, input[type="button"].medium, a.button.medium { font-size: 14px; padding: .65em 1.4em .65em 1.4em; }
	#footer, .footer_wrapper { width: 100%; }
	#footer ul.sidebar_widget { width: 726px; float: none; margin: auto !important; }
	#copyright { width: 768px; }
	.copyright_wrapper { width: 726px; }
	.copyright_wrapper .left_wrapper { width: 450px; }
	.copyright_wrapper .right_wrapper { width: 200px; }
	
	.logo { margin: auto; margin-top: 0; float: none; text-align: center; }
	#page_slider .flex-direction-nav a { top: 85% !important; }
	.slider_wrapper { margin-bottom: 0; }
	.slider_wrapper .main_post { height: 326px; width: 49.5%; }
	.slider_wrapper .main_post_full { width: 100%; height: 326px; }
	.slider_wrapper .sub_post { height: 161px;  width: 49.5%; }
	.slider_wrapper .main_post_full .post_title, .ppb_parallax_bg .post_title, .ppb_video_bg .post_title { width: 100%; }
	.slider_wrapper .main_post .post_title h3 { width: 480px; font-size: 20px; }
	.slider_wrapper .main_post_full .post_title h3, .ppb_parallax_bg .post_title h3, .ppb_video_bg .post_title h3, .ppb_transparent_video_bg .post_title h3 { font-size: 24px; line-height: 30px; margin-top: 10px; margin-bottom: 5px; }
	.slider_wrapper .main_post_full .post_title .post_excerpt { font-size: 14px; }
	.slider_wrapper .sub_post .post_title h4 { width: 206px;font-size: 16px !important; }
	#page_slider.three_cols .flex-direction-nav .flex-next { right: -24px; }
	#page_slider.three_cols .flex-direction-nav .flex-prev { left: -26px; }
	#custom_logo { float: none; display: inline; }
	#custom_logo img { max-width: 726px; height: auto; }
	.header_ads { float: none; margin: auto; text-align: center; margin-bottom: 20px; }
	.logo_tagline { display: none; }
	
	#content_wrapper { width: 726px; margin-top:0; margin-bottom: 0; }
	#content_wrapper .inner { width: 100%; }
	.standard_wrapper, .standard_wrapper.wide { width: 726px; }
	#content_wrapper .inner .inner_wrapper.fullwidth { width: 100%; margin: auto; }
	
	#autocomplete { width: 250px; }
	#autocomplete li { width: 220px; }
	#autocomplete li .ajax_post { width: 150px; }
	
	.main_nav ul, .main_nav { display:none; }
	.second_nav ul, .second_nav { display: none; }
	
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper { margin-left: 26px; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper { float: left; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar { width: 180px; padding-right: 10px; margin-right: 10px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar { width: 520px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar img, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar iframe, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar div { max-width: 520px; }
	#content_wrapper .inner .inner_wrapper img { max-width: 100%; height: auto; }
	li.Custom_Facebook_Page { display:none; }
	
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper  { width: 200px; padding-left: 0px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding { width: 470px; padding: 15px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content { width: 500px; margin-left: 0; }
	#content_wrapper .inner .inner_wrapper .sidebar_content img, #content_wrapper .innmaxer .inner_wrapper .sidebar_content iframe, #content_wrapper .inner .inner_wrapper .sidebar_content div, #content_wrapper .inner .inner_wrapper .sidebar_content object { max-width: 100%; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div { max-width: 100%; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.row.clearfix { width: 480px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.rev_con { max-width: 150px; margin-right: 10px; }
	
	.map_shadow, #map_contact { width: 530px; height: 250px; }
	.pricing_box.five.large .header span { font-size: 1.3em; top: 15px; }
	.video-js-box, video.video-js { max-width: 520px; }	
	.vjs-poster { width: 520px; height: auto; }
	
	.comment .right { width: 86%; }
	ul.children div.comment .right { width: 82%; }
	#content_wrapper ul.children ul.children { width: 87%; margin-left: 90px; }
	
	.social_profile .social_icon { margin-right: 10px; }
	.social_profile .social_icon img { max-width: 22px !important; height: auto; }
	.social_profile .profile .counter h4 { font-size: 16px; }
	.social_profile .count { display: none; }
	.ads125_wrapper div.ads125, .ads125_wrapper img { width: 90px; height: 90px;}
	.post_header_wrapper { width: 100%; }
	#footer .sidebar_widget li ul.thumb li img, #footer ul.posts.blog li a img.frame,{ width: 38px; }
	.widget_calendar { display: none; }	
	#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li { margin-right: 3px; }
	#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type="text"], #content_wrapper .one_half.home .sidebar_widget li form#searchform input[type="text"], #footer .sidebar_widget li form#searchform input[type="text"] { width: 96%; }
	#about_the_author .description { width: 360px; }
	#about_the_author { width: 100%; }
	.post_header_wrapper.single { width: 250px; }
	.post_wrapper.half { width: 250px; margin-top: 15px; }
	.post_wrapper.half .post_img a img { width: 250px; }
	.post_inner_wrapper.half, body.home .post_inner_wrapper.half, .post_header_wrapper.half { width: 100%; }
	.post_header_wrapper.half h4 { font-size: 18px; }
	.post_img .caption_cat.half { top: -160px; }
	.post_img .caption_cat { top: -221px; }
	ul.children .comment { width: 91%; }
	#content_wrapper #post_mansory_wrapper.inner { width: 768px; margin: auto; margin-top: -40px; }
	.post_wrapper.half.mansory { width: 240px; padding-top: 0; margin: 5px; }
	.post_wrapper.half.mansory .post_img a img { width: 220px; }
	.post_wrapper.half.mansory .post_img { margin-top: 15px; }
	.readmore { font-size: 13px; }
	#about_the_author .description.author, #about_the_author .description.author.withsidebar { width: 600px; }
	
	.post_img.ppb_column_fullwidth { width: 220px !important; height: 121px !important; margin-left: 0; }
	.post_img.ppb_column_fullwidth img { max-width: 220px !important; height: 121px !important; margin-left: 0; }
	
	#post_mansory_wrapper.ppb_fullwidth { width: 726px; }
	.ppb_column_sidebar .review_score_bg { bottom: 4px; }
	.ppb_classic_fullwidth .comment_number_bg, .ppb_classic_fullwidth .review_score_bg { right: 10px; }
	#page_caption .boxed_wrapper { width: 726px; }
	.post_img.half {  max-width: auto !important; height: auto !important; margin-left: 0; }
	.element[rel=two_columns] { margin-right: 0; }
	.element[rel=two_columns], .element[rel=two_columns].last { width: 48%; }
	.post_wrapper.half.mansory .post_img { width: 240px !important; height: auto !important; margin-left: 0; }
	.post_wrapper.half.mansory .post_img img { width: 240px !important; height: auto !important; margin-left: 0; }
	
	#mobile_nav_icon, .mobile_nav_icon_bg { display: block; }
	.mobile_menu_wrapper { overflow: scroll; height: 100%; }
	.mobile_main_nav, mobile_main_nav li ul { list-style: none; border-right: 1px solid #333; overflow: scroll; height: 100%; }
	.mobile_main_nav li { border-top: 1px solid #333; }
	.mobile_main_nav li a { color: #999; display: block; padding: 15px 12px 15px 15px; text-transform: uppercase; text-decoration: none !important; font-size: 14px; }
	.mobile_main_nav li ul li a { padding-left: 30px; }
	.mobile_main_nav li a:hover { background: #222; color: #fff; text-decoration: none !important; }
	.mobile_main_nav li ul li:last-child { border-bottom: 0; }
	.mobile_main_nav li ul li ul li a { padding-left: 60px; }
	
	.ppb_column_post.masonry { margin-right: 24px; }
	.one_half.ppb_classic { margin-bottom: 25px; }
	.post_wrapper.full.ppb_columns { margin-bottom: 5px; }
	.one_half.last.ppb_cat_last { width: 45%; }
	#footer .sidebar_widget li { margin: 0; width: 100%; float: left; }
	.post_slideshow_widget li a img { max-width: 100%; height: auto; }
	.single_post_ft_wrapper { width: 100%; max-height: 500px; }
	.single_post_ft_wrapper div { max-width: 100% !important; max-height: 500px !important; }
	#page_caption { width: 726px; }
	ul.posts.blog li a img.frame { width: 70px; }
	#page_caption.single_post h2 { font-size: 26px; }
	#review-box h2.review-box-header { font-size: 20px; }
	#content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle { font-size: 16px; }
	.single_post_ft_wrapper.gallery_ft, .post_ft_gallery_wrapper.gallery_ft { height: 350px; }
	.pp_gallery img { max-width: 175px !important; height: auto; }
	.carousel_img img { max-width: 353px !important; width: 353px !important; }
	body.single.single-post .carousel_img img { max-width: 155px !important; }
	.one_half.ppb_category { margin-left: 2%; }
	.ppb_header .ppb_desc, #content_wrapper .inner .inner_wrapper .sidebar_content .ppb_header .ppb_desc { font-size: 16px; }
	ul.posts li h3 { font-size: 18px; }
	.post_circle_thumb.large_thumb, .post_circle_thumb.large_thumb img { max-width: 726px; max-height: 400px; width: 726px; height: 400px; }
	.post_circle_thumb.large_thumb img { width: 726px !important; height: 400px !important; }
	.one.ppb_transparent_video_bg { max-height: 300px; height: 300px; }
	.one.ppb_transparent_video_bg div { max-height: 300px; }
	.one.ppb_video_bg { max-height: 400px; height: 400px; }
	.one.ppb_video_bg div { max-height: 400px; }
	.ppb_transparent_video_bg .post_title .post_excerpt { width: 80%; font-size: 14px; }
	.ppb_transparent_video_bg .post_title { top: 10%; }
	.slider_wrapper .main_post_full .post_title .post_excerpt, .ppb_parallax_bg .post_title .post_excerpt, .ppb_video_bg .post_title .post_excerpt { font-size: 14px; }
	#page_caption.single_post { width: 70%; left: 15%; }
	body.single #content_wrapper { margin-top: 20px; }
	.wp-caption { max-width: 450px !important; height: auto; }
	blockquote { font-size: 20px; }
	blockquote:before { margin-top: 40px; }
	h3.title, h3.title a { font-size: 16px; }
	.post_type_bg.single { top: 33%; }
	.post_type_bg.single img { max-width: 40px; height: auto !important; }
	.post_header h3 { font-size: 18px; }
	.post_circle_thumb.search_thumb, .post_circle_thumb.search_thumb img { height: 150px !important; }
	.post_img.main_img, .post_img.classic { min-width: 726px; min-height: 400px; }
	.post_img img { width: 100% !important; height: auto !important; }
	.post_img.fullwidth { min-width: 726px; max-height: 326px; margin-bottom: 10px; }
	.one.ppb_parallax_bg { background-size: 100% !important; background-attachment: scroll !important; max-height: 300px; margin-bottom: 20px; margin-top: 0; }
	#post_video_wrapper iframe { height: 432px; }
	.one.ppb_video_bg video, .one.ppb_transparent_video_bg video { width: 100% !important; height: 100% !important; }
	.ppb_video_bg .post_title .post_excerpt, .ppb_parallax_bg .post_title .post_excerpt { display: none !important; }
	.ppb_video_bg .post_title { bottom: 30px; }
	.one.ppb_video_bg .mejs-container .mejs-controls, .one.ppb_transparent_video_bg .mejs-container .mejs-controls { visibility: visible !important; z-index: 9999; }
	.video_shortcode_wrapper, .post_sound_cloud_wrapper { max-width: 100% !important; height: auto !important; }
	.video_shortcode_wrapper video { width: 100% !important; height: 100% !important; }
	.post_audio_wrapper { width: 100% !important; margin-top: -5px; margin-bottom: 10px; }
	.mejs-container { width: 100% !important; }
	.ppb_parallax_bg { background-attachment: scroll !important; }
	#content_wrapper .inner .inner_wrapper .sidebar_content, .sidebar_content, 	#content_wrapper .inner .inner_wrapper .sidebar_wrapper, .sidebar_wrapper { width: 100%; margin-left: 0; }
	#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads, .sidebar_widget > li.Custom_Ads { text-align: center; }
	.slides.post_slideshow_widget h7 { display: block; margin: 0; }
	#copyright, #copyright_left { width: 100%; text-align: center; }
	#copyright { padding-bottom: 20px; }
	#toTop { float: none; display: inline-block; }
	#footer_menu { float: none; display: inline-block; }
	.search_content { width: 560px; }
	h1.post_title { font-size: 24px; }
	body.single.single-post #content_wrapper .inner .inner_wrapper .sidebar_content { padding-bottom: 20px; }
	.flexslider .slides { margin: 0 !important; }
	strong.title, a.post_title, .slides.post_slideshow_widget h7, #footer strong.title { font-size: 18px; }
	.carousel_img { margin-bottom: 5px; }
	.flexslider.post_carousel .slides > li { width: 353px !important; }
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) { float: left; }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { clear: none; }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 31.5% !important; }
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { margin-bottom: 0; }
	.ppb_column_post.masonry, .element[rel=three_columns] { margin-right: 22px; }
}

/*  
#Mobile (Portrait)
================================================== 
*/

@media only screen and (max-width: 767px) {
	.menu-secondary-menu-container { display: none; }
	.mobile_menu_wrapper, .mobile_menu_wrapper .menu-secondary-menu-container { display: block; }
	.mainmenu.notice { display: none; }
	h1 { font-size: 30px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h3.title, h3.title a { font-size: 16px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }
	h7 { font-size: 18px; }
	.slider_wrapper .main_post_full .post_title h3, .slider_wrapper .sub_post .post_title h4, #page_caption h1, #page_caption.single_post h1 { font-size: 22px; line-height: 26px; }
	#page_caption.single_post h2 { font-size: 22px; }
	h5, h3#reply-title { font-size: 18px; }
	h5.header_line.subtitle, #content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line.subtitle, h5.header_line, #content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line { font-size: 22px; }
	#breaking_new { width: 320px; display: none; }
	h2.breaking, #breaking_wrapper #searchform { display: none; }
	h5.ppb_classic_title { font-size: 16px; }
	body { font-size: 13px; }
	#boxed_wrapper { width: 300px; margin: auto; }
    #top_menu { margin-top: 15px; }
    #top_menu li { font-size: 11px; margin-right: 10px; }
	.standard_wrapper.header { width: 300px; margin: auto; }
	.standard_wrapper img { max-width: 300px; height: auto; }
	#wrapper { width: 100%; }
	#top_bar { width: 100%; margin: auto; height: auto; }
	
	#page_slider.flexslider { max-height: 300px; }
	#page_slider.flexslider.three_cols { max-height: 400px; }
	#page_slider.slider_wrapper, #page_slider.slider_wrapper.visible { width: 300px; height: 180px !important; margin-top: 20px; margin-bottom: 20px; }
	#page_slider.slider_wrapper.three_cols { width: 300px; height: 360px !important; }
	.slider_wrapper { width: 100%; margin: auto; height: auto; margin-bottom: 0; }
	.slider_wrapper .main_post { width: 100%; margin: auto; height: 180px; }
	.slider_wrapper .main_post_full { width: 100%; margin: auto; height: 180px; }
	.slider_wrapper .sub_post { width: 50%; height: 180px; }
	.slider_wrapper .main_post_full .post_title, .ppb_parallax_bg .post_title, .ppb_video_bg .post_title { width: 100%; left: 0; padding: 0; }
	.slider_wrapper .main_post .post_title h3 { width: 95%; margin-top: 0; font-size: 16px !important; line-height: 20px; margin: 0; margin: auto; }
	.slider_wrapper .main_post_full .post_title h3 { width: 95%; font-size: 18px !important; line-height: 20px; margin: 0; margin: auto; margin-top: 15px; }
	.slider_wrapper .main_post_full .post_title .post_title_full_wrapper { margin-left: 10px; margin-bottom: 10px; }
	.slider_wrapper .main_post_full .read_full, .slider_wrapper .main_post .read_full, .slider_wrapper .main_post_full .slider_date, .slider_wrapper .main_post .slider_date { display: none; }
	.slider_wrapper .sub_post .post_title h4 { width: 100%; font-size: 16px !important; }
	.slider_wrapper .main_post_full .post_title .read_full, .slider_wrapper .main_post_full .post_title .read_full:hover, .slider_wrapper .main_post_full .post_title .read_full:active, .ppb_parallax_bg .post_title .read_full a, .ppb_parallax_bg .post_title .read_full a:hover, .ppb_parallax_bg .post_title .read_full a:active, .ppb_video_bg .post_title .read_full a, .ppb_video_bg .post_title .read_full a:hover, .ppb_video_bg .post_title .read_full a:active { font-size: 14px; padding-bottom: 5px; }
	ul.cat_filter { text-align: left; float: left; }
	#content_wrapper .inner .inner_wrapper ul.cat_filter li a, #content_wrapper .inner .inner_wrapper ul.cat_filter li a:hover, #content_wrapper .inner .inner_wrapper ul.cat_filter li a:active, ul.cat_filter li a, ul.cat_filter li a:hover, ul.cat_filter li a:active { font-size: 14px; line-height: 34px; margin-right: 5px; }
	.slider_wrapper .main_post_full .post_title h3, .ppb_parallax_bg .post_title h3, .ppb_video_bg .post_title h3, .ppb_transparent_video_bg .post_title h3 { font-size: 18px !important; line-height: 20px; margin: 0; }
	.slider_wrapper .main_post_full .post_title .post_excerpt, .ppb_parallax_bg .post_title .post_excerpt, .ppb_video_bg .post_title .post_excerpt { display: none !important; }
	.ppb_header .ppb_desc, #content_wrapper .inner .inner_wrapper .sidebar_content .ppb_header .ppb_desc { font-size: 14px; margin-top: 0; }
	.one.ppb_parallax_bg, .one.ppb_video_bg, .one.ppb_transparent_video_bg { max-height: 400px; }

	.standard_wrapper.small { width: 300px; }
	#footer { width: 300px; margin: auto; }
	#footer ul.sidebar_widget { width: 300px; }
	#copyright { width: 300px; }
	.copyright_wrapper { width: 300px; }
	.copyright_wrapper .left_wrapper { float: left; width: 100%; }
	.copyright_wrapper .right_wrapper { float: left; width: 100%; text-align: left; }
	#footer ul li.widget, #footer ul li.widget.last { float: none; width: 100%; margin-left: 0; }
	#footer ul li.widget, #footer ul li.widget .slider_widget_wrapper.flexslider { margin: auto; }
	#footer .sidebar_widget li.widget-four { float: left; }
	
	#content_wrapper { width: 300px; margin-top: 0; padding-top: 0; margin: auto; }
	.caption_inner { width: 290px; }
	.standard_wrapper, .standard_wrapper.wide { width: 300px; margin: auto; }
	
	.one_fourth { width: 100%; margin-bottom: 2%; clear: both; }
	.one_fourth.last { width: 100%; margin-bottom: 2%; clear: both; }
	.one_third { width: 100%; margin-bottom: 2%; clear: both; }
	.one_third.last { width: 100%; margin-bottom: 2%; }
	.one_half { width: 100%; margin-bottom: 2%; float: none; clear: both; }
	.one_half.last { width: 100%; margin-bottom: 2%; clear: both; }
	.two_third { width: 100%; margin-bottom: 2%; clear: both; }
	.two_third.last { width: 100%; margin-bottom: 2%; clear: both; }
	.one_fifth { width: 100%; margin-bottom: 2%; clear: both; }
	.one_fifth.last { width: 100%; margin-bottom: 2%; clear: both; }
	.one_sixth { width: 100%; margin-bottom: 2%; clear: both; }
	.one_sixth.last { width: 100%; margin-bottom: 2%; clear: both; }
	.pricing_box.three { width: 100%; }
	.ppb_category.ppb_category { margin-top: 20px; margin-bottom: 20px; margin-left: 0; }
	.post_img.ppb_cat img { width: 100% !important; height: 100% !important; }
	
	#content_wrapper .inner { margin: 0; width: 300px; margin: auto; }
	
	#content_wrapper .inner .inner_wrapper .sidebar_content, .sidebar_content, .element[rel=two_columns], .element[rel=two_columns].last { width: 100%; margin: 0; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar { width: 100%; padding-right: 0; margin-right: 0; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar { width: 100%; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar iframe, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar div, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar img { max-width: 100%; height: auto; }
	#content_wrapper .inner .inner_wrapper img { max-width: 100%; height: auto; }
	li.Custom_Facebook_Page { display:none; }
	
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper  { width: 100%; float: none; padding-left: 0; margin: 0; margin: auto; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar { float: none; width: 300px; margin: 0; margin: auto; }
	#content_wrapper .inner .inner_wrapper .sidebar_content { width: 300px; margin: auto; margin-top: 0; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding { width: 300px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content iframe, #content_wrapper .inner .inner_wrapper .sidebar_content div, #content_wrapper .inner .inner_wrapper .sidebar_content img { max-width: 100%; }
	body.home #content_wrapper .inner .inner_wrapper .sidebar_wrapper { margin-top: 10px; float: left; position: relative; width: 300px; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper { margin-top: 0; margin-bottom: 30px; }
	
	#searchform input[type="text"] { width: 250px; }
	blockquote { width: 80%; }
	
	.top_info { text-align: center; width: 100%; margin-bottom: 10px; }
	.logo { text-align: center; float: none; margin: 0; }
	#header_bg { padding: 25px 0 25px 0; }
	#custom_logo { float: none; margin: auto; }
	#custom_logo img { max-width: 200px; height: auto; }
	.header_ads { float: none; text-align: center; margin: 0;margin-top: 20px; }
	
	.gravatar.comment_reply { width: 50px; }
	.gravatar.comment_reply img.avatar { width: 50px; height: auto; }
	.comment .right { width: 72%; }
	ul.children div.comment .right { width: 70%; }
	
	ul.children div.comment ul.children div.comment .right { width: 50%; }
	
	#content_wrapper ul.children ul.children { width: 100%; }
	ul.children .comment { margin-left: -35px; width: 100%; margin-top: 0; }
	#content_wrapper ul.children { border: 0; margin-top: 30px !important; }
	
	.comment_wrapper #respond { margin-left: 20px; }
	.comment_wrapper ul.children #respond { margin-left: -55px; }
	
	form textarea { max-width: 269px; }
	
	.post_wrapper.half { width: 210px; }
	
	#header_wrapper { margin-bottom: 0; }
	.header_ads { float: none; }
	.ads468 { width: 290px; }

	.post_header_wrapper { width: 100%; }
	.post_header, .post_header.single_post { width: 100%; }
	.post_inner_wrapper { width: 100%; margin: auto; }
	#footer .sidebar_widget li ul.thumb li img, #footer ul.posts.blog li a img.frame,{ width: 38px; }
	#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li { margin-right: 3px; }
	#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type="text"], #content_wrapper .one_half.home .sidebar_widget li form#searchform input[type="text"], #footer .sidebar_widget li form#searchform input[type="text"] { width: 100%; }
	#about_the_author .description.author { width: 190px; }
	#about_the_author { width: 260px; }
	.comment_inner, .comment { width: 300px; }
	.post_header_wrapper.single { width: 250px; }
	.post_wrapper.half { width: 300px; margin-top: 15px; }
	.post_wrapper.half .post_img a img { width: 260px; }
	.post_inner_wrapper.half, body.home .post_inner_wrapper.half, .post_header_wrapper.half { width: 100%; margin-left: 0 !important; }
	.post_header_wrapper.half h4 { font-size: 18px; }
	.post_img .caption_cat.half { top: -191px; }
	.post_wrapper { margin-left: 0; }
	.post_header h3 { font-size: 18px; }
	.post_img .caption_cat { top: -130px; }
	
	#copyright { width: 100%; margin-top: 0; padding-top: 20px; padding-bottom: 50px; }
	#copyright_left, #toTop { float: none; width: 100%; text-align: center; }
	#copyright .social_wrapper { float: none; width: 100%; text-align: center; }
	#copyright .social_wrapper ul li { float: none; margin-top: 15px; }
	h2.widgettitle.header { margin: 0; }
	.page_fullwidth { margin-left:0; }
	.comment_inner #respond { margin-left: 0; }
	ul.children .comment { border: 0; }
	.header_ads img { max-width: 300px; }
	.footer_wrapper { width: 100%; }
	body.home .footer_wrapper { margin-top: 0; }
	#footer .sidebar_widget li ul.thumb li img { width: 76px; }
	#content_wrapper #post_mansory_wrapper.inner { width: 320px; margin-top: 0; margin-left: 0; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.widthbg { width: 260px; }
	.sidebar_content .page_fullwidth, #content_wrapper .inner .inner_wrapper.fullwidth { width: 300px; margin: auto; padding: 0; margin-top: 0; }
	#contact_form textarea, #commentform textarea { max-width: 94%; width: 94%; }
	#commentform pre, code, tt { width: 220px; }
	.post_wrapper.dark { padding-top: 2px; }
	.pagination { margin: 0 0 0 2px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.row.clearfix { width: 260px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.rev_con { width: 260px !important; clear: both; float: left !important; margin-top: 30px; }
	
	#autocomplete { width: 100%; margin-left:0; }
	#autocomplete li { width: 100%; }
	#autocomplete li .ajax_post { width: 75%; }
	#autocomplete li.view_all { margin-top: 10px; }
	
	#breaking_wrapper { width: 100%; }
	#breaking_wrapper.fixed #searchform { display: none; }
	#breaking_wrapper #searchform { position: relative; padding-left: 0; margin-left: 0; }
	.main_nav ul, .main_nav { display:none; }
	.second_nav ul, .second_nav { display: none; }
	#mobile_nav_icon, .mobile_nav_icon_bg { display: block; }
	.mobile_menu_wrapper { overflow: scroll; height: 100%; }
	.mobile_main_nav, mobile_main_nav li ul { list-style: none; border-right: 1px solid #333; overflow: scroll; height: 100%; }
	.mobile_main_nav li { border-top: 1px solid #333; }
	.mobile_main_nav li a { color: #999; display: block; padding: 15px 12px 15px 15px; text-transform: uppercase; text-decoration: none !important; font-size: 14px; }
	.mobile_main_nav li ul li a { padding-left: 30px; }
	.mobile_main_nav li a:hover { background: #222; color: #fff; text-decoration: none !important; }
	.mobile_main_nav li ul li:last-child { border-bottom: 0; }
	.mobile_main_nav li ul li ul li a { padding-left: 60px; }
	
	.post_img { background: transparent !important; }
	.post_img.ppb_cat_fullwidth { width: 100% !important; height: auto !important; text-align: center; }
	.post_img.ppb_cat_fullwidth img { max-width: 290px !important; height: auto; max-height: 290px !important; }
	.post_img.ppb_cat_sidebar { width: 100% !important; height: auto !important; text-align: center; }
	.post_img.ppb_cat_sidebar img { max-width: 290px !important; height: auto; }
	.post_img.ppb_classic_sidebar { width: 100% !important; height: auto !important; text-align: center; }
	.post_img.ppb_classic_sidebar img { max-width: 290px !important; height: auto; margin-left: 0; }
	.post_img.ppb_classic_fullwidth { width: 100% !important; height: auto !important; margin-left: 0; text-align: center; }
	.post_img.ppb_classic_fullwidth img { max-width: 300px !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_sidebar { max-width: auto !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_sidebar img { max-width: auto !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_fullwidth { width: 100% !important; height: auto !important; margin-left: 0; text-align: center; }
	.post_img.ppb_column_fullwidth img { max-width: auto !important; height: auto !important; margin-left: 0; }
	
	.ppb_column_sidebar .review_score_bg { font-size: 20px; bottom: 4px; }
	#post_mansory_wrapper.ppb_fullwidth { width: 300px; }
	.ppb_column_post.masonry { width: 100%; }
	#content_wrapper .sidebar .content .sidebar_widget > li:last-child { margin-bottom: 0; } 
	#page_caption .boxed_wrapper { width: 100%; }
	#page_caption { width:300px; margin: auto; padding-bottom: 20px; margin-top: 20px; }
	.gravatar { width: 50px; height: 50px; }
	.post_img, .post_img.single, .post_img.nospace { width: 100%; height: auto; text-align: center; }
	.post_wrapper.half.mansory { width: 150px; margin-left: 0; }
	.post_previous_icon, .post_next_icon { display: none; }
	.post_wrapper.half.mansory .post_img, .post_wrapper.half.mansory .post_img img { width: 150px !important; height: 100px !important; }
	.flexslider .slides { margin: 0 !important; }
	.one_half.ppb_classic.last { margin-bottom: 25px; }
	h7.ppb_cat_title { width: 100%; text-align: center; }
	.one_half.last.ppb_cat_last { width: 100%; text-align: center; }
	.type-post[rel=two_columns], .ppb_column_post { margin-right: 10px; }
	.single_post_ft_wrapper { width: 100%; height: 300px !important; margin: auto; }
	#page_caption.single_post { width: 100%; left: 0; padding: 15px 0 15px 0; }
	.single_post_ft_wrapper div { max-width: 100% !important; }
	.single_post_ft_wrapper.gallery_ft { max-height: 166px; }
	.video_wrapper { margin-bottom: 35px; }
	.search_form_wrapper form input { max-width: 210px; }
	.pp_gallery img { max-width: 145px !important; height: auto; } 
	h1.error { font-size: 28px; }
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: none; width: 100% !important; margin: 0; }
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) { float: none; width: 100%; margin: 0; }
	.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary { 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: 100% !important; }
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { margin-left: 0 !important; }
	.single_post_ft_wrapper.gallery_ft, .post_ft_gallery_wrapper.gallery_ft { height: 160px; }
	h2.breaking { display: none; }
	.post_detail.half { width: 100%; }
	.carousel_img { margin-bottom: 5px; }
	.carousel_img img { width: 300px !important; }
	.post_circle_thumb.large_thumb, .post_circle_thumb.large_thumb img { max-width: 160px; max-height: 160px; }
	.one.ppb_parallax_bg, .one.ppb_video_bg, .one.ppb_transparent_video_bg { max-height: 200px; }
	.ppb_transparent_video_bg .post_title .post_excerpt { display: none; }
	.one.ppb_transparent_video_bg div, .one.ppb_video_bg div { max-height: 200px; }
	.ppb_transparent_video_bg .post_title { top: 10%; }
	.one.ppb_video_bg .mejs-container .mejs-controls, .one.ppb_transparent_video_bg .mejs-container .mejs-controls { visibility: visible !important; z-index: 9999; }
	.ppb_video_bg .post_title { bottom: 25px; }
	body.single #content_wrapper, body.single.single-product #content_wrapper { margin-top: 20px; }
	
	.alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter { float: none; margin: 0; }
	.wp-caption { padding: 0; }
	#social_share_wrapper ul li { margin-bottom: 5px; }
	.review-short-summary, div[itemprop="description"] { padding-top: 0 !important; }
	.review-final-score { padding-top: 10px !important; }
	blockquote { font-size: 16px; line-height: 24px; }
	blockquote:before { font-size: 2em; margin-top: 40px; }
	.post_type_bg_mask { height: 300px; }
	.post_type_bg { display: none; }
	.post_type_bg.single { display: block; top: 26%; padding: 10px 15px 8px 15px; width: 34px; }
	.post_type_bg img { width: 34px !important; height: auto !important; }
	#swipebox-caption .swipe_desc { display: none !important; }
	.post_img { width: 300px !important; height: 165px !important; }
	.post_circle_thumb.search_thumb { margin: auto; float: none; }
	#about_the_author .description { width: 190px; }
	input[type=text], input[type=password], textarea, #contact_form textarea, #commentform textarea { max-width: 280px; }
	.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1.product_title { font-size: 18px !important; }
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images { margin-bottom: 10px !important; }
	.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs { padding-left: 0 !important; }
	#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2, .related.products h2, .cart_totals h2, .shipping_calculator h2 { font-size: 16px; }
	.one.ppb_parallax_bg { background-size: 100% !important; background-attachment: scroll !important; max-height: 200px; background-position: 0 0 !important; margin-bottom: 20px; }
	.video_shortcode_wrapper, .post_sound_cloud_wrapper { max-width: 100% !important; height: auto !important; }
	.video_shortcode_wrapper video { width: 100% !important; height: 100% !important; }
	.post_audio_wrapper .mejs-container { max-width: 100% !important; }
	#breaking_wrapper #searchform button img { display: none; }
	.one_half.last.ppb_cat_last .thumb_img { width: 100% !important; float: left !important; background: transparent; }
	.one_half.last.ppb_cat_last .thumb_img img { width: 150px !important; height: auto; margin-bottom: 10px; }
	.ppb_parallax_bg { background-attachment: scroll !important; }
	.slider_wrapper .main_post_full .slider_date, .slider_wrapper .main_post .slider_date { margin-left: 0; }
	.flexslider.post_carousel .slides > li { width: 300px !important; }
	strong.title, a.post_title, #footer strong.title { font-size: 18px; }
	#footer_menu { float: none; text-align: center; }
	#page_slider .flex-direction-nav a { top: 75% !important; }
	#page_slider .flex-direction-nav .flex-next { right: 0px; }
	#page_slider .flex-direction-nav .flex-prev { right: 25px; }
	.ppb_header.fullwidth { margin-bottom: 10px; }
	#page_caption { margin-top: 0; }
	.social_wrapper { max-width: 80%; width: auto; }
	.search_thumb_wrapper { margin-bottom: 10px; }
	h1.post_title { font-size: 18px; }
	#about_the_author .description.author.withsidebar { width: 190px; }
	.post_previous_content h6, .post_next_content h6 { font-size: 16px; }
	.post_img.fullwidth { max-height: 134px !important; margin-bottom: 10px; }
	.post_previous_content { width: 100%; }
	.post_audio_wrapper { margin-bottom: 5px; }
	.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.2em !important; }
	.ppb_column_post.masonry, .element[rel=three_columns] { width: 100%; margin-right: 0; }

/* 
#Mobile (Landscape)
================================================== 
*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#boxed_wrapper { width: 480px; margin-top: -20px; }
	#header_wrapper { display: block; }
	#top_menu li { font-size: 14px; }
	#header_wrapper .social_wrapper { width: 100%; }
	.standard_wrapper.header { width: 480px; }
	.standard_wrapper img { max-width: 480px; height: auto; }
	#wrapper { width: 480px; }
	.standard_wrapper.small { width: 420px; }
	.tagline_text { float: none; width: 100%; }
	.tagline_button { float: none; width: 100%; text-align: center; margin-top: 30px; }
	.footer_wrapper { width: 100%; }
	#footer { width: 440px; }
	#footer ul.sidebar_widget { width: 440px; margin: auto; float: none; }
	#copyright { width: 480px; }
	.copyright_wrapper { width: 420px; }
	.copyright_wrapper .left_wrapper { float: left; width: 100%; }
	.copyright_wrapper .right_wrapper { float: left; width: 100%; text-align: left; }
	#footer ul li.widget, #footer ul li.widget.last { float: none; width: 100%; margin-right: 0; }
	
	#content_wrapper { width: 440px; margin-top: 0; padding-top: 0px; padding-bottom: 0; }
	#content_wrapper .inner { width: 440px; margin: auto; }
	.caption_inner { width: 440px; }
	.standard_wrapper { width: 440px; }
	
	#top_menu { float: none; text-align: center; display: block; margin-top: 0; padding-top: 10px; }
	
	#page_slider.slider_wrapper, #page_slider.slider_wrapper.visible { width: 440px; height: 250px !important; margin-top: 20px; margin-bottom: 20px; }
	#page_slider.slider_wrapper.three_cols { width: 440px; height: 250px !important; }
	#page_slider .flex-direction-nav a { top: 82% !important; }
	.slider_wrapper { width: 100%; height: 250px; }
	.slider_wrapper .main_post { width: 50%; height: 250px; }
	.slider_wrapper .main_post_full { width: 100%; height: 250px; }
	.slider_wrapper .sub_post { width: 50%; height: 125px; margin-bottom: 0; }
	.slider_wrapper .main_post .post_title h3 { width: 95%; font-size: 18px !important; }
	.slider_wrapper .sub_post .post_title h4 { width: 95%; font-size: 16px !important; }
	.slider_wrapper .main_post_full .post_title h3 { width: 95%; font-size: 20px; }
	.slider_wrapper .main_post_full .post_title .post_title_full_wrapper { bottom: 5px; }
	.slider_wrapper .main_post_full .read_full, .slider_wrapper .main_post .read_full, .slider_wrapper .main_post_full .slider_date, .slider_wrapper .main_post .slider_date { display: none; }
	
	.one_fourth { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_fourth.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_third { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_third.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_half { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_half.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.two_third { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.two_third.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_fifth { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_fifth.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_sixth { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_sixth.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	
	#content_wrapper .inner { margin-top: 0; }
	
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar { width: 100%; padding-right: 0; margin-right: 0; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar { width: 100%; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar iframe, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar div, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar img { max-width: 100%; height: auto; }
	li.Custom_Facebook_Page { display:none; }
	
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper  { width: 100%; padding-left: 0;}
	#content_wrapper .inner .inner_wrapper .sidebar_content { width: 100%; padding: 0; padding-top: 0; margin-bottom: 20px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding { width: 420px; padding: 10px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content iframe, #content_wrapper .inner .inner_wrapper .sidebar_content div, #content_wrapper .inner .inner_wrapper .sidebar_content img, #content_wrapper .inner .inner_wrapper .sidebar_content span { max-width: 100%; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper { width: 440px; }
	
	#searchform input[type="text"] { width: 87%; }
	
	.map_shadow, #map_contact { display:none; }
	
	.top_info { text-align: center; width: 100%; margin-bottom: 10px; }
	.social_wrapper ul { margin-bottom: 10px; text-align: center; }
	.social_wrapper ul li { display: inline-block; float: none; }
	.logo { text-align: center; float: none; margin-top: 20px; }
	#custom_logo { display: inline; }
	
	.comment_arrow { display: none; }
	.comment .right { width: 81%; }
	ul.children div.comment .right { width: 57%; }
	#content_wrapper ul.children ul.children { width: 72%; }
	
	
	#content_wrapper ul.children ul.children { width: 100%; }
	ul.children .comment { margin-left: 30px; }
	#content_wrapper ul.children { border: 0; }
	#content_wrapper ul.children ul.children { margin-left: -16px; }
	
	.comment_wrapper #respond { margin-left: 35px; }
	.comment_wrapper ul.children #respond { margin-left: -40px; }
	
	
	form textarea { max-width: 420px; }
	#menu_wrapper .nav ul, #menu_wrapper div .nav { display: none; }
	#menu_border_wrapper select { display: inline-block; width: 440px; }
	#breaking_wrapper { width: 100%; margin: auto; }
	#breaking_wrapper .breaking_new div { max-width: 320px; }
	#menu_border_wrapper { text-align: center; margin: 10px 0 0 0; width: 100%; border: 0;  float:none;}
	
	#header_wrapper { margin-bottom: 0; }
	.header_ads { float: none; text-align: center; margin: 0; margin-top: 20px; }
	.ads468 { width: 468px; }
	
	.post_header_wrapper { width: 100%; }
	#footer .sidebar_widget li ul.thumb li img, #footer ul.posts.blog li a img.frame,{ width: 38px; }
	.widget_calendar { display: none; }	
	#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li { margin-right: 3px; }
	#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type="text"], #content_wrapper .one_half.home .sidebar_widget li form#searchform input[type="text"], #footer .sidebar_widget li form#searchform input[type="text"] { width: 100%; }
	#about_the_author .description { width: 330px; }
	#about_the_author { width: 410px; }
	.comment_inner, .comment { width: 440px; }
	.post_header_wrapper.single { width: 250px; }
	.post_wrapper.half { width: 48%; margin-top: 15px; }
	.post_wrapper.half .post_img a img { width: 250px; }
	.post_inner_wrapper.half, body.home .post_inner_wrapper.half, .post_header_wrapper.half { width: 170px; }
	.post_header_wrapper.half h4 { font-size: 18px; }
	.post_img .caption_cat.half { top: -135px; }
	.post_wrapper { margin-left: 0; }
	.post_social { display: none; }
	.post_header h3 { font-size: 20px; }
	.post_img .caption_cat { top: -188px; }
	
	#copyright { width: 100%; margin-top: 0; padding-top: 20px; padding-bottom: 30px; }
	#copyright_left { float: left; width: 100%; text-align: center; }
	#copyright .social_wrapper { float: none; width: 100%; text-align: center; }
	#copyright .social_wrapper ul li { float: none; margin-top: 15px; }
	h2.widgettitle.header { margin: 8px 0 0 0; }
	.page_fullwidth { margin-left:0; }
	.post_img { text-align: center; }
	#footer .sidebar_widget li ul.posts li {  clear: both; }
	#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, #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 { width: 100%; }
	#footer .sidebar_widget li ul.thumb li img { width: 74px; }
	.header_ads img { max-width: 440px; }
	#content_wrapper #post_mansory_wrapper.inner { width: 440px; margin: auto; }
	.post_wrapper.half.mansory { width: 198px; }
	.post_wrapper.half .post_img a img { width: 169px; }
	.post_wrapper.half .post_img { margin-top: 7px; }
	.post_header.half { width: 100%; }
	.pagination { margin-left: 12px; }
	#commentform pre, code, tt { width: 360px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.widthbg, .sidebar_content .page_fullwidth, #content_wrapper .inner .inner_wrapper.fullwidth { width: 440px; }
	#about_the_author .description.author { width: 330px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.row.clearfix { width: 440px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.rev_con { width: 440px !important; clear: both; float: left !important; margin-top: 30px; }
	
	#menu_border_wrapper { display: none; }
	.post_img.ppb_cat_sidebar, .post_img.ppb_cat_fullwidth { width: 100% !important; height: auto !important; float: none; margin: auto; margin-bottom: 15px; }
	.post_img.ppb_cat_sidebar .review_score_bg { bottom: 10px; right: 3px; }
	.post_img.ppb_classic_sidebar { width: 440px !important; height: 252px !important; margin-left: 0; }
	.post_img.ppb_classic_sidebar img { width: 440px !important; max-width: 440px !important;  height: 252px !important; }
	.post_header_wrapper.half h4 { font-size: 18px; }
	.post_inner_wrapper.half, body.home .post_inner_wrapper.half, .post_header_wrapper.half { width: 100%; }
	body.home #content_wrapper .inner .inner_wrapper .sidebar_wrapper { width: 440px; }
	.post_img.ppb_classic_fullwidth { width: 100% !important; height: auto !important; text-align: center; }
	.post_img.ppb_classic_fullwidth img { width: 100% !important; max-width: 100% !important; }
	.post_img.ppb_column_fullwidth { width: 100% !important; }
	.post_img, .post_img.single, .post_img.nospace { max-width: 100% !important; width: 100% !important; height: auto !important; }
	.post_audio_wrapper { width: 440px; margin-bottom: 5px; }
	.post_wrapper.half.mansory .post_img, .post_wrapper.half.mansory .post_img img { width: 198px !important; height: 100px !important; }
	.post_img.ppb_column_sidebar { max-width: 200px !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_sidebar img { max-width: 200px !important; height: auto !important; margin-left: 0; }
	.type-post[rel=two_columns], .ppb_column_post { width: 100%; margin-right: 0; }
	#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads { text-align: center; }
	#post_mansory_wrapper.ppb_fullwidth { width: 420px; }
	.one_half.last.ppb_cat_last { margin-bottom: 0; }
	.one_half.last.ppb_cat_last .thumb_img { width: 100% !important; float: left !important; background: transparent; }
	.one_half.last.ppb_cat_last .thumb_img img { width: 150px !important; height: auto; margin-bottom: 10px; }
	.single_post_ft_wrapper { width: 100%; }
	.single_post_ft_wrapper div { max-width: 100% !important; max-height: 229px !important; }
	.single_post_ft_wrapper.gallery_ft { max-height: 229px; }
	.video_wrapper { margin-bottom: 0; }
	#page_caption { width: 440px; }
	h1.error { font-size: 28px; }
	.pp_gallery img { max-width: 141px !important; height: auto; }
	.single_post_ft_wrapper.gallery_ft, .post_ft_gallery_wrapper.gallery_ft { height: 220px; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar { width: 440px; }
	
	#breaking_wrapper .breaking_new div { max-width: 100%; }
	.flexslider.post_carousel .slides > li { width: 440px !important; }
	.one.ppb_category .one_half { width: 48% !important; clear: none; float: left; }
	.one.ppb_category .one_half.ppb_category { width: 50%; float: right; margin-top: 0; }
	.one_half.ppb_classic { width: 47% !important; margin-right: 3%; clear: none; float: left; }
	.one_half.ppb_classic.last { float: right; }
	.one_half.ppb_classic:nth-child(2n) { clear:both; }
	.post_inner_wrapper, body.home .post_inner_wrapper { max-width: 100%; }
	h5.ppb_classic_title, h3.title, h3.title a { font-size: 14px; }
	.post_inner_wrapper { width: 100%; margin: auto; }
	input[type=text], input[type=password], textarea, #contact_form textarea, #commentform textarea { max-width: 440px; }
	#contact_form textarea, #commentform textarea { width: 96%; }
	ul.posts li h3 { font-size: 18px; }
	.post_type_bg.single { top: 28%; }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .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: 100% !important; }
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) { float: none; width: 100%; margin: 0; }
	.ppb_parallax_bg { background-attachment: scroll !important; }
	.standard_wrapper, .standard_wrapper.wide { width: 440px; }
	.carousel_img { margin-bottom: 5px; }
	.carousel_img img { width: 440px !important; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper, .sidebar_wrapper { width: 440px; }
	#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads, .sidebar_widget > li.Custom_Ads { text-align: center; }
	#page_slider.three_cols .flex-direction-nav .flex-prev { left: -25px; }
	#page_slider.three_cols .flex-direction-nav .flex-next { right: -25px; }
	.search_content { width: 285px; }
	#about_the_author .description.author.withsidebar { width: 330px; }
}