/*
Theme Name: tdPravda
Theme URI: http://tdwp.us/tdpravda
Author: Taras Dashkevych
Author URI: http://tdwp.us/
Description: Premium Magazine WordPress Theme
Version: 1.0.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tdpravda
Domain Path: /languages/
Tags: light, gray, white, featured-images, post-formats, custom-menu, fluid-layout, threaded-comments

*/

/*--------------------------------------------------------------
General
----------------------------------------------------------------*/
body {
	background:#ecf0f1;
	color: #59595c;
	line-height: 1.8;
	font-size: 14px;
}

body,
#masthead .site-description,
.hentry .entry-header .entry-meta .entry-author.alernative {
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6,
.hentry .entry-header .entry-meta .entry-author,
.entry-content blockquote,
.entry-intro {
	font-family: 'Varela Round', sans-serif;
}

.entry-meta-notext {
	padding-bottom: 1px;
}

.container {
	max-width: 1080px;
}

::-webkit-input-placeholder {
   font-weight: normal;
}

:-moz-placeholder {
   font-weight: normal;
}

::-moz-placeholder {
   font-weight: normal;
}

:-ms-input-placeholder {
   font-weight: normal;
}

::selection {
	background: #fceb8d;
	color: #59595c;
}

::-moz-selection {
	background: #fceb8d;
	color: #59595c;
}

a {
	color: #1f79b5;
	font-weight: 400;
}

a:hover {
	text-decoration: none;
	color: #3498db;
}

a,
#masthead .header-search-box input,
#gotop,
.author-social-links i,
.newsletter-container input[type="submit"],
.navigation.post-navigation a,
input[type="submit"] {
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

img {
	display: inline-block;
	width: auto\9;
  	height: auto;
  	max-width: 100%;
  	vertical-align: middle;
  	border: 0;
  	-ms-interpolation-mode: bicubic;
}

p, ul, ol {
	margin-bottom: 20px;
}

#comment-nav-below .nav-previous a,
.navigation.paging-navigation .nav-previous a,
#comment-nav-below .nav-next a,
.navigation.paging-navigation .nav-next a,
.numeric-pagination span, .numeric-pagination a,
.numeric-pagination .current,
#gotop,
.author-social-links a:hover > i,
.share-buttons-inner .share-buttons-title,
.share-buttons-inner .share-btns,
.share-buttons-inner .share-btns .facebook,
.share-buttons-inner .share-btns .twitter,
.share-buttons-inner .share-btns .googleplus,
.share-buttons-inner .share-btns .linkedin,
.share-buttons-inner .share-btns .pinterest,
.newsletter-container.single-post,
.hentry .entry-header .post-thumb,
.hentry .entry-header .post-thumb img,
.related-posts-container img,
.navigation.post-navigation,
.wp-caption,
.wp-caption img[class*="wp-image-"],
.widget .post-thumb img,
.widget .widget-social-list li a,
.widget_tdpravda_grouped_posts_widget .widget-title h4 a,
.widget .thumb-width img,
.widget .avatar-container img,
.post-slideshow ul.bxslider li img,
.main-container,
.default-alt-blog-layout .hentry .entry-header .entry-cats a,
#archive-featured-container .featured-primary,
#archive-featured-container .featured-secondary,
#home-blog-posts .recent-post-item .recent-post-inner,
#home-blog-posts .recent-post-item img,
#home-blog-posts .blog-posts-slideshow .posts-slideshow-entry,
.page-links .page-links-title,
.page-links span,
.page-links a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#comments img.avatar,
.authors-list-container img.avatar,
.archive.author .avatar-container img.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.main-container,
#archive-featured-container .featured-primary,
#archive-featured-container .featured-secondary {
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.03);
	box-shadow: 0 0 0 5px rgba(0,0,0,0.03);
	border: 1px solid #cfd3d6;
}

/*--------------------------------------------------------------
Inputs and buttons
--------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	padding: 0 8px;
	line-height: 38px;
	height: 38px;
	border: 1px solid #ecf0f1;
	background: #fbfcfd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

textarea {
	border: 1px solid #ecf0f1;
	background: #fbfcfd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

	outline: 0;
  	outline: thin dotted \9;
	background: #ffffff;
	color: #4b4c4f;
}

#submit-comment,
input[type="submit"],
a.button,
.bbp-submit-wrapper button,
.hentry .more-link-container a.more-link,
#comment-nav-below a,
.navigation.paging-navigation a {
	display: inline-block;
	color: #ffffff;
	background: #1f79b5;
	cursor: pointer;
	padding: 0 16px;
	line-height: 38px;
    height: 38px;
	text-decoration: none;
	border: none;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#submit-comment:hover,
input[type="submit"]:hover,
a.button:hover,
.bbp-submit-wrapper button:hover,
.hentry .more-link-container a.more-link:hover,
#comment-nav-below a:hover,
.navigation.paging-navigation a:hover {
	background: #3498db;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#masthead {
	padding-top: 20px;
	background: #ffffff;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0 3px;
	box-shadow: rgba(0,0,0,0.2) 0px 0 3px;
}

#masthead .site-branding {}

#masthead .website-logo {
	margin-bottom: 15px;
}

#masthead .site-title {
	font-size: 27px;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: -0.03em;
	line-height: 1;
}

#masthead .site-title a {
	color: #4b4c4f;
	font-weight: bold;
}

#masthead .site-description {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 30px;
	color: #95a5a6;
}

#masthead .header-social-container #header-social-button,
#masthead .header-search-container #header-search-button {
	display: block;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background: #ecf0f1;
	color: #7f8c8d;
	margin-bottom: 30px;
}

#site-navigation.sticky-navigation {
	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	width: 100%;
  	z-index: 99999;
  	margin: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-backface-visibility: hidden;
}

/*--------------------------------------------------------------
Header Social Section
--------------------------------------------------------------*/
#masthead .header-social-container {
	position: relative;
	z-index: 10000;
	margin-top: 4px;
}

#masthead .header-social-container #header-social-button {
	margin-right: 1px;
	padding: 0 16px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -0.03em;
}

#masthead .header-social-container:hover .header-social-list {
	display: block;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0 3px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 1px;
}

#masthead .header-social-container .header-social-list {
	position: absolute;
	background: #ecf0f1;
	text-align: center;
	width: 100%;
	top: 40px;
	left:0;
}

#masthead .header-social-container .header-social-list li {
	border-top: 1px solid #ffffff;
}

#masthead .header-social-container .header-social-list a {
	color: #7f8c8d;
	line-height: 30px;
	height: 30px;
	display: block;
}

#masthead .header-social-container .header-social-list,
#masthead .header-social-container .header-social-list .social-meta {
	display: none;
}

#masthead .header-social-container #header-social-button i {
	margin-left: 8px;
}

.header-search-box .social-icon-section li a {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	background: #bdc3c7;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 11px;
}

#masthead .header-controls {
	-webkit-backface-visibility: hidden;
}

/*--------------------------------------------------------------
=Header Search Box
--------------------------------------------------------------*/
.header-search-box {
	display: none;
}

#masthead .header-search-container  {
	margin-top: 4px;
}

#masthead .header-search-container #header-search-button {
	width: 40px;
}

.header-search-box {
	background: #ecf0f1;
	padding: 4px 0;
}

.header-search-box form {
	float: right;
}

.header-search-box label {
	margin: 0;
}

.header-search-box input[type="search"],
.header-search-box input[type="text"],
.header-search-box input[type="submit"] {
	font-size: 11px;
	font-weight: normal;
}

.header-search-box input[type="search"],
.header-search-box input[type="text"] {
	border: 1px solid #e9e9e9;
	background: #ffffff;
	padding: 0 6px;
	line-height: 30px;
	height: 30px;
	width: 100%;
	outline: none;
}

.header-search-box input[type="search"]:focus,
.header-search-box input[type="text"]:focus {
	min-width: 180px;
}

.header-search-box input[type="submit"] {
	background: #7f8c8d;
	color: #fff;
	line-height: 28px;
	height: 28px;
	padding: 0 8px;
	border: none;
}

/*--------------------------------------------------------------
=Footer
--------------------------------------------------------------*/
#colophon {
	background: #233242;
}

#colophon .footer-widget-inner {
	padding: 40px 40px 0;
}

#colophon .site-info {
	background: #16202b;
	padding: 20px 0;
}

#colophon .site-info,
#colophon .site-info a {
	color: #d9e5f2;
	font-weight: normal;
	font-size: 11px;
}

.site-footer .site-info .sep {
	position: relative;
	top: -2px;
	margin: 0 6px;
	font-size: 6px;
}

#colophon .widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#colophon .widget,
#colophon .widget a:hover,
#colophon .widget .widget-title,
#colophon .widget .popular-post-date,
#colophon .widget .recent-post-date,
#colophon .widget .random-post-date,
#colophon .widget_tdpravda_author_widget .author-post-count {
	color: #8e9dad;
}

#colophon .widget {
	border-color: #34495e;
}

#colophon .widget a {
	color: #d9e5f2;
}

#colophon .widget_tag_cloud a {
	background: #d9e5f2;
	color: #233242;
	font-weight: bold;
}

#colophon .widget_tag_cloud a:hover {
	background: none;
	color: #8e9dad;
}

#colophon .widget.widget_tdpravda_social_widget a {
	color: #233242;
	background: #d9e5f2;
}

/*--------------------------------------------------------------
=Social Links
--------------------------------------------------------------*/
.social-icon-section {
	margin: 0;
}

.social-icon-section li .social-meta {
	display: none;
}

.social-icon-section li {
	display: inline-block;
}

.social-icon-section li,
.social-icon-section li a {
	color: #fff;
}

.author-social-links a.author-facebook:hover > i,
.social-icon-section li.social-facebook a:hover,
#masthead .header-social-container .header-social-list li.social-facebook a:hover,
.widget .widget-social-list li.social-facebook a:hover {
	background: #375E98 !important;
	color: #ffffff !important;
}

.author-social-links a.author-twitter:hover > i,
.social-icon-section li.social-twitter a:hover,
#masthead .header-social-container .header-social-list li.social-twitter a:hover,
#page .widget .widget-social-list li.social-twitter a:hover {
	background: #32CDFB !important;
	color: #ffffff !important;
}

.author-social-links a.author-googleplus:hover > i,
.social-icon-section li.social-googleplus a:hover,
#masthead .header-social-container .header-social-list li.social-googleplus a:hover,
#page .widget .widget-social-list li.social-googleplus a:hover {
	background: #B83B29 !important;
	color: #ffffff !important;
}

#masthead .header-social-container .header-social-list li.social-skype a:hover,
#page .widget .widget-social-list li.social-skype a:hover,
.social-icon-section li.social-skype a:hover {
	background: #50D1FD !important;
	color: #ffffff !important;
}

#masthead .header-social-container .header-social-list li.social-flickr a:hover,
#page .widget .widget-social-list li.social-flickr a:hover,
.social-icon-section li.social-flickr a:hover {
	background: #B1B6C6 !important;
	color: #ffffff !important;
}

.author-social-links a.author-linkedin:hover > i,
#masthead .header-social-container .header-social-list li.social-linkedin a:hover,
#page .widget .widget-social-list li.social-linkedin a:hover,
.social-icon-section li.social-linkedin a:hover{
	background: #376CBD !important;
	color: #ffffff !important;
}

#masthead .header-social-container .header-social-list li.social-pinterest a:hover,
#page .widget .widget-social-list li.social-pinterest a:hover,
.social-icon-section li.social-pinterest a:hover {
	background: #BD4C50 !important;
	color: #ffffff !important;
}

#masthead .header-social-container .header-social-list li.social-dribbble a:hover,
#page .widget .widget-social-list li.social-dribbble a:hover,
.social-icon-section li.social-dribbble a:hover {
	background: #EF5A90 !important;
	color: #ffffff !important;
}

#masthead .header-social-container .header-social-list li.social-tumblr a:hover,
#page .widget .widget-social-list li.social-tumblr a:hover,
.social-icon-section li.social-tumblr a:hover {
	background: #32456E !important;
	color: #ffffff !important;
}

#masthead .header-social-container .header-social-list li.social-github a:hover,
#page .widget .widget-social-list li.social-github a:hover,
.social-icon-section li.social-github a:hover {
	background: #E6E6E6 !important;
	color: #ffffff !important;
}

.author-social-links a.author-instagram:hover > i,
#masthead .header-social-container .header-social-list li.social-instagram a:hover,
#page .widget .widget-social-list li.social-instagram a:hover,
.social-icon-section li.social-instagram a:hover {
	background: #44749C !important;
	color: #ffffff !important;
}

#masthead .header-social-container .header-social-list li.social-rss a:hover,
#page .widget .widget-social-list li.social-rss a:hover,
.social-icon-section li.social-rss a:hover {
	background: #DCA24C !important;
	color: #ffffff !important;
}

#masthead .header-social-container .header-social-list li.social-youtube a:hover,
#page .widget .widget-social-list li.social-youtube a:hover,
.social-icon-section li.social-youtube a:hover {
	background: #CB291C !important;
	color: #ffffff !important;
}

#masthead .header-social-container .header-social-list li.social-vimeo a:hover,
#page .widget .widget-social-list li.social-vimeo a:hover,
.social-icon-section li.social-vimeo a:hover {
	background: #3395CA !important;
	color: #ffffff !important;
}

#masthead .header-social-container .header-social-list li.social-apple-app a:hover,
#page .widget .widget-social-list li.social-apple-app a:hover,
.social-icon-section li.social-apple-app a:hover {
	background: #D8D7D6 !important;
	color: #5E5F5F !important;
}

#masthead .header-social-container .header-social-list li.social-windows-app a:hover,
#page .widget .widget-social-list li.social-windows-app a:hover,
.social-icon-section li.social-windows-app a:hover {
	background: #1071C5 !important;
	color: #ffffff !important;
}

#masthead .header-social-container .header-social-list li.social-android-app a:hover,
#page .widget .widget-social-list li.social-android-app a:hover,
.social-icon-section li.social-android-app a:hover {
	background: #bad80a !important;
	color: #ffffff !important;
}

/*--------------------------------------------------------------
=Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.numeric-pagination {
	clear:both;
}

.numeric-pagination span, .numeric-pagination a {
	display:inline-block;
	margin: 2px 2px 2px 0;
	text-decoration:none;
	width:auto;
	font-weight: normal;
}

.numeric-pagination a,
.navigation.paging-navigation .numeric-pagination a {
	background: #ffffff !important;
	color: #59595c;
}

.numeric-pagination .current,
.numeric-pagination a:hover,
.navigation.paging-navigation .numeric-pagination .current,
.navigation.paging-navigation .numeric-pagination a:hover {
	background: #2980b9 !important;
	color: #fff;
}

.numeric-pagination span,
.numeric-pagination a,
.numeric-pagination .current {
	line-height: 35px !important;
    height: 35px !important;
	padding: 0 10px !important;
	min-width: 35px;
	text-align: center;
}

#comment-nav-below {
	margin-bottom: 40px;
}

#comment-nav-below a,
.navigation.paging-navigation a {
	text-decoration: none;
	display: inline-block;
}

#comment-nav-below .nav-previous i,
.navigation.paging-navigation .nav-previous i {
	margin-right: 6px;
}

#comment-nav-below .nav-next i,
.navigation.paging-navigation .nav-next i {
	margin-left: 6px;
}

.navigation.post-navigation {
	margin-top: 60px;
	margin-bottom: 60px;
	background: #ecf0f1;
	position: relative;
}

.post-navigation .post-navigation-sep {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: -20px;
	width: 1px;
	background: #ffffff;
}

.navigation.post-navigation a {
	display: block;
	color: #7f8c8d;
	font-weight: normal;
	padding: 20px;
}

.navigation.post-navigation a:hover {
	background: #bdc3c7;
	color: #ffffff;
}

/*--------------------------------------------------------------
=Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
	clear: both;
	background: #2980b9;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li:first-child {
	border-left: 1px solid rgba(255,255,255,0.2);
}

.main-navigation li {
	float: left;
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.main-navigation .nav-bar li.menu-item-has-children > a:after {
	content: "\F107";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	position: relative;
	padding-left: 8px;
	color: #fff;
}

.main-navigation .nav-bar .sub-menu li.menu-item-has-children > a:after {
	content: "\F105";
	color: #000 !important;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 11px 16px;
	color: #ffffff !important;
	line-height: 1.6;
}

.main-navigation li > a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu .current-menu-item > a {
	background: rgba(0,0,0,0.1);
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: -1px;
	position: absolute;
	top: 3.14em;
	z-index: 99999;
	background: #ffffff;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	color: #4b4c4f !important;
}

.main-navigation ul ul li:first-child,
.main-navigation ul ul li {
	border: none;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/*--------------------------------------------------------------
=Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.750em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.750em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
=Widgets
--------------------------------------------------------------*/


#secondary {
	padding: 40px 30px;
}

.widget {
	margin: 0 0 25px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #bdc3c7;
}

.widget a {
	font-weight: 400;

}

.widget .widget-title {
	text-transform: uppercase;
	font-size: 18px;
	color: #7f8c8d;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 28px;
}



.widget ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	-webkit-padding-start: 0;
}

.widget ul a { 
	display: block;
	margin-top: 10px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget_search label,
.widget_search .search-field {
	width: 100%;
	display: block;
}

.widget.widget_rss li {
	margin-bottom: 28px;
}

.widget_tag_cloud li {
  	border: 0;
  	padding-top: 0;
  	padding-bottom: 4px;
}

.widget_tag_cloud a {
	position: relative;
    display: inline-block;
  	margin-bottom: 4px;
  	padding: 0 12px;
  	line-height: 28px;
  	font-size: 11px !important;
  	text-transform: uppercase;
  	color: #ffffff;
  	background: #4b4c4f;
}

.widget_tag_cloud a:hover {
	background: none;
	color: #4b4c4f;
}

.widget_tdpravda_popular_posts_widget li,
.widget_tdpravda_recent_posts_widget li,
.widget_tdpravda_random_posts_widget li,
.widget_tdpravda_grouped_posts_widget li,
.widget_tdpravda_author_widget li,
.widget_tdpravda_recent_comments_widget li {
	overflow: hidden;
	margin-bottom: 7px;
}

.widget .full-width {
	margin-bottom: 11px;
}

.widget_tdpravda_popular_posts_widget ul,
.widget_tdpravda_recent_posts_widget ul,
.widget_tdpravda_random_posts_widget ul,
.widget_tdpravda_grouped_posts_widget ul,

.widget_tdpravda_popular_posts_widget li:last-child,
.widget_tdpravda_recent_posts_widget li:last-child,
.widget_tdpravda_random_posts_widget li:last-child,
.widget_tdpravda_grouped_posts_widget li:last-child,

.widget_tdpravda_author_widget ul,
.widget_tdpravda_author_widget li:last-child {
	margin-bottom: 0;
}

.widget .popular-post-entry-title,
.widget .recent-post-entry-title,
.widget .random-post-entry-title,
.widget_tdpravda_author_widget .author-widget-name,
.widget_tdpravda_recent_comments_widget .author-name  {
	font-size: 14px;
	line-height: 1.4;
}

.widget .popular-post-entry-title a,
.widget .recent-post-entry-title a,
.widget .random-post-entry-title a,
.widget_tdpravda_author_widget .author-widget-name,
.widget_tdpravda_recent_comments_widget .author-name {
	text-decoration: none;
}

.widget .full-width .post-thumb {
	margin: 0 0 12px;
	border: none !important;
	padding: 1px;
}

.widget .popular-post-entry-title,
.widget .recent-post-entry-title,
.widget .random-post-entry-title,
.widget_tdpravda_author_widget .author-widget-name,
.widget_tdpravda_recent_comments_widget .author-name  {
	margin-top: 4px;
	margin-bottom: 0px;
	font-weight: bold;
}

.widget li.thumb-width .popular-post-entry-title,
.widget li.thumb-width .recent-post-entry-title,
.widget li.thumb-width .random-post-entry-title {
	margin-top: 4px;
	margin-bottom: 0;
	line-height: 1.2;
}

.widget li.thumb-width .popular-post-entry-image img,
.widget li.thumb-width .recent-post-entry-image img,
.widget li.thumb-width .random-post-entry-image img,
.widget_tdpravda_author_widget .avatar-container,
.widget_tdpravda_recent_comments_widget .avatar-container {
	float: left;
	width: 46px;
	margin: 1px 16px 5px 2px;
}

.widget .popular-post-date,
.widget .recent-post-date,
.widget .random-post-date,
.widget_tdpravda_author_widget .author-post-count {
	color: #95a5a6;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}

.widget_tdpravda_author_widget .author-post-count {
	line-height: 1.3;
	margin-top: 4px;
}

.widget .widget-social-list li a {
	display: block;
	background: #ecf0f1;
	margin-bottom: 3px;
	text-decoration: none;
	color: #7f8c8d;
}

.widget .widget-social-list li .social-icon {
	display: inline-block;
	width: 35px;
	padding: 6px 0;
	background: rgba(0,0,0,0.05);
	text-align: center;
	margin-right: 8px;
}

.widget_tdpravda_recent_comments_widget .recent-comment-meta {
	overflow: hidden;
}

.widget_tdpravda_recent_comments_widget .recent-comment-title a {
	font-size: 11px;
	color: #95a5a6;
	font-weight: normal;
	text-transform: uppercase;
}

.widget_tdpravda_recent_comments_widget .recent-comment-excerpt {
	margin-top: 12px;
	margin-bottom: 28px;
	line-height: 1.6;
}

.widget_tdpravda_recent_comments_widget li:last-child .recent-comment-excerpt {
	margin-bottom: 0;
}

.widget_tdpravda_grouped_posts_widget .widget-title {
	display: inline-block;
}

.widget_tdpravda_grouped_posts_widget .widget-title h4 {
	display: inline-block;
	margin:0;
	padding: 0;
	line-height: 1;
	font-size: 12px;
}

.widget_tdpravda_grouped_posts_widget .widget-title h4 a {
	display: inline-block;
	padding: 10px 12px 8px;
}

.footer-widget-section .widget_tdpravda_grouped_posts_widget .widget-title h4 {
	font-size: 11px;
}

.widget_tdpravda_grouped_posts_widget .widget-title h4 a:hover,
.widget_tdpravda_grouped_posts_widget .widget-title h4 a.active {
	background: #ecf0f1;
	color: #7f8c8d;
}

.widget_tdpravda_grouped_posts_widget .grouped-posts{
	display: none;
}

.widget_tdpravda_grouped_posts_widget .grouped-posts.active {
	display: block;
}

/*--------------------------------------------------------------
=Content
--------------------------------------------------------------*/
.no-sidebar #blog-container,
.no-sidebar #custom-archive-container {
	max-width: 800px;
}

.main-container {
	background: #fbfcfd;
	margin-top: 18px;
	margin-bottom: 40px;
}

.main-container #main,
.woocommerce-container .main-container .woo-has-sidebar #main {
	padding: 40px;
	background: #ffffff;
	-webkit-box-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
	box-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
}


.hentry .entry-header .featured-video,
.hentry .entry-header .post-slideshow,
.hentry .entry-header .post-thumb {
	margin: 0 0 35px 0;
	position: relative;
}

.post-thumb a {
	display: block;
}

.hentry .entry-header .entry-title {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	font-weight: 400;
}

.hentry .entry-header .entry-title a {
	color: #dd3333;
	font-weight: 400;
}

.hentry .entry-header .entry-title a:hover {
	color: #000000;
	font-weight: 400;
}



.hentry .entry-header .entry-meta {
	margin-bottom: 26px;
	line-height: 1.5;
}

.hentry .entry-header .entry-meta .entry-author,
.hentry .entry-header .entry-meta .entry-date,
.hentry .entry-header .entry-meta .entry-cats,
.hentry .entry-header .entry-meta .entry-comments,
.hentry .entry-header .entry-meta .edit-link {
	letter-spacing: -0.02em;
	color: #7f8c8d;
}

.hentry .entry-header .entry-meta .entry-author.alernative,
.hentry .entry-header .entry-meta .entry-date,
.hentry .entry-header .entry-meta .entry-cats,
.hentry .entry-header .entry-meta .entry-comments {
	margin-right: 14px;
}

.hentry .entry-header .entry-meta .entry-author.alernative .fa,
.hentry .entry-header .entry-meta .entry-date .fa,
.hentry .entry-header .entry-meta .entry-cats .fa,
.hentry .entry-header .entry-meta .entry-comments .fa,
.hentry .entry-header .entry-meta .edit-link .fa {
	margin-right: 6px;
}

.hentry .entry-header .entry-meta .entry-author.alernative {
	font-size: 14px;
	border-bottom: none;
	padding-bottom: 0;
}

.hentry .more-link-container {
	margin-bottom: 30px;
	margin-top: 35px;
}

.hentry .more-link-container a.more-link {
	padding: 0 16px;
	font-weight: normal;
	letter-spacing: -0.03em;
}

.hentry {
	margin: 0 0 5px;
	padding-bottom: 10px;
}

.hentry .entry-meta .entry-tags {
	margin-bottom: 40px;
	font-size: 11px;
	color: #7f8c8d;
	text-transform: uppercase;
}

.hentry .entry-meta .entry-tags .fa,
.hentry .entry-meta .entry-tags .entry-tags-title {
	margin-right: 6px;
}

.entry-content h1 {
	font-size: 37px;
}

.entry-content h2 {
	font-size: 23px;
}

.entry-content h3 {
	font-size: 18px;
}

.entry-content h4 {
	font-size: 14px;
}

.entry-content h5 {
	font-size: 11px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 400;
	margin-top: 38px;
	margin-bottom: 28px;
}

.entry-content blockquote {
	margin-left: 28px;
	margin-right: 28px;
}

.entry-content blockquote,
.entry-content blockquote p {
	font-size: 18px;
	line-height: 1.5;
	font-style: normal;
	font-weight: 400;
}

.entry-content blockquote {
	border-left: 5px solid #4b4c4f;
	padding: 8px 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.entry-intro {
	font-size: 18px;
	line-height: 1.5;
}

.page-links {
	clear: both;
	margin: 40px 0;
	font-size: 11px;
}

.page-links .page-links-title,
.page-links span,
.page-links a {
	line-height: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid transparent;
}

.page-links .page-links-title {
	background: #59595c;
	color: #fff;
	padding: 0 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.page-links span {
	background: #fff;
	border: 1px solid #59595c;
	font-weight: bold;
}

.page-links a:hover > span {
	color: #59595c;
	background: #fff;
	border: 1px solid #59595c;
}

.page-links span,
.page-links a span {
	padding: 0 12px;
}

.page-links a span {
	background: #59595c;
}

.page-links a {
	color: #fff;
}

/*--------------------------------------------------------------
Default Blog Layout
--------------------------------------------------------------*/
.hentry .entry-header .entry-meta .entry-author {
	padding-bottom: 11px;
	margin-bottom: 12px;
	border-bottom: 2px solid #ecf0f1;
	font-size: 18px;
	line-height:1.1;
}

.default-blog-layout .hentry .entry-header .entry-meta .entry-author,
.default-blog-layout .hentry .entry-header .entry-meta .entry-author a {
	font-weight: 400;
}

.default-blog-layout .hentry .entry-header .entry-meta .entry-author .meta-title {
	margin-right: 2px;
}

/*--------------------------------------------------------------
Default Blog ( Alternative ) Layout
--------------------------------------------------------------*/
.default-alt-blog-layout #default-alt-blog .hentry .entry-header .entry-title,
.default-alt-blog-layout.single .hentry .entry-header .entry-title {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 0px solid #ecf0f1;
}

.default-alt-blog-layout .hentry .entry-header .entry-cats {
	margin-bottom: 16px;
}

.default-alt-blog-layout .hentry .entry-header .entry-cats a {
	background: #ecf0f1;
	color: #7f8c8d;
	font-weight: normal;
	font-size: 11px;
	padding: 4px 8px;
	letter-spacing: -0.03em;
}

.default-alt-blog-layout .hentry .entry-header .entry-cats .comma {
	display: none;
}

.default-alt-blog-layout .hentry .entry-header .entry-meta,
.default-alt-blog-layout .hentry .entry-header .entry-meta .entry-author.alernative {
	font-size: 13px;
}

.default-alt-blog-layout .hentry .entry-header .entry-meta {
	text-transform: uppercase;
}

/*--------------------------------------------------------------
Two Columns Blog Layout
--------------------------------------------------------------*/
.no-sidebar.blog.two-columns-blog-layout #blog-container,
.no-sidebar.archive.two-columns-blog-layout #blog-container,
.no-sidebar.search.two-columns-blog-layout #blog-container {
	max-width: 1080px;
}

.two-columns-blog-layout #two-colums-blog .hentry .entry-header .entry-title {
	font-size: 23px;
	margin-bottom: 8px;
}

/*--------------------------------------------------------------
Inline Blog Layout
--------------------------------------------------------------*/
.no-sidebar.blog.inline-blog-layout #blog-container,
.no-sidebar.archive.inline-blog-layout #blog-container,
.no-sidebar.search.inline-blog-layout #blog-container {
	max-width: 1080px;
}

#inline-blog .post-thumb {
	margin: 0 1.750em 0 0;
	max-width: 150px;
}

.no-sidebar.blog.inline-blog-layout #blog-container .post-thumb,
.no-sidebar.archive.inline-blog-layout #blog-container .post-thumb,
.no-sidebar.search.inline-blog-layout #blog-container .post-thumb {
	max-width: 300px;
}

.blog.inline-blog-layout #blog-container .hentry .entry-header .entry-title,
.archive.inline-blog-layout #blog-container .hentry .entry-header .entry-title,
.search.inline-blog-layout #blog-container .hentry .entry-header .entry-title,
.blog.inline-blog-layout #blog-container .hentry .entry-header .entry-meta,
.archive.inline-blog-layout #blog-container .hentry .entry-header .entry-meta,
.search.inline-blog-layout #blog-container .hentry .entry-header .entry-meta {
	margin-bottom: 10px;
}

#inline-blog .entry-cats {
	display: none;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.single.left-sidebar .main-container #main,
.page.left-sidebar .main-container #main {
	border-right: none;
	-webkit-box-shadow: rgba(0,0,0,0.1) -1px 1px 1px;
	box-shadow: rgba(0,0,0,0.1) -1px 1px 1px;
}

.no-sidebar .main-container #main,
.woocommerce-container .main-container #main {
	border-right: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.single .hentry .entry-header .entry-title,
.page .hentry .entry-header .entry-title {
	font-size: 37px;
}

.page .hentry .entry-header .entry-title {
	margin-bottom: 28px;
}

.single .hentry,
.page .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.single-post-bg-image {
	opacity: 0.5;
	filter:alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.sticky {
}

.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-summary {
	margin: 18px 0 0;
	margin-bottom: 15px;
}


.entry-content {
    border-bottom: 2px solid #E8E9EA;

	margin: 18px 0 0;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
=Gallery Post Format
--------------------------------------------------------------*/
.bx-wrapper .bx-loading {
	min-height: 30px;
}

.post-slideshow .bx-wrapper .bx-viewport,
.blog-posts-slideshow .bx-wrapper .bx-viewport,
.featured-content .bx-wrapper .bx-viewport  {
	left: 0;
	min-height: 100px;
}

ul.bxslider li img {
	margin: 0 auto;
}

.post-slideshow .bxslider,
.blog-posts-slideshow .bxslider,
.featured-content .bxslider {
	visibility:hidden;
	opacity: 0;
}

.post-slideshow .bx-wrapper,
.featured-content .bx-wrapper {
	margin-bottom: 0;
}

.post-slideshow .bx-wrapper .bx-controls-direction,
.featured-content .bx-wrapper .bx-controls-direction {
	top: 50%;
	left:0;
	right: 0;
	width: 100%;
	height: 26px;
	margin-top: -43px;
}

.post-slideshow .bx-wrapper .bx-pager,
.featured-content .bx-wrapper .bx-pager {
	bottom: 10px;
	padding: 0;
	z-index: 100;
}

.post-slideshow .bx-wrapper .bx-pager.bx-default-pager a,
.featured-content .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	border: 2px solid #fff;
}

.post-slideshow .bx-wrapper .bx-pager.bx-default-pager a:hover,
.post-slideshow .bx-wrapper .bx-pager.bx-default-pager a.active,
.featured-content .bx-wrapper .bx-pager.bx-default-pager a:hover,
.featured-content .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
	border: 2px solid #fff;
}

.post-slideshow .bx-wrapper .bx-controls-direction .bx-prev,
.featured-content .bx-wrapper .bx-controls-direction .bx-prev {
	float: left;
	margin-left: -20px;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.post-slideshow .bx-wrapper .bx-controls-direction .bx-next,
.featured-content .bx-wrapper .bx-controls-direction .bx-next {
	float: right;
	margin-right: -20px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}

.post-slideshow .bx-wrapper .bx-controls-direction .bx-prev,
.post-slideshow .bx-wrapper .bx-controls-direction .bx-next,
.featured-content .bx-wrapper .bx-controls-direction .bx-prev,
.featured-content .bx-wrapper .bx-controls-direction .bx-next  {
	visibility: hidden;
	opacity: 0;
   	color: #fff !important;
   	border-bottom: none !important;
   	background: #444;
   	background: rgba(0,0,0,0.5);
}

.post-slideshow:hover .bx-wrapper .bx-controls-direction .bx-prev,
.post-slideshow:hover .bx-wrapper .bx-controls-direction .bx-next,
.featured-content:hover .bx-wrapper .bx-controls-direction .bx-prev,
.featured-content:hover .bx-wrapper .bx-controls-direction .bx-next {
	opacity: 1;
	visibility: visible;
}

.post-slideshow .bx-wrapper .bx-controls-direction a:hover,
.featured-content .bx-wrapper .bx-controls-direction a:hover {
	background: rgba(0,0,0,0.9);
}

.post-slideshow:hover > .bx-wrapper .bx-controls-direction .bx-prev,
.featured-content:hover > .bx-wrapper .bx-controls-direction .bx-prev {
	margin-left: 0px;
}

.post-slideshow:hover > .bx-wrapper .bx-controls-direction .bx-next,
.featured-content:hover > .bx-wrapper .bx-controls-direction .bx-next {
	margin-right: 0px;
}

.post-slideshow .bx-wrapper .bx-controls-direction .bx-prev i,
.post-slideshow .bx-wrapper .bx-controls-direction .bx-next i,
.featured-content .bx-wrapper .bx-controls-direction .bx-prev i,
.featured-content .bx-wrapper .bx-controls-direction .bx-next i {
	display: inline-block;
	font-size: 1.6em;
}

.post-slideshow .bx-wrapper .bx-controls-direction .bx-prev i,
.post-slideshow .bx-wrapper .bx-controls-direction .bx-next i,
.featured-content .bx-wrapper .bx-controls-direction .bx-prev i,
.featured-content .bx-wrapper .bx-controls-direction .bx-next i  {
	padding: 25px 15px;
}

/* =Audio Post Format
----------------------------------------------- */
.featured-audio {
	margin-bottom: 30px;
}

.format-audio .featured-audio {
	padding-top: 2px;
	padding-bottom: 0px;
}

#page .mejs-controls {
    background: #4b4c4f;
   	padding: 8px;
    height: auto !important;
    width: 100% !important;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#page .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ecf0f1;
    height: 2px;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 13px;
	height: 2px;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: none;
}

#page .mejs-controls .mejs-time-total,
#page  .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total  {
	background: #545757;
	height: 2px;
}

#page .mejs-controls div.mejs-time-rail {
	padding-top: 8px;
}

#page .mejs-controls .mejs-button button {
	margin: 6px 5px 7px;
}

#page .wp-playlist {
	clear: both;
	border: none;
}

#page .wp-playlist .wp-playlist-current-item {
	height: auto;
	overflow: auto;
	margin-bottom: 30px;
}

#page .wp-playlist .mejs-container {
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
=Archive/Search/404/Author Archive
--------------------------------------------------------------*/
.archive .page-header .page-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
}

.no-results .page-header .page-title {
	margin-bottom: 0;
}

.search .page-header .page-title {
	margin-top: 10px;
}

.archive .page-header .page-title span,
.search .page-header .page-title span,
.no-results .page-header .page-title span {
	font-weight: bold;
}

.archive .taxonomy-description {
	margin-top: 18px;
}

.archive .taxonomy-description p {
	margin-bottom: 0;
}

.no-results.not-found .page-content {
	padding: 30px;
}

.error404 .page-content {
	margin-top: 0;
}

.search.search-no-results .page-header,
.error404 .page-content,
.no-results .page-content {
	text-align: center;
}

.no-results.not-found .search-form {
	max-width: 50%;
	margin: 28px auto 0;
}

.error404 .error-404-title {
	font-size: 6em;
	line-height: 0.5;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: bold;
	letter-spacing: -0.02em;
}

.error404 .additional-help {
	margin-top: 40px;
	border-top: 2px solid #ecf0f1;
	padding-top: 28px;
}

.error404 .additional-help .widget {
	border-bottom: none;
	padding-bottom: 0;
}

.error404 .additional-help .custom-archive-title,
.error404 .additional-help .widgettitle {
	margin-bottom: 28px;
}

.archive .page-header,
.search .page-header,
.no-results .page-header,
.archive.author .author-header {
	border-bottom: 1px solid #ecf0f1;
	margin: -40px -40px 40px;
	padding: 40px;
	background: #fbfcfd;
}

.archive.author .author-header .author-name {
	margin-top: 0;
	margin-bottom: 28px;
	line-height: 1.2;
	font-size: 18px;
	text-transform: uppercase;
}

.archive.author .author-header .author-sub-title {
	font-size: 11px;
	text-transform: uppercase;
	color: #7f8c8d;
	margin-top: 0;
}

/*--------------------------------------------------------------
=Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

.page #comments {
	margin-top: 30px;
}

#comments .comments-title {
	font-size: 23px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 18px;
	border-bottom: 2px solid #ecf0f1;
	color:#7f8c8d;
}

#comments ul {
	list-style: none;
}

#comments ol {
	list-style: none;
	margin-left: 0;
	-webkit-padding-start: 0;
	padding-left: 0;
}

#comments ol li .comment,
#comments ol li.post.pingback {
	margin-bottom: 30px;
	padding-bottom: 28px;
	border-bottom: 1px dotted #ecf0f1;
}

#comments .avatar-container img.avatar {
	max-width: 48px;
	margin-right: 18px;
}

#comments .comment-body {
	padding-left: 66px;
}

#comments .comment-author-name {
	font-weight: 600;
	margin-right: 6px;
	font-size: 18px;
}

#comments .commentmetadata,
#comments .reply a {
	font-weight: normal;
	color: #95a5a6;
}

#comments .comment-meta {
	margin-bottom: 14px;
	line-height: 1.2;
}

#comments ol li > ul {
	list-style: none;
}

#comments ol li > .children > .comment {
	border: none;
	padding:0;
}

#comments .comment-content ul {
	list-style: disc;
}

#comments .comment-content ul ul,
#comments .comment-content ol ul {
	list-style-type: circle;
}

#comments .comment-content ul li,
#comments .comment-content ol li {
	margin-bottom: 0;
}

#comments .comment-content ol {
	margin-left: 25px;
	list-style: decimal;
}

#comments .disabled-comments {
	text-align: center;
	margin: 0;
}

#respond label {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 14px;
}

#respond .comment-notes,
#respond .logged-in-as,
#respond .comment-notes a,
#respond .logged-in-as a {
	font-size: 14px;
	color: #bdc3c7;
	font-weight: 300;
}

#respond #author,
#respond #email,
#respond #url {
	width: 50%;
}

#respond #comment {
	width: 100%;
}

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

#respond .form-submit {
	margin-bottom: 0;
}

#reply-title {
	margin-top: 0;
}

#comments .comment-list #respond.comment-respond {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption .wp-caption-text {
    padding: 5px 5px 0;
    color: #fff;
}

.wp-caption {
	max-width: 100%;
	padding: 3px;
	background: #fbfcfd;
	border: 1px solid #ecf0f1;
}

.wp-caption.aligncenter {
	margin-top: 28px;
	margin-bottom: 28px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
	font-size: 11px;
	color: #7F8C8D;
	
	padding: 3px 10px 1px;
}
.wp-caption .wp-caption-text {
	padding: 3px 5px 1px;
    color: #7f8c8d;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 11px;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
=Home Page Featured Slider
--------------------------------------------------------------*/
.featured-content {
	padding: 18px;
	background: #fff;
	border-bottom: 1px solid #cfd3d6;
}

.featured-content ul.bxslider li {
	background: none;
	position: relative;
}

.featured-content .featured-info {
	position: absolute;
	bottom: 2em;
	left: 2em;
	width: 40%;
	background: #000000;
	background: rgba(0, 0, 0, 0.8);
	padding: 25px 25px 15px;
	color: #ffffff;
}

.featured-content ul.bxslider li.center .featured-info  {
	left: 2em;
	right: 2em;
	width: auto;
}

.featured-content ul.bxslider li.right .featured-info  {
	right: 2em;
	left: auto;
}

.featured-content ul.bxslider li.none .featured-info  {
	display: none;
}

.featured-content .featured-info .featured-title {
	font-size: 27px;
	margin-top: 0;
	margin-bottom: 14px;
}

.featured-content .featured-info .featured-title a {
	color: #ffffff;
	font-weight: 600;
}

.featured-content .featured-description {
	color: #eeeeee;
	margin-bottom: 18px;
}

.featured-content .featured-info a.button {
	margin-bottom: 10px;
	color: #fff;
}

/*--------------------------------------------------------------
=Home Page Blog Posts
--------------------------------------------------------------*/
#home-container #main {
	padding: 0;
}

#home-blog-posts {
	background: #ffffff;
	padding: 15px 40px 10px;
	border-bottom: 1px solid #cfd3d6;
}

#home-blog-posts.boxed-layout {
	background: none;
}

#home-blog-posts .section-title {
	margin: 0px -40px 30px;
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: 3px solid #ecf0f1;
}

#home-blog-posts .section-title a.carousel-next:hover,
#home-blog-posts .section-title a.carousel-prev:hover,
#home-blog-posts .section-title a.more-link:hover,
#home-blog-posts .section-title a {
	color: #59595c;
}

#home-blog-posts .section-title a.more-link,
#home-blog-posts .section-title a.carousel-next,
#home-blog-posts .section-title a.carousel-prev {
	color: #cfd3d6;
}

#home-blog-posts .section-title .post-controls .more-link {
	margin: 0 8px;
}

#home-blog-posts .section-title .section-title-inner {
	font-size: 18px;
	display: inline-block;
	padding: 0 0 12px;
	border-bottom: 3px solid #7f8c8d;
	margin-bottom: -3px;
}

#home-blog-posts .recent-post-item {
	margin-bottom: 25px;
}

#home-blog-posts .recent-post-item .more-post-link {
	font-weight: bold;
}

#home-blog-posts .recent-post-inner {
	padding-bottom: 24px;
	border-bottom: 2px solid #f7f7f7;
}

#home-blog-posts.default-layout .grid-layout .recent-post-inner {
	padding-bottom: 0;
	border-bottom: none;
}

#home-blog-posts.boxed-layout .recent-post-inner {
	padding: 18px;
	-webkit-box-shadow: 0 0 0 5px #f7f7f7;
	box-shadow: 0 0 0 5px #f7f7f7;
	border: 1px solid #cfd3d6;
	background: #ffffff;
}

#home-blog-posts .columns-container {
	padding-top: 5px;
}

#home-blog-posts .columns-container.three-columns .recent-post-item {
	width: 33.3333%;
}

#home-blog-posts .blog-posts-slideshow.recent-post-inner {
	padding: 0;
}

#home-blog-posts .recent-post-item .post-thumb {
	margin-bottom: 12px;
}

#home-blog-posts .grid-layout .recent-post-item .post-thumb,
#home-blog-posts .inline-layout .post-thumb,
#home-blog-posts .list-layout .post-thumb,
#home-blog-posts .grouped-layout .other-items .post-thumb,
#home-blog-posts .blog-post-slide,
#home-blog-posts ul.owl-carousel {
	margin-bottom: 0;
}

#home-blog-posts .inline-layout .post-thumb {
	max-width: 200px;
}

#home-blog-posts .list-layout .post-thumb {
	max-width: 100px;
}

#home-blog-posts .grouped-layout .other-items .post-thumb {
	max-width: 76px;
}

#home-blog-posts .recent-post-item .entry-title,
#home-blog-posts .blog-posts-slideshow .entry-title {
	margin-top: 0;
	margin-bottom: 8px;
}

#home-blog-posts .recent-post-item .entry-title {
	font-size: 18px;
}

#home-blog-posts .blog-posts-slideshow .entry-title {
	font-size: 23px;
}

#home-blog-posts .recent-post-item .entry-meta {
	margin-bottom: 12px;
	color: #7f8c8d;
	font-size: 11px;
}

#home-blog-posts .blog-posts-slideshow .entry-meta {
	color: #fff;
}

#home-blog-posts .recent-post-item .entry-meta .fa,
#home-blog-posts .blog-posts-slideshow .entry-meta .fa {
	margin-right: 4px;
}

#home-blog-posts .recent-post-item .entry-meta .entry-date,
#home-blog-posts .recent-post-item .entry-meta .entry-author,
#home-blog-posts .recent-post-item .entry-meta .entry-comments {
	margin-right: 6px;
}

#home-blog-posts .recent-post-item .entry-meta .entry-author {
	display: none;
}

#home-blog-posts .recent-post-item .entry-summary {
	margin-top: 0;
}

#home-blog-posts .blog-posts-slideshow {
	position: relative;
	margin-bottom: 30px;
}

#home-blog-posts .blog-posts-slideshow .blog-post-slide.recent-post-item {
	position: relative;
}

#home-blog-posts .blog-posts-slideshow .posts-slideshow-entry {
	position: absolute;
	bottom: 2em;
	right: 110px;
	left: 110px;
	background: rgba(0,0,0,0.5);
	padding: 18px;
}

#home-blog-posts .blog-posts-slideshow .posts-slideshow-entry,
#home-blog-posts .blog-posts-slideshow .posts-slideshow-entry a {
	color: #fff;
}

#home-blog-posts .blog-posts-slideshow .posts-slideshow-entry-inner {
	position: relative;
	z-index: 2000;
}

#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-prev,
#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-next {
	display: block;
	background: #ffffff;
	height: 100%;
	width: 55px;
	position: absolute;
	opacity: 0.3;
	filter:alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	z-index: 8000;
	cursor: pointer;
}

#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-prev:hover,
#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-next:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-prev,
#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-next {
	top:0;
}

#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-prev,
#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-prev i {
	left: 0;
}

#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-next,
#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-next i {
	right: 0;
}

#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-prev i,
#home-blog-posts .blog-posts-slideshow .slideshow-direction .post-slideshow-next i {
	display: block;
	font-size: 1.6em;
	line-height: 30px;
	color: #000000 !important;
	height: 100%;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 55px;
	text-align: center;
}

#home-blog-posts.boxed-layout ul.inline-layout.owl-carousel li.recent-post-item {
	padding: 5px;
}

#home-blog-posts.default-layout ul.two-columns.owl-carousel  li.recent-post-item,
#home-blog-posts.default-layout ul.three-columns.owl-carousel  li.recent-post-item,
#home-blog-posts.default-layout ul.grid-layout.owl-carousel  li.recent-post-item,
#home-blog-posts.default-layout ul.list-layout.owl-carousel  li.recent-post-item {
	padding: 0 18px;
}

#home-blog-posts.boxed-layout ul.two-columns.owl-carousel li.recent-post-item,
#home-blog-posts.boxed-layout ul.three-columns.owl-carousel li.recent-post-item,
#home-blog-posts.boxed-layout ul.grid-layout.owl-carousel li.recent-post-item,
#home-blog-posts.boxed-layout ul.list-layout.owl-carousel li.recent-post-item {
	padding: 5px 18px;
}

#home-blog-posts.default-layout ul.inline-layout.owl-carousel li.recent-post-item .recent-post-inner,
#home-blog-posts.default-layout ul.two-columns.owl-carousel  li.recent-post-item .recent-post-inner,
#home-blog-posts.default-layout ul.three-columns.owl-carousel  li.recent-post-item .recent-post-inner,
#home-blog-posts.default-layout ul.grid-layout.owl-carousel  li.recent-post-item .recent-post-inner,
#home-blog-posts.default-layout ul.list-layout.owl-carousel  li.recent-post-item .recent-post-inner {
	border-bottom: none;
	padding-bottom: 0;
}

/*--------------------------------------------------------------
Home Custom Text
--------------------------------------------------------------*/
#home-container .intro-container {
	padding: 40px;
	background: #ffffff;
	border-bottom: 0px solid #cfd3d6;
	padding-bottom: 2px;
	padding-top: 20px;
}

/*--------------------------------------------------------------
Go to Top Button
--------------------------------------------------------------*/
#gotop {
	display: none;
	position: fixed;
	bottom: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	z-index: 999999;
	opacity: 0.8;
	text-align: center;
}

#gotop:hover {
	background: #4b4c4f;
	color: #ffffff;
	opacity: 1;
}

/*--------------------------------------------------------------
=Smooth ScrollBar
--------------------------------------------------------------*/
#ascrail2000 {
	background: rgba(0,0,0,0.2);
	z-index: 999999 !important;
}

/*--------------------------------------------------------------
=Contact Form7
--------------------------------------------------------------*/
.wpcf7 label,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="submit"],
.wpcf7 textarea {
	margin-bottom: 18px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	max-width: 50%;
	width: auto;
}

.wpcf7 textarea {
	width: 100%;
}

/*--------------------------------------------------------------
=Share Buttons
--------------------------------------------------------------*/
.share-buttons-inner {
	margin-top: 18px;
}

.share-buttons-container {
	margin-bottom: 28px;
}

.share-buttons-container.bottom {
	margin-bottom: 40px;
}

.share-buttons-inner .share-btns,
.share-buttons-inner .share-btns .facebook,
.share-buttons-inner .share-btns .twitter,
.share-buttons-inner .share-btns .googleplus,
.share-buttons-inner .share-btns .linkedin,
.share-buttons-inner .share-btns .pinterest {
	display: inline-block;
	margin-bottom: 1px;
	margin-right: 1px;
}

.share-buttons-inner .share-btns .facebook,
.share-buttons-inner .share-btns .twitter,
.share-buttons-inner .share-btns .googleplus,
.share-buttons-inner .share-btns .linkedin,
.share-buttons-inner .share-btns .pinterest  {
	font-size: 11px;
	line-height: 33px;
	height: 33px;
	padding: 0 12px 0 0;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	font-weight: normal;
}

.share-buttons-inner i {
	margin-right: 6px;
}

.share-buttons-inner .share-btns i {
	position: relative;
	top: -1px;
	background: rgba(0,0,0,0.1);
	display: inline-block;
	line-height: 33px;
	height: 33px;
	width: 30px;
	text-align: center;
}

.share-buttons-inner .share-btns .facebook,
.share-buttons-inner .share-btns .twitter,
.share-buttons-inner .share-btns .googleplus,
.share-buttons-inner .share-btns .linkedin,
.share-buttons-inner .share-btns .pinterest {
	text-decoration: none;
}

.share-buttons-inner .share-buttons-title {
	background: #4b4c4f;
	color: #ffffff;
	padding: 0 14px;
}

.share-buttons-inner .share-btns .facebook {
	background: #314d91;
	color: #ffffff;
}

.share-buttons-inner .share-btns .facebook:hover {
	background: #4d72d1;
}

.share-buttons-inner .share-btns .twitter {
	background: #07beed;
	color: #ffffff;
}

.share-buttons-inner .share-btns .twitter:hover {
	background: #41d5fa;
}

.share-buttons-inner .share-btns .googleplus {
	background: #B83B29;
	color: #ffffff;
}

.share-buttons-inner .share-btns .googleplus:hover {
	background: #e8533c;
}

.share-buttons-inner .share-btns .linkedin {
	background: #0072b5;
	color: #ffffff;
}

.share-buttons-inner .share-btns .linkedin:hover {
	background: #289bde;
}

.share-buttons-inner .share-btns .pinterest {
	background: #BC282D;
	color: #ffffff;
}

.share-buttons-inner .share-btns .pinterest:hover {
	background: #961c15;
}

.default-share-buttons {
	list-style: none;
	overflow: hidden;
	display: inline-block;
	margin: 0;
}

.default-share-buttons .share-buttons-title {
	display: none !important;
}

.default-share-buttons li {
	float: left;
	width: 100px;
}

.default-share-buttons li.facebook,
.default-share-buttons li.twitter,
.default-share-buttons li.google-plus,
.default-share-buttons li.in,
.default-share-buttons li.pinterest {
	margin-top: 3px;
}

/*--------------------------------------------------------------
=Author Section
--------------------------------------------------------------*/
.author-section {
	overflow: hidden;
	padding: 40px 0;
	border-top: 2px solid #ecf0f1;
	border-bottom: 2px solid #ecf0f1;
	margin-bottom: 40px;
}

.author-section .gravatar,
.author-section .gravatar img,
.author-social-links a > i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.author-section .gravatar {
	float: left;
	width: 76px;
	margin-right: 40px;
}

.author-section .about .info {
	margin: 0;
	padding: 0 0 0 116px;
}

.author-section .author-name {
	font-size: 23px;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 1.1;
}

.author-social-links a {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	margin-right: 6px;
}

.author-social-links .social-meta {
	display: none;
}

.author-social-links {
	margin-top: 18px;
	padding-left: 116px;
	font-size: 11px;
	text-transform: uppercase;
}

.author-social-links i {
	font-size: 11px;
	width: 30px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #7f8c8d;
	background: #ecf0f1;
}

/*--------------------------------------------------------------
=Related Posts Section
--------------------------------------------------------------*/
.related-posts-container {
	border-bottom: 2px solid #ecf0f1;
	margin-bottom: 20px;
}

.related-posts-container-noline h4{
	margin-bottom: 20px;
		font-size: 23px;
	color: #7f8c8d;
}

.related-posts-container ul {
	margin-bottom: 0;
}

.related-posts-container .related-posts-container-title {
	margin-top: 20;
	margin-bottom: 28px;
	font-size: 23px;
	color: #7f8c8d;
}

.related-posts-container li {
	display: block;
}

.related-posts-container li .related-post-title {
	margin-bottom: 12px;
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
}

.related-posts-container #default-posts-list  li .related-post-title {
	font-size: 16px;
}

.related-posts-container #related-posts-list .related-post-item,
.related-posts-container #default-posts-list .related-post-item {
	margin-bottom: 28px;
}

.related-posts-container #related-posts-list .related-post-item {
	border-bottom: 1px dotted #ecf0f1;
}

.related-posts-container #related-posts-list .related-post-item:last-child {
	border-bottom: none;
}

.related-posts-container #default-posts-list .post-thumb  {
	display: block;
	margin-bottom: 18px;
}

.related-posts-container #related-posts-list .post-thumb {
	display: block;
	max-width: 150px;
}

/*--------------------------------------------------------------
=Newsletter
--------------------------------------------------------------*/
.newsletter-container.single-post {
	padding: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #2c3e50;
	color: #fff;
}

.newsletter-container.single-post .newsletter-title {
	font-size: 23px;
	margin-top:0;
}

.widget .newsletter-container .newsletter-title {
	display: none;
}

.newsletter-container .newsletter-image {
	margin-bottom: 28px;
}

.newsletter-container input[type="text"],
.newsletter-container input[type="email"] {
	width: 100%;
}

.newsletter-container input[type="submit"] {
	margin-top: 18px !important;
}

.newsletter-container input[type="submit"]:hover {
	opacity: 0.8;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

/*--------------------------------------------------------------
=Custom Category Archive Template
--------------------------------------------------------------*/
#custom-cat-archive .cat-title {
	font-size: 18px;
	margin-bottom: 28px;
}

#custom-cat-archive .cat-title a {
	display: inline-block;
	color: #7f8c8d;
	background: #ecf0f1;
	padding: 8px 16px;

	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

#custom-cat-archive .recent-cat-item {
	border-bottom: 2px solid #ecf0f1;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

#custom-cat-archive .entry-header {
	margin-bottom: 0;
}

#custom-cat-archive .post-thumb {
	display: block;
	margin-bottom: 28px;
	border: 2px solid #ecf0f1;
}

#custom-cat-archive .entry-title {
	font-size: 23px;
	margin: 0 0 8px;
}

#custom-cat-archive .entry-meta {
	margin-bottom: 0;
}

#custom-cat-archive .entry-author .by {
	margin-right: 4px;
}

#custom-cat-archive .entry-author {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 14px;
}

#custom-cat-archive .entry-author {
	margin-right: 18px;
}

#custom-cat-archive .entry-author .fa {
	margin-right: 8px;
}

/*--------------------------------------------------------------
=Custom Archive Template
--------------------------------------------------------------*/
#custom-archive-container .custom-archive-items .custom-archive-list,
.error404 .additional-help .custom-archive-list {
	-webkit-padding-start: 20px;
}

#custom-archive-container .custom-archive-items .custom-archive-title {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
}

/*--------------------------------------------------------------
=Author List Template
--------------------------------------------------------------*/
.authors-list-container {
	margin-bottom: 40px;
	border-bottom: 1px dotted #ecf0f1;
	padding-bottom: 18px;
}

.authors-list-container .authors-list-about {
	border-top: 1px solid #ecf0f1;
	border-bottom: 1px solid #ecf0f1;
	background: #fbfcfd;
	padding: 40px;
	margin: 0 -40px 40px;
}

.authors-list-container .authors-list-title,
.authors-list-container .authors-list-name {
	margin-top: 0;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2;
}

.authors-list-container .authors-list-title {
	margin-bottom: 8px;
	font-size: 11px;
	color: #95a5a6;
}

.authors-list-container .authors-list-name {
	text-align: left;
	font-size: 18px;
	margin-bottom: 38px;
}

.authors-list-container .authors-list-image {
	margin-bottom: 28px;
}

.authors-list-container .authors-list-info {
	padding-left: 124px;
}

.authors-list-container img.avatar {
	max-width: 96px;
}

.authors-list-container .author-social-links {
	padding-left: 0;
}

.authors-list-recent-articles .authors-list-title,
.authors-list-container .authors-list-info {
	margin-bottom: 18px;
}

.authors-list-recent-articles {
	margin-top: 18px;
}

.authors-list-recent-articles ul {
	-webkit-padding-start: 18px;
	padding-left: 18px;
}

.authors-list-recent-articles .authors-list-title a {
	color: #95a5a6;
	font-weight: normal;
}

#authors-list-container .edit-link {
	display: inline-block;
	margin-top: 18px;
}

/*--------------------------------------------------------------
=Breaking News
--------------------------------------------------------------*/
#breaking-news {
	position: relative;
	overflow: hidden;
	background: #ffffff;
}

#breaking-news .breaking-news-title {
	background: #F8555A;
	color: #ffffff;
	padding: 15px;
	text-transform: uppercase;
}

#breaking-news .breaking-news-title h4 {
	font-size: 14px;
	line-height: 1.1;
	margin: 0;
}

#breaking-news .breaking-news-items .bxslider {
	visibility: hidden;
	height: 0;
}

#breaking-news .breaking-news-items .bx-viewport {
	position: absolute !important;
	right: 0;
	width: auto !important;
}

#breaking-news .breaking-news-items li {
	background: #ffffff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: auto !important;
}

#breaking-news .breaking-news-items h3,
#breaking-news .breaking-news-items h3 a {
	font-weight: normal;
}

#breaking-news .breaking-news-items h3 {
	margin: 0;
	padding: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.1;
}

#breaking-news .breaking-news-items h3 a {
	text-decoration: none;
}

/*--------------------------------------------------------------
=Ads
--------------------------------------------------------------*/
.ad-section {
	text-align: center;
}

.ad-section.ad-header {
	margin-top: 40px;
}

.ad-section.ad-post-content {
	float: right;
	margin: 8px 0 18px 18px;
}

.ad-section.ad-before-comments {
	margin-bottom: 60px;
}

.ad-section.ad-footer {
	margin-bottom:40px;
}

.ad-section .ad-title {
	margin: 4px;
	font-size: 11px;
	line-height: 1;
	color: #a5a5a5
}

.home.page .ad-section.ad-footer {
	display: none !important;
}

/*--------------------------------------------------------------
=bbPress
--------------------------------------------------------------*/
#blog-container.bbpress-container .edit-link {
	display: none;
}

#blog-container.bbpress-container .hentry.forum {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

div.bbp-breadcrumb {
	float: none;
}

#bbpress-forums .bbp-search-form {
	margin-bottom: 28px;
}

#bbpress-forums li.bbp-header {
	background: #7f8c8d;
	color: #ffffff;
	border-top: none;
	font-size: 18px;
	padding: 12px 18px;
	font-weight: normal;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-header a {
	color: #ffffff;
}

.bbpress #bbpress-forums div.odd,
.bbpress #bbpress-forums ul.odd {
	background: #ffffff;
}

#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 {
	border: none;
	font-size: 14px;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	border-top: none;
	padding: 18px 18px !important;
	border-bottom: 2px solid #ecf0f1 !important;
}

.bbpress .bbp-body .bbp-topic-title,
.bbpress .bbp-forum-info .bbp-forum-title {
	position: relative;
	font-size: 18px;
}

.bbpress .bbp-body .bbp-topic-title,
.bbpress .bbp-forum-info .bbp-forum-title,
.bbpress .bbp-body .bbp-topic-title a {
	text-decoration: none;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
	font-size: 14px;
	line-height: 1.7;
	margin: 8px 0;
	color: #7f8c8d;
}

#bbpress-forums p.bbp-topic-meta a {
	color: #95a5a6;
	font-weight: normal;
	font-size: 14px;
}

.bbpress #bbpress-forums ul.hentry:hover {
	background: #fbfbfb !important;
}

#bbpress-forums p.bbp-topic-meta {
	margin: 0;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	line-height: 1.4;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
	margin-bottom: 18px;
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
	border: none;
	background: #f5f5f5;
	font-size: 14px;
}

#bbpress-forums span.bbp-admin-links a {
	color: #95a5a6;
}

#bbpress-forums span.bbp-admin-links a:hover {
	color: #7f8c8d;
}

#bbpress-forums li.bbp-body div.hentry {
	padding: 18px 0;
}

#bbpress-forums li.bbp-footer {
	border-top: none;
}

.bbpress #bbpress-forums .bbp-forums .bbp-topic-meta .bbp-author-avatar,
.bbpress #bbpress-forums .bbp-forum-description .bbp-author-avatar,
.bbpress #bbpress-forums .bbp-topic-description .bbp-author-avatar,
.bbpress #bbpress-forums .bbp-topic-started-by .bbp-author-avatar,
.bbpress #bbpress-forums .bbp-topic-freshness .bbp-topic-freshness-author .bbp-author-avatar,
.bbpress #bbpress-forums .bbp-forums .bbp-footer,
.bbpress #bbpress-forums .bbp-topics .bbp-footer,
#bbpress-forums ul.bbp-topic-revision-log img.avatar {
	display: none;
}

/* =WooCommerce
----------------------------------------------- */
.woocommerce .table-responsive {
	background: #fbfcfd;
}

.woocommerce-container .entry-title {
	margin-top: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	margin-bottom: 28px;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img,
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
	box-shadow: none;
	margin-bottom: 0;
	border-radius: 2px;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	background: #d92e2e;
	text-shadow: none;
	font-weight: bold;
	text-transform: uppercase;
	min-height: 28px;
	line-height: 28px;
	min-width: 60px;
	margin: 0 !important;
	text-align: center;
	font-size: 11px;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	z-index: 10;
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
	color: #F9CF29;
	width: 5.7em;
	height: 1.4em;
	font-size: 11px;
}

.woocommerce .woocommerce-container .star-rating,
.woocommerce-page .woocommerce-container .star-rating {
	margin: 0 auto !important;
}

.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt {
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	background-image: none!important;
	text-shadow: none!important;
	-moz-text-shadow: none!important;
	-webkit-text-shadow: none!important;
	-o-text-shadow: none!important;
	border: none;
	display: inline-block;

	font-size: 14px !important;
	padding: 0 16px !important;
	line-height: 38px !important;
    height: 38px;

	position: relative;
	text-align: center;
	font-weight: normal !important;

	cursor: pointer;
	background: #59595c;
	color: #fff;
	letter-spacing: -0.02em;

	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover {
	background: #ecf0f1;
	color: #7f8c8d;
	text-shadow: none;
}

/* Archive */
.woocommerce .woocommerce-result-count {
	text-transform: uppercase;
	font-size: 11px;
	color: #a5a5a5;
}

.woocommerce.archive .products .product,
.woocommerce .products.related .product,
.woocommerce .products.upsells .product {
	margin: 0 1.8% 18px 0;
	width: 23.3% !important;
	border-bottom: none;
}

.woocommerce.archive .woocommerce-container .woo-has-sidebar .products .product,
.woocommerce .woocommerce-container .woo-has-sidebar .products.related .product {
	width: 32.3% !important;
	margin: 0 1.4% 10px 0;
}

.woocommerce.archive .products .product .post-thumb .rating-container,
.woocommerce .products.related .product .post-thumb .rating-container,
.woocommerce .products.upsells .product .post-thumb .rating-container {
	position: absolute;
	bottom: 8px;
	left: 8px;
	right: 8px;
	background: rgba(0,0,0,0.5);
	padding-top: 14px;
	padding-bottom: 10px;
	padding: 10px 16px 6px;
	visibility: hidden;
	opacity: 0;
	border-radius: 2px;
}

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

.woocommerce.archive .products .product:hover .rating-container,
.woocommerce .products.related .product:hover .rating-container,
.woocommerce .products.upsells .product:hover .rating-container {
	visibility: visible;
	opacity: 1;
}

.woocommerce.archive .products .post-thumb,
.woocommerce .products.related .post-thumb,
.woocommerce .products.upsells .post-thumb {
	margin-bottom: 8px;
	position: relative;
}

.woocommerce.archive .products .product h3,
.woocommerce .related.products ul.products .product h3,
.woocommerce .products.upsells ul.products .product h3 {
	line-height: 1.4;
	margin-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	letter-spacing: -0.04em;
	color: #59595c;
}

.woocommerce.archive .price .amount,
.woocommerce .related.products .price .amount,
.woocommerce .products.upsells .price .amount {
	font-size: 18px;
	line-height: 1;
}

.woocommerce.archive .price del .amount,
.woocommerce .related.products .price del .amount,
.woocommerce .products.upsells .price del .amount {
	font-size: 14px;
}

.archive.woocommerce .products .product .button,
.woocommerce .related.products ul.products .product .button,
.woocommerce .products.upsells ul.products .product .button {
	position: relative;
	background: #ecf0f1;
	color: #7f8c8d !important;
	display: block;
	margin-top: 18px;
	border: none !important;
}

.archive.woocommerce .products .product .button:hover,
.woocommerce .related.products ul.products .product .button:hover {
	background: #59595c;
	color: #fff !important;
}

.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page #content input.button.added:before {
	content: "\F00C" !important;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	position:absolute;
	height:16px;
	width:16px;
	top:0;
	left: 10px;
	text-indent:0;
	background: none;
}

.woocommerce .added_to_cart {
	display: none !important;
}

/* Single Product */
.woocommerce.single-product .entry-header {
	display: none;
}

.woocommerce.single-product .product.hentry {
	overflow: hidden;
	padding: 0;
}

.woocommerce.single-product .summary.entry-summary {
	margin-top: 0;
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images,

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
	float: none;
	width: 100%;
}

.woocommerce .single-product-container .entry-title {
	letter-spacing: -0.02em;
}

.woocommerce .single-product-container .price {
	font-size: 23px !important;
	font-weight: bold;
}

.woocommerce.single-product .summary.entry-summary .woocommerce-product-rating {
	line-height: 1;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 10px;
}

.woocommerce.single-product .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
	font-weight: normal;
	color: #a5a5a5;
}

.woocommerce.single-product .summary.entry-summary .woocommerce-product-rating .star-rating {
	font-size: 14px;
}

.woocommerce .single-product-container .onsale {
	top: 0;
	left: 15px;
}

.woocommerce .single-product-container form.cart {
	margin-top: 30px;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	line-height: 38px;
	height: 38px;
}

.woocommerce .variations,
.woocommerce .variations .value {
	background: #f5f5f5;
}

.woocommerce .variations {
	position: relative;
	margin: 0 !important;
	width: 100%;
}

.woocommerce .variations td {
	padding: 18px 0;
}

.woocommerce .variations .value {
	border: none;
	padding-left: 30px !important;
	padding-right: 30px;
	text-align: center;
}

.woocommerce .variations .label {
	display: block;
	background: none;
	color: #656565;
	text-shadow: none;
	border: none;
	padding: 21px 8px 0 !important;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
}

.woocommerce .variations .label label {
	margin-bottom: 0;
}

.woocommerce .reset-variations-btn {
	float: right;
}

.woocommerce .reset-variations-btn a.reset_variations {
	float: none !important;
}

.woocommerce .reset-variations-btn,
.woocommerce .single_variation_wrap {
	margin-top: 18px;
}

.woocommerce .single_variation {
	margin-bottom: 7px;
}

.woocommerce .single-product-container .product_meta {
	font-size: 11px;
	text-transform: uppercase;
}

.woocommerce.single .hentry {
	border-bottom: none;
}

.woocommerce .products.related .section-title {
	font-size: 18px;
	margin-bottom: 28px;
	font-weight: bold;
}

.woocommerce .related.products ul.products {
	margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
	margin-bottom: 0;
	border-radius: 0;
}

.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 {
	content:"";
	border: none !important;
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background: #59595c !important;
	color:#ffffff;
}

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs .active a:hover {
	color: #7f8c8d !important;
}

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs a:hover {
	color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	border-color: #ecf0f1;
	border-width: 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {

	background: #ecf0f1 !important;
	color: #7f8c8d;

	box-shadow: none !important;
	margin: 0;
	border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	text-shadow: none;
	color: #59595c;
	font-weight: normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #ffffff !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 11px;
	color: #a5a5a5;
	text-transform: uppercase;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #f5f5f5;
	padding: 0;
	margin-left: 68px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .description,
.woocommerce #review_form_wrapper .comment-form-comment {
	max-width: 640px;
}

.woocommerce-tabs .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce-tabs .panel h2,
.woocommerce #review_form_wrapper .comment-reply-title {
	font-size: 18px;
}

.woocommerce #review_form_wrapper .comment-reply-title,
.woocommerce #review_form_wrapper .comment-form-rating {
	margin-bottom: 18px !important;
}

.woocommerce #review_form_wrapper .comment-form-rating {
	overflow: hidden;
}

.woocommerce-tabs .panel #comments {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
	width: 50px;
}

.woocommerce .single-product-container .comment_container {
	margin-bottom: 30px;
}

/* Cart&Checkout */
.woocommerce-checkout #customer_details,
.woocommerce-checkout #payment ul,
.woocommerce-cart .shipping-calculator-form {
	background: #fff;
	padding: 15px;
	margin-bottom: 31px;
	border: 1px solid #eeeeee;
}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
	min-width: 96px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	float: none !important;
	width: 100% !important;
}

.woocommerce-checkout .col2-set .col-1 {
	margin-bottom: 31px;
}

.woocommerce #payment,
.woocommerce-page #payment {
	background: none;
}

.woocommerce-cart .shop_table.cart,
.woocommerce-cart .cart_totals table,
.woocommerce-checkout .shop_table {
	background: #ffffff;
}

.woocommerce-cart .shop_table.cart thead,
.woocommerce-cart .cart_totals table th,
.woocommerce-checkout .shop_table thead,
.woocommerce-checkout .shop_table tfoot th {
	background: #fbfbfb;
}

.woocommerce-checkout .shop_table tfoot th {
	border-right: 1px solid #f5f5f5;
}

.woocommerce-cart .shop_table.cart th,
.woocommerce-cart .shop_table.cart td,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-color: #f5f5f5;
}

.woocommerce-cart .shop_table.cart .product-remove,
.woocommerce-cart .shop_table.cart .product-name,
.woocommerce-cart .shop_table.cart .product-price,
.woocommerce-cart .shop_table.cart .product-quantity {
	border-right: 1px solid #f5f5f5;
}

.woocommerce-cart .shop_table.cart .product-price,
.woocommerce-cart .shop_table.cart .product-subtotal,
.woocommerce-cart .cart_totals table {
	text-align: center;
}

.woocommerce-cart .shop_table.cart .product-remove a {
	margin: 0 auto;
}

.woocommerce-cart .cart_totals table {
	border: 1px solid #f5f5f5;
	width: 100%;
}

.woocommerce-cart .cart_totals table th {
	border-bottom: 1px solid #ffffff;
	padding: 10px 15px !important;
	font-size: 14px;
	font-weight: normal;
}

.woocommerce-cart .stacktable .coupon {
	margin: 0 20px;
}

.woocommerce-cart .product-remove a,
.woocommerce table,
.woocommerce-page table {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.woocommerce table th,
.woocommerce-page table th {
	border-bottom: none !important;
}

.woocommerce-cart .shop_table a {
	border: none;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-cart .shipping_calculator h2 {
	font-size: 23px;
	text-align: left;
}

.woocommerce-cart .shipping_calculator h2 a {
	font-weight: normal;
}

.woocommerce-checkout #ship-to-different-address label {
	padding-left: 0 !important;
}

.woocommerce ul#shipping_method li {
	text-indent: 0;
	text-align: left;
	font-size: 14px;
}

/* Woo messages */
#page .woocommerce-message,
#page .woocommerce-error,
#page .woocommerce-info {
	background: #444;
	border: none;
	text-shadow: none;
	color: #fff;
	font-weight: normal;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 1em;
	line-height: 1.6;
	font-size: 14px;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
	height: auto !important;
	line-height: 1.4 !important;
	background: none !important;
	border: none !important;
	margin-top: 4px;
}

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

.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
	color: #ffffff;
}

.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover {
	color: #ffffff;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
	display: none;
	content: '';
	background: none !important;
}

/* Woo Nav */
.woocommerce nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination {
	margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
	border: none;
	font-size: 11px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
	line-height: 35px;
	padding: 0 12px;
	min-width: 32px;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	background: #59595c;
	color: #fff;
	border-radius: 2px;
}

/* WooCommerce Header */
#masthead .header-cart {
	position: relative;
	z-index: 1000;
	margin-top: 4px;
	margin-left: 1px;
	margin-bottom: 30px;
	background: #ecf0f1;
	color: #7f8c8d;
}

#masthead .widget {
	padding-bottom: 8px;
	border-bottom: none;
}

#masthead .header-cart a.cart-parent {
	display: inline-block;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
	padding-left: 12px;
	padding-right: 12px;
	color: #7f8c8d;
}

#masthead .header-cart span.count-items {
	position:relative;
	display: inline-block;
	font-size: 10px;
	background: #ffffff;
	color: #7f8c8d;
	line-height: 17px;
	height: 17px;
	min-width: 17px;
	margin-left: 8px;
	padding: 0 3px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#masthead .header-cart span.count-items:before {
	content: "";
	border-color: transparent #ffffff transparent;
	border-style: solid solid solid none;
	border-width: 3px 3px 3px medium;
	height: 0;
	left: -2px;
	margin-top: 5px;
	position: absolute;
	top: 0;
	width: 0;
}

#masthead .cart-current-items .widgettitle {
	display: none !important;
}

#masthead .cart-current-items ul {
	margin: 0;
	-webkit-padding-start: 0;
	padding-left: 0;
	list-style: none;
}

.woocommerce .cart-current-items ul li .variation {
	opacity: 0.6;
	padding: 0;
	font-size: 12px;
	margin-top: 5px;
	border: none;
}

.woocommerce .cart-current-items ul li .variation-Color {
	margin-bottom: 0;
	line-height: 1.6;
}

.woocommerce .cart-current-items ul li a.remove {
	font-size: 14px;
	top: 11px !important;
	left: 2px !important;
}

#masthead .cart-current-items {
	position: absolute;
	top: 40px;
	right: 0;
	width: 260px;

	background: #7f8c8d;
	color: #ecf0f1;
	-webkit-border-radius: 2px 0 2px 2px;
	-moz-border-radius: 2px 0 2px 2px;
	border-radius: 2px 0 2px 2px;

	visibility: hidden;
	height: 0;
	opacity: 0;
}

#masthead .cart-current-items .widget {
	margin-bottom: 0;
}

#masthead .cart-current-items ul li {
	padding: 12px 18px !important;
	font-size: 11px;
	border-bottom: 1px solid #95a5a6;
}

#masthead .cart-current-items ul li.empty {
	border-bottom: none;
	padding-bottom: 4px !important;
}

#masthead .cart-current-items ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
}

#masthead .cart-current-items ul li .variation {
	padding-left: 0 !important;
}

#masthead .cart-current-items .total {
	padding: 8px 18px 0;
	border-top: none;
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 11px;
	text-transform: uppercase;
}

#masthead .cart-current-items .buttons {
	padding: 8px 18px;
	margin-bottom: 0;
}

#masthead .cart-current-items .buttons a {
	display: block;
	margin-top: 8px;
	background: none;
	border: 1px solid !important;
}

#masthead .cart-current-items .buttons a:hover {
	opacity: 0.7;
	color: inherit;
}

#masthead .header-cart:hover .cart-current-items {
	visibility: visible;
	height: auto;
	opacity: 1;

	-webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.woocommerce-cart #masthead .cart-current-items,
.woocommerce-checkout #masthead .cart-current-items {
	display: none !important;
}

/*--------------------------------------------------------------
=tdBiz Plugin
--------------------------------------------------------------*/
.tdbiz-tabs-container li:after {
	top: 10px !important;
}

/*--------------------------------------------------------------
=Responsive
--------------------------------------------------------------*/
@media only screen and (max-width:992px) and (min-width:768px) {
	.featured-content .featured-info .featured-title {
		font-size: 18px;
	}

	.main-container #main {
		border-right: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.single.left-sidebar .main-container #main,
	.page.left-sidebar .main-container #main {
		border-left: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.content-area.pull-right {
		float: none !important;
	}

	.columns-container .recent-post-item,
	.content-grid .post-box {
		width: 100% !important;
	}
}

/* Tablet */
@media only screen and (max-width:768px) and (min-width:500px) {
	 #inline-blog .post-thumb {
	 	max-width: 150px !important;
	 }
}

/* Tablet and Mobile */
@media only screen and (max-width:768px) {
	.nav-bar { display: none }
    .fancy-select { display: block !important; }

	#home-blog-posts .blog-posts-slideshow .posts-slideshow-entry,
	.featured-content .featured-info,
	#bbpress-forums .bbp-forum-reply-count,
	#bbpress-forums .bbp-forum-topic-count,
	#bbpress-forums .bbp-topic-voice-count,
	#bbpress-forums .bbp-topic-reply-count {
		display: none;
	}

	#site-navigation.sticky-navigation {
		position: relative;
	}

	.main-container #main {
		border-right: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.single.left-sidebar .main-container #main,
	.page.left-sidebar .main-container #main {
		border-left: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.content-area.pull-right,
	#bbpress-forums .bbp-forum-freshness,
	#bbpress-forums .bbp-topic-freshness {
		float: none !important;
	}

	.columns-container .recent-post-item,
	#bbpress-forums .bbp-forum-freshness,
	#bbpress-forums .bbp-topic-freshness {
		width: 100% !important;
	}

	#masthead .fancy-select {
		margin: 0 auto;
		max-width: 200px;
	}

	.archive.woocommerce .products .product,
	.woocommerce .products.related .product,
	.woocommerce.archive .woocommerce-container .woo-has-sidebar .products .product,
	.woocommerce .woocommerce-container .woo-has-sidebar .products.related .product {
		width: 48% !important;
		margin-bottom: 20px !important;
	}

	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page ul.products li.product:nth-child(2n) {
		margin-right: 0 !important;
	}
}

/* Mobile */
@media only screen and (max-width:500px) {
	#breaking-news,
	.navigation.paging-navigation a .meta-title,
	#comment-nav-below a .meta-title,
	.post-navigation .post-navigation-sep,
	#home-blog-posts .section-title .post-controls,
	#bbpress-forums div.bbp-search-form,
	#bbpress-forums div.bbp-breadcrumb,
	#bbpress-forums li.bbp-header,
	#bbpress-forums li.bbp-body .bbp-topic-freshness,
	#masthead .cart-current-items {
		display: none;
	}

	#comments .comment-author-name,
	.navigation.post-navigation a,
	.authors-list-container .authors-list-image,
	.archive.author .avatar-container,
	.hentry .entry-header .entry-meta .entry-date,
	.hentry .entry-header .entry-meta .entry-cats,
	.hentry .entry-header .entry-meta .entry-comments,
	#home-blog-posts .inline-layout .post-thumb,
	#home-blog-posts .list-layout .post-thumb,
	#home-blog-posts .grouped-layout .other-items .post-thumb,
	#inline-blog .post-thumb,

	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
		display: block;
	}

	#masthead .header-search-container,
	#masthead .header-social-container,
	#masthead .header-cart {
		display: inline-block;
	}

	.navigation.paging-navigation a i {
		margin: 0 4px !important;
	}

	.author-section .gravatar,
	.related-posts-container #related-posts-list .post-thumb,
	#inline-blog .post-thumb,
	#comments .avatar-container,
	.post-navigation .nav-previous,
	.post-navigation .nav-next,
	.authors-list-container .authors-list-image,
	.archive.author .avatar-container,
	#home-blog-posts .inline-layout .post-thumb,
	#home-blog-posts .list-layout .post-thumb,
	#home-blog-posts .grouped-layout .other-items .post-thumb
	#masthead .site-branding,
	#masthead .header-search-container,
	#masthead .header-social-container,
	#masthead .header-cart,
	#bbpress-forums li.bbp-body li.bbp-forum-info,
	#bbpress-forums li.bbp-body .bbp-forum-freshness,
	#bbpress-forums li.bbp-body li.bbp-topic-info,
	#bbpress-forums li.bbp-body .bbp-topic-freshness {
		float: none !important;
	}

	#comments .avatar-container,
	.author-section .gravatar,
	.related-posts-container #related-posts-list .post-thumb,
	.authors-list-container .authors-list-image,
	.archive.author .avatar-container,
	#home-blog-posts .inline-layout .post-thumb,
	#home-blog-posts .list-layout .post-thumb,
	#home-blog-posts .grouped-layout .other-items .post-thumb,
	#inline-blog .post-thumb {
		margin-bottom: 28px;
	}

	#comments .comment-author-name,
	#page .widget .avatar-container {
		margin-bottom: 8px;
	}

	#home-blog-posts .inline-layout .post-thumb,
	#home-blog-posts .list-layout .post-thumb,
	#home-blog-posts .grouped-layout .other-items .post-thumb,
	#inline-blog .post-thumb {
		margin-right: 0;
	}

	.author-section .about .info,
	.author-social-links,
	#comments .comment-body,
	.authors-list-container .authors-list-image,
	.authors-list-container .authors-list-info,
	.no-results.not-found .page-content,
	#home-blog-posts.default-layout ul.two-columns.owl-carousel  li.recent-post-item,
	#home-blog-posts.default-layout ul.three-columns.owl-carousel  li.recent-post-item,
	#home-blog-posts.default-layout ul.grid-layout.owl-carousel  li.recent-post-item,
	#home-blog-posts.default-layout ul.list-layout.owl-carousel  li.recent-post-item {
		padding: 0;
	}

	.no-results.not-found .search-form {
		margin: 0;
	}

	#comments .children {
		padding-left: 0;
		-webkit-padding-start: 0;
	}

	#bbpress-forums li.bbp-body li.bbp-forum-info,
	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
	#bbpress-forums li.bbp-body li.bbp-topic-info,
	#bbpress-forums li.bbp-body .bbp-topic-freshness,
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.related-posts-container #default-posts-list .related-post-item,
	.post-navigation .nav-previous,
	.post-navigation .nav-next,
	#home-blog-posts .grid-layout .recent-post-item,
	#masthead .site-branding {
		width: 100%;
	}

	#inline-blog .post-thumb,
	.no-results.not-found .search-form,
	#home-blog-posts .inline-layout .post-thumb,
	#home-blog-posts .list-layout .post-thumb,
	#home-blog-posts .grouped-layout .other-items .post-thumb,
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"] {
		max-width: 100%;
	}

	.hentry .entry-header .entry-title,
	.single .hentry .entry-header .entry-title,
	.page .hentry .entry-header .entry-title {
		font-size: 23px;
	}

	.hentry .entry-header .entry-meta .entry-author,
	.entry-content blockquote,
	.entry-content blockquote p {
		font-size: 14px;
	}

	#comments .commentmetadata,
	#respond .comment-notes,
	#respond .logged-in-as,
	#respond .comment-notes a,
	#respond .logged-in-as a {
		font-size: 11px;
	}

	#masthead .site-branding,
	#masthead .header-controls,
	#bbpress-forums li.bbp-body .bbp-forum-freshness {
		text-align: center;
	}

	.archive.woocommerce .products .product,
	.woocommerce .products.related .product,
	.woocommerce.archive .woocommerce-container .woo-has-sidebar .products .product,
	.woocommerce .woocommerce-container .woo-has-sidebar .products.related .product {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 30px !important;
	}

	.entry-content blockquote {
		margin-left:0;
		margin-right:0;
	}

	.woocommerce table.cart td.actions .coupon,
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce table.cart input,
	.woocommerce #content table.cart input,
	.woocommerce-page table.cart input,
	.woocommerce-page #content table.cart input {
		display: block;
		float: none !important;
		width: 100% !important;
		margin-top: 5px;
	}

	.woocommerce-page #coupon_code {
		margin-bottom: 16px !important;
	}

	.woocommerce table.cart .quantity .plus,
	.woocommerce-page table.cart .quantity .plus,
	.woocommerce #content table.cart .quantity .plus,
	.woocommerce-page #content table.cart .quantity .plus,
	.woocommerce table.cart .quantity .minus,
	.woocommerce-page table.cart .quantity .minus,
	.woocommerce #content table.cart .quantity .minus,
	.woocommerce-page #content table.cart .quantity .minus,
	.woocommerce table.cart .quantity input.qty,
	.woocommerce-page table.cart .quantity input.qty,
	.woocommerce #content table.cart .quantity input.qty,
	.woocommerce-page #content table.cart .quantity input.qty {
		display: block;
		width: 100%;
		float: none;
		height: 30px;
	}

	.woocommerce-cart .shop_table.cart th,
	.woocommerce-cart .shop_table.cart td,
	.woocommerce table.shop_table th,
	.woocommerce-page table.shop_table th,
	.woocommerce table.shop_table td,
	.woocommerce-page table.shop_table td {
		white-space: normal !important;
		font-size: 12px;
	}

	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #payment ul,
	.woocommerce-cart .shipping-calculator-form {
		border: none;
		padding: 0;
	}

	.archive.woocommerce .products .product,
	.woocommerce .products.related .product,
	.woocommerce.archive #woo-container.woo-has-sidebar .products .product,
	.woocommerce #woo-container.woo-has-sidebar .products.related .product {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 30px !important;
	}
}

/* =Fancy Select
----------------------------------------------- */
.fancy-select {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	display: none;
	text-align: center !important;
}

.fancy-select.disabled {
	opacity: 0.5;
}

.fancy-select div.trigger {
	border-radius: 2px;
	cursor: pointer;
	padding: 10px 26px 10px 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	background: #333;
	color: #fff;
	width: 200px;

	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
}

.fancy-select div.trigger:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #fff;
	top: 18px;
	right: 11px;
}

.fancy-select div.trigger.open {
	background: #59595c;
	color: #fff;
}

.fancy-select ul.options {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	max-height: 200px;
	overflow: auto;
	background: #59595c;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	min-width: 200px;

	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

.fancy-select ul.options.open {
	visibility: visible;
	top: 50px;
	opacity: 1;

	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 40px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 50px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

.fancy-select ul.options li {
	padding: 8px 12px;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
	display: block !important;
	float: none !important;

	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

.fancy-select ul.options li a {
	display: block !important;
}

.fancy-select ul.options li.selected {
	background: rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.75);
}

.fancy-select ul.options li.hover {
	color: #fff;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction {
	position: absolute;
	right: 12px;
	bottom: 13px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* =Core Owl Carousel CSS File
----------------------------------------------- */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 1px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 12px;
	background: #333333;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(images/loader.gif) no-repeat center center
}

/* IE Fixes */
.columns-container .recent-post-item,
.content-grid .post-box {
	max-width: 100%;
}