
/*
Theme Name: Publisher
Theme URI: http://betterstudio.com/
Version: 7.11.0
Description: Designed by <a href="http://betterstudio.com/">BetterStudio</a>
Author: BetterStudio
Author URI: http://betterstudio.com/
Text Domain: publisher
License: ThemeForest Split Licence
License URI: -
Copyright: (c) 2020 BetterStudio
Tags: one-column, two-columns, three-columns, right-sidebar, flexible-header, custom-colors
*/

/*

    \-------------------------------------------------------/
    ______      _     _ _     _
    | ___ \    | |   | (_)   | |
    | |_/ /   _| |__ | |_ ___| |__   ___ _ __
    |  __/ | | | '_ \| | / __| '_ \ / _ \ '__|
    | |  | |_| | |_) | | \__ \ | | |  __/ |
    \_|   \__,_|_,__/|_|_|___/_| |_|\___|_|

    \--> BetterStudio, 2019 <--/

    Thanks for using our theme!

    Please don't edit this file because of loosing edits in next updates
    and use child themes that was described in documentation

    Our portfolio is here: https://betterstudio.com/

    \-------------------------------------------------------/
*/
:root {
	--publisher-system-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	--publisher-primary-color: #0080ce;
	--publisher-menu-height: calc(1px - 1px);
	--wp-adminbar-height: calc(1px - 1px);
}

body {
	font: 14px/1.7 "Lato", sans-serif;
	color: #5f6569;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	font-size-adjust: auto;
}

::selection {
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
}

.heading-typo, h1, h2, h3, h4, h5, h6, .site-header .site-branding .logo {
	color: #2d2d2d;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

.container, .content-wrap, body.boxed .main-wrap, .footer-instagram.boxed, .site-footer.boxed, .page-layout-no-sidebar .bs-vc-content > .vc_row, .page-layout-no-sidebar .bs-vc-content > .vc_vc_row, .page-layout-no-sidebar .bs-vc-content .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .page-layout-no-sidebar .bs-vc-content > .vc_row.vc_row-has-fill .upb-background-text.vc_row, .bs-injection > .vc_row, .bs-injection > .vc_vc_row, .bs-injection > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper {
	max-width: var(--publisher-site-width);
	width: 100%;
}

@media only screen and (max-width: 668px) {
	.layout-1-col, .layout-2-col, .layout-3-col {
		margin-top: 20px !important;
	}
}

body.page-layout-1-col, body.page-layout-2-col {
	--publisher-site-width: var(--publisher-site-width-2-col);
	--publisher-site-width-content: var(--publisher-site-width-2-col-content-col);
	--publisher-site-width-primary: var(--publisher-site-width-2-col-primary-col);
	--publisher-site-width-secondary: 0;
}

@media (min-width: 768px) {
	.layout-2-col .content-column {
		width: var(--publisher-site-width-content);
	}
	
	.bf-2-main-column-size.bf-2-main-column-size {
		width: var(--publisher-site-width-2-col-content-col);
	}
	
	.layout-2-col .sidebar-column {
		width: var(--publisher-site-width-primary);
	}
	
	.bf-2-primary-column-size.bf-2-primary-column-size {
		width: var(--publisher-site-width-2-col-primary-col);
	}
	
	.layout-2-col.layout-2-col-2 .content-column {
		left: var(--publisher-site-width-primary);
	}
	
	.rtl .layout-2-col.layout-2-col-2 .content-column {
		left: inherit;
		right: var(--publisher-site-width-primary);
	}
	
	.layout-2-col.layout-2-col-2 .sidebar-column {
		right: var(--publisher-site-width-content);
	}
	
	.rtl .layout-2-col.layout-2-col-2 .sidebar-column {
		right: inherit;
		left: var(--publisher-site-width-content);
	}
}

body.page-layout-3-col {
	--publisher-site-width: var(--publisher-site-width-3-col);
	--publisher-site-width-content: var(--publisher-site-width-3-col-content-col);
	--publisher-site-width-primary: var(--publisher-site-width-3-col-primary-col);
	--publisher-site-width-secondary: var(--publisher-site-width-3-col-secondary-col);
	--publisher-site-width-content-col-sm: calc(var(--publisher-site-width-content) + ( var(--publisher-site-width-secondary) / 2 ));
	--publisher-site-width-primary-col-sm: calc(100% - var(--publisher-site-width-content-col-sm));
	--publisher-site-width-primary-col-xs: calc(var(--publisher-site-width-primary) + ( var(--publisher-site-width-content) / 2 ));
	--publisher-site-width-secondary-col-xs: calc(100% - var(--publisher-site-width-primary-col-xs));
}

@media (min-width: 1000px) {
	.layout-3-col .content-column {
		width: var(--publisher-site-width-content);
	}
	
	.bf-3-main-column-size.bf-3-main-column-size {
		width: var(--publisher-site-width-3-col-content-col);
	}
	
	.layout-3-col .sidebar-column-primary {
		width: var(--publisher-site-width-primary);
	}
	
	.bf-3-primary-column-size.bf-3-primary-column-size {
		width: var(--publisher-site-width-3-col-primary-col);
	}
	
	.layout-3-col .sidebar-column-secondary {
		width: var(--publisher-site-width-secondary);
	}
	
	.bf-3-secondary-column-size.bf-3-secondary-column-size {
		width: var(--publisher-site-width-3-col-secondary-col);
	}
}

@media (max-width: 1000px) and (min-width: 768px) {
	.layout-3-col .content-column {
		width: var(--publisher-site-width-content-col-sm);
	}
	
	.layout-3-col .sidebar-column-primary {
		width: var(--publisher-site-width-primary-col-sm);
	}
	
	.layout-3-col .sidebar-column-secondary {
		display: none;
	}
}

@media (max-width: 767px) and (min-width: 500px) {
	.layout-3-col .sidebar-column-primary {
		width: var(--publisher-site-width-primary-col-xs);
		float: left;
	}
	
	.layout-3-col .sidebar-column-secondary {
		width: var(--publisher-site-width-secondary-col-xs);
		float: left;
	}
}

@media (max-width: 500px) {
	.layout-3-col .sidebar-column-secondary {
		display: none;
	}
}

@media (min-width: 1001px) {
	.layout-3-col-2 .sidebar-column-primary {
		left: var(--publisher-site-width-secondary);
	}
	
	.rtl .layout-3-col-2 .sidebar-column-primary {
		left: inherit;
		right: var(--publisher-site-width-secondary);
	}
	
	.layout-3-col-2 .sidebar-column-secondary {
		right: var(--publisher-site-width-primary);
	}
	
	.rtl .layout-3-col-2 .sidebar-column-secondary {
		right: inherit;
		left: var(--publisher-site-width-primary);
	}
	
	.layout-3-col-3 .content-column {
		left: var(--publisher-site-width-primary);
	}
	
	.rtl .layout-3-col-3 .content-column {
		left: inherit;
		right: var(--publisher-site-width-primary);
	}
	
	.layout-3-col-3 .sidebar-column-primary {
		right: var(--publisher-site-width-content);
	}
	
	.rtl .layout-3-col-3 .sidebar-column-primary {
		right: inherit;
		left: var(--publisher-site-width-content);
	}
	
	.layout-3-col-4 .content-column {
		left: var(--publisher-site-width-secondary);
	}
	
	.rtl .layout-3-col-4 .content-column {
		left: inherit;
		right: var(--publisher-site-width-secondary);
	}
	
	.layout-3-col-4 .sidebar-column-primary {
		left: var(--publisher-site-width-secondary);
	}
	
	.rtl .layout-3-col-4 .sidebar-column-primary {
		left: inherit;
		right: var(--publisher-site-width-secondary);
	}
	
	.layout-3-col-4 .sidebar-column-secondary {
		right: calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary));
	}
	
	.rtl .layout-3-col-4 .sidebar-column-secondary {
		right: inherit;
		left: calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary));
	}
	
	.layout-3-col-5 .content-column {
		left: calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary));
	}
	
	.rtl .layout-3-col-5 .content-column {
		left: inherit;
		right: calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary));
	}
	
	.layout-3-col-5 .sidebar-column-primary {
		right: var(--publisher-site-width-content);
	}
	
	.rtl .layout-3-col-5 .sidebar-column-primary {
		right: inherit;
		left: var(--publisher-site-width-content);
	}
	
	.layout-3-col-5 .sidebar-column-secondary {
		right: var(--publisher-site-width-content);
	}
	
	.rtl .layout-3-col-5 .sidebar-column-secondary {
		right: inherit;
		left: var(--publisher-site-width-content);
	}
	
	.layout-3-col-6 .content-column {
		left: calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary));
	}
	
	.rtl .layout-3-col-6 .content-column {
		left: inherit;
		right: calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary));
	}
	
	.layout-3-col-6 .sidebar-column-primary {
		right: calc(var(--publisher-site-width-content) - var(--publisher-site-width-secondary));
	}
	
	.rtl .layout-3-col-6 .sidebar-column-primary {
		right: inherit;
		left: calc(var(--publisher-site-width-content) - var(--publisher-site-width-secondary));
	}
	
	.layout-3-col-6 .sidebar-column-secondary {
		right: calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary));
	}
	
	.rtl .layout-3-col-6 .sidebar-column-secondary {
		right: inherit;
		left: calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary));
	}
}

@media (max-width: 1000px) and (min-width: 768px) {
	.layout-3-col-3 .content-column, .layout-3-col-5 .content-column, .layout-3-col-6 .content-column {
		left: var(--publisher-site-width-primary-col-sm);
	}
	
	.rtl .layout-3-col-3 .content-column, .rtl
    .layout-3-col-5 .content-column, .rtl
    .layout-3-col-6 .content-column {
		left: inherit;
		right: var(--publisher-site-width-primary-col-sm);
	}
	
	.layout-3-col-3 .sidebar-column-primary, .layout-3-col-5 .sidebar-column-primary, .layout-3-col-6 .sidebar-column-primary {
		right: var(--publisher-site-width-content-col-sm);
	}
	
	.rtl .layout-3-col-3 .sidebar-column-primary, .rtl
    .layout-3-col-5 .sidebar-column-primary, .rtl
    .layout-3-col-6 .sidebar-column-primary {
		right: inherit;
		left: var(--publisher-site-width-content-col-sm);
	}
}

code {
	padding: 4px 6px;
	font-size: 90%;
	color: inherit;
	background-color: #eaeaea;
	border-radius: 0;
}

pre {
	padding: 15px;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	border-radius: 0;
}

/* links and text helpers */
a:focus {
	color: inherit;
}

a, a:focus, a:hover {
	text-decoration: none;
	-webkit-transition: all .07s ease;
	-moz-transition: all .07s ease;
	-o-transition: all .07s ease;
	transition: all .07s ease;
}

/* Form elements */
textarea, input[type=url], input[type=tel], input[type=search], input[type=password], input[type=email], input[type=number], input[type=month], input[type=week], input[type=time], input[type=datetime-local], input[type=date], input[type=color], input[type=text] {
	height: 36px;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.nitro-lazy, input[type=url].nitro-lazy, input[type=tel].nitro-lazy, input[type=search].nitro-lazy, input[type=password].nitro-lazy, input[type=email].nitro-lazy, input[type=number].nitro-lazy, input[type=month].nitro-lazy, input[type=week].nitro-lazy, input[type=time].nitro-lazy, input[type=datetime-local].nitro-lazy, input[type=date].nitro-lazy, input[type=color].nitro-lazy, input[type=text].nitro-lazy {
	background-image: none !important;
}

textarea {
	display: block;
	width: 100%;
	height: auto;
	background-color: #fff;
}

textarea:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="week"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="color"]:focus, input[type="text"]:focus {
	outline: 0;
}

.btn, button, html input[type="button"], input[type="reset"], input[type="submit"], input[type="button"] {
	border: none;
	color: #fff;
	border-radius: 0;
	outline: 0;
	height: auto;
	line-height: 1.4;
	padding: 8px 12px;
	vertical-align: middle;
	text-transform: uppercase !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	max-width: 100%;
	white-space: normal;
}

.entry-content .btn, .entry-content .btn a, .entry-content button, .entry-content html input[type="button"], .entry-content input[type="reset"], .entry-content input[type="submit"], .entry-content input[type="button"] {
	color: #fff;
}

.btn:focus, .btn:hover, button:focus, button:hover, html input[type="button"]:focus, html input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, input[type="button"]:focus, input[type="button"]:hover {
	opacity: .85;
}

.btn.btn-lg {
	height: 57px;
	line-height: 57px;
	padding: 0 30px;
}

.btn.btn-xs {
	height: 47px;
	line-height: 47px;
	padding: 0 20px;
}

.btn.btn-light {
	background: #fff;
	border: 1px solid #d4d4d4;
	color: #5c5c5c;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	padding: 0 13px;
}

.btn.btn-light:hover, .btn.btn-light.hover {
	border-color: #868686 !important;
	color: #2b2b2b !important;
	background: #fff !important;
}

.btn.btn-light[disabled] {
	border-color: #eaeaea;
	color: #eaeaea;
}

/**
 * =>Menu
 **/
ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.menu a {
	text-decoration: none;
}

ul.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu > li {
	float: left;
}

ul.menu > li.alignright {
	float: right;
}

ul.menu li > a {
	position: relative;
}

ul.menu > li .sub-menu {
	background-color: #eee;
	position: absolute;
	top: 102%;
	top: calc(100% + 1px);
	z-index: 100;
	width: 200px;
}

ul.menu li.bs-flip-children {
	direction: rtl;
}

ul.menu li.bs-flip-children a, ul.menu li.bs-flip-children .sub-menu {
	direction: ltr;
}

ul.menu > li .sub-menu .sub-menu {
	left: 99.4%;
	top: 0 !important;
}

ul.menu li.bs-flip-children .sub-menu .sub-menu {
	left: -99.4%;
}

ul.menu li.bs-flip-children .mega-type-link .mega-links > li > a .better-custom-badge, ul.menu li.bs-flip-children .sub-menu.sub-menu .better-custom-badge {
	right: auto;
	left: 10px;
}

ul.menu li.bs-flip-children .sub-menu.sub-menu .menu-have-badge.menu-item-has-children > a > .better-custom-badge {
	right: auto;
	left: 24px;
}

ul.menu > li li:hover > .sub-menu {
	display: block;
}

ul.menu li.menu-have-icon > a > .bf-icon {
	margin-right: 6px;
	display: inline-block;
}

ul.menu li.menu-title-hide > a > .bf-icon {
	margin-right: 0;
}

ul.menu li.menu-title-hide > a {
	padding: 0 15px;
	display: inline-block;
}

ul.menu li.menu-item-has-children.menu-title-hide > a:after {
	display: none;
}

ul.menu li.menu-item-has-children > a:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-left: 6px;
	font-size: 13px;
}

ul.menu .sub-menu > li.menu-item-has-children > a:after {
	position: absolute;
	right: 10px;
	top: 5px;
	content: "";
}

ul.menu li.bs-flip-children .sub-menu > li.menu-item-has-children > a:after {
	content: "";
	left: 10px;
	right: auto;
	margin-right: 8px;
	margin-left: 0;
}

ul.menu.menu li.bs-flip-children .sub-menu a {
	text-align: right;
}

ul.menu .sub-menu .sub-menu > li.menu-item-has-children > a:after {
	content: "";
}

ul.menu li.menu-have-icon .bf-icon {
	margin-right: 10px;
}

ul.menu li.menu-have-icon.menu-title-hide .bf-icon {
	margin-right: 0;
}

ul.menu .sub-menu > li > a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .04);
}

ul.menu .sub-menu > li:last-child a {
	border-bottom: none !important;
}

/* Menu Animations */
ul.menu .mega-menu, ul.menu .sub-menu {
	z-index: -1;
	-webkit-transition: .3s cubic-bezier(.55, -.01, .19, .98) 0s;
	-moz-transition: .3s cubic-bezier(.55, -.01, .19, .98) 0s;
	-ms-transition: .3s cubic-bezier(.55, -.01, .19, .98) 0s;
	-o-transition: .3s cubic-bezier(.55, -.01, .19, .98) 0s;
	transition: .3s cubic-bezier(.55, -.01, .19, .98) 0s;
	display: none;
	visibility: hidden;
}

ul.menu.bsm-initialized .mega-menu, ul.menu.bsm-initialized .sub-menu {
	display: block;
}

ul.menu.bsm-pure li:hover > .mega-menu, ul.menu.bsm-pure li:hover > .sub-menu {
	visibility: visible !important;
	z-index: 9999 !important;
	opacity: 1 !important;
	display: block !important;
}

ul.menu.bsm-initialized li.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.bsm-enter > .sub-menu {
	visibility: visible;
	z-index: 9999;
}

ul.menu.bsm-initialized li.bsm-leave > .mega-menu, ul.menu.bsm-initialized li.bsm-leave > .sub-menu {
	display: none;
}

/* No animation */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none > .sub-menu {
	display: none;
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none.bsm-enter > .sub-menu {
	display: block;
}

/* fade animation */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade > .sub-menu {
	opacity: 0;
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade.bsm-enter > .sub-menu {
	opacity: 1;
}

/* Fading Slide */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade > .sub-menu {
	-webkit-transform: translate3d(0, -10px, 0) scale3d(.95, .95, .95);
	transform: translate3d(0, -10px, 0) scale3d(.95, .95, .95);
	opacity: 0;
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

/* Slide Bottom In */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in > .sub-menu {
	-webkit-transform: translate3d(0, 11px, 0);
	transform: translate3d(0, 11px, 0);
	opacity: 0;
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Slide Top In */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in > .sub-menu {
	-webkit-transform: translate3d(0, 11px, 0);
	transform: translate3d(0, 11px, 0);
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	opacity: 0;
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation-name: menu-slide-top-in;
	animation-name: menu-slide-top-in;
}

@-webkit-keyframes menu-slide-top-in {
	0% {
		-webkit-transform: translate3d(0, -11px, 0);
		transform: translate3d(0, -11px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes menu-slide-top-in {
	0% {
		-webkit-transform: translate3d(0, -11px, 0);
		transform: translate3d(0, -11px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Slide Left In */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in > .sub-menu {
	-webkit-transform: translate3d(11px, 0, 0);
	transform: translate3d(11px, 0, 0);
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	opacity: 0;
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation-name: menu-slide-left-in;
	animation-name: menu-slide-left-in;
}

@-webkit-keyframes menu-slide-left-in {
	0% {
		-webkit-transform: translate3d(-11px, 0, 0);
		transform: translate3d(-11px, 0, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes menu-slide-left-in {
	0% {
		-webkit-transform: translate3d(-11px, 0, 0);
		transform: translate3d(-11px, 0, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Slide Right In */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in > .sub-menu {
	-webkit-transform: translate3d(-11px, 0, 0);
	transform: translate3d(-11px, 0, 0);
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	opacity: 0;
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation-name: menu-slide-right-in;
	animation-name: menu-slide-right-in;
}

@-webkit-keyframes menu-slide-right-in {
	0% {
		-webkit-transform: translate3d(11px, 0, 0);
		transform: translate3d(11px, 0, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes menu-slide-right-in {
	0% {
		-webkit-transform: translate3d(11px, 0, 0);
		transform: translate3d(11px, 0, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Tada */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada > .sub-menu {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	opacity: 0;
	-webkit-transform: scale3d(.97, .97, .97);
	transform: scale3d(.97, .97, .97);
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-animation-name: menu-tada;
	animation-name: menu-tada;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

@-webkit-keyframes menu-tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 0;
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.97, .97, .97) rotate3d(0, 0, 1, -1deg);
		transform: scale3d(.97, .97, .97) rotate3d(0, 0, 1, -1deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
		transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg);
		transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 1;
	}
}

@keyframes menu-tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.97, .97, .97) rotate3d(0, 0, 1, -1deg);
		transform: scale3d(.97, .97, .97) rotate3d(0, 0, 1, -1deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
		transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg);
		transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

/* Bounce */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce > .sub-menu {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	opacity: 0;
	-webkit-transform: translate3d(0, -8px, 0);
	transform: translate3d(0, -8px, 0);
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-animation-name: menu-bounce;
	animation-name: menu-bounce;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes menu-bounce {
	0%, 20% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
		opacity: 0;
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	53%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes menu-bounce {
	0%, 20% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
		opacity: 0;
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	53%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
	
	100% {
		opacity: 1;
	}
}

/* Shake */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake > .sub-menu {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-animation-name: menu-shake;
	animation-name: menu-shake;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes menu-shake {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	
	20%, 60%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes menu-shake {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	
	20%, 60%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

/* Swing */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing > .sub-menu {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	opacity: 0;
	-webkit-transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
	transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-animation-name: menu-swing;
	animation-name: menu-swing;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes menu-swing {
	0% {
		opacity: 0;
	}
	
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -4deg);
		transform: rotate3d(0, 0, 1, -4deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 2deg);
		transform: rotate3d(0, 0, 1, 2deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -2deg);
		transform: rotate3d(0, 0, 1, -2deg);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
		opacity: 1;
	}
}

@keyframes menu-swing {
	0% {
		opacity: 0;
	}
	
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -4deg);
		transform: rotate3d(0, 0, 1, -4deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 2deg);
		transform: rotate3d(0, 0, 1, 2deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -2deg);
		transform: rotate3d(0, 0, 1, -2deg);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
		opacity: 1;
	}
}

/* Wobble */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble > .sub-menu {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	opacity: 0;
	-webkit-transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
	transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-animation-name: menu-wobble;
	animation-name: menu-wobble;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes menu-wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg);
		transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg);
	}
	
	30% {
		-webkit-transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg);
		transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg);
	}
	
	45% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg);
	}
	
	60% {
		-webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, .7deg);
		transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, .7deg);
	}
	
	75% {
		-webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -.7deg);
		transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -.7deg);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes menu-wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg);
		transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg);
	}
	
	30% {
		-webkit-transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg);
		transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg);
	}
	
	45% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg);
	}
	
	60% {
		-webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, .7deg);
		transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, .7deg);
	}
	
	75% {
		-webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -.7deg);
		transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -.7deg);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

/* Filip In X */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x > .sub-menu {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	opacity: 0;
	-webkit-transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
	transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-animation-name: menu-flipInX;
	animation-name: menu-flipInX;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes menu-flipInX {
	0% {
		-webkit-transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
		transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
		transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
		transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(200px) rotate3d(1, 0, 0, -2deg);
		transform: perspective(200px) rotate3d(1, 0, 0, -2deg);
	}
	
	100% {
		-webkit-transform: perspective(200px);
		transform: perspective(200px);
	}
}

@keyframes menu-flipInX {
	0% {
		-webkit-transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
		transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
		transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
		transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(200px) rotate3d(1, 0, 0, -2deg);
		transform: perspective(200px) rotate3d(1, 0, 0, -2deg);
	}
	
	100% {
		-webkit-transform: perspective(200px);
		transform: perspective(200px);
	}
}

/* Filip In Y */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y > .sub-menu {
	-webkit-animation-duration: .65s;
	animation-duration: .65s;
	opacity: 0;
	-webkit-transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
	transform: translate3d(0, -3px, 0) scale3d(.95, .95, .95);
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-animation-name: menu-flipInY;
	animation-name: menu-flipInY;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes menu-flipInY {
	0% {
		-webkit-transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
		transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
		transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
		transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(200px) rotate3d(0, 1, 0, -1deg);
		transform: perspective(200px) rotate3d(0, 1, 0, -1deg);
	}
	
	100% {
		-webkit-transform: perspective(200px);
		transform: perspective(200px);
	}
}

@keyframes menu-flipInY {
	0% {
		-webkit-transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
		transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
		transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
		transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(200px) rotate3d(0, 1, 0, -1deg);
		transform: perspective(200px) rotate3d(0, 1, 0, -1deg);
	}
	
	100% {
		-webkit-transform: perspective(200px);
		transform: perspective(200px);
	}
}

/* Buzz */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz > .sub-menu {
	-webkit-animation-duration: .65s;
	animation-duration: .65s;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz.bsm-enter > .sub-menu {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-name: menu-buzz;
	animation-name: menu-buzz;
	-webkit-animation-duration: .15s;
	animation-duration: .15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes menu-buzz {
	50% {
		-webkit-transform: translateX(1px) rotate(.7deg);
		transform: translateX(1px) rotate(.7deg);
	}
	
	100% {
		-webkit-transform: translateX(-1px) rotate(-.7deg);
		transform: translateX(-1px) rotate(-.7deg);
	}
}

@keyframes menu-buzz {
	50% {
		-webkit-transform: translateX(1px) rotate(.7deg);
		transform: translateX(1px) rotate(.7deg);
	}
	
	100% {
		-webkit-transform: translateX(-1px) rotate(-.7deg);
		transform: translateX(-1px) rotate(-.7deg);
	}
}

.main-menu-wrapper.bs-pinning-block.pinned {
	box-shadow: none;
}

/**
 * =>Header
 **/
.site-header .content-wrap {
	overflow: visible !important;
}

.site-header > .header-inner > .content-wrap > .container {
	position: relative;
}

.site-header .site-branding {
	margin: 0;
}

.site-header .site-branding .logo {
	margin: 0;
	line-height: 0;
	font-size: 50px;
}

.site-header .site-branding .logo.text-logo {
	font-size: 30px;
	line-height: 38px;
}

.site-header .site-branding .logo img {
	max-width: 100%;
}

.site-header .site-branding .logo .site-title {
	display: none;
}

.site-header > .header-inner > .container {
	position: relative;
}

.site-header > .header-inner .row-height {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.site-header > .header-inner .sidebar-col, .site-header > .header-inner .logo-col {
	display: table-cell;
	float: none;
	height: 100%;
	vertical-align: middle;
}

.site-header .header-inner .row {
	position: relative;
}

.site-header.full-width.stretched .content-wrap .container, .site-header.full-width.stretched .content-wrap {
	max-width: 100% !important;
}

.site-header .sidebar-col .wpb_content_element {
	margin-bottom: 0 !important;
}

/* Header Action Buttons */
.site-header .menu-action-buttons {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 35px;
	z-index: 99;
}

.header-style-2.site-header.boxed .menu-action-buttons, .header-style-1.site-header.boxed .menu-action-buttons {
	bottom: -3px;
}

.site-header .menu-action-buttons.width-1 {
	width: 40px;
}

.site-header .menu-action-buttons.width-2 {
	width: 80px;
}

.site-header .menu-action-buttons.width-3 {
	width: 120px;
}

.site-header .menu-action-buttons > div {
	min-width: 37px;
	display: inline-block;
	float: right;
	height: 100%;
	text-align: right;
	position: relative;
}

.site-header .menu-action-buttons > div.close {
	opacity: 1;
}

/* Search */
.site-header .main-menu-container.search-open .menu-action-buttons, .site-header .search-container.open {
	width: 100%;
}

.site-header .menu-action-buttons .search-container {
	z-index: 1;
}

.site-header .main-menu-wrapper .main-menu-container.search-open .main-menu {
	opacity: 0;
	pointer-events: none;
}

.site-header .search-container.open {
	width: 100%;
}

.site-header .off-canvas-menu-icon-container + .search-container.open {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 0;
}

.site-header .main-menu-container.search-open .off-canvas-menu-icon-container + .search-container .search-handler {
	margin-right: 38px;
}

.site-header .shop-cart-container .cart-handler, .site-header .search-container .search-handler {
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -15px;
	z-index: 100;
	width: 37px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	color: #434343;
	cursor: pointer;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.site-header .search-container .search-box {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 36px 0 0;
	z-index: 99;
	height: 100%;
	width: 100%;
	text-align: center;
}

.site-header .search-container .search-box .search-form .search-field {
	border: none;
	width: 100%;
	height: 45px;
	background: transparent;
	line-height: 45px;
	font-size: 14px;
	color: #434343;
}

.site-header .search-container.open .search-box {
	display: block;
}

.site-header .search-container .search-box .search-form input[type="submit"] {
	display: none;
}

/* Cart */
.site-header .off-canvas-menu-icon-container {
	z-index: 2;
}

.site-header .shop-cart-container .cart-handler {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 17px;
	white-space: nowrap;
}

.site-header .shop-cart-container .cart-handler * {
	white-space: inherit;
}

.site-header .shop-cart-container .cart-box {
	width: 260px;
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	padding: 20px;
	display: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	text-align: left;
}

.site-header .shop-cart-container .cart-box .buttons {
	margin-bottom: 0;
}

.site-header .shop-cart-container .cart-box .buttons .checkout {
	float: right;
}

.site-header .shop-cart-container.open .cart-box {
	display: block;
}

.site-header .main-menu-container.search-open .shop-cart-container {
	display: none;
}

.site-header .shop-cart-container .cart-handler .cart-count {
	display: inline-block;
	line-height: 18px;
	min-width: 18px;
	padding: 0 4px;
	font-size: 12px;
	font-weight: bolder;
	color: #fff;
	margin-left: 1px;
	vertical-align: middle;
	border-radius: 33px;
	font-family: sans-serif;
	text-align: center;
}

.site-header .shop-cart-container .cart-box:after {
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	left: 0;
	top: -3px;
	display: inline-block;
}

.site-header .shop-cart-container a.remove {
	display: inline-block;
	float: left;
	margin-right: 4px;
	font-size: 14px;
	margin-top: 4px;
}

/* Off-Canvas */
.site-header .menu-action-buttons > .off-canvas-menu-icon-container {
	margin-right: 6px;
}

.off-canvas-menu-icon-container {
	line-height: 42px;
}

.off-canvas-menu-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	line-height: 20px;
	text-align: center;
}

.off-canvas-menu-icon .off-canvas-menu-icon-el {
	margin: 9px 0 0;
	width: 16px;
	cursor: pointer;
	height: 2px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #313131;
	-webkit-transition: .38s cubic-bezier(.55, -.01, .19, .98) 0s;
	-moz-transition: .38s cubic-bezier(.55, -.01, .19, .98) 0s;
	-o-transition: .38s cubic-bezier(.55, -.01, .19, .98) 0s;
	transition: .38s cubic-bezier(.55, -.01, .19, .98) 0s;
}

.off-canvas-menu-icon .off-canvas-menu-icon-el:before, .off-canvas-menu-icon .off-canvas-menu-icon-el:after {
	content: "";
	display: inline-block;
	background: #313131;
	width: 20px;
	height: 2px;
	position: absolute;
	top: -6px;
	-webkit-transition: .38s cubic-bezier(.55, -.01, .19, .98) 0s;
	-moz-transition: .38s cubic-bezier(.55, -.01, .19, .98) 0s;
	-o-transition: .38s cubic-bezier(.55, -.01, .19, .98) 0s;
	transition: .38s cubic-bezier(.55, -.01, .19, .98) 0s;
}

.off-canvas-menu-icon .off-canvas-menu-icon-el:after {
	top: 6px;
}

.off-canvas-menu-icon:hover .off-canvas-menu-icon-el:before, .off-canvas-menu-open .off-canvas-menu-icon .off-canvas-menu-icon-el:before {
	top: -8px;
}

.off-canvas-menu-icon:hover .off-canvas-menu-icon-el:after, .off-canvas-menu-open .off-canvas-menu-icon .off-canvas-menu-icon-el:after {
	top: 8px;
}

.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el {
	text-align: right;
}

.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el:before, .off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el:after {
	right: 0;
}

.off-canvas-menu-icon-container.off-icon-left .off-canvas-menu-icon-el {
	text-align: left;
}

.off-canvas-container .canvas-close {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 23px;
	right: 18px;
	cursor: pointer;
	z-index: 1;
}

.off-canvas-inner .canvas-close i, .off-canvas-inner .canvas-close:after, .off-canvas-inner .canvas-close:before {
	position: absolute;
	width: 18px;
	height: 2px;
	content: "";
	display: inline-block;
	background: #a8a8a8;
	left: 0;
	top: 7px;
	margin-top: 0;
	border-radius: 14px;
	transition: .38s cubic-bezier(.55, -.01, .19, .98) 0s;
}

.off-canvas-inner .canvas-close:hover i, .off-canvas-inner .canvas-close:hover:after, .off-canvas-inner .canvas-close:hover:before {
	background: #111;
}

.off-canvas-container.skin-dark .canvas-close i, .off-canvas-container.skin-dark .canvas-close:after, .off-canvas-container.skin-dark .canvas-close:before {
	background: #7e7e7e;
}

.off-canvas-container.skin-dark .canvas-close:hover i, .off-canvas-container.skin-dark .canvas-close:hover:after, .off-canvas-container.skin-dark .canvas-close:hover:before {
	background: #fff;
}

.off-canvas-inner .canvas-close:before {
	transform: rotate(45deg);
}

.off-canvas-inner .canvas-close:after {
	transform: rotate(-45deg);
}

.off-canvas-inner .canvas-close i {
	width: 0;
	left: inherit;
	right: 50%;
	margin-right: 0;
}

.off-canvas-container.left .canvas-close.open:before, .off-canvas-container.left .canvas-close:hover:before {
	width: 10px;
	left: 0;
	top: 10px;
}

.off-canvas-container.left .canvas-close.open:after, .off-canvas-container.left .canvas-close:hover:after {
	width: 10px;
	left: 0;
	top: 4px;
}

.off-canvas-container.left .canvas-close.open:hover i, .off-canvas-container.left .canvas-close:hover i {
	width: 16px;
	visibility: visible;
	position: absolute;
	right: 50%;
	margin-right: -8px;
}

.off-canvas-container.right .canvas-close {
	left: 18px;
	right: auto;
}

.off-canvas-container.right .canvas-close i, .off-canvas-container.right .canvas-close:after, .off-canvas-container.right .canvas-close:before {
	right: 0;
	left: auto;
}

.off-canvas-container.right .canvas-close i {
	width: 0;
	right: inherit;
	left: 50%;
	margin-left: 0;
	margin-right: auto;
}

.off-canvas-container.right .canvas-close.open:before, .off-canvas-container.right .canvas-close:hover:before {
	width: 10px;
	right: 0;
	left: auto;
	top: 4px;
}

.off-canvas-container.right .canvas-close.open:after, .off-canvas-container.right .canvas-close:hover:after {
	width: 10px;
	right: 0;
	left: auto;
	top: 10px;
}

.off-canvas-container.right .canvas-close.open:hover i, .off-canvas-container.right .canvas-close:hover i {
	width: 16px;
	visibility: visible;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	right: auto;
	margin-right: auto;
}

/* Made by the RTL-er.com - http://www.rtl-er.com */

/* Made by the RTL-er.com - http://www.rtl-er.com */

/**
 * ->Menu
 **/
.main-menu > li {
	margin-right: 10px;
}

.main-menu > li > a {
	line-height: 48px;
	display: inline-block;
	padding: 0 12px;
}

.main-menu .sub-menu > li > a {
	padding: 0 16px 0 10px;
	line-height: 40px;
}

.main-menu.menu > li .sub-menu {
	width: 210px;
	background-color: #fff;
	-webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 7px 7px rgba(0, 0, 0, .15);
	box-shadow: 0 7px 7px rgba(0, 0, 0, .15);
}

.main-menu.menu .sub-menu li > a {
	line-height: 1.7;
	padding: 8px 16px;
}

.main-menu.menu .sub-menu > li {
	position: relative;
}

.main-menu.menu .sub-menu > li > a, .main-menu.menu .sub-menu > li {
	color: #434343;
}

.main-menu.menu .sub-menu li.current-menu-item:hover > a, .main-menu.menu .sub-menu > li:hover > a {
	color: #fff;
}

.main-menu.menu .sub-menu > li.menu-item-has-children > a:after {
	top: 7px;
}

.main-menu.menu .sub-menu > li > a {
	border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.main-menu.menu .sub-menu .sub-menu > li > a {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.main-menu.menu > li > a:before {
	content: "";
	display: block;
	width: 20%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	visibility: hidden;
}

.main-menu.menu > li:hover > a:before, .main-menu.menu > li.current-menu-parent > a:before, .main-menu.menu > li.current-menu-item > a:before {
	width: 100%;
	visibility: visible;
}

.top-menu > li {
	line-height: 25px;
	margin-right: 15px;
}

.top-menu.menu li {
	position: relative;
}

.top-menu.menu li > a {
	color: #707070;
}

.top-menu .sub-menu > li > a {
	padding: 0 12px;
	line-height: 32px;
}

.top-menu.menu > li .sub-menu {
	width: 180px;
	background-color: #222;
}

.top-menu.menu .sub-menu > li > a, .top-menu.menu .sub-menu > li {
	color: #c0c0c0;
}

.top-menu.menu .sub-menu > li.menu-item-has-children > a:after {
	top: 7px;
}

.top-menu.menu .sub-menu li > a {
	border-bottom: 1px solid rgba(255, 255, 255, .02);
}

.top-menu.menu .bs-pretty-tabs-elements.sub-menu {
	opacity: 0;
	transition: opacity .3s ease;
	padding: 0 !important;
	border: none !important;
	left: -15px;
	top: 114% !important;
	display: block !important;
}

.top-menu.menu .display-more-items .bs-pretty-tabs-elements {
	opacity: 1;
	visibility: visible !important;
	padding: 0 !important;
	border: none !important;
}

/**
 * -->Menu Badges
 **/
.bspw-header-style-7 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-7 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-4 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-4 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-3 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-3 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge {
	display: block;
}

.bspw-header-style-7 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-4 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-3 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-2 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-1 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge, .widget.widget_nav_menu .menu .better-custom-badge {
	display: none;
}

.off-canvas-menu .menu .better-custom-badge, .main-menu.menu .better-custom-badge {
	position: absolute;
	left: 11px;
	top: -16px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	padding: 0 5px;
	font-weight: 600;
	letter-spacing: 1px;
	z-index: 1;
	text-transform: uppercase;
	text-align: center;
	min-width: 19px;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.off-canvas-menu .menu .better-custom-badge:after, .main-menu.menu .better-custom-badge:after {
	border: solid 4px rgba(0, 0, 0, 0);
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	bottom: -8px;
	left: 5px;
}

.main-menu.menu > .menu-item:hover > a > .better-custom-badge {
	top: -12px;
}

.mega-menu.mega-type-link .mega-links > li > a .better-custom-badge, .main-menu.menu .sub-menu.sub-menu .better-custom-badge {
	left: auto;
	position: absolute;
	bottom: auto;
	right: 10px;
	top: 50%;
	margin-top: -8px;
}

.mega-menu.mega-type-link .mega-links > li > a .better-custom-badge {
	margin-top: -13px;
}

.main-menu.menu .sub-menu.sub-menu .menu-item.menu-badge-left > a > .better-custom-badge {
	position: inherit !important;
	margin-right: 6px;
}

.main-menu.menu .sub-menu.sub-menu .menu-have-badge.menu-item-has-children > a > .better-custom-badge {
	right: 24px;
}

.mega-menu.mega-type-link .mega-links > li > a .better-custom-badge:after, .main-menu.menu .sub-menu.sub-menu .better-custom-badge:after {
	display: none;
}

.site-header.header-style-7 .main-menu.menu > .menu-item > a > .better-custom-badge, .site-header.header-style-4 .main-menu.menu > .menu-item > a > .better-custom-badge, .site-header.header-style-3 .main-menu.menu > .menu-item > a > .better-custom-badge {
	top: 98%;
}

.site-header.header-style-7 .main-menu.menu > .menu-item:hover > a > .better-custom-badge, .site-header.header-style-4 .main-menu.menu > .menu-item:hover > a > .better-custom-badge, .site-header.header-style-3 .main-menu.menu > .menu-item:hover > a > .better-custom-badge {
	top: 98%;
	left: 20px;
}

.site-header.header-style-7 .main-menu.menu > .menu-item > a > .better-custom-badge:after, .site-header.header-style-4 .main-menu.menu > .menu-item > a > .better-custom-badge:after, .site-header.header-style-3 .main-menu.menu > .menu-item > a > .better-custom-badge:after {
	bottom: inherit;
	top: -8px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.site-header.header-style-5 .main-menu.menu > .menu-item > a > .better-custom-badge {
	top: 3px;
}

.site-header.header-style-6 .main-menu.menu > .menu-item:hover > a > .better-custom-badge, .site-header.header-style-6 .main-menu.menu > .menu-item > a > .better-custom-badge {
	top: 0;
}

.site-header.header-style-8 .main-menu.menu > .menu-item:hover > a > .better-custom-badge, .site-header.header-style-8 .main-menu.menu > .menu-item > a > .better-custom-badge {
	top: 0;
}

.site-header.header-style-7 .bs-pinning-block.pinned .main-menu.menu > .menu-item > a > .better-custom-badge, .site-header.header-style-4 .bs-pinning-block.pinned .main-menu.menu > .menu-item > a > .better-custom-badge, .site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu > .menu-item > a > .better-custom-badge {
	display: none;
}

/**
 * -->Mega Menus
 **/
.menu .mega-menu {
	width: 100%;
	position: absolute;
	left: 0;
	top: 102%;
	top: calc(100% + 1px);
	z-index: 100;
	background-color: #fff;
	-wbkit-box-shadow: 0 8px 14px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 8px 14px rgba(0, 0, 0, .2);
	box-shadow: 0 8px 14px rgba(0, 0, 0, .2);
	text-align: left;
}

.menu > li > .mega-menu li.menu-item-has-children.better-anim-none > .sub-menu, .menu > li > .mega-menu .bsm-leave .sub-menu, .menu > li > .mega-menu .sub-menu {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	animation-name: none !important;
	position: relative;
	top: auto !important;
	left: auto !important;
	background: none !important;
	width: 100%;
	box-shadow: none !important;
}

.menu > li > .mega-menu .sub-menu .sub-menu {
	padding-left: 15px;
}

.menu .mega-menu li.menu-item-has-children > a:after {
	display: none;
}

.menu > li > .mega-menu .mega-menu-links {
	background-color: #c8c8c8;
}

/**
     * --->Column Link Mega Menu
 **/
.mega-menu.mega-type-link {
	list-style: none;
	padding: 22px 25px;
}

.mega-menu.mega-type-link .mega-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mega-menu.mega-type-link .mega-links > li {
	float: left;
}

.mega-menu.mega-type-link .mega-links > li > a {
	color: #434343;
	font-size: 105%;
	border-bottom: 2px solid rgba(0, 0, 0, .07);
	width: 100%;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.mega-menu.mega-type-link .mega-links .sub-menu {
	border: none;
	background: transparent;
	box-shadow: none;
}

/**
 * --->Link List Mega Menu
 **/
.mega-menu.mega-type-link-list {
	list-style: none;
	padding: 0;
}

.mega-menu.mega-type-link-list .mega-links {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.mega-menu.mega-type-link-list .mega-links > li {
	display: inline-block;
	padding: 10px 12px;
}

.mega-menu.mega-type-link-list .mega-links > li .sub-menu {
	display: none;
	position: absolute;
	top: 100% !important;
	left: 0 !important;
	background-color: #fff !important;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .37) !important;
	padding: 0 12px;
}

.mega-menu.mega-type-link-list .mega-links > li .sub-menu .sub-menu {
	background-color: #050505 !important;
	padding-left: 0;
}

.mega-menu.mega-type-link-list .mega-links li:hover > .sub-menu {
	display: block;
}

.mega-menu.mega-type-link-list .mega-links > li .sub-menu > li {
	position: inherit;
}

.mega-menu.mega-type-link-list .mega-links > li .sub-menu > li > a {
	border-bottom: none;
}

.mega-menu.mega-type-link-list .mega-links > li .sub-menu > li {
	display: inline-block;
}

.mega-menu.mega-type-link-list .mega-links > .menu-item {
	margin-bottom: 0;
}

/**
 * --->Grid Posts Mega Menu
 **/
.mega-grid-posts {
	padding: 20px;
}

.mega-grid-posts .postli:nth-child(1), .mega-grid-posts .post:nth-child(5) {
	clear: left;
	margin-left: -7px;
}

.mega-grid-posts .bs-listing-listing-mix-2-1, .mega-grid-posts .listing-item-grid-1 {
	margin-bottom: 0;
}

/**
 * --->Tabed Grid Posts Mega Menu
 **/
.mega-menu.tabbed-grid-posts .listing.listing-grid {
	display: inline-block;
	width: 100%;
}

.site-header .listing-item-grid-1 .title {
	line-height: 22px;
	font-size: 15px;
}

.site-header .bs-pagination {
	margin: 5px 0 0;
}

.tabbed-grid-posts {
	position: relative;
}

.tabbed-grid-posts:before {
	content: "";
	background-color: #fbfbfb;
	width: 220px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: inline-block;
	border-right: 1px solid #dedede;
}

.tabbed-grid-posts .tabs-section {
	list-style: none;
	width: 220px;
	max-width: 220px;
	text-align: left;
	position: relative;
	z-index: 1;
	float: left;
	padding: 23px 23px 0 23px;
	margin: 0;
}

.tabbed-grid-posts .tabs-section a:hover, .tabbed-grid-posts .tabs-section a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #333 !important;
	padding: 5px 17px;
	border: 1px solid transparent;
	text-transform: capitalize;
	transition: none !important;
}

.tabbed-grid-posts .tabs-section a .fa {
	margin-right: 4px;
	color: #adadad;
	-webkit-transition: all .07s ease;
	-moz-transition: all .07s ease;
	-o-transition: all .07s ease;
	transition: all .07s ease;
}

.tabbed-grid-posts .tabs-section .active a .fa {
	color: inherit;
}

.tabbed-grid-posts .tab-content {
	display: block;
	padding: 23px 23px 23px 245px;
}

.tabbed-grid-posts .listing.listing-grid-1 .listing-item-grid-1 {
	margin-bottom: 5px;
}

.tabbed-grid-posts .listing.listing-grid-1.columns-3[max-width~="450px"] .listing-item {
	width: 33.3333% !important;
	float: left !important;
}

.tabbed-grid-posts .listing.listing-grid-1.columns-3 .listing-item:nth-child(3n-2) {
	padding-right: 12px !important;
	clear: left !important;
}

.tabbed-grid-posts .listing.listing-grid-1.columns-3 .listing-item:nth-child(1) {
	clear: none !important;
}

.tabbed-grid-posts .listing.columns-3 .listing-item:nth-child(3n-1) {
	padding: 0 6px !important;
}

.tabbed-grid-posts .listing.columns-3 .listing-item:nth-child(3n+3) {
	padding-left: 12px !important;
}

/**
 * --->Page builder Mega Menu
 **/
.mega-type-page-builder {
	padding: 30px 25px;
}

.mega-type-page-builder .widget:last-child, .mega-type-page-builder .entry-content .better-studio-shortcode:last-child
.mega-type-page-builder .better-studio-shortcode:last-child, .mega-type-page-builder .bs-shortcode:last-child, .mega-type-page-builder .bs-listing:last-child {
	margin-bottom: 0;
}

/**
 * ->Main Menu Wrapper
 **/
.main-menu-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.main-menu-wrapper .main-menu-container {
	position: relative;
}

.site-header.full-width .main-menu-wrapper, .site-header.boxed .main-menu-wrapper .main-menu-container {
	border-top: 1px solid #dedede;
	border-bottom: 3px solid #dedede;
	background: #fff;
}

body.boxed .site-header .main-menu-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/**
 * ->Header Styles
 **/
ul.menu > li .sub-menu, .menu .mega-menu {
	top: 107%;
	top: calc(100% + 3px);
}

.site-header.header-style-8 .shop-cart-container .cart-handler, .site-header.header-style-8 .search-container .search-handler, .site-header.header-style-5 .shop-cart-container .cart-handler, .site-header.header-style-5 .search-container .search-handler {
	margin-top: -14px;
}

.site-header.header-style-6 .shop-cart-container .cart-handler, .site-header.header-style-6 .search-container .search-handler {
	margin-top: -13px;
}

/**
 * ->Header Style 1
 **/
.site-header.header-style-1 .header-inner {
	padding: 40px 0;
}

.site-header.header-style-1.h-a-ad .header-inner {
	padding: 30px 0;
}

.site-header.header-style-1 .site-branding {
	text-align: center;
}

.site-header.header-style-1 .main-menu.menu {
	text-align: center;
	height: 68px;
	overflow-y: hidden;
	margin-bottom: -3px;
	padding-top: 20px;
	margin-top: -20px;
}

.site-header.header-style-1.full-width .main-menu.menu .mega-menu, .site-header.header-style-1.full-width .main-menu.menu > li .sub-menu {
	top: 100%;
}

.site-header.header-style-1 .main-menu.menu > li {
	float: none;
	display: inline-block;
	margin: 0 4px;
}

.site-header.header-style-1 .main-menu.menu .sub-menu {
	text-align: left;
}

.site-header.header-style-1 .search-container .search-box .search-form .search-field {
	text-align: center;
}

.site-header.header-style-1.full-width .menu-action-buttons {
	top: 20px;
}

.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
	padding: 0 40px;
}

.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
	padding: 0 80px;
}

.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
	padding: 0 120px;
}

/**
 * ->Header Style 2
 **/
.site-header.header-style-2 .header-inner {
	padding: 20px 0;
}

.site-header.header-style-2 .main-menu.menu {
	height: 68px;
	overflow-y: hidden;
	margin-bottom: -3px;
	padding-top: 20px;
	margin-top: -20px;
}

.site-header.header-style-2.full-width .main-menu.menu .mega-menu, .site-header.header-style-2.full-width .main-menu.menu > li .sub-menu {
	top: 100%;
}

.site-header.header-style-2 .main-menu.menu > li {
	float: left;
	display: inline-block;
	margin: 0 5px 0 0;
}

.site-header.header-style-2 .main-menu.menu .sub-menu {
	text-align: left;
}

.site-header.header-style-2.full-width .menu-action-buttons {
	top: 20px;
}

.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
	padding-right: 40px;
}

.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
	padding-right: 80px;
}

.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
	padding-right: 120px;
}

/**
 * ->Header Style 3
 **/
.site-header.header-style-3 .header-inner {
	padding: 25px 0;
}

.site-header.header-style-3 .main-menu.menu > li {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}

.site-header.header-style-3 .main-menu.menu {
	height: 63px;
	overflow-y: hidden;
	margin-bottom: -16px;
	padding-bottom: 15px;
}

.site-header.header-style-3 .main-menu.menu .sub-menu {
	text-align: left;
}

.site-header.header-style-3.boxed .main-menu.menu .mega-menu, .site-header.header-style-3.boxed .main-menu.menu > li .sub-menu {
	top: 103%;
	top: calc(100% + 1px);
}

.site-header.header-style-3.full-width .main-menu.menu .mega-menu, .site-header.header-style-3.full-width .main-menu.menu > li .sub-menu {
	top: 76%;
	top: calc(100% - 15px);
}

.site-header.header-style-3.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu, .site-header.header-style-3.full-width .main-menu-wrapper.pinned .main-menu.menu > li .sub-menu {
	top: 100%;
}

.site-header.boxed.header-style-3 .main-menu-wrapper .main-menu-container, .site-header.full-width.header-style-3 .main-menu-wrapper {
	border-bottom-width: 1px;
	border-top: none;
	border-bottom-color: #ececec;
}

.site-header.header-style-3 .main-menu.menu > li:hover > a:before, .site-header.header-style-3 .main-menu.menu > li.current-menu-parent > a:before, .site-header.header-style-3 .main-menu.menu > li.current-menu-item > a:before {
	height: 2px;
	bottom: 0;
}

.site-header.header-style-3 .ajax-search-results:after, .site-header.header-style-3 .shop-cart-container .cart-box:after {
	height: 2px;
	top: -2px;
}

.site-header.header-style-3.full-width .menu-action-buttons {
	bottom: 15px;
}

.site-header.header-style-3.full-width .bs-pinning-block.pinned .menu-action-buttons {
	bottom: 0;
}

.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
	padding-right: 40px;
}

.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
	padding-right: 80px;
}

.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
	padding-right: 120px;
}

.site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu {
	height: 48px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu {
	margin-bottom: -1px;
}

@media only screen and (max-width: 700px) {
	body.bs-show-ha .site-header.header-style-3 {
		border-bottom: none !important;
	}
}

/**
 * ->Header Style 4
 **/
.site-header.header-style-4 .header-inner {
	padding: 50px 0;
}

.site-header.header-style-4.h-a-ad .header-inner {
	padding: 30px 0;
}

.site-header.header-style-4 .main-menu.menu {
	height: 63px;
	overflow-y: hidden;
	margin-bottom: -16px;
	padding-bottom: 15px;
}

.site-header.header-style-4 .main-menu.menu .mega-menu, .site-header.header-style-4 .main-menu.menu > li .sub-menu {
	top: 102%;
	top: calc(100% + 1px);
}

.site-header.header-style-4.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu, .site-header.header-style-4.full-width .main-menu-wrapper.pinned .main-menu.menu > li .sub-menu {
	top: 100%;
}

.site-header.header-style-4 .main-menu.menu > li {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}

.site-header.header-style-4 .main-menu.menu .sub-menu {
	text-align: left;
}

.site-header.boxed.header-style-4 .main-menu-wrapper .main-menu-container, .site-header.full-width.header-style-4 .main-menu-wrapper {
	border-bottom-width: 1px;
	border-top: none;
	border-bottom-color: #ececec;
}

.site-header.header-style-4 .site-branding {
	text-align: center;
}

.site-header.header-style-4 .main-menu.menu {
	text-align: center;
}

.site-header.header-style-4 .main-menu.menu > li {
	float: none;
	display: inline-block;
}

.site-header.header-style-4 .main-menu.menu .sub-menu {
	text-align: left;
}

.site-header.header-style-4 .main-menu-wrapper .main-menu-container, .site-header.header-style-4 .bs-pinning-block.pinned .main-menu.menu {
	height: 48px;
	margin-bottom: -1px;
	padding-bottom: 0;
}

.active-top-line .site-header.header-style-4.boxed .bs-pinning-block.pinned .main-menu-container {
	height: 50px;
}

.site-header.header-style-4 .search-container .search-box .search-form .search-field {
	text-align: center;
}

.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
	padding: 0 40px;
}

.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
	padding: 0 80px;
}

.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
	padding: 0 120px;
}

.site-header.header-style-4.boxed .menu-action-buttons {
	bottom: 0;
}

/**
 * ->Header Style 5
 **/
.site-header.header-style-5 .header-inner {
	padding: 0;
	position: relative;
}

.site-header.header-style-5.boxed .header-inner, .site-header.header-style-5.full-width {
	border-bottom: 1px solid #eee;
}

.site-header.header-style-5 .main-menu.menu {
	text-align: right;
	width: 100%;
}

.site-header.header-style-5 .main-menu.menu > li {
	float: left;
	display: inline-block;
	margin: 0;
}

.site-header.header-style-5 .main-menu.menu > li > a {
	padding: 0 15px;
}

.site-header.header-style-5 .main-menu.menu .sub-menu {
	text-align: left;
}

.site-header.header-style-5 .site-branding {
	width: 23.333%;
	float: left;
}

.site-header.header-style-5 .main-menu-container {
	width: 76.666%;
	float: right;
}

.site-header.header-style-5 .main-menu > li > a {
	line-height: 78px;
}

.site-header.header-style-5 .site-branding .logo {
	line-height: 78px;
	display: table;
	width: 100%;
}

.site-header.header-style-5 .site-branding .logo, .site-header.header-style-5 .site-branding .logo img {
	max-height: 74px;
}

.site-header.header-style-5 .site-branding .logo.img-logo a {
	display: table-cell;
	vertical-align: middle;
	line-height: 74px;
	height: 74px;
	padding: 0 10px 0 0;
}

.site-header.header-style-5 .site-branding .logo.text-logo a {
	vertical-align: middle;
	padding: 5px 10px 5px 0;
}

.site-header.header-style-5 .site-branding .logo img {
	vertical-align: middle;
	margin: 0;
	max-height: 100%;
	display: table-cell;
	max-width: 100%;
	table-layout: fixed;
}

.site-header.header-style-5 .ajax-search-results:after, .site-header.header-style-5 .shop-cart-container .cart-box:after, .site-header.header-style-5 .main-menu.menu > li:hover > a:before, .site-header.header-style-5 .main-menu.menu > li.current-menu-parent > a:before, .site-header.header-style-5 .main-menu.menu > li.current-menu-item > a:before {
	height: 2px;
	bottom: -1px;
}

.site-header.header-style-5 .main-menu.menu > li:hover > a, .site-header.header-style-5 .main-menu.menu > li.current-menu-parent > a, .site-header.header-style-5 .main-menu.menu > li.current-menu-item > a {
	background: rgba(0, 0, 0, .05);
}

.site-header.header-style-5 .main-menu.menu > li.menu-item-has-children > a:after {
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
	text-align: center;
	bottom: 0;
	color: rgba(0, 0, 0, .21);
}

.site-header.header-style-5 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
	box-shadow: none;
	background: #fff;
}

/* sticky */
.site-header.header-style-5.full-width .content-wrap.bs-pinning-block.pinned {
	max-width: 100% !important;
}

.site-header.header-style-5.full-width .content-wrap.pinned {
	background: #fff;
	box-shadow: none;
	border-bottom: 1px solid #eee;
}

.site-header.header-style-8 .main-menu.menu, .site-header.header-style-6 .main-menu.menu, .site-header.header-style-5 .main-menu.menu {
	height: 79px;
	overflow-y: hidden;
	margin-bottom: -1px;
}

.site-header.header-style-6 .main-menu.menu {
	height: 91px;
}

.site-header.header-style-8 .main-menu.menu {
	height: 67px;
}

.site-header.header-style-8 .main-menu.menu > li .sub-menu, .site-header.header-style-8 .main-menu.menu .mega-menu, .site-header.header-style-6 .main-menu.menu > li .sub-menu, .site-header.header-style-6 .main-menu.menu .mega-menu, .site-header.header-style-5 .main-menu.menu > li .sub-menu, .site-header.header-style-5 .main-menu.menu .mega-menu {
	top: 101%;
	top: calc(100% + 1px);
}

.site-header.header-style-8 .main-menu.menu > li .sub-menu .sub-menu, .site-header.header-style-6 .main-menu.menu > li .sub-menu .sub-menu, .site-header.header-style-5 .main-menu.menu > li .sub-menu .sub-menu {
	top: 0;
}

/* Search and cart box for header 5, 6 and 8 */
.site-header.header-style-8 .main-menu-container.menu-actions-btn-width-1, .site-header.header-style-6 .main-menu-container.menu-actions-btn-width-1, .site-header.header-style-5 .main-menu-container.menu-actions-btn-width-1 {
	padding-right: 40px;
}

.site-header.header-style-8 .main-menu-container.menu-actions-btn-width-2, .site-header.header-style-6 .main-menu-container.menu-actions-btn-width-2, .site-header.header-style-5 .main-menu-container.menu-actions-btn-width-2 {
	padding-right: 80px;
}

.site-header.header-style-8 .main-menu-container.menu-actions-btn-width-3, .site-header.header-style-6 .main-menu-container.menu-actions-btn-width-3, .site-header.header-style-5 .main-menu-container.menu-actions-btn-width-3 {
	padding-right: 120px;
}

.site-header.header-style-5 .main-menu-container.search-open .search-container {
	width: 66.66%;
	line-height: 78px;
	right: 0;
	left: auto;
}

.site-header.header-style-6 .main-menu-container.search-open .search-container {
	width: 66.66%;
	line-height: 90px;
	right: 0;
	left: auto;
}

.site-header.header-style-8 .main-menu-container.search-open .search-container {
	width: 75%;
	line-height: 66px;
	right: 0;
	left: auto;
}

.site-header.header-style-8 .main-menu-container.search-open .main-menu.menu, .site-header.header-style-6 .main-menu-container.search-open .main-menu.menu, .site-header.header-style-5 .main-menu-container.search-open .main-menu.menu {
	opacity: 0;
	pointer-events: none;
}

.site-header.header-style-5 .menu-action-buttons > div {
	line-height: 78px;
}

.site-header.header-style-6 .menu-action-buttons > div {
	line-height: 90px;
}

.site-header.header-style-8 .menu-action-buttons > div {
	line-height: 66px;
}

.site-header.header-style-8 .shop-cart-container .cart-box, .site-header.header-style-6 .shop-cart-container .cart-box, .site-header.header-style-5 .shop-cart-container .cart-box {
	line-height: 22px;
}

.site-header.header-style-8 .menu-action-buttons .off-canvas-menu-icon, .site-header.header-style-5 .menu-action-buttons .off-canvas-menu-icon {
	margin-top: -2px;
}

.site-header.header-style-5 .search-container .search-box .search-form .search-field {
	height: 78px;
}

.site-header.header-style-6 .search-container .search-box .search-form .search-field {
	height: 90px;
}

.site-header.header-style-8 .search-container .search-box .search-form .search-field {
	height: 66px;
}

.site-header.header-style-5 .shop-cart-container .cart-box:after, .site-header.header-style-6 .shop-cart-container .cart-box:after, .site-header.header-style-8 .shop-cart-container .cart-box:after {
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	left: 0;
	top: -1px;
	opacity: 1;
	visibility: visible;
}

/**
 * ->Header Style 6
 **/
.site-header.header-style-6 .header-inner {
	padding: 0;
	position: relative;
}

.site-header.header-style-6.boxed .header-inner, .site-header.header-style-6.full-width {
	border-bottom: 1px solid #eee;
}

.site-header.header-style-6 .main-menu.menu {
	float: right;
}

.site-header.header-style-6 .main-menu.menu > li {
	float: left;
	display: inline-block;
	margin: 0;
}

.site-header.header-style-6 .main-menu.menu > li > a {
	padding: 0 15px;
}

.site-header.header-style-6 .main-menu.menu .sub-menu {
	text-align: left;
}

.site-header.header-style-6 .site-branding {
	width: 23.333%;
	float: left;
	line-height: 90px;
}

.site-header.header-style-6 .main-menu-container {
	width: 76.666%;
	float: right;
}

.site-header.header-style-6 .main-menu > li > a {
	line-height: 90px;
}

.site-header.header-style-6 .site-branding .logo {
	display: table;
	width: 100%;
	line-height: 86px;
	height: 86px;
}

.site-header.header-style-6 .site-branding .logo.img-logo a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 0;
}

.site-header.header-style-6 .site-branding .logo.text-logo a {
	vertical-align: middle;
	padding: 5px 10px 5px 0;
}

.site-header.header-style-6 .site-branding .logo img {
	vertical-align: middle;
	margin: 0;
	display: table-cell;
	max-width: 100%;
	table-layout: fixed;
}

.site-header.header-style-6 .site-branding .logo img {
	padding: 0;
	line-height: 88px;
	max-height: 88px;
}

.site-header.header-style-6 .main-menu.menu > li > a > .bf-icon {
	position: absolute;
	width: 100%;
	top: 24px;
	left: 0;
	text-align: center;
	margin-right: 0;
	font-size: 16px;
}

.site-header.header-style-6 .main-menu.menu > li > a > .bf-icon img {
	vertical-align: top;
}

.site-header.header-style-6 .main-menu.menu > li > a > .bf-icon.bf-custom-icon {
	top: 20px;
}

.site-header.header-style-6 .main-menu.menu > li.menu-have-icon > a {
	padding-top: 24px;
	line-height: 66px;
}

.site-header.header-style-6 .main-menu.menu > li:hover > a:before, .site-header.header-style-6 .main-menu.menu > li.current-menu-parent > a:before, .site-header.header-style-6 .main-menu.menu > li.current-menu-item > a:before {
	height: 2px;
	bottom: -1px;
}

.site-header.header-style-6 .main-menu.menu > li:hover > a, .site-header.header-style-6 .main-menu.menu > li.current-menu-parent > a, .site-header.header-style-6 .main-menu.menu > li.current-menu-item > a {
	background: rgba(0, 0, 0, .05);
}

.site-header.header-style-6 .main-menu.menu > li.menu-item-has-children > a:after {
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
	text-align: center;
	bottom: 0;
	color: rgba(0, 0, 0, .21);
}

/* sticky */
.site-header.header-style-6 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
	box-shadow: none;
	background: #fff;
}

.site-header.header-style-6.full-width .content-wrap {
	max-width: 100% !important;
}

.site-header.header-style-6.full-width .content-wrap.pinned {
	background: #fff;
	box-shadow: none;
	border-bottom: 1px solid #eee;
}

/**
 * ->Header Style 7
 **/
.site-header.header-style-7 .header-inner {
	padding: 50px 0;
}

.site-header.header-style-7.h-a-ad .header-inner {
	padding: 30px 0;
}

.site-header.header-style-7 .main-menu.menu > li {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}

.site-header.header-style-7 .main-menu.menu .sub-menu {
	text-align: left;
}

.site-header.boxed.header-style-7 .main-menu-wrapper .main-menu-container, .site-header.full-width.header-style-7 .main-menu-wrapper {
	border-bottom-width: 1px;
	border-top: none;
	border-bottom-color: #ececec;
}

.site-header.header-style-7 .site-branding {
	text-align: center;
}

.site-header.header-style-7 .main-menu.menu .sub-menu {
	text-align: left;
}

.site-header.header-style-7 .main-menu.menu {
	height: 63px;
	overflow-y: hidden;
	margin-bottom: -16px;
	padding-bottom: 15px;
}

.site-header.header-style-7.boxed .main-menu.menu .mega-menu, .site-header.header-style-7.boxed .main-menu.menu > li .sub-menu {
	top: 102%;
	top: calc(100% + 1px);
}

.site-header.header-style-7.full-width .main-menu.menu .mega-menu, .site-header.header-style-7.full-width .main-menu.menu > li .sub-menu {
	top: 76%;
	top: calc(100% - 15px);
}

.site-header.header-style-7.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu, .site-header.header-style-7.full-width .main-menu-wrapper.pinned .main-menu.menu > li .sub-menu {
	top: 100%;
}

.site-header.header-style-7.full-width .menu-action-buttons {
	bottom: 15px;
}

.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
	padding-right: 40px;
}

.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
	padding-right: 80px;
}

.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
	padding-right: 120px;
}

.site-header.header-style-7 .bs-pinning-block.pinned .main-menu.menu {
	height: 48px;
	margin-bottom: -1px;
	padding-bottom: 0;
}

.site-header.header-style-7.full-width .bs-pinning-block.pinned .menu-action-buttons {
	bottom: 0;
}

/**
 * ->Header Style 8
 **/
.site-header.header-style-8 .header-inner {
	padding: 0;
	position: relative;
}

.site-header.header-style-8.boxed .header-inner, .site-header.header-style-8.full-width {
	border-bottom: 1px solid #eee;
}

.site-header.header-style-8 .main-menu.menu > li {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}

.site-header.header-style-8 .main-menu.menu > li > a {
	padding: 0 7px;
}

.site-header.header-style-8 .main-menu.menu .sub-menu {
	text-align: left;
}

.site-header.header-style-8 .site-branding {
	width: 20%;
	float: left;
	padding-right: 20px;
}

.site-header.header-style-8 .main-menu-container {
	width: 80%;
	float: right;
}

.site-header.header-style-8 .main-menu > li > a {
	line-height: 66px;
}

.site-header.header-style-8 .site-branding .logo {
	line-height: 58px;
	display: table;
	width: 100%;
}

.site-header.header-style-8 .site-branding .logo.img-logo a {
	display: table-cell;
	vertical-align: middle;
	line-height: 62px;
	height: 62px;
	padding: 0 10px 0 0;
	position: relative;
	z-index: 100;
}

.site-header.header-style-8 .site-branding .logo.text-logo a {
	vertical-align: middle;
	padding: 5px 10px 5px 0;
}

.site-header.header-style-8 .site-branding .logo img {
	vertical-align: middle;
	margin: 0;
	max-height: 100%;
	display: table-cell;
	max-width: 100%;
	table-layout: fixed;
}

.site-header.header-style-8 .site-branding .logo, .site-header.header-style-8 .site-branding .logo img {
	max-height: 58px;
	padding: 0;
}

.site-header.header-style-8 .main-menu.menu > li:hover > a:before, .site-header.header-style-8 .main-menu.menu > li.current-menu-parent > a:before, .site-header.header-style-8 .main-menu.menu > li.current-menu-item > a:before {
	height: 2px;
	bottom: -1px;
}

.site-header.header-style-8 .main-menu.menu > li.menu-item-has-children > a:after {
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
	text-align: center;
	bottom: 0;
	color: rgba(0, 0, 0, .21);
}

/* sticky */
.site-header.header-style-8 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
	box-shadow: none;
	background: #fff;
}

.site-header.header-style-8.full-width .content-wrap {
	max-width: 100% !important;
}

.site-header.header-style-8.full-width .content-wrap.pinned {
	background: #fff;
	box-shadow: none;
	border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 992px) {
	.main-menu > li {
		margin-right: 10px;
	}
	
	.site-header.header-style-1 .main-menu.menu > li {
		margin: 0 4px;
	}
	
	.site-header.header-style-8 .main-menu.menu > li, .site-header.header-style-4 .main-menu.menu > li, .site-header.header-style-3 .main-menu.menu > li {
		margin: 0 7px 0 0;
	}
	
	.site-header.header-style-8 .main-menu.menu > li > a, .site-header.header-style-6 .main-menu.menu > li > a, .site-header.header-style-5 .main-menu.menu > li > a {
		padding: 0 7px;
	}
	
	.main-menu > li > a {
		padding: 0 4px;
	}
}

/**
 * ->Responsive Header
 **/
.rh-header {
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 300px;
	position: relative;
}

.rh-header .rh-container {
	background-color: #222;
	user-select: none;
}

@media only screen and (max-width: 700px) {
	/* hide ad on mobile */
	body .site-header, body.bs-hide-ha .site-header {
		display: none;
	}
	
	/* show ad on mobile */
	body.bs-show-ha .site-header {
		display: block;
	}
	
	body.bs-show-ha .site-header .main-menu-wrapper, body.bs-show-ha .site-header .bs-pinning-wrapper, body.bs-show-ha .site-header .header-inner .logo-col, body.bs-show-ha .site-header .topbar {
		display: none;
	}
	
	body.bs-show-ha .site-header > .header-inner .row-height, body.bs-show-ha .site-header .header-inner .sidebar-col {
		display: block;
		height: auto;
		width: 100%;
	}
	
	body.bs-show-ha .site-header.header-style-2 .header-inner, body.bs-show-ha .site-header.header-style-3 .header-inner {
		padding: 15px 0;
	}
	
	body.bs-show-ha-a .main-wrap {
		display: flex;
		flex-direction: column;
	}
	
	body.bs-show-ha-a .main-wrap .rh-header {
		order: 1;
	}
	
	body.bs-show-ha-a .main-wrap .site-header {
		order: 2;
	}
	
	body.bs-show-ha-a .main-wrap > * {
		order: 3;
	}
	
	body.bs-show-ha.bs-show-ha-a .site-header.header-style-3 .header-inner, body.bs-show-ha.bs-show-ha-a .site-header.header-style-2 .header-inner {
		padding: 15px 0 0;
	}
	
	.rh-header {
		display: block;
	}
}

/**
 * -->Responsive Menu
 **/
.rh-header .menu-container {
	position: absolute;
	top: 0;
	right: 0;
}

.rh-header .menu-container .menu-handler {
	color: #fff;
	width: 54px;
	height: 54px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	background-color: rgba(255, 255, 255, .05);
	cursor: pointer;
	position: relative;
	border-left: 1px solid rgba(0, 0, 0, .07);
	float: right;
}

.rh-header .menu-container .menu-handler .lines {
	display: inline-block;
	width: 22px;
	height: 2px;
	background: #ecf0f1;
	position: relative;
	margin-top: 25.5px;
}

.rh-header .menu-container .menu-handler .lines:before, .rh-header .menu-container .menu-handler .lines:after {
	display: inline-block;
	width: 22px;
	height: 2px;
	background: #ecf0f1;
	position: absolute;
	left: 0;
	content: "";
}

.rh-header .menu-container .menu-handler .lines:before {
	top: 8px;
}

.rh-header .menu-container .menu-handler .lines:after {
	top: -8px;
}

/**
 * -->Cover Menu
 **/
.rh-cover .rh-c-m .resp-menu li {
	display: block;
	line-height: 46px;
	float: none;
	position: relative;
}

.rh-cover .rh-c-m .resp-menu .sub-menu a > .fa {
	min-width: 12px;
}

.rh-cover .rh-c-m .resp-menu li a > .bf-icon {
	display: inline-block;
	min-width: 22px;
	margin: 0;
}

.rh-cover .rh-c-m .resp-menu li > a {
	padding: 0 0 0 3px;
	color: #fff;
	display: block;
	position: relative;
	font-size: 14px;
	border-bottom: none;
	transition: none;
}

.rh-cover .rh-c-m .resp-menu > li > a {
	border-bottom: 2px solid rgba(255, 255, 255, .05);
}

.rh-cover .rh-c-m .resp-menu li.menu-item-has-children.open-sub > a {
	border-bottom-color: transparent !important;
}

.rh-cover .rh-c-m .resp-menu .children-button {
	position: absolute;
	right: 0;
	top: 11px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #c0c0c0;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: .55s cubic-bezier(.37, -.04, .2, .99);
	-moz-transition: .55s cubic-bezier(.37, -.04, .2, .99);
	transition: .55s cubic-bezier(.37, -.04, .2, .99);
	opacity: .5;
}

.rh-cover .rh-c-m .resp-menu + .resp-menu .children-button {
	top: 8px;
}

.rh-cover .rh-c-m .resp-menu li.open-sub > .children-button {
	background: rgba(0, 0, 0, .13);
}

.rh-cover .rh-c-m .resp-menu li li .children-button {
	top: 1px;
}

.rh-cover .rh-c-m .resp-menu .children-button:after, .rh-cover .rh-c-m .resp-menu .children-button:before {
	content: "";
	position: absolute;
	top: 11px;
	right: 6px;
	width: 11px;
	height: 2px;
	display: inline-block;
	background: #fff;
	-webkit-transition: .55s cubic-bezier(.37, -.04, .2, .99);
	-moz-transition: .55s cubic-bezier(.37, -.04, .2, .99);
	transition: .55s cubic-bezier(.37, -.04, .2, .99);
}

.rh-cover .rh-c-m .resp-menu .children-button:after {
	transform: rotate(90deg);
}

.rh-cover .rh-c-m .resp-menu .open-sub > .children-button {
	opacity: .75;
}

.rh-cover .rh-c-m .resp-menu .open-sub > .children-button:after {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.rh-cover .rh-c-m .resp-menu li.menu-item-has-children > a:after {
	display: none;
}

.rh-cover .rh-c-m .resp-menu li:hover > .mega-menu, .rh-cover .rh-c-m .resp-menu li:hover > .sub-menu {
	display: none;
}

.rh-cover .rh-c-m .resp-menu .mega-menu, .rh-cover .rh-c-m .resp-menu .sub-menu {
	display: none;
	visibility: visible;
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	animation-name: none !important;
	position: relative;
	top: inherit !important;
	left: inherit !important;
	right: auto !important;
	background-color: transparent;
	width: 100%;
	margin-top: 1px;
	z-index: 1;
}

.rh-cover .rh-c-m .resp-menu .sub-menu > li:last-child > a {
	border-bottom: 2px solid rgba(255, 255, 255, .04) !important;
}

.rh-cover .rh-c-m .resp-menu .sub-menu > li.open-sub:last-child > a {
	border-bottom-color: transparent !important;
}

.rh-cover .rh-c-m .resp-menu .sub-menu .sub-menu {
	margin-top: 2px;
}

.rh-cover .rh-c-m .resp-menu .sub-menu > li > a {
	font-size: 13px;
}

.rh-cover .rh-c-m .resp-menu .mega-menu, .rh-cover .rh-c-m .resp-menu .sub-menu {
	padding-left: 22px;
}

.rh-cover .rh-c-m .resp-menu li li {
	line-height: 28px;
}

.rh-cover .rh-c-m .resp-menu .sub-menu > li:last-child > a {
	padding-bottom: 8px;
	margin-bottom: 5px;
}

.rh-cover .rh-c-m .resp-menu .better-custom-badge {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	padding: 0 5px;
	font-weight: 600;
	letter-spacing: 1px;
	z-index: 1;
	text-transform: uppercase;
	text-align: center;
	min-width: 19px;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	float: right;
	margin: 6px 6px 0 0;
	background-color: transparent !important;
	opacity: .6;
}

.rh-cover .rh-c-m .resp-menu li.menu-item-has-children > a > .better-custom-badge {
	margin-right: 30px;
}

.rh-cover .rh-c-m .resp-menu li li.menu-item-has-children > a > .better-custom-badge {
	margin-top: 8px;
}

.rh-cover .rh-c-m .resp-menu + .resp-menu li {
	line-height: 40px;
}

.rh-cover .rh-c-m .resp-menu + .resp-menu li > a {
	font-size: 12px;
}

/* Search Form */
.rh-cover .search-form {
	margin-top: 35px;
	position: relative;
}

.rh-cover .search-form input[type="search"] {
	margin: 0;
	background: rgba(255, 255, 255, .2);
	color: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	float: none;
	webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rh-cover .search-form input[type="submit"] {
	content: "";
	position: absolute;
	right: 0;
	top: 0px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: 16px;
	background: transparent !important;
}

.rh-cover .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.rh-cover .search-form ::-moz-placeholder {
	color: #fff;
}

.rh-cover .search-form :-ms-input-placeholder {
	color: #fff;
}

.rh-cover .search-form :-moz-placeholder {
	color: #fff;
}

/* Social Icons */
.rh-cover .better-social-counter {
	margin: 20px 0 0 !important;
}

.rh-cover .better-social-counter.style-button .social-list {
	text-align: center;
}

.rh-cover .better-social-counter.style-button .social-item {
	float: none;
	display: inline-block;
	margin: 0 4px 4px;
}

.rh-cover .better-social-counter.style-button .item-icon {
	width: 42px;
	height: 42px;
	line-height: 38px;
	color: #fff;
	background-color: #a3a3a3;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0) !important;
	border: 3px solid rgba(255, 255, 255, .25);
	font-size: 16px;
}

.rh-cover .better-social-counter.style-button .social-item:hover .item-icon {
	border-color: rgba(255, 255, 255, .45);
}

.rh-cover.no-login-icon .better-social-counter.style-button .social-list {
	position: absolute;
	top: 9px;
	max-width: 80%;
	height: 45px;
	overflow: hidden;
	text-align: left;
}

/**
 * --->Responsive Mega Menu
 **/
.rh-cover .rh-c-m .resp-menu .mega-menu {
	display: none;
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	position: inherit;
	left: 0;
	top: 0;
	border: none;
	box-shadow: none;
}

.rh-cover .rh-c-m .resp-menu .mega-menu .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

/* column link */
.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link {
	padding: 0;
}

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links > li {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li a {
	padding-bottom: 0;
	margin-bottom: 0;
}

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li .sub-menu {
	display: none !important;
}

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li.open-sub > .sub-menu {
	display: block !important;
}

/* horizontal link */
.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links li {
	padding: 0;
	text-align: left;
}

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links > li .sub-menu {
	position: relative;
	top: 0 !important;
	left: 0 !important;
	background-color: transparent !important;
	text-align: left !important;
	box-shadow: none !important;
	padding: 6px 0 0 22px;
	display: none !important;
}

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links > li .sub-menu > li {
	display: block;
}

/* Grid Posts */
.rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post {
	width: 100%;
	padding: 0 20px;
	float: none;
}

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(4), .rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(3), .rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(2) {
	display: none;
}

.rh-cover .mega-menu.mega-type-link-list .mega-links > li:hover > a {
	color: #fff !important;
}

/**
 * -->Responsive Logo
 **/
.rh-header .logo-container {
	padding: 0 0 0 15px;
	line-height: 54px;
	height: 54px;
}

.rh-header .logo-container.rh-img-logo {
	font-size: 0;
}

.rh-header .logo-container img {
	max-height: 80%;
	max-width: 80%;
}

.rh-header .logo-container a {
	color: #fff;
}

/**
 * -->Popup Cover
 **/
.rh-cover {
	position: fixed;
	top: 0;
	left: -99%;
	z-index: 9999;
	width: 100%;
	-webkit-transition: .54s cubic-bezier(.65, .33, .35, .84);
	-moz-transition: .54s cubic-bezier(.65, .33, .35, .84);
	transition: .54s cubic-bezier(.65, .33, .35, .84);
	visibility: hidden;
	overflow: auto;
	background: #191919;
	height: 101%;
	height: calc(100% + 1px);
}

body.open-rh .rh-cover {
	left: 0;
	visibility: visible;
}

body.admin-bar .rh-cover {
	top: 46px;
}

body.mce-content-body {
	background-color: #fff !important;
}

.noscroll {
	overflow: hidden;
}

@media (max-width: 767px) {
	body {
		background-color: #f3f3f3 !important;
	}
	
	.main-wrap {
		background-color: #fff;
		overflow: auto;
		margin: auto;
		width: 100%;
	}
}

.rh-cover.gr-1 {
	background-image: -moz-linear-gradient(45deg, #001fd3 0%, #2d9dfb 100%);
	background-image: -webkit-linear-gradient(45deg, #001fd3 0%, #2d9dfb 100%);
	background-image: -ms-linear-gradient(45deg, #001fd3 0%, #2d9dfb 100%);
}

.rh-cover.gr-2 {
	background-image: -moz-linear-gradient(85deg, #b83917 0%, #f7ae15 100%);
	background-image: -webkit-linear-gradient(85deg, #b83917 0%, #f7ae15 100%);
	background-image: -ms-linear-gradient(85deg, #b83917 0%, #f7ae15 100%);
}

.rh-cover.gr-3 {
	background-image: -moz-linear-gradient(85deg, #9234ef 0%, #22c1c3 100%);
	background-image: -webkit-linear-gradient(85deg, #9234ef 0%, #22c1c3 100%);
	background-image: -ms-linear-gradient(85deg, #9234ef 0%, #22c1c3 100%);
}

.rh-cover.gr-4 {
	background-image: -moz-linear-gradient(85deg, #c23337 0%, #d45f25 100%);
	background-image: -webkit-linear-gradient(85deg, #c23337 0%, #d45f25 100%);
	background-image: -ms-linear-gradient(85deg, #c23337 0%, #d45f25 100%);
}

.rh-cover.gr-5 {
	background-image: -moz-linear-gradient(85deg, #0a58c0 0%, #00ade1 100%);
	background-image: -webkit-linear-gradient(85deg, #0a58c0 0%, #00ade1 100%);
	background-image: -ms-linear-gradient(85deg, #0a58c0 0%, #00ade1 100%);
}

.rh-cover.gr-6 {
	background-image: -moz-linear-gradient(85deg, #0b5c5e 0%, #28ae92 100%);
	background-image: -webkit-linear-gradient(85deg, #0b5c5e 0%, #28ae92 100%);
	background-image: -ms-linear-gradient(85deg, #0b5c5e 0%, #28ae92 100%);
}

.rh-cover.gr-7 {
	background-image: -moz-linear-gradient(85deg, #880d2c 0%, #1d70bf 100%);
	background-image: -webkit-linear-gradient(85deg, #880d2c 0%, #1d70bf 100%);
	background-image: -ms-linear-gradient(85deg, #880d2c 0%, #1d70bf 100%);
}

.rh-cover.gr-8 {
	background-image: -moz-linear-gradient(85deg, #191b1d 0%, #525759 100%);
	background-image: -webkit-linear-gradient(85deg, #191b1d 0%, #525759 100%);
	background-image: -ms-linear-gradient(85deg, #191b1d 0%, #525759 100%);
}

.rh-cover.bg-img:before {
	opacity: .13;
}

.rh-cover.bg-img:after {
	content: "";
	display: inline-block;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	bottom: 0;
	background: #000;
	opacity: .4;
	z-index: -2;
	-webkit-transition: .54s cubic-bezier(.65, .33, .35, .84);
	-moz-transition: .54s cubic-bezier(.65, .33, .35, .84);
	transition: .54s cubic-bezier(.65, .33, .35, .84);
}

.close-rh .rh-cover.bg-img:after {
	left: -100%;
}

.open-rh .rh-cover.bg-img:after {
	left: 0;
}

.rh-cover:before {
	height: 60px;
	content: "";
	width: 100%;
	position: absolute;
	background-color: white;
	opacity: .08;
	box-shadow: 0 0 32px 0 black;
	z-index: -1;
}

/* Panel Close Button */
.rh-cover .rh-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 25px;
	display: inline-block;
	top: 21px;
	cursor: pointer;
	z-index: 10;
}

.rh-cover .rh-close:after, .rh-cover .rh-close:before {
	content: "";
	width: 2px;
	height: 18px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	margin-top: -10px;
	opacity: .65;
	background: #fff;
	transform: rotate(45deg);
	border-radius: 5px;
}

.rh-cover .rh-close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Cover Panel */
.rh-cover .rh-panel {
	padding: 27px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.rh-cover .rh-panel.rh-p-u {
	display: none;
}

.rh-cover .rh-p-h {
	line-height: 60px;
	margin: -27px -27px 20px;
	padding: 0 23px;
	font-size: 14px;
	color: #fff;
	height: 60px;
	position: relative;
}

.rh-cover .rh-p-h a {
	color: #fff;
}

.rh-cover .rh-p-h .user-login {
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}

.rh-cover .rh-p-h .user-login .user-avatar {
	border: 2px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	text-align: center;
}

.rh-cover .rh-p-h .user-login .user-avatar img {
	vertical-align: top;
}

.rh-cover .rh-p-h .user-login .user-avatar .fa {
	font-size: 23px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 26px;
	width: 100%;
}

/* Back to Menu Button */
.rh-cover .rh-back-menu {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	opacity: .65;
	cursor: pointer;
}

.rh-cover .rh-back-menu:focus, .rh-cover .rh-back-menu:hover {
	opacity: .8;
}

.rh-cover .rh-back-menu:after, .rh-cover .rh-back-menu:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 2px;
	background: #fff;
	top: 10px;
	left: 6px;
	border-radius: 10px;
	-webkit-transition: .55s cubic-bezier(.37, -.04, .2, .99);
	-moz-transition: .55s cubic-bezier(.37, -.04, .2, .99);
	transition: .55s cubic-bezier(.37, -.04, .2, .99);
}

.rh-cover .rh-back-menu:before {
	transform: rotate(-40deg);
}

.rh-cover .rh-back-menu.abtn:before, .rh-cover .rh-back-menu:hover:before {
	transform: rotate(0);
	width: 17px;
	left: 7px;
	top: 7px;
}

.rh-cover .rh-back-menu:after {
	transform: rotate(40deg);
	top: 16px;
	left: 6px;
}

.rh-cover .rh-back-menu.abtn:after, .rh-cover .rh-back-menu:hover:after {
	transform: rotate(0);
	left: 7px;
	width: 17px;
	top: 19px;
}

.rh-cover .rh-back-menu i {
	width: 17px;
	height: 2px;
	display: inline-block;
	background: white;
	position: absolute;
	top: 13px;
	left: 7px;
	border-radius: 15px;
}

/* Login Form */
.rh-cover .bs-login-shortcode {
	background: transparent;
	padding: 0 !important;
	margin: 25px 0 0 !important;
	border: none !important;
	box-shadow: none;
}

.rh-cover .bs-login .login-header, .rh-cover .bs-login .login-header .login-icon {
	color: #fff;
}

.rh-cover .bs-login .social-login-buttons li .social-login-btn.btn {
	background: rgba(255, 255, 255, .2) !important;
	height: 34px;
	line-height: 34px;
	border-radius: 3px;
	font-size: 13px;
	padding: 0;
	text-align: center;
}

.rh-cover .bs-login .social-login-btn.btn .bf-icon {
	width: auto;
	height: auto;
	position: inherit;
	background: transparent;
	margin-right: 5px;
}

.rh-cover .bs-login .social-login-buttons {
	border-bottom: none;
	margin-bottom: 26px;
}

.rh-cover .bs-login .social-login-buttons .or-text:after, .rh-cover .bs-login .social-login-buttons .or-text:before {
	content: "";
	width: 100px;
	height: 1px;
	background: #fff;
	opacity: .1;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -.5px;
	right: -101px;
}

.rh-cover .bs-login .social-login-buttons .or-text:after {
	left: -101px;
	right: inherit;
}

.rh-cover .bs-login .social-login-buttons .or-text {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, .17);
	color: #fff;
	position: relative;
}

.rh-cover .bs-login input[type=password], .rh-cover .bs-login input[type=text] {
	background: rgba(255, 255, 255, .2);
	border: none;
	color: #fff;
	box-shadow: none;
	-webkit-backface-visibility: hidden;
}

.rh-cover .bs-login input[type=text]::-webkit-input-placeholder, .rh-cover .bs-login input[type=password]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, .55);
}

.rh-cover .bs-login input[type=text]::-moz-placeholder, .rh-cover .bs-login input[type=password]::-moz-placeholder {
	color: rgba(255, 255, 255, .55);
}

.rh-cover .bs-login input[type=text]:-ms-input-placeholder, .rh-cover .bs-login input[type=password]:-ms-input-placeholder {
	color: rgba(255, 255, 255, .55);
}

.rh-cover .bs-login input[type=text]:-moz-placeholder, .rh-cover .bs-login input[type=password]:-moz-placeholder {
	color: rgba(255, 255, 255, .55);
}

.rh-cover .bs-login .remember-checkbox + .remember-label {
	color: rgba(255, 255, 255, .4);
}

.rh-cover .bs-login .remember-label {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAAAXNSR0IArs4c6QAAAVlJREFUSA3tkzFLA0EQhXeVKzxSaSEWtmJ6wS4/w84fkdJKy/yFFFb+B8EqYC22gfRBG8FCT7Bw/d45d6zeafa8NgOPnZ197+0y7PgQwqZz7ggcgBykRAFpAe48BsckO+DWe//CujLQDCCNwJNjc2qFlcKYII20GxTz1JtjA9PkMugVawPn1j346kHx36/MDyzURE3VqIuJcTVMC01jr3HWNGZgApYgNcSVJpOBkmuwz5OSQlzTTGQgt2RxdYOZLGUQqmLXVdpOXxn+EFyCvfoyNkkvgCbxo/jEHKj5zRfooHa3hNqQdAZ2rfTK+lHmcrGi+nEC3sA4qsU3cxTuwbbOtambSL4F3lW0GLMegoeqwFqLGwZWOI/ISp+j/Tdxq4EVLyJRlTbEvxq0mLSK/zSwwzOuvwFlw1T7GXqemtjrK+snXoEpRsnzYNxpqWWjH6WJ1EtSQ1xpsk/Dn+01H7ZKAQAAAABJRU5ErkJggg==");
}

.rh-cover .bs-login .remember-label.nitro-lazy {
	background-image: none !important;
}

.rh-cover .bs-login .go-login-panel, .rh-cover .bs-login .go-reset-panel {
	color: rgba(255, 255, 255, .5);
}

.rh-cover .bs-login .go-login-panel:hover, .rh-cover .bs-login .go-reset-panel:hover {
	color: #fff;
}

.rh-cover .bs-login .bs-login-reset-panel .login-header .login-icon, .rh-cover .bs-login .remember-checkbox:checked + .remember-label {
	color: #fff;
}

.rh-cover .bs-login .bs-login-reset-panel .login-btn, .rh-cover .bs-login .login-btn {
	background: white !important;
	color: #000;
	-webkit-backface-visibility: hidden;
}

.rh-cover .bs-login .login-signup {
	color: rgba(255, 255, 255, .66);
}

.rh-cover .bs-login .login-signup a {
	color: #fff;
	text-decoration: underline;
}

.rh-cover .bs-login .user-links, .rh-cover .bs-login .user-links li {
	border-color: rgba(255, 255, 255, .4);
}

.rh-cover .bs-login .user-links a {
	color: #fff;
}

/**
 * -->Light Schema
 **/
.rh-header.light .rh-container {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.rh-header.light .rh-container.bs-pinning-block.pinned {
	border-bottom-color: transparent;
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, .17);
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .17);
	box-shadow: 0 0 40px rgba(0, 0, 0, .17);
}

.rh-header.light .logo-container a {
	color: #2c2c2c;
}

.rh-header.light .menu-container .menu-handler .lines:after, .rh-header.light .menu-container .menu-handler .lines:before, .rh-header.light .menu-container .menu-handler .lines {
	background: #2c2c2c;
}

body.bs-show-ha.bs-show-ha-b .site-header + .rh-header.light .rh-container {
	border-top: 1px solid #e5e5e5;
}

/**
* ->Nav Menu Pretty Tabs
**/
.main-menu .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	padding: 0;
	border: none;
	right: auto;
	left: auto;
}

.main-menu .bs-pretty-tabs-container {
	position: inherit;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu, ul.sub-menu.bs-pretty-tabs-elements .mega-menu {
	position: absolute;
	box-shadow: none;
	box-shadow: 0 7px 7px rgba(0, 0, 0, .15);
	padding: 0;
	width: 100%;
	left: 100%;
	top: 0 !important;
	background-color: #fff;
	-webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 7px 7px rgba(0, 0, 0, .15);
}

ul.sub-menu.bs-pretty-tabs-elements li.menu-item-mega-grid-posts > a:after, ul.sub-menu.bs-pretty-tabs-elements li.menu-item-mega-grid-posts > .mega-menu {
	display: none;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li .sub-menu, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu .sub-menu.sub-menu, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu.sub-menu {
	top: inherit !important;
	position: absolute;
	margin-top: -39px;
	left: 100% !important;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts:before {
	display: none;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tabs-section li:first-child, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tab-content {
	display: none;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tabs-section {
	width: 100%;
	max-width: inherit;
	padding: 0;
	height: auto;
	float: none;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .content-wrap, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .content-wrap {
	max-width: 100%;
	min-width: inherit;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li > a {
	color: #434343;
	border-bottom: 1px solid rgba(0, 0, 0, .04);
	width: auto;
	display: block;
	margin-bottom: 0;
	padding: 8px 16px;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li .sub-menu > li, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li {
	display: block;
	padding: 0;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li > a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .04);
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li:last-child > a, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li:last-child > a {
	border-bottom: none;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-4-column > li, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-3-column > li, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-2-column > li {
	width: 100%;
	float: none;
	padding: 0 !important;
	margin: 0 !important;
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li:hover > a {
	color: #fff !important;
}

/**
* -> Off-canvas Menu
*/
.off-canvas-overlay {
	display: none;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	overflow-y: hidden;
}

.off-canvas-inner > div {
	padding: 10px 20px 14px;
	line-height: 1.6;
	color: #434343;
}

.off-canvas-container {
	visibility: hidden;
	left: -300px;
	top: 0;
	position: fixed;
	width: 300px;
	height: 100%;
	z-index: 999999;
	-webkit-transition: .6s cubic-bezier(.55, -.01, .19, .98) 0s;
	-moz-transition: .6s cubic-bezier(.55, -.01, .19, .98) 0s;
	-o-transition: .6s cubic-bezier(.55, -.01, .19, .98) 0s;
	transition: .6s cubic-bezier(.55, -.01, .19, .98) 0s;
}

body.off-canvas-scroll {
	overflow-y: hidden;
}

body.off-canvas-scroll .off-canvas-container {
	overflow-y: scroll;
}

.off-canvas-container.closing {
	overflow-y: hidden !important;
}

.off-canvas-menu-open .off-canvas-container {
	width: 100%;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QA/wD/AP+gvaeTAAAA/UlEQVQ4jZXUvy4EQRwH8N9xvMI1aCWUCo/gX0h0nkWj1SiuQ4EQyYmCh/AIrnOeQI8EH8WtZEz2duem2uz+5jPf/c3sRkQE1rGNTkwxsIp9zAfW8GM8rjFbiOzgo5rXD2z6P64w04JsJQgMAh2cZtjFJAwbeE9qR1hIC44z7A7dDNnDZ1IzRK9utRwb/PUMu0VIA3ZZnCSD6nr2nVy/YLERaUnWmKRpm58iQnbvOSLepklzgK+aRHCPuRIkPbHwipsMa/4CapIM0as2oF+UbBKSPG/H2pAiDMtZT0ZYanj9Ds4z7CiM/ydFSIadJfMeA12c4NYUJ7bCDvGAlV8ryZTBSS7cPQAAAABJRU5ErkJggg=="), no-drop;
}

.off-canvas-menu-open .off-canvas-container.left {
	left: 0;
	display: block;
	visibility: visible;
}

.off-canvas-container.right {
	left: inherit;
	right: -300px;
}

.off-canvas-menu-open .off-canvas-container.right {
	right: 0;
	display: block;
	visibility: visible;
}

.off-canvas-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 290px;
	background: #fff;
	box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .1);
	cursor: default;
}

.off-canvas-inner {
	color: #434343;
	width: 290px;
	position: absolute;
	cursor: default;
	padding-top: 4px;
	background: #fff;
}

.off-canvas-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: transparent;
	z-index: 1;
}

body.admin-bar .off-canvas-container {
	top: 32px;
}

.off-canvas-header {
	text-align: center;
	line-height: 1.5;
	padding-bottom: 10px;
}

.off-canvas-header img {
	max-width: 100%;
	height: auto;
}

.off-canvas-header .logo {
	margin-top: 20px;
}

.off-canvas-header .site-name {
	font-weight: bolder;
	font-size: 18px;
	margin-top: 15px;
}

.off-canvas-header .site-name:first-child {
	margin-bottom: 10px;
	font-size: 22px;
}

.off-canvas-header .site-name:first-child:last-child {
	margin-bottom: 0;
}

.off-canvas-header .logo + .site-description {
	margin-top: 15px;
}

.off-canvas-header .site-description:first-child:last-child {
	margin-bottom: 10px;
	margin-top: 15px;
}

.off-canvas-menu > ul > li > a {
	text-transform: none !important;
}

.off-canvas-inner > .off-canvas-menu {
	padding: 20px 0 10px;
}

.off-canvas-inner > .off-canvas-search + .off-canvas-menu {
	padding-top: 0;
}

.off-canvas-inner > .off-canvas-header + .off-canvas-menu {
	padding-top: 8px;
}

.off-canvas-inner .canvas-close + .off-canvas-search {
	margin-top: 44px;
}

.off-canvas-menu ul.menu li, .off-canvas-menu ul.menu > li {
	display: block;
	float: none;
}

.off-canvas-menu ul.menu > li {
	padding: 0 20px;
}

.off-canvas-menu li > a {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	padding: 10px 0 !important;
}

.off-canvas-menu li:last-child > a {
	border-bottom: none !important;
}

.off-canvas-menu li li {
	padding: 0 18px !important;
}

.off-canvas-menu li li > a {
	padding: 8px 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, .07) !important;
}

.off-canvas-menu a {
	color: #444;
}

.off-canvas-menu ul.menu > li > a {
	display: block !important;
}

.off-canvas-menu ul.menu > li .sub-menu {
	top: -5px;
	left: 100%;
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 7px 0;
	border-radius: 3px;
}

.off-canvas-menu ul.menu > li .sub-menu .sub-menu {
	left: 100%;
	top: -7px !important;
}

.off-canvas-menu ul.menu > li .sub-menu:after, .off-canvas-menu ul.menu > li .sub-menu:before {
	border: solid 13px rgba(0, 0, 0, 0);
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	top: 13px;
	left: -27px;
	border-right-color: #d7d7d7;
}

.off-canvas-menu ul.menu > li .sub-menu:after {
	border: solid 12px rgba(0, 0, 0, 0);
	border-right-color: #fff;
	top: 14px;
	left: -24px;
}

.off-canvas-menu .fa {
	margin-right: 5px;
}

.off-canvas-menu ul {
	padding: 0;
	margin-bottom: 0;
	position: relative;
}

.off-canvas-menu li {
	list-style: none;
	padding: 0 20px;
	position: relative;
}

.off-canvas-menu ul ul {
	display: none;
	box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .1);
	background: #fff;
	position: absolute;
	left: 100%;
	width: 100%;
	top: 0;
	border: 1px solid #f5eaea;
	padding: 0 10px;
}

.off-canvas-menu ul.menu li.menu-item-has-children > a:after {
	content: "";
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}

.off-canvas-menu ul.menu li.menu-item-has-children.bsm-enter > a:after {
	opacity: 0;
	right: -8px;
}

.off-canvas-menu .menu .better-custom-badge {
	bottom: inherit;
	top: 50%;
	right: 0;
	left: inherit;
	display: inline-block;
	margin-top: -8px;
}

.off-canvas-menu .menu .menu-item-has-children > a > .better-custom-badge {
	right: 20px;
}

.off-canvas-menu .menu .better-custom-badge:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	bottom: 4px;
	left: -8px;
}

/* search */
.off-canvas-inner > .off-canvas-search:first-child {
	padding-top: 25px;
}

.off-canvas-search form {
	position: relative;
}

.off-canvas-search input[type="text"] {
	padding-right: 25px;
	padding-left: 10px;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	font-size: 12px;
}

.off-canvas-search .fa {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	color: #8f8f8f;
}

.off-canvas-inner > .off_canvas_footer {
	padding-top: 18px;
	margin-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, .07);
}

.off-canvas-inner > .off_canvas_footer:first-child {
	padding-top: 20px;
	margin-top: 0;
	border-top: none;
}

.off-canvas-inner > .off-canvas-search + .off_canvas_footer {
	margin-top: 14px;
}

.off-canvas-inner > .off_canvas_footer .better-social-counter.style-button:first-child .social-list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.off-canvas-inner > .off_canvas_footer .better-social-counter.style-button:first-child .social-item {
	float: none;
	margin: 0 3px;
	display: inline;
}

.off_canvas_footer .better-social-counter.style-button .item-icon {
	border-radius: 50%;
}

.off-canvas-container .social-share-list {
	padding: 15px 0 0;
}

.off-canvas-container .social-share-list li {
	list-style: none;
	display: inline-block;
	margin-right: 3px;
}

.off-canvas-container .social-share-list a {
	background: #424242;
	color: #fff;
	padding: 4px 7px;
	border-radius: 3px;
}

/* right style */
.off-canvas-container.right {
	right: -300px;
	left: auto;
}

.off-canvas-container.right:before, .off-canvas-container.right .off-canvas-inner {
	right: 0;
	left: auto;
}

.off-canvas-container.right .off-canvas-menu ul ul {
	left: auto;
	right: 100%;
	box-shadow: -3px 0 10px 0 rgba(0, 0, 0, .1);
}

.off-canvas-container.right .off-canvas-menu ul {
	text-align: right;
}

.off-canvas-container.right ul.menu li.menu-item-has-children > a:after {
	content: "";
	right: inherit;
	left: 0;
}

.off-canvas-container.right ul.menu li.menu-item-has-children.bsm-enter > a:after {
	right: auto;
	left: -8px;
}

.off-canvas-container.right .off-canvas-menu ul.menu li.menu-item-has-children.bsm-enter > a:after {
	right: auto;
	left: -8px;
}

.off-canvas-container.right .off-canvas-menu .menu .better-custom-badge {
	right: inherit;
	left: 0;
}

.off-canvas-container.right .off-canvas-menu .menu .menu-item-has-children > a > .better-custom-badge {
	right: inherit;
	left: 20px;
}

.off-canvas-container.right .off-canvas-menu .menu .better-custom-badge:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: auto;
	right: -8px !important;
}

.off-canvas-container.right .off_canvas_footer {
	text-align: right;
}

.off-canvas-container.right .better-social-counter.style-button .social-item {
	float: right;
	margin: 0 0 6px 4px;
}

.off-canvas-container.right ul.menu li.menu-have-icon > a > .bf-icon {
	float: right;
	margin: 4px 0 0 6px;
}

.off-canvas-container.right .off-canvas-menu ul.menu > li .sub-menu:after, .off-canvas-container.right .off-canvas-menu ul.menu > li .sub-menu:before {
	left: inherit;
	right: -27px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.off-canvas-container.right .off-canvas-menu ul.menu > li .sub-menu:after {
	left: inherit;
	right: -24px;
}

.off-canvas-container.right ul.menu > li .sub-menu .sub-menu {
	left: inherit;
	right: 100%;
}

/* Dark Skin */
.skin-dark.off-canvas-container .off-canvas-inner, .skin-dark.off-canvas-container:before {
	background: #151515;
}

.skin-dark.off-canvas-container .off-canvas-search input[type="text"] {
	border-color: #272727;
	background-color: #151515;
	color: #fff;
}

.skin-dark.off-canvas-container .off-canvas-menu a, .skin-dark.off-canvas-container .off-canvas-inner > div {
	color: #fff;
}

.skin-dark.off-canvas-container .off-canvas-menu ul.menu > li .sub-menu {
	background: #151515;
	border-color: #232323;
}

.skin-dark.off-canvas-container .off-canvas-menu ul.menu > li .sub-menu:after, .skin-dark.off-canvas-container .off-canvas-menu ul.menu > li .sub-menu:before {
	border-right-color: #232323;
}

.skin-dark.off-canvas-container .off-canvas-menu li > a {
	border-bottom-color: rgba(255, 255, 255, .05) !important;
}

.skin-dark.off-canvas-container .off-canvas-inner > .off_canvas_footer {
	border-top-color: rgba(255, 255, 255, .07);
}

/**
 * ->search-page header
 **/
.search-header {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

.search-header .search-form {
	margin-bottom: 15px;
}

.search-header .found-categories ul, .search-header .found-tags ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.search-header .found-categories li, .search-header .found-tags li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.search-header .label {
	font-weight: 700;
	font-size: 14px;
	color: #383838;
	padding: 0 10px 0 0;
}

.search-header .clean-button {
	line-height: 18px;
}

.search-header .found-categories li .clean-button, .search-header .found-tags li .clean-button {
	margin: 0;
}

.search-header .found-categories + .found-tags {
	margin-top: 15px;
}

.search-header .found-tags .clean-button {
	line-height: 22px;
	padding: 0 6px;
}

/**
 * =>Top Bar
**/
.topbar {
	height: 35px;
	overflow: hidden;
}

.topbar.use-pretty-tabs {
	z-index: 9999;
	position: relative;
	height: auto;
	overflow: visible;
}

.topbar ul.menu > li .sub-menu {
	top: 100%;
}

.topbar .topbar-inner {
	padding: 4px 0;
}

.topbar .section-links {
	float: right;
}

.topbar.topbar-style-1 .section-menu {
	height: 26px;
}

.topbar.topbar-style-1 .section-menu {
	max-width: 80%;
}

.topbar.topbar-style-1 .section-menu:first-child:last-child {
	max-width: 100%;
}

.site-header.boxed .topbar .topbar-inner {
	border-bottom: 1px solid #efefef;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.site-header.full-width .topbar {
	border-bottom: 1px solid #efefef;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.topbar .better-studio-shortcode {
	display: inline-block;
	float: right;
	margin-bottom: 0;
}

.topbar .better-studio-shortcode .social-list {
	display: inline-block;
	float: right;
}

.topbar .better-social-counter.style-button .social-item {
	margin: 0 0 0 4px;
}

.topbar .better-social-counter.style-button .social-item .item-icon {
	color: #444;
	background-color: transparent;
	font-size: 12px;
	width: 24px;
	height: 24px;
	line-height: 24px;
}

.topbar .better-social-counter.style-button .social-item:hover .item-icon {
	color: #545454;
}

.topbar .better-social-counter.style-button .social-item {
	float: left;
	font-size: 13px;
}

.topbar .better-social-counter.style-button a:hover {
	color: #fff;
}

.topbar .topbar-date {
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	line-height: 18px;
	position: relative;
	top: -1px;
}

.topbar .better-newsticker {
	margin-bottom: 0;
}

.topbar .better-newsticker.better-newsticker {
	margin-bottom: 0 !important;
}

.topbar .section-links + .section-menu .better-newsticker .control-nav {
	right: 30px;
}

.topbar .topbar-sign-in {
	float: right;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
}

.topbar .topbar-sign-in .fa {
	margin-right: 2px;
}

.topbar .topbar-sign-in.behind-social {
	margin-right: 8px;
	position: relative;
	padding-right: 8px;
}

.topbar .topbar-sign-in.behind-social:before {
	content: "";
	width: 1px;
	top: 50%;
	margin-top: -8px;
	height: 18px;
	display: inline-block;
	background: #dadada;
	background: rgba(0, 0, 0, .15);
	position: absolute;
	right: -2px;
}

@media only screen and (max-width: 850px) {
	.topbar .better-newsticker ul.news-list li {
		width: 65%;
	}
}

body {
	background: #fff;
	text-decoration-skip: ink;
}

body.boxed {
	background-color: #eee;
}

body.boxed .bs-vc-content > .vc_row > .bs-vc-wrapper, body.boxed .content-wrap {
	padding-left: 5px;
	padding-right: 5px;
}

body.boxed .bf-breadcrumb > .bf-breadcrumb-container {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

body.boxed .mega-menu .content-wrap {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

body.boxed .slider-container .content-wrap {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 980px) {
	body.boxed .bs-vc-content > .vc_row > .bs-vc-wrapper, body.boxed .content-wrap, body.boxed .mega-menu .content-wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

.main-wrap {
	margin: 0 auto;
}

main.content-container, .content-wrap, .main-wrap {
	position: relative;
}

body.active-top-line {
	border-top: 3px solid transparent;
}

.main-wrap .container {
	width: 100%;
}

body.full-width .main-wrap {
	width: 100%;
}

@media (min-width: 768px) {
	.boxed .main-wrap {
		width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.boxed .main-wrap {
		max-width: 100% !important;
	}
}

body.boxed .main-wrap {
	padding: 0;
	background-color: #fff;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .27);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .27);
	box-shadow: 0 0 2px rgba(0, 0, 0, .27);
}

@media only screen and (max-width: 480px) {
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .vc_row .bs-vc-wrapper > .bs-vc-column {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.content-wrap {
	margin: 0 auto;
	padding: 0;
	min-width: 300px;
}

.container {
	width: 100%;
}

.page-layout-3-col-0 .content-column {
	width: 100% !important;
}

.page-layout-3-col-0.page-layout-3-col-0 .main-section {
	margin-bottom: 0 !important;
}

.listing .col-xs-1, .listing .col-sm-1, .listing .col-md-1, .listing .col-lg-1, .listing .col-xs-2, .listing .col-sm-2, .listing .col-md-2, .listing .col-lg-2, .listing .col-xs-3, .listing .col-sm-3, .listing .col-md-3, .listing .col-lg-3, .listing .col-xs-4, .listing .col-sm-4, .listing .col-md-4, .listing .col-lg-4, .listing .col-xs-5, .listing .col-sm-5, .listing .col-md-5, .listing .col-lg-5, .listing .col-xs-6, .listing .col-sm-6, .listing .col-md-6, .listing .col-lg-6, .listing .col-xs-7, .listing .col-sm-7, .listing .col-md-7, .listing .col-lg-7, .listing .col-xs-8, .listing .col-sm-8, .listing .col-md-8, .listing .col-lg-8, .listing .col-xs-9, .listing .col-sm-9, .listing .col-md-9, .listing .col-lg-9, .listing .col-xs-10, .listing .col-sm-10, .listing .col-md-10, .listing .col-lg-10, .listing .col-xs-11, .listing .col-sm-11, .listing .col-md-11, .listing .col-lg-11, .listing .col-xs-12, .listing .col-sm-12, .listing .col-md-12, .listing .col-lg-12 {
	padding-left: 15px;
	padding-right: 15px;
}

.listing .row {
	margin-left: -15px;
	margin-right: -15px;
}

.term-badges .format-badge, .term-badges .term-badge {
	display: inline-block;
	line-height: 0;
}

.term-badges a {
	color: #8b8b8b;
	padding: 0 0 4px;
}

.term-badges .fa {
	margin-right: 2px;
}

.term-badges.floated a {
	padding: 2px 7px;
	color: #fff;
	margin-right: 3px;
	margin-bottom: 3px;
	display: inline-block;
	line-height: 1.7;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

.term-badges.floated {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	line-height: 0;
	font-size: 0;
}

.term-badges.text-badges .term-badge, .term-badges.text-badges {
	line-height: 1.4;
}

.term-badges.text-badges .term-badge {
	margin-right: 10px;
}

.term-badges.text-badges .term-badge:last-child {
	margin-right: 0;
}

.term-badges.text-badges a {
	background-color: transparent !important;
	font-weight: 500;
	padding: 0;
}

.format-icon {
	position: absolute;
	right: 20px;
	top: 20px;
	pointer-events: none;
	width: 32px;
	height: 32px;
	border: 2px solid #fff;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: rgba(0, 0, 0, .3);
	font-size: 14px;
	-webkit-transition: .43s cubic-bezier(.47, .13, .16, .72) 0s;
	-moz-transition: .43s cubic-bezier(.47, .13, .16, .72) 0s;
	-o-transition: .43s cubic-bezier(.47, .13, .16, .72) 0s;
	transition: .43s cubic-bezier(.47, .13, .16, .72) 0s;
}

.format-icon .fa {
	line-height: 28px;
	width: 100%;
	text-align: center;
}

.format-icon.format-audio {
	padding-right: 2px;
}

.format-icon.format-video {
	padding-left: 2px;
}

.post-summary p:last-child {
	margin-bottom: 0;
}

.entry-content a.read-more, a.read-more {
	font-size: 12px;
	color: #fff;
	background: #434343;
	display: inline-block;
	padding: 3px 11px;
	text-transform: uppercase !important;
	margin-top: 13px;
}

.entry-content a.read-more, a.read-more:hover {
	color: #fff;
}

.img-holder {
	position: relative;
	width: 80px;
	display: inline-block;
	float: left;
	margin-right: 15px;
	transition: none;
}

.bs-ll-a .img-holder:before, .bs-ll-a img[data-src]:not(.b-loaded), .bs-ll-a .img-cont:before {
	opacity: 1;
	background-color: #e9ebee;
	background-image: linear-gradient(to left, #e9ebee 0%, #f4f5f6 20%, #e9ebee 40%, #e9ebee 100%);
	background-repeat: no-repeat;
	background-size: 1000px 900px;
	-webkit-animation: bs-lazy-anim 1s infinite linear forwards;
	-moz-animation: bs-lazy-anim 1s infinite linear forwards;
	animation: bs-lazy-anim 1.01s infinite linear forwards;
}

.bs-ll-d .img-holder, .bs-ll-d .img-cont {
	background-color: whitesmoke;
}

.listing-mg-item .img-cont:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.img-holder.b-error:before, .img-cont.b-error:before, .img-holder.b-loaded:before, .img-cont.b-loaded:before {
	background: transparent;
	opacity: 0;
	animation: none;
}

.listing-item-blog-5 .featured .img-holder.b-error, .listing-item-blog-1 .featured .img-holder.b-error, .listing-item-tb-1 .img-holder.b-error, .listing-item-tb-2 .img-holder.b-error, .listing-item-tb-3 .img-holder.b-error, .listing-item-blog-5 .featured .img-holder.b-loaded, .listing-item-blog-1 .featured .img-holder.b-loaded, .listing-item-tb-1 .img-holder.b-loaded, .listing-item-tb-2 .img-holder.b-loaded, .listing-item-tb-3 .img-holder.b-loaded {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: top center !important;
}

@-webkit-keyframes bs-lazy-anim {
	from {
		background-position: -800px 0;
	}
	
	to {
		background-position: 400px 0;
	}
}

@keyframes bs-lazy-anim {
	from {
		background-position: -800px 0;
	}
	
	to {
		background-position: 400px 0;
	}
}

@-webkit-keyframes bs-lazy-anim-rtl {
	from {
		background-position: 400px 0;
	}
	
	to {
		background-position: -800px 0;
	}
}

@keyframes bs-lazy-anim-rtl {
	from {
		background-position: 400px 0;
	}
	
	to {
		background-position: -800px 0;
	}
}

.img-cont.img-cont.img-content-ni.img-content-ni, .img-holder.img-holder.img-content-ni.img-content-ni {
	background: none !important;
}

.img-holder.b-load-ready {
	opacity: 0;
}

.img-holder.b-error, body.bs-ll-d .img-holder, .img-holder.b-loaded {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	animation: none;
	background-position: top center;
}

body.bs-ll-d .img-holder, .img-holder.b-loaded {
	transition: opacity 200ms ease-in-out;
	opacity: 1;
}

.bs-pagination-cached .img-holder.b-loaded {
	transition: none;
}

.img-holder:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 70%;
}

.search-field::-ms-clear {
	display: none;
}

.modal {
	z-index: 99999;
}

/**
 * ->Other
 **/
.margin-sm-left {
	margin-left: 7px;
}

.margin-sm-right {
	margin-right: 7px;
}

.margin-xsm-left {
	margin-left: 3px;
}

.margin-xsm-right {
	margin-right: 3px;
}

.limit-line {
	overflow: hidden;
	white-space: nowrap;
}

.limit-dot-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top-line {
	border-top: 1px solid #f4f4f4;
}

.bottom-line {
	border-bottom: 1px solid #f4f4f4;
}

li.bottom-line:last-child {
	border-bottom: none;
}

.no-list-style {
	list-style: none !important;
}

.no-list-style li {
	padding-right: 0 !important;
}

.no-list-style li:before {
	display: none !important;
}

/**
* ->Text Padding
**/
.bs-padding-1-1 {
	padding-left: 5%;
	padding-right: 5%;
}

.bs-padding-0-1 {
	padding-right: 5%;
}

.bs-padding-1-0 {
	padding-left: 5%;
}

.bs-padding-2-2 {
	padding-left: 10%;
	padding-right: 10%;
}

.bs-padding-2-1 {
	padding-left: 10%;
	padding-right: 5%;
}

.bs-padding-1-2 {
	padding-left: 5%;
	padding-right: 10%;
}

.bs-padding-0-2 {
	padding-right: 10%;
}

.bs-padding-2-0 {
	padding-left: 10%;
}

.bs-padding-3-3 {
	padding-left: 15%;
	padding-right: 15%;
}

.bs-padding-0-3 {
	padding-right: 15%;
}

.bs-padding-3-0 {
	padding-left: 15%;
}

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

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	-webmit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	display: block;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* global search form */
.search-form input[type="search"] {
	float: left;
	height: 38px;
	line-height: 38px;
	margin-right: 8px;
	font-size: 12px;
	box-shadow: none;
}

.search-form input[type="submit"] {
	height: 38px;
}

/* post meta */
.post-meta {
	padding-top: 2px;
	font-style: inherit;
}

.post-meta .time {
	margin-right: 10px;
}

.post-meta .share, .post-meta .views {
	float: none;
	margin-right: 10px;
	font-style: normal;
}

.post-meta .share, .post-meta .views, .post-meta .comments {
	white-space: nowrap;
}

.post-meta .views {
	font-weight: bold;
}

.post-meta .views.rank-0, .post-meta .views.rank-default {
	font-weight: normal;
}

.post-meta .comments {
	margin-left: 10px;
	font-style: normal;
	float: right;
}

.post-meta .rating:first-child:last-child, .post-meta .comments:first-child:last-child {
	float: none;
	margin-left: 0;
	margin-right: 0;
}

.post-meta .rating + .comments {
	float: none;
	margin-left: 0;
}

.post-meta .share .bf-icon, .post-meta .views .fa, .post-meta .views .bf-icon, .post-meta .comments .fa {
	display: inline-block;
	margin-right: 3px;
}

.post-meta .post-author-avatar img {
	margin-right: 5px;
	margin-top: -2px;
}

.post-meta .post-author {
	font-weight: bolder;
	font-style: normal;
	margin-right: 8px;
	max-width: 110px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: top;
}

.post-meta .post-author:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-left: 8px;
	font-size: 5px;
	vertical-align: middle;
	color: #adb5bd;
}

.post-meta .post-author-a:last-child .post-author {
	margin-right: 0;
}

.post-meta .post-author-a:last-child .post-author:after {
	display: none;
}

.post-meta > span:last-child, .post-meta > a:last-child {
	margin-right: 0 !important;
}

/**
 * =>Main Slider
 **/
.slider-style-15-container, .slider-style-13-container, .slider-style-11-container, .slider-style-9-container, .slider-style-7-container, .slider-style-4-container.slider-container-1col, .slider-style-3-container, .slider-style-5-container, .slider-style-2-container.slider-container-1col, .slider-style-1-container {
	margin: 0 0 -20px;
	padding: 25px 0;
}

.slider-style-5-container {
	padding-bottom: 0;
}

.slider-style-16-container, .slider-style-8-container, .slider-style-2-container, .slider-style-4-container {
	margin: 0 0 25px;
}

.slider-style-15-container {
	margin: 0;
	padding-bottom: 0;
}

.slider-style-13-container .bs-slider, .slider-style-11-container .bs-slider, .slider-style-9-container .bs-slider {
	margin-bottom: 0;
}

/**
 * =>Main Section
 **/

/**
 * =>Archive Title
 **/
.archive-title {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 13px;
}

.archive-title .pre-title {
	position: relative;
	margin-bottom: 17px;
}

.archive-title .pre-title span {
	background-color: #444;
	display: inline-block;
	line-height: 26px;
	z-index: 1;
	position: relative;
	padding: 0 10px;
	color: #fff;
}

.archive-title .pre-title:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 100%;
	height: 3px;
	width: 100%;
	background-color: #444;
}

.archive-title .page-heading {
	margin: 0 0 12px;
	position: relative;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
	padding: 0;
}

.archive-title.with-actions .page-heading {
	padding-right: 30px;
}

.archive-title .actions-container {
	width: 30px;
	float: right;
}

.archive-title.without-terms .actions-container {
	margin-top: 8px;
}

.archive-title .page-heading .count, .archive-title .rss-link {
	float: right;
	font-size: 20px;
}

.archive-title .rss-link {
	color: #f97410;
}

.archive-title .desc {
	margin-top: 12px;
}

.archive-title .desc p:last-child {
	margin-bottom: 0;
}

.archive-title .term-badges {
	margin: 10px 0 0;
	line-height: 0;
}

.archive-title .term-badges span.term-badge {
	margin-bottom: 6px;
}

.archive-title .term-badges span.term-badge a {
	background: #fff !important;
	border: 1px solid #d4d4d4 !important;
	border-color: #d4d4d4 !important;
	padding: 0 7px;
	display: inline-block;
	line-height: 20px;
	margin-right: 3px;
	font-size: 10px;
	float: left;
	color: #8b8b8b !important;
}

.archive-title .term-badges span.term-badge a:hover {
	color: #fff !important;
	border: 1px solid transparent !important;
}

/**
 * =>Visual Composer
 **/
.wpb_text_column img {
	max-width: 100%;
	height: auto;
}

.wpb_widgetised_column .wpb_wrapper > ul {
	margin: 0;
	padding: 0;
}

.bs-injection.bs-injection-3-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .bs-injection.bs-injection-1-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .bs-injection.bs-injection-2-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .bs-injection.bs-vc-content, .bs-injection.bs-vc-content .vc_row, .bs-injection.bs-vc-content .vc_vc_row, .layout-3-col-0 .bs-vc-content .vc_vc_row, .layout-3-col-0 .bs-vc-content .vc_row, .layout-3-col-0 .bs-vc-content .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .layout-1-col .bs-vc-content .vc_row, .layout-1-col .bs-vc-content .vc_vc_row, .layout-1-col .bs-vc-content .vc_row[data-vc-full-width=true] > .bs-vc-wrapper {
	margin-left: auto;
	margin-right: auto;
}

.container, .vc_column_container {
	margin-right: auto !important;
	margin-left: auto !important;
}

.bs-vc-content > .vc_element > .vc_row[data-vc-full-width=true], .bs-vc-content > .vc_element > .vc_row[data-vc-stretch-content=true] > .bs-vc-wrapper, .bs-vc-content > .vc_row[data-vc-full-width=true], .bs-vc-content > .vc_row[data-vc-stretch-content=true] > .bs-vc-wrapper {
	width: 100%;
}

.bs-vc-content .vc_row[data-vc-full-width=true] {
	right: auto !important;
	left: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.full-width .bs-vc-content .vc_row[data-vc-full-width=true] {
	max-width: inherit !important;
}

.bs-vc-content .vc_row[data-vc-stretch-content="true"] {
	right: auto !important;
	left: auto !important;
	width: auto !important;
	max-width: inherit !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.bs-injection.bs-vc-content .vc_row[data-vc-stretch-content="true"] > .bs-vc-wrapper, .layout-3-col-0 .bs-vc-content .vc_row[data-vc-stretch-content="true"] > .bs-vc-wrapper, .page-layout-1-col .bs-vc-content .vc_row[data-vc-stretch-content="true"] > .bs-vc-wrapper {
	max-width: inherit !important;
}

.wpb_flexslider.flexslider .slides img {
	height: auto;
}

.bs-injection.bs-vc-content > .vc_row.vc_row-fluid.vc_row-has-fill:first-child {
	margin-top: 0 !important;
}

/* VC Flex Row compatibility */
.vc_row.vc_row-flex > .bs-vc-wrapper {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.vc_row.vc_row-flex .bs-vc-wrapper {
	width: 100%;
}

.vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.vc_row.vc_row-flex > .bs-vc-wrapper, .vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container {
	display: flex;
}

.vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container > .vc_column-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container > .vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container > .vc_column-inner > * {
		min-height: 1em;
	}
}

/**
 * =>Gap
 **/

/* Gap 1 */
.vc_row.vc_column-gap-1 > .bs-vc-wrapper {
	margin-left: -.5px !important;
	margin-right: -.5px !important;
}

.vc_row.vc_column-gap-1 > .bs-vc-wrapper > .bs-vc-column {
	padding-left: .5px !important;
	padding-right: .5px !important;
}

/* Gap 2 */
.vc_row.vc_column-gap-2 > .bs-vc-wrapper {
	margin-left: -1px !important;
	margin-right: -1px !important;
}

.vc_row.vc_column-gap-2 > .bs-vc-wrapper > .bs-vc-column {
	padding-left: 1px !important;
	padding-right: 1px !important;
}

/* Gap 3 */
.vc_row.vc_column-gap-3 > .bs-vc-wrapper {
	margin-left: -1.5px !important;
	margin-right: -1.5px !important;
}

.vc_row.vc_column-gap-3 > .bs-vc-wrapper > .bs-vc-column {
	padding-left: 1.5px !important;
	padding-right: 1.5px !important;
}

/* Gap 4 */
.vc_row.vc_column-gap-4 > .bs-vc-wrapper {
	margin-left: -2px !important;
	margin-right: -2px !important;
}

.vc_row.vc_column-gap-4 > .bs-vc-wrapper > .bs-vc-column {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

/* Gap 5 */
.vc_row.vc_column-gap-5 > .bs-vc-wrapper {
	margin-left: -2.5px !important;
	margin-right: -2.5px !important;
}

.vc_row.vc_column-gap-5 > .bs-vc-wrapper > .bs-vc-column {
	padding-left: 2.5px !important;
	padding-right: 2.5px !important;
}

/* Gap 10 */
.vc_row.vc_column-gap-10 > .bs-vc-wrapper {
	margin-left: -5px !important;
	margin-right: -5px !important;
}

.vc_row.vc_column-gap-10 > .bs-vc-wrapper > .bs-vc-column {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

/* Gap 15 */
.vc_row.vc_column-gap-15 > .bs-vc-wrapper {
	margin-left: -7.5px !important;
	margin-right: -7.5px !important;
}

.vc_row.vc_column-gap-15 > .bs-vc-wrapper > .bs-vc-column {
	padding-left: 7.5px !important;
	padding-right: 7.5px !important;
}

/* Gap 20 */
.vc_row.vc_column-gap-20 > .bs-vc-wrapper {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.vc_row.vc_column-gap-20 > .bs-vc-wrapper > .bs-vc-column {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/* Gap 25 */
.vc_row.vc_column-gap-25 > .bs-vc-wrapper {
	margin-left: -12.5px !important;
	margin-right: -12.5px !important;
}

.vc_row.vc_column-gap-25 > .bs-vc-wrapper > .bs-vc-column {
	padding-left: 12.5px !important;
	padding-right: 12.5px !important;
}

/* Gap 30 */
.vc_row.vc_column-gap-30 > .bs-vc-wrapper {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.vc_row.vc_column-gap-30 > .bs-vc-wrapper > .bs-vc-column {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* Gap 35 */
.vc_row.vc_column-gap-35 > .bs-vc-wrapper {
	margin-left: -17.5px !important;
	margin-right: -17.5px !important;
}

.vc_row.vc_column-gap-35 > .bs-vc-wrapper > .bs-vc-column {
	padding-left: 17.5px !important;
	padding-right: 17.5px !important;
}

/**
 * =>Listing
 **/
.listing-item a.vc_inline-link {
	display: none;
}

.bs-pagination-wrapper .listing + .listing {
	margin-top: 20px;
}

.post.emphasize-first-p .entry-content > p:first-child {
	font-size: 120%;
}

.listing-item .post-edit-link {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .58);
	color: #fff;
	padding: 4px 11px;
	font-size: 13px;
	display: none;
	line-height: 20px;
}

.listing-item:hover .post-edit-link {
	display: block;
}

.more_btn > .listing + .listing, .infinity > .listing + .listing {
	margin-top: 20px;
}

/**
 * ->Listing columns
 **/
.mega-links > .menu-item {
	margin-bottom: 30px;
}

.mega-links > .menu-item, .listing .listing-item {
	min-height: 0%;
}

.mega-links.columns-1 > .menu-item, .listing.columns-1 .listing-item {
	width: 100%;
	float: none;
}

/* 2 Column */
.mega-links.columns-2 > .menu-item, .listing.columns-2 .listing-item {
	width: 50%;
	float: left;
}

.mega-links.columns-2 > .menu-item:nth-child(odd), .listing.columns-2 .listing-item:nth-child(odd) {
	padding-right: 18px;
	clear: left;
}

.mega-links.columns-2 > .menu-item:nth-child(even), .listing.columns-2 .listing-item:nth-child(even) {
	padding-left: 18px;
}

/* 3 Column */
.mega-links.columns-3 > .menu-item, .listing.columns-3 .listing-item {
	width: 33.3333%;
	float: left;
}

.mega-links.columns-3 > .menu-item:nth-child(3n-1), .listing.columns-3 .listing-item:nth-child(3n-1) {
	padding-left: 9px;
	padding-right: 9px;
}

.mega-links.columns-3 > .menu-item:nth-child(3n-2), .listing.columns-3 .listing-item:nth-child(3n-2) {
	padding-right: 18px;
	clear: left;
}

.mega-links.columns-3 > .menu-item:nth-child(3n+3), .listing.columns-3 .listing-item:nth-child(3n+3) {
	padding-left: 18px;
}

/* 4 Column */
.mega-links.columns-4 > .menu-item, .listing.columns-4 .listing-item {
	width: 25%;
	float: left;
}

.mega-links.columns-4 > .menu-item:nth-child(4n-3), .listing.columns-4 .listing-item:nth-child(4n-3) {
	padding-left: 0;
	padding-right: 16px;
	clear: left;
}

.mega-links.columns-4 > .menu-item:nth-child(4n+2), .listing.columns-4 .listing-item:nth-child(4n+2) {
	padding-left: 5px;
	padding-right: 11px;
}

.mega-links.columns-4 > .menu-item:nth-child(4n+3), .listing.columns-4 .listing-item:nth-child(4n+3) {
	padding-left: 10px;
	padding-right: 6px;
}

.mega-links.columns-4 > .menu-item:nth-child(4n+4), .listing.columns-4 .listing-item:nth-child(4n+4) {
	padding-right: 0;
	padding-left: 16px;
}

/* 5 Column */
.mega-links.columns-5 > .menu-item, .listing.columns-5 .listing-item {
	width: 20%;
	float: left;
}

.mega-links.columns-5 > .menu-item:nth-child(5n+1), .listing.columns-5 .listing-item:nth-child(5n+1) {
	padding-left: 0;
	padding-right: 12px;
	clear: left;
}

.mega-links.columns-5 > .menu-item:nth-child(5n+2), .listing.columns-5 .listing-item:nth-child(5n+2) {
	padding-left: 4px;
	padding-right: 8px;
}

.mega-links.columns-5 > .menu-item:nth-child(5n+3), .listing.columns-5 .listing-item:nth-child(5n+3) {
	padding-left: 6px;
	padding-right: 6px;
}

.mega-links.columns-5 > .menu-item:nth-child(5n+4), .listing.columns-5 .listing-item:nth-child(5n+4) {
	padding-left: 8px;
	padding-right: 4px;
}

.mega-links.columns-5 > .menu-item:nth-child(5n+5), .listing.columns-5 .listing-item:nth-child(5n+5) {
	padding-left: 8px;
	padding-right: 0;
}

.mega-links.columns-5.listing-tall > .menu-item:nth-child(5n+5), .listing.columns-5.listing-tall .listing-item:nth-child(5n+5) {
	padding-left: 12px;
	padding-right: 0;
}

/* Columns responsive */
@media only screen and (max-width: 1000px) {
	.mega-links.columns-5 > .menu-item, .listing.columns-5 .listing-item {
		width: 25%;
	}
	
	.mega-links.columns-5 > .menu-item:nth-child(4n-3), .listing.columns-5 .listing-item:nth-child(4n-3) {
		padding-left: 0;
		padding-right: 8px;
		clear: left;
	}
	
	.mega-links.columns-5 > .menu-item:nth-child(4n+2), .listing.columns-5 .listing-item:nth-child(4n+2) {
		padding-left: 3px;
		padding-right: 5px;
		clear: none;
	}
	
	.mega-links.columns-5 > .menu-item:nth-child(4n+3), .listing.columns-5 .listing-item:nth-child(4n+3) {
		padding-left: 5px;
		padding-right: 3px;
		clear: none;
	}
	
	.mega-links.columns-5 > .menu-item:nth-child(4n+4), .listing.columns-5 .listing-item:nth-child(4n+4) {
		padding-right: 0;
		padding-left: 8px;
		clear: none;
	}
}

@media only screen and (max-width: 900px) {
	.mega-links.columns-4 > .menu-item, .mega-links.columns-5 > .menu-item, .listing.columns-4 .listing-item, .listing.columns-5 .listing-item {
		width: 33.3333%;
	}
	
	.mega-links.columns-4 > .menu-item:nth-child(3n-1), .mega-links.columns-5 > .menu-item:nth-child(3n-1), .listing.columns-4 .listing-item:nth-child(3n-1), .listing.columns-5 .listing-item:nth-child(3n-1) {
		padding-left: 6px;
		padding-right: 6px;
		clear: none;
	}
	
	.mega-links.columns-4 > .menu-item:nth-child(3n-2), .mega-links.columns-5 > .menu-item:nth-child(3n-2), .listing.columns-4 .listing-item:nth-child(3n-2), .listing.columns-5 .listing-item:nth-child(3n-2) {
		padding-left: 0;
		padding-right: 12px;
		clear: left;
	}
	
	.mega-links.columns-4 > .menu-item:nth-child(3n+3), .mega-links.columns-5 > .menu-item:nth-child(3n+3), .listing.columns-4 .listing-item:nth-child(3n+3), .listing.columns-5 .listing-item:nth-child(3n+3) {
		padding-left: 12px;
		padding-right: 0;
		clear: none;
	}
}

@media only screen and (max-width: 600px) {
	.mega-links.columns-3 > .menu-item, .mega-links.columns-4 > .menu-item, .mega-links.columns-5 > .menu-item, .listing.columns-3 .listing-item, .listing.columns-4 .listing-item, .listing.columns-5 .listing-item {
		width: 50%;
	}
	
	.mega-links.columns-3 > .menu-item:nth-child(odd), .mega-links.columns-4 > .menu-item:nth-child(odd), .mega-links.columns-5 > .menu-item:nth-child(odd), .listing.columns-3 .listing-item:nth-child(odd), .listing.columns-4 .listing-item:nth-child(odd), .listing.columns-5 .listing-item:nth-child(odd) {
		padding-left: 0;
		padding-right: 13px;
		clear: left;
	}
	
	.mega-links.columns-3 .listing-item:nth-child(even), .mega-links.columns-4 .listing-item:nth-child(even), .mega-links.columns-5 .listing-item:nth-child(even), .listing.columns-3 .listing-item:nth-child(even), .listing.columns-4 .listing-item:nth-child(even), .listing.columns-5 .listing-item:nth-child(even) {
		padding-left: 13px;
		padding-right: 0;
		clear: none;
	}
}

@media only screen and (max-width: 500px) {
	.mega-links.columns-2 > .menu-item, .mega-links.columns-3 > .menu-item, .mega-links.columns-4 > .menu-item, .mega-links.columns-5 > .menu-item, .listing.columns-2 .listing-item, .listing.columns-3 .listing-item, .listing.columns-4 .listing-item, .listing.columns-5 .listing-item {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		clear: none !important;
	}
}

.archive-title img {
	max-width: 100%;
}

/**
 * ->Shortcode Placeholder
 **/
.bsbt-shortcode-placeholder-p.bsbt-shortcode-placeholder-p {
	word-break: break-all;
	margin: 0;
	line-height: 24px;
	font-size: 14px;
	font-family: var(--publisher-system-font);
}

.bsbt-shortcode-placeholder-p.bsbt-shortcode-placeholder-p + .bsbt-shortcode-placeholder {
	margin-top: 5px;
}

.bsbt-shortcode-placeholder {
	text-align: center;
	background: #fff8d7;
	border: 1px solid #e5d68d;
	margin: 0 0 40px;
	padding: 15px;
	line-height: 24px;
	font-size: 13px;
	font-family: var(--publisher-system-font);
}

.bsbt-shortcode-placeholder a:hover, .bsbt-shortcode-placeholder a {
	color: #e43c36 !important;
	font-weight: bolder;
}

.bsbt-shortcode-placeholder.type-small {
	padding: 7px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: keep-all;
}

/**
 * ->Shortcode Row & Columns
 **/
.bs-shortcode-row {
	margin-bottom: 20px;
}

.bs-shortcode-row-2-column[max-width~="450px"] .bs-shortcode-col {
	width: 100% !important;
	margin-bottom: 15px;
}

.bs-shortcode-row-2-column[max-width~="450px"] .bs-shortcode-col:last-child {
	margin-bottom: 0;
}

.bs-shortcode-row-3-column[max-width~="600px"] .bs-shortcode-col {
	width: 50% !important;
	margin-bottom: 15px;
}

.bs-shortcode-row-3-column[max-width~="450px"] .bs-shortcode-col {
	width: 100% !important;
}

.bs-shortcode-row-3-column[max-width~="600px"] .bs-shortcode-col:last-child {
	margin-bottom: 0;
}

.bs-shortcode-row-4-column[max-width~="700px"] .bs-shortcode-col {
	width: 33.3333% !important;
	margin-bottom: 15px;
}

.bs-shortcode-row-4-column[max-width~="600px"] .bs-shortcode-col {
	width: 50% !important;
}

.bs-shortcode-row-4-column[max-width~="450px"] .bs-shortcode-col {
	width: 100% !important;
}

.bs-shortcode-row-4-column[max-width~="700px"] .bs-shortcode-col:last-child {
	margin-bottom: 0;
}

/**
* ->Facebook Like Box
**/
.bs-ll.a .fb-page, .bs-ll.a .google-plus-block {
	background-color: #e9ebee;
	background-image: linear-gradient(to left, #e9ebee 0%, #f4f5f6 20%, #e9ebee 40%, #e9ebee 100%);
	background-repeat: no-repeat;
	background-size: 1000px 900px;
	-webkit-animation: bs-lazy-anim 1s infinite linear forwards;
	-moz-animation: bs-lazy-anim 1s infinite linear forwards;
	animation: bs-lazy-anim 1.01s infinite linear forwards;
	width: 100% !important;
	min-height: 130px !important;
	text-align: center;
}

.bs-ll.a .footer-widgets.light-text .fb-page, .bs-ll.a .footer-widgets.light-text .google-plus-block {
	background-color: #373737;
	background-image: linear-gradient(to left, #373737 0%, #2b2b2b 20%, #373737 40%, #373737 100%);
}

.fb-page.fb_iframe_widget {
	background: transparent;
}

/**
 * ->Text Shortcode
 **/
.bs-text a:hover {
	text-decoration: underline;
}

.bs-text .bs-text-content p:last-child {
	margin-bottom: 0;
}

.bs-text a.btn {
	color: #fff;
}

/**
 * =>Pagination
 **/
.pagination {
	margin: 20px 0 0;
	font-size: 18px;
}

.pagination:last-child {
	margin-bottom: 0 !important;
}

.entry-content .bs-post-pagination .pages {
	border-color: #dadada !important;
	color: #333;
}

.entry-content .bs-post-pagination span {
	line-height: 28px;
	height: 28px;
	min-width: 28px;
}

.entry-content > .bs-post-pagination:first-child {
	margin: 0 0 20px;
}

/**
 * ->Link Pagination
 **/
.pagination.bs-links-pagination .older {
	float: left;
	width: 50%;
	text-align: left;
}

.pagination.bs-links-pagination .newer {
	float: right;
	width: 50%;
	text-align: right;
}

.pagination.bs-links-pagination a {
	display: inline-block;
	margin-right: 1px;
	line-height: 26px;
	height: 26px;
	min-width: 30px;
	text-align: center;
	padding: 0 9px;
	background-color: #fff;
	border: 1px solid #dadada;
	color: #8a8f92;
	font-size: 12px;
	text-transform: uppercase;
}

.pagination.bs-links-pagination a:hover {
	color: #fff;
	border: 1px solid transparent;
}

/**
 * ->Numbered Pagination
 **/
.pagination.bs-numbered-pagination .page-numbers.dots:hover, .pagination.bs-numbered-pagination .page-numbers, .pagination.bs-numbered-pagination span, .pagination.bs-numbered-pagination .wp-pagenavi a, .pagination.bs-numbered-pagination .wp-pagenavi span {
	display: inline-block;
	margin-right: 1px;
	line-height: 30px;
	height: 30px;
	min-width: 30px;
	text-align: center;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #dadada;
	color: #8a8f92;
	font-size: 12px;
	text-transform: uppercase;
	list-style: none;
}

.pagination.bs-numbered-pagination span {
	margin-right: 0;
}

.pagination.bs-numbered-pagination > span, .pagination.bs-numbered-pagination .wp-pagenavi a:hover, .pagination.bs-numbered-pagination .page-numbers:hover, .pagination.bs-numbered-pagination .wp-pagenavi .current, .pagination.bs-numbered-pagination .current {
	border: 1px solid;
}

.pagination.bs-numbered-pagination .next .fa {
	margin-left: 4px;
	font-size: 15px;
}

.pagination.bs-numbered-pagination .prev .fa {
	margin-right: 4px;
	font-size: 15px;
}

/* woocommerce pagination style fix */
.pagination.bs-numbered-pagination.wc-pagination > .page-numbers {
	border: none;
	background: transparent;
	display: block;
	padding: 0;
	margin: 0;
	text-align: inherit;
}

.pagination.bs-numbered-pagination.wc-pagination > .page-numbers > li {
	display: inline-block;
}

/**
 * =>Single Post Content
 **/
.post-related .listing-item .title {
	font-size: 15px;
	line-height: 1.4;
}

.post-related .include-last-mobile .listing-item:last-child {
	display: none;
}

@media only screen and (max-width: 600px) {
	.post-related .include-last-mobile .listing-item:last-child {
		display: block;
	}
}

.content-column .single-container:last-child {
	margin-bottom: 0;
}

.single-post-content .term-badges.floated a {
	max-width: auto;
}

.post-subtitle {
	padding: 0;
	margin: 0;
	color: #717171;
}

.single-post-content .post-embed iframe {
	max-width: 100%;
}

/* Post Terms */
.entry-terms {
	margin-bottom: 7px;
}

.entry-terms:last-child {
	margin-bottom: -3px;
}

.entry-terms ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.entry-terms li {
	display: inline;
}

.entry-terms span.sep {
	margin: 0 5px;
}

.entry-terms .terms-label {
	padding: 0 10px;
	display: inline-block;
	margin-right: 4px;
}

.entry-terms.source .terms-label, .entry-terms.via .terms-label, .entry-terms.post-tags .terms-label {
	line-height: 20px;
	border: 1px solid #444;
	background: #444;
	color: #fff;
	font-size: 10px;
	float: left;
	border-radius: 33px;
}

.entry-terms.source a, .entry-terms.via a, .entry-terms.post-tags a {
	background: #fff;
	border: 1px solid #d4d4d4;
	padding: 0 9px;
	display: inline-block;
	line-height: 20px;
	margin-right: 3px;
	font-size: 10px;
	float: left;
	margin-bottom: 3px;
	color: #5f5f5f;
	border-radius: 33px;
}

.entry-terms.source a:hover, .entry-terms.via a:hover, .entry-terms.post-tags a:hover {
	color: #fff;
	border: 1px solid transparent;
}

/* post author box */
.single-container > .post-author {
	padding: 20px;
	margin: 15px 0 0;
	position: relative;
	border: 1px solid #e8e8e8;
}

.single-container > .post-author .post-author-avatar img {
	float: left;
	margin-right: 20px;
}

.single-container > .post-author .author-title {
	margin: 0 0 7px;
	font-size: 18px;
	text-transform: capitalize;
	padding-right: 50%;
}

.single-container > .post-author .author-title .title-counts {
	color: #8a8a8a;
	font-size: 12px;
	vertical-align: middle;
	font-weight: normal;
}

.single-container > .post-author .author-title .title-counts:before {
	content: "-";
	margin: 0 8px;
	opacity: .4;
}

.single-container > .post-author .author-links {
	width: 50%;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
}

.single-container > .post-author .author-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-container > .post-author .author-links li {
	margin-left: 8px;
	display: inline-block;
}

.single-container > .post-author .author-links a {
	color: #353535;
	font-size: 15px;
	width: 24px;
	display: inline-block;
	text-align: center;
}

.single-container > .post-author .author-links li.facebook a:hover {
	color: #4a639f;
}

.single-container > .post-author .author-links li.telegram a:hover {
	color: #2da4d9;
}

.single-container > .post-author .author-links li.twitter a:hover {
	color: #59c8ff;
}

.single-container > .post-author .author-links li.google-plus a:hover {
	color: #d73d32;
}

.single-container > .post-author .author-links li.instagram a:hover {
	color: #517fa4;
}

.single-container > .post-author .author-links li.flickr a:hover {
	color: #2f44db;
}

.single-container > .post-author .author-links li.behance a:hover {
	color: #3b63fc;
}

.single-container > .post-author .author-links li.soundcloud a:hover {
	color: #f50;
}

.single-container > .post-author .author-links li.delicious a:hover {
	color: #4a79ff;
}

.single-container > .post-author .author-links li.vimeo a:hover {
	color: #46a3e9;
}

.single-container > .post-author .author-links li.dribbble a:hover {
	color: #ea4c89;
}

.single-container > .post-author .author-links li.linkedin a:hover {
	color: #0266a0;
}

.single-container > .post-author .author-links li.youtube a:hover {
	color: #cc181e;
}

.single-container > .post-author .author-links li.pinterest a:hover {
	color: #cb2027;
}

.single-container > .post-author .author-links li.github a:hover {
	color: #666;
}

.single-container > .post-author .post-author-bio {
	margin-top: 6px;
	font-size: 13px;
	padding-left: 100px;
}

.single-container > .post-author .post-author-bio p:last-child {
	margin-bottom: 0;
}

/* post related */
.post-related {
	position: relative;
	padding: 20px;
	border: 1px solid #e8e8e8;
}

.post-related .section-heading.sh-t2.sh-s2, .post-related .section-heading.sh-t2.sh-s1 {
	margin: -21px -21px 27px;
	padding: 4px 20px 0;
}

.post-related .listing-item-grid-simple .heading-container {
	background: #f5f5f5;
}

@media only screen and (max-width: 520px) {
	.single-container > .post-author .author-title {
		padding-right: 0;
	}
	
	.single-container > .post-author .author-links {
		width: 100%;
		text-align: left;
		position: relative;
		top: inherit;
		right: inherit;
	}
	
	.single-container > .post-author .author-links li {
		margin-left: 0;
		margin-right: 4px;
	}
	
	.single-container > .post-author .post-author-bio {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 380px) {
	.single-container > .post-author .post-author-avatar {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.single-container > .post-author .post-author-avatar img {
		float: none;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.single-container > .post-author .author-links {
		text-align: center;
	}
	
	.single-container > .post-author .author-links li {
		margin-left: 7px;
		margin-right: 7px;
	}
	
	.single-container > .post-author .post-author-bio {
		margin-top: 5px;
	}
	
	.single-container > .post-author .author-title {
		text-align: center;
		margin: 14px 0 10px;
		padding: 0;
	}
	
	.single-container > .post-author .post-author-bio {
		text-align: center;
		padding-left: 0;
	}
}

/**
 * =>Single Page Content
 **/
.single-page-content > .featured {
	text-align: center;
	display: block;
	margin: 0 0 20px;
	line-height: 0;
}

.single-page-content > .featured img {
	max-width: 100%;
	height: auto !important;
}

.single-page-content > .featured iframe {
	max-width: 100%;
}

/**
 * =>Single Attachment Template
 **/
.single-attachment-content .return-to {
	margin-bottom: 20px;
}

.single-attachment-content .return-to .fa {
	border: 1px solid #d4d4d4;
	border: 1px solid rgba(138, 138, 138, .33);
	color: #9c9c9c;
	color: rgba(138, 138, 138, .83);
	font-size: 12px;
	padding: 0 9px;
	display: inline-block;
	line-height: 24px;
	min-width: 26px;
	text-align: center;
	cursor: pointer;
	margin-right: 7px;
	text-decoration: none;
	-webkit-transition: all .07s ease;
	-moz-transition: all .07s ease;
	-o-transition: all .07s ease;
	transition: all .07s ease;
}

.single-attachment-content .return-to:hover .fa {
	border-color: transparent;
	color: #fff;
}

.single-attachment-content .parent-images ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-attachment-content .parent-images .img-holder {
	width: 100%;
	margin-bottom: 12px;
}

.single-attachment-content .parent-images .img-holder .fa {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	display: inline-block;
	font-size: 30px;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	color: #fff;
	z-index: 2;
}

.single-attachment-content .parent-images .img-holder:hover .fa {
	opacity: 1;
}

.single-attachment-content .parent-images .img-holder:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.single-attachment-content .parent-images .listing-item-current > .img-holder .fa, .single-attachment-content .parent-images .listing-item-current > .img-holder:after, .single-attachment-content .parent-images .img-holder:hover:after {
	opacity: 1;
}

.single-attachment-content .attachment-title {
	font-size: 22px;
}

.single-attachment-content .pagination {
	margin-bottom: 23px;
}

.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item {
	width: 25% !important;
	float: left !important;
}

.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n-3) {
	padding-left: 0 !important;
	padding-right: 8px !important;
	clear: left !important;
}

.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+2) {
	padding-left: 3px !important;
	padding-right: 5px !important;
	clear: none !important;
}

.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+3) {
	padding-left: 5px !important;
	padding-right: 3px !important;
	clear: initial !important;
}

.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+4) {
	padding-right: 0 !important;
	padding-left: 8px !important;
	clear: none !important;
}

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n-1) {
	padding: 0 6px !important;
	clear: none !important;
}

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n-2) {
	padding-left: 0 !important;
	padding-right: 12px !important;
	clear: left !important;
}

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n+3) {
	padding-left: 12px !important;
	padding-right: 0 !important;
	clear: none !important;
}

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item {
	width: 33.3333% !important;
	float: left;
}

.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item {
	float: left !important;
	width: 50% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item:nth-child(odd) {
	padding-right: 13px !important;
	clear: left !important;
	padding-left: 0 !important;
}

.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item:nth-child(even) {
	padding-left: 13px !important;
	padding-right: 0 !important;
	clear: none !important;
}

/**
 * =>Post Formats
 **/

/**
 * ->Video Format
 **/
.format-video.listing-item-grid .heading-container {
	margin-top: 0;
}

/**
 * ->Gallery Format
 **/
.format-gallery.listing-item-grid .heading-container {
	z-index: 999;
}

/**
 * ->Aside Format
 **/
.single-post-content.format-aside .entry-content, .single-post-content.format-aside .post-summary {
	position: relative;
	padding: 32px 50px 32px 50px;
	line-height: 30px;
	color: #5a4f43;
	background-color: #f2f6c1;
	border: 1px solid #e8e8e8;
	background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .1) 90%), -webkit-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, .7) 29px, rgba(239, 207, 173, .7) 30px);
	background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .1) 90%), -moz-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, .7) 29px, rgba(239, 207, 173, .7) 30px);
	background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .1) 90%), -o-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, .7) 29px, rgba(239, 207, 173, .7) 30px);
	background-size: 100% 100%;
}

.single-post-content.format-aside .entry-content {
	margin-bottom: 20px;
}

.single-post-content.format-aside .entry-content blockquote:before {
	background: transparent;
	top: 26px;
}

/**
 * ->Quote Format
 **/
.single-post-content.format-quote .entry-content, .single-post-content.format-quote .post-summary {
	text-align: center;
	background-color: #f3f3f3;
	border: 1px solid rgba(0, 0, 0, .11);
	padding: 30px 20px;
	margin-bottom: 30px;
}

.single-post-content.format-quote .entry-content blockquote, .single-post-content.format-quote .post-summary blockquote {
	border-left: none;
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
}

.single-post-content.format-quote .entry-content blockquote:before, .single-post-content.format-quote .post-summary blockquote:before {
	top: -20px;
	background: transparent;
	line-height: 80px;
}

.single-post-content.format-quote .entry-content blockquote {
	background: none;
	padding: 20px 0;
}

.single-post-content.format-quote .entry-content blockquote cite, .single-post-content.format-quote .post-summary blockquote cite {
	font-weight: 800;
	font-style: normal;
	display: block;
	margin-top: 10px;
}

.single-post-content.format-quote .entry-content blockquote cite:before, .single-post-content.format-quote .post-summary blockquote cite:before {
	content: "— ";
}

.single-post-content.format-quote .heading-container .post-meta, .single-post-content.format-quote .heading-container .title {
	text-align: center;
}

/**
 * ->Status Format
 **/
.single-post-content.format-status .entry-content, .single-post-content.format-status .post-summary {
	text-align: center;
	padding: 20px;
	border: 2px solid #eaeaea;
	font-size: 14px;
}

.single-post-content.format-status .post-summary {
	float: left;
}

.single-post-content.format-status .entry-content {
	margin-bottom: 19px;
}

.single-post-content.format-status .entry-content p:last-child, .post.format-status .post-summary p:last-child {
	margin-bottom: 0;
}

.single-post-content.format-status .heading-container .post-meta, .single-post-content.format-status .heading-container .title {
	text-align: center;
}

/**
 * ->Audio Format
 **/

/**
 * ->Chat Format
 **/
.better-chat {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

.better-chat .chat-item {
	margin-bottom: 10px;
}

.better-chat .chat-item p:last-child {
	margin-bottom: 0;
}

.better-chat .chat-item .user-name {
	display: inline-block;
	position: absolute;
	top: 100%;
	right: 0;
	color: #9a9a9a;
	font-size: 12px;
	font-weight: 400;
	font-family: var(--publisher-system-font);
}

.better-chat .chat-item {
	margin: 0 0 30px;
	border-radius: 14px;
	padding: 8px 16px;
	background: #e5e5ea;
	max-width: 75%;
	clear: both;
	position: relative;
}

.better-chat .chat-item.chat-no-author {
	margin-bottom: 10px;
}

.better-chat .chat-item.chat-next-author {
	margin-bottom: 2px;
}

.better-chat .chat-item.chat-next-author:before, .better-chat .chat-item.chat-next-author:after {
	display: none;
}

.better-chat .chat-item {
	float: right;
	background-color: #dcdcdc;
	color: #373737;
	text-align: right;
}

.better-chat .chat-item::after {
	content: "";
	position: absolute;
	right: -4px;
	bottom: 0;
	width: 12px;
	height: 16px;
	border-left: 8px solid #dcdcdc;
	border-bottom-left-radius: 12px 6px;
}

.better-chat .chat-item.chat-speaker-9, .better-chat .chat-item.chat-speaker-7, .better-chat .chat-item.chat-speaker-5, .better-chat .chat-item.chat-speaker-3, .better-chat .chat-item.chat-speaker-1 {
	float: left;
	text-align: left;
}

.better-chat .chat-item.chat-speaker-9:after, .better-chat .chat-item.chat-speaker-7:after, .better-chat .chat-item.chat-speaker-5:after, .better-chat .chat-item.chat-speaker-3:after, .better-chat .chat-item.chat-speaker-1:after {
	display: none;
}

.better-chat .chat-item.chat-speaker-9 .user-name, .better-chat .chat-item.chat-speaker-7 .user-name, .better-chat .chat-item.chat-speaker-5 .user-name, .better-chat .chat-item.chat-speaker-3 .user-name, .better-chat .chat-item.chat-speaker-1 .user-name {
	left: 0;
	right: auto;
}

.better-chat .chat-item.chat-speaker-9:before, .better-chat .chat-item.chat-speaker-7:before, .better-chat .chat-item.chat-speaker-5:before, .better-chat .chat-item.chat-speaker-3:before, .better-chat .chat-item.chat-speaker-1:before {
	content: "";
	position: absolute;
	left: -4px;
	bottom: 0;
	width: 12px;
	height: 16px;
	border-right: 8px solid transparent;
	border-left: none;
	border-bottom-right-radius: 12px 6px;
}

.better-chat .chat-item a:hover, .better-chat .chat-item a {
	color: white !important;
}

.better-chat .chat-item.chat-speaker-2 a:hover, .better-chat .chat-item.chat-speaker-2 a {
	color: #373737 !important;
}

.better-chat .chat-item.chat-speaker-1 {
	background-color: #1289fe;
	color: white;
}

.better-chat .chat-item.chat-speaker-1:before {
	border-right-color: #1289fe;
}

.better-chat .chat-item.chat-speaker-3 {
	background-color: #009e5d;
	color: white;
}

.better-chat .chat-item.chat-speaker-3:before {
	border-right-color: #009e5d;
}

.better-chat .chat-item.chat-speaker-4 {
	background-color: #daa715;
	color: white;
}

.better-chat .chat-item.chat-speaker-4:after {
	border-left-color: #daa715;
}

.better-chat .chat-item.chat-speaker-5 {
	background-color: #ce4309;
	color: white;
}

.better-chat .chat-item.chat-speaker-5:before {
	border-right-color: #ce4309;
}

.better-chat .chat-item.chat-speaker-6 {
	background-color: #da3699;
	color: white;
}

.better-chat .chat-item.chat-speaker-6:after {
	border-left-color: #da3699;
}

.better-chat .chat-item.chat-speaker-7 {
	background-color: #7655ce;
	color: white;
}

.better-chat .chat-item.chat-speaker-7:before {
	border-right-color: #7655ce;
}

.better-chat .chat-item.chat-speaker-8 {
	background-color: #3b99da;
	color: white;
}

.better-chat .chat-item.chat-speaker-8:after {
	border-left-color: #3b99da;
}

.better-chat .chat-item.chat-speaker-9 {
	background-color: #158a54;
	color: white;
}

.better-chat .chat-item.chat-speaker-9:before {
	border-right-color: #158a54;
}

/**
 * =>Entry Content
 **/
.entry-content .bs-intro, .bs-intro {
	font-size: 110%;
	font-weight: bolder;
	-webkit-font-smoothing: antialiased;
}

.entry-content {
	font-size: 14px;
	line-height: 1.6;
	color: #4a4a4a;
	padding-bottom: 20px;
}

.post .entry-content.single-post-content:last-child {
	padding-bottom: 0;
}

.single-page-simple-content .entry-content iframe, .entry-content.single-post-content iframe {
	max-width: 100%;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	height: 100% !important;
}

.entry-content .wp-block-media-text {
	margin-bottom: 25px;
}

.entry-content p {
	margin-bottom: 17px;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 17px;
}

.entry-content table {
	border: 1px solid #ddd;
	margin-bottom: 30px;
	width: 100%;
}

.entry-content table > thead > tr > th, .entry-content table > tbody > tr > th, .entry-content table > tfoot > tr > th, .entry-content table > thead > tr > td, .entry-content table > tbody > tr > td, .entry-content table > tfoot > tr > td {
	border: 1px solid #ddd;
	padding: 7px 10px;
}

.entry-content table > thead > tr > th, .entry-content table > thead > tr > td {
	border-bottom-width: 2px;
}

.entry-content dl dt {
	font-size: 15px;
}

.entry-content dl dd {
	margin-bottom: 10px;
}

.entry-content acronym[title] {
	border-bottom: 1px dotted #999;
}

.alignright, .entry-content .alignright {
	margin: 5px 0 20px 20px;
	float: right;
}

.alignleft, .entry-content .alignleft {
	margin: 5px 20px 15px 0;
	float: left;
}

.entry-content figure.alignleft .wp-caption-text {
	text-align: left;
}

.entry-content figure.alignright .wp-caption-text {
	text-align: right;
}

.entry-content figure, .entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content img.aligncenter {
	display: block;
	margin: 15px auto 25px;
}

.entry-content figure.aligncenter {
	margin: 20px auto;
	text-align: center;
}

.entry-content figure.aligncenter img {
	display: inline-block;
}

.entry-content .wp-caption-text, .entry-content .gallery-caption, .entry-content figcaption {
	margin: 5px 0 0;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	color: #545454;
	padding: 0;
	text-align: center;
}

@media (min-width: 750px) {
	body.full-width .wp-block-image.alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: auto;
		max-width: 1000% !important;
	}
	
	body.full-width .wp-block-image.alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		width: auto;
		max-width: 1000% !important;
	}
	
	body.boxed .wp-block-image.alignfull, body.boxed .wp-block-image.alignwide {
		margin-left: -30px;
		margin-right: -30px;
		width: auto;
		max-width: 1000% !important;
	}
}

.entry-content .tumblr-post, .entry-content .g-post, .entry-content .reddit-card, .entry-content .instagram-media, .entry-content .twitter-tweet {
	margin-left: auto !important;
	margin-right: auto !important;
}

.entry-content .gallery {
	text-align: center;
}

.entry-content .gallery:after {
	content: "";
	display: table;
	clear: both;
}

.entry-content .gallery .gallery-item {
	position: relative;
}

.entry-content .gallery .gallery-item img {
	max-width: 100% !important;
	height: auto !important;
}

.entry-content .gallery.gallery-columns-9, .entry-content .gallery.gallery-columns-8, .entry-content .gallery.gallery-columns-7, .entry-content .gallery.gallery-columns-6, .entry-content .gallery.gallery-columns-5, .entry-content .gallery.gallery-columns-4, .entry-content .gallery.gallery-columns-3, .entry-content .gallery.gallery-columns-2, .entry-content .gallery.gallery-columns-1 {
	margin: -5px -5px 15px -5px;
}

.entry-content .gallery.gallery-columns-9 .gallery-item, .entry-content .gallery.gallery-columns-8 .gallery-item, .entry-content .gallery.gallery-columns-7 .gallery-item, .entry-content .gallery.gallery-columns-6 .gallery-item, .entry-content .gallery.gallery-columns-5 .gallery-item, .entry-content .gallery.gallery-columns-4 .gallery-item, .entry-content .gallery.gallery-columns-3 .gallery-item, .entry-content .gallery.gallery-columns-2 .gallery-item, .entry-content .gallery.gallery-columns-1 .gallery-item {
	padding: 5px;
}

.entry-content .gallery.gallery-columns-2 {
	clear: both;
}

.entry-content .gallery.gallery-columns-2 .gallery-item {
	width: 50%;
	float: left;
}

.entry-content .gallery.gallery-columns-3 .gallery-item {
	width: 33.33%;
	float: left;
}

.entry-content .gallery.gallery-columns-4 .gallery-item {
	width: 25%;
	float: left;
}

.entry-content .gallery.gallery-columns-5 .gallery-item {
	width: 20%;
	float: left;
}

.entry-content .gallery.gallery-columns-6 .gallery-item {
	width: 16.666%;
	float: left;
}

.entry-content .gallery.gallery-columns-7 .gallery-item {
	width: 14.28%;
	float: left;
}

.entry-content .gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
	float: left;
}

.entry-content .gallery.gallery-columns-9 .gallery-item {
	width: 11.111%;
	float: left;
}

.entry-content .gallery.gallery-columns-2 .gallery-item:nth-child(2n+3), .entry-content .gallery.gallery-columns-3 .gallery-item:nth-child(3n+4), .entry-content .gallery.gallery-columns-4 .gallery-item:nth-child(4n+5), .entry-content .gallery.gallery-columns-5 .gallery-item:nth-child(5n+6), .entry-content .gallery.gallery-columns-6 .gallery-item:nth-child(6n+7), .entry-content .gallery.gallery-columns-7 .gallery-item:nth-child(7n+8), .entry-content .gallery.gallery-columns-8 .gallery-item:nth-child(8n+9), .entry-content .gallery.gallery-columns-9 .gallery-item:nth-child(9n+10) {
	clear: left;
}

.entry-content .terms-list {
	margin-bottom: 10px;
}

.entry-content .terms-list span.sep {
	margin: 0 5px;
}

.single-page-simple-content .entry-content a:hover, .entry-content.single-post-content a:hover {
	text-decoration: underline;
}

.entry-content hr {
	margin: 27px 0;
	border-top: 2px solid #f0f0f0;
}

.entry-content .wp-block-separator {
	border: none;
	border-bottom: 2px solid #f0f0f0;
	margin: 1.65em auto;
}

.entry-content .wp-block-separator.is-style-default {
	border: none;
	border-bottom: 2px solid #f0f0f0;
	margin: 1.65em auto;
}

.entry-content .wp-block-separator.is-style-wide {
	border-bottom-width: 1px;
}

.entry-content .wp-block-separator.is-style-dots {
	border-bottom: none;
}

.entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content > h6:first-child, .entry-content > h5:first-child, .entry-content > h4:first-child, .entry-content > h3:first-child, .entry-content > h2:first-child, .entry-content > h1:first-child {
	margin-top: 0;
}

blockquote {
	font-size: 14px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.single-page-simple-content .entry-content blockquote, .entry-content.single-post-content blockquote {
	font-size: 110%;
	background-color: #efefef;
	border-left: none;
	padding: 60px 35px 50px;
	margin: 40px 0 30px 0;
	position: relative;
	text-align: center;
	clear: both;
}

.single-page-simple-content .entry-content blockquote:before, .entry-content.single-post-content blockquote:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -30px;
	margin-left: -40px;
	font-size: 30px;
	font-family: FontAwesome;
	color: #444;
	display: block;
	width: 80px;
	height: 80px;
	background: #fff;
	line-height: 91px;
	border-radius: 50%;
	text-align: center;
}

.single-page-simple-content .entry-content blockquote blockquote:before, .entry-content.single-post-content blockquote blockquote:before {
	display: none;
}

.single-page-simple-content .entry-content blockquote blockquote, .entry-content.single-post-content blockquote blockquote {
	background-color: transparent;
	padding: 0;
	margin: 0 0 10px;
}

.single-page-simple-content .entry-content blockquote blockquote:last-child, .entry-content.single-post-content blockquote blockquote:last-child {
	margin-bottom: 0;
}

.single-page-simple-content .entry-content blockquote.bs-pullquote, .entry-content.single-post-content blockquote.bs-pullquote {
	min-width: 250px;
	max-width: 333px;
	display: inline-block;
	padding: 20px 20px 20px;
	margin: 0 20px 20px 0;
	background-color: #f3f3f3;
	clear: none;
}

.entry-content blockquote.bs-pullquote:before {
	display: none;
}

.single-page-simple-content .entry-content blockquote.bs-pullquote-right, .entry-content.single-post-content blockquote.bs-pullquote-right {
	text-align: right;
	float: right;
	margin-left: 25px;
	border-right: 4px solid transparent;
}

.single-page-simple-content .entry-content blockquote.bs-pullquote-left, .entry-content.single-post-content blockquote.bs-pullquote-left {
	text-align: left;
	float: left;
	margin-right: 25px;
	border-left: 4px solid transparent;
}

@media only screen and (max-width: 530px) {
	.alignright, .alignleft, .entry-content .alignright, .entry-content .alignleft {
		text-align: center !important;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 100% !important;
		display: block !important;
	}
	
	.entry-content figure.alignright .wp-caption-text, .entry-content figure.alignright .wp-caption-text {
		text-align: center !important;
	}
}

/**
 * =>Continue Reading
 **/
.continue-reading-container {
	display: none;
}

@media only screen and (max-width: 700px) {
	.continue-reading-content.close {
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
		max-height: 170px;
		transition: max-height .75s ease;
		width: 100%;
	}
	
	.continue-reading-content.close:after {
		content: " ";
		position: absolute;
		width: 100%;
		height: 100%;
		bottom: 0;
		left: 0;
		background: linear-gradient(transparent 35%, white);
		z-index: 99;
	}
	
	.continue-reading-container {
		display: block;
		text-align: center;
		position: relative;
		z-index: 300;
		bottom: 25px;
		border-bottom: 1px solid #e7e7e7;
		padding-bottom: 20px;
		letter-spacing: 1.4px;
	}
	
	.continue-reading-container:last-child {
		border-bottom: none;
	}
	
	.continue-reading-btn.btn {
		color: #fff;
		line-height: 42px;
		height: auto;
		padding: 0 42px;
		box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .37);
		border-radius: 23px;
	}
}

/**
 * =>Comments
 **/
.comments-wrap {
	margin: 0 auto;
	position: relative;
}

.comments-template .comments-closed {
	text-align: center;
	padding: 20px 15px;
	background-color: #f5f5f5;
}

/* Comment List */
.comments-wrap ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments-wrap ol.comment-list .children {
	list-style: none;
	margin: 0;
	padding-left: 10%;
}

@media only screen and (max-width: 600px) {
	.comments-wrap ol.comment-list .children {
		padding-left: 7%;
	}
}

/* Comment Types */
.comments-wrap li.comment, .comments-wrap li.pingback {
	clear: both;
}

.comments-wrap li > div {
	border-top: 1px solid rgba(0, 0, 0, .08);
	padding: 15px 0;
}

.comments-wrap .comment-list > li:first-child > div {
	border-top: none;
}

/* Comment Avatar */
.comment-list .comment-avatar {
	float: left;
	margin: 0 20px 10px 0;
}

.comment-list .comment-avatar .avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

/* Comment Meta */
.comment-list .comment-meta {
	margin: 0 0 5px;
	color: #858585;
}

.comment-list .comment-meta .comment-author {
	display: inline-block;
	padding: 4px 0 0;
	font-size: 15px;
	text-transform: capitalize !important;
	font-style: normal;
}

.comments-wrap li.pingback .comment-meta .comment-author {
	padding-top: 0;
}

.comment-list .comment-meta .comment-author .says {
	color: #9a9a9a;
}

.comment-list .comment-meta .comment-published {
	font-style: italic;
	display: inline-block;
	margin: 0;
	padding: 4px 0 0;
	float: right;
	font-size: 11px;
	color: #c2c2c2;
}

/* Comment Content */
.comment-list .comment-content {
	margin: 0 0 8px;
	font-size: 13px;
	padding-left: 80px;
}

.comment-list .comment-content em.needs-approve {
	background: #f2f2f2;
	padding: 2px 5px;
	border-radius: 3px;
	margin-bottom: 7px;
	display: inline-block;
}

/* Comment Footer */
.comment-list .comment-footer {
	font-size: 12px;
}

.comment-list .comment-footer .comment-edit-link {
	margin-left: 15px;
}

.comment-list .comment-footer .comment-edit-link, .comment-list .comment-footer {
	color: #868686;
	float: right;
}

.comment-list .comment-footer .comment-reply-link {
	display: inline-block;
	float: right;
	color: #909090;
	text-align: center;
}

/* Comment Nav */
.comments-wrap .comments-nav {
	margin-top: 10px;
	position: relative;
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
	padding-bottom: 5px;
}

.comments-wrap .comments-nav .pagination {
	margin-top: 0;
}

.comments-wrap .comments-nav .page-numbers {
	font-size: 12px;
	color: #b3b3b3;
	font-weight: normal;
}

/* Comment Form */
.comment-respond {
	margin: 0 auto;
	position: relative;
}

.comments-wrap + .comment-respond {
	margin-top: 20px;
}

@media only screen and (max-width: 780px) {
	.comment-respond {
		margin-bottom: 30px;
	}
}

.comment-respond .comment-reply-title:empty {
	display: none;
}

.comment-respond #cancel-comment-reply-link, .comment-respond .comment-reply-title .h-text {
	display: inline-block;
	padding: 6px 12px;
	text-transform: uppercase;
}

.comment-respond .log-in-out {
	text-align: center;
}

.form-allowed-tags {
	margin-top: -1.5rem;
	font-size: .9375rem;
}

.comment-respond #cancel-comment-reply-link {
	float: right;
	color: #fff !important;
}

.comments-wrap .comment-respond .comment-reply-title {
	text-align: inherit;
}

.comment-respond .wp-social-login-widget {
	text-align: center;
}

.comment-respond .wp-social-login-connect-with {
	font-size: 17px;
	font-weight: bold;
	color: #414141;
}

.comment-respond .note-after, .comment-respond .note-before {
	text-align: center;
	margin-bottom: 15px;
}

.comment-respond .note-after p:last-child, .comment-respond .note-before p:last-child {
	margin-bottom: 0;
}

.comment-respond .author-wrap {
	width: 50%;
	float: left;
	padding-right: 10px;
}

.comment-respond .email-wrap {
	width: 50%;
	float: left;
	padding-left: 10px;
}

.comment-respond .url-wrap {
	width: 100%;
}

.comment-respond .url-wrap .url {
	max-width: 100%;
	width: 100%;
}

.comment-respond .author-wrap input, .comment-respond .email-wrap input {
	width: 100%;
}

.comment-respond .comment-wrap, .comment-respond .email-wrap, .comment-respond .author-wrap, .comment-respond .url-wrap {
	margin-bottom: 15px;
}

.comment-respond .comment, .comment-respond .email, .comment-respond .author, .comment-respond .url {
	border: 1px solid #d8d8d8;
	padding: 18px 12px;
}

.comment-respond .email, .comment-respond .author, .comment-respond .url {
	padding: 8px 12px;
	height: auto;
}

.comment-respond .comment {
	height: 160px;
}

.comment-respond .comment-submit {
	background: #434343;
	font-size: 12px;
	font-weight: normal;
}

.comment-respond .form-submit {
	margin: 0;
}

.ajaxified-comments-container {
	margin: 20px 0;
	border: 1px solid #e1e2e4;
	background: #f6f7f9;
	padding: 20px 20px;
	text-align: center;
	color: #1d1d1d;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bolder;
}

.comment-ajaxified-placeholder {
	color: #696969;
	margin: 0 5px;
}

.comment-form input + label {
	margin-left: 5px;
}

/**
 * =>Multiple Comments
 **/
.comments-template-multiple .nav-tabs {
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.comments-template-multiple .nav-tabs li {
	list-style: none;
	display: inline-block;
	margin: 0 !important;
	width: 33.333%;
	line-height: 56px;
}

.comments-template-multiple.providers-2 .nav-tabs li {
	width: 50%;
}

@media only screen and (max-width: 600px) {
	.comments-template-multiple.providers-3 .nav-tabs li, .comments-template-multiple.providers-2 .nav-tabs li {
		width: 100% !important;
	}
}

.comments-template-multiple .nav-tabs a {
	font-size: 14px;
	font-weight: 700;
	padding: 0 26px;
	display: block;
	line-height: 56px;
	height: 56px;
	border: none !important;
	border-radius: 0;
	white-space: nowrap;
	position: relative;
	transition: all .3s ease;
	text-align: center;
	background: #eff0f1;
	margin: 0 !important;
}

.comments-template-multiple .nav-tabs li:first-child a {
	border-radius: 4px 0 0 4px;
}

.comments-template-multiple .nav-tabs li:last-child a {
	border-radius: 0 4px 4px 0;
}

.comments-template-multiple .nav-tabs a:after {
	content: " ";
	display: inline-block;
	height: 3px;
	width: 0;
	background-color: transparent;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all .3s ease;
	border-radius: 23px;
}

.comments-template-multiple .nav-tabs .active a:after {
	width: 80%;
}

.comments-template-multiple .nav-tabs a:before {
	content: " ";
	display: inline-block;
	height: 56px;
	width: 1px;
	background-color: #ddd;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
}

.comments-template-multiple .nav-tabs li:last-child a:before {
	display: none;
}

.comments-template-multiple .nav-tabs .active a {
	border: none !important;
}

.comments-template-multiple .nav-tabs .fa {
	margin-right: 6px;
	font-size: 16px;
}

.comments-template-multiple .comments-count, .comments-template-multiple .disqus-comment-count {
	background-color: #cacaca;
	color: #262626;
	border-radius: 3px;
	padding: 0 6px;
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
	margin-left: 10px;
	transition: all .3s ease;
}

.comments-template-multiple .disqus-comment-count {
	width: 30px;
	display: inline-block;
	white-space: normal;
	overflow: hidden;
	height: 20px !important;
	line-height: 20px;
}

.comments-template-multiple .active .comments-count {
	color: #fff;
}

.comments-template-multiple .comments-count:empty {
	display: none;
}

.comments-template-multiple .multi-wordpress-comment-section .comment-respond:first-child > .section-heading {
	display: none;
}

.comments-template-multiple .tab-pane .comments-template, .comments-template-multiple .tab-pane .comments-template.comment-respond {
	margin-top: 10px !important;
}

.comments-template-multiple .multi-wordpress-comment-section .comment-respond:first-child {
	margin-top: 15px !important;
}

/**
 * =>Back To Top
 **/
.back-top {
	color: #fff;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-align: center;
	line-height: 42px;
	z-index: 9999;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 16px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .09);
}

.back-top.fade-out:hover {
	opacity: 1;
}

.back-top.is-visible {
	visibility: visible;
	opacity: .6;
	bottom: 8px;
}

.back-top.fade-out1 {
	opacity: .7;
}

.back-top.fade-out2 {
	opacity: .8;
}

.back-top.fade-out3 {
	opacity: .9;
}

.back-top.fade-out4 {
	opacity: 1;
}

.back-top.dark {
	background: #383838;
	color: #fff;
}

.back-top:hover {
	opacity: 1;
}

/**
 * =>404 Page
 **/
.error404 .content-column {
	max-width: 800px !important;
	margin: 10px auto 50px;
}

.error404 .content-column .second-row {
	margin-bottom: 5px;
}

.error404 .content-column .desc-section {
	text-align: center;
}

.error404 .content-column .desc-section .title-404 {
	margin: 0 0 15px;
	color: #444;
	font-weight: bolder;
	text-align: center;
}

.error404 .content-column .text-404 {
	font-size: 130px;
	line-height: 175px;
	font-weight: bold;
	color: #444;
	text-align: center;
	margin: 0;
}

.error404 .content-column .action-links {
	margin-bottom: 10px;
	margin-top: 20px;
}

.error404 .content-column .action-links .fa {
	margin-right: 5px;
}

.error404 .content-column .top-line {
	margin-top: 15px;
	padding-top: 25px;
}

.error404 .content-column .search-form {
	position: relative;
}

.error404 .content-column .search-form label {
	width: 100%;
}

.error404 .content-column .search-form .search-field {
	width: 100%;
	border: 1px solid #cbcbcb;
	height: 34px;
	line-height: 20px;
	padding: 0 30% 0 10px;
	outline: none;
	float: left;
	background: #fff;
}

.error404 .content-column .search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 34px;
	padding: 0 7%;
	line-height: 28px;
	border: none;
	text-transform: uppercase;
	color: #fff;
	margin-top: 0;
}

.error404 .content-column .search-form.have-focus .search-field {
	border-color: #9e9e9e;
}

.error404 .search-action-container {
	width: 50%;
	float: left;
	margin: 0;
}

.error404 script + .search-action-container:last-child {
	width: 100%;
	float: none;
}

@media (max-width: 768px) {
	.error404 .content-column .search-form {
		margin-left: 20px;
		margin-right: 20px;
	}
}

/**
 * =>Author Profile
 **/
.author-profile {
	margin-bottom: 29px;
}

.author-profile .post-author-avatar {
	float: left;
	margin-right: 15px;
}

.author-profile .post-author-avatar img {
	border-radius: 50%;
}

.author-profile .author-title {
	font-size: 22px;
	margin: 20px 0 0;
	text-transform: uppercase;
}

.author-profile .author-title .author-title {
	margin: 0 0 7px;
	font-size: 18px;
	text-transform: capitalize;
	padding-right: 50%;
}

.author-profile .author-title .title-counts {
	color: #8a8a8a;
	font-size: 12px;
	vertical-align: middle;
	font-weight: normal;
}

.author-profile .author-title .title-counts:before {
	content: "-";
	margin: 0 8px;
	opacity: .4;
}

.author-profile .post-author-bio {
	margin: 10px auto 0 auto;
	padding-left: 115px;
}

.author-profile .post-author-bio p:last-child {
	margin-bottom: 0;
}

.author-profile .author-links {
	margin-top: 15px;
}

.author-profile .author-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.author-profile .author-links ul li {
	display: inline-block;
	background-color: #fff;
	padding: 0;
	margin: 0 10px 0 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

.author-profile .author-links ul li > span, .author-profile .author-links ul li a {
	display: inline-block;
	line-height: 26px;
	height: 26px;
	width: 26px;
	background-color: #eee;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
}

.author-profile .author-links ul li.posts-count > span {
	background-color: transparent;
	color: #2d2d2d;
	border: 1px solid #d8d8d8;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	padding: 0 8px;
	text-transform: uppercase;
	line-height: 24px;
}

.author-profile .author-links ul li.facebook a {
	background-color: #4a639f;
}

.author-profile .author-links ul li.twitter a {
	background-color: #59c8ff;
}

.author-profile .author-links ul li.google-plus a {
	background-color: #d73d32;
}

.author-profile .author-links ul li.instagram a {
	background-color: #517fa4;
}

.author-profile .author-links ul li.flickr a {
	background-color: #2f44db;
}

.author-profile .author-links ul li.behance a {
	background-color: #3b63fc;
}

.author-profile .author-links ul li.soundcloud a {
	background-color: #f50;
}

.author-profile .author-links ul li.delicious a {
	background-color: #4a79ff;
}

.author-profile .author-links ul li.vimeo a {
	background-color: #46a3e9;
}

.author-profile .author-links ul li.dribbble a {
	background-color: #ea4c89;
}

.author-profile .author-links ul li.linkedin a {
	background-color: #0266a0;
}

.author-profile .author-links ul li.youtube a {
	background-color: #cc181e;
}

.author-profile .author-links ul li.pinterest a {
	background-color: #cb2027;
}

.author-profile .author-links ul li.github a {
	background-color: #666;
}

.author-profile .author-links ul li.site a {
	background-color: #666;
}

/**
 * =>Better Gallery
 **/
.better-gallery {
	margin: 10px -0 25px;
}

.better-gallery .gallery-title {
	color: #fff;
	padding: 10px 0 0;
	text-align: center;
	user-select: none;
}

.better-gallery p {
	margin: 0;
}

.better-gallery br {
	display: none;
}

.better-gallery .gallery-title .prev, .better-gallery .gallery-title .next {
	cursor: pointer;
	color: #373737;
	vertical-align: middle;
	border: 1px solid rgba(0, 0, 0, .17);
	font-family: "Open Sans";
	font-size: 11px !important;
	padding: 0 11px;
	display: inline-block;
	line-height: 20px !important;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	text-transform: uppercase;
}

.better-gallery .gallery-title .prev:hover, .better-gallery .gallery-title .next:hover {
	color: #fff;
}

.better-gallery .gallery-title .next .fa {
	margin-left: 3px;
}

.better-gallery .gallery-title .prev .fa {
	margin-right: 3px;
}

.better-gallery .count {
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	font-style: normal;
	line-height: 24px;
	display: inline-block;
	color: #808080;
	vertical-align: middle;
	min-width: 46px;
}

.better-gallery .count i {
	font-style: normal;
}

.better-gallery .main-title {
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #373737;
	font-weight: bolder;
	text-align: center;
	font-size: 26px;
	margin-bottom: 12px;
}

.better-gallery .slide-title-wrap {
	display: block;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.better-gallery .slide-title-wrap .slide-copy, .better-gallery .slide-title-wrap .slide-title {
	padding: 4px 11px;
	background-color: rgba(20, 20, 20, .55);
	display: inline-block;
	font-size: 12px;
}

.better-gallery .slide-title-wrap .slide-copy {
	margin: 4px;
	font-style: italic;
}

.better-gallery .fotorama__thumb:before {
	width: 85px;
	height: 62px;
	position: relative;
	display: block;
	content: "";
	border: 2px solid rgba(255, 255, 255, .33);
	z-index: 8;
}

.better-gallery .fotorama__nav:before, .better-gallery .fotorama__stage:before {
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .6) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .7), transparent);
	background-position: 0 0, 0 0;
	opacity: .4;
}

.better-gallery .fotorama__nav:after, .better-gallery .fotorama__stage:after {
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .6) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .7), transparent);
	background-position: 100% 0, 100% 0;
	opacity: .4;
}

.better-gallery .fotorama__wrap {
	padding-top: 15px;
}

.better-gallery .count {
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	font-style: normal;
	line-height: 24px;
	display: inline-block;
	color: #808080;
	vertical-align: middle;
	text-transform: lowercase;
}

.better-gallery .fotorama__nav-wrap {
	margin-top: 8px;
	padding: 0 10px;
}

.better-gallery .fotorama__wrap .fotorama__html {
	height: 100%;
	text-align: center;
}

.better-gallery .fotorama__wrap .fotorama__html img {
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, .17);
	-moz-box-shadow: 0 0 22px rgba(0, 0, 0, .17);
	box-shadow: 0 0 22px rgba(0, 0, 0, .17);
}

.better-gallery .fotorama__wrap .fotorama__html > div {
	height: 100%;
}

.better-gallery.better-gallery-img-full .fotorama__nav__frame {
	text-align: center;
}

.better-gallery.better-gallery-img-full .fotorama__nav__frame img {
	max-width: 100% !important;
	max-height: 100% !important;
	height: auto !important;
	width: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0;
}

/**
 * =>No Results
 **/
.no-results {
	text-align: center;
}

.no-results > .title {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	position: relative;
	margin: 20px 0;
}

.no-results > .title:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 2px;
	width: 100%;
	background-color: #f0f0f0;
}

.no-results > .title span {
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.no-results .search-form {
	margin: 20px 0 30px;
}

.no-results .search-form input[type="submit"] {
	float: none;
}

.no-results .search-form input[type="search"] {
	float: none;
	width: 240px;
}

/**
 * =>Shortcodes
 **/
.widget > .bs-shortcode:last-child {
	margin-bottom: 0;
}

.bs-shortcode.bs-heading-shortcode {
	margin-bottom: 21px;
}

/**
 * =>Animations
 **/
@-webkit-keyframes bs-fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bs-fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes bs-fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bs-fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes bs-fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bs-fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes bs-fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bs-fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes bs-spin {
	0% {
		-webkit-transform: rotate(0deg);
		tranform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		tranform: rotate(360deg);
	}
}

@keyframes bs-spin {
	0% {
		-webkit-transform: rotate(0deg);
		tranform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		tranform: rotate(360deg);
	}
}

.bs-animate {
	-webkit-animation-duration: .55s;
	animation-duration: .55s;
	-webkit-animation-timing-function: cubic-bezier(.55, -.01, .19, .98);
	animation-timing-function: cubic-bezier(.55, -.01, .19, .98);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bs-fadeInLeft {
	-webkit-animation-name: bs-fadeInLeft;
	animation-name: bs-fadeInLeft;
}

.bs-fadeInRight {
	-webkit-animation-name: bs-fadeInRight;
	animation-name: bs-fadeInRight;
}

.bs-fadeInDown {
	-webkit-animation-name: bs-fadeInDown;
	animation-name: bs-fadeInDown;
}

.bs-fadeInUp {
	-webkit-animation-name: bs-fadeInUp;
	animation-name: bs-fadeInUp;
}

.bs-spin {
	-webkit-animation-name: bs-spin;
	animation-name: bs-spin;
}

.pagination-animate > .bs-animate {
	-webkit-animation-duration: .55s;
	animation-duration: .55s;
	-webkit-animation-timing-function: cubic-bezier(.55, -.01, .19, .98);
	animation-timing-function: cubic-bezier(.55, -.01, .19, .98);
}

.bs-tab-anim.bs-tab-animated.active {
	-webkit-animation-duration: .55s;
	animation-duration: .55s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bs-fadeInDown;
	animation-name: bs-fadeInDown;
	-webkit-animation-timing-function: cubic-bezier(.55, -.01, .19, .98);
	animation-timing-function: cubic-bezier(.55, -.01, .19, .98);
}

/**
 * =>BS Loading
 **/
.bs-loading, .bs-loading > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-loading {
	display: block;
	font-size: 0;
	color: #333;
}

.bs-loading > div {
	display: inline-block;
	float: none;
}

.bs-loading {
	width: 54px;
	height: 54px;
}

.bs-loading > div {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 100%;
	-webkit-animation-name: bs-loading-keyframe;
	-moz-animation-name: bs-loading-keyframe;
	-o-animation-name: bs-loading-keyframe;
	animation-name: bs-loading-keyframe;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.bs-loading > div:nth-child(1) {
	-webkit-animation-duration: .65s;
	-moz-animation-duration: .65s;
	-o-animation-duration: .65s;
	animation-duration: .65s;
	-webkit-animation-delay: .03s;
	-moz-animation-delay: .03s;
	-o-animation-delay: .03s;
	animation-delay: .03s;
}

.bs-loading > div:nth-child(2) {
	-webkit-animation-duration: 1.02s;
	-moz-animation-duration: 1.02s;
	-o-animation-duration: 1.02s;
	animation-duration: 1.02s;
	-webkit-animation-delay: .09s;
	-moz-animation-delay: .09s;
	-o-animation-delay: .09s;
	animation-delay: .09s;
}

.bs-loading > div:nth-child(3) {
	-webkit-animation-duration: 1.06s;
	-moz-animation-duration: 1.06s;
	-o-animation-duration: 1.06s;
	animation-duration: 1.06s;
	-webkit-animation-delay: -.69s;
	-moz-animation-delay: -.69s;
	-o-animation-delay: -.69s;
	animation-delay: -.69s;
}

.bs-loading > div:nth-child(4) {
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: -.41s;
	-moz-animation-delay: -.41s;
	-o-animation-delay: -.41s;
	animation-delay: -.41s;
}

.bs-loading > div:nth-child(5) {
	-webkit-animation-duration: 1.6s;
	-moz-animation-duration: 1.6s;
	-o-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-delay: .04s;
	-moz-animation-delay: .04s;
	-o-animation-delay: .04s;
	animation-delay: .04s;
}

.bs-loading > div:nth-child(6) {
	-webkit-animation-duration: .84s;
	-moz-animation-duration: .84s;
	-o-animation-duration: .84s;
	animation-duration: .84s;
	-webkit-animation-delay: .07s;
	-moz-animation-delay: .07s;
	-o-animation-delay: .07s;
	animation-delay: .07s;
}

.bs-loading > div:nth-child(7) {
	-webkit-animation-duration: .68s;
	-moz-animation-duration: .68s;
	-o-animation-duration: .68s;
	animation-duration: .68s;
	-webkit-animation-delay: -.66s;
	-moz-animation-delay: -.66s;
	-o-animation-delay: -.66s;
	animation-delay: -.66s;
}

.bs-loading > div:nth-child(8) {
	-webkit-animation-duration: .93s;
	-moz-animation-duration: .93s;
	-o-animation-duration: .93s;
	animation-duration: .93s;
	-webkit-animation-delay: -.76s;
	-moz-animation-delay: -.76s;
	-o-animation-delay: -.76s;
	animation-delay: -.76s;
}

.bs-loading > div:nth-child(9) {
	-webkit-animation-duration: 1.24s;
	-moz-animation-duration: 1.24s;
	-o-animation-duration: 1.24s;
	animation-duration: 1.24s;
	-webkit-animation-delay: -.76s;
	-moz-animation-delay: -.76s;
	-o-animation-delay: -.76s;
	animation-delay: -.76s;
}

@-webkit-keyframes bs-loading-keyframe {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: .35;
		-webkit-transform: scale(.45);
		transform: scale(.45);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes bs-loading-keyframe {
	0% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: .35;
		-moz-transform: scale(.45);
		transform: scale(.45);
	}
	
	100% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes bs-loading-keyframe {
	0% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: .35;
		-o-transform: scale(.45);
		transform: scale(.45);
	}
	
	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bs-loading-keyframe {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: .35;
		-webkit-transform: scale(.45);
		-moz-transform: scale(.45);
		-o-transform: scale(.45);
		transform: scale(.45);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

/**
 * =>BS Pagin
 **/
.deferred-loading-container {
	position: relative;
}

.bs-pagination-wrapper:focus {
	outline: none !important;
}

.bs-pagin-loading-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.bs-pagin-loading-wrapper .bs-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -27px;
	margin-left: -27px;
}

.bs-pagination-wrapper .bs-pagination-in-loading {
	opacity: .15;
	pointer-events: none;
}

.bs-pagination {
	margin: 15px 0 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.post-related .bs-pagination {
	margin-top: 0;
}

.bs-pagination-label {
	color: #9c9c9c;
	color: rgba(138, 138, 138, .83);
	font-size: 11px;
	margin-left: 4px;
}

.btn-bs-pagination {
	border: 1px solid #d4d4d4;
	border: 1px solid rgba(138, 138, 138, .33);
	color: #9c9c9c !important;
	color: rgba(138, 138, 138, .83) !important;
	font-size: 11px !important;
	padding: 0 6px;
	display: inline-block;
	line-height: 22px !important;
	min-width: 26px;
	text-align: center !important;
	cursor: pointer;
	text-transform: uppercase !important;
}

.btn-bs-pagination.bs-pagination-in-loading, .btn-bs-pagination:hover, .btn-bs-pagination.hover {
	color: #fff !important;
}

body .bs-pagination a.btn-bs-pagination.disabled:hover {
	border: 1px solid #d4d4d4 !important;
	border: 1px solid rgba(138, 138, 138, .33) !important;
	color: #9c9c9c !important;
	color: rgba(138, 138, 138, .83) !important;
	background-color: transparent !important;
	cursor: default;
}

.btn-bs-pagination.disabled:hover, .btn-bs-pagination.disabled {
	opacity: .5;
}

.btn-bs-pagination .fa {
	font-weight: bold;
}

.btn-bs-pagination.next .fa {
	margin-left: 2px;
}

.btn-bs-pagination.prev .fa {
	margin-right: 2px;
}

.bs-pagination-wrapper {
	position: relative;
}

.btn-bs-pagination .loading .fa {
	margin-right: 2px;
}

.btn-bs-pagination .loaded .fa {
	margin-left: 2px;
}

.bs-pagination.bs-ajax-pagination.infinity, .bs-pagination.bs-ajax-pagination.more_btn_infinity, .bs-pagination.bs-ajax-pagination.more_btn {
	text-align: center;
}

.bs-pagination.bs-ajax-pagination.infinity .btn-bs-pagination, .bs-pagination.bs-ajax-pagination.more_btn_infinity .btn-bs-pagination, .bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination {
	line-height: 26px !important;
	padding: 0 7px;
}

.bs-pagination.bs-simple-pagination .btn-bs-pagination.prev .fa {
	margin: 0 0 0 2px;
}

.bs-pagination.bs-simple-pagination .btn-bs-pagination.next .fa {
	margin: 0 2px 0 0;
}

.bs-listing-listing-classic-3 .bs-pagination .pagination, .bs-listing-listing-classic-3 .bs-pagination, .bs-listing-listing-classic-2 .bs-pagination .pagination, .bs-listing-listing-classic-2 .bs-pagination, .bs-listing-listing-text-1 .bs-pagination .pagination, .bs-listing-listing-text-1 .bs-pagination, .bs-listing-listing-mix-4-6 .bs-pagination .pagination, .bs-listing-listing-mix-4-6 .bs-pagination, .bs-listing-listing-mix-4-5 .bs-pagination .pagination, .bs-listing-listing-mix-4-5 .bs-pagination, .bs-listing-listing-mix-4-4 .bs-pagination .pagination, .bs-listing-listing-mix-4-4 .bs-pagination, .bs-listing-listing-mix-4-3 .bs-pagination .pagination, .bs-listing-listing-mix-4-3 .bs-pagination, .bs-listing-listing-mix-4-2 .bs-pagination .pagination, .bs-listing-listing-mix-4-2 .bs-pagination, .bs-listing-listing-mix-4-1 .bs-pagination .pagination, .bs-listing-listing-mix-4-1 .bs-pagination, .bs-listing-listing-thumbnail-1 .bs-pagination .pagination, .bs-listing-listing-thumbnail-1 .bs-pagination, .bs-listing-listing-thumbnail-2 .bs-pagination .pagination, .bs-listing-listing-thumbnail-2 .bs-pagination, .bs-listing-listing-thumbnail-3 .bs-pagination .pagination, .bs-listing-listing-thumbnail-3 .bs-pagination, .bs-listing-listing-mix-3-2 .bs-pagination .pagination, .bs-listing-listing-mix-3-2 .bs-pagination, .bs-listing-listing-grid-1 .bs-pagination .pagination, .bs-listing-listing-grid-1 .bs-pagination, .bs-listing-listing-grid-2 .bs-pagination .pagination, .bs-listing-listing-grid-2 .bs-pagination, .bs-listing-modern-grid-listing-3 .bs-pagination .pagination, .bs-listing-modern-grid-listing-3 .bs-pagination, .bs-listing-listing-tall-1 .bs-pagination .pagination, .bs-listing-listing-tall-1 .bs-pagination, .bs-listing-listing-tall-2 .bs-pagination .pagination, .bs-listing-listing-tall-2 .bs-pagination {
	margin-top: 0;
}

/**
 * =>Editor Shortcodes
 **/
.bs-slider-controls .btn-bs-pagination.next {
	margin-left: 5px;
}

.bs-slider-items-container > .bs-slider-item {
	display: none;
}

.bs-slider-items-container .bs-slider-item.bs-slider-first-item {
	display: block;
}

.bs-slider-items-container .bs-control-nav-style-2 .btn-bs-pagination.next {
	float: right;
}

.bs-slider-items-container .bs-control-nav-style-3 {
	text-align: center;
}

.bs-listing.bs-listing-single-tab .bs-slider-items-container .bs-control-nav-style-4 .btn-bs-pagination {
	line-height: 22px;
	min-width: 24px;
	padding: 0 6px;
	border-radius: 50%;
}

.bs-slider-dots {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}

.bs-slider-dots li {
	display: inline-block;
}

.bs-slider-dots .bts-bs-dots-btn {
	cursor: pointer;
}

.bs-slider-dots-style-4, .bs-slider-dots-style-3, .bs-slider-dots-style-2, .bs-slider-dots-style-1 {
	text-align: center;
	line-height: 27px;
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
}

.bs-control-nav + .bs-slider-dots-style-4, .bs-control-nav + .bs-slider-dots-style-3, .bs-control-nav + .bs-slider-dots-style-2, .bs-control-nav + .bs-slider-dots-style-1 {
	bottom: 0;
}

.bs-control-nav-style-4 + .bs-slider-dots-style-4, .bs-control-nav-style-4 + .bs-slider-dots-style-3, .bs-control-nav-style-4 + .bs-slider-dots-style-2, .bs-control-nav-style-4 + .bs-slider-dots-style-1 {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.bs-slider-dots-style-4 .bts-bs-dots-btn, .bs-slider-dots-style-3 .bts-bs-dots-btn, .bs-slider-dots-style-2 .bts-bs-dots-btn, .bs-slider-dots-style-1 .bts-bs-dots-btn {
	display: inline-block;
	height: 8px;
	width: 8px;
	text-indent: -9999px;
	overflow: hidden;
	background: #eee;
	background: rgba(0, 0, 0, .2);
	margin: 0 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	pointer-events: all;
}

.bs-slider-dots-style-1 .bts-bs-dots-btn {
	border-radius: 50%;
}

.bs-slider-dots-style-3 .bts-bs-dots-btn {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bs-slider-dots-style-4 .bts-bs-dots-btn {
	width: 12px;
	height: 4px;
}

.bs-simple-pagination.simple_next_prev .btn-bs-pagination.prev {
	float: right;
}

/* fixes */
.bs-listing-listing-mix-4-8 .bs-slider-controls, .bs-listing-listing-mix-4-7 .bs-slider-controls, .bs-listing-modern-grid-listing-5 .bs-slider-controls, .bs-listing-modern-grid-listing-2 .bs-slider-controls, .bs-listing-modern-grid-listing-1 .bs-slider-controls, .bs-listing-listing-text-4 .bs-slider-controls, .bs-listing-listing-text-3 .bs-slider-controls, .bs-listing-listing-text-2 .bs-slider-controls, .bs-listing-listing-text-1 .bs-slider-controls, .bs-listing-listing-classic-3 .bs-slider-controls, .bs-listing-listing-classic-1 .bs-slider-controls, .bs-listing-listing-blog-4 .bs-slider-controls, .bs-listing-listing-blog-3 .bs-slider-controls, .bs-listing-listing-blog-2 .bs-slider-controls, .bs-listing-listing-blog-1 .bs-slider-controls, .bs-listing-listing-mix-1-1 .bs-slider-controls, .bs-listing-listing-mix-3-3 .bs-slider-controls, .bs-listing-listing-mix-3-1 .bs-slider-controls, .bs-listing-listing-mix-1-3 .bs-slider-controls, .bs-listing-listing-mix-1-4 .bs-slider-controls {
	height: 27px;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.bs-listing-modern-grid-listing-5 .bs-slider-controls, .bs-listing-listing-mix-1-4 .bs-slider-controls {
	margin-top: 0;
}

.bs-listing-listing-text-4 .bs-slider-controls, .bs-listing-listing-text-3 .bs-slider-controls, .bs-listing-listing-text-1 .bs-slider-controls {
	margin-top: 0;
}

.bs-listing-modern-grid-listing-2 .bs-slider-controls, .bs-listing-modern-grid-listing-1 .bs-slider-controls {
	margin-top: 10px;
}

.bs-listing-modern-grid-listing-6 .bs-slider-controls {
	height: 27px;
	margin-bottom: -10px;
	margin-top: 5px;
	position: relative;
	z-index: 1;
}

.bs-listing-listing-mix-2-2 .bs-slider-controls {
	height: 27px;
	margin-top: 15px;
	position: relative;
	z-index: 1;
}

.bs-listing-listing-thumbnail-1 .bs-slider-controls {
	height: 27px;
	margin-top: -5px;
	position: relative;
	z-index: 1;
}

.bs-listing-listing-thumbnail-2 .bs-slider-controls {
	height: 27px;
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.bs-listing-listing-classic-2 .bs-slider-controls, .bs-listing-listing-classic-2 .bs-slider-controls {
	height: 27px;
	margin-top: -5px;
	position: relative;
	z-index: 1;
}

.bs-listing-modern-grid-listing-4 .bs-slider-controls {
	height: 27px;
}

.bs-listing-listing-tall-1 .bs-slider-controls, .bs-listing-listing-tall-2 .bs-slider-controls {
	height: 27px;
	margin-top: 5px;
	position: relative;
	z-index: 1;
}

.bs-listing-modern-grid-listing-3 .bs-slider-controls {
	height: 27px;
	margin-top: -10px;
	position: relative;
	z-index: 1;
}

.bs-listing-listing-grid-2 .bs-slider-controls, .bs-listing-listing-grid-1 .bs-slider-controls {
	height: 27px;
	margin-top: -7px;
	position: relative;
	z-index: 1;
}

.listing-mix-4-8 + .bs-pagination-response ~ .bs-pagination-response, .listing-mix-4-7 + .bs-pagination-response ~ .bs-pagination-response, .listing-mix-4-8 + .bs-pagination-response, .listing-mix-4-7 + .bs-pagination-response {
	margin-top: 20px;
}

/**
 * ->Drop Cap
 **/
.dropcap.dropcap {
	display: inline-block;
	float: left;
	margin: 0 8px -10px 0;
	font-size: 74px;
	line-height: 74px;
	height: 74px;
	text-transform: uppercase;
}

.dropcap.dropcap-square {
	color: #fff;
	padding: 0 11px;
}

.dropcap.dropcap-square-outline {
	border: 2px solid transparent;
	padding: 0 11px;
	line-height: 70px;
}

.dropcap.dropcap-circle {
	color: #fff;
	padding: 0 11px;
	border-radius: 50%;
	min-width: 74px;
	font-size: 52px;
	text-align: center;
}

.dropcap.dropcap-circle-outline {
	border: 2px solid transparent;
	padding: 0 11px;
	border-radius: 50%;
	min-width: 74px;
	font-size: 52px;
	text-align: center;
	line-height: 72px;
}

/**
 * ->Highlight
 **/
.bs-highlight {
	background-color: #ff9;
	padding: 0 3px;
}

.bs-highlight.bs-highlight-red {
	background-color: #ffb6b6;
}

/**
 * ->Tabs
 **/
.bs-tab-shortcode {
	margin-bottom: 20px;
}

.bs-tab-shortcode .nav.nav-tabs {
	border: none;
	padding: 0;
	margin: 0;
}

.bs-tab-shortcode .nav-tabs > li > a {
	background-color: #f3f4f6;
	border: 1px solid #d6d6d6 !important;
	padding: 9px 22px;
	margin-right: -1px;
	border-radius: 0;
	color: #4a4a4a !important;
	font-weight: bolder;
	position: relative;
}

.bs-tab-shortcode .nav-tabs > li > a:after {
	display: inline-block;
	content: "";
	height: 1px;
	left: 0;
	right: 0;
	bottom: -1px;
	background: transparent;
	position: absolute;
}

.bs-tab-shortcode .nav-tabs > li > a:focus, .bs-tab-shortcode .nav-tabs > li > a:hover, .bs-tab-shortcode .nav-tabs > li.active > a {
	text-decoration: none !important;
	background-color: #fff;
}

.bs-tab-shortcode .nav-tabs > li.active > a:after {
	background-color: #fff;
}

.bs-tab-shortcode .tab-content .tab-pane {
	padding: 20px;
	border: 1px solid #d6d6d6;
}

/**
 * ->Accordion
 **/
.bs-row-shortcode {
	margin-bottom: 20px;
}

.bs-accordion-shortcode .panel {
	box-shadow: none;
	border: 1px solid #d6d6d6;
	-webkit-transition: all .07s ease;
	-moz-transition: all .07s ease;
	-o-transition: all .07s ease;
	transition: all .07s ease;
	border-radius: 0 !important;
}

.bs-accordion-shortcode .panel-heading {
	padding: 0 0 0 60px;
	position: relative;
}

.bs-accordion-shortcode .panel-heading a {
	color: #585858;
}

.bs-accordion-shortcode .panel-heading a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin: 0 10px 0 0;
	font-size: 14px;
	position: absolute;
	left: 0;
	width: 44px;
	line-height: 44px;
	top: 0;
	bottom: 0;
	text-align: center;
	border-right: 1px solid #d6d6d6;
}

.bs-accordion-shortcode .panel-heading.active a:before {
	content: "";
}

.bs-accordion-shortcode .panel-heading *, .bs-accordion-shortcode .panel-heading .panel-title br {
	display: none;
}

.bs-accordion-shortcode .panel-heading .panel-title, .bs-accordion-shortcode .panel-heading .panel-title a {
	display: block;
}

.bs-accordion-shortcode .panel + .panel {
	margin-top: 12px !important;
}

.bs-accordion-shortcode .panel-heading .panel-title a {
	padding: 12px 0;
	font-size: 14px;
}

.bs-accordion-shortcode .panel-heading + .panel-collapse > .panel-body {
	-webkit-transition: all .07s ease;
	-moz-transition: all .07s ease;
	-o-transition: all .07s ease;
	transition: all .07s ease;
}

.bs-accordion-shortcode .panel .panel-heading a {
	color: #444 !important;
}

.bs-accordion-shortcode .panel .panel-heading a, .bs-accordion-shortcode .panel .panel-heading a:hover {
	text-decoration: none;
}

/**
 * ->List Shortcode
 **/
ul.bs-shortcode-list ul, ul.bs-shortcode-list {
	list-style: none !important;
	padding-left: 20px;
	overflow: hidden;
}

ul.bs-shortcode-list ul {
	padding-left: 13px;
}

ul.bs-shortcode-list li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 25px;
}

ul.bs-shortcode-list li:before {
	width: 25px;
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 6px;
}

ul.bs-shortcode-list li:empty {
	display: none;
}

ul.bs-shortcode-list.list-style-check li:before {
	content: "";
}

ul.bs-shortcode-list.list-style-star li:before {
	content: "";
}

ul.bs-shortcode-list.list-style-edit li:before {
	content: "";
}

ul.bs-shortcode-list.list-style-folder li:before {
	content: "";
}

ul.bs-shortcode-list.list-style-file li:before {
	content: "";
}

ul.bs-shortcode-list.list-style-heart li:before {
	content: "";
}

ul.bs-shortcode-list.list-style-asterisk li:before {
	content: "";
}

/**
 * ->Divider
 **/
hr.bs-divider {
	height: 2px;
	border-width: 2px;
	border-style: solid;
	border-color: #dbdbdb;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	margin: 30px auto 28px;
	position: relative;
	width: 90%;
}

hr.bs-divider.dashed-line {
	border-style: dashed;
	border-width: 1px;
}

hr.bs-divider.full {
	width: 100%;
}

hr.bs-divider.large {
	width: 90%;
}

hr.bs-divider.small {
	width: 70%;
}

hr.bs-divider.tiny {
	width: 50%;
}

hr.bs-divider + h3, hr.bs-divider + h2, hr.bs-divider + h1 {
	margin-top: -10px;
}

hr.bs-divider + h5 {
	margin-top: -5px;
}

h5 + hr.bs-divider, h4 + hr.bs-divider, h3 + hr.bs-divider, h2 + hr.bs-divider, h1 + hr.bs-divider {
	margin-top: 28px;
}

/**
 * ->Alert Shortcode
 **/
.bs-shortcode-alert.alert {
	border-radius: 0;
}

.bs-shortcode-alert.alert-simple {
	background-color: #f3f3f3;
	border-color: #e6e6e6;
}

/**
 * =>Sticky
 **/
.listing-item-blog.sticky, .listing-item-blog.sticky:first-child {
	background-color: #fffbdf;
	padding: 18px;
	border: 1px solid rgba(0, 0, 0, .07);
}

/**
 * =>VC Customizations
 **/
.vc_images_carousel:hover .vc_carousel-control .icon-next, .vc_images_carousel:hover .vc_carousel-control .icon-prev {
	background: #fff;
}

.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
	height: 0;
}

.vc_images_carousel .vc_carousel-control .icon-prev.icon-prev:before, .vc_images_carousel .vc_carousel-control .icon-next.icon-next:before {
	top: -11px;
	line-height: 30px;
	color: #333;
	text-shadow: none;
}

.vc_images_carousel .vc_carousel-control .icon-next.icon-next:before {
	right: -1px;
}

.vc_images_carousel .vc_carousel-control .icon-prev.icon-prev:before {
	left: -1px;
}

.wpb_gallery > .wpb_wrapper > .wpb_flexslider {
	padding: 0;
	margin: 0 0 30px;
	background: none;
	border-radius: 0;
	box-shadow: none;
	zoom: 1;
	height: auto !important;
}

.wpb_flexslider .flex-direction-nav a {
	width: 30px;
	height: 30px;
}

.wpb_flexslider .flex-direction-nav a:before {
	font-family: flexslider-icon;
	font-size: 14px;
	display: inline-block;
	content: "";
	text-shadow: none;
	line-height: 30px;
	height: 30px;
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
	border: none;
	background: #fff;
	text-align: center;
	line-height: 30px;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.vc_btn3 {
	height: auto !important;
}

/**
 * =>Contact Form 7
 **/
.wpcf7-form p {
	margin-bottom: 0;
	margin-top: 17px;
}

.wpcf7-form p:first-child {
	margin-top: 0;
}

.wpcf7-form label {
	display: block;
}

/**
 * =>BGCS
 **/
.archive-title.search-title.search-bgcs-title {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.better-gcs-wrapper {
	border-top: none;
	padding-top: 30px !important;
	margin-top: -30px;
}

.better-gcs-wrapper {
	padding-top: 30px !important;
}

/**
 * =>bs Pretty Tabs
 **/
.bs-pretty-tabs-container {
	position: relative;
	display: inline-block;
	float: right;
	text-align: center;
	z-index: 2;
}

.bs-pretty-tabs-container .bs-pretty-tabs-more {
	z-index: 3;
	position: relative;
	cursor: pointer;
}

.bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link {
	display: block;
	float: none;
	width: 100%;
}

.bs-pretty-tabs-container .bs-pretty-tabs-elements .h-text {
	border: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 3px 10px;
	text-align: right;
}

.bs-pretty-tabs-container .bs-pretty-tabs-elements {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	z-index: 2;
	white-space: nowrap;
	border: 1px solid #d8d8d8;
	display: none;
	padding: 5px;
	min-width: 160px;
}

.bs-pretty-tabs .bs-pretty-tabs-more.other-link {
	pointer-events: none;
}

.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
	position: relative;
	cursor: pointer;
	padding: 3px 10px;
	border: 1px solid transparent;
}

.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text {
	transition: none;
}

.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text .fa {
	margin-left: 3px;
}

.bs-pretty-tabs.bs-pretty-tabs-initialized .bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text:after {
	display: block;
}

.bs-pretty-tabs-container.display-more-items .bs-pretty-tabs-elements {
	display: block;
}

.bs-pretty-tabs .bs-pretty-tabs-more.other-link:hover .h-text {
	background: transparent !important;
	color: currentColor !important;
	border-color: rgba(0, 0, 0, .13) !important;
}

.section-heading.multi-tab .other-link {
	opacity: 0;
	-webkit-transition: color .7s ease, background .7s ease;
	-moz-transition: color .7s ease, background .7s ease;
	-o-transition: color .7s ease, background .7s ease;
	transition: color .7s ease, background .7s ease;
	position: absolute;
}

.section-heading.multi-tab .bs-pretty-tabs-container {
	padding-left: 10px;
}

.bs-pretty-tabs.bs-pretty-tabs-initialized .other-link {
	opacity: 1;
	position: relative;
}

/**
 * =>Better Reviews
 **/
.bs-slider-1-item .rating-stars, .listing-mg-6-item .rating-stars, .listing-mg-4-item .rating-stars, .listing-mg-3-item .rating-stars, .listing-mg-2-item .rating-stars, .listing-mg-1-item .rating-stars {
	color: #fff;
}

.bs-slider-1-item .post-meta .rating-bar, .listing-mg-6-item .post-meta .rating-bar, .listing-mg-4-item .post-meta .rating-bar, .listing-mg-3-item .post-meta .rating-bar, .listing-mg-2-item .post-meta .rating-bar, .listing-mg-1-item .post-meta .rating-bar {
	background-color: #fff;
}

.listing-item-tall-2 .post-meta .rating, .listing-item-text-1 .post-meta .rating, .bs-slider-item .post-meta .rating, .listing-mg-5-item-big .post-meta .rating, .listing-mg-4-item .post-meta .rating, .listing-mg-3-item .post-meta .rating {
	float: none;
	vertical-align: middle;
	margin-top: 0;
	margin-right: 10px;
}

.listing-item-text-1 .post-meta .comments, .listing-item-tall-2 .post-meta .comments {
	float: none;
	margin-left: 0;
}

/**
 * =>Ajax search
 **/
.search-container {
	position: relative;
}

.search-container.open.result-results-exist .search-preview {
	display: block;
}

.search-preview {
	display: none;
	border: 1px solid #dedede;
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .1);
	font-weight: 400;
	color: #383838;
	line-height: 1;
	z-index: 99;
	text-align: left;
}

.search-preview [data-section-name] {
	max-height: 310px;
}

.search-preview .clean-title {
	font-size: 16px;
	margin-bottom: 15px;
}

.search-preview .listing-item-thumbnail:last-child, .search-preview ul.products {
	margin-bottom: 0;
}

.ajax-search-results {
	background: inherit;
}

.ajax-search-results .search-404 {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}

.ajax-search-results .clean-button {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.result-results-exist .search-preview {
	border-top: 0;
}

.two-column-results-list, .ajax-search-no-product .ajax-ajax-posts-list {
	padding: 21px;
	position: relative;
}

.two-column-results-list > div {
	width: 50%;
	float: left;
	background: inherit;
	padding-right: 3%;
}

.two-column-results-list > div:last-child {
	padding-right: 0;
}

.two-column-results-list > .ajax-posts-columns {
	width: 45%;
}

.two-column-results-list > .ajax-products-columns {
	width: 55%;
}

.ajax-search-loading {
	display: block;
	text-align: center;
	color: #a6a6a6;
}

.ajax-ajax-posts-list {
	overflow: hidden;
	background: inherit;
	display: table-cell;
}

.ajax-ajax-posts-list .ajax-search-loading, .ajax-ajax-posts-list .align-vertical-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 0;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #afafaf;
}

.ajax-taxonomy-list .ajax-search-loading, .ajax-taxonomy-list .align-vertical-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 0;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #afafaf;
}

.ajax-ajax-posts-list .ajax-taxonomy-list {
	margin-top: 30px;
}

.ajax-ajax-posts-list .listing-thumbnail {
	margin-bottom: 20px;
	-webkit-transform: scale3d(.97, .97, .97);
	transform: scale3d(.97, .97, .97);
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bs-fadeInDown;
	animation-name: bs-fadeInDown;
}

.search-preview .bs-listing-products {
	margin-bottom: 28px;
}

.ajax-taxonomy-list {
	background: #fbfbfb;
	border-left: 1px solid #e2e2e2;
	display: table-cell;
	overflow: hidden;
	width: 30%;
	padding: 25px;
}

.ajax-products-columns .add_to_cart_button {
	display: none !important;
}

.ajax-products-columns .price {
	margin-top: 19px;
}

.ajax-products-columns .star-rating + .price {
	margin-top: 0;
}

.ajax-products-columns ul.products li.product, .ajax-products-columns ul.products li.product {
	margin-bottom: 1px;
}

.search-preview .post-categories {
	margin: 13px 0 0;
	padding: 0;
	list-style: none;
	-webkit-transform: scale3d(.97, .97, .97);
	transform: scale3d(.97, .97, .97);
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bs-fadeInDown;
	animation-name: bs-fadeInDown;
}

.search-preview .post-categories li {
	display: inline-block;
	margin: 0 0 0 5px;
}

.ajax-search-results {
	display: table-row;
}

.ajax-search-results-wrapper {
	display: table;
	background: inherit;
	width: 100%;
	height: 350px;
}

.ajax-search-results:after {
	content: " ";
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 3px;
}

.ajax-categories-columns {
	background: inherit;
	margin-bottom: 30px;
}

.ajax-tags-columns {
	background: inherit;
}

.ajax-search-no-product .ajax-taxonomy-list > div {
	width: 100%;
	float: none;
	background: inherit;
	height: 152px;
	margin-bottom: 0;
	position: relative;
}

.ajax-search-no-product .ajax-taxonomy-list {
	width: 100%;
}

.ajax-search-no-product .ajax-ajax-posts-list {
	width: 53%;
}

.ajax-search-no-product.ajax-search-fullwidth .ajax-ajax-posts-list {
	width: 69%;
	position: relative;
}

.ajax-search-no-product.ajax-search-fullwidth .two-column-results-list {
	padding: 5px;
}

.ajax-search-no-product.ajax-search-fullwidth .listing-thumbnail {
	margin-bottom: 0;
}

.ajax-posts-column {
	background: inherit;
}

/*
* woocommerce posts style
*/
.search-preview .woocommerce ul.products li.product, .search-preview .woocommerce-page ul.products li.product {
	font-size: 14px;
}

.search-preview .woocommerce ul.products li.product h3 {
	font-size: 1em;
}

.ajax-posts-columns {
	background: inherit;
}

/**
 * =>Global clean styles
 **/
.clean-title {
	position: relative;
	background: inherit;
	margin-bottom: 8px;
}

.clean-title > span {
	position: relative;
	z-index: 30;
	background: inherit;
	display: inline-block;
	padding: 0 15px;
	margin-left: -10px;
}

.clean-title::after {
	position: absolute;
	z-index: 20;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #e5e5e5;
	display: block;
	content: " ";
}

.clean-button {
	border-radius: 0;
	border: 1px solid #e2e2e2;
	background: #f9f9f9;
	color: #383838;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 9px;
	margin: 0 1px 5px;
	display: inline-block;
}

.clean-button-light {
	background: #fff;
}

.clean-button .fa {
	margin-right: 6px;
}

/**
 * =>Responsive
 **/
@media only screen and (max-width: 1000px) {
	.container {
		width: 100%;
	}
	
	.content-wrap {
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
	.slider-container .content-wrap {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 420px) {
	.widget {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 668px) {
	body {
		padding: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bs-visible-md {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.bs-visible-sm {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.bs-visible-lg {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.bs-hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bs-hidden-md {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.bs-hidden-xs, .bs-hidden-sm {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.bs-hidden-lg {
		display: none !important;
	}
}

.ajax-post-content {
	margin-top: 30px;
}

.ajax-post-content .post-header-inner .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.ajax-post-content .single-post-title {
	margin: 10px 0 5px;
}

.ajax-post-content .single-featured.single-featured {
	margin-left: 0;
	margin-right: 0;
}

.ajax-post-content .post-meta {
	margin: 0 0 10px;
}

.ajax-post-content .comments-template.comments-template, .ajax-post-content .post-related.post-related, .ajax-post-content .single-container.single-container {
	padding-right: 0;
	padding-left: 0;
}

.ajax-post-content {
	max-width: 856px;
	margin-left: auto;
	margin-right: auto;
}

.ajax-post-content .post-header-inner .single-post-excerpt {
	margin-top: -5px;
	padding-bottom: 10px;
}

.ajax-post-content .post-header-inner .single-post-excerpt:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.ajax-post-content .post-header-inner .post-subtitle + .single-post-excerpt {
	padding: 0 0 10px;
	margin: -5px 0 0;
}

.ajax-post-content .post-header-inner .single-post-excerpt + .post-meta-wrap {
	margin-top: 2px;
}

/**
 * =>Login
 **/
.modal.sign-in-modal {
	text-align: center;
	padding: 0 !important;
}

.modal.sign-in-modal:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.sign-in-modal .modal-content {
	border: none;
	border-radius: 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, .31);
}

.sign-in-modal .modal-header {
	padding: 0;
	border-bottom: 1px solid #efefef;
	line-height: 48px;
	text-align: center;
}

.sign-in-modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	max-width: 440px;
	position: relative;
	-webkit-transition: .6s cubic-bezier(.58, .99, .63, 1.06) 0s !important;
	-moz-transition: .6s cubic-bezier(.58, .99, .63, 1.06) 0s !important;
	-o-transition: .6s cubic-bezier(.58, .99, .63, 1.06) 0s !important;
	transition: .6s cubic-bezier(.58, .99, .63, 1.06) 0s !important;
}

.sign-in-modal .close-modal {
	position: absolute;
	top: 32px;
	right: 37px;
	font-size: 15px;
	color: #bdbdbd;
	line-height: 15px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: .6s cubic-bezier(.58, .99, .63, 1.06) 0s !important;
	-moz-transition: .6s cubic-bezier(.58, .99, .63, 1.06) 0s !important;
	-o-transition: .6s cubic-bezier(.58, .99, .63, 1.06) 0s !important;
	transition: .6s cubic-bezier(.58, .99, .63, 1.06) 0s !important;
}

.sign-in-modal .close-modal:hover {
	color: #333;
}

.sign-in-modal .modal-body {
	padding: 25px 15px;
}

.bs-login {
	max-width: 290px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.bs-login .bs-login-panel {
	display: block;
	width: 100%;
	-webkit-transition: all .44s cubic-bezier(.8, .2, .24, .88);
	-moz-transition: all .44s cubic-bezier(.8, .2, .24, .88);
	-ms-transition: all .44s cubic-bezier(.8, .2, .24, .88);
	transition: all .44s cubic-bezier(.8, .2, .24, .88);
}

.bs-login.inmove .bs-login-panel {
	position: absolute;
	top: 0;
}

.bs-login .bs-login-panel.bs-current-login-panel.bs-login-sign-panel {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.bs-login .bs-login-panel.bs-login-sign-panel {
	left: -44px;
	opacity: 0;
}

.bs-login .bs-login-panel.bs-login-reset-panel {
	right: -44px;
	visibility: hidden;
	position: absolute;
	top: 0;
	opacity: 0;
}

.bs-login .bs-login-panel.bs-current-login-panel.bs-login-reset-panel {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.bs-login .login-header {
	text-align: center;
	color: #7a7a7a;
	font-size: 14px;
	margin-bottom: 15px;
}

.bs-login .login-header:last-child {
	margin-bottom: 0;
}

.bs-login .login-header .login-icon {
	display: block;
	margin-bottom: 10px;
	font-size: 64px;
	line-height: 80px;
}

.bs-login .bs-login-reset-panel .login-header {
	margin-bottom: 27px;
}

.bs-login .bs-login-reset-panel .login-header .login-icon {
	color: #494949;
}

.bs-login .bs-login-reset-panel .login-header p {
	margin-bottom: 4px;
}

.bs-login .login-field {
	margin-bottom: 15px;
}

.bs-login .login-field:last-child {
	margin-bottom: 0;
}

.bs-login input[type=password], .bs-login input[type=text] {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
}

.bs-login .remember-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.bs-login .remember-checkbox + .remember-label {
	padding-left: 21px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
	color: #a0a0a0;
	font-weight: lighter;
}

.bs-login .remember-checkbox:checked + .remember-label {
	background-position: 0 -16px;
	color: #424242;
}

.bs-login .remember-label {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAABGdBTUEAALGPC/xhBQAAAVZJREFUSA3tlTFug0AQRQcwMgoFEg2uXbnlCJyF0kdIAU1a38A14hb0Ri6ho0UUpDOFEdrMR4EQgyIIRYp4pZVgdt6fgd2ZleI4ViVJeuPpNk1j0oyhKMq7EOLM83UDWNf1436/f1FVdQZOVNe1mWXZ8Xa7EV2v1/J+v7PYsgEGrIy050YepgcGrDw0/ub5KUD0/Af8D1AYfLYXnyEwYGWugDMXRrVEBL5gwEpry3n1Nv63fpCmKbmuS3mef2375XKZ1cuSJBGWZQkmxeFwEGhpYEe7MHUeENlxHCqKoo3MTZhk+RMdZhCGodA0TZxOpz6rYWREt21blGXZroOlTqCqKsGNsk0RjhDhyGK32/W2IQyFbwIw+L7fO0PEMIz+/RGeFIDR87wegshj2vDpxiiDbmEoMhW584PAhiOMBn8KbbdbiqKIgiAg0/zhylx9tXE6f9sPPgDpK2Td6sBUpAAAAABJRU5ErkJggg==");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bs-login .remember-label.nitro-lazy {
	background-image: none !important;
}

.bs-login .go-reset-panel {
	float: right;
	color: #595959;
}

.bs-login .login-submit {
	margin-bottom: 10px;
}

.bs-login .login-btn {
	border-radius: 3px;
	height: 38px;
	text-align: center;
	width: 100%;
}

.bs-login .bs-login-reset-panel .login-btn {
	background: #575757 !important;
}

.bs-login .login-signup {
	font-size: 14px;
	color: #a7a7a7;
	text-align: center;
}

.bs-login .go-login-panel {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	color: #adadad;
	transition: all .5s ease;
}

.sign-in-modal .bs-login .go-login-panel {
	left: -30px;
}

.bs-login .go-login-panel:hover {
	cursor: pointer;
	position: absolute;
	color: #3f3f3f;
}

.bs-login.bs-type-profile {
	max-width: 290px;
	height: 240px;
}

.bs-login .bs-login-panel.bs-current-login-panel.bs-login-user-panel {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.bs-login .bs-login-user-panel .login-header img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.bs-login .user-links {
	padding: 0;
	list-style: none;
	margin: 0;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
}

.bs-login .user-links li {
	border-bottom: 1px solid #dcdcdc;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}

.bs-login .user-links li:last-child {
	border-bottom: none;
}

.bs-login .user-links .fa {
	margin-right: 5px;
}

.bs-login .social-login-buttons {
	text-align: center;
	padding: 0 0 17px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	margin-bottom: 25px;
}

.bs-login .social-login-buttons .or-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	text-align: center;
}

.bs-login .social-login-buttons .or-text {
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #e4e3e3;
	border-radius: 26px;
	font-size: 12px;
	min-width: 28px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bolder;
	color: #9e9e9e;
	text-transform: uppercase;
}

.bs-login .social-login-buttons ul {
	list-style: none;
	padding: 0;
	margin: 0 -4px;
	font-size: 0;
}

.bs-login .social-login-buttons li {
	display: inline-block;
	width: 50%;
	padding: 0 4px 8px;
	margin: 0;
}

.bs-login .social-login-buttons li .social-login-btn.btn {
	width: 100%;
	margin: 0;
}

.bs-login .social-login-buttons ul.items-count-2 li, .bs-login .social-login-buttons ul li:first-child {
	width: 100%;
}

.bs-login .social-login-buttons ul.items-count-2 li .social-login-btn, .bs-login .social-login-buttons ul li:first-child .social-login-btn {
	text-align: center;
}

.social-login-btn.social-login-btn-facebook:focus, .social-login-btn.social-login-btn-facebook:hover, .social-login-btn.social-login-btn-facebook {
	background-color: #49639f !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-google:focus, .social-login-btn.social-login-btn-google:hover, .social-login-btn.social-login-btn-google {
	background-color: #d73d32 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-twitter:focus, .social-login-btn.social-login-btn-twitter:hover, .social-login-btn.social-login-btn-twitter {
	background-color: #59c8ff !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-instagram:focus, .social-login-btn.social-login-btn-instagram:hover, .social-login-btn.social-login-btn-instagram {
	background-color: #517fa4 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-wordpress:focus, .social-login-btn.social-login-btn-wordpress:hover, .social-login-btn.social-login-btn-wordpress {
	background-color: #1a638d !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-yahoo:focus, .social-login-btn.social-login-btn-yahoo:hover, .social-login-btn.social-login-btn-yahoo {
	background-color: #723e98 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-linkedin:focus, .social-login-btn.social-login-btn-linkedin:hover, .social-login-btn.social-login-btn-linkedin {
	background-color: #0c5d98 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-disqus:focus, .social-login-btn.social-login-btn-disqus:hover, .social-login-btn.social-login-btn-disqus {
	background-color: #2e9fff !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-reddit:focus, .social-login-btn.social-login-btn-reddit:hover, .social-login-btn.social-login-btn-reddit {
	background-color: #7ba3bc !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-foursquare:focus, .social-login-btn.social-login-btn-foursquare:hover, .social-login-btn.social-login-btn-foursquare {
	background-color: #3492ce !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-lastfm:focus, .social-login-btn.social-login-btn-lastfm:hover, .social-login-btn.social-login-btn-lastfm {
	background-color: #e02529 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-tumblr:focus, .social-login-btn.social-login-btn-tumblr:hover, .social-login-btn.social-login-btn-tumblr {
	background-color: #354a60 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-goodreads:focus, .social-login-btn.social-login-btn-goodreads:hover, .social-login-btn.social-login-btn-goodreads {
	background-color: #7c460f !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-stackoverflow:focus, .social-login-btn.social-login-btn-stackoverflow:hover, .social-login-btn.social-login-btn-stackoverflow {
	background-color: #f36f21 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-github:focus, .social-login-btn.social-login-btn-github:hover, .social-login-btn.social-login-btn-github {
	background-color: #1b1919 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-dribbble:focus, .social-login-btn.social-login-btn-dribbble:hover, .social-login-btn.social-login-btn-dribbble {
	background-color: #ea4c89 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-500px:focus, .social-login-btn.social-login-btn-500px:hover, .social-login-btn.social-login-btn-500px {
	background-color: #231f20 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-skyrock:focus, .social-login-btn.social-login-btn-skyrock:hover, .social-login-btn.social-login-btn-skyrock {
	background-color: #5597cd !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-mixi:focus, .social-login-btn.social-login-btn-mixi:hover, .social-login-btn.social-login-btn-mixi {
	background-color: #e49100 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-steam:focus, .social-login-btn.social-login-btn-steam:hover, .social-login-btn.social-login-btn-steam {
	background-color: #303030 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-twitchtv:focus, .social-login-btn.social-login-btn-twitchtv:hover, .social-login-btn.social-login-btn-twitchtv {
	background-color: #5a399c !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-vkontakte:focus, .social-login-btn.social-login-btn-vkontakte:hover, .social-login-btn.social-login-btn-vkontakte {
	background-color: #31537d !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-mailru:focus, .social-login-btn.social-login-btn-mailru:hover, .social-login-btn.social-login-btn-mailru {
	background-color: #3881c2 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-yandex:focus, .social-login-btn.social-login-btn-yandex:hover, .social-login-btn.social-login-btn-yandex {
	background-color: #ed1c24 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-odnoklassniki:focus, .social-login-btn.social-login-btn-odnoklassniki:hover, .social-login-btn.social-login-btn-odnoklassniki {
	background-color: #e87502 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-aol:focus, .social-login-btn.social-login-btn-aol:hover, .social-login-btn.social-login-btn-aol {
	background-color: #e69827 !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-live:focus, .social-login-btn.social-login-btn-live:hover, .social-login-btn.social-login-btn-live {
	background-color: #7fb0cc !important;
	color: #fff !important;
}

.social-login-btn.social-login-btn-pixelpin:focus, .social-login-btn.social-login-btn-pixelpin:hover, .social-login-btn.social-login-btn-pixelpin {
	background-color: #000 !important;
	color: #fff !important;
}

.social-login-btn.btn {
	height: 34px;
	line-height: 34px;
	border-radius: 3px;
	text-transform: capitalize !important;
	padding: 0 14px 0 43px;
	width: auto;
	font-size: 14px;
	position: relative;
	text-align: left;
	overflow: hidden;
	margin: 0 4px 7px 0;
}

.social-login-btn.btn .bf-icon {
	vertical-align: top;
	line-height: 34px;
	margin-right: 10px;
	position: absolute;
	height: 34px;
	width: 34px;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
	text-align: center;
}

.social-login-btn.btn:hover {
	color: #fff;
}

.wp-social-login-provider-list {
	text-align: center;
}

.bs-login .g-recaptcha {
	margin-bottom: 10px;
	max-width: 100%;
}

/**
 * =>Ad Locations
 **/

/**
* =>After X ppst ads
**/
.listing-item.better-ads-listitemad.listing-item-classic-1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
	border-bottom-color: rgba(0, 0, 0, .07);
}

.better-ads-listitemad.listing-item-text-1 {
	padding-bottom: 15px;
}

/**
 * =>Breadcrumb
 **/
.bf-breadcrumb .bf-breadcrumb-items {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}

.bf-breadcrumb .bf-breadcrumb-item {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
}

.bf-breadcrumb .bf-breadcrumb-item:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-left: 9px;
	margin-right: 9px;
	color: #929292;
	vertical-align: top;
}

.bf-breadcrumb .bf-breadcrumb-item:last-child:after, .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end:after {
	display: none;
}

.bf-breadcrumb.hide_current .bf-breadcrumb-item.bf-breadcrumb-end {
	opacity: 0;
	visibility: hidden;
}

.bf-breadcrumb .bf-breadcrumb-item span {
	vertical-align: top;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.bf-breadcrumb .bf-breadcrumb-item span, .bf-breadcrumb .bf-breadcrumb-item a {
	color: #9e9e9e;
	display: inline-block;
}

.bf-breadcrumb.bc-align-center {
	text-align: center;
}

.bf-breadcrumb.bc-light-color .bf-breadcrumb-item:after, .bf-breadcrumb.bc-light-color .bf-breadcrumb-item span, .bf-breadcrumb.bc-light-color .bf-breadcrumb-item a {
	color: #fff;
}

.bf-breadcrumb.bc-light-color .bf-breadcrumb-item.bf-breadcrumb-end {
	opacity: .8;
}

.bf-breadcrumb.bc-hide-last .bf-breadcrumb-item.bf-breadcrumb-end {
	display: none;
}

.bf-breadcrumb.bc-top-style {
	padding: 7px 0 0;
}

@media only screen and (max-width: 680px) {
	body.single .bf-breadcrumb .bf-breadcrumb-item:last-child {
		display: none;
	}
}

/**
 * =>Newsletter
 **/
body.single .content-column > .bs-newsletter-pack:last-child {
	margin-bottom: 0 !important;
}

.bsnp-empty-note {
	margin-bottom: 30px;
}

/**
 * =>Light Scheme Blocks
 **/

/* Light Block Scheme */
.bs-light-scheme .listing-item-text-4 .title, .bs-light-scheme .listing-item-text-3 .title, .bs-light-scheme .listing-item-text-2 .title, .bs-light-scheme .listing-item-text-1 .title, .bs-light-scheme .listing-item-tb-3 .title, .bs-light-scheme .listing-item-tb-2 .title, .bs-light-scheme .listing-item-tb-1 .title, .bs-light-scheme .listing-item-grid-2 .title, .bs-light-scheme .listing-item-grid-1 .title, .bs-light-scheme .listing-item-classic-2 .title, .bs-light-scheme .listing-item-classic-1 .title, .bs-light-scheme .listing-item-blog-1 > .item-inner > .title, .bs-light-scheme .listing-item-blog-2 > .item-inner > .title, .bs-light-scheme .listing-item-blog-3 > .item-inner > .title, .bs-light-scheme .listing-item-blog-5 > .item-inner > .title, .bs-light-scheme .section-heading .other-link .h-text, .bs-light-scheme .post-summary, .bs-light-scheme .post-meta, .bs-light-scheme .post-meta a, .bs-light-scheme .title, .bs-light-scheme a, .bs-light-scheme {
	color: #fff;
}

.bs-light-scheme .post-meta > a, .bs-light-scheme .post-meta > span {
	opacity: .6;
}

.bs-light-scheme .post-summary {
	opacity: .9;
}

.bs-light-scheme .listing-item-grid-2 .post-summary, .bs-light-scheme .listing-classic-1.columns-2 .listing-item-classic-1:last-child .listing-inner, .bs-light-scheme .listing-classic-1.columns-3 .listing-item-classic-1:last-child .listing-inner, .bs-light-scheme .listing-item-classic-1 .listing-inner, .bs-light-scheme .listing-blog-4 .listing-item-blog.has-post-thumbnail {
	border-bottom-color: rgba(255, 255, 255, .129);
}

.bs-light-scheme .listing-item-classic-2 .listing-inner {
	border-color: rgba(255, 255, 255, .129);
}

.bs-light-scheme .pagination.bs-numbered-pagination .page-numbers.dots:hover, .bs-light-scheme .pagination.bs-numbered-pagination .page-numbers, .bs-light-scheme .pagination.bs-numbered-pagination span, .bs-light-scheme .pagination.bs-numbered-pagination .wp-pagenavi a, .bs-light-scheme .pagination.bs-numbered-pagination .wp-pagenavi span {
	background-color: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .1);
}

/* Light Scheme Shortcodes */
.bs-light-scheme.better-social-counter.style-style-10 .social-item, .bs-light-scheme.better-social-counter.style-style-9 .social-item, .bs-light-scheme.better-social-counter.style-style-8 .social-item, .bs-light-scheme.better-social-counter.style-style-7 .social-item, .bs-light-scheme.better-social-counter.style-style-6 .social-item, .bs-light-scheme.better-social-counter.style-clean .social-item, .bs-light-scheme.better-social-counter.style-modern .social-item {
	border-color: rgba(255, 255, 255, .0705882);
}

.bs-light-scheme.better-social-counter.style-style-9 .item-join:before, .bs-light-scheme.better-social-counter.style-style-10 .item-join:before, .bs-light-scheme.better-social-counter.style-style-9 .item-join:before, .bs-light-scheme.better-social-counter.style-style-10 .item-join:before, .bs-light-scheme.better-social-counter.style-style-9 .item-count:before, .bs-light-scheme.better-social-counter.style-style-10 .item-count:before {
	background-color: rgba(255, 255, 255, .0705882);
}

.bs-light-scheme.bs-popular-categories .bs-popular-term-item .term-count, .bs-light-scheme.bs-popular-categories .bs-popular-term-item a {
	color: #fff;
}

/* Light Section Heading Scheme */
.bs-light-scheme .section-heading.sh-t2.sh-s4 .h-text, .bs-light-scheme .section-heading.sh-t2.sh-s3 .h-text, .bs-light-scheme .section-heading.sh-t2.sh-s2 .h-text {
	color: #fff;
}

.bs-light-scheme .section-heading.sh-t1.sh-s1:after {
	background-color: rgba(255, 255, 255, .25) !important;
}

.bs-light-scheme .section-heading.sh-t1.sh-s2:after {
	opacity: .15;
}

.bs-light-scheme .section-heading.sh-t4.sh-s3:after, .bs-light-scheme .section-heading.sh-t1.sh-s7:after, .bs-light-scheme .section-heading.sh-t1.sh-s6:after, .bs-light-scheme .section-heading.sh-t1.sh-s3:after {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjEGBQYHBgaAAAAlgA8X2AAy8AAAAASUVORK5CYII=") repeat;
	opacity: .3;
}

.bs-light-scheme .section-heading.sh-t1 > .main-link > .h-text, .bs-light-scheme .section-heading.sh-t1 > a:last-child:first-child > .h-text, .bs-light-scheme .section-heading.sh-t1 > .h-text:last-child:first-child {
	color: #fff !important;
}

.bs-light-scheme .section-heading.sh-t3.sh-s1:after, .bs-light-scheme .section-heading.sh-t1.sh-s5:after {
	opacity: .15;
}

.section-heading.sh-t1.sh-s8 .h-text {
	padding: 4px 17px 4px 21px;
}

.section-heading.sh-t1.sh-s8 .other-link .h-text {
	padding: 4px 4px 4px 17px !important;
}

.section-heading.sh-t1.sh-s8:first-child:after {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ4NUVFODNGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ4NUVFODRGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDg1RUU4MUY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDg1RUU4MkY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk86A7EAAAASSURBVHjaYmBgYLBgIAgAAgwAB88AOccVbLsAAAAASUVORK5CYII=") repeat;
	opacity: 1;
	height: 10px;
	margin-top: -6px;
	background-color: transparent !important;
}

.section-heading.sh-t1.sh-s8 > .h-text:first-child:last-child:before, .section-heading.sh-t1.sh-s8 .main-link .h-text:before, .section-heading.sh-t1.sh-s8 .main-link.h-text:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 14px solid rgba(0, 0, 0, .06);
	top: 50%;
	margin-top: -9px;
}

.bs-light-scheme .section-heading.sh-t2.sh-s2 {
	background: rgba(255, 255, 255, .06);
}

.bs-light-scheme .section-heading.sh-t3.sh-s3:before {
	background-color: rgba(255, 255, 255, .1) !important;
}

.bs-light-scheme .section-heading.sh-t6 > .main-link > .h-text, .bs-light-scheme .section-heading.sh-t6 > a:last-child:first-child > .h-text, .bs-light-scheme .section-heading.sh-t6 > .h-text:last-child:first-child, .bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link:hover .h-text, .bs-light-scheme .section-heading.sh-t4 .main-link.active .h-text, .bs-light-scheme .section-heading.sh-t4 a.active .h-text, .bs-light-scheme .section-heading.sh-t4 a:hover .h-text, .bs-light-scheme .section-heading.sh-t4 .main-link:first-child:last-child .h-text, .bs-light-scheme .section-heading.sh-t4 > .h-text, .bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link.active .h-text, .bs-light-scheme .section-heading.sh-t3.sh-s7.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s7 > a.active > .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s7 > a > .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s7 > .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s4 > a.active > .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s4 > a > .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s4 > .h-text.h-text.h-text {
	color: #fff !important;
}

.bs-light-scheme .section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9:before {
	background-color: rgba(255, 255, 255, .1) !important;
}

.bs-light-scheme .section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9:after {
	background-color: rgba(255, 255, 255, .1) !important;
}

.bs-light-scheme .section-heading.sh-t3.sh-s5 {
	border: 1px solid rgba(255, 255, 255, .1);
}

.bs-light-scheme .section-heading.sh-t3.sh-s8 > .main-link > .h-text, .bs-light-scheme .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text, .bs-light-scheme .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child {
	border-color: rgba(255, 255, 255, .15) !important;
}

.bs-light-scheme .section-heading.sh-t3.sh-s8:after {
	opacity: .15;
	background: #fff;
}

.bs-light-scheme .section-heading.sh-t6.sh-s7:before, .bs-light-scheme .section-heading.sh-t6.sh-s6:before, .bs-light-scheme .section-heading.sh-t4.sh-s3:after, .bs-light-scheme .section-heading.sh-t4.sh-s1:after {
	background: rgba(255, 255, 255, .1) !important;
}

.bs-light-scheme .section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .bs-light-scheme .section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements, .bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link .h-text, .bs-light-scheme .section-heading.multi-tab.sh-t4 .h-text {
	border-color: rgba(255, 255, 255, .15);
}

.bs-light-scheme .section-heading.sh-t5:before {
	background: rgba(255, 255, 255, .1);
}

.bs-light-scheme .section-heading.sh-t6.sh-s9:before {
	background: rgba(255, 255, 255, .1) !important;
}

.bs-light-scheme .section-heading.sh-t6.sh-s13.section-heading.sh-t6.sh-s13 .h-text {
	color: #000 !important;
}

.bs-light-scheme .section-heading.sh-t7.sh-s1 .h-text {
	color: #fff !important;
}

.bs-light-scheme .section-heading.sh-t7:before {
	background: rgba(255, 255, 255, .1) !important;
}

/* User Listing */
.bs-light-scheme .listing-item-user .user-display-name {
	color: #fff;
}

/* About Widget */
.bs-light-scheme.bs-about .about-icons-list .about-icon-item a {
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

/* Popular Categories */
.bs-light-scheme.bs-popular-categories .bs-popular-term-item {
	border-bottom-color: rgba(226, 226, 226, .15);
}

.bs-light-scheme.bs-popular-categories .bs-popular-term-item .term-count {
	background: rgba(255, 255, 255, .08);
}

/* Newsletter */
.bs-light-scheme.bs-subscribe-newsletter .powered-by {
	color: #fff;
}

/**
 * =>Print Style
 **/
@media print {
	body {
		background: #fff none !important;
		color: #000;
	}
	
	.single-container > .post-author .author-links ul, body.single .bf-breadcrumb .bf-breadcrumb-item:last-child, body.single .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end, .single-post-share, .more-stories, .post-tp-8-header, .post-tp-6-header.wfi, .post-tp-4-header .move-to-content, .footer-instagram, .site-footer .footer-widgets, .site-footer .footer-social-icons, .back-top, .comment-list .comment-footer, .comment-respond, .post-related, .next-prev-post, .bs-pinning-wrapper, .main-menu-wrapper, .sidebar-column.sidebar-column-secoundary, .sidebar-column.sidebar-column-primary, .bs-irp, .single-post-share .share-handler-wrap {
		display: none !important;
	}
	
	.single-post-share .post-share-btn.post-share-btn-comments, .single-post-share .post-share-btn.post-share-btn-views {
		float: none;
	}
	
	a[href]:after {
		content: none !important;
	}
	
	.term-badges a {
		max-width: inherit;
	}
	
	.bs-sks {
		display: none;
	}
	
	body.active-top-line {
		border-top: none;
	}
	
	.comment-list .comment-meta .comment-published {
		float: none;
		margin: 0 15px;
	}
	
	.post-tp-11-header.wfi .post-header-inner, .post-tp-7-header.wfi .post-header-inner, .post-template-7.wfi .post-header-inner, .post-template-6.wfi .post-header-inner, .post-tp-5-header.wfi .post-header-inner, .post-tp-4-header.wfi .post-header-inner, .post-tp-3-header.wfi .post-header-inner, .post-tp-2-header.wfi .post-header-inner {
		height: auto;
		padding: 0;
	}
	
	.post-tp-11-header.wfi .post-header-title, .post-tp-7-header.wfi .post-header-title, .post-template-6.wfi .post-header-inner, .post-tp-5-header .term-badges.floated, .post-tp-5-header.wfi .post-header-title, .post-tp-4-header .term-badges.floated, .post-tp-4-header.wfi .post-header-title, .post-tp-3-header.wfi .post-header-title, .post-tp-2-header.wfi .post-header-title {
		position: relative !important;
		top: inherit !important;
		left: inherit !important;
		right: inherit !important;
		bottom: inherit !important;
		margin-top: 20px !important;
		opacity: 1 !important;
		transform: none !important;
	}
	
	.post-template-7.wfi .post-header-inner, .post-template-6.wfi .post-header-inner, .post-tp-4-header .term-badges.floated {
		margin-bottom: 15px;
	}
	
	.post-tp-7-header.wfi .post-header-title {
		padding: 0;
	}
}

/*
 * GDPR
*/
.bs-wrap-gdpr-law {
	display: block;
	color: #212121;
	font-size: 14px;
}

.bs-gdpr-law {
	padding: 8px 15px;
	color: inherit;
	font-size: inherit;
	display: block;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	background: #f5f5f5;
}

.bs-gdpr-law p {
	font-size: inherit;
	color: inherit;
	margin: 0;
	display: inline-block;
}

.bs-gdpr-law .bs-gdpr-accept, .bs-gdpr-law .bs-gdpr-more {
	display: inline-block;
	padding: 0;
	line-height: 1;
	font-size: inherit;
	color: inherit;
	margin-left: 10px;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

.bs-gdpr-law .bs-gdpr-accept {
	background: #212121;
	color: #fff;
	padding: 6px 15px;
}

.bs-gdpr-law .bs-gdpr-accept:hover, .bs-gdpr-law .bs-gdpr-more:hover {
	opacity: .8;
}

.bs-gdpr-law, .bs-wrap-gdpr-law .bs-gdpr-show {
	position: fixed;
	z-index: 19999;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

.bs-wrap-gdpr-law .bs-gdpr-show {
	display: inline-block;
	width: auto;
	right: 100px;
	left: auto;
	padding: 6px 15px;
	font-size: inherit;
	color: inherit;
	background: #f5f5f5;
	line-height: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.bs-wrap-gdpr-law-close {
	z-index: 0;
}

.bs-wrap-gdpr-law-close .bs-gdpr-law, .bs-wrap-gdpr-law .bs-gdpr-show {
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

.bs-wrap-gdpr-law-close .bs-gdpr-show {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

@media screen and (max-width: 768px) {
	.bs-wrap-gdpr-law .bs-gdpr-show {
		display: none !important;
	}
}

/*
 * FIXME
*/
.sidebar-column-primary {
	z-index: 1000;
}

/**
 * ->Skyscraper
 **/
.bs-sks {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	pointer-events: none;
}

.bs-sks.bs-sks-type-1 {
	bottom: 0;
}

.bs-sks.bs-sks-type-2 {
	left: calc(( ( 100vw - var(--publisher-site-width) ) / 2 ) * -1);
	max-width: initial !important;
	display: inline-table;
	width: calc(100vw - 9px) !important;
	height: 100%;
}

.bs-sksin3, .bs-sksin1 {
	display: inline-table;
	height: 100%;
	width: 100%;
}

.bs-sks.bs-sks-s1 .bs-sksin2 {
	--sks-top: calc(1px - 1px);
	--sks-top-gap: var(--wp-adminbar-height);
	position: sticky;
	top: calc(var(--sks-top) + var(--sks-top-gap));
	transition: top .2s ease;
}

body.menu-pined .bs-sks.bs-sks-s1 .bs-sksin2 {
	--sks-top-gap: calc(var(--publisher-menu-height) + var(--wp-adminbar-height));
}

.bs-sks .bs-sks-path {
	overflow: hidden;
}

.bs-sks .bs-sks-path-boxed {
	max-width: var(--publisher-site-width);
	margin-left: auto;
	margin-right: auto;
}

.bs-sks .bs-sksitem > * {
	pointer-events: all;
}

.bs-sks .bs-sksiteml {
	float: left;
	transform: translateX(-100%);
}

.bs-sks.bs-sks-type-2 .bs-sksiteml {
	transform: translateX(calc(-100% + 5px));
}

.bs-sks .bs-sksitemr {
	float: right;
	transform: translateX(100%);
}

.bs-sks.bs-sks-type-2 .bs-sksitemr {
	transform: translateX(calc(100% + 5px));
}

.bs-sks.bs-sks-sticky .bs-sksin2 {
	--sks-top: 0px;
	--sks-top-gap: 0px;
	position: sticky;
	top: calc(var(--sks-top) + var(--sks-top-gap));
	transition: top .2s ease;
}

body.admin-bar .bs-sks.bs-sks-sticky .bs-sksin2, body.full-width .bs-sks.bs-sks-sticky.bs-sks-pafter-header .bs-sksin2 {
	--sks-top: 30px;
}

body.full-width.admin-bar .bs-sks.bs-sks-sticky.bs-sks-pafter-header .bs-sksin2 {
	--sks-top: 60px;
}

body.full-menu-pined .bs-sks.bs-sks-sticky .bs-sksin2 {
	--sks-top-gap: 30px;
}

/**
 * ->Listing Small columns
 **/
.listing.scolumns-1 .listing-item {
	width: 100%;
	float: none;
}

/* 2 Column */
.listing.scolumns-2 .listing-item {
	width: 50%;
	float: left;
}

.listing.scolumns-2 .listing-item:nth-child(odd) {
	padding-right: 12px;
	clear: left;
}

.listing.scolumns-2 .listing-item:nth-child(even) {
	padding-left: 12px;
}

/* 3 Column */
.listing.scolumns-3 .listing-item {
	width: 33.3333%;
	float: left;
}

.listing.scolumns-3 .listing-item:nth-child(3n-1) {
	padding: 0 6px;
}

.listing.scolumns-3 .listing-item:nth-child(3n-2) {
	padding-right: 12px;
	clear: left;
}

.listing.scolumns-3 .listing-item:nth-child(3n+3) {
	padding-left: 12px;
}

/* 4 Column */
.listing.scolumns-4 .listing-item {
	width: 25%;
	float: left;
}

.listing.scolumns-4 .listing-item:nth-child(4n-3) {
	padding-left: 0;
	padding-right: 14px;
	clear: left;
}

.listing.scolumns-4 .listing-item:nth-child(4n+2) {
	padding-left: 5px;
	padding-right: 9px;
}

.listing.scolumns-4 .listing-item:nth-child(4n+3) {
	padding-left: 9px;
	padding-right: 5px;
}

.listing.scolumns-4 .listing-item:nth-child(4n+4) {
	padding-right: 0;
	padding-left: 14px;
	clear: none;
}

/* 5 Column */
.listing.scolumns-5 .listing-item {
	width: 20%;
	float: left;
}

.listing.scolumns-5 .listing-item:nth-child(5n+1) {
	padding-left: 0;
	padding-right: 12px;
	clear: left;
}

.listing.scolumns-5 .listing-item:nth-child(5n+2) {
	padding-left: 4px;
	padding-right: 8px;
}

.listing.scolumns-5 .listing-item:nth-child(5n+3) {
	padding-left: 6px;
	padding-right: 6px;
}

.listing.scolumns-5 .listing-item:nth-child(5n+4) {
	padding-left: 8px;
	padding-right: 4px;
}

.listing.scolumns-5 .listing-item:nth-child(5n+5) {
	padding-left: 12px;
	padding-right: 0;
}

/* Columns responsive */
@media only screen and (max-width: 1000px) {
	.listing.scolumns-5 .listing-item {
		width: 25%;
		float: left;
	}
	
	.listing.scolumns-5 .listing-item:nth-child(4n-3) {
		padding-left: 0;
		padding-right: 14px;
		clear: left;
	}
	
	.listing.scolumns-5 .listing-item:nth-child(4n+2) {
		padding-left: 5px;
		padding-right: 9px;
		clear: none;
	}
	
	.listing.scolumns-5 .listing-item:nth-child(4n+3) {
		padding-left: 9px;
		padding-right: 5px;
	}
	
	.listing.scolumns-5 .listing-item:nth-child(4n+4) {
		padding-right: 0;
		padding-left: 14px;
		clear: none !important;
	}
}

@media only screen and (max-width: 900px) {
	.listing.scolumns-5 .listing-item, .listing.scolumns-4 .listing-item {
		width: 33.3333%;
		float: left;
	}
	
	.listing.scolumns-5 .listing-item:nth-child(3n-1), .listing.scolumns-4 .listing-item:nth-child(3n-1) {
		padding: 0 6px;
		clear: none;
	}
	
	.listing.scolumns-5 .listing-item:nth-child(3n-2), .listing.scolumns-4 .listing-item:nth-child(3n-2) {
		padding-right: 12px;
		padding-left: 0;
		clear: left;
	}
	
	.listing.scolumns-5 .listing-item:nth-child(3n+3), .listing.scolumns-4 .listing-item:nth-child(3n+3) {
		padding-left: 12px;
		padding-right: 0;
		clear: none;
	}
}

@media only screen and (max-width: 600px) {
	.listing.scolumns-3 .listing-item, .listing.scolumns-4 .listing-item, .listing.scolumns-5 .listing-item {
		width: 50%;
		float: left;
	}
	
	.listing.scolumns-3 .listing-item:nth-child(odd), .listing.scolumns-4 .listing-item:nth-child(odd), .listing.scolumns-5 .listing-item:nth-child(odd) {
		padding-left: 0;
		padding-right: 12px;
		clear: left;
	}
	
	.listing.scolumns-3 .listing-item:nth-child(even), .listing.scolumns-4 .listing-item:nth-child(even), .listing.scolumns-5 .listing-item:nth-child(even) {
		padding-right: 0;
		padding-left: 12px;
		clear: none;
	}
}

@media only screen and (max-width: 320px) {
	.listing.scolumns-2 .listing-item, .listing.scolumns-3 .listing-item, .listing.scolumns-4 .listing-item, .listing.scolumns-5 .listing-item {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		clear: none !important;
	}
}

/**
 * ->Listing Counter Badges
 **/
.post-count-badge {
	pointer-events: none;
	display: inline-block;
}

.post-count-badge.pcb-t1 {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	font-weight: bolder;
	box-shadow: 0 0 0 2px #fff;
}

.post-count-badge.pcb-t1.pcb-s1 {
	color: #fff;
	background: #2a2a2a;
}

.post-count-badge.pcb-t1.pcb-s2 {
	color: #000;
	background: rgba(0, 0, 0, .06);
	box-shadow: none;
}

.post-count-badge.pcb-t2 {
	line-height: 1;
	font-size: 90px;
	font-weight: 700;
	color: rgba(0, 0, 0, .045);
	font-family: arial;
}

.post-count-badge.pcb-t2.pcb-s2 {
	font-size: 42px;
}

/**
 * =>Listing Classic
 **/
.listing-item-classic .post-subtitle {
	margin-bottom: 7px;
}

/**
 * =>Listing Classic 1
 **/
.listing-item-classic-1 {
	margin-bottom: 22px;
}

.listing-classic-1.columns-2 .listing-item-classic-1:last-child .listing-inner, .listing-classic-1.columns-3 .listing-item-classic-1:last-child .listing-inner, .listing-item-classic-1 .listing-inner {
	padding-bottom: 22px;
	border-bottom: 1px solid #f1f1f1;
}

.listing-item-classic-1.has-not-post-thumbnail .listing-inner {
	padding-bottom: 28px;
}

.listing-item-classic-1:last-child {
	margin-bottom: 0;
}

.listing-item-classic-1:last-child .listing-inner {
	padding-bottom: 0;
	border-bottom: none;
}

.listing-item-classic-1 .featured {
	position: relative;
	line-height: 0;
	margin-bottom: 17px;
}

.listing-item-classic-1 .featured iframe {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.listing-item-classic-1 .featured .img-holder {
	width: 100%;
	margin: 0;
	float: none;
}

.listing-item-classic-1 .featured .img-holder:before {
	padding-top: 50%;
}

.listing-item-classic-1 .title {
	margin: 0 0 6px;
}

.listing-item-classic-1 .title a {
	color: inherit;
}

.listing-item-classic-1 .post-meta {
	margin: 0 0 9px;
}

.listing-item-classic.bsw-1 .title, .listing-item-classic.bsw-2 .title, .listing-item-classic.bsw-3 .title, .listing-item-classic.bsw-4 .title {
	line-height: 1.3;
}

.listing-item-classic.bsw-1 .title .post-title, .listing-item-classic.bsw-2 .title .post-title, .listing-item-classic.bsw-3 .title .post-title, .listing-item-classic.bsw-4 .title .post-title {
	font-size: 88%;
}

@media only screen and (max-width: 400px) {
	.listing-item-classic .title {
		line-height: 1.3 !important;
	}
	
	.listing-item-classic .title .post-title {
		font-size: 88% !important;
	}
}

/**
 * =>Listing Classic 2
 **/
.listing.columns-3 > .listing-item-classic-2:last-child, .listing.columns-1 > .listing-item-classic-2:last-child {
	margin-bottom: 25px;
}

.listing.columns-2 > .listing-item-classic-2:last-child, .listing-item-classic-2 {
	margin-bottom: 30px;
}

.listing .listing-classic-2 > .listing-item-classic-2:last-child, .listing-item-classic-2:last-child {
	margin-bottom: 0;
}

.listing-item-classic-2 .listing-inner {
	padding: 0 20px 20px 20px;
	border: 1px solid #e6e6e6;
}

.listing-item-classic-2.has-not-post-thumbnail .listing-inner {
	padding-top: 20px;
}

.listing-item-classic-2 .featured {
	position: relative;
	line-height: 0;
	margin: -1px -21px 17px;
}

.listing-item-classic-2 .featured iframe {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.listing-item-classic-2 .featured .img-holder {
	width: 100%;
	margin: 0;
	float: none;
}

.listing-item-classic-2 .featured .img-holder:before {
	padding-top: 56%;
}

.listing-item-classic-2 .title {
	margin: 0 0 6px;
}

.listing-item-classic-2 .title a {
	color: inherit;
}

.listing-item-classic-2 .post-meta {
	margin: 0 0 9px;
}

/**
 * =>Listing Classic 3
 **/
.listing-classic-3.columns-3 .listing-item-classic-3:last-child, .listing-classic-3.columns-2 .listing-item-classic-3:last-child, .listing-item-classic-3 {
	margin-bottom: 25px;
}

.listing-item-classic-3 .listing-inner {
	padding: 0 25px 25px;
	border-bottom: 1px solid #f1f1f1;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	margin-left: 4%;
	margin-right: 4%;
	position: relative;
	z-index: 1;
	margin-top: -15px;
}

.listing-item-classic-3:last-child .listing-inner, .listing-item-classic-3:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.listing-classic-3.columns-3 .listing-item-classic-3:last-child .listing-inner, .listing-classic-3.columns-2 .listing-item-classic-3:last-child .listing-inner {
	border-bottom: 1px solid #f1f1f1;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.listing-item-classic-3 .featured {
	position: relative;
	line-height: 0;
}

.listing-item-classic-3 .featured iframe {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.listing-item-classic-3 .featured .img-holder {
	width: 100%;
	margin: 0;
	float: none;
}

.listing-item-classic-3 .featured .img-holder:before {
	padding-top: 55%;
}

.listing-item-classic-3 .title {
	margin: 40px 0 6px;
}

.listing-item-classic-3 .featured .title {
	margin: 0 4%;
	background: #fff;
	position: absolute;
	bottom: -2px;
	padding: 26px 25px 25px;
	width: 92%;
}

.listing-item-classic-3 .title a {
	color: inherit;
}

.listing-item-classic-3 .title h2 {
	margin: 0;
}

.listing-item-classic-3 .post-meta {
	margin: 0 0 9px;
}

.listing-item-classic-3.has-not-post-thumbnail .listing-inner {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.listing-item-classic-3.has-not-post-thumbnail .title {
	margin-top: 20px;
}

.listing-item-classic-3.bsw-1 .featured .img-holder:before, .listing-item-classic-3.bsw-2 .featured .img-holder:before, .listing-item-classic-3.bsw-3 .featured .img-holder:before, .listing-item-classic-3.bsw-4 .featured .img-holder:before {
	padding-top: 65%;
}

.listing-item-classic-3.bsw-1 .featured .title, .listing-item-classic-3.bsw-2 .featured .title, .listing-item-classic-3.bsw-3 .featured .title {
	margin: 15px 0 10px;
	padding: 0;
	background: #fff;
	position: relative;
}

.listing-item-classic-3.bsw-1 .listing-inner, .listing-item-classic-3.bsw-2 .listing-inner, .listing-item-classic-3.bsw-3 .listing-inner {
	padding: 0 0 15px;
	margin: 0;
}

@media only screen and (max-width: 380px) {
	.listing-item-classic-3 .featured .img-holder:before {
		padding-top: 65% !important;
	}
	
	.listing-item-classic-3 .featured .title {
		margin: 15px 0 10px !important;
		padding: 0 !important;
		background: #fff !important;
		position: relative !important;
		bottom: inherit !important;
	}
	
	.listing-item-classic-3 .listing-inner {
		padding: 0 0 15px !important;
		margin: 0 !important;
	}
}

/**
 * =>Listing Grid
 **/

/**
 * ->Listing Grid 1
 **/
.listing-item-grid-1 {
	margin-bottom: 22px;
}

.listing-item-grid-1 .featured {
	position: relative;
	line-height: 0;
	margin-bottom: 13px;
}

.listing-item-grid-1 .featured iframe {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.listing-item-grid-1 .featured .img-holder {
	width: 100%;
	margin: 0;
	float: none;
	display: block;
}

.listing-item-grid-1 .featured .img-holder:before {
	padding-top: 58%;
}

.listing-item-grid-1:hover .format-icon {
	right: 50%;
	top: 50%;
	margin-top: -16px;
	margin-right: -16px;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

.listing-item-grid-1 .title {
	margin: 0 0 6px;
}

.listing-item-grid-1 .title a {
	color: inherit;
	text-transform: inherit;
}

.listing-item-grid-1 .post-meta {
	margin: 0 0 7px;
}

.listing-item-grid-1 .post-summary {
	padding-bottom: 22px;
	border-bottom: 1px solid #f1f1f1;
	border-bottom-color: rgba(0, 0, 0, .07);
}

.listing-item-grid-1 .post-subtitle {
	margin-bottom: 6px;
}

/* columns */
.listing-grid.columns-1 .listing-item-grid-1:last-child .post-summary {
	padding-bottom: 0;
	border-bottom: none;
}

.listing-item-grid.simple-grid .featured {
	margin-bottom: 7px;
}

.listing-item-grid.simple-grid .featured .img-holder:before {
	padding-top: 66%;
}

/**
 * ->Listing Grid 2
 **/
.listing-item-grid-2 {
	margin-bottom: 22px;
}

.listing-item-grid-2 .featured {
	position: relative;
	line-height: 0;
	margin-bottom: 13px;
}

.listing-item-grid-2 .featured iframe {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.listing-item-grid-2 .featured .img-holder {
	width: 100%;
	margin: 0;
	float: none;
	display: block;
}

.listing-item-grid-2 .featured .img-holder:before {
	padding-top: 58%;
}

.listing-item-grid-2:hover .format-icon {
	right: 50%;
	top: 50%;
	margin-top: -16px;
	margin-right: -16px;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

.listing-item-grid-2 .title {
	margin: 0 0 6px;
}

.listing-item-grid-2 .title a {
	color: inherit;
	text-transform: inherit;
}

.listing-item-grid-2 .post-meta {
	margin: 0 0 15px;
}

.listing-item-grid-2 .post-summary {
	padding-bottom: 22px;
	border-bottom: 1px solid #f1f1f1;
}

.listing-item-grid-2 .post-subtitle {
	margin-bottom: 6px;
}

/**
 * =>Listing Blog 1 & 5
 **/
.listing-item-blog .format-icon {
	right: 15px;
	top: 15px;
	width: 28px;
	height: 28px;
	line-height: 25px;
	font-size: 13px;
}

.listing-item-blog .format-icon.format-audio {
	padding-right: 3px;
}

.listing-item-blog .format-icon.format-video {
	padding-left: 3px;
}

.listing-item-blog .format-icon .fa {
	line-height: 25px;
}

.listing-item-blog .featured:hover .format-icon {
	right: 50%;
	top: 50%;
	margin-top: -16px;
	margin-right: -16px;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

.listing-item-blog-5, .listing-item-blog-1 {
	margin-bottom: 25px;
}

.listing-item-blog-5:last-child, .listing-item-blog-1:last-child {
	margin-bottom: 0;
}

.listing-item-blog-5 .featured, .listing-item-blog-1 .featured {
	position: relative;
	float: left;
	margin-right: 26px;
	line-height: 0;
}

.listing-item-blog-5 .featured .img-holder, .listing-item-blog-1 .featured .img-holder {
	width: 210px;
	margin: 0;
}

.listing-item-blog-5 .featured .img-holder.img-holder:before, .listing-item-blog-1 .featured .img-holder.img-holder:before {
	padding-top: 64%;
}

.listing-item-blog-5 > .item-inner > .title, .listing-item-blog-1 > .item-inner > .title {
	margin: 0 0 6px;
}

.listing-item-blog-5 > .item-inner > .title a, .listing-item-blog-1 > .item-inner > .title a {
	color: inherit;
}

.listing-item-blog-5 .post-summary, .listing-item-blog-1 .post-summary {
	margin-top: 6px;
}

.listing-item-blog-1.has-post-thumbnail .post-summary {
	padding-left: 237px;
}

.listing-item-blog-5.has-post-thumbnail .post-summary {
	padding-left: 326px;
}

.listing-item-blog-5 .post-summary p + .read-more {
	margin-top: 0;
}

.listing-item-blog-5 .featured .img-holder {
	width: 300px;
	margin: 0;
}

.listing-item-blog.has-not-post-thumbnail:first-child {
	padding-top: 0;
	border-top: none;
}

.listing-item-blog.has-not-post-thumbnail + .listing-item-blog, .listing-item-blog + .listing-item-blog.has-not-post-thumbnail {
	padding-top: 18px;
	border-top: 1px solid #f1f3f5;
}

.listing-item-blog > .item-inner > .post-subtitle {
	margin-bottom: 5px;
}

.listing-item-blog > .item-inner > .post-meta + .post-subtitle {
	margin-top: 5px;
}

.listing-item-blog-5.bsw-1 .img-holder, .listing-item-blog-5.bsw-2 .img-holder, .listing-item-blog-5.bsw-3 .img-holder, .listing-item-blog-5.bsw-4 .img-holder, .listing-item-blog-5.bsw-5 .img-holder {
	width: 220px;
}

.listing-item-blog-5.has-post-thumbnail.bsw-1 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-2 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-3 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-4 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-5 .post-summary {
	padding-left: 243px;
}

.listing-item-blog-5.bsw-1 .featured, .listing-item-blog-5.bsw-2 .featured, .listing-item-blog-5.bsw-3 .featured, .listing-item-blog-5.bsw-4 .featured, .listing-item-blog-2.bsw-1 .featured, .listing-item-blog-2.bsw-2 .featured, .listing-item-blog-2.bsw-3 .featured, .listing-item-blog-2.bsw-4 .featured, .listing-item-blog-1.bsw-1 .featured, .listing-item-blog-1.bsw-2 .featured, .listing-item-blog-1.bsw-3 .featured, .listing-item-blog-1.bsw-4 .featured {
	float: none;
	text-align: center;
	margin: 0 0 10px 0;
	display: inline-block;
}

.listing-item-blog-5.bsw-1 .featured, .listing-item-blog-5.bsw-1 .img-holder, .listing-item-blog-5.bsw-2 .featured, .listing-item-blog-5.bsw-2 .img-holder, .listing-item-blog-5.bsw-3 .featured, .listing-item-blog-5.bsw-3 .img-holder, .listing-item-blog-5.bsw-4 .featured, .listing-item-blog-5.bsw-4 .img-holder {
	width: 100%;
}

.listing-item-blog-2.has-post-thumbnail.bsw-1 .post-summary, .listing-item-blog-2.has-post-thumbnail.bsw-2 .post-summary, .listing-item-blog-2.has-post-thumbnail.bsw-3 .post-summary, .listing-item-blog-2.has-post-thumbnail.bsw-4 .post-summary {
	padding-right: 0;
}

.listing-item-blog-1.has-post-thumbnail.bsw-1 .post-summary, .listing-item-blog-1.has-post-thumbnail.bsw-2 .post-summary, .listing-item-blog-1.has-post-thumbnail.bsw-3 .post-summary, .listing-item-blog-1.has-post-thumbnail.bsw-4 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-1 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-2 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-3 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-4 .post-summary {
	padding-left: 0;
}

@media only screen and (max-width: 830px) {
	.listing-item-blog-5.has-post-thumbnail .post-summary, .listing-item-blog-1.has-post-thumbnail .post-summary {
		padding-left: 0 !important;
	}
	
	.listing-item-blog-5 .featured, .listing-item-blog-2 .featured, .listing-item-blog-1 .featured {
		float: none !important;
		text-align: center !important;
		margin: 0 0 10px 0 !important;
		display: inline-block !important;
	}
	
	.listing-item-blog-5 .featured, .listing-item-blog-5 .img-holder {
		width: 100% !important;
	}
}

/**
 * =>Listing Blog 2
 **/
.listing-item-blog-2 {
	margin-bottom: 25px;
}

.listing-item-blog-2:last-child {
	margin-bottom: 0;
}

.listing-item-blog-2 .featured {
	position: relative;
	float: right;
	margin-left: 23px;
	line-height: 0;
}

.listing-item-blog-2 .featured .img-holder {
	width: 210px;
	margin: 0;
}

.listing-item-blog-2 .featured .img-holder.img-holder:before {
	padding-top: 64%;
}

.listing-item-blog-2 > .item-inner > .title {
	margin: 0 0 6px;
}

.listing-item-blog-2 > .item-inner > .title a {
	color: inherit;
}

.listing-item-blog-2 .post-summary {
	margin-top: 6px;
}

.listing-item-blog-2.has-post-thumbnail .post-summary {
	padding-right: 233px;
}

@media only screen and (max-width: 420px) {
	.listing-item-blog-2.has-post-thumbnail .post-summary {
		padding-right: 0 !important;
	}
	
	.listing-item-blog-2 .featured {
		float: none;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

/**
 * =>Listing Blog 3
 **/
.listing-item-blog-3 {
	margin-bottom: 25px;
}

.listing-item-blog-3:last-child {
	margin-bottom: 0;
}

.listing-item-blog-3 .featured {
	position: relative;
	float: left;
	margin-right: 23px;
	line-height: 0;
}

.listing-item-blog-3 .featured .img-holder {
	width: 210px;
	margin: 0;
}

.listing-item-blog-3.has-post-thumbnail .post-summary {
	padding-left: 233px;
}

.listing-item-blog-3 .featured .img-holder.img-holder:before {
	padding-top: 64%;
}

.listing-item-blog-3 > .item-inner > .title {
	margin: 7px 0 3px;
}

.listing-item-blog-3 > .item-inner > .post-meta {
	margin-bottom: 10px;
}

.listing-item-blog-3 > .item-inner > .title a {
	color: inherit;
}

.listing-item-blog-3.bsw-1 .featured, .listing-item-blog-3.bsw-2 .featured, .listing-item-blog-3.bsw-3 .featured, .listing-item-blog-3.bsw-4 .featured {
	float: none;
	text-align: center;
	margin: 0 0 10px 0;
}

.listing-item-blog-3.bsw-1 .featured, .listing-item-blog-3.bsw-2 .featured, .listing-item-blog-3.bsw-3 .featured, .listing-item-blog-3.bsw-4 .featured {
	float: none;
	text-align: center;
	margin: 0 0 10px 0;
	display: inline-block;
}

.listing-item-blog-3.has-post-thumbnail.bsw-1 .post-summary, .listing-item-blog-3.has-post-thumbnail.bsw-2 .post-summary, .listing-item-blog-3.has-post-thumbnail.bsw-3 .post-summary, .listing-item-blog-3.has-post-thumbnail.bsw-4 .post-summary {
	padding-left: 0;
}

@media only screen and (max-width: 420px) {
	.listing-item-blog-3 .featured {
		float: none !important;
		text-align: center !important;
		margin: 0 0 10px 0 !important;
	}
	
	.listing-item-blog-3 .featured {
		float: none !important;
		text-align: center !important;
		margin: 0 0 10px 0 !important;
		display: inline-block !important;
	}
	
	.listing-item-blog-3.has-post-thumbnail .post-summary {
		padding-left: 0 !important;
	}
}

/**
 * =>Listing Blog 4
 **/
.listing-blog-4 .listing-item-blog.has-post-thumbnail {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}

.listing-blog-4 .listing-item-blog.has-post-thumbnail:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/**
 * =>Listing Blog 5
 **/
.listing-item-blog-5 .post-subtitle {
	margin-bottom: 7px;
}

/**
 * =>Tall Listings
 **/
.listing-item-tall .format-icon {
	right: 15px;
	top: 15px;
	width: 28px;
	height: 28px;
	line-height: 25px;
	font-size: 12px;
}

.listing-item-tall .format-icon .fa {
	line-height: 25px;
}

.listing-item-tall:hover .format-icon {
	right: 50%;
	top: 50%;
	margin-top: -16px;
	margin-right: -16px;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

.listing-item-tall .post-subtitle {
	margin-bottom: 5px;
}

.listing-item-tall .featured + .post-subtitle {
	margin: 8px 0 -8px;
}

.listing-item-tall .post-meta + .post-subtitle {
	margin-top: 8px;
}

/**
 * =>Listing Tall 1
 **/
.listing-item-tall-1 {
	margin-bottom: 23px;
}

.listing-item-tall-1:last-child {
	margin-bottom: 0;
}

.listing-item-tall-1 .featured {
	position: relative;
}

.bs-ll-d .listing-item-tall-1 .featured .img-holder, .bs-ll-a .listing-item-tall-1 .featured .img-holder.b-loaded, .listing-item-tall-1 .featured .img-holder {
	width: 100%;
	margin: 0;
	background-position: top center;
}

.bs-ll-a .listing-item-tall-1 .featured .img-holder {
	background-position: center center;
}

.listing-item-tall-1 .featured .img-holder.img-holder:before {
	padding-top: 134%;
}

.listing-item-tall-1 > .title {
	margin: 15px 0 9px;
}

.listing-item-tall-1 > .title a {
	color: inherit;
}

.listing-item-tall-1 .post-summary {
	margin-top: 10px;
}

/**
 * =>Listing Tall 2
 **/
.listing-item-tall-2 {
	margin-bottom: 23px;
}

.bs-slider-item .listing-item-tall-2 {
	margin-bottom: 0 !important;
}

.listing-item-tall-2:last-child {
	margin-bottom: 0;
}

.listing-item-tall-2 .featured {
	position: relative;
}

.bs-ll-d .listing-item-tall-2 .featured .img-holder, .bs-ll-a .listing-item-tall-2 .featured .img-holder.b-loaded, .listing-item-tall-2 .featured .img-holder {
	width: 100%;
	margin: 0;
	background-position: top center;
}

.bs-ll-a .listing-item-tall-2 .featured .img-holder {
	background-position: center center;
}

.listing-item-tall-2 .featured .img-holder.img-holder:before {
	padding-top: 134%;
}

.listing-item-tall-2 .term-badges.floated {
	left: 0;
	right: 0;
	text-align: center;
	pointer-events: none;
}

.listing-item-tall-2 .term-badges.floated a {
	pointer-events: all;
}

.listing-item-tall-2 > .title {
	margin: 15px 0 9px;
}

.listing-item-tall-2 > .title a {
	color: inherit;
}

.listing-item-tall-2 .post-meta {
	text-align: center;
}

.listing-item-tall-2 .post-summary {
	text-align: center;
	margin-top: 10px;
}

.listing-item-tall-2 .post-subtitle {
	text-align: center !important;
}

/**
 * =>Listing Thumbnail 1
 **/
.listing-item-tb-1 {
	margin-bottom: 22px;
	position: relative;
}

.listing-mix-3-1 .listing-tb-1 > .listing-item-tb-1:last-child, .listing-item-tb-1:last-child {
	margin-bottom: 0;
}

.listing-item-tb-1 .title {
	margin: 0;
}

.listing-item-tb-1 .title a {
	color: inherit;
}

.listing-item-tb-1 .featured {
	margin-right: 13px;
	float: left;
	position: relative;
	line-height: 0;
}

.listing-item-tb-1 .img-holder {
	width: 86px;
	margin-right: 0;
	float: none;
}

.listing-item-tb-1 .img-holder:before {
	padding-top: 74%;
}

.listing-item-tb-1 .featured.featured-type-author-avatar .img-holder:before {
	padding-top: 100%;
}

.listing-item-tb-1 .post-subtitle {
	margin-top: 4px;
}

.listing-item-tb-1 .featured + .post-subtitle {
	margin: 0;
}

.bs-listing.bs-listing-listing-thumbnail-1 .bs-pagination {
	margin-top: 15px;
}

.listing-item-tb-1.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 1;
}

.listing-item-tb-1.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
	margin-bottom: 5px;
}

/**
 * =>Listing Thumbnail 2
 **/
.listing-item-tb-2 {
	margin-bottom: 20px;
	position: relative;
}

.listing-item-tb-2 .term-badges.floated {
	left: 0;
}

.listing-item-tb-2 .item-inner {
	position: relative;
}

.listing-item-tb-2 .title {
	margin: 0;
}

.listing-item-tb-2 .title a {
	color: inherit;
}

.listing-item-tb-2 .post-meta {
	margin-top: 5px;
}

.listing-item-tb-2 .post-summary {
	margin-top: 5px;
}

.listing-item-tb-2 .featured {
	margin-bottom: 10px;
	line-height: 0;
	position: relative;
}

.listing-item-tb-2 .format-icon {
	right: 15px;
	top: 15px;
	width: 28px;
	height: 28px;
	line-height: 24px;
	font-size: 12px;
}

.listing-item-tb-2 .format-icon .fa {
	line-height: 24px;
}

.listing-item-tb-2:hover .format-icon {
	right: 50%;
	top: 50%;
	margin-top: -16px;
	margin-right: -16px;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}

.listing-item-tb-2 .img-holder {
	width: 100%;
	margin-right: 0;
	float: none;
	display: block;
}

.listing-item-tb-2 .img-holder:before {
	padding-top: 70%;
}

.listing-item-tb-2 .featured.featured-type-author-avatar .img-holder:before {
	padding-top: 100%;
}

.listing-item-tb-2 .post-subtitle {
	margin-bottom: 5px;
}

.listing-item-tb-2 .title + .post-subtitle {
	margin: 5px 0 0;
}

.listing-item-tb-2.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
	position: absolute;
	bottom: -14px;
	left: 6px;
	z-index: 1;
}

.listing-item-tb-2.has-post-thumbnail.has-counter-badge .featured {
	margin-bottom: 22px;
}

.listing-item-tb-2.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
	margin-bottom: 10px;
}

/**
 * =>Listing Thumbnail 3
 **/
.listing-item-tb-3 {
	margin-bottom: 20px;
	position: relative;
}

.listing-item-tb-3:last-child {
	margin-bottom: 0;
}

.listing-tb-3 > .listing-item-tb-3:last-child {
	margin-bottom: 20px;
}

.listing-item-tb-3 .title {
	margin: 0;
}

.listing-item-tb-3 .title a {
	color: inherit;
}

.listing-item-tb-3 .featured {
	margin-left: 15px;
	float: right;
	position: relative;
	line-height: 0;
}

.listing-item-tb-3 .img-holder {
	width: 86px;
	margin-right: 0;
	float: none;
}

.listing-item-tb-3 .img-holder:before {
	padding-top: 74%;
}

.listing-item-tb-3 .featured.featured-type-author-avatar .img-holder:before {
	padding-top: 100%;
}

.listing-item-tb-3 .post-subtitle {
	margin-top: 4px;
}

.listing-item-tb-3 .featured + .post-subtitle {
	margin: 0;
}

.listing-item-tb-3.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
}

.listing-item-tb-3.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
	margin-bottom: 5px;
}

/**
 * =>Listing Text 1
 **/
.listing-item-text-1 {
	position: relative;
	margin-bottom: 15px;
}

.listing-item-text-1:last-child {
	margin-bottom: 0;
}

.listing-item-text-1 .item-inner {
	padding-bottom: 15px;
	border-bottom: 1px dashed #eaeaea;
	border-bottom-color: rgba(0, 0, 0, .08);
}

.listing-item-text-1 .term-badges.floated {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	text-align: center;
	margin-bottom: 12px;
}

.listing-item-text-1 .term-badges.floated .term-badge a {
	color: #fff !important;
	margin: 0 2px;
}

.listing-item-text-1 .title {
	margin: 0;
}

.listing-item-text-1.no-meta .title {
	margin-bottom: 10px;
}

.listing-item-text-1 .title a {
	color: inherit;
}

.listing-item-text-1 .post-meta {
	padding-top: 6px;
	text-align: center;
}

.listing-item-text-1 .post-summary {
	padding-top: 4px;
	text-align: center;
}

.listing-text-1.listing.columns-1 .listing-item:last-child {
	margin-bottom: 0;
}

.listing-text-1.listing.columns-1 .listing-item:last-child .item-inner {
	border-bottom: none;
}

.listing-item-text-1 .post-subtitle {
	text-align: center !important;
	margin: 5px 0 0;
}

.listing-item-text-1 .post-subtitle + .post-meta {
	padding-top: 5px;
}

.listing-item-text-1 .post-subtitle + .title {
	margin-top: 6px;
}

.listing-item-text-1 .post-subtitle:first-child {
	margin-top: 0;
}

.listing-item-text-1 .post-count-badge.pcb-t2.pcb-s1 {
	position: absolute;
	top: 0;
	left: 0;
}

/**
 * =>Listing Text 2
 **/
.listing-item-text-2 {
	position: relative;
	margin-bottom: 15px;
}

.listing-item-text-2:last-child {
	margin-bottom: 0;
}

.listing-item-text-2 .item-inner {
	border-left: 3px solid rgba(0, 0, 0, .11);
	-webkit-transition: .7s cubic-bezier(.55, -.01, .19, .98) 0s;
	-moz-transition: .7s cubic-bezier(.55, -.01, .19, .98) 0s;
	-o-transition: .7s cubic-bezier(.55, -.01, .19, .98) 0s;
	transition: .3s cubic-bezier(.55, -.01, .19, .98) 0s;
	padding: 6px 0 6px 14px;
}

.listing-item-text-2 .term-badges.floated {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	text-align: center;
	margin-bottom: 10px;
}

.listing-item-text-2 .term-badges.floated .term-badge a {
	background: #434343 !important;
	color: #fff !important;
	margin: 0;
}

.listing-item-text-2 .title {
	margin: 0;
}

.listing-item-text-2 .title a {
	color: inherit;
}

.listing-item-text-2 .post-meta .comments, .listing-item-text-2 .post-meta .post-author, .listing-item-text-2 .post-meta {
	font-size: 11px;
}

.listing-text-2.listing.columns-1 .listing-item:last-child {
	margin-bottom: 0;
}

.listing-text-2.listing.columns-1 .listing-item:last-child .item-inner {
	border-bottom: none;
}

.listing-item-text-2 .post-subtitle {
	margin-top: 4px;
}

.listing-item-text-2 .post-subtitle:first-child {
	margin-top: 0;
}

.listing-item-text-2 .post-subtitle + .title {
	margin-top: 4px;
}

.listing-item-text-2 .post-summary {
	padding-top: 6px;
}

.listing-item-text-2 .post-count-badge.pcb-t2.pcb-s2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

/**
 * =>Listing Text 3
 **/
.listing-item-text-3 {
	margin-bottom: 13px;
}

.listing-item-text-3 .item-inner {
	padding-bottom: 13px !important;
	border-bottom: 1px solid #f0f0f0;
	border-bottom-color: rgba(0, 0, 0, .06);
	position: relative;
}

.listing-item-text-3:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.listing-item-text-3 .title {
	margin: 0;
}

.listing-item-text-3 .title a {
	color: inherit;
}

.listing-item-text-3 .post-meta {
	margin-top: 2px;
}

.listing-item-text-3 .post-summary {
	margin-top: 4px;
}

.content-column > .listing-text-3 .listing-item-text-3 {
	margin-bottom: 17px;
	padding-bottom: 17px !important;
}

.listing-item-text-3 .post-subtitle {
	margin-top: 4px;
}

.listing-item-text-3 .post-subtitle:first-child {
	margin-top: 0;
}

.listing-item-text-3 .post-subtitle + .title {
	margin-top: 4px;
}

.listing-item-text-3.has-counter-badge .item-inner {
	padding-left: 43px;
}

.listing-item-text-3.has-counter-badge .post-count-badge.pcb-t1.pcb-s2 {
	position: absolute;
	top: 3px;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

/**
 * =>Listing Text 4
 **/
.listing-item-text-4 {
	margin-bottom: 13px;
}

.listing-item-text-4 .item-inner {
	padding-bottom: 13px !important;
	border-bottom: 1px solid #f0f0f0;
	border-bottom-color: rgba(0, 0, 0, .06);
	position: relative;
}

.listing-item-text-4:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.listing-text-4.columns-1 .listing-item-text-4:last-child {
	margin-bottom: 0;
}

.listing-text-4.columns-1 .listing-item-text-4:last-child .item-inner {
	border-bottom: none;
	padding-bottom: 0;
}

.listing-item-text-4 .title {
	margin: 0;
}

.listing-item-text-4 .title a {
	color: inherit;
}

.listing-item-text-4 .post-meta {
	margin-top: 2px;
}

.listing-item-text-4 .post-summary {
	margin-top: 4px;
}

.listing-item-text-4 .term-badges.text-badges {
	margin-bottom: 6px;
}

.content-column > .listing-text-4 .listing-item-text-4 {
	margin-bottom: 17px;
	padding-bottom: 17px !important;
}

.listing-item-text-4 .post-subtitle {
	margin-top: 4px;
}

.listing-item-text-4 .post-subtitle:first-child {
	margin-top: 0;
}

.listing-item-text-4 .post-subtitle + .title {
	margin-top: 4px;
}

.listing-item-text-4.has-counter-badge .item-inner {
	padding-left: 43px;
}

.listing-item-text-4.has-counter-badge .post-count-badge.pcb-t1.pcb-s2 {
	position: absolute;
	top: 5px;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

/**
 * =>BS Listing
 **/
.bs-listing p:empty {
	display: none;
}

/**
 * =>Mix Listing 1
 **/
.listing-mix-1-1 .listing-item-grid-1 {
	margin-bottom: 0;
}

.listing-mix-1-1 .listing-item-grid-1 .post-summary {
	padding-bottom: 0;
	border-bottom: none;
}

.listing-mix-1-1 .listing-item-tb-1 {
	margin-bottom: 27px;
}

.listing-mix-1-1 .listing-item-tb-1:last-child {
	margin-bottom: 0;
}

.listing-mix-1-1 .column-1 {
	width: 50%;
	float: left;
	padding-right: 18px;
}

.listing-mix-1-1 .column-2 {
	width: 50%;
	float: left;
	padding-left: 18px;
}

.listing.listing-mix-1-1.l-1-col .column-2, .listing.listing-mix-1-1.l-1-col .column-1 {
	width: 100%;
	padding: 0;
	float: none;
}

.listing.listing-mix-1-1.l-1-col .column-1 {
	margin-bottom: 24px;
}

@media only screen and (max-width: 450px) {
	.listing.listing-mix-1-1 .column-2, .listing.listing-mix-1-1 .column-1 {
		width: 100%;
		padding: 0;
		float: none;
	}
	
	.listing.listing-mix-1-1 .column-1 {
		margin-bottom: 24px;
	}
}

/**
 * =>Mix Listing 1-2
 **/
.listing.listing-mix-1-2 .listing-item-grid-1 {
	margin-bottom: 30px;
}

.listing.listing-mix-1-2 .listing-item-grid-1 .post-summary {
	padding-bottom: 0;
	border-bottom: none;
}

.listing.listing-mix-1-2 .listing-item-tb-1 {
	margin-bottom: 7px;
}

.listing.listing-mix-1-2 .column-1 {
	width: 50%;
	float: left;
	padding-right: 18px;
}

.listing.listing-mix-1-2 .column-2 {
	width: 50%;
	float: left;
	padding-left: 18px;
}

.bs-listing-listing-mix-1-2 .bs-pagination-wrapper .listing + .listing {
	margin-top: 0;
}

.listing.listing-mix-1-2.l-1-col .column-2, .listing.listing-mix-1-2.l-1-col .column-1 {
	width: 100%;
	padding: 0;
	float: none;
}

.listing.listing-mix-1-2.l-1-col .column-1 {
	margin-bottom: 20px;
}

@media only screen and (max-width: 450px) {
	.listing.listing-mix-1-2 .column-2, .listing.listing-mix-1-2 .column-1 {
		width: 100% !important;
		padding: 0 !important;
		float: none !important;
	}
	
	.listing.listing-mix-1-2 .column-1 {
		margin-bottom: 20px;
	}
}

/**
 * =>Mix Listing 1-4
 **/
.listing.listing-mix-1-4 .listing-item-grid-1 {
	margin-bottom: 0;
}

.listing.listing-mix-1-4 .listing-item-grid-1 .post-summary {
	padding-bottom: 0;
	border-bottom: none;
}

.listing.listing-mix-1-4 .column-1 {
	width: 70%;
	float: left;
	padding-right: 18px;
}

.listing.listing-mix-1-4 .column-2 {
	width: 30%;
	float: left;
	padding-left: 18px;
}

.listing.listing-mix-1-4.l-1-col .column-2, .listing.listing-mix-1-4.l-1-col .column-1 {
	width: 100%;
	padding: 0;
	float: none;
}

.listing.listing-mix-1-4.l-1-col .listing-item-grid-1 {
	margin-bottom: 20px;
}

.listing.listing-mix-1-4.l-1-col .listing-item-tb-2 {
	width: 50%;
	float: left;
}

.listing.listing-mix-1-4.l-1-col .listing-item-tb-2:nth-child(odd) {
	padding-right: 13px;
	clear: left;
}

.listing.listing-mix-1-4.l-1-col .listing-item-tb-2:nth-child(even) {
	padding-left: 13px;
}

@media only screen and (max-width: 450px) {
	.listing.listing-mix-1-4 .column-2, .listing.listing-mix-1-4 .column-1 {
		width: 100% !important;
		padding: 0 !important;
		float: none !important;
	}
	
	.listing.listing-mix-1-4 .listing-item-grid-1 {
		margin-bottom: 20px;
	}
	
	.listing.listing-mix-1-4 .listing-item-tb-2 {
		width: 50%;
		float: left;
	}
	
	.listing.listing-mix-1-4 .listing-item-tb-2:nth-child(odd) {
		padding-right: 13px;
		clear: left;
	}
	
	.listing.listing-mix-1-4 .listing-item-tb-2:nth-child(even) {
		padding-left: 13px;
	}
}

/**
 * =>Mix Listing 2-1
 **/
.listing-mix-2-1 .listing-item-grid-1 .post-summary {
	padding-bottom: 0;
	border-bottom: none;
}

.bs-listing-listing-mix-2-1 .bs-pagination-wrapper .listing + .listing {
	margin-top: 0;
}

.listing-mix-2-1.l-1-col .listing.columns-2 .listing-item {
	width: 100%;
	float: none;
	padding: 0 !important;
}

@media only screen and (max-width: 450px) {
	.listing-mix-2-1 .listing.columns-2 .listing-item {
		width: 100%;
		float: none;
		padding: 0 !important;
	}
}

/**
 * =>Mix Listing 2-2
 **/
.listing-mix-2-2 .listing-item-grid-1 .post-summary {
	padding-bottom: 0;
	border-bottom: none;
}

.listing-mix-2-2.l-1-col .listing.columns-2 .listing-item {
	width: 100%;
	float: none;
	padding: 0 !important;
}

@media only screen and (max-width: 450px) {
	.listing-mix-2-2 .listing.columns-2 .listing-item {
		width: 100%;
		float: none;
		padding: 0 !important;
	}
}

/**
 * =>Mix Listing 3
 **/
.listing.listing-mix-3-1 .row-1 + .row-2 {
	margin-top: 23px;
}

.listing.listing-mix-3-1 .listing-item-grid-1 {
	margin-bottom: 0;
}

/**
 * =>Mix Listing 3-2
 **/
.listing.listing-mix-3-2 .row-1:last-child {
	margin-bottom: 20px;
}

.listing.listing-mix-3-2 .row-1 + .row-2 {
	margin-top: 23px;
}

.listing.listing-mix-3-2 .listing-item-grid-1 {
	margin-bottom: 0;
}

.listing.listing-mix-3-2 .listing-item-tb-2 {
	margin-bottom: 25px;
}

.more_btn > .listing-mix-3-2 + .listing-mix-3-2, .infinity > .listing-mix-3-2 + .listing-mix-3-2 {
	margin-top: 0;
}

/**
 * =>Mix Listing 3-3
 **/
.listing.listing-mix-3-3 .row-1 + .row-2 {
	margin-top: 23px;
}

.listing.listing-mix-3-3 .listing-item-grid-1 {
	margin-bottom: 0;
}

.listing.listing-mix-3-3 .listing-item-text-2 {
	margin-bottom: 25px;
}

.listing-mix-3-3.l-1-col .listing.columns-2 .listing-item {
	width: 100%;
	float: none;
	padding: 0 !important;
}

@media only screen and (max-width: 450px) {
	.listing-mix-3-3 .listing.columns-2 .listing-item {
		width: 100%;
		float: none;
		padding: 0 !important;
	}
}

/**
 * =>Mix Listing 3-4
 **/
.listing.listing-mix-3-4 .row-1 + .row-2 {
	margin-top: 23px;
}

.listing.listing-mix-3-4 .listing-item-tb-1:last-child, .listing.listing-mix-3-4 .listing-mg-3-item {
	margin-bottom: 0;
}

.listing.listing-mix-3-4 .listing-item-tb-1 {
	margin-bottom: 25px;
}

/**
 * =>Mix Listing 6
 **/
.listing-mix-6 .listing-item-grid-1 {
	margin-bottom: 0;
}

.listing-mix-6 .listing-item-grid-1 .post-summary {
	padding-bottom: 0;
	border-bottom: none;
}

.listing-mix-6 .listing-item-text:last-child {
	margin-bottom: 0;
}

.listing-mix-6 .column-1 {
	width: 50%;
	float: left;
	padding-right: 18px;
}

.listing-mix-6 .column-2 {
	width: 50%;
	float: left;
	padding-left: 18px;
}

.listing.listing-mix-6.l-1-col .column-2, .listing.listing-mix-6.l-1-col .column-1 {
	width: 100%;
	padding: 0;
	float: none;
}

.listing.listing-mix-6.l-1-col .column-1 {
	margin-bottom: 20px;
}

@media only screen and (max-width: 450px) {
	.listing.listing-mix-6 .column-2, .listing.listing-mix-6 .column-1 {
		width: 100%;
		padding: 0;
		float: none;
	}
	
	.listing.listing-mix-6 .column-1 {
		margin-bottom: 20px;
	}
}

/**
 * =>Mix Listing 10
 **/
.listing-mix-4-1 .listing-classic-3 {
	margin-bottom: 15px;
}

.bs-pagination-wrapper .listing-mix-4-1 + .listing-mix-4-1 {
	margin-top: 0;
}

.listing.listing-mix-4-1.l-1-col .listing.columns-2 .listing-item {
	width: 100%;
	padding: 0;
	float: none;
}

@media only screen and (max-width: 500px) {
	.listing.listing-mix-4-1 .listing.columns-2 .listing-item {
		width: 100%;
		padding: 0;
		float: none;
	}
}

/**
 * =>Mix Listing 11
 **/
.listing-mix-4-2 .listing-classic-3 {
	margin-bottom: 15px;
}

.bs-listing-listing-mix-4-2 .bs-pagination-wrapper .listing + .listing {
	margin-top: 0;
}

.listing.listing-mix-4-2.l-1-col .listing.columns-2 .listing-item {
	width: 100%;
	padding: 0;
	float: none;
}

@media only screen and (max-width: 500px) {
	.listing.listing-mix-4-2 .listing.columns-2 .listing-item {
		width: 100%;
		padding: 0;
		float: none;
	}
}

/**
 * =>Mix Listing 12
 **/
.listing-mix-4-3 .listing-classic-2 {
	margin-bottom: 25px;
}

.bs-pagination-wrapper .listing-mix-4-3 + .listing-mix-4-3 {
	margin-top: 0;
}

.listing.listing-mix-4-3.l-1-col .listing.columns-2 .listing-item {
	width: 100%;
	padding: 0;
	float: none;
}

@media only screen and (max-width: 500px) {
	.listing.listing-mix-4-3 .listing.columns-2 .listing-item {
		width: 100%;
		padding: 0;
		float: none;
	}
}

/**
 * =>Mix Listing 13
 **/
.listing-mix-4-4 .listing-classic-2 {
	margin-bottom: 25px;
	margin-top: 0 !important;
}

.bs-pagination-wrapper .listing-mix-4-4 + .listing-mix-4-4 {
	margin-top: 0;
}

.listing.listing-mix-4-4.l-1-col .listing.columns-2 .listing-item {
	width: 100%;
	padding: 0;
	float: none;
}

@media only screen and (max-width: 500px) {
	.listing.listing-mix-4-4 .listing.columns-2 .listing-item {
		width: 100%;
		padding: 0;
		float: none;
	}
}

/**
 * =>Mix Listing 14
 **/
.listing-mix-4-5 .listing-classic-2.columns-2 .listing-item-classic-2 {
	margin-bottom: 30px !important;
}

.listing-mix-4-5 .listing-classic-2 {
	margin-bottom: 30px;
}

.listing-mix-4-5 .listing-classic-2:last-child {
	margin-bottom: 0;
}

.bs-listing-listing-mix-4-5 .bs-pagination-wrapper .listing + .listing {
	margin-top: 0;
}

.listing.listing-mix-4-5.l-1-col .listing.columns-2 .listing-item {
	width: 100%;
	padding: 0;
	float: none;
}

@media only screen and (max-width: 500px) {
	.listing.listing-mix-4-5 .listing.columns-2 .listing-item {
		width: 100%;
		padding: 0;
		float: none;
	}
}

/**
 * =>Mix Listing 15
 **/
.listing-mix-4-6 .listing-classic-2.columns-2 .listing-item-classic-2 {
	margin-bottom: 30px !important;
}

.listing-mix-4-6 .listing-classic-2 {
	margin-bottom: 30px;
}

.listing-mix-4-6 .listing-classic-2.columns-2 {
	margin-bottom: 0;
}

.bs-listing-listing-mix-4-6 .bs-pagination-wrapper .listing + .listing {
	margin-top: 0;
}

.listing.listing-mix-4-6.l-1-col .listing.columns-2 .listing-item {
	width: 100%;
	padding: 0;
	float: none;
}

@media only screen and (max-width: 500px) {
	.listing.listing-mix-4-6 .listing.columns-2 .listing-item {
		width: 100%;
		padding: 0;
		float: none;
	}
}

/**
 * =>Mix Listing 16
 **/
.listing-mix-4-7 .listing-classic-3 {
	margin-bottom: 0;
}

.bs-listing-listing-mix-4-7 .bs-pagination-wrapper .listing + .listing {
	margin-top: 0;
}

.bs-listing-listing-mix-4-7 .bs-pagination-wrapper .listing-mix-4-7 + .listing-mix-4-7.listing-mix-4-7 {
	margin-top: 20px;
}

/**
 * =>Mix Listing 17
 **/
.listing-mix-4-8 .listing-classic-2 {
	margin-bottom: 25px;
}

/**
 * =>Modern Grid Listing
 **/
.listing-mg-item {
	position: relative;
	overflow: hidden;
}

.listing-mg-item.has-not-post-thumbnail .img-cont {
	background-color: #e4e4e4;
}

.listing-modern-grid .bs-slider-item .item-content, .listing-mg-1-item .item-content, .listing-mg-item .term-badges.floated, .listing-mg-item .content-container {
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}

.listing-mg-1-item .img-cont {
	-webkit-backface-visibility: hidden;
}

.listing-mg-item .post-meta .views.views.views {
	color: #fff !important;
}

.listing-mg-item.listing-mg-5-item .post-meta.post-meta .views.views.views {
	padding: 0;
	background: transparent;
}

.listing-mg-item .post-meta .views {
	background: rgba(0, 0, 0, .2);
	border-radius: 3px;
	padding: 1px 6px;
	vertical-align: middle;
}

.listing-modern-grid.slider-overlay-simple .listing-mg-item .content-container {
	padding: 22px 20px 20px;
	background: rgba(0, 0, 0, .42);
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}

.listing-modern-grid.slider-overlay-simple-gr .listing-mg-item .img-cont:after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .65)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#b3000000", GradientType=0);
	top: auto;
	height: 75%;
}

.listing-modern-grid.slider-overlay-colored .listing-item-17 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-9 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-1 .img-cont:after {
	background: #dc4225;
	background: -moz-linear-gradient(45deg, #292484 0%, #dc4225 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #292484), color-stop(100%, #dc4225));
	background: -webkit-linear-gradient(45deg, #292484 0%, #dc4225 100%);
	background: -o-linear-gradient(45deg, #292484 0%, #dc4225 100%);
	background: -ms-linear-gradient(45deg, #292484 0%, #dc4225 100%);
	background: linear-gradient(45deg, #292484 0%, #dc4225 100%);
}

.listing-modern-grid.slider-overlay-colored .listing-item-18 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-10 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-2 .img-cont:after {
	background: #26d0ce;
	background: -moz-linear-gradient(45deg, #1a2980 0%, #26d0ce 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #1a2980), color-stop(100%, #26d0ce));
	background: -webkit-linear-gradient(45deg, #1a2980 0%, #26d0ce 100%);
	background: -o-linear-gradient(45deg, #1a2980 0%, #26d0ce 100%);
	background: -ms-linear-gradient(45deg, #1a2980 0%, #26d0ce 100%);
	background: linear-gradient(45deg, #1a2980 0%, #26d0ce 100%);
}

.listing-modern-grid.slider-overlay-colored .listing-item-19 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-11 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-3 .img-cont:after {
	background: #1d976c;
	background: -moz-linear-gradient(45deg, #1d976c 0%, #3cf93d 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #1d976c), color-stop(100%, #3cf93d));
	background: -webkit-linear-gradient(45deg, #1d976c 0%, #3cf93d 100%);
	background: -o-linear-gradient(45deg, #1d976c 0%, #3cf93d 100%);
	background: -ms-linear-gradient(45deg, #1d976c 0%, #3cf93d 100%);
	background: linear-gradient(45deg, #1d976c 0%, #3cf93d 100%);
}

.listing-modern-grid.slider-overlay-colored .listing-item-20 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-12 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-4 .img-cont:after {
	background: #dc4225;
	background: -moz-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #e0be00), color-stop(100%, #dc4225));
	background: -webkit-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
	background: -o-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
	background: -ms-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
	background: linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
}

.listing-modern-grid.slider-overlay-colored .listing-item-21 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-13 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-5 .img-cont:after {
	background: #ff4f39;
	background: -moz-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff4f39), color-stop(100%, #dd0098));
	background: -webkit-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
	background: -o-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
	background: -ms-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
	background: linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
}

.listing-modern-grid.slider-overlay-colored .listing-item-22 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-14 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-6 .img-cont:after {
	background: #3895ff;
	background: -moz-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #3895ff), color-stop(100%, #2add28));
	background: -webkit-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
	background: -o-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
	background: -ms-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
	background: linear-gradient(45deg, #3895ff 0%, #2add28 100%);
}

.listing-modern-grid.slider-overlay-colored .listing-item-23 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-15 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-7 .img-cont:after {
	background: #7741d5;
	background: -moz-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #7741d5), color-stop(100%, #c56200));
	background: -webkit-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
	background: -o-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
	background: -ms-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
	background: linear-gradient(45deg, #7741d5 0%, #c56200 100%);
}

.listing-modern-grid.slider-overlay-colored .listing-item-24 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-16 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-8 .img-cont:after {
	background: #06c67b;
	background: -moz-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #06c67b), color-stop(100%, #076fc5));
	background: -webkit-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
	background: -o-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
	background: -ms-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
	background: linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
}

.listing-modern-grid.slider-overlay-colored .listing-mg-item .img-cont:after {
	opacity: .7;
}

.listing-modern-grid.slider-overlay-colored .listing-mg-item:hover .img-cont:after {
	opacity: .53;
}

/* Animated Gradiant */
.listing-modern-grid.slider-overlay-colored-anim .listing-mg-item .img-cont:after {
	background-size: 300% 300%;
	-webkit-animation: mg-gr-anim 5.5s ease-in infinite;
	-moz-animation: mg-gr-anim 5.5s ease-in infinite;
	-o-animation: mg-gr-anim 5.5s ease-in infinite;
	animation: mg-gr-anim 5.5s ease-in infinite;
	opacity: .5;
}

.listing-modern-grid.slider-overlay-colored-anim .listing-mg-item:hover .img-cont:after {
	opacity: .7;
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-17 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-9 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-1 .img-cont:after {
	background: linear-gradient(135deg, #292484, #dc4225);
	background-size: 500% 500%;
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-18 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-10 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-2 .img-cont:after {
	background: linear-gradient(135deg, #1a2980, #26d0ce);
	background-size: 500% 500%;
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-19 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-11 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-3 .img-cont:after {
	background: linear-gradient(135deg, #1d976c, #3cf93d);
	background-size: 500% 500%;
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-20 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-12 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-4 .img-cont:after {
	background: linear-gradient(135deg, #e0be00, #dc4225);
	background-size: 500% 500%;
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-21 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-13 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-5 .img-cont:after {
	background: linear-gradient(135deg, #ff4f39, #dd0098);
	background-size: 1000% 1000%;
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-22 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-14 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-6 .img-cont:after {
	background: linear-gradient(135deg, #06c67b, #076fc5);
	background-size: 1000% 1000%;
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-23 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-15 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-7 .img-cont:after {
	background: linear-gradient(135deg, #7741d5, #c56200);
	background-size: 1000% 1000%;
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-24 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-16 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-8 .img-cont:after {
	background: linear-gradient(135deg, #3895ff, #2add28);
	background-size: 1000% 1000%;
}

@-webkit-keyframes mg-gr-anim {
	0% {
		background-position: 0% 0%;
	}
	
	50% {
		background-position: 100% 100%;
	}
	
	100% {
		background-position: 0% 0%;
	}
}

@-moz-keyframes mg-gr-anim {
	0% {
		background-position: 0% 0%;
	}
	
	50% {
		background-position: 100% 100%;
	}
	
	100% {
		background-position: 0% 0%;
	}
}

@-o-keyframes mg-gr-anim {
	0% {
		background-position: 0% 0%;
	}
	
	50% {
		background-position: 100% 100%;
	}
	
	100% {
		background-position: 0% 0%;
	}
}

@keyframes mg-gr-anim {
	0% {
		background-position: 0% 0%;
	}
	
	50% {
		background-position: 100% 100%;
	}
	
	100% {
		background-position: 0% 0%;
	}
}

.listing-mg-item.listing-mg-6-item.listing-mg-6-item:hover .title a, .listing-mg-item.listing-mg-4-item.listing-mg-4-item:hover .title a, .listing-mg-item.listing-mg-3-item.listing-mg-3-item:hover .title a, .listing-mg-item.listing-mg-2-item.listing-mg-2-item:hover .title a, .listing-mg-item.listing-mg-1-item.listing-mg-1-item:hover .title a {
	color: #fff !important;
}

.listing-modern-grid-6.l-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-6.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-6.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-6.l-5 .listing-mg-item:hover .format-icon, .listing-modern-grid-4.l-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-4.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-4.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-4.l-5 .listing-mg-item:hover .format-icon, .listing-modern-grid-3.l-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-3.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-3.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-3.l-5 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-5 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-5 .listing-mg-item:hover .format-icon {
	right: 20px;
	top: 20px;
	margin-top: 0;
	margin-right: 0;
	transform: none;
}

.listing-mg-item:hover .format-icon {
	right: 50%;
	top: 50%;
	margin-top: -16px;
	margin-right: -16px;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

.listing-item-3.listing-mg-1-item:hover .format-icon, .listing-item-4.listing-mg-1-item:hover .format-icon {
	margin-top: -30px;
}

.listing-item-5.listing-mg-2-item:hover .format-icon, .listing-item-4.listing-mg-2-item:hover .format-icon, .listing-item-3.listing-mg-2-item:hover .format-icon, .listing-item-2.listing-mg-2-item:hover .format-icon {
	margin-top: -25px;
}

.listing-mg-3-item:hover .format-icon {
	top: 27px;
	margin-top: 0;
}

.more_btn > .listing-modern-grid-3 + .listing-modern-grid-3, .infinity > .listing-modern-grid-3 + .listing-modern-grid-3 {
	margin-top: 0;
}

body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont {
	background-size: inherit !important;
	transition: none;
	transition: all .35s;
}

body.bs-ll-d .listing-mg-type-1 .img-cont.img-cont, body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont.b-error, body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont.b-loaded {
	background-size: cover !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-animation: none;
	animation: none;
}

.listing-mg-item .post-subtitle {
	-webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	-moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.listing-mg-item .post-subtitle a, .listing-mg-item .post-subtitle {
	color: #fff !important;
}

.listing-mg-item .post-subtitle {
	margin-top: 10px;
}

.listing-mg-item .post-subtitle + .post-meta {
	margin-top: 5px;
}

.listing-mg-item .post-subtitle:first-child {
	margin: 0 0 7px;
}

@media only screen and (max-width: 480px) {
	.listing-modern-grid-6 .listing-mg-item:hover .format-icon, .listing-modern-grid-6 .listing-mg-item .format-icon, .listing-modern-grid-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-4 .listing-mg-item .format-icon, .listing-modern-grid-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-3 .listing-mg-item .format-icon, .listing-modern-grid-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-2 .listing-mg-item .format-icon, .listing-modern-grid-1 .listing-mg-item:hover .format-icon, .listing-modern-grid-1 .listing-mg-item .format-icon {
		right: 20px;
		top: 20px;
		margin-top: 0;
		margin-right: 0;
		transform: none;
	}
}

/**
 * ->Modern Grid Type 1
 **/
.listing-mg-type-1:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 68.17%;
}

.listing-modern-grid .bs-slider-item .listing-mg-type-1 .item-content, .listing-mg-type-1 .item-content {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.listing-mg-type-1 .img-cont {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	position: absolute;
	top: -1px;
	left: -2px;
	right: -2px;
	bottom: -1px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: optimizeQuality;
	-moz-transform-origin: 0 0;
}

body.bs-ll-d .listing-mg-type-1 .img-cont, .listing-mg-type-1 .img-cont.b-error, .listing-mg-type-1 .img-cont.b-loaded {
	background-size: cover !important;
}

.listing-mg-type-1 .img-cont:after {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.listing-mg-type-1:hover .img-cont {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.listing-mg-type-1 .content-container {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	padding: 0;
	max-height: 75%;
	overflow: hidden;
	pointer-events: none;
}

.listing-mg-type-1 .content-container a {
	pointer-events: all;
}

.listing-mg-type-1 .title {
	margin: 0;
	-webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	-moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	line-height: 1.4;
}

.listing-item.listing-mg-type-1 .title.title a.post-url.post-url, .listing-item.listing-mg-type-1 .title.title a.post-url.post-url:hover {
	color: inherit !important;
}

.listing-mg-type-1 .post-meta, .listing-mg-type-1 .post-meta {
	margin-top: 3px;
}

.listing-mg-type-1 .post-meta .post-author {
	color: #fff;
}

.listing-mg-type-1 .post-meta .comments {
	color: #fff;
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

.listing-mg-type-1 .post-meta .rating + .comments {
	float: none;
	margin-left: 0;
	vertical-align: middle;
}

.listing-mg-type-1 .post-meta .time, .listing-mg-type-1 .post-meta .post-author:after {
	color: rgba(255, 255, 255, .57);
}

/**
 * ->Modern Grid Listing 1
 **/
.listing-mg-1-item.listing-item-2 .title, .listing-mg-1-item.listing-item-3 .title, .listing-mg-1-item.listing-item-4 .title, .listing-mg-1-item.listing-item-5 .title {
	font-size: 72%;
}

.listing-mg-1-item.listing-item-2 .title {
	font-size: 80%;
}

.listing-modern-grid-1 .mg-col-1 {
	width: 56%;
	float: left;
	padding-right: 1px;
	overflow: hidden;
}

.listing-modern-grid-1 .mg-col-2 {
	width: 44%;
	float: left;
	padding-left: 1px;
	overflow: hidden;
}

.listing-modern-grid-1 .mg-row-1 {
	margin: 0 0 2px;
	overflow: hidden;
}

.listing-mg-1-item.listing-item-2:before {
	padding-top: 47.29%;
}

.listing-modern-grid-1 .item-4-cont, .listing-modern-grid-1 .item-3-cont {
	width: 50%;
	float: left;
	overflow: hidden;
}

.listing-modern-grid-1 .item-3-cont {
	padding-right: 1px;
}

.listing-modern-grid-1 .item-4-cont {
	padding-left: 1px;
}

.listing-mg-1-item.listing-item-3:before, .listing-mg-1-item.listing-item-4:before {
	padding-top: 78.54%;
}

/* */
.listing-modern-grid-1.l-1 .listing-mg-1-item.listing-item-3:before, .listing-modern-grid-1.l-1 .listing-mg-1-item.listing-item-4:before {
	padding-top: 78.43%;
}

/* */
.listing-modern-grid-1.l-2 .listing-mg-1-item:before {
	padding-top: 89%;
}

.listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-2:before {
	padding-top: 63.74%;
}

.listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-4:before, .listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-3:before {
	padding-top: 98.58%;
}

.listing-modern-grid-1.l-5 .listing-item-1 .title, .listing-modern-grid-1.l-4 .listing-item-1 .title, .listing-modern-grid-1.l-3 .listing-item-1 .title, .listing-modern-grid-1.l-2 .listing-item-1 .title {
	font-size: 80%;
}

.listing-modern-grid-1.l-2 .listing-item-2 .title {
	font-size: 72%;
}

.listing-modern-grid-1.l-5 .listing-item-4 .title, .listing-modern-grid-1.l-5 .listing-item-3 .title, .listing-modern-grid-1.l-4 .listing-item-4 .title, .listing-modern-grid-1.l-4 .listing-item-3 .title, .listing-modern-grid-1.l-3 .listing-item-4 .title, .listing-modern-grid-1.l-3 .listing-item-3 .title, .listing-modern-grid-1.l-2 .listing-item-4 .title, .listing-modern-grid-1.l-2 .listing-item-3 .title {
	font-size: 62%;
}

.listing-modern-grid-1.l-5 .listing-item-4 .term-badges, .listing-modern-grid-1.l-4 .listing-item-4 .term-badges, .listing-modern-grid-1.l-3 .listing-item-4 .term-badges, .listing-modern-grid-1.l-2 .listing-item-4 .term-badges, .listing-modern-grid-1.l-2 .listing-item-3 .term-badges {
	display: none;
}

.listing-modern-grid-1.l-5 .listing-mg-item .content-container, .listing-modern-grid-1.l-4 .listing-mg-item .content-container, .listing-modern-grid-1.l-3 .listing-mg-item .content-container, .listing-modern-grid-1.l-2 .listing-mg-item .content-container {
	left: 15px;
	right: 15px;
	bottom: 10px;
	max-height: 50%;
}

/* */
.listing-modern-grid-1.l-5 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-4 .listing-mg-item .format-icon, .listing-modern-grid-1.l-5 .listing-mg-item .format-icon, .listing-modern-grid-1.l-3 .listing-mg-item .format-icon {
	right: 12px;
	top: 12px;
}

.listing-modern-grid-1.l-5 .mg-col-1, .listing-modern-grid-1.l-3 .mg-col-1 {
	width: 100%;
	padding: 0;
}

.listing-modern-grid-1.l-5 .mg-col-2, .listing-modern-grid-1.l-3 .mg-col-2 {
	width: 100%;
	padding: 2px 0 0 0;
}

.listing-modern-grid-1.l-5 .mg-row-1, .listing-modern-grid-1.l-3 .mg-row-1 {
	width: 100%;
	padding: 0;
	float: none;
}

.listing-modern-grid-1.l-5 .mg-row-2, .listing-modern-grid-1.l-3 .mg-row-2 {
	width: 100%;
	padding: 0;
	float: none;
}

.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2:before, .listing-modern-grid-1.l-5 .listing-item-1:before, .listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2:before, .listing-modern-grid-1.l-4 .listing-item-1:before, .listing-modern-grid-1.l-3 .listing-mg-1-item.listing-item-2:before, .listing-modern-grid-1.l-3 .listing-item-1:before {
	padding-top: 46%;
}

.listing-modern-grid-1.l-5 .listing-item-2 .title, .listing-modern-grid-1.l-4 .listing-item-2 .title, .listing-modern-grid-1.l-3 .listing-item-2 .title {
	font-size: 72%;
}

.listing-modern-grid-1.l-3 .listing-item-2 .post-meta, .listing-modern-grid-1.l-3 .listing-item-3 .term-badges.floated, .listing-modern-grid-1.l-3 .listing-item-4 .term-badges.floated {
	display: none;
}

/* */
.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-1:before {
	padding-top: 50%;
}

.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2 .term-badges.floated {
	display: none;
}

.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2:before {
	padding-top: 38%;
}

/* */
.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-1:before {
	padding-top: 57%;
}

.listing-modern-grid-1.l-5 .listing-item-2 .post-meta, .listing-modern-grid-1.l-5 .listing-item-3 .term-badges.floated, .listing-modern-grid-1.l-5 .listing-item-4 .term-badges.floated, .listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2 .term-badges.floated, .listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-1 .post-meta {
	display: none;
}

.listing-modern-grid-1.l-5 .listing-item-2 .title {
	font-size: 64%;
}

.listing-modern-grid-1.l-5 .listing-mg-item .content-container {
	left: 12px;
	right: 12px;
	bottom: 12px;
}

.listing-modern-grid-1.l-5 .listing-mg-item.listing-item-2 .content-container {
	max-height: 40%;
}

.slider-overlay-simple.listing-modern-grid-1.l-5 .listing-mg-item.listing-item-2 .content-container {
	max-height: 60%;
	padding: 12px 12px 10px;
}

.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-4:before, .listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-3:before {
	padding-top: 88%;
}

.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2:before {
	padding-top: 50.5%;
}

@media only screen and (max-width: 980px) {
	.listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before, .listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before {
		padding-top: 78.43%;
	}
}

@media only screen and (max-width: 780px) {
	.listing-modern-grid-1 .listing-mg-1-item:before {
		padding-top: 89%;
	}
	
	.listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before {
		padding-top: 63.74%;
	}
	
	.listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before, .listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before {
		padding-top: 98.58%;
	}
	
	.listing-modern-grid-1 .listing-item-1 .title {
		font-size: 80%;
	}
	
	.listing-modern-grid-1 .listing-item-2 .title {
		font-size: 72%;
	}
	
	.listing-modern-grid-1 .listing-item-4 .title, .listing-modern-grid-1 .listing-item-3 .title {
		font-size: 62%;
	}
	
	.listing-modern-grid-1 .listing-item-4 .term-badges, .listing-modern-grid-1 .listing-item-3 .term-badges {
		display: none;
	}
	
	.listing-modern-grid-1 .listing-mg-item .content-container {
		left: 15px;
		right: 15px;
		bottom: 10px;
		max-height: 50%;
	}
}

@media only screen and (max-width: 620px) {
	.listing-modern-grid-1 .listing-mg-item:hover .format-icon, .listing-modern-grid-1 .listing-mg-item .format-icon {
		right: 12px;
		top: 12px;
	}
	
	.listing-modern-grid-1 .mg-col-1 {
		width: 100%;
		padding: 0;
	}
	
	.listing-modern-grid-1 .mg-col-2 {
		width: 100%;
		padding: 2px 0 0 0;
	}
	
	.listing-modern-grid-1 .mg-row-1 {
		width: 100%;
		padding: 0;
		float: none;
	}
	
	.listing-modern-grid-1 .mg-row-2 {
		width: 100%;
		padding: 0;
		float: none;
	}
	
	.listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before, .listing-modern-grid-1 .listing-item-1:before {
		padding-top: 46%;
	}
	
	.listing-modern-grid-1 .listing-item-2 .title {
		font-size: 72%;
	}
	
	.listing-modern-grid-1 .listing-item-2 .post-meta, .listing-modern-grid-1 .listing-item-3 .term-badges.floated, .listing-modern-grid-1 .listing-item-4 .term-badges.floated {
		display: none;
	}
}

@media only screen and (max-width: 560px) {
	.listing-modern-grid-1 .listing-mg-1-item.listing-item-1:before {
		padding-top: 50%;
	}
	
	.listing-modern-grid-1 .listing-mg-1-item.listing-item-2 .term-badges.floated {
		display: none;
	}
	
	.listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before {
		padding-top: 38%;
	}
}

@media only screen and (max-width: 480px) {
	.listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before {
		padding-top: 50.5%;
	}
	
	.listing-modern-grid-1 .listing-mg-1-item.listing-item-1:before {
		padding-top: 57%;
	}
	
	.listing-modern-grid-1 .listing-mg-1-item.listing-item-1 .post-meta {
		display: none;
	}
	
	.listing-modern-grid-1 .listing-item-2 .title {
		font-size: 64%;
	}
	
	.listing-modern-grid-1 .listing-mg-item .content-container {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}
	
	.listing-modern-grid-1 .listing-mg-item.listing-item-2 .content-container {
		max-height: 40%;
	}
	
	.slider-overlay-simple.listing-modern-grid-1 .listing-mg-item.listing-item-2 .content-container {
		max-height: 60%;
		padding: 12px 12px 10px;
	}
	
	.listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before, .listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before {
		padding-top: 88%;
	}
}

/**
 * ->Modern Grid Listing 2
 **/
.listing-mg-2-item.listing-item-2 .title, .listing-mg-2-item.listing-item-3 .title, .listing-mg-2-item.listing-item-4 .title, .listing-mg-2-item.listing-item-5 .title {
	font-size: 72%;
}

.listing-mg-2-item:before {
	padding-top: 77.8%;
}

.listing-mg-2-item.listing-item-1:before {
	padding-top: 69.05%;
}

.listing-modern-grid-2 .mg-col-1 {
	width: 53%;
	float: left;
	padding-right: 1px;
}

.listing-modern-grid-2 .mg-col-2 {
	width: 47%;
	float: left;
	padding-left: 1px;
}

.listing-modern-grid-2 .item-2-cont, .listing-modern-grid-2 .item-3-cont, .listing-modern-grid-2 .item-4-cont, .listing-modern-grid-2 .item-5-cont {
	width: 50%;
	float: left;
}

.listing-modern-grid-2 .item-4-cont, .listing-modern-grid-2 .item-2-cont {
	padding-right: 1px;
}

.listing-modern-grid-2 .item-5-cont, .listing-modern-grid-2 .item-3-cont {
	padding-left: 1px;
}

.listing-modern-grid-2 .mg-row-1 {
	margin-bottom: 2px;
}

/* */
.listing-modern-grid-2.l-5 .listing-mg-item .content-container, .listing-modern-grid-2.l-4 .listing-mg-item .content-container, .listing-modern-grid-2.l-3 .listing-mg-item .content-container, .listing-modern-grid-2.l-2 .listing-mg-item .content-container, .listing-modern-grid-2.l-1 .listing-mg-item .content-container {
	left: 15px;
	right: 15px;
	bottom: 12px;
	max-height: 50%;
}

/* */
.listing-modern-grid-2.l-5 .mg-col-2, .listing-modern-grid-2.l-5 .mg-col-1, .listing-modern-grid-2.l-4 .mg-col-2, .listing-modern-grid-2.l-4 .mg-col-1, .listing-modern-grid-2.l-3 .mg-col-2, .listing-modern-grid-2.l-3 .mg-col-1, .listing-modern-grid-2.l-2 .mg-col-2, .listing-modern-grid-2.l-2 .mg-col-1 {
	width: 50%;
}

.listing-modern-grid-2.l-5 .listing-mg-item:before, .listing-modern-grid-2.l-4 .listing-mg-item:before, .listing-modern-grid-2.l-3 .listing-mg-item:before, .listing-modern-grid-2.l-2 .listing-mg-item:before {
	padding-top: 92.97%;
}

.listing-modern-grid-2.l-5 .listing-item-1:before, .listing-modern-grid-2.l-4 .listing-item-1:before, .listing-modern-grid-2.l-3 .listing-item-1:before, .listing-modern-grid-2.l-2 .listing-item-1:before {
	padding-top: 93%;
}

.listing-modern-grid-2.l-5 .listing-mg-item .title, .listing-modern-grid-2.l-4 .listing-mg-item .title, .listing-modern-grid-2.l-3 .listing-mg-item .title, .listing-modern-grid-2.l-2 .listing-mg-item .title {
	font-size: 64%;
}

.listing-modern-grid-2.l-5 .listing-item-1 .title, .listing-modern-grid-2.l-4 .listing-item-1 .title, .listing-modern-grid-2.l-3 .listing-item-1 .title, .listing-modern-grid-2.l-2 .listing-item-1 .title {
	font-size: 86%;
}

.listing-modern-grid-2.l-5 .listing-item-5 .term-badges, .listing-modern-grid-2.l-5 .listing-item-4 .term-badges, .listing-modern-grid-2.l-5 .listing-item-3 .term-badges, .listing-modern-grid-2.l-5 .listing-item-2 .term-badges, .listing-modern-grid-2.l-4 .listing-item-5 .term-badges, .listing-modern-grid-2.l-4 .listing-item-4 .term-badges, .listing-modern-grid-2.l-4 .listing-item-3 .term-badges, .listing-modern-grid-2.l-4 .listing-item-2 .term-badges, .listing-modern-grid-2.l-3 .listing-item-5 .term-badges, .listing-modern-grid-2.l-3 .listing-item-4 .term-badges, .listing-modern-grid-2.l-3 .listing-item-3 .term-badges, .listing-modern-grid-2.l-3 .listing-item-2 .term-badges, .listing-modern-grid-2.l-2 .listing-item-5 .term-badges, .listing-modern-grid-2.l-2 .listing-item-4 .term-badges, .listing-modern-grid-2.l-2 .listing-item-3 .term-badges, .listing-modern-grid-2.l-2 .listing-item-2 .term-badges {
	display: none;
}

/**/
.listing-modern-grid-2.l-5 .listing-mg-item .post-meta, .listing-modern-grid-2.l-4 .listing-mg-item .post-meta, .listing-modern-grid-2.l-3 .listing-mg-item .post-meta {
	display: none !important;
}

.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-1 .post-meta, .listing-modern-grid-2.l-4 .listing-mg-item.listing-item-1 .post-meta, .listing-modern-grid-2.l-3 .listing-mg-item.listing-item-1 .post-meta {
	display: block;
}

.listing-modern-grid-2.l-5 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-5 .listing-mg-item .format-icon, .listing-modern-grid-2.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-4 .listing-mg-item .format-icon, .listing-modern-grid-2.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-3 .listing-mg-item .format-icon {
	right: 12px;
	top: 12px;
}

.listing-modern-grid-2.l-5 .listing-mg-item:before, .listing-modern-grid-2.l-4 .listing-mg-item:before, .listing-modern-grid-2.l-3 .listing-mg-item:before {
	padding-top: 60%;
}

.listing-modern-grid-2.l-5 .listing-item-1:before, .listing-modern-grid-2.l-4 .listing-item-1:before, .listing-modern-grid-2.l-3 .listing-item-1:before {
	padding-top: 45%;
}

.listing-modern-grid-2.l-5 .mg-col-1, .listing-modern-grid-2.l-4 .mg-col-1, .listing-modern-grid-2.l-3 .mg-col-1 {
	width: 100%;
	padding: 0;
	margin-bottom: 2px;
}

.listing-modern-grid-2.l-5 .mg-col-2, .listing-modern-grid-2.l-4 .mg-col-2, .listing-modern-grid-2.l-3 .mg-col-2 {
	width: 100%;
	padding: 0;
}

/**/
.listing-modern-grid-2.l-5 .listing-mg-item .format-icon, .listing-modern-grid-2.l-4 .listing-mg-item .format-icon {
	display: none;
}

.listing-modern-grid-2.l-5 .listing-mg-item-1 .format-icon, .listing-modern-grid-2.l-4 .listing-mg-item-1 .format-icon {
	display: block;
}

.listing-modern-grid-2.l-5 .listing-mg-item:before, .listing-modern-grid-2.l-4 .listing-mg-item:before {
	padding-top: 80%;
}

.listing-modern-grid-2.l-5 .listing-item-1:before, .listing-modern-grid-2.l-4 .listing-item-1:before {
	padding-top: 60%;
}

/***/
.slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-5 .content-container, .slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-4 .content-container, .slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-3 .content-container, .slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-2 .content-container {
	max-height: 64%;
	padding: 12px;
}

@media only screen and (max-width: 900px) {
	.listing-modern-grid-2 .listing-mg-item .content-container {
		left: 15px;
		right: 15px;
		bottom: 12px;
		max-height: 50%;
	}
}

@media only screen and (max-width: 620px) {
	.listing-modern-grid-2 .mg-col-2, .listing-modern-grid-2 .mg-col-1 {
		width: 50%;
	}
	
	.listing-modern-grid-2 .listing-mg-item:before {
		padding-top: 92.97%;
	}
	
	.listing-modern-grid-2 .listing-item-1:before {
		padding-top: 93%;
	}
	
	.listing-modern-grid-2 .listing-mg-item .title {
		font-size: 66%;
	}
	
	.listing-modern-grid-2 .listing-item-1 .title {
		font-size: 86%;
	}
	
	.listing-modern-grid-2 .listing-item-5 .term-badges, .listing-modern-grid-2 .listing-item-4 .term-badges, .listing-modern-grid-2 .listing-item-3 .term-badges, .listing-modern-grid-2 .listing-item-2 .term-badges {
		display: none;
	}
}

@media only screen and (max-width: 620px) {
	.listing-modern-grid-2 .listing-mg-item .post-meta {
		display: none;
	}
	
	.listing-modern-grid-2 .listing-mg-item.listing-item-1 .post-meta {
		display: block;
	}
	
	.listing-modern-grid-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-2 .listing-mg-item .format-icon {
		right: 12px;
		top: 12px;
	}
	
	.listing-modern-grid-2 .listing-mg-item:before {
		padding-top: 60%;
	}
	
	.listing-modern-grid-2 .listing-item-1:before {
		padding-top: 45%;
	}
	
	.listing-modern-grid-2 .mg-col-1 {
		width: 100%;
		padding: 0;
		margin-bottom: 2px;
	}
	
	.listing-modern-grid-2 .mg-col-2 {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 560px) {
	.listing-modern-grid-2 .listing-mg-item:before {
		padding-top: 80%;
	}
	
	.listing-modern-grid-2 .listing-item-1:before {
		padding-top: 60%;
	}
}

@media only screen and (max-width: 480px) {
	.slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-5 .content-container, .slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-4 .content-container, .slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-3 .content-container, .slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-2 .content-container {
		max-height: 64%;
		padding: 12px;
	}
}

/**
 * ->Modern Grid Listing 3
 **/
.bs-shortcode.bs-modern-grid-listing-3 {
	margin-bottom: 10px;
}

.listing-mg-3-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.listing-mg-3-item .item-content {
	position: relative;
	overflow: hidden;
}

.listing-mg-3-item .item-content:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 65%;
}

.listing-mg-3-item .img-cont {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	position: absolute;
	top: -1px;
	left: -2px;
	right: -2px;
	bottom: -1px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: optimizeQuality;
	-moz-transform-origin: 0 0;
}

body.bs-ll-d .listing-mg-3-item .img-cont, .listing-mg-3-item .img-cont.b-error, .listing-mg-3-item .img-cont.b-loaded {
	background-size: cover !important;
	animation: none;
}

.listing-mg-3-item .img-cont:after {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.listing-mg-3-item:hover .img-cont {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.listing-mg-3-item .content-container {
	position: absolute !important;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 0;
	overflow: hidden;
	pointer-events: none;
}

.listing-mg-3-item .content-container a {
	pointer-events: all;
}

.listing-mg-3-item .title {
	margin: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	line-height: 1.4;
	text-align: center !important;
}

.listing-mg-3-item .title a {
	color: #fff;
}

.listing-mg-3-item .post-meta {
	margin-top: 12px;
	text-align: center !important;
	font-size: 11px;
}

.listing-mg-3-item .post-meta .comments, .listing-mg-3-item .post-meta .post-author {
	color: #fff;
	font-size: 11px;
}

.listing-mg-3-item .post-meta .comments {
	float: none;
	margin-left: 0;
}

.listing-mg-3-item .post-meta .time, .listing-mg-3-item .post-meta .post-author:after {
	color: rgba(255, 255, 255, .57);
}

.listing-mg-3-item .term-badges.floated {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	text-align: center;
	margin-bottom: 15px;
}

.listing-mg-3-item .term-badges.floated .term-badge a {
	margin: 0 2px;
}

.listing-mg-3-item.bsw-1 .title, .listing-mg-3-item.bsw-2 .title {
	font-size: 82%;
}

.listing-mg-3-item.bsw-1 .post-meta, .listing-mg-3-item.bsw-2 .post-meta {
	display: none;
}

.listing-mg-3-item.bsw-1 .item-content:before, .listing-mg-3-item.bsw-2 .item-content:before {
	padding-top: 65% !important;
}

.listing-mg-3-item.bsw-1 .format-icon, .listing-mg-3-item.bsw-2 .format-icon {
	display: none !important;
}

.listing-mg-3-item.bsw-1 .title a, .listing-mg-3-item.bsw-2 .title a {
	display: inline-block;
}

.listing-mg-3-item.bsw-300 .title, .listing-mg-3-item.bsw-100 .title, .listing-mg-3-item.bsw-150 .title, .listing-mg-3-item.bsw-200 .title, .listing-mg-3-item.bsw-250 .title {
	font-size: 82%;
}

.listing-mg-3-item.bsw-300 .post-meta, .listing-mg-3-item.bsw-100 .post-meta, .listing-mg-3-item.bsw-150 .post-meta, .listing-mg-3-item.bsw-200 .post-meta, .listing-mg-3-item.bsw-250 .post-meta {
	display: none;
}

.listing-mg-3-item.bsw-400 .item-content:before {
	padding-top: 88% !important;
}

.listing-mg-3-item.bsw-300 .item-content:before, .listing-mg-3-item.bsw-100 .item-content:before, .listing-mg-3-item.bsw-150 .item-content:before, .listing-mg-3-item.bsw-200 .item-content:before, .listing-mg-3-item.bsw-250 .item-content:before {
	padding-top: 68% !important;
}

.listing-mg-3-item.bsw-100 .format-icon, .listing-mg-3-item.bsw-150 .format-icon, .listing-mg-3-item.bsw-200 .format-icon, .listing-mg-3-item.bsw-250 .format-icon {
	display: none !important;
}

.listing-mg-3-item.bsw-300 .title a, .listing-mg-3-item.bsw-100 .title a, .listing-mg-3-item.bsw-150 .title a, .listing-mg-3-item.bsw-200 .title a, .listing-mg-3-item.bsw-250 .title a {
	display: inline-block;
}

@media only screen and (max-width: 480px) {
	.listing-mg-3-item .title {
		font-size: 82%;
	}
	
	.listing-mg-3-item .post-meta {
		display: none;
	}
	
	.listing-mg-3-item .item-content:before {
		padding-top: 65% !important;
	}
	
	.listing-mg-3-item .format-icon {
		display: none !important;
	}
	
	.listing-mg-3-item .title a {
		display: inline-block;
	}
}

/**
 * ->Modern Grid Listing 4
 **/
.bs-shortcode.bs-modern-grid-listing-4 {
	margin-bottom: 10px;
}

.listing-mg-4-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 6px;
}

.listing-mg-4-item .item-content {
	position: relative;
	overflow: hidden;
}

.listing-mg-4-item .item-content:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 135%;
}

.listing-mg-4-item .img-cont {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: optimizeQuality;
	-moz-transform-origin: 0 0;
}

body.bs-ll-d .listing-mg-4-item .img-cont, .listing-mg-4-item .img-cont.b-error, .listing-mg-4-item .img-cont.b-loaded {
	background-size: cover !important;
	animation: none;
}

.listing-mg-4-item .img-cont:after {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.listing-mg-4-item:hover .img-cont {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.listing-mg-4-item .content-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px 20px;
	overflow: hidden;
	pointer-events: none;
}

.listing-mg-4-item .content-container a {
	pointer-events: all;
}

.listing-mg-4-item .title {
	margin: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	line-height: 1.4;
	text-align: center !important;
}

.listing-mg-4-item .title a {
	color: #fff;
}

.listing-mg-4-item .post-subtitle {
	text-align: center !important;
}

.listing-mg-4-item .post-meta {
	margin-top: 12px;
	text-align: center !important;
	font-size: 11px;
}

.listing-mg-4-item .post-meta .comments, .listing-mg-4-item .post-meta .post-author {
	color: #fff;
}

.listing-mg-4-item .post-meta .comments {
	float: none;
	margin-left: 0;
}

.listing-mg-4-item .post-meta .time, .listing-mg-4-item .post-meta .post-author:after {
	color: rgba(255, 255, 255, .57);
}

.listing-mg-4-item .term-badges.floated {
	position: absolute;
	right: auto;
	left: 0;
	top: 26px;
	bottom: auto;
	text-align: center;
	margin-bottom: 0;
	width: 100%;
	pointer-events: none;
}

.listing-mg-4-item .term-badges.floated .term-badge a {
	margin: 0 2px;
	pointer-events: all;
}

/* 2 Column */
.listing-modern-grid-4.listing.columns-2 .listing-item {
	width: 50%;
}

.listing-modern-grid-4.listing.columns-2 .listing-item:nth-child(odd) {
	padding-left: 0;
	padding-right: 4px;
	clear: left;
}

.listing-modern-grid-4.listing.columns-2 .listing-item:nth-child(even) {
	padding-left: 4px;
	padding-right: 0;
	clear: none;
}

/* 3 Column */
.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n-1) {
	padding: 0 2px;
}

.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n-2) {
	padding-right: 4px;
	clear: left;
}

.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n+3) {
	padding-left: 4px;
}

/* 4 Column */
.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n-3) {
	padding-left: 0;
	padding-right: 3px;
	clear: left;
}

.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+2) {
	padding-left: 1px;
	padding-right: 2px;
}

.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+3) {
	padding-left: 2px;
	padding-right: 1px;
}

.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+4) {
	padding-right: 0;
	padding-left: 3px;
}

.listing-modern-grid-4.bsw-6 .listing-mg-4-item .item-content:before {
	padding-top: 115%;
}

/* Smart responsive */
.listing-mg-4-item.bsw-100 .post-meta, .listing-mg-4-item.bsw-150 .post-meta, .listing-mg-4-item.bsw-200 .post-meta, .listing-mg-4-item.bsw-250 .post-meta {
	display: none;
}

.listing-mg-4-item.bsw-100 .item-content:before, .listing-mg-4-item.bsw-150 .item-content:before, .listing-mg-4-item.bsw-200 .item-content:before, .listing-mg-4-item.bsw-250 .item-content:before {
	padding-top: 125% !important;
}

.listing-mg-4-item.bsw-100 .format-icon, .listing-mg-4-item.bsw-150 .format-icon, .listing-mg-4-item.bsw-200 .format-icon, .listing-mg-4-item.bsw-250 .format-icon {
	display: none !important;
}

.listing-mg-4-item.bsw-100 .title a, .listing-mg-4-item.bsw-150 .title a, .listing-mg-4-item.bsw-200 .title a, .listing-mg-4-item.bsw-250 .title a {
	font-size: 82%;
	display: inline-block;
}

@media only screen and (max-width: 900px) {
	.listing-modern-grid-4.listing.columns-4 .listing-item {
		width: 33.3333%;
	}
	
	.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-1) {
		padding: 0 2px;
		clear: none !important;
	}
	
	.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-2) {
		padding-left: 0;
		padding-right: 4px;
		clear: left !important;
	}
	
	.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n+3) {
		padding-left: 4px;
		padding-right: 0;
		clear: none !important;
	}
}

@media only screen and (max-width: 680px) {
	.listing-modern-grid-4.listing.columns-4 .listing-item {
		width: 33.333%;
	}
	
	.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-1) {
		padding: 0 2px;
		clear: none !important;
	}
	
	.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-2) {
		padding-right: 4px;
		padding-left: 0;
		clear: left !important;
	}
	
	.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n+3) {
		padding-left: 4px;
		padding-right: 0;
		clear: none !important;
	}
}

@media only screen and (max-width: 620px) {
	.listing-modern-grid-4.listing.columns-4 .listing-item, .listing-modern-grid-4.listing.columns-3 .listing-item {
		width: 50%;
	}
	
	.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(odd), .listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(odd) {
		padding-left: 0;
		padding-right: 4px;
		clear: left !important;
	}
	
	.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(even), .listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(even) {
		padding-left: 4px;
		padding-right: 0;
		clear: none !important;
	}
}

@media only screen and (max-width: 300px) {
	.listing-modern-grid-4 .listing-mg-4-item .post-meta {
		display: none;
	}
}

@media only screen and (max-width: 380px) {
	.listing-mg-4-item .item-content:before {
		padding-top: 115% !important;
	}
	
	.listing-mg-4-item .format-icon {
		display: none !important;
	}
	
	.listing-mg-4-item .title a {
		font-size: 82%;
		display: inline-block;
	}
}

/**
 * ->Modern Grid Listing 5
 **/
.listing-modern-grid-5 .mg-col {
	position: relative;
	float: left;
}

.listing-modern-grid-5 .mg-col-1 {
	width: 55%;
	left: 22.5%;
	padding: 0 10px;
}

.listing-modern-grid-5 .mg-col-2 {
	width: 22.5%;
	left: -55%;
	padding: 0 20px 0 0;
}

.listing-modern-grid-5 .mg-col-3 {
	width: 22.5%;
	padding: 0 0 0 20px;
}

.listing-modern-grid-5.l-2 .mg-col-1 {
	width: 100%;
	left: auto;
	margin: 0 0 20px;
	padding: 0;
}

.listing-modern-grid-5.l-2 .mg-col-3, .listing-modern-grid-5.l-2 .mg-col-2 {
	width: 50%;
	left: auto;
	padding: 0 40px;
}

.listing-modern-grid-5.bsw-2 .mg-col-1, .listing-modern-grid-5.bsw-3 .mg-col-1, .listing-modern-grid-5.bsw-4 .mg-col-1, .listing-modern-grid-5.bsw-5 .mg-col-1, .listing-modern-grid-5.bsw-6 .mg-col-1 {
	margin-bottom: 10px;
}

.listing-modern-grid-5.bsw-2 .mg-col-3, .listing-modern-grid-5.bsw-3 .mg-col-3, .listing-modern-grid-5.bsw-4 .mg-col-3, .listing-modern-grid-5.bsw-5 .mg-col-3, .listing-modern-grid-5.bsw-6 .mg-col-3, .listing-modern-grid-5.bsw-2 .mg-col-2, .listing-modern-grid-5.bsw-3 .mg-col-2, .listing-modern-grid-5.bsw-4 .mg-col-2, .listing-modern-grid-5.bsw-5 .mg-col-2, .listing-modern-grid-5.bsw-6 .mg-col-2 {
	padding: 0 20px;
}

.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .title, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .title, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .title, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .title, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .title {
	padding: 0;
	line-height: 1.3;
}

.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .title a, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .title a, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .title a, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .title a, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .title a {
	font-size: 90%;
}

.listing-modern-grid-5.bsw-1 .mg-col-3, .listing-modern-grid-5.bsw-2 .mg-col-3, .listing-modern-grid-5.bsw-3 .mg-col-3, .listing-modern-grid-5.bsw-4 .mg-col-3, .listing-modern-grid-5.bsw-5 .mg-col-3 {
	padding: 0 0 0 10px;
}

.listing-modern-grid-5.bsw-1 .mg-col-2, .listing-modern-grid-5.bsw-2 .mg-col-2, .listing-modern-grid-5.bsw-3 .mg-col-2, .listing-modern-grid-5.bsw-4 .mg-col-2, .listing-modern-grid-5.bsw-5 .mg-col-2 {
	padding: 0 10px 0 0;
}

.listing-modern-grid-5 .term-badges.floated {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	pointer-events: none;
	z-index: 1;
	line-height: 0;
	text-align: center;
}

.listing-modern-grid-5 .term-badges.floated a {
	pointer-events: all;
}

.listing-mg-5-item .item-content {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.listing-mg-5-item .item-content:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 70.29%;
}

.listing-mg-5-item .img-cont {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: optimizeQuality;
	-moz-transform-origin: 0 0;
}

body.bs-ll-d .listing-mg-5-item .img-cont, .listing-mg-5-item .img-cont.b-error, .listing-mg-5-item .img-cont.b-loaded {
	background-size: cover !important;
	animation: none;
}

.listing-mg-5-item .title a {
	color: inherit;
}

.listing-mg-5-item .title {
	line-height: 1.4;
}

.listing-mg-5-item .content-container {
	padding: 0 !important;
	background: none !important;
}

/* item big */
.listing-mg-5-item-big .img-cont {
	top: -1px;
	left: -2px;
	right: -2px;
	bottom: -1px;
}

.listing-mg-5-item-big .item-content:before {
	padding-top: 66.29%;
}

.listing-mg-5-item-big:hover .img-cont {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1) rotate(.02deg);
}

.listing-mg-5-item-big .content-container {
	position: relative;
	padding: 20px !important;
	overflow: hidden;
	pointer-events: none;
	margin: -80px 35px 0;
	z-index: 1;
	background: #fff !important;
	min-height: 100px;
}

.listing-mg-5-item-big .title {
	margin: 0 0 6px;
}

.listing-mg-5-item-big .post-subtitle {
	color: #2d2d2d !important;
	text-shadow: none;
}

.listing-mg-5-item-big .post-meta {
	text-align: center;
}

.listing-mg-5-item-big .post-meta .comments {
	float: none;
	margin-left: 0;
}

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .content-container, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .content-container, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .content-container, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .content-container, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .content-container {
	padding: 20px 15px !important;
	overflow: hidden;
	pointer-events: none;
	margin: -80px 18px 0;
}

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .title {
	line-height: 1;
}

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .title a {
	font-size: 71%;
}

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .item-content:before {
	padding-top: 54%;
}

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .item-content:before {
	padding-top: 62%;
}

/* item small */
.listing-mg-5-item-small .item-content:before {
	padding-top: 68%;
}

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .term-badges.floated, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .term-badges.floated, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .term-badges.floated, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .term-badges.floated, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .term-badges.floated, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .term-badges.floated {
	display: none;
}

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .item-content:before, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .item-content:before, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .item-content:before, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .item-content:before, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .item-content:before, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .item-content:before {
	padding-top: 70%;
}

.listing-mg-5-item-small {
	margin-bottom: 16px;
}

.mg-col .listing-mg-5-item-small:last-child {
	margin-bottom: 0;
}

.listing-mg-5-item-small .title {
	padding: 0 13px;
	margin: 10px 0 0;
	min-height: 38px;
}

@media only screen and (max-width: 780px) {
	.listing-modern-grid-5 .mg-col-1 {
		width: 100%;
		left: auto;
		margin: 0 0 20px;
		padding: 0;
	}
	
	.listing-modern-grid-5 .mg-col-3, .listing-modern-grid-5 .mg-col-2 {
		width: 50%;
		left: auto;
		padding: 0 40px;
	}
	
	.listing-modern-grid-5 .listing-mg-5-item-big .title {
		line-height: 1;
	}
	
	.listing-modern-grid-5 .listing-mg-5-item-big .title a {
		font-size: 71%;
	}
	
	.listing-modern-grid-5 .listing-mg-5-item-big .item-content:before {
		padding-top: 54%;
	}
}

@media only screen and (max-width: 620px) {
	.listing-modern-grid-5 .listing-mg-5-item-small .format-icon {
		display: none;
	}
	
	.listing-modern-grid-5 .mg-col-1 {
		margin-bottom: 10px;
	}
	
	.listing-modern-grid-5 .mg-col-3, .listing-modern-grid-5 .mg-col-2 {
		padding: 0 20px;
	}
	
	.listing-modern-grid-5 .listing-mg-5-item-small .title {
		padding: 0;
		line-height: 1.3;
	}
	
	.listing-modern-grid-5 .listing-mg-5-item-small .title a {
		font-size: 90%;
	}
}

@media only screen and (max-width: 560px) {
	.listing-modern-grid-5 .listing-mg-5-item-big .item-content:before {
		padding-top: 62%;
	}
	
	.listing-modern-grid-5 .listing-mg-5-item-small .term-badges.floated {
		display: none;
	}
	
	.listing-modern-grid-5 .listing-mg-5-item-small .item-content:before {
		padding-top: 70%;
	}
}

@media only screen and (max-width: 480px) {
	.listing-modern-grid-5 .mg-col-3 {
		padding: 0 0 0 10px !important;
	}
	
	.listing-modern-grid-5 .mg-col-2 {
		padding: 0 10px 0 0 !important;
	}
}

@media only screen and (max-width: 450px) {
	.listing-modern-grid-5 .listing-mg-5-item-big .content-container {
		padding: 20px 15px !important;
		overflow: hidden;
		pointer-events: none;
		margin: -80px 18px 0;
	}
}

/**
 * ->Modern Grid Listing 6
 **/
.listing-mg-6-item {
	position: relative;
	overflow: hidden;
}

.listing-mg-6-item + .listing-mg-6-item {
	margin-top: 2px;
}

.listing-mg-6-item:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 64%;
}

.listing-modern-grid .bs-slider-item .item-content, .listing-mg-6-item .item-content {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.listing-mg-6-item .img-cont {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: optimizeQuality;
	-moz-transform-origin: 0 0;
}

body.bs-ll-d .listing-mg-6-item .img-cont, .listing-mg-6-item .img-cont.b-error, .listing-mg-6-item .img-cont.b-loaded {
	background-size: cover !important;
}

.listing-mg-6-item .img-cont:after {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.listing-mg-6-item:hover .img-cont {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.listing-mg-6-item .content-container {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	padding: 0;
	max-height: 75%;
	overflow: hidden;
	pointer-events: none;
}

.listing-mg-6-item .content-container a {
	pointer-events: all;
}

.listing-mg-6-item .title {
	margin: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	line-height: 1.4;
}

.listing-mg-6-item .title a {
	color: inherit;
}

.listing-mg-6-item .post-meta, .listing-mg-6-item .post-meta {
	margin-top: 3px;
}

.listing-mg-6-item .post-meta .post-author {
	color: #fff;
}

.listing-mg-6-item .post-meta .comments {
	color: #fff;
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

.listing-mg-6-item .post-meta .rating + .comments {
	float: none;
	margin-left: 0;
}

.listing-mg-6-item .post-meta .time, .listing-mg-6-item .post-meta .post-author:after {
	color: rgba(255, 255, 255, .57);
}

.listing-modern-grid-6 .mg-col-1 {
	width: 50%;
	float: left;
	padding-right: 1px;
}

.listing-modern-grid-6 .mg-col-2 {
	width: 50%;
	float: left;
	padding-left: 1px;
}

.more_btn > .listing-modern-grid-6 + .listing-modern-grid-6, .infinity > .listing-modern-grid-6 + .listing-modern-grid-6 {
	margin-top: 4px;
}

.listing-modern-grid-6.bsw-1 .content-container, .listing-modern-grid-6.bsw-2 .content-container, .listing-modern-grid-6.bsw-3 .content-container, .listing-modern-grid-6.bsw-4 .content-container, .listing-modern-grid-6.bsw-5 .content-container, .listing-modern-grid-6.bsw-6 .content-container, .listing-modern-grid-6.bsw-7 .content-container, .listing-modern-grid-6.bsw-8 .content-container {
	max-height: 50%;
}

.listing-modern-grid-6.bsw-1 .listing-item .title, .listing-modern-grid-6.bsw-2 .listing-item .title, .listing-modern-grid-6.bsw-3 .listing-item .title, .listing-modern-grid-6.bsw-4 .listing-item .title, .listing-modern-grid-6.bsw-5 .listing-item .title, .listing-modern-grid-6.bsw-6 .listing-item .title, .listing-modern-grid-6.bsw-7 .listing-item .title, .listing-modern-grid-6.bsw-8 .listing-item .title {
	line-height: 1;
}

.listing-modern-grid-6.bsw-1 .listing-item .title a, .listing-modern-grid-6.bsw-2 .listing-item .title a, .listing-modern-grid-6.bsw-3 .listing-item .title a, .listing-modern-grid-6.bsw-4 .listing-item .title a, .listing-modern-grid-6.bsw-5 .listing-item .title a, .listing-modern-grid-6.bsw-6 .listing-item .title a, .listing-modern-grid-6.bsw-7 .listing-item .title a, .listing-modern-grid-6.bsw-8 .listing-item .title a {
	font-size: 80%;
}

.listing-modern-grid-6.bsw-1 .mg-col-1, .listing-modern-grid-6.bsw-2 .mg-col-1, .listing-modern-grid-6.bsw-3 .mg-col-1, .listing-modern-grid-6.bsw-4 .mg-col-1, .listing-modern-grid-6.bsw-5 .mg-col-1 {
	width: 100%;
	padding: 0;
}

.listing-modern-grid-6.bsw-1 .mg-col-2, .listing-modern-grid-6.bsw-2 .mg-col-2, .listing-modern-grid-6.bsw-3 .mg-col-2, .listing-modern-grid-6.bsw-4 .mg-col-2, .listing-modern-grid-6.bsw-5 .mg-col-2 {
	width: 100%;
	padding: 4px 0 0 0;
}

.listing-modern-grid-6.bsw-1 .format-icon, .listing-modern-grid-6.bsw-2 .format-icon, .listing-modern-grid-6.bsw-3 .format-icon, .listing-modern-grid-6.bsw-4 .format-icon, .listing-modern-grid-6.bsw-5 .format-icon {
	display: none;
}

.listing-modern-grid-6.bsw-1 .listing-mg-6-item:before, .listing-modern-grid-6.bsw-2 .listing-mg-6-item:before, .listing-modern-grid-6.bsw-3 .listing-mg-6-item:before, .listing-modern-grid-6.bsw-4 .listing-mg-6-item:before, .listing-modern-grid-6.bsw-5 .listing-mg-6-item:before {
	padding-top: 60%;
}

.slider-overlay-simple.listing-modern-grid-6.bsw-1 .listing-mg-item .content-container, .slider-overlay-simple.listing-modern-grid-6.bsw-2 .listing-mg-item .content-container, .slider-overlay-simple.listing-modern-grid-6.bsw-3 .listing-mg-item .content-container, .slider-overlay-simple.listing-modern-grid-6.bsw-4 .listing-mg-item .content-container, .slider-overlay-simple.listing-modern-grid-6.bsw-5 .listing-mg-item .content-container {
	max-height: 60%;
	padding: 18px 15px 18px;
}

@media only screen and (max-width: 780px) {
	.listing-modern-grid-6 .content-container {
		max-height: 50%;
	}
	
	.listing-modern-grid-6 .listing-item .title {
		line-height: 1;
	}
	
	.listing-modern-grid-6 .listing-item .title a {
		font-size: 80%;
	}
}

@media only screen and (max-width: 620px) {
	.listing-modern-grid-6 .listing-mg-6-item .post-meta {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.listing-modern-grid-6 .format-icon {
		display: none;
	}
	
	.listing-modern-grid-6 .mg-col-1 {
		width: 100%;
		padding: 0;
	}
	
	.listing-modern-grid-6 .mg-col-2 {
		width: 100%;
		padding: 4px 0 0 0;
	}
	
	.listing-modern-grid-6 .listing-mg-6-item:before {
		padding-top: 60%;
	}
	
	.slider-overlay-simple.listing-modern-grid-6 .listing-mg-item .content-container {
		max-height: 60%;
		padding: 18px 15px 18px;
	}
}

/**
 * ->Modern Grid Listing 7
 **/
.listing-mg-7-item:before {
	padding-top: 60%;
}

.listing-modern-grid-7 .mg-row-1 {
	padding-bottom: 2px;
}

.listing-modern-grid-7 .mg-row-1 .mg-col-1 {
	width: 50%;
	float: left;
	padding-right: 1px;
}

.listing-modern-grid-7 .mg-row-1 .mg-col-2 {
	width: 50%;
	float: left;
	padding-left: 1px;
}

.listing-modern-grid-7 .mg-row-2 .mg-col {
	width: 33.333%;
	float: left;
}

.listing-modern-grid-7 .mg-row-2 .mg-col-1 {
	padding-right: 1.5px;
}

.listing-modern-grid-7 .mg-row-2 .mg-col-2 {
	padding-left: .75px;
	padding-right: .75px;
}

.listing-modern-grid-7 .mg-row-2 .mg-col-3 {
	padding-left: 1.5px;
}

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item {
	width: 100%;
}

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item:before {
	padding-top: 60%;
}

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .post-subtitle, .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
	font-size: 79%;
}

.listing-modern-grid-7.bsw-2 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-3 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-5 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-4 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-5 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-6 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-7 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-8 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-9 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-10 .mg-row-1 .listing-mg-7-item .title {
	font-size: 92%;
}

.listing-modern-grid-7.bsw-2 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-3 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-5 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-4 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-5 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-6 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-7 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-8 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-9 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-10 .mg-row-2 .listing-mg-7-item .title {
	font-size: 72%;
}

.listing-modern-grid-7.bsw-2 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-3 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-4 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-6 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-7 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-2 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-3 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-4 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-6 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-7 .listing-mg-7-item.listing-mg-item .format-icon {
	right: 20px !important;
	top: 20px !important;
	transform: none;
	margin: 0;
}

.listing-modern-grid-7.bsw-1 .mg-row, .listing-modern-grid-7.bsw-2 .mg-row, .listing-modern-grid-7.bsw-3 .mg-row, .listing-modern-grid-7.bsw-4 .mg-row, .listing-modern-grid-7.bsw-5 .mg-row, .listing-modern-grid-7.bsw-6 .mg-row, .listing-modern-grid-7.bsw-7 .mg-row, .listing-modern-grid-7.bsw-1 .mg-col, .listing-modern-grid-7.bsw-2 .mg-col, .listing-modern-grid-7.bsw-3 .mg-col, .listing-modern-grid-7.bsw-4 .mg-col, .listing-modern-grid-7.bsw-5 .mg-col, .listing-modern-grid-7.bsw-6 .mg-col, .listing-modern-grid-7.bsw-7 .mg-col {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}

.listing-modern-grid-7.bsw-1 .listing-item, .listing-modern-grid-7.bsw-2 .listing-item, .listing-modern-grid-7.bsw-3 .listing-item, .listing-modern-grid-7.bsw-4 .listing-item, .listing-modern-grid-7.bsw-5 .listing-item, .listing-modern-grid-7.bsw-6 .listing-item, .listing-modern-grid-7.bsw-7 .listing-item {
	margin-bottom: 2px;
}

.listing-modern-grid-7.bsw-4 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-5 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-6 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-7 .listing-mg-7-item:before {
	padding-top: 50% !important;
}

.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-2 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-3 .listing-mg-7-item:before {
	padding-top: 72% !important;
}

.listing-modern-grid-7.bsw-1 .listing-mg-7-item .format-icon, .listing-modern-grid-7.bsw-2 .listing-mg-7-item .format-icon, .listing-modern-grid-7.bsw-3 .listing-mg-7-item .format-icon {
	display: none;
}

.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-2 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-3 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-4 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-5 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-6 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-7 .listing-mg-7-item:before {
	padding-top: 24% !important;
}

.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-2 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-3 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-4 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-5 .listing-mg-7-item:before {
	padding-top: 40% !important;
}

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .post-meta, .listing-modern-grid-7.bsw-3 .listing-mg-7-item .post-meta, .listing-modern-grid-7.bsw-4 .listing-mg-7-item .post-meta, .listing-modern-grid-7.bsw-5 .listing-mg-7-item .post-meta {
	display: none;
}

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-3 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-4 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-5 .listing-mg-7-item .title {
	font-size: 62% !important;
}

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .post-subtitle, .listing-modern-grid-7.bsw-3 .listing-mg-7-item .post-subtitle, .listing-modern-grid-7.bsw-4 .listing-mg-7-item .post-subtitle, .listing-modern-grid-7.bsw-5 .listing-mg-7-item .post-subtitle {
	font-size: 60% !important;
}

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .content-container, .listing-modern-grid-7.bsw-3 .listing-mg-7-item .content-container, .listing-modern-grid-7.bsw-4 .listing-mg-7-item .content-container, .listing-modern-grid-7.bsw-5 .listing-mg-7-item .content-container {
	max-height: 43% !important;
}

@media only screen and (max-width: 980px) {
	.listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title {
		font-size: 92%;
	}
	
	.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
		font-size: 72%;
	}
}

@media only screen and (max-width: 780px) {
	.listing-modern-grid-7 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7 .listing-mg-7-item.listing-mg-item .format-icon {
		right: 20px !important;
		top: 20px !important;
		transform: none;
		margin: 0;
	}
	
	.listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before {
		padding-top: 70% !important;
	}
	
	.listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
		font-size: 78% !important;
	}
}

@media only screen and (max-width: 620px) {
	.listing-modern-grid-7 .listing-item {
		margin-bottom: 2px;
	}
	
	.listing-modern-grid-7 .mg-col {
		width: 100% !important;
		float: none !important;
		padding: 0 !important;
	}
	
	.listing-modern-grid-7 .mg-row {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.listing-modern-grid-7 .post-meta {
		display: none;
	}
	
	.listing-modern-grid-7 .term-badges.floated {
		display: block;
	}
	
	.listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before {
		padding-top: 40% !important;
	}
}

@media only screen and (max-width: 480px) {
	.listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title {
		font-size: 82%;
	}
	
	.listing-modern-grid-7 .mg-row-1 .listing-mg-7-item.listing-item-2 .title, .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
		font-size: 62%;
	}
	
	.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .post-subtitle {
		font-size: 60%;
	}
	
	.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .content-container {
		max-height: 43%;
	}
}

/**
 * ->Modern Grid Listing 8
 **/
.listing-mg-8-item.listing-item-2 .title, .listing-mg-8-item.listing-item-3 .title, .listing-mg-8-item.listing-item-4 .title, .listing-mg-8-item.listing-item-5 .post-subtitle, .listing-mg-8-item.listing-item-5 .title {
	font-size: 72%;
}

.listing-mg-8-item.listing-item-2 .title {
	font-size: 80%;
}

.listing-modern-grid-8 .mg-col-1 {
	width: 46%;
	float: left;
	padding-right: 1px;
	overflow: hidden;
}

.listing-modern-grid-8 .mg-col-2 {
	width: 32%;
	float: left;
	padding-left: 1px;
	padding-right: 1px;
	overflow: hidden;
}

.listing-modern-grid-8 .mg-col-3 {
	width: 22%;
	float: left;
	padding-left: 1px;
	overflow: hidden;
}

.listing-modern-grid-8 .mg-row-1 {
	margin: 0 0 2px;
	overflow: hidden;
}

.listing-modern-grid-8 .item-4-cont, .listing-modern-grid-8 .item-3-cont {
	width: 50%;
	float: left;
	overflow: hidden;
}

.listing-modern-grid-8 .item-3-cont {
	padding-right: 1px;
}

.listing-modern-grid-8 .item-4-cont {
	padding-left: 1px;
}

.listing-mg-8-item.listing-item-1:before {
	padding-top: 71.779%;
}

.listing-mg-8-item.listing-item-2:before {
	padding-top: 53.005%;
}

.listing-mg-8-item.listing-item-3:before, .listing-mg-8-item.listing-item-4:before {
	padding-top: 100.55%;
}

.listing-mg-8-item.listing-item-5:before {
	padding-top: 150.394%;
}

.listing-mg-8-item.listing-mg-item:hover .format-icon, .listing-mg-8-item.listing-mg-item .format-icon {
	right: 20px !important;
	top: 20px !important;
	transform: none;
	margin: 0;
}

/* l1 */
.listing-modern-grid-8.l-4 .mg-col-3, .listing-modern-grid-8.l-3 .mg-col-3, .listing-modern-grid-8.l-2 .mg-col-3, .listing-modern-grid-8.l-1 .mg-col-3 {
	width: 100%;
	padding: 2px 0 0;
}

.listing-modern-grid-8.l-4 .mg-col-1, .listing-modern-grid-8.l-3 .mg-col-1, .listing-modern-grid-8.l-2 .mg-col-1, .listing-modern-grid-8.l-1 .mg-col-1 {
	width: 56%;
}

.listing-modern-grid-8.l-4 .mg-col-2, .listing-modern-grid-8.l-3 .mg-col-2, .listing-modern-grid-8.l-2 .mg-col-2, .listing-modern-grid-8.l-1 .mg-col-2 {
	width: 44%;
	padding: 0 0 0 1px;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-2:before {
	padding-top: 47.29%;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-3:before {
	padding-top: 87.68%;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-5:before {
	padding-top: 18%;
}

/* l2 */
.listing-modern-grid-8.l-4 .listing-mg-8-item:before, .listing-modern-grid-8.l-3 .listing-mg-8-item:before, .listing-modern-grid-8.l-2 .listing-mg-8-item:before {
	padding-top: 89%;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-5:before {
	padding-top: 18%;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-2:before {
	padding-top: 65.5%;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-3:before {
	padding-top: 95.055%;
}

.listing-modern-grid-8.l-4 .listing-item-1 .title, .listing-modern-grid-8.l-3 .listing-item-1 .title, .listing-modern-grid-8.l-2 .listing-item-1 .title {
	font-size: 80%;
}

.listing-modern-grid-8.l-4 .listing-item-2 .title, .listing-modern-grid-8.l-3 .listing-item-2 .title, .listing-modern-grid-8.l-2 .listing-item-2 .title, .listing-modern-grid-8.l-4 .listing-item-4 .title, .listing-modern-grid-8.l-3 .listing-item-4 .title, .listing-modern-grid-8.l-2 .listing-item-4 .title, .listing-modern-grid-8.l-4 .listing-item-3 .title, .listing-modern-grid-8.l-3 .listing-item-3 .title, .listing-modern-grid-8.l-2 .listing-item-3 .title {
	font-size: 62%;
}

.listing-modern-grid-8.l-4 .listing-item-4 .term-badges, .listing-modern-grid-8.l-3 .listing-item-4 .term-badges, .listing-modern-grid-8.l-2 .listing-item-4 .term-badges, .listing-modern-grid-8.l-4 .listing-item-3 .term-badges, .listing-modern-grid-8.l-3 .listing-item-3 .term-badges, .listing-modern-grid-8.l-2 .listing-item-3 .term-badges {
	display: none;
}

.listing-modern-grid-8.l-4 .listing-mg-item .content-container, .listing-modern-grid-8.l-3 .listing-mg-item .content-container, .listing-modern-grid-8.l-2 .listing-mg-item .content-container {
	left: 15px;
	right: 15px;
	bottom: 10px;
	max-height: 50%;
}

/* l3 */
.listing-modern-grid-8.l-4 .mg-col-1, .listing-modern-grid-8.l-3 .mg-col-1 {
	width: 100%;
	padding: 0;
}

.listing-modern-grid-8.l-4 .mg-col-2, .listing-modern-grid-8.l-3 .mg-col-2 {
	width: 100%;
	padding: 2px 0 0 0;
}

.listing-modern-grid-8.l-4 .mg-row-2, .listing-modern-grid-8.l-3 .mg-row-2 {
	width: 100%;
	padding: 0;
	float: none;
}

.listing-modern-grid-8.l-4 .listing-item-1:before, .listing-modern-grid-8.l-3 .listing-item-1:before {
	padding-top: 46%;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before {
	padding-top: 65.5%;
}

.listing-modern-grid-8.l-4 .listing-item-2 .title, .listing-modern-grid-8.l-3 .listing-item-2 .title {
	font-size: 72%;
}

.listing-modern-grid-8.l-4 .listing-item-2 .post-meta, .listing-modern-grid-8.l-3 .listing-item-2 .post-meta, .listing-modern-grid-8.l-4 .mg-col-2 .post-meta, .listing-modern-grid-8.l-3 .mg-col-2 .post-meta, .listing-modern-grid-8.l-4 .mg-col-3 .post-meta, .listing-modern-grid-8.l-3 .mg-col-3 .post-meta, .listing-modern-grid-8.l-4 .mg-col-2 .term-badges.floated, .listing-modern-grid-8.l-3 .mg-col-2 .term-badges.floated, .listing-modern-grid-8.l-4 .mg-col-3 .term-badges.floated, .listing-modern-grid-8.l-3 .mg-col-3 .term-badges.floated {
	display: none;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-1:before {
	padding-top: 50%;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2 .term-badges.floated, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2 .term-badges.floated {
	display: none;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before {
	padding-top: 36%;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before {
	padding-top: 79.5%;
}

/* l4 */
.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before {
	padding-top: 50.5%;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1:before {
	padding-top: 55%;
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1 .post-meta {
	display: none;
}

.listing-modern-grid-8.l-4 .listing-mg-item .content-container {
	left: 12px;
	right: 12px;
	bottom: 12px;
}

.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-3 .content-container, .listing-modern-grid-8.l-4 .listing-mg-item.listing-item-2 .content-container {
	max-height: 40%;
}

.slider-overlay-simple.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-3 .content-container, .slider-overlay-simple.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-2 .content-container {
	max-height: 60%;
	padding: 12px 12px 10px;
}

.listing-mg-8-item.listing-mg-item.l-4:hover .format-icon, .listing-mg-8-item.listing-mg-item.l-4 .format-icon {
	right: 10px !important;
	top: 10px !important;
}

@media only screen and (max-width: 980px) {
	.listing-modern-grid-8 .mg-col-3 {
		width: 100%;
		padding: 2px 0 0;
	}
	
	.listing-modern-grid-8 .mg-col-1 {
		width: 56%;
	}
	
	.listing-modern-grid-8 .mg-col-2 {
		width: 44%;
		padding: 0 0 0 1px;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
		padding-top: 47.29%;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before {
		padding-top: 87.68%;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before {
		padding-top: 18%;
	}
}

@media only screen and (max-width: 780px) {
	.listing-modern-grid-8 .listing-mg-8-item:before {
		padding-top: 89%;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before {
		padding-top: 18%;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
		padding-top: 65.5%;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before {
		padding-top: 95.055%;
	}
	
	.listing-modern-grid-8 .listing-item-1 .title {
		font-size: 80%;
	}
	
	.listing-modern-grid-8 .listing-item-2 .title, .listing-modern-grid-8 .listing-item-3 .title {
		font-size: 72%;
	}
	
	.listing-modern-grid-8 .listing-item-4 .term-badges, .listing-modern-grid-8 .listing-item-3 .term-badges {
		display: none;
	}
	
	.listing-modern-grid-8 .listing-mg-item .content-container {
		left: 15px;
		right: 15px;
		bottom: 10px;
		max-height: 50%;
	}
}

@media only screen and (max-width: 620px) {
	.listing-modern-grid-8 .mg-col-1 {
		width: 100% !important;
		padding: 0 !important;
	}
	
	.listing-modern-grid-8 .mg-col-2 {
		width: 100% !important;
		padding: 2px 0 0 0 !important;
	}
	
	.listing-modern-grid-8 .mg-row-2 {
		width: 100% !important;
		padding: 0 !important;
		float: none !important;
	}
	
	.listing-modern-grid-8 .listing-item-1:before {
		padding-top: 46% !important;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
		padding-top: 65.5% !important;
	}
	
	.listing-modern-grid-8 .listing-item-3 .title, .listing-modern-grid-8 .listing-item-2 .title {
		font-size: 72% !important;
	}
	
	.listing-modern-grid-8 .listing-item-2 .post-meta, .listing-modern-grid-8 .mg-col-2 .post-meta, .listing-modern-grid-8 .mg-col-3 .post-meta, .listing-modern-grid-8 .mg-col-2 .term-badges.floated, .listing-modern-grid-8 .mg-col-3 .term-badges.floated {
		display: none !important;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-1:before {
		padding-top: 50% !important;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-2 .term-badges.floated {
		display: none !important;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
		padding-top: 36% !important;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before {
		padding-top: 79.5% !important;
	}
}

@media only screen and (max-width: 480px) {
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
		padding-top: 50.5%;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-1:before {
		padding-top: 55%;
	}
	
	.listing-modern-grid-8 .listing-mg-8-item.listing-item-1 .post-meta {
		display: none;
	}
	
	.listing-modern-grid-8 .listing-item-3 .title, .listing-modern-grid-8 .listing-item-2 .title {
		font-size: 64%;
	}
	
	.listing-modern-grid-8 .listing-mg-item .content-container {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}
	
	.listing-modern-grid-8 .listing-mg-item.listing-item-3 .content-container, .listing-modern-grid-8 .listing-mg-item.listing-item-2 .content-container {
		max-height: 40%;
	}
	
	.slider-overlay-simple.listing-modern-grid-8 .listing-mg-item.listing-item-3 .content-container, .slider-overlay-simple.listing-modern-grid-8 .listing-mg-item.listing-item-2 .content-container {
		max-height: 60%;
		padding: 12px 12px 10px;
	}
	
	.listing-mg-8-item.listing-mg-item:hover .format-icon, .listing-mg-8-item.listing-mg-item .format-icon {
		right: 10px !important;
		top: 10px !important;
	}
}

/**
 * ->Modern Grid Listing 9
 **/
.listing-mg-9-item.listing-item-2 .title, .listing-mg-9-item.listing-item-3 .title, .listing-mg-9-item.listing-item-4 .title, .listing-mg-9-item.listing-item-5 .title, .listing-mg-9-item.listing-item-6 .title, .listing-mg-9-item.listing-item-7 .title {
	font-size: 72%;
}

.listing-mg-9-item.listing-mg-item:hover .format-icon, .listing-mg-9-item.listing-mg-item .format-icon {
	right: 20px !important;
	top: 20px !important;
	transform: none;
	margin: 0;
}

.listing-mg-9-item:before {
	padding-top: 93.76%;
}

.listing-modern-grid-9 .mg-col-3 .listing-mg-9-item:before {
	padding-top: 93.97%;
}

.listing-mg-9-item.listing-item-1:before {
	padding-top: 74.545%;
}

.listing-modern-grid-9 .mg-col-1 {
	width: 45.6%;
	float: left;
	padding-right: 1px;
}

.listing-modern-grid-9 .mg-col-2 {
	width: 36.35%;
	float: left;
	padding-left: 1px;
	padding-right: 1px;
}

.listing-modern-grid-9 .mg-col-3 {
	width: 18.05%;
	float: left;
	padding-left: 1px;
}

.listing-modern-grid-9 .item-2-cont, .listing-modern-grid-9 .item-3-cont, .listing-modern-grid-9 .item-4-cont, .listing-modern-grid-9 .item-5-cont {
	width: 50%;
	float: left;
}

.listing-modern-grid-9 .item-4-cont, .listing-modern-grid-9 .item-2-cont {
	padding-right: 1px;
}

.listing-modern-grid-9 .item-5-cont, .listing-modern-grid-9 .item-3-cont {
	padding-left: 1px;
}

.listing-modern-grid-9 .mg-row-1 {
	margin-bottom: 2px;
}

/* l1 */
.listing-modern-grid-9.l-5 .mg-col-1, .listing-modern-grid-9.l-4 .mg-col-1, .listing-modern-grid-9.l-3 .mg-col-1, .listing-modern-grid-9.l-2 .mg-col-1, .listing-modern-grid-9.l-1 .mg-col-1 {
	width: 53%;
}

.listing-modern-grid-9.l-5 .mg-col-2, .listing-modern-grid-9.l-4 .mg-col-2, .listing-modern-grid-9.l-3 .mg-col-2, .listing-modern-grid-9.l-2 .mg-col-2, .listing-modern-grid-9.l-1 .mg-col-2 {
	width: 47%;
}

.listing-modern-grid-9.l-5 .listing-mg-9-item:before, .listing-modern-grid-9.l-4 .listing-mg-9-item:before, .listing-modern-grid-9.l-3 .listing-mg-9-item:before, .listing-modern-grid-9.l-2 .listing-mg-9-item:before, .listing-modern-grid-9.l-1 .listing-mg-9-item:before {
	padding-top: 86.97%;
}

.listing-modern-grid-9.l-5 .listing-item-1:before, .listing-modern-grid-9.l-4 .listing-item-1:before, .listing-modern-grid-9.l-3 .listing-item-1:before, .listing-modern-grid-9.l-2 .listing-item-1:before, .listing-modern-grid-9.l-1 .listing-item-1:before {
	padding-top: 77%;
}

.listing-modern-grid-9.l-5 .listing-mg-item .content-container, .listing-modern-grid-9.l-4 .listing-mg-item .content-container, .listing-modern-grid-9.l-3 .listing-mg-item .content-container, .listing-modern-grid-9.l-2 .listing-mg-item .content-container, .listing-modern-grid-9.l-1 .listing-mg-item .content-container {
	left: 15px;
	right: 15px;
	bottom: 12px;
	max-height: 50%;
}

.listing-modern-grid-9.l-5 .mg-col-3 .mg-row, .listing-modern-grid-9.l-4 .mg-col-3 .mg-row, .listing-modern-grid-9.l-3 .mg-col-3 .mg-row, .listing-modern-grid-9.l-2 .mg-col-3 .mg-row, .listing-modern-grid-9.l-1 .mg-col-3 .mg-row {
	width: 50%;
	float: left;
}

.listing-modern-grid-9.l-5 .mg-col-3, .listing-modern-grid-9.l-4 .mg-col-3, .listing-modern-grid-9.l-3 .mg-col-3, .listing-modern-grid-9.l-2 .mg-col-3, .listing-modern-grid-9.l-1 .mg-col-3 {
	width: 100%;
	padding: 2px 0 0;
}

.listing-modern-grid-9.l-5 .mg-col-3 .mg-row.mg-row-1, .listing-modern-grid-9.l-4 .mg-col-3 .mg-row.mg-row-1, .listing-modern-grid-9.l-3 .mg-col-3 .mg-row.mg-row-1, .listing-modern-grid-9.l-2 .mg-col-3 .mg-row.mg-row-1, .listing-modern-grid-9.l-1 .mg-col-3 .mg-row.mg-row-1 {
	padding-right: 1px;
}

.listing-modern-grid-9.l-5 .mg-col-3 .mg-row.mg-row-2, .listing-modern-grid-9.l-4 .mg-col-3 .mg-row.mg-row-2, .listing-modern-grid-9.l-3 .mg-col-3 .mg-row.mg-row-2, .listing-modern-grid-9.l-2 .mg-col-3 .mg-row.mg-row-2, .listing-modern-grid-9.l-1 .mg-col-3 .mg-row.mg-row-2 {
	padding-left: 1px;
}

/* l2 */
.listing-modern-grid-9.l-5 .mg-col-2, .listing-modern-grid-9.l-4 .mg-col-2, .listing-modern-grid-9.l-3 .mg-col-2, .listing-modern-grid-9.l-2 .mg-col-2, .listing-modern-grid-9.l-5 .mg-col-1, .listing-modern-grid-9.l-4 .mg-col-1, .listing-modern-grid-9.l-3 .mg-col-1, .listing-modern-grid-9.l-2 .mg-col-1 {
	width: 50%;
}

.listing-modern-grid-9.l-5 .listing-mg-item:before, .listing-modern-grid-9.l-4 .listing-mg-item:before, .listing-modern-grid-9.l-3 .listing-mg-item:before, .listing-modern-grid-9.l-2 .listing-mg-item:before {
	padding-top: 93%;
}

.listing-modern-grid-9.l-5 .listing-item-1:before, .listing-modern-grid-9.l-4 .listing-item-1:before, .listing-modern-grid-9.l-3 .listing-item-1:before, .listing-modern-grid-9.l-2 .listing-item-1:before {
	padding-top: 92.876%;
}

.listing-modern-grid-9.l-2 .mg-col-3 .listing-item:before {
	padding-top: 37%;
}

.listing-modern-grid-9.l-5 .listing-mg-item .title, .listing-modern-grid-9.l-4 .listing-mg-item .title, .listing-modern-grid-9.l-3 .listing-mg-item .title, .listing-modern-grid-9.l-2 .listing-mg-item .title {
	font-size: 66%;
}

.listing-modern-grid-9.l-5 .listing-item-1 .title, .listing-modern-grid-9.l-4 .listing-item-1 .title, .listing-modern-grid-9.l-3 .listing-item-1 .title, .listing-modern-grid-9.l-2 .listing-item-1 .title {
	font-size: 86%;
}

.listing-modern-grid-9.l-5 .mg-col-3 .term-badges, .listing-modern-grid-9.l-4 .mg-col-3 .term-badges, .listing-modern-grid-9.l-3 .mg-col-3 .term-badges, .listing-modern-grid-9.l-2 .mg-col-3 .term-badges, .listing-modern-grid-9.l-5 .mg-col-2 .term-badges, .listing-modern-grid-9.l-4 .mg-col-2 .term-badges, .listing-modern-grid-9.l-3 .mg-col-2 .term-badges, .listing-modern-grid-9.l-2 .mg-col-2 .term-badges {
	display: none;
}

/* l3 */
.listing-modern-grid-9.l-5 .listing-mg-item .post-meta, .listing-modern-grid-9.l-4 .listing-mg-item .post-meta, .listing-modern-grid-9.l-3 .listing-mg-item .post-meta {
	display: none !important;
}

.listing-modern-grid-9.l-5 .listing-mg-item:hover .format-icon, .listing-modern-grid-9.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-9.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-9.l-5 .listing-mg-item .format-icon, .listing-modern-grid-9.l-4 .listing-mg-item .format-icon, .listing-modern-grid-9.l-3 .listing-mg-item .format-icon {
	right: 12px !important;
	top: 12px !important;
}

.listing-modern-grid-9.l-5 .listing-mg-item:before, .listing-modern-grid-9.l-4 .listing-mg-item:before, .listing-modern-grid-9.l-3.l-3 .listing-mg-item:before {
	padding-top: 60%;
}

.listing-modern-grid-9.l-5 .listing-item-1:before, .listing-modern-grid-9.l-4 .listing-item-1:before, .listing-modern-grid-9.l-3 .listing-item-1:before {
	padding-top: 45%;
}

.listing-modern-grid-9.l-5 .mg-col-1, .listing-modern-grid-9.l-4 .mg-col-1, .listing-modern-grid-9.l-3 .mg-col-1 {
	width: 100% !important;
	padding: 0 !important;
	margin-bottom: 2px !important;
}

.listing-modern-grid-9.l-5 .mg-col-2, .listing-modern-grid-9.l-4 .mg-col-2, .listing-modern-grid-9.l-3 .mg-col-2 {
	width: 100% !important;
	padding: 0 !important;
}

/* l4 */
.listing-modern-grid-9.l-5 .mg-col-3 .listing-item:before, .listing-modern-grid-9.l-4 .mg-col-3 .listing-item:before, .listing-modern-grid-9.l-5 .listing-mg-item:before, .listing-modern-grid-9.l-4 .listing-mg-item:before {
	padding-top: 80%;
}

.listing-modern-grid-9.l-5 .listing-item-1:before, .listing-modern-grid-9.l-4 .listing-item-1:before {
	padding-top: 55%;
}

/* l5 */
.slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-5 .content-container, .slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-4 .content-container, .slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-3 .content-container, .slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-2 .content-container {
	max-height: 64%;
	padding: 12px !important;
}

@media only screen and (max-width: 980px) {
	.listing-modern-grid-9 .mg-col-1 {
		width: 53%;
	}
	
	.listing-modern-grid-9 .mg-col-2 {
		width: 47%;
	}
	
	.listing-modern-grid-9 .listing-mg-9-item:before {
		padding-top: 86.97%;
	}
	
	.listing-modern-grid-9 .listing-item-1:before {
		padding-top: 77%;
	}
	
	.listing-modern-grid-9 .listing-mg-item .content-container {
		left: 15px;
		right: 15px;
		bottom: 12px;
		max-height: 50%;
	}
	
	.listing-modern-grid-9 .mg-col-3 .mg-row {
		width: 50% !important;
		float: left !important;
	}
	
	.listing-modern-grid-9 .mg-col-3 {
		width: 100%;
		padding: 2px 0 0;
	}
	
	.listing-modern-grid-9 .mg-col-3 .mg-row.mg-row-1 {
		padding-right: 1px;
	}
	
	.listing-modern-grid-9 .mg-col-3 .mg-row.mg-row-2 {
		padding-left: 1px;
	}
	
	.listing-modern-grid-9 .mg-col-3 .listing-item:before {
		padding-top: 37%;
	}
}

@media only screen and (max-width: 780px) {
	.listing-modern-grid-9 .mg-col-2, .listing-modern-grid-9 .mg-col-1 {
		width: 50% !important;
	}
	
	.listing-modern-grid-9 .listing-mg-item:before {
		padding-top: 93%;
	}
	
	.listing-modern-grid-9 .listing-item-1:before {
		padding-top: 92.876%;
	}
	
	.listing-modern-grid-9 .listing-mg-item .title {
		font-size: 66%;
	}
	
	.listing-modern-grid-9 .listing-item-1 .title {
		font-size: 86%;
	}
	
	.listing-modern-grid-9 .mg-col-3 .term-badges, .listing-modern-grid-9 .mg-col-2 .term-badges {
		display: none;
	}
}

@media only screen and (max-width: 620px) {
	.listing-modern-grid-9 .listing-mg-item .post-meta {
		display: none;
	}
	
	.listing-modern-grid-9 .listing-mg-item:hover .format-icon, .listing-modern-grid-9 .listing-mg-item .format-icon {
		right: 12px;
		top: 12px;
	}
	
	.listing-modern-grid-9 .mg-col-3 .listing-item:before, .listing-modern-grid-9 .listing-mg-item:before {
		padding-top: 60%;
	}
	
	.listing-modern-grid-9 .listing-item-1:before {
		padding-top: 45%;
	}
	
	.listing-modern-grid-9 .mg-col-1 {
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 2px !important;
	}
	
	.listing-modern-grid-9 .mg-col-2 {
		width: 100% !important;
		padding: 0 !important;
	}
}

@media only screen and (max-width: 560px) {
	.listing-modern-grid-9 .mg-col-3 .listing-item:before, .listing-modern-grid-9 .listing-mg-item:before {
		padding-top: 80% !important;
	}
	
	.listing-modern-grid-9 .listing-item-1:before {
		padding-top: 55% !important;
	}
}

@media only screen and (max-width: 480px) {
	.slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-5 .content-container, .slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-4 .content-container, .slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-3 .content-container, .slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-2 .content-container {
		max-height: 64%;
		padding: 12px;
	}
}

/**
 * ->Modern Grid Listing 10
 **/
.listing-mg-10-item:before {
	padding-top: 60%;
}

.listing-modern-grid-10 .mg-row-1 {
	padding-bottom: 4px;
}

.listing-modern-grid-10 .mg-row-1 .mg-col-1 {
	width: 50%;
	float: left;
	padding-right: 2px;
}

.listing-modern-grid-10 .mg-row-1 .mg-col-2 {
	width: 50%;
	float: left;
	padding-left: 2px;
}

.listing-modern-grid-10 .mg-row-2 .mg-col {
	width: 25%;
	float: left;
}

.listing-modern-grid-10 .mg-row-2 .mg-col-1 {
	padding-right: 3px;
}

.listing-modern-grid-10 .mg-row-2 .mg-col-2 {
	padding-left: 1px;
	padding-right: 2px;
}

.listing-modern-grid-10 .mg-row-2 .mg-col-3 {
	padding-left: 2px;
	padding-right: 1px;
}

.listing-modern-grid-10 .mg-row-2 .mg-col-4 {
	padding-left: 3px;
}

.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item {
	width: 100%;
}

.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before {
	padding-top: 64%;
}

.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .post-subtitle, .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title {
	font-size: 75%;
}

.listing-modern-grid-10 .mg-row-2 .listing-mg-item:hover .format-icon {
	margin-top: -46px;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

/* l1 */
.listing-modern-grid-10.l-1 .listing-mg-10-item.listing-mg-item:hover .format-icon, .listing-modern-grid-10.l-1 .listing-mg-10-item.listing-mg-item .format-icon {
	right: 20px !important;
	top: 20px !important;
	transform: none;
	margin: 0;
}

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col, .listing-modern-grid-10.l-1 .mg-row-2 .mg-col {
	width: 50%;
}

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-1 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col-1, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-1, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-1, .listing-modern-grid-10.l-1 .mg-row-2 .mg-col-1 {
	padding-right: 2px;
	padding-left: 0;
}

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-1 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col-2, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-2, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-2, .listing-modern-grid-10.l-1 .mg-row-2 .mg-col-2 {
	padding-left: 2px;
	padding-right: 0;
}

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-1 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-1 .mg-row-2 .mg-col-4 {
	padding-top: 4px;
}

.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item .title, .listing-modern-grid-10.l-3 .mg-row-1 .listing-mg-10-item .title, .listing-modern-grid-10.l-2 .mg-row-1 .listing-mg-10-item .title, .listing-modern-grid-10.l-1 .mg-row-1 .listing-mg-10-item .title {
	font-size: 92%;
}

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .title, .listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item .title, .listing-modern-grid-10.l-2 .mg-row-2 .listing-mg-10-item .title, .listing-modern-grid-10.l-1 .mg-row-2 .listing-mg-10-item .title {
	font-size: 72%;
}

/* l2 */
.listing-modern-grid-10.l-4 .mg-row-1 .mg-col, .listing-modern-grid-10.l-3 .mg-row-1 .mg-col, .listing-modern-grid-10.l-2 .mg-row-1 .mg-col {
	width: 100%;
	padding: 0;
	float: none;
}

.listing-modern-grid-10.l-4 .mg-row-1 .mg-col-1, .listing-modern-grid-10.l-3 .mg-row-1 .mg-col-1, .listing-modern-grid-10.l-2 .mg-row-1 .mg-col-1 {
	padding-bottom: 4px;
}

.listing-modern-grid-10.l-4 .listing-mg-10-item.listing-mg-item:hover .format-icon, .listing-modern-grid-10.l-3 .listing-mg-10-item.listing-mg-item:hover .format-icon, .listing-modern-grid-10.l-2 .listing-mg-10-item.listing-mg-item:hover .format-icon, .listing-modern-grid-10.l-4 .listing-mg-10-item.listing-mg-item .format-icon, .listing-modern-grid-10.l-3 .listing-mg-10-item.listing-mg-item .format-icon, .listing-modern-grid-10.l-2 .listing-mg-10-item.listing-mg-item .format-icon {
	right: 20px !important;
	top: 20px !important;
	transform: none;
	margin: 0;
}

.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item:before, .listing-modern-grid-10.l-3 .mg-row-1 .listing-mg-10-item:before, .listing-modern-grid-10.l-2 .mg-row-1 .listing-mg-10-item:before {
	padding-top: 36%;
}

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item:before, .listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item:before, .listing-modern-grid-10.l-2 .mg-row-2 .listing-mg-10-item:before {
	padding-top: 70%;
}

/* l3 */
.listing-modern-grid-10.l-4 .listing-item .post-meta, .listing-modern-grid-10.l-3 .listing-item .post-meta {
	display: none;
}

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col {
	width: 50%;
}

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-1, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-1 {
	padding-right: 2px;
}

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-2, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-2 {
	padding-left: 2px;
	padding-right: 0;
}

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .format-icon, .listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item .format-icon {
	display: none;
}

/* l4 */
.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item:before {
	padding-top: 52%;
}

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item:before {
	padding-top: 76%;
}

.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item .title {
	font-size: 82%;
}

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .title {
	font-size: 62%;
}

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .content-container {
	max-height: 43%;
}

@media only screen and (max-width: 980px) {
	.listing-modern-grid-10 .listing-mg-10-item.listing-mg-item:hover .format-icon, .listing-modern-grid-10 .listing-mg-10-item.listing-mg-item .format-icon {
		right: 20px !important;
		top: 20px !important;
		transform: none;
		margin: 0;
	}
	
	.listing-modern-grid-10 .mg-row-1 .listing-mg-10-item .title {
		font-size: 92%;
	}
	
	.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title {
		font-size: 72%;
	}
}

@media only screen and (max-width: 780px) {
	.listing-modern-grid-10 .mg-row-2 .mg-col {
		width: 50% !important;
	}
	
	.listing-modern-grid-10 .mg-row-2 .mg-col-3, .listing-modern-grid-10 .mg-row-2 .mg-col-1 {
		padding-right: 2px !important;
		padding-left: 0 !important;
	}
	
	.listing-modern-grid-10 .mg-row-2 .mg-col-4, .listing-modern-grid-10 .mg-row-2 .mg-col-2 {
		padding-left: 2px !important;
		padding-right: 0 !important;
	}
	
	.listing-modern-grid-10 .mg-row-2 .mg-col-3, .listing-modern-grid-10 .mg-row-2 .mg-col-4 {
		padding-top: 4px !important;
	}
	
	.listing-modern-grid-10 .mg-row-1 .mg-col {
		width: 100% !important;
		padding: 0 !important;
		float: none !important;
	}
	
	.listing-modern-grid-10 .mg-row-1 .mg-col-1 {
		padding-bottom: 4px !important;
	}
	
	.listing-modern-grid-10 .mg-row-1 .listing-mg-10-item:before {
		padding-top: 30%;
	}
	
	.listing-modern-grid-10 .listing-mg-10-item.listing-mg-item:hover .format-icon, .listing-modern-grid-10 .listing-mg-10-item.listing-mg-item .format-icon {
		right: 20px !important;
		top: 20px !important;
		transform: none;
		margin: 0;
	}
	
	.listing-modern-grid-10 .listing-mg-10-item:before {
		padding-top: 70%;
	}
	
	.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before {
		padding-top: 50%;
	}
}

@media only screen and (max-width: 620px) {
	.listing-modern-grid-10 .listing-item .post-meta {
		display: none;
	}
	
	.listing-modern-grid-10 .mg-row-2 .mg-col {
		width: 50% !important;
	}
	
	.listing-modern-grid-10 .mg-row-2 .mg-col-1 {
		padding-right: 2px !important;
	}
	
	.listing-modern-grid-10 .mg-row-2 .mg-col-2 {
		padding-left: 2px !important;
		padding-right: 0 !important;
	}
	
	.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .format-icon {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.listing-modern-grid-10 .mg-row-1 .listing-mg-10-item:before {
		padding-top: 52% !important;
	}
	
	.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before {
		padding-top: 76% !important;
	}
	
	.listing-modern-grid-10 .mg-row-1 .listing-mg-10-item .title {
		font-size: 82%;
	}
	
	.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title {
		font-size: 62%;
	}
	
	.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .content-container {
		max-height: 43%;
	}
}

/**
 * =>Users Listing
 **/
.listing-item-user {
	position: relative;
}

.listing-item-user .user-avatar img {
	border-radius: 50%;
	display: inline-block;
}

.listing-item-user .btn-light {
	background: #fff !important;
	border: 1px solid rgba(0, 0, 0, .1);
	color: #3c3c3c !important;
	vertical-align: top;
	line-height: 24px;
	font-size: 10px;
	padding: 0 8px;
	margin: 0 10px 0 0;
}

.listing-item-user .btn-light.btn-light:hover, .listing-item-user .btn-light.btn-light:focus {
	color: #3c3c3c !important;
	text-decoration: none !important;
	border-color: rgba(0, 0, 0, .2);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.listing-item-user .user-social-icons {
	display: inline;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.listing-item-user .user-social-icons .social-item {
	display: inline-block;
	padding: 0;
	margin: 0 5px 7px 0;
}

.listing-item-user .user-social-icons .social-item:last-child {
	margin-right: 0;
}

.listing-item-user .user-social-icons a {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	padding: 0 4px;
	text-align: center;
	display: inline-block;
	min-width: 27px;
	font-size: 12px;
	line-height: 24px;
	color: #444;
	vertical-align: top;
}

.listing-item-user .user-social-icons .social-item a, .listing-item-user .user-social-icons .social-item a .fa {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.listing-item-user .user-social-icons .github:hover a:hover {
	color: #666;
}

.listing-item-user .user-social-icons .pinterest a:hover {
	color: #cb2027;
}

.listing-item-user .user-social-icons .youtube a:hover {
	color: #cc181e;
}

.listing-item-user .user-social-icons .linkedin a:hover {
	color: #0266a0;
}

.listing-item-user .user-social-icons .dribbble a:hover {
	color: #ea4c89;
}

.listing-item-user .user-social-icons .vimeo a:hover {
	color: #46a3e9;
}

.listing-item-user .user-social-icons .delicious a:hover {
	color: #4a79ff;
}

.listing-item-user .user-social-icons .soundcloud a:hover {
	color: #f50;
}

.listing-item-user .user-social-icons .behance a:hover {
	color: #3b63fc;
}

.listing-item-user .user-social-icons .flickr a:hover {
	color: #2f44db;
}

.listing-item-user .user-social-icons .instagram a:hover {
	color: #517fa4;
}

.listing-item-user .user-social-icons .google-plus a:hover {
	color: #d73d32;
}

.listing-item-user .user-social-icons .google-plus a:hover {
	color: #d73d32;
}

.listing-item-user .user-social-icons .google-plus a:hover {
	color: #d73d32;
}

.listing-item-user .user-social-icons .google-plus a:hover {
	color: #d73d32;
}

.listing-item-user .user-social-icons .twitter a:hover {
	color: #59c8ff;
}

.listing-item-user .user-social-icons .facebook a:hover {
	color: #4a639f;
}

.listing-item-user .user-avatar {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	position: relative;
}

.listing-item-user .user-display-name {
	padding: 0;
	color: #444;
	font-size: 18px;
	margin: 0 0 8px;
}

.listing-item-user .biography {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}

.listing-item-user .biography p {
	margin: 0 0 10px 0;
}

.listing-item-user .user-badge {
	position: absolute;
	left: -11px;
	top: 35px;
	background: #0077d5;
	color: #fff;
	border-radius: 50%;
	width: 29px;
	height: 29px;
	line-height: 23px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	border: 3px solid #fff;
}

.listing-item-user .user-badge {
	left: -12px;
	top: 50%;
	width: 26px;
	height: 26px;
	line-height: 24px;
	font-size: 12px;
	border-width: 2px;
	margin-top: -13px;
}

.listing-user.columns-1 .listing-item-user {
	padding-bottom: 0 !important;
}

.listing-user .listing-item-user {
	padding-bottom: 0 !important;
}

.bs-listing.bs-listing-user-listing-1 .bs-slider-dots:first-child:last-child, .bs-listing.bs-listing-user-listing-2 .bs-slider-dots:first-child:last-child, .bs-listing.bs-listing-user-listing-3 .bs-slider-dots:first-child:last-child, .bs-listing.bs-listing-user-listing-4 .bs-slider-dots:first-child:last-child {
	position: relative;
	left: auto;
	right: auto;
}

/* Type 1 */
.listing-item-user.type-1 .user-social-icons .social-item a:hover {
	background: currentColor;
	border-color: currentColor;
}

.listing-item-user.type-1 .user-social-icons .social-item a:hover .fa {
	color: #fff;
}

.listing-item-user.type-1 {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 13px;
	position: relative;
}

.listing.columns-1 .listing-item-user.type-1:last-child {
	border-width: 0;
}

/* Type 1 - Style 2 */
.listing-item-user.type-1.style-2 .user-avatar {
	float: left;
	margin: 0;
}

.listing-item-user.type-1.style-2 .user-meta {
	padding-left: 120px;
}

.listing-item-user.type-1.style-2 .user-avatar {
	margin-right: 20px;
	margin-bottom: 10px;
}

.listing-item-user.type-1.style-2 .user-display-name {
	font-size: 20px;
}

/* Type 2 */
.listing-item-user.type-2 .bs-user-item {
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .069);
	margin-right: 25px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	position: relative;
	margin-bottom: 16px;
}

.listing-item-user.type-2 .bs-user-item:hover {
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
	border-color: rgba(0, 0, 0, .1);
}

.listing-item-user.type-2 .bs-user-item:last-child {
	margin-right: 0;
}

.listing-item-user.type-2 .user-avatar {
	float: none;
	margin: 0;
}

.listing-item-user.type-2 .user-social-icons {
	overflow: hidden;
	max-height: 22px;
	display: block;
	margin: 0 0 14px 0;
}

.listing-item-user.type-2 .btn-light {
	border-color: rgba(0, 0, 0, .18);
	color: #7d7d80 !important;
	line-height: 22px;
	padding: 0 12px;
	margin-bottom: 0;
}

.listing-item-user.type-2 .user-display-name {
	margin: 12px 0 8px;
}

.listing-item-user.type-2 .biography {
	font-size: 12px;
	line-height: 18px;
}

.listing-item-user.type-2 .biography p:last-child {
	margin: 0;
}

.listing-item-user.type-2 .user-badge {
	top: 8px;
	left: -5px;
}

.listing-item-user.type-2 {
	padding-bottom: 20px;
}

.listing-item-user.type-2 .user-social-icons a {
	border: transparent;
}

.listing-item-user.type-2 .user-social-icons .social-item {
	margin: 0 0 5px;
}

.listing-item-user.type-2 .user-social-icons a {
	min-width: 24px;
}

/* Type 2 - Style 1 */
.listing-item-user.type-2.style-1 {
	text-align: center;
}

.listing-item-user.type-2.style-1 .btn-light {
	border-radius: 12px;
}

/* Type 2 - Style 2 */
.listing-item-user.type-2.style-2 .user-badge {
	left: -12px;
	top: 8px;
}

/**
 * =>More Stories
 **/
.more-stories {
	display: none;
	position: fixed;
	right: -330px;
	bottom: 70px;
	z-index: 9999;
	border: 1px solid #ddd;
	-webkit-box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, .1);
	box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, .1);
	padding: 10px 20px;
	background: #fff;
	width: 325px;
	max-width: 60%;
}

.more-stories:before {
	content: "";
	display: inline-block;
	height: 4px;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -4px;
}

.more-stories.right {
	border-right-width: 0;
}

.more-stories.left {
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
	border-left-width: 0;
	right: auto;
	left: -330px;
}

.more-stories.more-stories-thumbnail-2 {
	width: 355px;
	right: -360px;
}

.more-stories.more-stories-thumbnail-2.left {
	width: 355px;
	right: auto;
	left: -360px;
}

.more-stories-title {
	text-align: center;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #313131;
	border-bottom: 1px solid #f0f0f0;
}

.more-stories .listing {
	padding-top: 15px;
}

.more-stories .bs-pagination:last-child {
	margin-bottom: 10px;
}

.more-stories-close {
	float: left;
	color: #cecece;
}

.more-stories.left .more-stories-close {
	float: right;
}

.more-stories .listing-item {
	margin-bottom: 8px;
}

.more-stories .listing-item:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 680px) {
	.more-stories {
		display: none !important;
	}
}

/**
 * =>Inline Related Posts
 **/
.bs-irp {
	position: relative;
	width: 320px;
	margin: 10px 0 15px 0;
	border-color: rgba(0, 0, 0, .06);
	border-style: solid;
	border-width: 0;
	border-bottom-width: 1px;
	padding-bottom: 20px;
}

.bs-irp .bs-irp-heading {
	font-size: 15px;
	margin-bottom: 16px;
	position: relative;
	padding: 8px 0 0;
	text-transform: uppercase;
}

.bs-irp .bs-irp-heading:before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
}

.bs-irp br {
	display: none;
}

.bs-irp p:empty {
	display: none;
}

.bs-irp p {
	margin-bottom: 0 !important;
}

.bs-irp a:hover {
	text-decoration: none !important;
}

.bs-irp.right {
	float: right;
	margin-left: 30px;
}

.bs-irp.left {
	float: left;
	margin-right: 30px;
}

.bs-irp.center {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.bs-irp .listing-text .listing-item:last-child .item-inner {
	border-bottom-width: 0;
	padding-bottom: 0;
}

.bs-irp .listing .listing-item:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.bs-irp.bs-irp-thumbnail-2 {
	padding-bottom: 0;
}

.bs-irp.bs-irp-text-4-full, .bs-irp.bs-irp-text-3-full, .bs-irp.bs-irp-text-2-full, .bs-irp.bs-irp-text-1-full, .bs-irp.bs-irp-thumbnail-3-full, .bs-irp.bs-irp-thumbnail-2-full, .bs-irp.bs-irp-thumbnail-1-full {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: none;
	padding-bottom: 0;
	clear: both;
	border-top-width: 1px;
	padding-top: 3px;
}

.bs-irp.bs-irp-text-4-full .bs-irp-heading:before, .bs-irp.bs-irp-text-3-full .bs-irp-heading:before, .bs-irp.bs-irp-text-2-full .bs-irp-heading:before, .bs-irp.bs-irp-text-1-full .bs-irp-heading:before, .bs-irp.bs-irp-thumbnail-3-full .bs-irp-heading:before, .bs-irp.bs-irp-thumbnail-2-full .bs-irp-heading:before, .bs-irp.bs-irp-thumbnail-1-full .bs-irp-heading:before {
	display: none;
}

.bs-irp.bs-irp-text-4-full .listing-item-text-4, .bs-irp.bs-irp-text-4-full .listing-item-text-4:last-child, .bs-irp.bs-irp-text-3-full .listing-item-text-3, .bs-irp.bs-irp-text-3-full .listing-item-text-3:last-child, .bs-irp.bs-irp-text-2-full .listing-item-text-2, .bs-irp.bs-irp-text-2-full .listing-item-text-2:last-child, .bs-irp.bs-irp-text-1-full .listing-item-text-1, .bs-irp.bs-irp-text-1-full .listing-item-text-1:last-child {
	border-bottom: 0;
	margin-bottom: 17px !important;
	padding-bottom: 0 !important;
}

.bs-irp.bs-irp-text-1-full .listing-item-text-1 .item-inner {
	padding-bottom: 0 !important;
	border: none;
}

.bs-irp.bs-irp-thumbnail-2 .bs-pagination {
	padding-bottom: 18px;
}

.bs-irp.bs-irp-text-4-full .bs-pagination, .bs-irp.bs-irp-text-3-full .bs-pagination, .bs-irp.bs-irp-text-2-full .bs-pagination, .bs-irp.bs-irp-text-1-full .bs-pagination, .bs-irp.bs-irp-thumbnail-3-full .bs-pagination, .bs-irp.bs-irp-thumbnail-2-full .bs-pagination, .bs-irp.bs-irp-thumbnail-1-full .bs-pagination {
	padding-bottom: 18px;
	padding-top: 0;
	margin-top: 0;
}

.bs-irp .post-meta p {
	display: inline;
}

@media only screen and (max-width: 530px) {
	.bs-irp.right, .bs-irp.left {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 21px 0 21px 0;
	}
}

/**
 * =>Sliders
 **/
.bs-listing-slider-1 > .bs-slider, .bs-listing-slider-2 > .bs-slider, .bs-listing-slider-3 > .bs-slider {
	margin-bottom: 0;
}

.bs-listing-slider-1, .bs-listing-slider-2, .bs-listing-slider-3 {
	margin-bottom: 22px;
}

.bs-shortcode.bs-slider .better-direction-nav a {
	text-indent: -9999px;
}

.bs-shortcode.bs-slider .better-direction-nav a:before {
	line-height: 38px;
	font-size: 14px;
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-indent: 0;
	width: auto;
	height: auto;
}

.bs-shortcode.bs-slider .better-direction-nav a.better-next:before {
	content: "";
	right: -3px;
}

.bs-slider-item {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bs-slider-item > .item-content {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bs-slider-item > .item-content:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 45%;
}

.bs-slider-item .img-cont {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.bs-ll-d .bs-slider-item .img-cont, .bs-slider-item .img-cont.b-error, .bs-slider-item .img-cont.b-loaded {
	background-size: cover !important;
	animation: none;
}

.bs-slider .bs-slider-item:nth-child(1) {
	/* fix for first load */
	float: left;
	display: block;
	width: 100%;
}

.bs-slider-item.has-not-post-thumbnail .img-cont {
	background-color: #e2e2e2;
}

.bs-slider-item .post-subtitle {
	text-align: center !important;
}

/**
 * ->Slider 1
 **/
.bs-slider-1-item > .item-content:before {
	padding-top: 45%;
}

.bs-slider-1-item .img-cont:after {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .55)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#b3000000", GradientType=0);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 160px;
}

.bs-slider-1-item:hover .img-cont {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.bs-slider-1-item .content-container {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	position: absolute;
	bottom: -80px;
	left: 30px;
	right: 30px;
	padding: 0 30px 30px;
	overflow: hidden;
	pointer-events: none;
	z-index: 2;
	opacity: 0;
}

.bs-slider-1-item.slider-content-shown .content-container {
	bottom: 0;
	opacity: 1;
}

.bs-slider-1-item .content-container a {
	pointer-events: all;
}

.bs-slider-1-item .title {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	line-height: 1.4;
	text-align: center !important;
	max-width: 70%;
	margin: 0 auto;
}

.bs-slider-1-item .title a {
	color: #fff;
}

.bs-slider-1-item .post-meta {
	margin-top: 12px;
	text-align: center !important;
	font-size: 11px;
}

.bs-slider-1-item .post-meta .comments, .bs-slider-1-item .post-meta .post-author {
	color: #fff;
	font-size: 11px;
}

.bs-slider-1-item .post-meta .comments {
	float: none;
	margin-left: 0;
}

.bs-slider-1-item .post-meta .time, .bs-slider-1-item .post-meta .post-author:after {
	color: rgba(255, 255, 255, .57);
}

.bs-slider-1-item .term-badges.floated {
	position: absolute;
	right: auto;
	left: 0;
	top: 30px;
	bottom: auto;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.bs-slider-1 .better-direction-nav .better-next, .bs-slider-1 .better-direction-nav .better-prev {
	opacity: 1;
	transform: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 2px solid white;
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-shadow: none;
	margin: -36px 0 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

.bs-slider-1 .better-direction-nav .better-prev {
	left: 20px;
}

.bs-slider-1 .better-direction-nav .better-next {
	right: 20px;
}

.bs-slider-1-item:hover .format-icon {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.bs-slider-1-item .post-subtitle {
	margin-top: 7px;
	color: #fff !important;
}

.bs-slider-1-item .post-subtitle:first-child {
	margin: 0 0 7px;
}

/* l1 */
.bs-slider-1.l-2 .bs-slider-1-item > .item-content:before, .bs-slider-1.l-1 .bs-slider-1-item > .item-content:before {
	padding-top: 60%;
}

/* l2 */
.bs-slider-1.l-2 .bs-slider-1-item > .item-content:before {
	padding-top: 110%;
}

.bs-slider-1.l-2 .bs-slider-1-item .post-meta {
	display: none;
}

.bs-slider-1.l-2 .bs-slider-1-item .title a {
	font-size: 75%;
	line-height: 170%;
	display: inline-block;
}

.bs-slider-1.l-2 .bs-slider-1-item .content-container {
	left: 0;
	right: 0;
	padding: 0 20px 20px;
}

.bs-slider-1.l-2 .better-direction-nav .better-prev {
	left: -20px;
	opacity: 0;
}

.bs-slider-1.l-2:hover .better-direction-nav .better-prev {
	left: 10px;
	opacity: 1;
}

.bs-slider-1.l-2 .better-direction-nav .better-next {
	right: -20px;
	opacity: 0;
}

.bs-slider-1.l-2:hover .better-direction-nav .better-next {
	right: 10px;
	opacity: 1;
}

@media only screen and (max-width: 780px) {
	.bs-slider-1 .bs-slider-1-item > .item-content:before {
		padding-top: 60%;
	}
}

@media only screen and (max-width: 370px) {
	.bs-slider-1 .bs-slider-1-item .post-meta {
		display: none;
	}
	
	.bs-slider-1 .bs-slider-1-item > .item-content:before {
		padding-top: 110% !important;
	}
	
	.bs-slider-1 .bs-slider-1-item .title a {
		font-size: 75%;
		line-height: 170%;
		display: inline-block;
	}
	
	.bs-slider-1 .bs-slider-1-item .content-container {
		left: 0;
		right: 0;
		padding: 0 20px 20px;
	}
	
	.bs-slider-1 .better-direction-nav .better-prev {
		left: -20px;
		opacity: 0;
	}
	
	.bs-slider-1:hover .better-direction-nav .better-prev {
		left: 10px;
		opacity: 1;
	}
	
	.bs-slider-1 .better-direction-nav .better-next {
		right: -20px;
		opacity: 0;
	}
	
	.bs-slider-1:hover .better-direction-nav .better-next {
		right: 10px;
		opacity: 1;
	}
}

/**
 * ->Slider 2
 **/
.bs-slider-2-item > .item-content:before {
	padding-top: 45%;
}

.bs-slider-2-item:hover .img-cont {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.bs-slider-2-item .content-container {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	position: absolute;
	left: 50%;
	bottom: 10px;
	padding: 30px;
	overflow: hidden;
	pointer-events: none;
	z-index: 2;
	opacity: 0;
	width: 460px;
	margin: 0 0 0 -230px;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	text-align: center;
}

.bs-slider-2-item.slider-content-shown .content-container {
	bottom: 40px;
	opacity: 1;
}

.bs-slider-2-item .content-container a {
	pointer-events: all;
}

.bs-slider-2-item .title {
	margin: 10px 0 0;
	line-height: 1.4;
	text-align: center !important;
}

.bs-slider-2-item .title a {
	color: #212121;
}

.bs-slider-2-item .post-meta {
	margin-top: 8px;
	text-align: center !important;
	font-size: 12px;
}

.bs-slider-2-item .post-meta .comments, .bs-slider-2-item .post-meta .post-author {
	color: #212121;
	font-size: 12px;
}

.bs-slider-2-item .post-meta .comments {
	float: none;
	margin-left: 0;
}

.bs-slider-2-item .post-meta .time, .bs-slider-2-item .post-meta .post-author:after {
	color: #212121;
}

.bs-slider-2-item .content-container a.read-more {
	border: 1px solid transparent;
	background: none;
	color: #fff;
	font-size: 12px;
	padding: 6px 20px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	line-height: 20px;
	margin-top: 15px;
}

.bs-slider-2-item .content-container a.read-more:hover {
	color: #fff;
}

.bs-slider-2-item .term-badges.floated {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.bs-slider-2-item .term-badges.floated .term-badge a {
	background: #212121 !important;
	color: #fff !important;
	margin: 0;
}

.bs-slider-2-item:hover .format-icon {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.bs-slider-2 .better-direction-nav .better-next, .bs-slider-2 .better-direction-nav .better-prev {
	transform: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 2px solid white;
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-shadow: none;
	margin: -36px 0 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

.bs-slider-2-item .post-subtitle {
	margin-top: 7px;
}

.bs-slider-2-item .term-badges + .post-subtitle, .bs-slider-2-item .post-subtitle:first-child {
	margin: 0 0 -4px;
}

/* l1 */
.bs-slider-2.l-3 .bs-slider-2-item > .item-content:before, .bs-slider-2.l-2 .bs-slider-2-item > .item-content:before, .bs-slider-2.l-1 .bs-slider-2-item > .item-content:before {
	padding-top: 70%;
}

.bs-slider-2.l-3 .bs-slider-2-item .title a, .bs-slider-2.l-2 .bs-slider-2-item .title a, .bs-slider-2.l-1 .bs-slider-2-item .title a {
	font-size: 85%;
}

/* l2 */
.bs-slider-2.l-3 .bs-slider-2-item > .item-content:before, .bs-slider-2.l-2 .bs-slider-2-item > .item-content:before {
	padding-top: 120%;
}

.bs-slider-2.l-3 .bs-slider-2-item .post-meta, .bs-slider-2.l-2 .bs-slider-2-item .post-meta {
	display: none;
}

.bs-slider-2.l-3 .bs-slider-2-item .title a, .bs-slider-2.l-2 .bs-slider-2-item .title a {
	font-size: 75%;
	line-height: 170%;
	display: inline-block;
}

.bs-slider-2.l-3 .bs-slider-2-item .content-container, .bs-slider-2.l-2 .bs-slider-2-item .content-container {
	left: 7.5%;
	bottom: 7.5%;
	right: 7.5%;
	padding: 20px;
	width: 85%;
	transform: none;
	margin: 0;
}

/* l3 */
.bs-slider-2.l-3 .better-direction-nav .better-next, .bs-slider-2.l-3 .better-direction-nav .better-prev {
	display: none;
}

@media only screen and (max-width: 780px) {
	.bs-slider-2-item > .item-content:before {
		padding-top: 70%;
	}
	
	.bs-slider-2-item .title a {
		font-size: 85%;
	}
}

@media only screen and (max-width: 520px) {
	.bs-slider-2-item > .item-content:before {
		padding-top: 120% !important;
	}
	
	.bs-slider-2-item .post-meta {
		display: none;
	}
	
	.bs-slider-2-item .title a {
		font-size: 75%;
		line-height: 170%;
		display: inline-block;
	}
	
	.bs-slider-2-item .content-container {
		left: 7.5%;
		bottom: 7.5%;
		right: 7.5%;
		padding: 20px;
		width: 85%;
		transform: none;
		margin: 0;
	}
}

@media only screen and (max-width: 370px) {
	.bs-slider-2 .better-direction-nav .better-next, .bs-slider-2 .better-direction-nav .better-prev {
		display: none;
	}
}

/**
 * ->Slider 3
 **/
.bs-slider-3-item > .item-content:before {
	padding-top: 45%;
}

.bs-slider-3-item:hover .img-cont {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.bs-slider-3-item .content-container {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	position: absolute;
	left: 50%;
	top: 45%;
	padding: 30px;
	overflow: hidden;
	pointer-events: none;
	z-index: 2;
	opacity: 0;
	width: 460px;
	margin: -120px 0 0 -230px;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	text-align: center;
}

.bs-slider-3-item .content-container a.read-more {
	border: 1px solid transparent;
	background: none;
	color: #fff;
	font-size: 12px;
	padding: 6px 20px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	line-height: 20px;
	margin-top: 15px;
}

.bs-slider-3-item .content-container a.read-more:hover {
	color: #fff;
}

.bs-slider-3-item.slider-content-shown .content-container {
	opacity: 1;
	top: 50%;
}

.bs-slider-3-item .content-container a {
	pointer-events: all;
}

.bs-slider-3-item .title {
	margin: 10px 0 0;
	line-height: 1.4;
	text-align: center !important;
}

.bs-slider-3-item .title a {
	color: #212121;
}

.bs-slider-3-item .post-meta {
	margin-top: 8px;
	text-align: center !important;
	font-size: 12px;
}

.bs-slider-3-item .post-meta .comments, .bs-slider-3-item .post-meta .post-author {
	color: #212121;
	font-size: 12px;
}

.bs-slider-3-item .post-meta .comments {
	float: none;
	margin-left: 0;
}

.bs-slider-3-item .post-meta .time, .bs-slider-3-item .post-meta .post-author:after {
	color: #212121;
}

.bs-slider-3-item .term-badges.floated {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.bs-slider-3-item .term-badges.floated .term-badge a {
	background: #212121 !important;
	color: #fff !important;
	margin: 0;
}

.bs-slider-3 .better-direction-nav .better-next, .bs-slider-3 .better-direction-nav .better-prev {
	transform: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 2px solid white;
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-shadow: none;
	margin: -36px 0 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

.bs-slider-3 .better-direction-nav .better-prev {
	left: 20px;
}

.bs-slider-3 .better-direction-nav .better-next {
	right: 20px;
}

.bs-slider-3-item:hover .format-icon {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.bs-slider-3-item .post-subtitle {
	margin-top: 7px;
}

.bs-slider-3-item .term-badges + .post-subtitle, .bs-slider-3-item .post-subtitle:first-child {
	margin: 0 0 -4px;
}

/* l1 */
.bs-slider-3.l-3 .bs-slider-3-item > .item-content:before, .bs-slider-3.l-2 .bs-slider-3-item > .item-content:before, .bs-slider-3.l-1 .bs-slider-3-item > .item-content:before {
	padding-top: 60%;
}

.bs-slider-3.l-3 .bs-slider-3-item .title a, .bs-slider-3.l-2 .bs-slider-3-item .title a, .bs-slider-3.l-1 .bs-slider-3-item .title a {
	font-size: 90%;
}

.bs-slider-3.l-3 .bs-slider-3-item > .item-content:before, .bs-slider-3.l-2 .bs-slider-3-item > .item-content:before, .bs-slider-3.l-1 .bs-slider-3-item > .item-content:before {
	padding-top: 60%;
}

/* l2 */
.bs-slider-3.l-3 .bs-slider-3-item > .item-content:before, .bs-slider-3.l-2 .bs-slider-3-item > .item-content:before {
	padding-top: 110% !important;
}

.bs-slider-3.l-3 .bs-slider-3-item .post-meta, .bs-slider-3.l-2 .bs-slider-3-item .post-meta {
	display: none;
}

.bs-slider-3.l-3 .bs-slider-3-item .title a, .bs-slider-3.l-2 .bs-slider-3-item .title a {
	font-size: 75%;
	line-height: 150%;
	display: inline-block;
}

/* l3 */
.bs-slider-3.l-3 .bs-slider-3-item .content-container {
	left: 7.5%;
	bottom: 7.5%;
	right: 7.5%;
	top: auto;
	padding: 20px;
	width: 85%;
	transform: none;
	margin: 0;
}

.bs-slider-3.l-3 .bs-slider-3-item.slider-content-shown .content-container {
	bottom: 25px;
}

.bs-slider-3.l-3 .better-direction-nav .better-next, .bs-slider-3.l-3 .better-direction-nav .better-prev {
	display: none;
}

@media only screen and (max-width: 780px) {
	.bs-slider-3 .bs-slider-3-item > .item-content:before {
		padding-top: 60%;
	}
	
	.bs-slider-3 .bs-slider-3-item .title a {
		font-size: 90%;
	}
	
	.bs-slider-3 .bs-slider-3-item > .item-content:before {
		padding-top: 60%;
	}
}

@media only screen and (max-width: 520px) {
	.bs-slider-3 .bs-slider-3-item > .item-content:before {
		padding-top: 110% !important;
	}
	
	.bs-slider-3 .bs-slider-3-item .post-meta {
		display: none;
	}
	
	.bs-slider-3 .bs-slider-3-item .title a {
		font-size: 75%;
		line-height: 150%;
		display: inline-block;
	}
	
	.bs-slider-3 .bs-slider-3-item .content-container {
		left: 7.5%;
		bottom: 7.5%;
		right: 7.5%;
		top: auto;
		padding: 20px;
		width: 85%;
		transform: none;
		margin: 0;
	}
}

@media only screen and (max-width: 380px) {
	.bs-slider-3 .bs-slider-3-item.slider-content-shown .content-container {
		bottom: 25px;
	}
	
	.bs-slider-3 .better-direction-nav .better-next, .bs-slider-3 .better-direction-nav .better-prev {
		display: none;
	}
}

/**
 * =>Notification
 **/
.bs-push-noti {
	position: relative;
	padding: 10px;
	font-weight: 700;
	overflow: hidden;
	text-align: center;
}

.bs-push-noti-bg {
	display: none;
}

.bs-push-noti .bs-push-noti-button {
	text-transform: capitalize !important;
	line-height: 30px;
	font-weight: bolder;
}

.bs-push-noti .bs-push-noti-wrapper-icon {
	color: #fff;
}

/**
 * ->Notification type 1
 **/
.bs-push-noti.bspn-t1.bspn-t1 {
	text-align: left;
}

.bs-push-noti.bspn-t1 .bs-push-noti-inner {
	padding: 15px 10px 20px 124px;
	border: 1px solid #e8e8e8;
	position: relative;
	overflow: hidden;
}

.bs-push-noti.bspn-t1 p {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 15px;
}

.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon {
	padding: 10px;
	background: #bbb;
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	width: 111px;
	text-align: center;
}

.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 37px;
	background-color: rgba(255, 255, 255, .25);
	border-radius: 5px 5px 5px 0;
	top: 50%;
	left: 50%;
	margin-left: -26px;
	margin-top: -23px;
}

.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon:before {
	content: "";
	position: absolute;
	border-top: 0px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 0px solid transparent;
	border-left: 14px solid rgba(255, 255, 255, .25);
	z-index: 2;
	left: 50%;
	margin-left: -26px;
	bottom: 50%;
	margin-bottom: -24px;
}

.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon .notification-icon {
	position: absolute;
	top: 50%;
	font-size: 17px;
	margin-top: -13px;
	margin-left: -8.5px;
	color: #fff;
	z-index: 1;
}

.bs-push-noti.bspn-t1 .bs-push-noti-bg {
	display: block;
	position: absolute;
	top: -50%;
	right: -3%;
	font-size: 7em;
	transform: rotate(30deg);
	opacity: .09;
}

.bs-push-noti.post-bottom {
	margin-bottom: 0 !important;
}

.widget .bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon {
	position: absolute;
	left: -16px;
	right: -16px;
	top: -1px;
	display: block;
	height: 140px;
	width: auto;
}

.widget .bs-push-noti.bspn-t1 .bs-push-noti-inner {
	padding-left: 15px;
	padding-top: 150px;
}

/**
 * ->Notification type 2
 **/
.bs-push-noti.bspn-t2 {
	padding: 0;
}

.bs-push-noti.bspn-t2 .bs-push-noti-inner {
	background: #fdfdfd;
	text-align: center;
	margin-top: 35px;
	padding: 10px 20px 20px;
	border: 1px solid #e8e8e8;
}

.bs-push-noti.bspn-t2 .bs-push-noti-wrapper-icon {
	background: #ccc;
	border-radius: 50%;
	display: inline-block;
	font-size: 20px;
	position: relative;
	top: -40px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	z-index: 9;
}

.bs-push-noti.bspn-t2 .notification-icon {
	line-height: 60px;
}

.bs-push-noti.bspn-t2 .bs-push-noti-message {
	margin-top: -25px;
	margin-bottom: 20px;
}

.bs-push-noti.bspn-t2 p {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}

.bs-push-noti.bspn-t2 .bs-push-noti-button:before {
	font: normal normal normal 14px/1 "bs-icons";
	content: "끡";
	margin-right: 5px;
	vertical-align: middle;
}

.bs-push-noti.bspn-t2 .bs-push-noti-button {
	text-transform: capitalize !important;
	line-height: 20px;
	font-weight: bolder;
}

/**
 * =>Boxes
 **/
.bs-box-inner {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bs-box-inner:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 70%;
}

.bs-box .box-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.bs-box .box-image {
	background-repeat: no-repeat !important;
	background-position: top center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/**
 * ->Box 1
 **/
.bs-box-1 .bs-box-inner {
	background: #ccc;
}

.bs-box-1 .box-text {
	position: absolute;
	background: #fff;
	color: #333;
	font-size: 16px;
	text-align: center;
	padding: 20px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	opacity: 1;
	pointer-events: none;
}

.bs-box-1 .box-image:before {
	border: 1px solid #fff;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1, 1);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.bs-box-1:hover .box-image:before {
	bottom: 15px;
	left: 15px;
	opacity: 1;
	right: 15px;
	top: 15px;
}

.bs-box-1 .box-pre-title {
	font-size: 13px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.bs-box-1 .box-title {
	font-size: 22px;
	margin: 0;
}

/**
 * ->Box 2
 **/
.bs-box-2 .box-image:after {
	border: 1px solid #fff;
	content: "";
	position: absolute;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	bottom: 15px;
	left: 15px;
	opacity: 1;
	right: 15px;
	top: 15px;
}

.bs-box-2 .box-text {
	position: absolute;
	top: 50%;
	pointer-events: none;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	text-align: center;
}

.bs-box-2 .box-image:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.bs-box-2:hover .box-image:before {
	background: rgba(0, 0, 0, .3);
}

.bs-box-2 .box-title {
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
	padding: 5px 10px;
	line-height: 1.3;
	background: #fff;
	color: #353535;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	display: inline-block;
}

/**
 * ->Box 3
 **/
.bs-box-3 .box-text {
	position: absolute;
	font-size: 16px;
	padding: 0;
	bottom: 25px;
	left: 25px;
	right: 25px;
	opacity: 1;
	pointer-events: none;
}

.bs-box-3 .box-image:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.bs-box-3:hover .box-image:before {
	background: rgba(0, 0, 0, .35);
}

.bs-box-3 .box-sub-title {
	font-size: 13px;
	margin-bottom: 5px;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .09);
}

.bs-box-3 .box-title {
	font-size: 17px;
	margin: 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(0, 0, 0, .09);
}

.bs-box-3 .bf-icon {
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .09);
	font-size: 24px;
	display: block;
	margin-bottom: 15px;
}

.bs-box-3.box-no-bg .box-sub-title, .bs-box-3.box-no-bg .box-title, .bs-box-3.box-no-bg .bf-icon {
	color: #333;
	text-shadow: none;
}

.bs-box-3.box-no-bg {
	background: #eee;
}

.bs-box-3.box-no-bg .box-image:before {
	display: none;
}

.bs-box-3.box-text-left .box-sub-title, .bs-box-3.box-text-left .box-title, .bs-box-3.box-text-left .bf-icon {
	text-align: left !important;
}

.bs-box-3.box-text-right .box-sub-title, .bs-box-3.box-text-right .box-title, .bs-box-3.box-text-right .bf-icon {
	text-align: right !important;
}

.bs-box-3.box-text-center .box-sub-title, .bs-box-3.box-text-center .box-title, .bs-box-3.box-text-center .bf-icon {
	text-align: center !important;
}

/**
 * ->Box 4
 **/
.bs-box-4 .bs-box-inner:before {
	padding-top: 120%;
}

.bs-box-4 .box-text {
	position: absolute;
	font-size: 16px;
	padding: 0;
	bottom: 25px;
	left: 25px;
	right: 25px;
	opacity: 1;
	pointer-events: none;
}

.bs-box-4 .box-image:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.bs-box-4:hover .box-image:before {
	background: rgba(0, 0, 0, .35);
}

.bs-box-4 .box-sub-title {
	font-size: 13px;
	margin-bottom: 5px;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .09);
}

.bs-box-4 .box-title {
	font-size: 17px;
	margin: 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(0, 0, 0, .09);
}

.bs-box-4 .bf-icon {
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .09);
	font-size: 24px;
	display: block;
	margin-bottom: 15px;
}

.bs-box-4.box-no-bg .box-sub-title, .bs-box-4.box-no-bg .box-title, .bs-box-4.box-no-bg .bf-icon {
	color: #333;
	text-shadow: none;
}

.bs-box-4.box-no-bg {
	background: #eee;
}

.bs-box-4.box-no-bg .box-image:before {
	display: none;
}

.bs-box-4.box-text-left .box-sub-title, .bs-box-4.box-text-left .box-title, .bs-box-4.box-text-left .bf-icon {
	text-align: left !important;
}

.bs-box-4.box-text-right .box-sub-title, .bs-box-4.box-text-right .box-title, .bs-box-4.box-text-right .bf-icon {
	text-align: right !important;
}

.bs-box-4.box-text-center .box-sub-title, .bs-box-4.box-text-center .box-title, .bs-box-4.box-text-center .bf-icon {
	text-align: center !important;
}

/**
 * =>Widgets Listing
 **/
.widget .listing-widget, .listing-widget {
	padding: 0;
	margin: 0;
	list-style: none;
}

.listing-widget .listing-item img.wp-post-image {
	max-width: 80px;
	float: left;
	margin-right: 15px;
}

.listing-widget .listing-item {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.listing-widget .listing-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.listing-widget .img-holder {
	width: 80px;
}

.listing-widget .img-holder:before {
	padding-top: 70%;
}

.listing-widget .listing-item .post-meta {
	margin-top: 2px;
}

@media only screen and (max-width: 678px) {
	.footer-widgets > .content-wrap > .container > .row > *:last-child {
		margin-bottom: 0 !important;
	}
}

/**
 * ->Widget Simple Listing
 **/
.listing-widget.listing-widget-simple .listing-item .title {
	font-size: 14px;
	margin: 0;
}

.listing-widget.listing-widget-simple .listing-item .title a {
	line-height: 1.4;
}

.listing-widget.listing-widget-simple .listing-item .post-meta {
	margin-top: 5px;
	margin-bottom: 8px;
}

/**
 * ->Widget Thumbnail Listing
 **/
.listing-widget.listing-widget-thumbnail .listing-item .title {
	font-size: 14px;
	margin: 0;
	line-height: 1.2;
}

/**
 * =>Separator Line
 **/
.separator-line {
	margin: 15px auto;
	width: 70%;
	overflow: hidden;
	text-align: center;
	position: relative;
	height: 20px;
	color: #949494;
}

.separator-line .sep-icon {
	padding: 0 25px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	position: relative;
	z-index: 1;
	color: rgba(0, 0, 0, .35);
}

.separator-line .sep-icon:after {
	content: "";
	height: 2px;
	width: 440%;
	top: 50%;
	left: -440%;
	position: absolute;
	margin-top: -1px;
	background-color: #dadada;
	background-color: rgba(0, 0, 0, .15);
	display: inline-block;
}

.separator-line .sep-icon:before {
	content: "";
	height: 2px;
	width: 440%;
	top: 50%;
	right: -440%;
	position: absolute;
	margin-top: -1px;
	background-color: #dadada;
	background-color: rgba(0, 0, 0, .15);
	display: inline-block;
}

/**
 * =>Widgets & Shortcodes
 **/
.widget > .bs-listing, .sidebar > .widget:last-child {
	margin-bottom: 0;
}

.widget ul, .widget ol {
	padding-left: 20px;
	margin-bottom: 0;
}

.widget li {
	margin-bottom: 7px;
}

.widget li:last-child {
	margin-bottom: 0;
}

.widget li > ul {
	margin-top: 10px;
}

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

.widget.widget_text img {
	margin: 10px 0 15px 0;
}

.widget select {
	width: 100%;
}

.sidebar-column .widget > .bs-listing:last-child {
	margin-bottom: 0;
}

.widget > .better-weather {
	margin-bottom: 0;
}

/**
 * ->Archive Widget
 **/
.widget.widget_archive ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget.widget_archive ul li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-right: 10px;
}

.widget.widget_archive ul li a {
	font-size: 14px;
}

.widget.widget_archive ul li {
	border-bottom: 1px solid #f5f5f5;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.widget.widget_archive ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget.widget_archive .post-count {
	float: right;
	color: #444;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	background: #eee;
	text-align: center;
}

/**
 * ->Calender Widget
 **/
.widget.widget_calendar {
	font-size: 13px;
}

.widget.widget_calendar table {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.widget.widget_calendar table td, .widget.widget_calendar table th {
	text-align: center;
	padding: 5px 0;
}

.widget.widget_calendar table td.active-day {
	background-color: #444;
	background-color: rgba(0, 0, 0, .71);
}

.widget.widget_calendar table td.active-day:hover {
	background-color: #444;
	background-color: rgba(0, 0, 0, .91);
}

.widget.widget_calendar table td:hover, .widget.widget_calendar table td {
	background-color: #dcdcdc;
	background-color: rgba(0, 0, 0, .08);
	color: #888;
	color: rgba(0, 0, 0, .51);
}

.widget.widget_calendar table td.pad:hover, .widget.widget_calendar table td.pad {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .03);
}

.widget.widget_calendar table td a {
	color: #fff;
}

.widget.widget_calendar table caption {
	padding: 20px 5px;
	text-align: center;
	background-color: #444;
	background-color: rgba(0, 0, 0, .75);
	font-size: 18px;
	color: #fff;
	margin-bottom: 2px;
}

.widget.widget_calendar table tfoot td, .widget.widget_calendar table th {
	background-color: #444;
	background-color: rgba(0, 0, 0, .71);
	color: #fff;
}

.widget.widget_calendar table tfoot td:hover {
	background-color: #dedede;
}

/**
 * ->Category Widget
 **/
.widget.widget_categories ul {
	list-style: none;
	padding-left: 0;
}

.widget.widget_categories ul:last-child {
	margin-bottom: 0;
}

.widget.widget_categories ul li {
	border-bottom: 1px solid #f5f5f5;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.widget.widget_categories ul li a {
	text-transform: capitalize;
	font-size: 14px;
}

.widget.widget_categories ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget.widget_categories ul li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-right: 10px;
}

.widget.widget_categories .children a:before {
	content: "";
}

.widget.widget_categories .post-count {
	float: right;
	color: #444;
	min-width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0 4px;
	background: #eee;
	background: rgba(0, 0, 0, .08);
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.widget.widget_categories ul.children {
	border-top: 1px solid #f5f5f5;
	border-top: 1px solid rgba(0, 0, 0, .06);
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 25px;
}

.widget.widget_categories ul.children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/**
 * ->Custom Menu Widget
 **/
.widget.widget_nav_menu .bf-icon {
	margin-left: 5px;
	margin-right: 7px;
}

.widget.widget_nav_menu ul.menu li.menu-have-icon.menu-title-hide > a > .bf-icon {
	margin-right: 5px;
}

.widget.widget_nav_menu ul.menu {
	font-size: 16px;
}

.widget.widget_nav_menu ul ul, .widget.widget_nav_menu ul {
	list-style: none;
	margin-top: 0;
	padding: 0;
}

.widget.widget_nav_menu ul.menu > li .sub-menu {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: auto;
	height: auto;
	background: none;
}

.widget.widget_nav_menu ul.menu > li .sub-menu .sub-menu {
	left: 0;
}

.widget.widget_nav_menu ul.menu li {
	display: block;
	float: none;
	margin-bottom: 2px;
	padding: 0;
}

.widget.widget_nav_menu ul.menu li:before {
	content: "";
	display: none;
}

.widget.widget_nav_menu ul.menu li.menu-title-hide span.hidden {
	display: inline !important;
	visibility: visible !important;
}

.widget.widget_nav_menu ul.menu li a {
	line-height: 24px;
	font-size: 12px;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #dedede;
	display: block;
	position: relative;
	width: 100%;
}

.widget.widget_nav_menu ul.menu li a .description {
	display: none;
}

.widget.widget_nav_menu ul.menu li > a:hover {
	color: #fff !important;
	border-color: transparent !important;
}

.widget.widget_nav_menu ul.menu li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-left: 7px;
	margin-right: 7px;
}

.widget.widget_nav_menu ul.menu ul li a:before {
	content: "";
}

.widget.widget_nav_menu ul.menu li .sub-menu li.menu-have-icon > a:before, .widget.widget_nav_menu ul.menu li.menu-have-icon a:before {
	display: none;
}

.widget.widget_nav_menu ul.menu ul li:first-child {
	margin-top: 2px;
}

.widget.widget_nav_menu ul.menu ul li {
	margin-left: 15px;
}

.widget.widget_nav_menu ul.menu ul ul li {
	margin-left: 15px;
}

.widget.widget_nav_menu ul.menu .sub-menu > li:last-child a {
	border-bottom: 1px solid #dedede !important;
}

.widget.widget_nav_menu ul.menu .sub-menu > li:last-child a:hover {
	border-bottom-color: transparent !important;
}

.widget.widget_nav_menu ul.menu li .sub-menu > li > a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

.widget.widget_nav_menu .menu .better-custom-badge {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	color: #fff !important;
	font-family: "Open Sans";
	font-size: 10px;
	padding: 0 5px;
	margin-left: 13px;
	font-weight: bold;
	z-index: 1;
	text-transform: uppercase;
	text-align: center;
	min-width: 19px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 8px;
}

.widget.widget_nav_menu .menu .better-custom-badge:after {
	border: solid 4px rgba(0, 0, 0, 0);
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	top: 50%;
	left: -8px;
	margin-top: -4px;
}

.ltr .widget.widget_nav_menu .menu .better-custom-badge:after {
	border-left-color: transparent !important;
}

.widget.widget_nav_menu ul.menu li.current-menu-item > a {
	border-color: transparent;
	color: #fff;
}

.widget.widget_nav_menu ul.menu > li > .mega-menu {
	display: none;
}

.widget.widget_nav_menu ul.menu li.menu-item-has-children > a:after {
	display: none;
}

.widget.widget_nav_menu ul.menu .sub-menu, .widget.widget_nav_menu ul.menu .mega-menu {
	display: block;
	visibility: visible;
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	animation-name: none !important;
	position: relative;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	background: none !important;
	width: 100%;
}

/**
 * ->Pages Widget
 **/
.widget.widget_pages ul {
	list-style: none;
	padding-left: 0;
}

.widget.widget_pages ul li {
	border-bottom: 1px solid #f5f5f5;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.widget.widget_pages ul li a {
	font-size: 13px;
}

.widget.widget_pages ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget.widget_pages ul li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-right: 10px;
}

/**
 * ->Recent Comments Widget
 **/
.widget.widget_recent_comments a {
	border-bottom: 1px solid #e7e7e7;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.widget.widget_recent_comments ul {
	list-style: none;
	padding-left: 0;
}

.widget.widget_recent_comments ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.widget.widget_recent_comments ul li a {
	font-size: 13px;
}

.widget.widget_recent_comments ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget.widget_recent_comments ul li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-right: 10px;
}

/**
 * ->Recent Posts Widget
 **/
.widget.widget_recent_entries ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget.widget_recent_entries ul li {
	border-bottom: 1px solid #f5f5f5;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.widget.widget_recent_entries ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget.widget_recent_entries li a {
	font-size: 14px;
}

.widget.widget_recent_entries li .post-date {
	font-style: italic;
	display: block;
	font-size: 12px;
}

/**
 * ->RSS Widget
 **/
.widget.widget_rss li .rsswidget {
	font-size: 14px;
}

.widget.widget_rss li .rss-date {
	display: block;
	font-style: italic;
}

.widget.widget_rss li .rssSummary {
	font-size: 13px;
}

/**
 * ->Search Widget
 **/
.search-header .search-form, .widget.widget_product_search .woocommerce-product-search, .widget.widget_display_search form[role="search"], .widget.widget_search .search-form {
	position: relative;
}

.search-header .search-form .search-field, .widget.widget_product_search .search-field, .widget.widget_display_search form[role="search"] input#bbp_search, .widget.widget_search .search-form input[type="search"] {
	width: 100%;
	padding-right: 20%;
	margin: 0;
	line-height: 36px;
	height: 36px;
}

.search-header .search-form .search-submit, .widget.widget_product_search input[type='submit'], .widget.widget_display_search form[role="search"] input#bbp_search_submit, .widget.widget_search .search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
	height: 36px;
	padding: 0 16px;
}

/**
 * ->Tag Cloud Widget
 **/
.widget.widget_tag_cloud .tagcloud a {
	display: inline-block;
	line-height: 16px;
	color: #444;
	background-color: #fff;
	border: 1px solid #dedede;
	margin: 0 6px 6px 0;
	padding: 5px 7px;
	font-size: 12px !important;
	font-weight: normal;
}

.widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	border-color: transparent;
}

/**
 * ->Social Share Widget
 **/
.bs-social-share .social-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bs-social-share span.social-item {
	float: left;
	margin-right: 6px;
	padding: 0;
}

.bs-social-share span.social-item a {
	font-family: "Open Sans", sans-serif;
	border-radius: 2px;
}

.bs-social-share span.social-item.bbm, .bs-social-share span.social-item.line, .bs-social-share span.social-item.whatsapp {
	display: none;
}

.widget_bs-theme-social-share .bs-social-share span.social-item {
	float: none;
	display: inline-block;
}

@media only screen and (max-width: 780px) {
	.bs-social-share span.social-item.bbm, .bs-social-share span.social-item.line, .bs-social-share span.social-item.whatsapp {
		display: block;
	}
}

/**
 * -->Social Share Style Button
 **/
.bs-social-share.style-button span.social-item a {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding: 0 13px;
	background-color: #8d8d8d;
	display: block;
	color: #fff !important;
	margin-bottom: 7px;
}

.bs-social-share.style-button span.social-item a:hover {
	background-color: #7c7c7c;
}

.bs-social-share.style-button span.social-item a span {
	margin-left: 7px;
}

.bs-social-share.style-button span.social-item a span:last-child:first-child {
	margin-right: 0;
	margin-left: 0;
}

.bs-social-share.style-button.no-title-style span.social-item a {
	width: 40px;
	text-align: center;
	padding: 0;
}

.bs-social-share.style-button.no-title-style span.social-item a .fa {
	margin-right: 0;
}

.bs-social-share.style-button.colored span.social-item.facebook a {
	background-color: #4a639f;
}

.bs-social-share.style-button.colored span.social-item.facebook a:hover {
	background-color: #5271b3;
}

.bs-social-share.style-button.colored span.social-item.twitter a {
	background-color: #59c8ff;
}

.bs-social-share.style-button.colored span.social-item.twitter a:hover {
	background-color: #58d1ff;
}

.bs-social-share.style-button.colored span.social-item.google_plus a {
	background-color: #d73d32;
}

.bs-social-share.style-button.colored span.social-item.google_plus a:hover {
	background-color: #e64035;
}

.bs-social-share.style-button.colored span.social-item.pinterest a {
	background-color: #cb2027;
}

.bs-social-share.style-button.colored span.social-item.pinterest a:hover {
	background-color: #e32229;
}

.bs-social-share.style-button.colored span.social-item.linkedin a {
	background-color: #0266a0;
}

.bs-social-share.style-button.colored span.social-item.linkedin a:hover {
	background-color: #027ec1;
}

.bs-social-share.style-button.colored span.social-item.tumblr a {
	background-color: #3e5a70;
}

.bs-social-share.style-button.colored span.social-item.tumblr a:hover {
	background-color: #426283;
}

.bs-social-share.style-button.colored span.social-item.email a {
	background-color: #0c151c;
}

.bs-social-share.style-button.colored span.social-item.email a:hover {
	background-color: #1a2a39;
}

.bs-social-share.style-button.colored span.social-item.telegram a {
	background-color: #179cde;
}

.bs-social-share.style-button.colored span.social-item.telegram a:hover {
	background-color: #0f8dde;
}

.bs-social-share.style-button.colored span.social-item.whatsapp a {
	background-color: #00e676;
}

.bs-social-share.style-button.colored span.social-item.whatsapp a:hover {
	background-color: #00ca65;
}

.bs-social-share.style-button.colored span.social-item.reddit a {
	background-color: #ff4500;
}

.bs-social-share.style-button.colored span.social-item.reddit a:hover {
	background-color: #dc3c01;
}

.bs-social-share.style-button.colored span.social-item.stumbleupon a {
	background-color: #ee4813;
}

.bs-social-share.style-button.colored span.social-item.stumbleupon a:hover {
	background-color: #ce3d0f;
}

.bs-social-share.style-button.colored span.social-item.vk a {
	background-color: #4c75a3;
}

.bs-social-share.style-button.colored span.social-item.vk a:hover {
	background-color: #3e5f84;
}

.bs-social-share.style-button.colored span.social-item.digg a {
	background-color: #000;
}

.bs-social-share.style-button.colored span.social-item.digg a:hover {
	background-color: #2f2f2f;
}

.bs-social-share.style-button.colored span.social-item.line a {
	background-color: #00b900;
}

.bs-social-share.style-button.colored span.social-item.line a:hover {
	background-color: #00b900;
}

.bs-social-share.style-button.colored span.social-item.line .fa.fa-line-it {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAxlBMVEX///8AuwAAtwAAvQD9//1O0kx23Xaa5Zly3HEryij7/vvw+/Ds+uzZ9tnR9NGM4YyK4IpJ0Ug6zDgdxhn3/ffl+OTX9te/77657bix67Gp6amk6KOC34Fr2mph1mBd1VxCzkBB0D8DwQD0/fTo+eff9t/K8srD8MO77rqu6q6d5ZyR45GH4IZ+331u2m1U1FI1yzIwyi0vyiwiyB4NxQMAvwDt+u3e9t7M8sy37LaT4pKP4Y963Xk+zTwmyCIYxBITwwsAtABqI5GFAAABAklEQVQY022RV5KDMBBEm5FENsE4kW3WOYf15nj/S60KKFym9v3paWY+uqH8S62poda1/Rbq+1uSn1j1gVJ2188osV4zRpUmtn1CAx+dpIe0Ee7ofJICUjSg5QMCiR7arOWRFXg8RC9aagPEQy3dd2B94acD09BhT/THSV/sg8vBATIcbZjHHSxfNVgq1LNQB0ACow+zq5pTX5fz1+QsPqRWcX0B7xa+J1JjsWG7i5E74D7IBZbudrSYh3YvdELXm8EpQMEMLXhGUOjw0NIaSa1QPr2zsQwLZYCr2wLXGNV5kzL2hn0Oia3L160GYkEEYD5uaqigXxeWVzSlNWxG9ajkD+0mEhtxMt1EAAAAAElFTkSuQmCC");
	display: inline-block;
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -6px;
	margin-left: -5px;
}

.bs-social-share.style-button.colored span.social-item.line .fa.fa-line-it.nitro-lazy {
	background-image: none !important;
}

.bs-social-share.style-button.colored span.social-item.bbm a {
	background-color: #1f1f1f;
}

.bs-social-share.style-button.colored span.social-item.bbm a:hover {
	background-color: #3c3c3c;
}

.bs-social-share.style-button.colored span.social-item.bbm .fa.fa-bbm {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAkFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+WABnwAAAAL3RSTlMABezkG/XZhyYiCgOqO/Hb0sO+t7SejnluXVdAMh0SDuHe1UtHLSncyK6Zk4JyadjoMwwAAADLSURBVBjTtZBZrsIwDEVvmjRDWzrTuWXmjcD+d0cSWUjwicT5OfJV7MjGR0k45/kV6K2z34XSDb9ZZIz1zXGkeOWrGputc3qiuP+SMv/TOOdS7pMjWKeU6hEzxmLAm1mL0HVhEUJEACLr5TEUVRAE+wNwsd62DK1LQ6ROBVD6VxOGpmn+R/gqwexHBgaE7d2tNUZrXo+AnqZTBJy1Fu5HY8xsPe/CMP1e4YWBhhJtVdXKgE7QPV2mZFBFUf507OkyWQTamThwSzbgPe52ABZlYOfWsgAAAABJRU5ErkJggg==");
	display: inline-block;
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -6px;
	margin-left: -3px;
}

.bs-social-share.style-button.colored span.social-item.bbm .fa.fa-bbm.nitro-lazy {
	background-image: none !important;
}

.bs-social-share.style-button.colored span.social-item.viber a {
	background-color: #5d54a4;
}

.bs-social-share.style-button.colored span.social-item.viber .fa.fa-viber {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAtFBMVEVmXaxlW6taTqVeVKhjWadcUKb///9iWKZhVqnu7fZWS6P8/P5pX65iWKphWKSQisR9dLlrYq9YTaO2sdhyabNTR6Hw7/fm5fKsp9Kjnc6gmsyclsqIgb+BeLt5cLZ1bLNuZLD5+fzq6fTAu927t9uoo9CWkMf39vvRzufOy+Wwq9SalMlwZrFcUaP08/nf3e7IxOHFweCxrNSNhsKEfb3i4fDLx+O4s9mzrtZOQp/W1OnV0+nSxjEiAAABXUlEQVQY0z2Qh5LjIAxABQoEAz737tiOW3rPtrv//6/D8e6+GTTMk0bSCGYEo5RR85DAL8i8Mvvs+2BwamQ/CRbuk/XZMpzX8e2J9mxXCX8f3bABr3oEscpf9cJ7U478kghuSCU97njJjKYFz78gW9EwS4sG/WbzTxAgeLWA9fzS4GPYp0dBO1Uh2JC8S6/l/C7LILvntn/gDgNxtAIfA74pmFd8pEMoS1VQwDpOKdabFgRq55C5crXOvzXQT+5EgJKYbV5ahNbeRNjGz+joaEpYqQ4UbJ10FIB5F/Wx5dvKpuM0kuDuzbYBsOm5YYey5y4C0Ny0JcazcqfWRaTjCzFlomkt17c1ERKfbqRvfGTzqSwVeEJorb3V3uLpdCoChFbX1o2GJGnPavP3gGKSBoZD9dh2t+4+VoIuCJn1ArOgq6OT7/un5WICXvE0Xmt/sZzV0gDLiT8mM3+++Q/56h8tpySg5AAAAABJRU5ErkJggg==");
	display: inline-block;
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: -5px;
}

.bs-social-share.style-button.colored span.social-item.viber .fa.fa-viber.nitro-lazy {
	background-image: none !important;
}

/**
 * -->Social Share Outline Button
 **/
.bs-social-share.style-outline-button span.social-item a {
	height: 32px;
	line-height: 28px;
	font-size: 13px;
	padding: 0 13px;
	display: block;
	color: #5e5e5e;
	border: 2px solid #a1a1a1;
	margin-bottom: 7px;
}

.bs-social-share.style-outline-button span.social-item a .fa {
	margin-right: 5px;
}

.bs-social-share.style-outline-button.no-title-style span.social-item a {
	width: 40px;
	text-align: center;
}

.bs-social-share.style-outline-button.no-title-style span.social-item a .fa {
	margin-right: 0;
}

.bs-social-share.style-outline-button.colored span.social-item.facebook a {
	border-color: #4a639f;
	color: #4a639f;
}

.bs-social-share.style-outline-button.colored span.social-item.facebook a:hover {
	border-color: #5271b3;
	color: #5271b3;
}

.bs-social-share.style-outline-button.colored span.social-item.twitter a {
	border-color: #59c8ff;
	color: #59c8ff;
}

.bs-social-share.style-outline-button.colored span.social-item.twitter a:hover {
	border-color: #58d1ff;
	color: #58d1ff;
}

.bs-social-share.style-outline-button.colored span.social-item.google_plus a {
	border-color: #d73d32;
	color: #d73d32;
}

.bs-social-share.style-outline-button.colored span.social-item.google_plus a:hover {
	border-color: #e64035;
	color: #e64035;
}

.bs-social-share.style-outline-button.colored span.social-item.pinterest a {
	border-color: #cb2027;
	color: #cb2027;
}

.bs-social-share.style-outline-button.colored span.social-item.pinterest a:hover {
	border-color: #e32229;
	color: #e32229;
}

.bs-social-share.style-outline-button.colored span.social-item.linkedin a {
	border-color: #0266a0;
	color: #0266a0;
}

.bs-social-share.style-outline-button.colored span.social-item.linkedin a:hover {
	border-color: #027ec1;
	color: #027ec1;
}

.bs-social-share.style-outline-button.colored span.social-item.tumblr a {
	border-color: #3e5a70;
	color: #3e5a70;
}

.bs-social-share.style-outline-button.colored span.social-item.tumblr a:hover {
	border-color: #426283;
	color: #426283;
}

.bs-social-share.style-outline-button.colored span.social-item.email a {
	border-color: #0c151c;
	color: #0c151c;
}

.bs-social-share.style-outline-button.colored span.social-item.email a:hover {
	border-color: #1a2a39;
	color: #1a2a39;
}

.bs-social-share.style-outline-button.colored span.social-item.telegram a {
	border-color: #179cde;
	color: #179cde;
}

.bs-social-share.style-outline-button.colored span.social-item.telegram a:hover {
	border-color: #179cde;
	color: #179cde;
}

.bs-social-share.style-outline-button.colored span.social-item.whatsapp a {
	border-color: #00e676;
	color: #00e676;
}

.bs-social-share.style-outline-button.colored span.social-item.whatsapp a:hover {
	border-color: #00ca65;
	color: #00ca65;
}

/**
 * ->About Widget
 **/
.bs-about .about-title {
	text-align: center;
	margin: 0 0 15px;
}

.bs-about .about-text {
	text-align: center;
}

.bs-about .about-link {
	text-align: center;
	margin-top: 10px;
}

.bs-about .about-link a {
	font-weight: bold;
	font-size: 14px;
}

.bs-about .about-icons-list {
	text-align: center;
	margin: 17px 0 0;
	padding: 0;
}

.bs-about .about-icons-list .about-icon-item {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.bs-about .about-icons-list .about-icon-item a {
	width: 28px;
	height: 28px;
	display: inline-block;
	color: #333;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .22);
	-moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .22);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .22);
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.bs-about .about-icons-list .about-icon-item a:hover {
	color: #fff;
	box-shadow: none;
}

.bs-about .about-icons-list .about-icon-item a .fa, .bs-about .about-icons-list .about-icon-item a .bsfi {
	vertical-align: top;
	line-height: 28px;
}

.bs-about .about-icons-list .about-icon-item.facebook a:hover {
	background-color: #4a639f;
}

.bs-about .about-icons-list .about-icon-item.twitter a:hover {
	background-color: #59c8ff;
}

.bs-about .about-icons-list .about-icon-item.google-plus a:hover {
	background-color: #d73d32;
}

.bs-about .about-icons-list .about-icon-item.instagram a:hover {
	background: #f77638;
	background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.bs-about .about-icons-list .about-icon-item.youtube a:hover {
	background-color: #cc181e;
}

.bs-about .about-icons-list .about-icon-item.youtube a:hover {
	background-color: #cc181e;
}

.bs-about .about-icons-list .about-icon-item.dribbble a:hover {
	background-color: #ea4c89;
}

.bs-about .about-icons-list .about-icon-item.vimeo a:hover {
	background-color: #46a3e9;
}

.bs-about .about-icons-list .about-icon-item.behance a:hover {
	background-color: #3b63fc;
}

.bs-about .about-icons-list .about-icon-item.pinterest a:hover {
	background-color: #cb2027;
}

.bs-about .about-icons-list .about-icon-item.github a:hover {
	background-color: #4c4c4c;
}

.bs-about .about-icons-list .about-icon-item.email a:hover {
	background-color: #333;
}

.bs-about .about-icons-list .about-icon-item.telegram a:hover {
	background-color: #179cde;
}

.bs-about .about-icons-list .about-icon-item.vk a:hover {
	background-color: #4e729a;
}

/**
 * ->Popular Categories
 **/
.bs-popular-categories .bs-popular-terms-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar-column-secondary .bs-popular-categories .bs-popular-terms-list, .vc_col-sm-2 .bs-popular-categories .bs-popular-terms-list {
	padding: 0;
}

.bs-popular-categories .bs-popular-term-item {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
	font-size: 13px;
	line-height: 24px;
}

.bs-popular-categories .bs-popular-term-item .term-count, .bs-popular-categories .bs-popular-term-item a {
	color: #333;
}

.bs-popular-categories .bs-popular-term-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.bs-popular-categories .bs-popular-term-item .term-count {
	float: right;
	display: inline-block;
	background: rgba(0, 0, 0, .08);
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	padding: 0 6px;
}

.bs-popular-categories .bs-popular-term-item:hover .term-count {
	color: #fff;
}

.bs-popular-categories .bs-popular-term-item:hover a {
	color: inherit;
}

/**
 * ->Subscribe Newsletter
 **/
.widget.widget_bs-subscribe-newsletter {
	background: #efefef;
	padding: 27px 23px !important;
}

.bs-subscribe-newsletter .subscribe-image {
	margin-bottom: 15px;
	text-align: center;
	max-width: 312px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

.bs-subscribe-newsletter .subscribe-message {
	text-align: center;
	max-width: 312px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.bs-subscribe-newsletter .subscribe-message p:last-child {
	margin-bottom: 0;
}

.bs-subscribe-newsletter form {
	width: 100%;
	position: relative;
	max-width: 312px;
	margin-left: auto;
	margin-right: auto;
}

.bs-subscribe-newsletter .newsletter-email {
	color: #5f6569;
	width: 100%;
	border-color: #cbd1d8;
	height: 34px;
	line-height: 34px;
	border-radius: 33px;
	padding: 0 12px;
	font-size: 12px;
}

.bs-subscribe-newsletter .newsletter-subscribe {
	margin-top: 0;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	height: 34px;
	line-height: 34px;
	border-radius: 0 33px 33px 0;
	text-transform: capitalize !important;
	cursor: pointer;
	font-size: 13px;
	padding: 0 13px;
}

.bs-subscribe-newsletter .newsletter-subscribe .fa {
	margin-right: 3px;
}

.bs-subscribe-newsletter .powered-by {
	font-size: 12px;
	margin: 5px auto 0;
	max-width: 311px;
	color: #b7b7b7;
	text-align: center;
	opacity: .6;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	vertical-align: middle;
}

.bs-subscribe-newsletter .powered-by:hover {
	opacity: 1;
}

/**
 * ->Flickr
 **/
.bs-flickr .bs-flickr-photo-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* 2 column */
.bs-flickr .bs-flickr-photo-list.columns-2 {
	margin: 0;
}

.bs-flickr .bs-flickr-photo-list.columns-2 li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	text-align: center;
}

.bs-flickr .bs-flickr-photo-list.columns-2 li img {
	width: 100%;
}

.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(odd) {
	padding-right: 5px;
}

.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(even) {
	padding-left: 5px;
}

.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(n+3) {
	clear: right;
}

/* 3 column */
.bs-flickr .bs-flickr-photo-list.columns-3 li {
	float: left;
	width: 33.333%;
	margin-bottom: 8px;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1) {
	width: 66.66666%;
	padding-right: 3px !important;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1) img {
	width: 100%;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(2) {
	padding: 0 0 0 6px !important;
	margin-bottom: 10px;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3) {
	padding: 0 0 0 6px !important;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li img {
	max-width: 100%;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n-1) {
	padding: 0 3px;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n-2) {
	padding-right: 6px;
	clear: left;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n+3) {
	padding-left: 6px;
}

/* list style */
.bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo {
	float: left;
	width: 12.5%;
}

.bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo img {
	max-width: 100%;
}

.bs-flickr .bs-flickr-photo-list.list-photos {
	margin: 0;
	padding: 0;
}

.bs-flickr-photo .img-holder {
	width: 100%;
}

.bs-flickr-photo .img-holder:before {
	padding-top: 100%;
}

/**
 * ->Likebox
 **/

/**
 * ->Dribbble
 **/
.bs-dribbble .bs-dribbble-shot-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bs-dribbble .bs-dribbble-shot-list li:before {
	display: none;
}

.bs-dribbble .bs-dribbble-shot-list li {
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}

.bs-dribbble .bs-dribbble-shot-list.columns-2 li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(odd) {
	padding-right: 5px;
}

.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(even) {
	padding-left: 5px;
}

.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(n+3) {
	clear: right;
}

.bs-dribbble .bs-dribbble-shot-list.columns-3 li {
	float: left;
	width: 33.333%;
}

.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n-1) {
	padding: 0 3px;
}

.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n-2) {
	padding-right: 6px;
	clear: left;
}

.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n+3) {
	padding-left: 6px;
}

.dribbble-shot .img-holder {
	width: 100%;
}

/**
 * ->Google+
 **/
.bs-google-plus > div {
	margin-right: auto !important;
	margin-left: auto !important;
	display: block !important;
}

/**
 * ->Embed
 **/
.bs-embed .bs-embed-item iframe {
	max-width: 100%;
}

.bs-embed .bs-embed-item {
	margin-bottom: 15px;
}

.bs-embed .bs-embed-item:last-child {
	margin-bottom: 0;
}

/**
 * ->Instagram
 **/
.bs-instagram .bs-instagram-photo-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bs-instagram-photo {
	position: relative;
	z-index: 1;
	width: 100%;
}

.bs-instagram-photo a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	float: none;
	margin: 0;
}

.bs-instagram-photo a:hover, .bs-instagram-photo a {
	color: #fff;
}

.bs-instagram-photo a:before {
	padding-top: 100%;
}

.bs-instagram-photo .img-holder {
	background-color: #e6e6e6;
}

body.bs-ll-d .bs-instagram-photo .img-holder, .bs-instagram-photo .img-holder.b-loaded {
	background-size: cover;
	background-color: transparent;
}

.bs-instagram-photo a .the-hover:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .35);
	display: block;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
	opacity: 0;
}

.bs-instagram-photo a .the-hover:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	font-size: 30px;
	opacity: 0;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
}

.bs-instagram-photo:hover a .the-hover:after, .bs-instagram-photo:hover a .the-hover:before {
	opacity: 1;
}

.bs-instagram .bs-instagram-photo-list li:before {
	display: none;
}

.bs-dribbble .bs-instagram-photo-list li {
	padding: 0;
	margin-bottom: 8px;
	text-align: center;
}

.bs-dribbble .bs-instagram-photo-list li br {
	display: none;
}

.bs-instagram .bs-instagram-photo-list .bs-instagram-photo img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/* 2 column */
.bs-instagram .bs-instagram-photo-list.columns-2 li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	max-height: 155px;
	overflow: hidden;
}

.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(odd) {
	padding-right: 5px;
}

.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(even) {
	padding-left: 5px;
}

.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(n+3) {
	clear: right;
}

/* 2 column */
.bs-instagram .bs-instagram-photo-list.columns-2-1 li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	max-height: 155px;
	overflow: hidden;
}

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:first-child {
	width: 100%;
	max-height: inherit;
	float: none;
	padding: 0 !important;
}

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(even) {
	padding-right: 5px;
}

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(odd) {
	padding-left: 5px;
}

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(n+3) {
	clear: right;
}

/* 3 column */
.bs-instagram .bs-instagram-photo-list.columns-3 li {
	float: left;
	width: 33.333%;
	overflow: hidden;
	margin-bottom: 10px;
}

.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n-1) {
	padding: 0 3px;
}

.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n-2) {
	padding-right: 6px;
	clear: left;
}

.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n+3) {
	padding-left: 6px;
}

/* 3-1 column */
.bs-instagram .bs-instagram-photo-list.columns-3-1 li {
	float: left;
	width: 33.333%;
	margin-bottom: 8px;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(1) {
	width: 66.66666%;
	padding-right: 3px !important;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(1) img {
	width: 100%;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(2) {
	padding: 0 0 0 6px !important;
	margin-bottom: 10px;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3) {
	padding: 0 0 0 6px !important;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li img {
	max-width: 100%;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n-1) {
	padding: 0 3px;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n-2) {
	padding-right: 6px;
	clear: left;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n+3) {
	padding-left: 6px;
}

/* list style */
.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo {
	float: left;
	width: 12.5%;
}

.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo img {
	max-width: 100%;
}

.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo-list {
	margin: 0;
	padding: 0;
}

/* Slider */
.bs-instagram .better-direction-nav .better-next, .bs-instagram .better-direction-nav .better-prev {
	margin-top: -26px;
}

/**
 * ->Newsticker
 **/
.better-newsticker {
	min-height: 24px;
	max-height: 24px;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 0;
}

.better-newsticker .heading {
	display: inline-block;
	width: 90px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 24px;
	font-size: 12px;
	padding: 0;
	text-transform: uppercase !important;
	margin: 0;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}

.better-newsticker .heading:after {
	content: "";
	display: inline-block;
	border-top: 6px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	right: -7px;
	top: 50%;
	margin-top: -6px;
}

.better-newsticker ul.news-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.better-newsticker ul.news-list li {
	margin: 0;
	padding: 0 15px 0 0;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	width: 65%;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
	z-index: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.better-newsticker ul.news-list li.active {
	margin: 0;
	z-index: 1;
	opacity: 1;
	left: 110px;
}

.better-newsticker ul.news-list li a {
	color: #696969;
}

.better-newsticker ul.news-list li a:hover {
	color: #0080ce;
}

.better-newsticker .control-nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	line-height: 24px;
	direction: ltr;
}

.better-newsticker .control-nav span {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #eaeaea;
	color: #ccc;
	background: #fff;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
	cursor: pointer;
	vertical-align: top;
	border-radius: 3px;
}

.better-newsticker .control-nav span:hover {
	border-color: transparent;
	color: #fff;
}

.better-newsticker .control-nav span.prev {
	margin-right: 6px;
}

.newsticker-container {
	margin: 0 0 20px;
}

.layout-1-col .newsticker-container {
	padding-right: 0;
	padding-left: 0;
}

.better-newsticker.header-ticker {
	margin: 0;
}

.wpb_wrapper .better-newsticker {
	margin-left: 20px;
	margin-right: 20px;
}

.entry-content > .vc_row:first-child > .wpb_column > .vc_column-inner > .wpb_wrapper > .better-newsticker {
	margin-top: -5px;
}

.better-newsticker .control-nav span .fa {
	line-height: 22px;
	position: relative;
}

/**
 * ->Better Social Counter
 **/
.better-social-counter.style-style-6 .item-icon, .better-social-counter.style-big-button .social-item, .better-social-counter.style-button .item-icon, .better-social-counter.style-box .item-icon, .better-social-counter.style-clean .item-icon, .better-social-counter.style-modern .item-icon {
	background-color: #434343;
}

.better-social-counter.style-big-button .item-icon, .better-social-counter.style-box .item-title, .better-social-counter.style-box .item-count {
	background-color: #313131;
}

.widget_better-social-counter .better-social-counter.style-button .social-list {
	text-align: center;
}

.widget_better-social-counter .better-social-counter.style-button .social-item {
	display: inline-block;
	float: none;
}

.widget_better-social-counter .better-social-counter.style-style-6 .social-item {
	border-bottom: none;
}

/**
 * ->better-studio-shortcode
 **/
.site-footer .better-studio-shortcode, .widget .better-studio-shortcode {
	margin-bottom: 0;
}

/**
 * =>Section Heading
 **/
.section-heading {
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

.section-heading p {
	margin-bottom: 0 !important;
	display: inline-block;
}

.section-heading .h-text .bf-icon {
	margin-right: 3px;
	vertical-align: top;
	line-height: inherit;
}

.section-heading .h-text, .section-heading:after {
	display: inline-block;
	-webkit-transition: .35s cubic-bezier(.39, .58, .57, 1) 0s;
	-moz-transition: .35s cubic-bezier(.39, .58, .57, 1) 0s;
	-o-transition: .35s cubic-bezier(.39, .58, .57, 1) 0s;
	transition: .35s cubic-bezier(.39, .58, .57, 1) 0s;
}

.section-heading:after {
	background: rgba(0, 0, 0, .08);
	content: "";
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.section-heading .h-text {
	position: relative;
	z-index: 1;
}

.section-heading .other-link {
	float: right;
	outline: 0;
}

.section-heading .other-link .h-text {
	margin-left: 0;
	color: #484848;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 82%;
	padding: 4px 0 4px 14px;
}

/* Section Heading Type 1 */
.section-heading.sh-t1:after {
	top: 50%;
	left: 0;
	height: 5px;
	margin-top: -2.5px;
	width: 100%;
	background: rgba(0, 0, 0, .05);
}

.section-heading.sh-t1 .h-text {
	display: inline-block;
	padding: 4px 17px 4px 0;
	color: #444;
	background: #fff;
}

.section-heading.sh-t1 .other-link .h-text {
	padding: 4px 4px 4px 17px !important;
	background: white;
}

.section-heading.sh-t1 .bs-pretty-tabs-container {
	background: #fff;
}

.section-heading.multi-tab.sh-t1 .bs-pretty-tabs-container {
	padding-left: 0;
}

.section-heading.sh-t1 .bs-pretty-tabs .bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text {
	border: 1px solid #d8d8d8;
	border-bottom: none;
}

.section-heading.sh-t1 .bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 2;
	display: none;
}

.section-heading.sh-t1.sh-s2:after {
	opacity: .15;
}

.section-heading.sh-t1.sh-s3:after {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=") repeat;
	opacity: .2;
	height: 8px;
	margin-top: -4px;
	background-color: transparent !important;
}

.section-heading.sh-t1.sh-s4:after {
	display: none;
}

.section-heading.sh-t1.sh-s5 .h-text {
	line-height: 22px;
}

/* T1 - S5 */
.section-heading.sh-t1.sh-s5 {
	padding-bottom: 7px;
}

.section-heading.sh-t1.sh-s5:after {
	top: inherit;
	left: 0;
	height: 1px;
	margin-top: -.5px;
	width: 100%;
	background: rgba(0, 0, 0, .05);
	bottom: 0;
}

.section-heading.sh-t1.sh-s5 > .main-link > .h-text:after, .section-heading.sh-t1.sh-s5 > a:last-child:first-child > .h-text:after, .section-heading.sh-t1.sh-s5 > .h-text:last-child:first-child:after {
	display: inline-block;
	margin-left: 16px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-weight: 900;
}

.section-heading.sh-t1.sh-s5 > .main-link:last-child:first-child > .h-text, .section-heading.sh-t1.sh-s5 > a:last-child:first-child > .h-text, .section-heading.sh-t1.sh-s5 > .h-text:last-child:first-child {
	padding-right: 15px;
	color: #444 !important;
}

/* T1 - S6 */
.section-heading.sh-t1.sh-s6:after {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=") repeat;
	opacity: .2;
	height: 8px;
	background-color: transparent !important;
}

.section-heading.sh-t1.sh-s6 {
	text-align: center;
}

.section-heading.sh-t1.sh-s6.multi-tab {
	text-align: inherit;
}

.section-heading.sh-t1.sh-s6 > .main-link:last-child:first-child > .h-text, .section-heading.sh-t1.sh-s6 > a:last-child:first-child > .h-text, .section-heading.sh-t1.sh-s6 > .h-text:last-child:first-child {
	padding: 4px 17px;
}

/* T1 - S6 */
.section-heading.sh-t1.sh-s7:after {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=") repeat;
	opacity: .2;
	height: 8px;
	background-color: transparent !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: initial;
	margin-top: 0;
}

.section-heading.sh-t1.sh-s7 {
	text-align: center;
	padding-bottom: 26px;
}

.section-heading.sh-t1.sh-s7.multi-tab {
	text-align: inherit;
}

.section-heading.sh-t1.sh-s7 > .main-link:last-child:first-child > .h-text, .section-heading.sh-t1.sh-s7 > a:last-child:first-child > .h-text, .section-heading.sh-t1.sh-s7 > .h-text:last-child:first-child {
	padding: 4px 0;
}

/* Section Heading Type 2 */
.section-heading.sh-t2 {
	line-height: 20px;
	padding: 4px 0 0;
}

.section-heading.sh-t2:after {
	top: 0;
	height: 4px;
}

.section-heading.sh-t2:before {
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #ededed;
	background: rgba(0, 0, 0, .07);
}

.section-heading.sh-t2 .h-text {
	padding: 4px 0;
	line-height: 34px;
}

.section-heading.sh-t2 .other-link .h-text {
	padding: 4px 0 4px 12px;
	text-transform: capitalize;
}

.section-heading.sh-t2 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	border-color: #e6e6e6;
}

.section-heading.sh-t2.sh-t2 .bs-pretty-tabs-elements .h-text {
	line-height: 24px;
	padding: 2px 3px;
}

/* T2 - S2 */
.section-heading.sh-t2.sh-s2 {
	background: #f5f5f5;
	background: rgba(0, 0, 0, .04);
	padding: 4px 15px 0;
}

.section-heading.sh-t2.sh-s2 .bs-pretty-tabs-container {
	margin-right: -15px;
}

.section-heading.sh-t2.sh-s2 .h-text {
	line-height: 38px;
	color: #444;
}

/* T2 - S3 & S4 */
.section-heading.sh-t2.sh-s3 {
	background: #f5f5f5;
	background: rgba(0, 0, 0, .04);
	padding: 0 15px 0px 20px;
}

.section-heading.sh-t2.sh-s4 {
	border: 1px solid rgba(0, 0, 0, .06);
	padding: 0 15px 0px 20px;
}

.section-heading.sh-t2.sh-s4 .bs-pretty-tabs-container, .section-heading.sh-t2.sh-s3 .bs-pretty-tabs-container {
	margin-right: -15px;
}

.section-heading.sh-t2.sh-s4 .h-text, .section-heading.sh-t2.sh-s3 .h-text {
	line-height: 34px;
	color: #444;
}

.section-heading.sh-t2.sh-s4 .h-text {
	line-height: 32px;
}

.section-heading.sh-t2.sh-s3:after {
	top: 0;
	width: 5px;
	bottom: 0;
	height: 100%;
}

.section-heading.sh-t2.sh-s4:after {
	top: -1px;
	bottom: -1px;
	left: -1px;
	height: auto;
	width: 5px;
}

.section-heading.sh-t2.sh-s4:before, .section-heading.sh-t2.sh-s3:before {
	display: none;
}

/* Section Heading Type 3 */
.section-heading.sh-t3 {
	line-height: 20px;
	padding: 0 0 4px;
}

.section-heading.sh-t3:after {
	top: inherit;
	bottom: 0;
	height: 4px;
	background: #2d2d2d;
}

.section-heading.sh-t3:before {
	display: none;
}

.section-heading.sh-t3.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t3 > a > .h-text, .section-heading.sh-t3 > .h-text {
	padding: 4px 0;
	line-height: 26px;
	border: none;
}

.bs-light-scheme .section-heading.sh-t3 > .h-text {
	color: #fff;
}

.bs-light-scheme .section-heading.sh-t3:after {
	background-color: white !important;
}

.section-heading.sh-t3 > .other-link .h-text {
	padding: 4px 0 4px 17px;
}

.section-heading.sh-t3 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	border-color: rgba(0, 0, 0, .09);
}

/* T3 - S2 */
.section-heading.sh-t3.sh-s2 {
	padding: 0 15px;
}

.section-heading.sh-t3.sh-s2:after {
	height: 100%;
	opacity: .08;
}

.section-heading.sh-t3.sh-s2.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t3.sh-s2 > a > .h-text, .section-heading.sh-t3.sh-s2 > .h-text {
	line-height: 36px;
}

/* T3 - S3 */
.section-heading.sh-t3.sh-s3 {
	padding: 0 15px;
}

.section-heading.sh-t3.sh-s3:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #444;
}

.section-heading.sh-t3.sh-s3.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text, .section-heading.sh-t3.sh-s3 > a.active > .h-text.h-text, .section-heading.sh-t3.sh-s3 > a > .h-text.h-text, .section-heading.sh-t3.sh-s3 > .h-text.h-text {
	line-height: 34px;
	color: #fff !important;
}

.section-heading.sh-t3.sh-s3:after {
	height: 3px;
	background: #444;
}

.section-heading.sh-t3.sh-s3 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	background: #444;
	right: -15px;
}

.section-heading.sh-t3.sh-s3 .other-link .h-text {
	color: #fff;
}

.section-heading.sh-t3.sh-s3 > .main-link > .h-text, .section-heading.sh-t3.sh-s3 > a:last-child:first-child > .h-text, .section-heading.sh-t3.sh-s3 > .h-text:last-child:first-child {
	text-transform: uppercase;
}

/* T3 - S4 */
.section-heading.sh-t3.sh-s4 {
	padding: 0 15px;
}

.section-heading.sh-t3.sh-s4:after {
	height: 100%;
}

.section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text, .section-heading.sh-t3.sh-s4 > a.active > .h-text.h-text.h-text, .section-heading.sh-t3.sh-s4 > a > .h-text.h-text.h-text, .section-heading.sh-t3.sh-s4 > .h-text.h-text.h-text {
	line-height: 34px;
	border: none;
}

.section-heading.sh-t3.sh-s4.sh-t3.sh-s4 > .other-link .h-text, .section-heading.sh-t3.sh-s4.sh-t3.sh-s4 a.active, .section-heading.sh-t3.sh-s4.sh-t3.sh-s4 .main-link:first-child:last-child .main-term-1171.h-text, .section-heading.sh-t3.sh-s4.sh-t3.sh-s4 .h-text {
	color: #fff !important;
}

.section-heading.sh-t3.sh-s4 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	right: -15px;
}

/* T3 - S5 */
.section-heading.sh-t3.sh-s5 {
	border: 1px solid rgba(0, 0, 1, .07);
	padding: 2px 15px 0 15px;
}

.section-heading.sh-t3.sh-s5:before {
	display: none;
}

.section-heading.sh-t3.sh-s5:after {
	top: -1px;
	height: 3px;
	left: -1px;
	right: -1px;
	width: auto;
}

.section-heading.sh-t3.sh-s5.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text {
	padding-right: 0;
}

.section-heading.sh-t3.sh-s5.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t3.sh-s5 > a > .h-text, .section-heading.sh-t3.sh-s5 > .h-text {
	line-height: 36px;
	border: none;
}

/* T3 - S6 */
.section-heading.sh-t3.sh-s6 {
	padding: 0 15px 0 15px;
}

.section-heading.sh-t3.sh-s6:before {
	display: none;
}

.section-heading.sh-t3.sh-s6:after {
	height: 100%;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=") !important;
	opacity: .13;
}

.section-heading.sh-t3.sh-s6.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t3.sh-s6 > a > .h-text, .section-heading.sh-t3.sh-s6 > .h-text {
	line-height: 36px;
	border: none;
}

/* T3 - S7 */
.section-heading.sh-t3.sh-s7 {
	padding: 0 15px;
	text-align: center;
}

.section-heading.sh-t3.sh-s7.multi-tab {
	text-align: inherit;
}

.section-heading.sh-t3.sh-s7:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	height: 0;
	width: 0;
	margin-left: -10.5px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #444;
}

.section-heading.sh-t3.sh-s7.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text.h-text, .section-heading.sh-t3.sh-s7 > a.active > .h-text.h-text.h-text, .section-heading.sh-t3.sh-s7 > a > .h-text.h-text.h-text, .section-heading.sh-t3.sh-s7 > .h-text.h-text.h-text {
	line-height: 32px;
	color: #fff !important;
}

.section-heading.sh-t3.sh-s7:after {
	height: 100%;
	background: #444;
}

.section-heading.sh-t3.sh-s7 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	background: #444;
	right: -15px;
}

.section-heading.sh-t3.sh-s7 .other-link .h-text {
	color: #fff;
}

/* T3 - S8 */
.section-heading.sh-t3.sh-s8 {
	padding: 0;
	text-align: center;
}

.section-heading.sh-t3.sh-s8.multi-tab {
	text-align: inherit;
}

.section-heading.sh-t3.sh-s8 > .main-link > .h-text, .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text, .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child {
	text-transform: uppercase;
	border: 2px solid #444;
	padding: 0 15px;
}

.section-heading.sh-t3.sh-s8 > .main-link > .h-text:before, .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text:before, .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child:before, .section-heading.sh-t3.sh-s8 > .main-link > .h-text:after, .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text:after, .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child:after {
	display: inline-block;
	content: "";
	height: 100%;
	width: 17px;
	position: absolute;
	left: -19px;
	top: 0;
	background: #fff;
}

.section-heading.sh-t3.sh-s8 > .main-link > .h-text:after, .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text:after, .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child:after {
	left: inherit;
	right: -19px;
}

.section-heading.sh-t3.sh-s8.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t3.sh-s8 > a > .h-text, .section-heading.sh-t3.sh-s8 > .h-text {
	line-height: 34px;
	border: none;
	background: #fff;
}

.section-heading.sh-t3.sh-s8:after {
	opacity: .13;
	height: 2px;
	margin-top: -1px;
	top: 50%;
	display: block;
}

.section-heading.sh-t3.sh-s8.multi-tab .bs-pretty-tabs-container {
	background: #fff;
}

/* T3 - S9 */
.section-heading.sh-t3.sh-s9 {
	text-align: center;
	padding: 0 16px 4px;
}

.section-heading.sh-t3.sh-s9:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}

.section-heading.sh-t3.sh-s9:after {
	height: 3px;
}

.section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9 .h-text {
	color: #fff !important;
	padding: 5px 0;
}

.section-heading.sh-t3.sh-s9.bs-pretty-tabs {
	text-align: inherit !important;
}

/* Section Heading Type 4 */
.section-heading.sh-t4 .main-link:first-child:last-child .h-text, .section-heading.sh-t4 > .h-text, .section-heading.multi-tab.sh-t4 .main-link.active .h-text {
	color: #fff;
}

.section-heading.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t4 > a > .h-text, .section-heading.sh-t4 > .h-text {
	line-height: 32px;
}

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t4 .h-text {
	padding: 0 12px;
}

.section-heading.multi-tab.sh-t4 .main-link .h-text, .section-heading.multi-tab.sh-t4 .h-text {
	border: 1px solid #e2e2e2;
	border-color: rgba(0, 0, 0, .15);
	margin-right: 12px;
}

.section-heading.multi-tab.sh-t4 > a > .h-text, .section-heading.multi-tab.sh-t4 > .h-text {
	background: #fff;
}

.section-heading.multi-tab.sh-t4 .other-link .h-text {
	margin-right: 0;
	margin-left: 12px;
}

.section-heading.multi-tab.sh-t4 .main-link:hover .h-text, .section-heading.sh-t4 .main-link.active .h-text, .section-heading.sh-t4 a.active .h-text, .section-heading.sh-t4 a:hover .h-text {
	border-color: transparent !important;
	color: #fff;
}

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text {
	border-color: #e2e2e2;
	border-color: rgba(0, 0, 0, .15);
	background: #fff;
}

.section-heading.sh-t4 .bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:after {
	height: 50%;
	right: 0;
	left: initial;
	top: 90%;
	pointer-events: all;
}

.section-heading.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link .h-text {
	margin: 0 0 1px;
	border: none;
	padding: 1px 10px;
}

.section-heading.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link .h-text:after {
	display: none;
}

.section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container {
	padding-left: 0;
}

.section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	top: 120%;
	border-color: #e2e2e2;
	border-color: rgba(0, 0, 0, .15);
}

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:before {
	content: "";
	position: absolute;
	height: 21%;
	display: inline-block;
	background: transparent;
	right: -1px;
	left: -1px;
	top: 103%;
	top: calc(100% + 1px);
	pointer-events: visible;
}

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-more.other-link:hover .h-text {
	background: #fff !important;
}

/* T4 - S1 */
.section-heading.sh-t4.sh-s3:after, .section-heading.sh-t4.sh-s1:after {
	height: 100%;
	top: 0;
	margin-top: 0;
	background: #f3f3f3;
	background: rgba(0, 0, 0, .04);
}

.section-heading.sh-t4.sh-s3 .h-text:after, .section-heading.sh-t4.sh-s1 .h-text:after {
	content: "";
	position: absolute;
	height: 110%;
	width: 12px;
	display: inline-block;
	background: #fff;
	right: -13px;
	top: -1px;
}

.section-heading.sh-t4.sh-s3 .other-link .h-text:after, .section-heading.sh-t4.sh-s1 .other-link .h-text:after {
	right: initial;
	left: -13px;
}

/* T4 - S2 */
.section-heading.sh-t4.sh-s2:after {
	display: none;
}

/* T4 - S4 */
.section-heading.sh-t4.sh-s3:after {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=");
	opacity: .13;
}

.section-heading.sh-t4.sh-s4:after {
	height: 13px;
	top: 9px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ4NUVFODNGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ4NUVFODRGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDg1RUU4MUY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDg1RUU4MkY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk86A7EAAAASSURBVHjaYmBgYLBgIAgAAgwAB88AOccVbLsAAAAASUVORK5CYII=") repeat;
	opacity: 1;
}

.section-heading.sh-t4.sh-s4 .h-text:before {
	content: "";
	position: absolute;
	display: inline-block;
	right: -11px;
	top: 0;
	width: 25px;
	height: 35px;
	transform: skew(29deg);
	z-index: -1;
}

.section-heading.sh-t4.sh-s4 .h-text:after {
	content: "";
	position: absolute;
	height: 110%;
	display: inline-block;
	background: #fff;
	top: -1px;
	width: 42px;
	right: -42px;
	z-index: -2;
}

.site-footer .light-text .section-heading.sh-t4.sh-s4:after, .site-footer .light-text .section-heading.sh-t4.sh-s4 .h-text:after {
	display: none;
}

.section-heading.sh-t4.sh-s4 .h-text {
	line-height: 34px;
	height: 35px;
	padding-top: 2px;
}

.section-heading.sh-t4.sh-s4 .main-link .h-text {
	border: none !important;
}

.section-heading.sh-t4.sh-s4 .other-link.other-link .h-text {
	background-color: #fff !important;
	border: none !important;
	margin-top: -3px;
	color: #000 !important;
	margin-left: 0;
}

.section-heading.sh-t4.sh-s4 .other-link.other-link .h-text:after, .section-heading.sh-t4.sh-s4 .other-link.other-link .h-text:before {
	display: none;
}

.section-heading.sh-t4.sh-s4 .main-link:hover .h-text, .section-heading.sh-t4.sh-s4.section-heading.sh-t4.sh-s4 .main-link .h-text {
	color: #fff !important;
}

/* T4 - S5 */
.section-heading.sh-t4.sh-s5:after {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkyNTA0MDQyNDg2MTExRThBMUYzQkY4RTIxQ0VCMDZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkyNTA0MDQzNDg2MTExRThBMUYzQkY4RTIxQ0VCMDZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTI1MDQwNDA0ODYxMTFFOEExRjNCRjhFMjFDRUIwNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTI1MDQwNDE0ODYxMTFFOEExRjNCRjhFMjFDRUIwNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6f3F9TAAAAhklEQVR42myPSw7DIAxEJyp36BoQWy7ASRAC5WAIDpVVJBb87kEbFhVtY8kL+4014y2lJDnn+K2cM7TW2MYY8g4aYxBCAC7B2m8olVLyPM85k/Wy1gprLWKMEELM3UfQWoNzbsI1E1nh5ckY+8pDeu/Y931CSunfN4/jOJ7e+1tYSsFLgAEAJ2RFZ6uSCs8AAAAASUVORK5CYII=") repeat;
	opacity: .7;
}

.have_bg.bs-light-scheme .section-heading.sh-t4.sh-s5:after {
	filter: invert(100%) brightness(12.7);
	opacity: .6;
	background-color: transparent;
}

.bs-light-scheme .section-heading.sh-t4.sh-s5 > .h-text {
	color: #000 !important;
}

.section-heading.sh-t4.sh-s5:after {
	height: 100%;
}

.section-heading.sh-t4.sh-s5 .h-text:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	z-index: -1;
	border-left: 0 solid transparent;
	border-right: 17px solid transparent;
	border-top: 16px solid #fff;
}

.section-heading.sh-t4.sh-s5 .h-text:after {
	content: "";
	position: absolute;
	height: 100%;
	display: inline-block;
	background: #fff;
	top: 0;
	width: 14px;
	right: -14px;
	z-index: -2;
}

.site-footer .light-text .section-heading.sh-t4.sh-s5:after, .site-footer .light-text .section-heading.sh-t4.sh-s5 .h-text:after {
	display: none;
}

.section-heading.sh-t4.sh-s5 .h-text {
	line-height: 40px;
	height: 42px;
	padding-top: 2px;
	padding-right: 17px;
	padding-left: 17px;
}

.section-heading.sh-t4.sh-s5 .main-link .h-text {
	border: none !important;
}

.section-heading.sh-t4.sh-s5 .other-link.other-link .h-text {
	background-color: #fff !important;
	border: none !important;
	color: #000 !important;
	margin-left: 0;
}

.section-heading.sh-t4.sh-s5 .other-link.other-link .h-text:after, .section-heading.sh-t4.sh-s5 .other-link.other-link .h-text:before {
	display: none;
}

.section-heading.sh-t4.sh-s5 .main-link:hover .h-text, .section-heading.sh-t4.sh-s5.section-heading.sh-t4.sh-s5 .main-link .h-text {
	color: #fff !important;
}

/* T4 - S6 */
.section-heading.sh-t4.sh-s6 {
	background-color: #2d2f38;
}

.bs-light-scheme .section-heading.sh-t4.sh-s6 {
	background-color: rgba(255, 255, 255, .07);
}

.section-heading.sh-t4.sh-s6 .h-text {
	line-height: 38px;
	color: #fff !important;
	border: none !important;
}

.section-heading.sh-t4.sh-s6 .h-text:before {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	z-index: -1;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 38px solid transparent;
}

.section-heading.sh-t4.sh-s6 .other-link span {
	background-color: transparent !important;
	border: none;
	color: #fff;
	font-size: 11px;
}

.section-heading.sh-t4.sh-s6 .other-link span:before {
	display: none;
}

.section-heading.sh-t4.sh-s6 .other-link.active .h-text {
	background-color: transparent !important;
	border: none;
	color: #fff;
}

.section-heading.multi-tab.sh-t4.sh-s6 .main-link .h-text:hover {
	color: #fff !important;
}

.section-heading.sh-t4.sh-s6:after, .section-heading.sh-t4.sh-s6 .h-text:after {
	display: none;
}

/* Section Heading Type 5 */
.section-heading.sh-t5 {
	padding: 0 0 3px;
}

.section-heading.sh-t5:after {
	display: none;
}

.section-heading.sh-t5:before {
	content: "";
	display: inline-block;
	height: 3px;
	position: absolute;
	top: inherit;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ededed;
	background: rgba(0, 0, 0, .07);
}

.section-heading.sh-t5 > .main-link > .h-text, .section-heading.sh-t5 > a:last-child:first-child > .h-text, .section-heading.sh-t5 > .h-text:last-child:first-child {
	position: relative;
}

.section-heading.sh-t5 > .main-link > .h-text:before, .section-heading.sh-t5 > a:last-child:first-child > .h-text:before, .section-heading.sh-t5 > .h-text:last-child:first-child:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	bottom: -3px;
	background: #000;
}

.section-heading.sh-t5 .h-text {
	padding: 0;
	line-height: 36px;
}

.section-heading.sh-t5.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t5 .other-link .h-text {
	padding: 0 0 0 17px;
	text-transform: capitalize;
}

.section-heading.sh-t5 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	border-color: #e6e6e6;
	padding: 8px 12px;
}

.section-heading.sh-t5 .bs-pretty-tabs-elements .other-link .h-text {
	line-height: 30px;
	padding: 0;
}

/*.section-heading.sh-t5 .h-text {*/

/*text-transform: none;*/

/*}*/

/* T5 - S2 */
.section-heading.sh-t5.sh-s2 {
	padding: 3px 0 0;
}

.section-heading.sh-t5.sh-s2 > .main-link > .h-text:before, .section-heading.sh-t5.sh-s2 > a:last-child:first-child > .h-text:before, .section-heading.sh-t5.sh-s2 > .h-text:last-child:first-child:before {
	bottom: inherit;
	top: -3px;
}

.section-heading.sh-t5.sh-s2:before {
	top: 0;
	bottom: inherit;
}

.section-heading.sh-t5.sh-2 .h-text {
	line-height: 40px;
}

/* Section Heading Type 6 */
.section-heading.sh-t6 {
	padding: 0;
}

.section-heading.sh-t6:after {
	display: none;
}

.section-heading.sh-t6:before {
	content: "";
	display: inline-block;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.section-heading.sh-t6 > .main-link > .h-text, .section-heading.sh-t6 > a:last-child:first-child > .h-text, .section-heading.sh-t6 > .h-text:last-child:first-child {
	position: relative;
	padding: 0 11px;
	color: #fff;
}

.section-heading.sh-t6.sh-s13:before {
	top: auto;
	bottom: 0;
	background-color: rgba(0, 0, 0, .07) !important;
}

.section-heading.sh-t6 .h-text {
	padding: 0;
	line-height: 32px;
}

.section-heading.sh-t6.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t6 .other-link .h-text {
	padding: 2px 0 0 17px;
	text-transform: capitalize;
}

.section-heading.sh-t6 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	border-color: #e6e6e6;
	padding: 8px 12px;
}

.section-heading.sh-t6 .bs-pretty-tabs-elements .other-link .h-text {
	line-height: 30px;
	padding: 0;
}

.section-heading.sh-t6 > .other-link {
	margin-top: 2px;
}

.section-heading.sh-t6 .bs-pretty-tabs-elements .other-link {
	margin-top: 0;
}

.section-heading.multi-tab.sh-t6 .bs-pretty-tabs-container {
	padding-left: 0;
}

/* T6 - S2 */
.section-heading.sh-t6.sh-s2:before {
	top: 50%;
	height: 3px;
	margin-top: -1.5px;
}

.section-heading.sh-t6.sh-s2 > .other-link {
	margin-top: 0;
}

.section-heading.sh-t6.sh-s2.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t6.sh-s2 .other-link .h-text {
	padding: 0 0 0 17px;
	background: #fff;
}

/* T6 - S3 */
.section-heading.sh-t6.sh-s3:before {
	top: inherit;
	bottom: 0;
	height: 3px;
	margin-top: 0;
}

.section-heading.sh-t6.sh-s3 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s3 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 30px solid #000;
	border-right: 20px solid transparent;
	z-index: 1;
	right: -20px;
	background-color: transparent !important;
}

.section-heading.sh-t6.sh-s3 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:before {
	background: #fff;
}

.section-heading.sh-t6.sh-s3 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:after {
	border-bottom-color: rgba(255, 255, 255, .43);
	z-index: 2;
	-webkir-box-shadow: -2px 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, .1);
	box-shadow: -2px 2px 2px rgba(0, 0, 0, .1);
}

.section-heading.sh-t6.sh-s3 > .main-link > .h-text, .section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child {
	padding: 0 15px;
}

.section-heading.sh-t6.sh-s3 > .other-link {
	margin-top: 0;
}

.section-heading.sh-t6.bs-pretty-tabs.sh-s3 .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t6.sh-s3 .other-link .h-text {
	padding: 0 0 0 17px;
}

.section-heading.sh-t6.sh-s3 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	top: 96%;
	border-top-color: transparent;
}

/* T6 - S4 */
.section-heading.sh-t6.sh-s4 > .main-link > .h-text, .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child {
	position: relative;
	padding: 0 24px 0 12px;
}

.section-heading.sh-t6.sh-s4:before {
	display: none;
}

.section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s4 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	border-left: 2px solid #fff;
	border-right: 3px solid rgba(255, 255, 255, .7);
}

.section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after {
	right: 5px;
	width: 2px;
	border-left: 3px solid #fff;
	border-right: 5px solid rgba(255, 255, 255, .45);
}

/* T6 - S5 */
.section-heading.sh-t6.sh-s5:before {
	display: none;
}

.section-heading.sh-t6.sh-s5 > .main-link > .h-text, .section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child {
	padding: 0 22px 0 25px;
	border-radius: 0 0 12px;
}

.section-heading.sh-t6.sh-s5 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s5 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 1;
	border-top: 20px solid #fff;
	border-right: 15px solid transparent;
}

.section-heading.sh-t6.sh-s5 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child:after {
	border-right: none;
	border-top: none;
	border-bottom: 20px solid rgba(0, 0, 0, .3);
	border-left: 15px solid transparent;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
}

/* T6 - S6 & S7 */
.section-heading.sh-t6.sh-s7, .section-heading.sh-t6.sh-s6 {
	padding: 0 25px 0 0;
}

.section-heading.sh-t6.sh-s7:before, .section-heading.sh-t6.sh-s6:before {
	height: 100%;
	width: auto;
	left: 5px;
	right: 5px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: rgba(0, 0, 0, .05) !important;
}

.section-heading.sh-t6.sh-s7:before {
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}

.section-heading.sh-t6.sh-s7 > .main-link > .h-text, .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s6 > .main-link > .h-text, .section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child {
	padding: 0 26px 0 10px;
}

.section-heading.sh-t6.sh-s7 .h-text, .section-heading.sh-t6.sh-s6 .h-text {
	line-height: 34px;
}

.section-heading.sh-t6.bs-pretty-tabs.sh-s7 .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t6.sh-s7 .other-link .h-text, .section-heading.sh-t6.bs-pretty-tabs.sh-s6 .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t6.sh-s6 .other-link .h-text {
	padding: 0 0 0 17px;
	border: none;
}

.section-heading.sh-t6.sh-s7 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s6 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: -8px;
	width: 16px;
	height: 100%;
	z-index: 1;
	background: #fff;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
}

.section-heading.sh-t6.sh-s7 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:after {
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}

.section-heading.sh-t6.sh-s7 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 1;
	border-top: 44px solid #fff;
	border-right: 16px solid transparent;
}

.section-heading.sh-t6.sh-s6 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -7px;
	width: 15px;
	height: 100%;
	z-index: 1;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	border: none;
}

.section-heading.sh-t6.sh-s6 > .main-link > .h-text, .section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child {
	margin-left: 11px;
}

.section-heading.sh-t6.sh-s7 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:before {
	border-top: none;
	border-bottom: 44px solid #fff;
}

.section-heading.sh-t6.sh-s7 > .other-link, .section-heading.sh-t6.sh-s6 > .other-link {
	margin-top: 0;
}

.section-heading.sh-t6.sh-s7 .bs-pretty-tabs-container .bs-pretty-tabs-elements, .section-heading.sh-t6.sh-s6 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	right: -13px;
}

/* T6 - S8 */
.section-heading.sh-t6.sh-s8:before {
	display: none;
}

.section-heading.sh-t6.sh-s8 > .main-link > .h-text, .section-heading.sh-t6.sh-s8 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s8 > .h-text:last-child:first-child {
	padding: 0 25px 0 12px;
}

.section-heading.sh-t6.sh-s8 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s8 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s8 > .h-text:last-child:first-child:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1;
	border-top: 16px solid transparent;
	border-right: 16px solid white;
	border-bottom: 16px solid transparent;
}

.section-heading.sh-t6.sh-s8.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t6.sh-s8 .other-link .h-text {
	padding-top: 0;
}

.section-heading.sh-t6.sh-s8 > .other-link {
	margin-top: 0;
}

/* T6 - S10 */
.section-heading.sh-t6.sh-s12, .section-heading.sh-t6.sh-s10, .section-heading.sh-t6.sh-s9 {
	padding: 0 15px 7px 0;
}

.section-heading.sh-t6.sh-s12 .h-text, .section-heading.sh-t6.sh-s10 .h-text, .section-heading.sh-t6.sh-s9 .h-text {
	line-height: 34px;
}

.section-heading.sh-t6.sh-s10:before, .section-heading.sh-t6.sh-s9:before {
	height: auto;
	top: 7px;
	border-radius: 3px;
	bottom: 0;
}

.section-heading.sh-t6.sh-s12:before {
	display: none;
}

.section-heading.sh-t6.sh-s9:before {
	background: rgba(0, 0, 0, .05) !important;
}

.section-heading.sh-t6.sh-s10:before {
	opacity: .13;
	background: #a2a2a2;
}

.section-heading.sh-t6.sh-s10 > .main-link > .h-text, .section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s9 > .main-link > .h-text, .section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child {
	border-radius: 3px 3px 3px 0;
}

.section-heading.sh-t6.sh-s10 > .other-link, .section-heading.sh-t6.sh-s9 > .other-link {
	margin-top: 6px;
}

.section-heading.sh-t6.sh-s10.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t6.sh-s9.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
	border: none;
	padding-top: 0;
	line-height: 33px;
	margin-top: 8px;
}

.section-heading.sh-t6.sh-s10.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
	border: none;
	padding-top: 0;
	line-height: 33px;
}

.section-heading.sh-t6.sh-s10 > .other-link, .section-heading.sh-t6.sh-s9 > .other-link {
	margin-top: 6px;
}

.section-heading.sh-t6.sh-s12 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s12 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s10 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s10 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s9 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s9 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid rgba(0, 0, 0, .18);
	border-right: 10px solid transparent;
}

.section-heading.sh-t6.sh-s12 > .main-link > .h-text, .section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s10 > .main-link > .h-text, .section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s9 > .main-link > .h-text, .section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child {
	padding: 0 19px;
}

.section-heading.sh-t6.sh-s12 .other-link .h-text {
	padding-top: 0;
}

.section-heading.sh-t6.sh-s12 > .other-link {
	margin-top: 0;
}

/* T6 - S11 */
.section-heading.sh-t6.sh-s11 {
	text-align: center;
}

.section-heading.sh-t6.sh-s11.multi-tab {
	text-align: inherit;
}

.section-heading.sh-t6.sh-s11:before {
	display: none;
}

.section-heading.sh-t6.sh-s11 > .main-link > .h-text, .section-heading.sh-t6.sh-s11 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s11 > .h-text:last-child:first-child {
	background: transparent !important;
	padding: 0 62px;
	text-align: center;
	line-height: 31px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	text-transform: inherit;
}

.section-heading.sh-t6.sh-s11 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s11 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s11 > .h-text:last-child:first-child:before {
	left: 47px;
	right: 47px;
	height: 100%;
	position: absolute;
	content: "";
	display: inline-block;
	z-index: -1;
	border-radius: 10px;
}

.section-heading.sh-t6.sh-s11 .sh-svg-l {
	position: absolute;
	left: 0;
	z-index: -1;
	top: -1px;
}

.section-heading.sh-t6.sh-s11 .sh-svg-r {
	position: absolute;
	right: 0;
	top: -1px;
}

/* T6 - S12 */
.section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s12 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s12 > .main-link > .h-text:before {
	background-color: transparent !important;
}

/* Section Heading Type 7 */
.section-heading.sh-t7 {
	padding: 0;
}

.section-heading.sh-t7:after {
	display: none;
}

.section-heading.sh-t7:before {
	content: "";
	display: inline-block;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ededed;
	background: rgba(0, 0, 0, .07);
}

.section-heading.sh-t7 > .main-link > .h-text, .section-heading.sh-t7 > a:last-child:first-child > .h-text, .section-heading.sh-t7 > .h-text:last-child:first-child {
	position: relative;
	padding: 0 15px 0 24px;
	background: #fff;
}

.section-heading.sh-t7 > .main-link > .h-text:before, .section-heading.sh-t7 > a:last-child:first-child > .h-text:before, .section-heading.sh-t7 > .h-text:last-child:first-child:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 15px;
	width: 15px;
	background: #000;
	top: 50%;
	margin-top: -7.5px;
}

.section-heading.sh-t7 .h-text {
	padding: 0;
}

.section-heading.sh-t7.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t7 .other-link .h-text {
	padding: 0 0 0 17px;
	text-transform: capitalize;
	background: #fff;
}

.section-heading.sh-t7 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
	border-color: #e6e6e6;
	padding: 8px 12px;
}

.section-heading.sh-t7 .bs-pretty-tabs-elements .other-link .h-text {
	line-height: 30px;
	padding: 0;
}

/* Footer Section Heading Type 1 */
.footer-widgets.light-text .section-heading.sh-t1 a:hover .h-text, .footer-widgets.light-text .section-heading.sh-t1 a.active .h-text, .footer-widgets.light-text .section-heading.sh-t1 > .h-text, .footer-widgets.light-text .section-heading.sh-t1 .main-link:first-child:last-child .h-text {
	color: #fff;
}

.footer-widgets.light-text .section-heading.sh-t1:after {
	background: rgba(255, 255, 255, .1);
}

.footer-widgets.light-text .section-heading.sh-t1.sh-s2:after {
	opacity: .45;
}

.footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .main-link > .h-text:after, .footer-widgets.light-text .section-heading.sh-t1.sh-s5 > a:first-child:last-child > .h-text:after, .footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .h-text:first-child:last-child:after, .footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .main-link > .h-text, .footer-widgets.light-text .section-heading.sh-t1.sh-s5 > a:last-child:first-child > .h-text, .footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .h-text:last-child:first-child {
	color: #fff !important;
}

/* Section Heading Type 2 */
.footer-widgets.light-text .section-heading.sh-t2:before {
	background: rgba(255, 255, 255, .14);
}

.footer-widgets.light-text .section-heading.sh-t2:after {
	background-color: #f9f9f9;
}

.footer-widgets.light-text .section-heading.sh-t2 a.active, .footer-widgets.light-text .section-heading.sh-t2 .main-link:first-child:last-child .h-text, .footer-widgets.light-text .section-heading.sh-t2 > .h-text {
	color: #fff !important;
}

.footer-widgets.light-text .listing-item-text-2 .item-inner {
	border-color: rgba(255, 255, 255, .11);
}

.footer-widgets.light-text .section-heading.sh-t2.sh-s2 {
	background: rgba(255, 255, 255, .04);
}

.footer-widgets.light-text .section-heading.sh-t2.sh-s3 {
	background: rgba(255, 255, 255, .04);
}

.footer-widgets.light-text .section-heading.sh-t2.sh-s4 {
	border: 1px solid rgba(255, 255, 255, .06);
}

/* Footer Section Heading Type 3 */
.footer-widgets.light-text .section-heading.sh-t3:after {
	background: #fff;
}

.footer-widgets.light-text .section-heading.sh-t3 {
	color: #fff;
}

.footer-widgets.light-text .section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text, .footer-widgets.light-text .section-heading.sh-t3.sh-s4 > a.active > .h-text.h-text.h-text, .footer-widgets.light-text .section-heading.sh-t3.sh-s4 > a > .h-text.h-text.h-text, .footer-widgets.light-text .section-heading.sh-t3.sh-s4 > .h-text.h-text.h-text {
	color: #000 !important;
}

.footer-widgets.light-text .section-heading.sh-t3.sh-s5 {
	border: 1px solid rgba(255, 255, 255, .07);
}

.footer-widgets.light-text .section-heading.sh-t3.sh-s6 {
	border: 1px solid rgba(255, 255, 255, .08);
}

.footer-widgets.light-text .section-heading.sh-t3.sh-s7:after {
	background: #444;
}

.footer-widgets.light-text .section-heading.sh-t3.sh-s7:before {
	border-top: 10px solid #444;
}

.footer-widgets.light-text .section-heading.sh-t3.sh-s9:before {
	background-color: rgba(255, 255, 255, .07) !important;
}

.footer-widgets.light-text .section-heading.sh-t3.sh-s9:after {
	background-color: rgba(255, 255, 255, .07) !important;
}

/* Footer Section Heading Type 4 */
.footer-widgets.light-text .section-heading.sh-t4.sh-s3:after, .footer-widgets.light-text .section-heading.sh-t4.sh-s1:after {
	background: rgba(255, 255, 255, .05);
}

.footer-widgets.light-text .section-heading.sh-t4.sh-s6 {
	background-color: rgba(255, 255, 255, .07);
}

.footer-widgets.light-text .section-heading.sh-t4.sh-s5:after {
	display: block;
	filter: invert(100%) brightness(12.7);
	opacity: .6;
	background-color: transparent;
}

/* Footer Section Heading Type 5 */
.footer-widgets.light-text .section-heading.sh-t5:before {
	background: rgba(255, 255, 255, .06);
}

.footer-widgets.light-text .section-heading.sh-t5 > .main-link > .h-text:before, .footer-widgets.light-text .section-heading.sh-t5 > a:last-child:first-child > .h-text:before, .footer-widgets.light-text .section-heading.sh-t5 > .h-text:last-child:first-child:before {
	background: #fff;
}

.footer-widgets.light-text .section-heading.sh-t5 {
	color: #fff;
}

.footer-widgets .section-heading.sh-t4.sh-s5 .h-text:after {
	display: block !important;
}

/* Footer Section Heading Type 6 */
.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after {
	border-right-color: rgba(0, 0, 0, .2);
}

.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after {
	border-left-color: rgba(0, 0, 0, .2);
}

.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:before, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:before, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:before {
	border-right-color: rgba(0, 0, 0, .3);
}

.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:before, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:before, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:before {
	border-left-color: rgba(0, 0, 0, .3);
}

.footer-widgets.light-text .section-heading.sh-t6.sh-s9:before {
	background: rgba(255, 255, 255, .05) !important;
}

/* Footer Section Heading Type 7 */
.site-footer .footer-widgets.light-text .section-heading.sh-t7.sh-s1 .h-text {
	color: #fff !important;
}

.footer-widgets.light-text .section-heading.sh-t7:before {
	background: rgba(255, 255, 255, .1);
}

.single-featured-video {
	max-width: 100% !important;
}

/**
 * =>Single Post Templates
 **/
.post-meta.single-post-meta, .post-meta.single-post-meta a {
	color: #3a3a3a;
}

.post-meta.single-post-meta .comments, .post-meta.single-post-meta .post-author-avatar, .post-meta.single-post-meta .views, .post-meta.single-post-meta .time {
	float: none;
	margin: 0 12px 0 0;
	white-space: nowrap;
	line-height: 26px;
	display: inline-block;
}

.post-meta.single-post-meta > span + a:before, .post-meta.single-post-meta > span + span:before, .post-meta.single-post-meta > a + span:before {
	content: " ";
	display: inline-block;
	width: 9px;
	margin-right: 12px;
	height: 1px;
	background: rgba(0, 0, 0, .23);
	vertical-align: middle;
}

.post-meta.single-post-meta b {
	color: #4d4d4d;
	margin-left: 2px;
}

.post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
	border-radius: 50%;
	margin: 0;
}

.post-meta.single-post-meta .post-author-a.post-author-avatar .avatar + .post-author-name {
	margin-left: 7px;
}

.post-meta.single-post-meta .post-author-name {
	text-transform: capitalize !important;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
}

.post-meta.single-post-meta .time, .post-meta.single-post-meta .post-author-a {
	color: rgba(0, 0, 0, .44);
}

.post-meta.single-post-meta .post-author-a:hover {
	color: #b7b7b7 !important;
}

.single-post-title {
	line-height: 1.3;
}

.single-featured {
	text-align: center;
	display: block;
	margin: 0 0 20px;
	line-height: 0;
	position: relative;
}

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

.single-featured figure {
	line-height: 2;
	text-align: center;
}

.single-featured iframe {
	max-width: 100%;
}

.image-credit a:hover, .image-credit a {
	color: #fff !important;
}

.single-featured .image-credit {
	position: absolute;
	right: 0;
	font-size: 10px;
	display: inline-block;
	padding: 0 8px;
	bottom: -18px;
	color: #adadad;
	background: transparent;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
}

.post.format-standard .single-featured .image-credit {
	line-height: 20px;
	background: rgba(0, 0, 0, .26);
	bottom: 0;
	color: #fff;
}

.single-post-excerpt {
	color: #6d6d6d;
}

.single-post-excerpt p:last-child {
	margin-bottom: 0;
}

.single-post-excerpt.post-excerpt-bc {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e2e2e2;
}

/* post share */
.single-post-share {
	list-style: none;
	padding: 0;
	font-size: 0;
}

.single-post-share.top-share {
	margin-bottom: 10px;
}

.single-post-share .number {
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: inline-block;
}

.single-post-share .post-share-btn {
	background: #fff;
	border: 1px solid #e2e2e2;
	line-height: 30px;
	display: inline-block;
	padding: 0 5px;
	border-radius: 30px;
	font-size: 12px;
	color: #4d4d4d;
	margin-right: 8px;
	margin-bottom: 9px;
	vertical-align: top;
}

.single-post-share .post-share-btn .text, .single-post-share .post-share-btn .number, .single-post-share .post-share-btn .bf-icon {
	line-height: 30px;
	vertical-align: top;
}

.single-post-share .post-share-btn .text {
	font-size: 12px;
}

.single-post-share .post-share-btn .bf-icon {
	font-size: 15px;
	margin: 0 3px;
}

.single-post-share .share-handler {
	float: left;
	position: relative;
}

.single-post-share .post-share-btn.post-share-btn-comments, .single-post-share .post-share-btn.post-share-btn-views {
	float: right;
	border-radius: 0;
}

.single-post-share .post-share-btn.post-share-btn-views {
	font-weight: 700;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.single-post-share .post-share-btn.post-share-btn-views.rank-0, .single-post-share .post-share-btn.post-share-btn-views.rank-default {
	font-weight: normal;
}

.share-handler-wrap {
	overflow: hidden;
	height: 33px;
}

.post-share.style-2 .share-handler-wrap {
	height: 38px;
}

.post-share.style-5 .share-handler-wrap, .post-share.style-8 .share-handler-wrap {
	height: 47px;
}

.post-share.style-6 .share-handler-wrap, .post-share.style-7 .share-handler-wrap {
	height: 70px;
}

.share-handler-wrap.bs-pretty-tabs-initialized {
	height: auto !important;
}

.post-share .post-share-btn-group {
	overflow: hidden;
	float: right;
	margin-bottom: 10px;
}

.post-share .post-share-btn-group .post-share-btn {
	border-radius: 0;
	margin: 0;
	padding: 0 10px;
	border-left-width: 0;
	border-right-width: 0;
	position: relative;
}

.post-share .post-share-btn-group .post-share-btn:before {
	display: inline-block;
	content: " ";
	width: 1px;
	height: 66%;
	background: #e2e2e2;
	position: absolute;
	left: 0;
	top: 17%;
}

.post-share .post-share-btn-group .post-share-btn:first-child {
	border-radius: 0 3px 3px 0;
	border-right-width: 1px;
}

.post-share .post-share-btn-group .post-share-btn:last-child {
	border-radius: 3px 0 0 3px;
	border-left-width: 1px;
}

.post-share .post-share-btn-group .post-share-btn:last-child:before {
	display: none;
}

.post-share .bs-pretty-tabs-container {
	float: left;
}

.post-share .bs-pretty-tabs-elements {
	display: none !important;
}

.single-post-share ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.single-post-share li {
	margin: 0 6px 6px;
	display: inline-block;
	text-align: center;
	list-style: none;
}

.single-post-share li li {
	display: none;
}

.single-post-share .social-item {
	margin: 0 6px 4px 0;
	float: left;
}

.single-post-share .social-item a {
	line-height: 30px;
	min-width: 30px;
	display: inline-block;
	padding: 0 0;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-align: center;
}

.single-post-share .social-item.has-count a {
	padding: 0 10px;
}

.single-post-share .social-item a .item-title, .single-post-share .social-item a .number, .single-post-share .social-item a .bf-icon {
	line-height: 30px;
	vertical-align: top;
	color: #fff;
	display: inline-block;
}

.single-post-share .social-item a .number, .single-post-share .social-item a .item-title {
	margin-left: 6px;
}

.single-post-share .social-item a .bf-icon {
	font-size: 16px;
}

.single-post-share .social-item.whatsapp .bf-icon {
	font-size: 16px;
	font-weight: bold;
}

.single-post-share .number:empty {
	display: none;
}

.single-post-share .social-item.facebook a {
	background-color: #2d5f9a;
	color: #133d6d;
}

.single-post-share .social-item.facebook a:hover {
	background-color: #1b4a82;
}

.single-post-share .social-item.twitter a {
	background-color: #53c7ff;
	color: #2e86b1;
}

.single-post-share .social-item.twitter a:hover {
	background-color: #369ed0;
}

.single-post-share .social-item.google_plus a {
	background-color: #d93b2b;
	color: #9a2317;
}

.single-post-share .social-item.google_plus a:hover {
	background-color: #b7291a;
}

.single-post-share .social-item.pinterest a {
	background-color: #a41719;
	color: #670d0e;
}

.single-post-share .social-item.pinterest a:hover {
	background-color: #8c0a0c;
}

.single-post-share .social-item.linkedin a {
	background-color: #005182;
	color: #013c61;
}

.single-post-share .social-item.linkedin a:hover {
	background-color: #003b5f;
}

.single-post-share .social-item.print a, .single-post-share .social-item.email a {
	background-color: #444;
	color: #313131;
}

.single-post-share .social-item.print a:hover, .single-post-share .social-item.email a:hover {
	background-color: #2f2f2f;
}

.single-post-share .social-item.tumblr a {
	background-color: #3e5a70;
	color: #24384a;
}

.single-post-share .social-item.tumblr a:hover {
	background-color: #426283;
}

.single-post-share .social-item.telegram a {
	background-color: #179cde;
	color: #0a629a;
}

.single-post-share .social-item.telegram a:hover {
	background-color: #0f8dde;
}

.single-post-share .social-item.reddit a {
	background-color: #ff4500;
	color: #bb3200;
}

.single-post-share .social-item.reddit a:hover {
	background-color: #dc3c01;
}

.single-post-share .social-item.stumbleupon a {
	background-color: #ee4813;
	color: #982d0b;
}

.single-post-share .social-item.stumbleupon a:hover {
	background-color: #ce3d0f;
}

.single-post-share .social-item.vk a {
	background-color: #4c75a3;
	color: #223448;
}

.single-post-share .social-item.vk a:hover {
	background-color: #3e5f84;
}

.single-post-share .social-item.digg a, .single-post-share .social-item.digg a {
	background-color: #000;
	color: #525252;
}

.single-post-share .social-item.digg a:hover {
	background-color: #2f2f2f;
}

.single-post-share .social-item.bs-custom-link a, .single-post-share .social-item.bs-custom-link a {
	background-color: #000;
	color: #525252;
}

.single-post-share .social-item.bs-custom-link a:hover {
	background-color: #2f2f2f;
}

.single-post-share .social-item.ok-ru a {
	background-color: #ee8208;
	color: #cb6e04;
}

.single-post-share .social-item.ok-ru a:hover {
	background-color: #d36c08;
}

.single-post-share .social-item.whatsapp a {
	background-color: #00e676;
	color: #02a252;
}

.single-post-share .social-item.whatsapp a:hover {
	background-color: #00c462;
}

.single-post-share .social-item.line a {
	background-color: #00b900;
	color: #018c01;
}

.single-post-share .social-item.line a:hover {
	background-color: #009a00;
}

.single-post-share .social-item.line .bf-icon {
	font-size: 20px;
}

.single-post-share .social-item.bbm .bf-icon:before, .single-post-share .social-item.viber .bf-icon:before, .single-post-share .social-item.line .bf-icon:before {
	vertical-align: top;
}

.single-post-share .social-item.viber a {
	background-color: #5d54a4;
	color: #1f1d3c;
}

.single-post-share .social-item.viber:hover a {
	background-color: #494589;
}

.single-post-share .social-item.viber .bf-icon {
	font-size: 18px;
}

.single-post-share .social-item.bbm a {
	background-color: #1f1f1f;
	color: #505050;
}

.single-post-share .social-item.bbm a:hover {
	background-color: #3c3c3c;
}

.single-post-share .social-item.facebook-messenger a {
	background-color: #448aff;
	color: #2464ff;
}

.single-post-share .social-item.facebook-messenger a:hover {
	background-color: #448aff;
}

.single-post-share .social-item.bbm .bf-icon {
	font-size: 18px;
}

.single-post-share .social-item.telegram .bf-icon {
	margin-left: -1px;
}

.single-post-share .social-item.digg .bf-icon, .single-post-share .social-item.line .bsfi-line, .single-post-share .social-item.bbm .bsfi-bbm, .single-post-share .social-item.viber .bsfi-viber {
	font-size: 18px;
}

.single-post-share .social-item .bf-icon {
	vertical-align: middle;
}

.single-post-share .social-item.viber, .single-post-share .social-item.bbm, .single-post-share .social-item.line, .single-post-share .social-item.whatsapp {
	display: none;
}

@media only screen and (max-width: 780px) {
	.single-post-share .social-item.viber, .single-post-share .social-item.bbm, .single-post-share .social-item.line, .single-post-share .social-item.whatsapp {
		display: inline-block;
	}
}

@media only screen and (max-width: 540px) {
	.post-share .post-share-btn-group {
		float: left;
	}
	
	.share-handler-wrap {
		clear: both;
	}
}

@media only screen and (max-width: 420px) {
	.single-post-share .social-share-list + .post-share-btn {
		float: left;
		clear: left;
		margin-left: 0;
		margin-top: 5px;
	}
	
	.single-post-share .post-share-btn {
		margin-bottom: 4px !important;
	}
}

/* Common Post Share Styles */
.post-share.style-3 .share-handler, .post-share.style-4 .share-handler, .post-share.style-5 .share-handler, .post-share.style-8 .share-handler {
	margin: 0 12px 12px 0;
}

.post-share .share-handler:after, .post-share .share-handler:before {
	border: solid 6px rgba(0, 0, 0, 0);
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	top: 50%;
	right: -12px;
	border-left-color: #d7d7d7;
	margin-top: -6px;
}

.post-share .share-handler:after {
	border: solid 5px rgba(0, 0, 0, 0);
	border-left-color: #fff;
	right: -10px;
	margin-top: -5px;
}

.post-share.style-1 .share-handler:after, .post-share.style-1 .share-handler:before, .post-share.style-2 .share-handler:after, .post-share.style-2 .share-handler:before {
	display: none;
}

.post-share .social-item a, .post-share .post-share-btn {
	border-radius: 3px;
	padding: 0 5px;
}

.post-share.style-3 .social-item a, .post-share.style-6 .social-item a, .post-share.style-7 .social-item a {
	-moz-box-shadow: 0 3px 0;
	-webkit-box-shadow: 0 3px 0;
	box-shadow: 0 3px 0;
}

.post-share.style-6 .number, .post-share.style-6 .bf-icon, .post-share.style-6 .text, .post-share.style-6 .item-title, .post-share.style-7 .number, .post-share.style-7 .bf-icon, .post-share.style-7 .text, .post-share.style-7 .item-title {
	font-size: 15px;
	display: block;
	font-weight: normal;
}

.post-share.style-5 .post-share-btn .text, .post-share.style-5 .post-share-btn .number, .post-share.style-5 .post-share-btn .bf-icon, .post-share.style-8 .post-share-btn .text, .post-share.style-8 .post-share-btn .number, .post-share.style-8 .post-share-btn .bf-icon {
	line-height: 43px;
}

.post-share.style-5 .bf-icon {
	font-size: 22px !important;
}

.post-share.style-5 .number {
	font-size: 18px;
}

.post-share.style-5 .social-item .item-title, .post-share.style-8 .social-item .item-title {
	font-size: 16px;
}

.post-share.style-5 .social-item a .number, .post-share.style-5 .social-item a .bf-icon, .post-share.style-8 .social-item a .number, .post-share.style-8 .social-item a .bf-icon {
	line-height: 44px;
	font-weight: normal;
}

.post-share.style-5 .social-item, .post-share.style-8 .social-item {
	margin: 0 6px 6px 0;
}

.post-share.style-5 .bs-pretty-tabs-more, .post-share.style-8 .bs-pretty-tabs-more {
	padding: 0 6px !important;
	transform: initial;
	top: 6px;
	min-width: 30px !important;
}

.post-share.style-5 .bs-pretty-tabs-more .bf-icon {
	line-height: 30px;
	font-size: 18px !important;
}

.post-share.style-9 .social-item, .post-share.style-10 .social-item {
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}

.post-share.style-9 .post-share-btn, .post-share.style-10 .post-share-btn, .post-share.style-11 .post-share-btn {
	line-height: 31px;
}

.post-share.style-9 .share-handler, .post-share.style-10 .share-handler {
	padding: 0 10px;
	margin-right: 15px;
}

.post-share.style-10 .social-item a .number, .post-share.style-10 .social-item a .item-title {
	color: inherit;
}

.post-share.style-10 .social-item.has-count.has-title .number {
	border-left: none;
	padding-left: 0;
}

.post-share.style-10 .social-item.has-count.has-title .item-title {
	border-right: none;
}

.post-share.style-9 .post-share-btn, .post-share.style-10 .post-share-btn, .post-share.style-11 .post-share-btn {
	padding: 0px 6px;
	line-height: 32px;
	border-radius: 3px;
	min-width: 32px;
	height: 32px;
}

.post-share.style-9 .post-share-btn-group .post-share-btn:first-child, .post-share.style-10 .post-share-btn-group .post-share-btn:first-child, .post-share.style-11 .post-share-btn-group .post-share-btn:first-child {
	border-radius: 0 3px 3px 0;
}

.post-share.style-9 .post-share-btn-group .post-share-btn:last-child, .post-share.style-10 .post-share-btn-group .post-share-btn:last-child, .post-share.style-11 .post-share-btn-group .post-share-btn:last-child {
	border-radius: 3px 0 0 3px;
}

.post-share.style-9 .social-item a, .post-share.style-10 .social-item a {
	background: #fff !important;
	color: #4d4d4d;
}

.post-share.style-9 .social-item.facebook a, .post-share.style-10 .social-item.facebook a, .post-share.style-11 .social-item.facebook a {
	color: #2d5f9a;
}

.post-share.style-10 .social-item.facebook .icon, .post-share.style-11 .social-item.facebook .icon {
	background-color: #2d5f9a;
	border-color: #2d5f9a;
}

.post-share.style-9 .social-item.facebook a:hover, .post-share.style-10 .social-item.facebook a:hover, .post-share.style-11 .social-item.facebook a:hover {
	color: #1b4a82;
}

.post-share.style-10 .social-item.facebook a:hover .icon, .post-share.style-11 .social-item.facebook a:hover .icon {
	background-color: #1b4a82;
	border-color: #1b4a82;
}

.post-share.style-9 .social-item.twitter a, .post-share.style-10 .social-item.twitter a, .post-share.style-11 .social-item.twitter a {
	color: #53c7ff;
}

.post-share.style-10 .social-item.twitter .icon, .post-share.style-11 .social-item.twitter .icon {
	background-color: #53c7ff;
	border-color: #53c7ff;
}

.post-share.style-9 .social-item.twitter a:hover, .post-share.style-10 .social-item.twitter a:hover, .post-share.style-11 .social-item.twitter a:hover {
	color: #369ed0;
}

.post-share.style-9 .social-item.google_plus a, .post-share.style-10 .social-item.google_plus a, .post-share.style-11 .social-item.google_plus a {
	color: #d93b2b;
}

.post-share.style-10 .social-item.google_plus .icon, .post-share.style-11 .social-item.google_plus .icon {
	background-color: #d93b2b;
	border-color: #d93b2b;
}

.post-share.style-9 .social-item.google_plus a:hover, .post-share.style-10 .social-item.google_plus a:hover, .post-share.style-11 .social-item.google_plus a:hover {
	color: #b7291a;
}

.post-share.style-9 .social-item.pinterest a, .post-share.style-10 .social-item.pinterest a, .post-share.style-11 .social-item.pinterest a {
	color: #a41719;
}

.post-share.style-10 .social-item.pinterest .icon, .post-share.style-11 .social-item.pinterest .icon {
	background-color: #a41719;
	border-color: #a41719;
}

.post-share.style-9 .social-item.pinterest a:hover, .post-share.style-10 .social-item.pinterest a:hover, .post-share.style-11 .social-item.pinterest a:hover {
	color: #8c0a0c;
}

.post-share.style-9 .social-item.linkedin a, .post-share.style-10 .social-item.linkedin a, .post-share.style-11 .social-item.linkedin a {
	color: #005182;
}

.post-share.style-10 .social-item.linkedin .icon, .post-share.style-11 .social-item.linkedin .icon {
	background-color: #005182;
	border-color: #005182;
}

.post-share.style-9 .social-item.linkedin a:hover, .post-share.style-10 .social-item.linkedin a:hover, .post-share.style-11 .social-item.linkedin a:hover {
	color: #003b5f;
}

.post-share.style-9 .social-item.print a, .post-share.style-9 .social-item.email a, .post-share.style-10 .social-item.print a, .post-share.style-10 .social-item.email a, .post-share.style-11 .social-item.print a, .post-share.style-11 .social-item.email a {
	color: #444;
}

.post-share.style-10 .social-item.print .icon, .post-share.style-10 .social-item.email .icon, .post-share.style-11 .social-item.print .icon, .post-share.style-11 .social-item.email .icon {
	background-color: #444;
	border-color: #444;
}

.post-share.style-9 .social-item.print a:hover, .post-share.style-9 .social-item.email a:hover, .post-share.style-10 .social-item.print a:hover, .post-share.style-10 .social-item.email a:hover, .post-share.style-11 .social-item.print a:hover, .post-share.style-11 .social-item.email a:hover {
	color: #2f2f2f;
}

.post-share.style-9 .social-item.tumblr a, .post-share.style-10 .social-item.tumblr a, .post-share.style-11 .social-item.tumblr a {
	color: #3e5a70;
}

.post-share.style-10 .social-item.tumblr .icon, .post-share.style-11 .social-item.tumblr .icon {
	background-color: #3e5a70;
	border-color: #3e5a70;
}

.post-share.style-9 .social-item.tumblr a:hover, .post-share.style-10 .social-item.tumblr a:hover, .post-share.style-11 .social-item.tumblr a:hover {
	color: #426283;
}

.post-share.style-9 .social-item.telegram a, .post-share.style-10 .social-item.telegram a, .post-share.style-11 .social-item.telegram a {
	color: #179cde;
}

.post-share.style-10 .social-item.telegram .icon, .post-share.style-11 .social-item.telegram .icon {
	background-color: #179cde;
	border-color: #179cde;
}

.post-share.style-9 .social-item.telegram a:hover, .post-share.style-10 .social-item.telegram a:hover, .post-share.style-11 .social-item.telegram a:hover {
	color: #0f8dde;
}

.post-share.style-9 .social-item.reddit a, .post-share.style-10 .social-item.reddit a, .post-share.style-11 .social-item.reddit a {
	color: #ff4500;
}

.post-share.style-10 .social-item.reddit .icon, .post-share.style-11 .social-item.reddit .icon {
	background-color: #ff4500;
	border-color: #ff4500;
}

.post-share.style-9 .social-item.reddit a:hover, .post-share.style-10 .social-item.reddit a:hover, .post-share.style-11 .social-item.reddit a:hover {
	color: #dc3c01;
}

.post-share.style-9 .social-item.stumbleupon a, .post-share.style-10 .social-item.stumbleupon a, .post-share.style-11 .social-item.stumbleupon a {
	color: #ee4813;
}

.post-share.style-10 .social-item.stumbleupon .icon, .post-share.style-11 .social-item.stumbleupon .icon {
	background-color: #ee4813;
	border-color: #ee4813;
}

.post-share.style-9 .social-item.stumbleupon a:hover, .post-share.style-10 .social-item.stumbleupon a:hover, .post-share.style-11 .social-item.stumbleupon a:hover {
	color: #ce3d0f;
}

.post-share.style-9 .social-item.vk a, .post-share.style-10 .social-item.vk a, .post-share.style-11 .social-item.vk a {
	color: #4c75a3;
}

.post-share.style-10 .social-item.vk .icon, .post-share.style-11 .social-item.vk .icon {
	background-color: #4c75a3;
	border-color: #4c75a3;
}

.post-share.style-9 .social-item.vk a:hover, .post-share.style-10 .social-item.vk a:hover, .post-share.style-11 .social-item.vk a:hover {
	color: #3e5f84;
}

.post-share.style-9 .social-item.digg a, .post-share.style-10 .social-item.digg a, .post-share.style-11 .social-item.digg a {
	color: #000;
}

.post-share.style-10 .social-item.digg .icon, .post-share.style-11 .social-item.digg .icon {
	background-color: #000;
	border-color: #000;
}

.post-share.style-9 .social-item.bs-custom-link a, .post-share.style-10 .social-item.bs-custom-link a, .post-share.style-11 .social-item.bs-custom-link a {
	color: #000;
}

.post-share.style-10 .social-item.bs-custom-link .icon, .post-share.style-11 .social-item.bs-custom-link .icon {
	background-color: #000;
	border-color: #000;
}

.post-share.style-9 .social-item.ok-ru a, .post-share.style-10 .social-item.ok-ru a, .post-share.style-11 .social-item.ok-ru a {
	color: #ee8208;
}

.post-share.style-10 .social-item.ok-ru .icon, .post-share.style-11 .social-item.ok-ru .icon {
	background-color: #ee8208;
	border-color: #ee8208;
}

.post-share.style-9 .social-item.digg a:hover, .post-share.style-10 .social-item.digg a:hover, .post-share.style-11 .social-item.digg a:hover {
	color: #2f2f2f;
}

.post-share.style-9 .social-item.bs-custom-link a:hover, .post-share.style-10 .social-item.bs-custom-link a:hover, .post-share.style-11 .social-item.bs-custom-link a:hover {
	color: #2f2f2f;
}

.post-share.style-9 .social-item.whatsapp a, .post-share.style-10 .social-item.whatsapp a, .post-share.style-11 .social-item.whatsapp a {
	color: #00e676;
}

.post-share.style-10 .social-item.whatsapp .icon, .post-share.style-11 .social-item.whatsapp .icon {
	background-color: #00e676;
	border-color: #00e676;
}

.post-share.style-9 .social-item.whatsapp a:hover, .post-share.style-10 .social-item.whatsapp a:hover, .post-share.style-11 .social-item.whatsapp a:hover {
	color: #00c462;
}

.post-share.style-9 .social-item.line a, .post-share.style-10 .social-item.line a, .post-share.style-11 .social-item.line a {
	color: #00b900;
}

.post-share.style-10 .social-item.line .icon, .post-share.style-11 .social-item.line .icon {
	background-color: #00b900;
	border-color: #00b900;
}

.post-share.style-9 .social-item.line a:hover, .post-share.style-10 .social-item.line a:hover, .post-share.style-11 .social-item.line a:hover {
	color: #009a00;
}

.post-share.style-9 .social-item.print a, .post-share.style-10 .social-item.print a, .post-share.style-11 .social-item.print a {
	color: #444;
}

.post-share.style-10 .social-item.viber a .icon, .post-share.style-11 .social-item.viber a .icon {
	background-color: #5d54a4 !important;
	border-color: #5d54a4 !important;
}

.post-share.style-10 .social-item.viber:hover a .icon, .post-share.style-11 .social-item.viber:hover a .icon {
	background-color: #494589 !important;
	border-color: #494589 !important;
}

.post-share.style-10 .social-item.viber .icon, .post-share.style-11 .social-item.viber .icon {
	font-size: 18px;
}

.post-share.style-9 .social-item.bbm a, .post-share.style-10 .social-item.bbm a, .post-share.style-11 .social-item.bbm a {
	color: #1f1f1f;
}

.post-share.style-10 .social-item.bbm .icon, .post-share.style-11 .social-item.bbm .icon {
	background-color: #1f1f1f;
	border-color: #1f1f1f;
}

.post-share.style-9 .social-item.bbm a:hover, .post-share.style-10 .social-item.bbm a:hover, .post-share.style-11 .social-item.bbm a:hover {
	color: #3c3c3c;
}

.style-23.entry-terms .terms-label, .style-23.entry-terms a, .style-24.entry-terms .terms-label, .style-24.entry-terms a, .style-25.entry-terms .terms-label, .style-25.entry-terms a, .style-26.entry-terms .terms-label, .style-26.entry-terms a, .post-share.style-12 .post-share-btn, .post-share.style-12 span, .post-share.style-12 a, .post-share.style-13 .post-share-btn, .post-share.style-13 span, .post-share.style-13 a {
	border-radius: 0 !important;
}

.post-share.style-13 .social-item a, .post-share.style-13 .post-share-btn {
	padding: 0 10px;
	min-width: 44px;
	min-height: 44px;
	line-height: 44px !important;
}

.post-share.style-13 .post-share-btn > *, .post-share.style-13 .social-item i, .post-share.style-13 .social-item .item-title {
	line-height: 44px !important;
}

.post-share.style-13 .social-item .icon i {
	font-size: 22px;
}

.post-share.style-13 .social-item .item-title {
	font-size: 19px;
}

.post-share.style-13 .bs-pretty-tabs-more, .post-share.style-13 .post-share-btn {
	min-height: 42px;
	line-height: 42px !important;
}

.post-share.style-13 .bs-pretty-tabs-more i, .post-share.style-13 .post-share-btn > * {
	line-height: 42px !important;
}

.post-share .item-title {
	font-weight: normal;
	padding: 0;
}

.post-share .item-title, .post-share .number {
	font-size: 12px;
}

.post-share .post-share-btn-group .number, .post-share .post-share-btn-group .item-title {
	padding: 0;
}

/* post share style-1/2 */
.post-share.style-1 .social-item.has-title a {
	padding: 0 11px;
}

.post-share.style-1 .post-share-btn-group .post-share-btn:first-child, .post-share.style-2 .post-share-btn-group .post-share-btn:first-child {
	border-radius: 0 30px 30px 0;
}

.post-share.style-1 .post-share-btn-group .post-share-btn:last-child, .post-share.style-2 .post-share-btn-group .post-share-btn:last-child {
	border-radius: 30px 0 0 30px;
}

.post-share.style-1 .post-share-btn-group .post-share-btn:last-child:first-child, .post-share.style-2 .post-share-btn-group .post-share-btn:last-child:first-child {
	border-radius: 30px;
}

.post-share.style-1 .social-item a, .post-share.style-1 .bs-pretty-tabs-more, .post-share.style-1 .share-handler, .post-share.style-2 .social-item a, .post-share.style-2 .bs-pretty-tabs-more, .post-share.style-2 .share-handler {
	border-radius: 30px;
}

.post-share.style-1 .bs-pretty-tabs-more {
	min-width: 30px;
	height: 30px;
	line-height: 30px;
}

.post-share.style-2 .bs-pretty-tabs-more {
	min-width: 38px;
	height: 38px;
	line-height: 38px;
}

.post-share .bs-pretty-tabs-more {
	color: #afafaf;
}

.post-share .bs-pretty-tabs-more:hover {
	color: #383838;
}

.single-post-share.top-share.style-1 {
	margin-bottom: 7px;
}

.single-post-share.bottom-share.style-1 {
	margin-bottom: -8px;
}

.single-post-share.top-share.style-2 {
	margin-bottom: 9px;
}

.single-post-share.bottom-share.style-2 {
	margin-bottom: -6px;
}

.post-share.style-1 .share-handler, .post-share.style-2 .share-handler {
	padding: 0 10px;
}

.post-share.style-2 .post-share-btn .bf-icon {
	font-size: 20px;
}

.post-share.style-2 .item-title, .post-share.style-2 .number, .post-share.style-2 .text {
	font-size: 14px;
}

.post-share.style-2 .number {
	margin: 0;
}

.post-share.style-2 .text, .post-share.style-2 .number, .post-share.style-2 .item-title, .post-share.style-2 .bf-icon {
	line-height: 38px !important;
	height: 38px;
}

.post-share.style-2 .item-title {
	margin-left: 10px;
	margin-right: 5px;
	font-weight: normal;
}

.post-share.style-2 .social-item a {
	padding: 0 8px;
	min-width: 38px;
	line-height: 38px;
}

.post-share.style-2 .social-item.has-title a, .post-share.style-2 .social-item.has-count a {
	padding: 0 15px;
}

.post-share.style-2 .social-item {
	margin: 0 6px 6px 0;
}

.post-share.style-2 .bs-pretty-tabs-more .bf-icon, .post-share.style-2 .post-share-btn-group .bf-icon {
	font-size: 15px;
}

.post-share.style-2 .social-item a .item-title + .number {
	margin-left: 0;
}

/* post share style-3 */
.single-post-share.top-share.style-3 {
	margin-bottom: 7px;
}

.single-post-share.bottom-share.style-3 {
	margin-bottom: -8px;
}

.post-share.style-3 .text, .post-share.style-3 .item-title, .post-share.style-3 .number, .post-share.style-3 .bf-icon {
	line-height: 32px !important;
}

.post-share.style-3 .social-item a, .post-share.style-3 .post-share-btn {
	line-height: 32px;
	height: 32px;
	min-width: 40px;
}

.post-share.style-3 .post-share-btn {
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
}

.post-share.style-3 .post-share-btn .text, .post-share.style-3 .post-share-btn .number, .post-share.style-3 .post-share-btn .bf-icon {
	line-height: 34px !important;
}

.post-share.style-3 .social-item a {
	padding: 0 8px;
}

.post-share.style-3 .social-item.has-title a, .post-share.style-3 .social-item.has-count a {
	padding: 0 12px;
}

.single-post-share.style-3 .social-item.line .bsfi-line {
	font-size: 20px;
}

.single-post-share.style-3 .social-item.viber .bsfi-viber {
	font-size: 17px;
}

.single-post-share .social-item {
	margin-bottom: 8px;
}

/* post share style-4 */
.single-post-share.top-share.style-4 {
	margin-bottom: 7px;
}

.single-post-share.bottom-share.style-4 {
	margin-bottom: -8px;
}

.post-share.style-4 .share-handler.post-share-btn {
	padding: 0 8px 0 5px;
}

.post-share.style-4 .social-item a {
	padding: 0;
}

.post-share.style-4 .social-item .number {
	padding-right: 10px;
	margin-left: 10px;
}

.post-share.style-4 .social-item .item-title {
	padding-right: 9px;
	margin-left: 8px;
}

.post-share.style-4 .social-item .item-title + .number {
	margin-left: -2px;
}

.post-share.style-4 .social-item .bf-icon {
	display: inline-block;
	height: 100%;
	background: rgba(0, 0, 0, .25);
	padding: 0 6px;
	min-width: 30px;
}

.post-share.style-4 .social-item .icon:last-child:first-child .bf-icon {
	background: transparent;
}

.post-share.style-4 .share-handler .text {
	margin-left: 2px;
	font-size: 13px;
}

.post-share.style-4 .bs-pretty-tabs-more.post-share-btn {
	height: 30px;
}

/* post share style-5 */
.single-post-share.top-share.style-5 {
	margin-bottom: 9px;
}

.single-post-share.bottom-share.style-5 {
	margin-bottom: -6px;
}

.post-share.style-5 .social-item a, .post-share.style-5 .post-share-btn {
	padding: 0 10px;
	min-width: 44px;
}

.post-share.style-5 .social-item.has-title a, .post-share.style-5 .social-item.has-count a {
	padding: 0 12px;
}

.post-share.style-5 .social-item a .number, .post-share.style-5 .social-item a .item-title {
	margin: 0 5px 0 10px;
	line-height: 44px;
}

.post-share.style-5 .social-item a .item-title + .number {
	margin: 0 0 0 2px;
}

.post-share.style-5 .share-handler .text {
	font-size: 16px;
}

.post-share.style-5 .post-share-btn-group .bf-icon, .post-share.style-5 .post-share-btn-group .number {
	font-size: 15px !important;
}

/* post share style-6 & 7 */
.single-post-share.top-share.style-7, .single-post-share.top-share.style-6 {
	margin-bottom: 10px;
}

.single-post-share.bottom-share.style-7, .single-post-share.bottom-share.style-6 {
	margin-bottom: -5px;
}

.post-share.style-7 .social-item, .post-share.style-6 .social-item {
	text-align: center;
	margin: 0 10px 12px 0;
}

.post-share.style-7 .social-item a, .post-share.style-6 .social-item a {
	padding: 0 12px 0;
	line-height: 32px;
	height: 61px;
	min-width: 76px;
}

.post-share.style-7 .post-share-btn .item-title, .post-share.style-7 .post-share-btn .number, .post-share.style-7 .post-share-btn .bf-icon, .post-share.style-7 .social-item .item-title, .post-share.style-7 .social-item .number, .post-share.style-6 .post-share-btn .item-title, .post-share.style-6 .post-share-btn .number, .post-share.style-6 .post-share-btn .bf-icon, .post-share.style-6 .social-item .item-title, .post-share.style-6 .social-item .number {
	line-height: 20px;
	margin: 0 3px;
	font-size: 13px;
}

.post-share.style-7 .post-share-btn .bf-icon, .post-share.style-6 .post-share-btn .bf-icon {
	line-height: 26px;
	margin-top: 7px;
}

.post-share.style-7 .post-share-btn.bs-pretty-tabs-more .bf-icon, .post-share.style-6 .post-share-btn.bs-pretty-tabs-more .bf-icon {
	margin: 0;
}

.post-share.style-7 .social-item .bf-icon, .post-share.style-6 .social-item .bf-icon {
	font-size: 20px;
	display: block;
	line-height: 32px;
	margin-top: 6px;
}

.post-share.style-7 .social-item .icon:first-child:last-child .bf-icon, .post-share.style-6 .social-item .icon:first-child:last-child .bf-icon {
	line-height: 64px;
	margin: 0;
}

.post-share.style-7 .share-handler .bf-icon, .post-share.style-6 .share-handler .bf-icon {
	font-size: 20px;
	line-height: 28px;
	margin-top: 6px;
}

.post-share.style-7 .share-handler .number, .post-share.style-6 .share-handler .number {
	line-height: 26px;
	font-size: 15px;
}

.post-share.style-7 .bs-pretty-tabs-more, .post-share.style-6 .bs-pretty-tabs-more {
	margin-top: 18px;
	min-width: 28px;
}

.post-share.style-7 .share-handler, .post-share.style-6 .share-handler {
	text-align: center;
	padding: 0 14px;
	margin: 0 15px 11px 0;
	min-width: 84px;
	height: 64px;
}

.post-share.style-7 .share-handler .text, .post-share.style-6 .share-handler .text {
	font-weight: 700;
	line-height: 20px;
}

.post-share.style-7 .post-share-btn-group .post-share-btn, .post-share.style-6 .post-share-btn-group .post-share-btn {
	padding: 0 16px;
	text-align: center;
	height: 64px;
}

.post-share.style-7 .social-item a {
	border-radius: 0;
}

.post-share.style-7 .social-item.first a {
	border-radius: 3px 0 0 3px;
}

.post-share.style-7 .social-item:last-child a, .post-share.style-7 .social-item.last a {
	border-radius: 0 3px 3px 0;
}

.post-share.style-7 .social-item {
	margin: 0 0 12px 0;
}

.post-share.style-7 .bs-pretty-tabs-container {
	margin-left: 10px;
}

/* post share style-8/9 */
.single-post-share.top-share.style-8 {
	margin-bottom: 9px;
}

.single-post-share.bottom-share.style-8 {
	margin-bottom: -6px;
}

.post-share.style-8 .social-item .bf-icon {
	background: rgba(0, 0, 0, .25);
	border-radius: 90px;
	margin-top: 8px;
	line-height: 30px !important;
	font-size: 16px;
	width: 30px;
	height: 30px;
}

.post-share.style-8 .social-item a {
	padding: 0 10px;
	line-height: 45px;
	min-width: 56px;
}

.post-share.style-8 .social-item a .number, .post-share.style-8 .share-handler .text, .post-share.style-8 .social-item a .item-title {
	margin: 0 6px 0;
	font-size: 14px;
	padding-right: 0;
	line-height: 45px;
}

.post-share.style-8 .social-item .item-title + .number {
	margin: 0 2px 0 -2px;
}

.post-share.style-8 .share-handler .text {
	padding-left: 3px;
	margin: 0;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
}

.post-share.style-8 .social-item .number {
	text-indent: 2px;
}

.post-share.style-8 .post-share-btn {
	padding: 0 10px;
}

.post-share.style-8 .share-handler {
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 12px;
	height: 45px;
}

.post-share.style-8 .number {
	font-size: 14px;
}

.post-share.style-8 .bs-pretty-tabs-more .bf-icon {
	line-height: 30px;
	font-size: 16px !important;
}

.post-share.style-9 .social-item.has-title a, .post-share.style-9 .social-item.has-count a {
	padding: 0 10px;
}

.post-share.style-9 .social-item a {
	padding: 0 5px;
}

.post-share.style-9 .social-item .number {
	margin-left: 5px !important;
}

.post-share.style-9 .share-handler {
	margin-right: 12px;
	border-radius: 3px;
}

.post-share.style-9 .social-item a .number, .post-share.style-9 .social-item a .item-title, .post-share.style-9 .social-item a .bf-icon {
	color: inherit !important;
}

.post-share.style-9 .bs-pretty-tabs-more.post-share-btn {
	padding: 0 6px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	border-radius: 3px;
}

.post-share.style-9 .social-item a .number, .post-share.style-9 .social-item a .item-title {
	margin-left: 8px;
}

/* post share style-10/11 */
.single-post-share.top-share.style-11, .single-post-share.top-share.style-10 {
	margin-bottom: 7px;
}

.single-post-share.bottom-share.style-11, .single-post-share.bottom-share.style-10 {
	margin-bottom: -8px;
}

.post-share.style-10 .social-item a, .post-share.style-11 .social-item a {
	padding: 0 !important;
	height: 32px;
}

.post-share.style-10 .social-item .icon, .post-share.style-10 .social-item a > span, .post-share.style-11 .social-item .icon, .post-share.style-11 .social-item a > span {
	display: inline-block;
	border: 1px solid #e2e2e2;
	border-left-width: 0;
	margin: 0 !important;
	padding: 0 8px;
	text-align: center;
}

.post-share.style-10 .social-item, .post-share.style-10 .social-item {
	border: none;
	padding: 0 !important;
}

.post-share.style-10 .social-item .icon, .post-share.style-11 .social-item .icon {
	color: #fff;
	display: inline-block;
	border-color: transparent;
	position: relative;
	height: inherit;
	min-width: 32px;
}

.post-share.style-10 .social-item .icon:after, .post-share.style-10 .social-item .icon:before {
	width: 0;
	height: 50%;
	border: 7px solid transparent;
	border-top-width: 0;
	border-right: 7px solid #fff;
	content: " ";
	position: absolute;
	top: 0;
	right: -1px;
	box-shadow: 7px -15px 0 #e2e2e2;
	display: none;
}

.post-share.style-10 .social-item .icon:before {
	bottom: 0;
	top: auto;
	border-top-width: 7px;
	border-bottom-width: 0;
	border-right: 7px solid #fff;
	box-shadow: 7px 15px 0 #e2e2e2;
}

.post-share.style-10 .social-item.has-count .icon:before, .post-share.style-10 .social-item.has-count .icon:after, .post-share.style-10 .social-item.has-title .icon:before, .post-share.style-10 .social-item.has-title .icon:after {
	display: inline-block;
}

.post-share.style-10 .social-item.has-count .icon, .post-share.style-10 .social-item.has-title .icon {
	padding: 0 16px 0 11px;
	min-width: 33px;
}

.post-share.style-10 .social-item .number, .post-share.style-10 .social-item .item-title {
	height: 32px;
}

.post-share.style-11 .social-item .number, .post-share.style-11 .social-item .item-title {
	background: #fff;
	margin: 1px !important;
	height: 30px;
	border-radius: 0 3px 3px 0;
	color: inherit;
	border: none;
	line-height: 30px;
	min-width: 30px;
}

.post-share.style-11 .social-item a .bf-icon {
	line-height: 30px;
}

.post-share.style-11 .social-item .icon, .post-share.style-11 .social-item a > span {
	padding: 0 8px;
}

.post-share.style-11 .post-share-btn {
	padding: 0 6px;
}

.post-share.style-11 .share-handler.post-share-btn {
	margin-right: 14px;
}

.post-share.style-11 .social-item.has-count.has-title .item-title {
	margin: 1px -1px 0 0 !important;
	border-radius: 0 !important;
}

.post-share.style-11 .social-item.has-count.has-title .number {
	padding-left: 0;
	margin-left: -4px !important;
}

/* Next/Prev Posts */
.next-prev-post {
	padding: 25px 0 0;
	margin: 30px 0 0;
	position: relative;
	border-top: 1px solid #e8e8e8;
}

.bs-newsletter-pack + .next-prev-post, .post-author + .next-prev-post {
	border-top: none;
	padding: 0 20px;
}

.next-prev-post .prev-post {
	width: 50%;
	float: left;
	padding-right: 15px;
	text-align: left;
}

.next-prev-post .prev-post .pre-title .fa {
	margin-right: 10px;
}

.next-prev-post .next-post {
	width: 50%;
	float: right;
	padding-left: 15px;
	text-align: right;
}

.next-prev-post .next-post .pre-title .fa {
	margin-left: 10px;
}

.next-prev-post .pre-title {
	text-transform: uppercase;
	font-size: 13px;
	color: #8a8a8a;
	margin-bottom: 6px;
}

.next-prev-post .title {
	font-size: 15px;
	margin: 0;
	line-height: 1.4;
}

/**
 * =>Single Post Template 1
 **/
.post-tp-1-header .post-meta-wrap {
	margin: 15px 0 20px;
	padding: 0;
}

.post-tp-1-header .post-meta-wrap .post-meta {
	padding: 0;
}

.post-tp-1-header .post-meta-wrap .term-badges + .post-meta .post-author-a:last-child .post-author:after {
	display: none;
}

.post-tp-1-header .term-badges {
	float: right;
	margin: 0;
	display: inline;
	line-height: 18px;
}

.post-tp-1-header .term-badges:first-child:last-child {
	float: none;
}

.post-tp-1-header .term-badges a {
	background: #444;
	padding: 0 6px;
	display: inline-block;
	line-height: 18px;
	font-size: 10px;
	color: #fff;
	margin: 0 0 0 4px;
}

.post-tp-1-header .term-badges .term-badge:first-child a {
	margin: 0;
}

.post-tp-1-header .single-post-title {
	margin: 0 0 15px;
}

.post-tp-1-header .single-post-title + .post-subtitle {
	margin-top: -5px;
}

.post-tp-1-header .single-post-excerpt {
	margin-top: -8px;
	padding-bottom: 10px;
}

.post-tp-1-header .post-subtitle + .single-post-excerpt {
	padding: 10px 0;
	margin: 0;
}

.post-tp-1-header .single-post-excerpt + .post-meta-wrap {
	margin-top: 2px;
}

@media only screen and (max-width: 420px) {
	.post-tp-1-header .term-badges {
		float: none;
		margin-bottom: 10px;
		display: block;
	}
	
	.post-tp-1-header .post-meta-wrap {
		margin: 10px 0 12px;
		padding: 0;
	}
}

/**
 * =>Single Post Template 2
 **/
.post-tp-2-header {
	position: relative;
	margin: 0 0 25px;
}

.post-tp-2-header.wfi {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #565656;
}

.post-tp-2-header.wfi:before {
	background: rgba(0, 0, 0, .35);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.post-tp-2-header .post-header-inner {
	padding: 30px 0 0;
	position: relative;
}

.post-tp-2-header.wfi .post-header-inner {
	padding: 30px 30px;
	height: 560px;
	overflow: hidden;
}

.post-tp-2-header.wfi .post-header-title {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

.post-tp-2-header.nfi .post-header-title {
	margin-top: 20px;
}

.post-tp-2-header.wfi .single-post-title {
	color: #fff;
}

.post-tp-2-header.nfi .single-post-title {
	margin: 10px 0;
}

.post-tp-2-header .single-post-title + .post-subtitle {
	margin: 0 0 15px;
}

.post-tp-2-header.wfi .single-post-title + .post-subtitle {
	color: #fff;
}

.post-tp-2-header .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-bottom: 10px;
}

.post-tp-2-header.wfi .post-meta .views, .post-tp-2-header.wfi .post-meta, .post-tp-2-header.wfi .post-meta b, .post-tp-2-header.wfi .post-meta .post-author-a:hover, .post-tp-2-header.wfi .post-meta a:hover, .post-tp-2-header.wfi .post-meta a {
	color: #fff !important;
}

.post-tp-2-header.wfi .post-meta.single-post-meta .time, .post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a:hover, .post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a {
	color: rgba(255, 255, 255, .55) !important;
}

.post-tp-2-header.wfi .post-meta.single-post-meta > span + a:before, .post-tp-2-header.wfi .post-meta.single-post-meta > span + span:before, .post-tp-2-header.wfi .post-meta.single-post-meta > a + span:before {
	background: rgba(255, 255, 255, .43);
}

.post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
}

.post-tp-2-header .image-credit {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 9px;
}

.post-tp-2-header.wfi .image-credit {
	color: rgba(255, 255, 255, .7);
}

.post-tp-2-header.wfi .image-credit:hover {
	color: #fff;
}

.post-template-2 .post-embed {
	margin-bottom: 20px;
}

.post-tp-2-header .bf-breadcrumb {
	position: absolute;
	left: 0;
	top: 15px;
}

.post-tp-2-header .single-post-excerpt {
	padding-bottom: 12px;
}

.post-tp-2-header.wfi .single-post-excerpt {
	color: #fff;
}

.post-tp-2-header .post-subtitle + .single-post-excerpt {
	margin-top: -5px;
}

.post-tp-2-header.nfi .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end {
	display: none;
}

@media only screen and (max-width: 1080px) {
	.post-tp-2-header.wfi .post-header-inner {
		height: 450px;
	}
}

@media only screen and (max-width: 680px) {
	.post-tp-2-header.wfi .post-header-inner {
		height: 420px;
	}
}

/**
 * =>Single Post Template 3
 **/
.post-tp-3-header {
	position: relative;
	margin-bottom: 25px;
}

.post-tp-3-header.wfi {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #565656;
}

.post-tp-3-header.wfi:before {
	background: rgba(0, 0, 0, .35);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.post-tp-3-header.wfi .post-header-inner {
	padding: 30px 30px;
	height: 560px;
	position: relative;
	overflow: hidden;
}

.post-tp-3-header.wfi .post-header-title {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
}

.post-tp-3-header.wfi .single-post-title {
	color: #fff;
}

.post-tp-3-header.nfi .single-post-title {
	margin: 10px 0 12px;
}

.post-tp-3-header .single-post-title + .post-subtitle {
	margin: 0 0 15px;
}

.post-tp-3-header.wfi .single-post-title + .post-subtitle {
	color: #fff;
}

.post-tp-3-header .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-bottom: 10px;
}

.post-tp-3-header.wfi .post-meta .views, .post-tp-3-header.wfi .post-meta, .post-tp-3-header.wfi .post-meta b, .post-tp-3-header.wfi .post-meta .post-author-a:hover, .post-tp-3-header.wfi .post-meta a:hover, .post-tp-3-header.wfi .post-meta a {
	color: #fff !important;
}

.post-tp-3-header.wfi .post-meta.single-post-meta .time, .post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a:hover, .post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a {
	color: rgba(255, 255, 255, .55) !important;
}

.post-tp-3-header.wfi .post-meta.single-post-meta > span + a:before, .post-tp-3-header.wfi .post-meta.single-post-meta > span + span:before, .post-tp-3-header.wfi .post-meta.single-post-meta > a + span:before {
	background: rgba(255, 255, 255, .43);
}

.post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
}

.post-tp-3-header .image-credit {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 9px;
}

.post-tp-3-header.wfi .image-credit {
	color: rgba(255, 255, 255, .7);
}

.post-tp-3-header.wfi .image-credit:hover {
	color: #fff;
}

.post-template-3 .post-embed {
	margin-bottom: 20px;
}

.post-tp-3-header .single-post-excerpt {
	color: #fff;
	padding-bottom: 12px;
}

.post-tp-3-header .post-subtitle + .single-post-excerpt {
	margin-top: -5px;
}

.post-tp-3-header.nfi .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end {
	display: none;
}

@media only screen and (max-width: 1080px) {
	.post-tp-3-header.wfi .post-header-inner {
		height: 450px;
	}
}

@media only screen and (max-width: 780px) {
	.post-tp-3-header.wfi .post-header-inner {
		padding: 20px;
	}
	
	.post-tp-3-header.wfi .post-header-title {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	
	.post-tp-3-header .image-credit {
		bottom: 5px;
	}
	
	.post-tp-3-header .bf-breadcrumb {
		margin-top: 0;
	}
}

@media only screen and (max-width: 680px) {
	.post-tp-3-header.wfi .post-header-inner {
		height: 420px;
	}
}

/**
 * =>Single Post Template 4
 **/
.post-tp-4-header {
	position: relative;
	margin: 0 0 25px;
}

.post-tp-4-header.wfi {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #565656;
}

.post-tp-4-header.wfi:before {
	background: rgba(0, 0, 0, .25);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.post-tp-4-header.nfi .post-header-inner {
	padding: 18px 10px 10px;
	position: relative;
}

.post-tp-4-header.wfi .post-header-inner {
	padding: 18px 30px 30px;
	height: 580px;
	position: relative;
	overflow: hidden;
}

.post-tp-4-header.wfi .post-header-title {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-shadow: 0 3px 3px rgba(0, 0, 0, .39);
}

.post-tp-4-header.nfi .post-header-title {
	margin-top: 60px;
	position: relative;
	opacity: 1 !important;
}

.post-tp-4-header .single-post-title {
	text-align: center;
}

.post-tp-4-header.wfi .single-post-title {
	color: #fff;
}

.post-tp-4-header .single-post-title + .post-subtitle {
	margin: 0 0 15px;
	text-align: center;
}

.post-tp-4-header.wfi .single-post-title + .post-subtitle {
	color: #fff;
}

.post-tp-4-header .term-badges.floated {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: auto;
	text-align: center;
}

.post-tp-4-header.wfi .term-badges.floated .term-badge a, .post-tp-4-header.wfi .term-badges.floated a {
	background: #fff !important;
	color: #444 !important;
}

.post-tp-4-header.wfi .post-meta .views, .post-tp-4-header.wfi .post-meta, .post-tp-4-header.wfi .post-meta b, .post-tp-4-header.wfi .post-meta .post-author-a:hover, .post-tp-4-header.wfi .post-meta a:hover, .post-tp-4-header .post-meta a {
	color: #fff !important;
}

.post-tp-4-header.wfi .post-meta.single-post-meta .time, .post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a:hover, .post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a {
	color: rgba(255, 255, 255, .55) !important;
}

.post-tp-4-header.wfi .post-meta.single-post-meta > span + a:before, .post-tp-4-header.wfi .post-meta.single-post-meta > span + span:before, .post-tp-4-header.wfi .post-meta.single-post-meta > a + span:before {
	background: rgba(255, 255, 255, .43);
}

.post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
}

.post-tp-4-header .post-meta {
	text-align: center;
}

.post-tp-4-header .image-credit {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	background: rgba(0, 0, 0, .24);
	padding: 0 8px;
}

.post-tp-4-header .move-to-content {
	display: block;
	text-align: center;
	font-size: 36px;
}

.post-tp-4-header.wfi .move-to-content {
	color: #fff;
}

.post-tp-4-header .move-to-content .fa {
	cursor: pointer;
}

.post-template-4 .post-embed {
	margin-bottom: 20px;
}

.post-tp-4-header.show-cat-badges.show-breadcrumb .term-badges.floated {
	top: 55px;
}

.post-tp-4-header .single-post-excerpt {
	color: #fff;
	padding-bottom: 12px;
	text-align: center;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.post-tp-4-header .post-subtitle + .single-post-excerpt {
	margin-top: -5px;
}

.post-tp-4-header .bf-breadcrumb.bc-light-color .bf-breadcrumb-item.bf-breadcrumb-end {
	display: none;
}

@media only screen and (max-width: 1080px) {
	.post-tp-4-header.wfi .post-header-inner {
		height: 500px;
	}
}

@media only screen and (max-width: 680px) {
	.post-tp-4-header.wfi .post-header-inner {
		height: 430px;
	}
}

/**
 * =>Single Post Template 5
 **/
.post-tp-5-header {
	position: relative;
	margin-bottom: 25px;
}

.post-tp-5-header.wfi {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #565656;
}

.post-tp-5-header.wfi:before {
	background: rgba(0, 0, 0, .25);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.post-tp-5-header.nfi .post-header-inner {
	padding-top: 30px;
	position: relative;
	opacity: 1 !important;
	margin-top: 5px;
}

.post-tp-5-header.wfi .post-header-inner {
	padding: 20px 30px 30px;
	height: 580px;
	position: relative;
	overflow: hidden;
}

.post-tp-5-header.wfi .post-header-title {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-shadow: 0 3px 3px rgba(0, 0, 0, .39);
}

.post-tp-5-header.nfi .post-header-title {
	opacity: 1 !important;
	position: relative;
}

.post-tp-5-header .single-post-title {
	text-align: center;
	padding: 0 25px;
}

.post-tp-5-header.nfi .single-post-title {
	margin: 12px 0;
}

.post-tp-5-header.wfi .single-post-title {
	color: #fff;
	text-align: center;
	text-shadow: 0 3px 3px rgba(0, 0, 0, .39);
	padding: 0 25px;
}

.post-tp-5-header .single-post-title + .post-subtitle {
	margin: 0 0 15px;
}

.post-tp-5-header.wfi .single-post-title + .post-subtitle {
	color: #fff;
	text-align: center;
}

.post-tp-5-header .term-badges.floated {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	text-align: center;
}

.post-tp-5-header.nfi .term-badges.floated {
	top: 0;
}

.post-tp-5-header.wfi .term-badges.floated .term-badge a, .post-tp-5-header.wfi .term-badges.floated a {
	background: #fff !important;
	color: #444 !important;
}

.post-tp-5-header.wfi .post-meta .views, .post-tp-5-header.wfi .post-meta, .post-tp-5-header.wfi .post-meta b, .post-tp-5-header.wfi .post-meta .post-author-a:hover, .post-tp-5-header.wfi .post-meta a:hover, .post-tp-5-header.wfi .post-meta a {
	color: #fff !important;
}

.post-tp-5-header.wfi .post-meta.single-post-meta .time, .post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a:hover, .post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a {
	color: rgba(255, 255, 255, .55) !important;
}

.post-tp-5-header.wfi .post-meta.single-post-meta > span + a:before, .post-tp-5-header.wfi .post-meta.single-post-meta > span + span:before, .post-tp-5-header.wfi .post-meta.single-post-meta > a + span:before {
	background: rgba(255, 255, 255, .43);
}

.post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
}

.post-tp-5-header .post-meta {
	text-align: center;
}

.post-tp-5-header .image-credit {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	background: rgba(0, 0, 0, .24);
	padding: 0 8px;
}

.post-tp-5-header .move-to-content {
	display: block;
	text-align: center;
	font-size: 36px;
}

.post-tp-5-header.wfi .move-to-content {
	color: #fff;
}

.post-tp-5-header .move-to-content .fa {
	cursor: pointer;
}

.post-template-5 .post-embed {
	margin-bottom: 20px;
}

.post-tp-5-header .single-post-excerpt {
	padding-bottom: 12px;
	text-align: center;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.post-tp-5-header.wfi .single-post-excerpt {
	color: #fff;
}

.post-tp-5-header .post-subtitle + .single-post-excerpt {
	margin-top: -5px;
}

@media only screen and (max-width: 1080px) {
	.post-tp-5-header.wfi .post-header-inner {
		height: 450px;
	}
}

@media only screen and (max-width: 780px) {
	.post-tp-5-header.wfi .post-header-inner {
		padding: 20px 20px;
	}
	
	.post-tp-5-header.wfi .post-header-title {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
}

/**
 * =>Single Post Template 6
 **/
.post-tp-6-header {
	position: relative;
	margin-bottom: 25px;
}

.post-tp-6-header.wfi {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #565656;
	height: 550px;
}

.post-template-6 .post-header-inner {
	position: relative;
	overflow: hidden;
	padding: 10px 0 20px;
}

.post-template-6.wfi .post-header-inner {
	padding: 20px 20px 20px 0;
	background: #fff;
	margin-top: -150px;
}

.layout-3-col.layout-3-col-6.post-template-6.wfi .post-header-inner, .layout-3-col.layout-3-col-5.post-template-6.wfi .post-header-inner, .layout-3-col.layout-3-col-4.post-template-6.wfi .post-header-inner, .layout-3-col.layout-3-col-3.post-template-6.wfi .post-header-inner, .layout-2-col.layout-left-sidebar.post-template-6.wfi .post-header-inner {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

.post-template-6.post-template-6-no-term.wfi .post-header-inner {
	padding-top: 33px;
	padding-bottom: 30px;
}

.post-template-6.post-template-6-no-meta.wfi .post-header-inner {
	padding-top: 25px;
	padding-bottom: 20px;
}

.post-template-6.post-template-6-no-meta.post-template-6-no-term.wfi .post-header-inner {
	padding-top: 35px;
	padding-bottom: 20px;
	margin-top: -120px;
}

.post-template-6 .single-post-title {
	margin: 0 0 15px;
}

.post-template-6 .single-post-title + .post-subtitle {
	margin: -5px 0 15px;
}

.post-template-6 .post-header-inner .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-bottom: 11px;
}

.post-tp-6-header.wfi .term-badges.floated .term-badge a, .post-tp-6-header.wfi .term-badges.floated a {
	background: #fff !important;
	color: #444 !important;
}

.post-tp-6-header.wfi .post-meta .post-author, .post-tp-6-header.wfi .post-meta, .post-tp-6-header.wfi .post-meta a {
	color: #fff;
}

.post-tp-6-header .post-meta {
	text-align: center;
}

.post-tp-6-header .image-credit {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	background: rgba(0, 0, 0, .24);
	padding: 0 8px;
}

.post-tp-6-header.wfi .image-credit:hover {
	background: rgba(0, 0, 0, .35);
}

.post-template-6 .post-embed {
	margin-bottom: 20px;
}

.post-template-6 .post-header-inner .single-post-excerpt {
	margin-top: -8px;
	padding-bottom: 10px;
}

.post-template-6 .post-header-inner .post-subtitle + .single-post-excerpt {
	padding: 0 0 10px;
	margin: -5px 0 0;
}

.post-template-6 .post-header-inner .single-post-excerpt + .post-meta-wrap {
	margin-top: 2px;
}

@media only screen and (max-width: 1080px) {
	.post-tp-6-header.wfi {
		height: 450px;
	}
}

@media only screen and (max-width: 780px) {
	.post-tp-6-header.wfi {
		height: 350px;
	}
	
	.post-template-6.wfi .post-header-inner {
		margin-top: 0;
		padding-top: 0;
	}
	
	.post-tp-6-header.wfi .post-header-inner {
		padding: 20px 20px;
	}
	
	.post-tp-6-header.wfi .post-header-title {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
}

/**
 * =>Single Post Template 7
 **/
.post-tp-7-header {
	position: relative;
	margin: 0;
}

.post-tp-7-header.wfi {
	background-color: #565656;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.post-tp-7-header.wfi:before {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .55)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#b3000000", GradientType=0);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 380px;
}

.post-tp-7-header.wfi .post-header-inner {
	padding: 30px 30px 0;
	height: 580px;
	position: relative;
}

.post-tp-7-header.nfi .post-header-inner {
	margin: 5px 0 0;
	position: relative;
}

.post-tp-7-header.wfi .post-header-title {
	position: absolute;
	bottom: 0;
	left: -25px;
	right: -25px;
	background: #fff;
	padding: 25px 25px 0;
}

.post-tp-7-header .post-header-title .single-post-title {
	margin-top: 0;
}

.post-tp-7-header .single-post-title + .post-subtitle {
	margin: -2px 0 13px;
}

.post-tp-7-header .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-bottom: 15px;
}

.post-tp-7-header .image-credit {
	position: absolute;
	right: 0;
	top: -21px;
	line-height: 20px;
	background: rgba(0, 0, 0, .24);
	padding: 0 8px;
	overflow: hidden;
	white-space: nowrap;
}

.post-tp-7-header.wfi .image-credit {
	color: #fff;
}

.post-tp-7-header.nfi .image-credit {
	display: none;
}

.post-template-7 .post-embed {
	margin-bottom: 20px;
}

.post-tp-7-header .bf-breadcrumb {
	margin-bottom: 10px;
}

.post-tp-7-header .single-post-excerpt {
	padding-bottom: 10px;
}

.post-tp-7-header .post-subtitle + .single-post-excerpt {
	padding: 0 0 10px;
	margin: -5px 0 0;
}

.post-tp-7-header .single-post-excerpt + .post-meta-wrap {
	margin-top: 2px;
}

@media only screen and (max-width: 1366px) {
	.post-tp-7-header.wfi .post-header-inner {
		height: 500px;
	}
}

@media only screen and (max-width: 1080px) {
	.post-tp-7-header.wfi .post-header-inner {
		height: 400px;
	}
}

@media only screen and (max-width: 980px) {
	.post-tp-7-header .post-header-title {
		left: 0;
		right: 0;
	}
}

/**
 * =>Single Post Template 8
 **/
.post-tp-8-header {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-color: #565656;
	height: 350px;
	float: left;
	width: 40%;
	margin: 0 30px 25px 0;
}

.post-template-8 .post-header-inner {
	padding: 0;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.post-template-8 .single-post-title {
	margin: 0 0 13px;
}

.post-template-8 .single-post-title + .post-subtitle {
	margin: -7px 0 15px;
}

.post-template-8 .single-post-title:last-child {
	margin-bottom: 0;
}

.post-template-8 .post-header-inner .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-bottom: 15px;
}

.post-tp-8-header .term-badges.floated .term-badge a, .post-tp-8-header .term-badges.floated a {
	background: #fff !important;
	color: #444 !important;
}

.post-tp-8-header .post-meta .post-author, .post-tp-8-header .post-meta, .post-tp-8-header .post-meta a {
	color: #fff;
}

.post-tp-8-header .post-meta {
	text-align: center;
}

.post-tp-8-header .image-credit {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 8px;
	line-height: 20px;
	background: rgba(0, 0, 0, .24);
	font-size: 10px;
	color: white;
}

.post-template-8 .single-post-excerpt {
	margin-top: -5px;
	padding-bottom: 10px;
}

.post-template-8 .post-subtitle + .single-post-excerpt {
	padding: 0 0 10px;
	margin: -5px 0 0;
}

.post-template-8 .single-post-excerpt + .post-meta-wrap {
	margin-top: 2px;
}

@media only screen and (max-width: 780px) {
	.post-tp-8-header {
		width: 100%;
		margin-right: 0;
	}
	
	.post-template-8 .post-header-inner {
		margin-top: 0;
		padding-top: 0;
	}
	
	.post-tp-8-header .post-header-inner {
		padding: 20px 20px;
	}
	
	.post-tp-8-header .post-header-title {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
}

/**
 * =>Single Post Template 9
 **/
.post-template-9 .post-header-inner {
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.post-template-9 .single-post-title {
	margin: 0 0 12px;
}

.post-template-9 .single-post-title + .post-subtitle {
	margin: -7px 0 15px;
}

.post-template-9 .single-post-title:last-child {
	margin-bottom: 0;
}

.post-template-9 .post-header-inner .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-bottom: 15px;
}

.post-tp-9-header .term-badges.floated .term-badge a, .post-tp-9-header .term-badges.floated a {
	background: #fff !important;
	color: #444 !important;
}

.post-tp-9-header .post-meta .post-author, .post-tp-9-header .post-meta, .post-tp-9-header .post-meta a {
	color: #fff;
}

.post-template-9 .post-header-inner .single-post-excerpt {
	margin-top: -5px;
	padding-bottom: 10px;
}

.post-template-9 .post-header-inner .post-subtitle + .single-post-excerpt {
	padding: 0 0 10px;
	margin: -5px 0 0;
}

.post-template-9 .post-header-inner .single-post-excerpt + .post-meta-wrap {
	margin-top: 2px;
}

/**
 * =>Single Post Template 10
 **/
.post-tp-10-header {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-color: #565656;
	height: 350px;
	float: left;
	width: 40%;
	margin: 0 30px 25px 0;
}

.post-template-10 .post-header-inner {
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.post-template-10 .single-featured:empty {
	display: none;
}

.post-template-10 .single-post-title {
	margin: 0 0 13px;
}

.post-template-10 .single-post-title + .post-subtitle {
	margin: -5px 0 13px;
}

.post-template-10 .single-post-title:last-child {
	margin-bottom: 0;
}

.post-template-10 .post-header-inner .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-bottom: 15px;
}

.post-tp-10-header .term-badges.floated .term-badge a, .post-tp-10-header .term-badges.floated a {
	background: #fff !important;
	color: #444 !important;
}

.post-tp-10-header .post-meta .post-author, .post-tp-10-header .post-meta, .post-tp-10-header .post-meta a {
	color: #fff;
}

.post-tp-10-header .post-meta {
	text-align: center;
}

.post-template-10 .post-header-inner .single-post-excerpt {
	margin-top: -5px;
	padding-bottom: 10px;
}

.post-template-10 .post-header-inner .single-post-excerpt:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.post-template-10 .post-header-inner .post-subtitle + .single-post-excerpt {
	padding: 0 0 10px;
	margin: -5px 0 0;
}

.post-template-10 .post-header-inner .single-post-excerpt + .post-meta-wrap {
	margin-top: 2px;
}

@media only screen and (max-width: 780px) {
	.post-tp-10-header {
		width: 100%;
		margin-right: 0;
	}
	
	.post-template-10 .post-header-inner {
		margin-top: 0;
		padding-top: 0;
	}
	
	.post-tp-10-header .post-header-inner {
		padding: 20px;
	}
	
	.post-tp-10-header .post-header-title {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	
	.post-tp-10-header .image-credit {
		bottom: 5px;
	}
}

/**
 * =>Single Post Template 11
 **/
.post-tp-11-header {
	position: relative;
	margin-bottom: 15px;
}

.post-tp-11-header.wfi {
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #565656;
}

.post-tp-11-header.wfi:before {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .55)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#b3000000", GradientType=0);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 380px;
}

.post-tp-11-header.wfi .post-header-inner {
	height: 470px;
	position: relative;
	overflow: hidden;
}

.post-tp-11-header.wfi .post-header-title {
	position: absolute;
	bottom: 25px;
	left: 25px;
	right: 25px;
}

.post-tp-11-header .single-post-title {
	margin: 0 0 10px;
}

.post-tp-11-header.wfi .single-post-title {
	color: #fff;
}

.post-tp-11-header .single-post-title + .post-subtitle {
	margin: 0 0 13px;
}

.post-tp-11-header.wfi .single-post-title + .post-subtitle {
	color: #fff;
}

.post-tp-11-header .single-post-title:last-child {
	margin-bottom: 0;
}

.post-tp-11-header .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-bottom: 15px;
}

.post-tp-11-header.wfi .post-meta .views, .post-tp-11-header.wfi .post-meta, .post-tp-11-header.wfi .post-meta b, .post-tp-11-header.wfi .post-meta .post-author-a:hover, .post-tp-11-header.wfi .post-meta a:hover, .post-tp-11-header.wfi .post-meta a {
	color: #fff !important;
}

.post-tp-11-header.wfi .post-meta.single-post-meta .time, .post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a:hover, .post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a {
	color: rgba(255, 255, 255, .55) !important;
}

.post-tp-11-header.wfi .post-meta.single-post-meta > span + a:before, .post-tp-11-header.wfi .post-meta.single-post-meta > span + span:before, .post-tp-11-header.wfi .post-meta.single-post-meta > a + span:before {
	background: rgba(255, 255, 255, .43);
}

.post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
}

.post-tp-11-header .image-credit {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 9px;
	overflow: hidden;
	white-space: nowrap;
}

.post-tp-11-header.wfi .image-credit {
	color: rgba(255, 255, 255, .7);
}

.post-tp-11-header.wfi .image-credit:hover {
	color: #fff;
}

.post-template-11 .post-embed {
	margin-bottom: 20px;
}

.post-template-11 .bf-breadcrumb {
	margin: -7px 0 9px;
}

.post-tp-11-header .single-post-excerpt {
	color: #fff;
	padding-bottom: 12px;
}

.post-tp-11-header .single-post-excerpt:last-child {
	padding-bottom: 0 !important;
}

.post-tp-11-header .post-subtitle + .single-post-excerpt {
	margin-top: -5px;
}

@media only screen and (max-width: 1080px) {
	.post-tp-11-header.wfi .post-header-inner {
		height: 450px;
	}
}

@media only screen and (max-width: 780px) {
	.post-tp-11-header.wfi .post-header-inner {
		height: 380px;
	}
	
	.post-tp-11-header.wfi .post-header-inner {
		padding: 20px 20px;
	}
	
	.post-tp-11-header.wfi .post-header-title {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	
	.post-tp-11-header .image-credit {
		bottom: 5px;
	}
}

/**
 * =>Single Post Template 12
 **/
.post-tp-12-header {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-color: #3c3c3c;
	margin: 0 0 25px;
}

.post-tp-12-header .single-featured {
	margin: 20px auto 0;
	max-width: 900px;
	text-align: center;
}

.post-tp-12-header .single-featured > * {
	margin-left: auto;
	margin-right: auto;
}

.post-tp-12-header .post-header-inner {
	padding: 40px 25px 60px;
	position: relative;
}

.post-tp-12-header .single-post-title {
	color: #fff;
	text-align: center;
	margin: 0 0 10px;
}

.post-tp-12-header .single-post-title + .post-subtitle {
	margin: 0 0 13px;
	color: #c7c7c7;
	text-align: center;
}

.post-tp-12-header .single-post-title:last-child {
	margin-bottom: 30px;
}

.post-tp-12-header .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	text-align: center;
	margin-bottom: 20px;
}

.post-tp-12-header .term-badges.floated .term-badge a, .post-tp-12-header .term-badges.floated a {
	background: #fff !important;
	color: #444 !important;
}

.post-tp-12-header .post-meta .views, .post-tp-12-header .post-meta, .post-tp-12-header .post-meta b, .post-tp-12-header .post-meta .post-author-a:hover, .post-tp-12-header .post-meta a:hover, .post-tp-12-header .post-meta a {
	color: #fff !important;
}

.post-tp-12-header .post-meta.single-post-meta .time, .post-tp-12-header .post-meta.single-post-meta .post-author-a:hover, .post-tp-12-header .post-meta.single-post-meta .post-author-a {
	color: rgba(255, 255, 255, .55) !important;
}

.post-tp-12-header .post-meta.single-post-meta > span + a:before, .post-tp-12-header .post-meta.single-post-meta > span + span:before, .post-tp-12-header .post-meta.single-post-meta > a + span:before {
	background: rgba(255, 255, 255, .43);
}

.post-tp-12-header .single-post-share {
	margin: 25px 0 -20px !important;
	text-align: center;
}

.post-tp-12-header .single-post-share li {
	margin: 0 3px;
}

.post-tp-12-header .single-post-share .share-handler-wrap {
	max-width: 260px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.post-tp-12-header .single-post-share .post-share-btn {
	background: #3c3c3c;
	border: 1px solid #5d5d5d;
	color: #e8e8e8;
}

.post-tp-12-header .single-post-share .social-item.email a {
	background-color: #6b6b6b;
}

.post-tp-12-header .post-share .share-handler:after, .post-tp-12-header .post-share .share-handler:before {
	border-left-color: #5d5d5d;
}

.post-tp-12-header .post-share .share-handler:after {
	border-left-color: #3c3c3c;
}

.post-tp-12-header .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
}

.post-tp-12-header .post-meta {
	text-align: center;
}

.post-tp-12-header .image-credit {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10px;
	color: rgba(255, 255, 255, .7);
	font-size: 9px;
	text-align: center;
}

.post-tp-12-header .image-credit:hover {
	color: #fff;
}

.post-tp-12-header .bf-breadcrumb {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10px;
	opacity: .6;
}

.post-tp-12-header .bf-breadcrumb .bf-breadcrumb-item {
	font-size: 11px;
}

.post-tp-12-header .single-post-excerpt {
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 780px) {
	.post-tp-12-header .post-header-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

/**
 * =>Single Post Template 13
 **/
.post-template-13 .single-container {
	padding-right: 40px;
	padding-left: 40px;
}

.post-tp-13-header {
	padding: 0;
}

.post-tp-13-header .post-meta-wrap {
	margin: 15px 0;
	padding: 0;
	text-align: center;
}

.post-tp-13-header .post-meta-wrap .post-meta {
	padding: 0;
}

.post-tp-13-header .single-featured {
	margin: 0 -40px 20px;
}

.post-tp-13-header .term-badges {
	position: relative;
	text-align: center;
	top: auto;
	left: auto;
	right: auto;
	margin-bottom: 15px;
}

.post-tp-13-header .single-post-title {
	margin: 0 0 15px;
	text-align: center;
}

.post-tp-13-header .single-post-title + .post-subtitle {
	margin: -1px 0 15px;
	text-align: center;
}

.post-tp-13-header .single-post-title:first-child {
	margin-top: 15px;
}

.post-tp-13-header .single-post-title + .post-share, .post-tp-13-header .single-post-title + .single-featured {
	margin-top: 25px;
}

.post-tp-13-header .single-post-share {
	margin: 15px 0 10px;
	text-align: center;
}

.post-tp-13-header .single-post-share .share-handler-wrap {
	display: inline-block;
}

body.single .post-template-13 .content-column > .bs-newsletter-pack, .post-template-13 .comments-template {
	margin-right: 40px;
	margin-left: 40px;
}

.post-template-13 .ajax-post-content .comments-template.comments-template {
	margin-right: 0;
	margin-left: 0;
}

.post-template-13 .post-related {
	margin-right: 40px;
	margin-left: 40px;
}

.post-template-13 .post-embed {
	margin-bottom: 20px;
}

.post-tp-13-header .bf-breadcrumb {
	margin: -5px 0 12px;
}

.post-tp-13-header .single-post-excerpt {
	text-align: center;
	padding: 0 0 20px;
}

.post-tp-13-header .post-subtitle + .single-post-excerpt {
	margin-top: -5px;
}

.post-tp-13-header .single-post-excerpt + .post-meta-wrap {
	margin-top: -7px;
}

@media only screen and (max-width: 780px) {
	.post-template-13 .single-container {
		padding-right: 0;
		padding-left: 0;
	}
	
	.post-tp-13-header .single-featured {
		margin: 0 0 20px;
	}
	
	.post-template-13 .post-related, .post-template-13 .comments-template {
		margin-right: 0;
		margin-left: 0;
	}
}

/**
 * =>Single Post Template 14
 **/
.post-tp-14-header {
	position: relative;
	margin-bottom: 25px;
}

.post-template-14 .post-header-inner {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 0 25px;
}

.post-template-14 .single-post-title {
	margin: 0 0 15px;
}

.post-template-14 .single-post-title + .post-subtitle {
	margin: -5px 0 15px;
}

.post-template-14 .post-header-inner .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-bottom: 11px;
}

.post-tp-14-header .image-credit {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	background: rgba(0, 0, 0, .24);
	padding: 0 8px;
}

.post-tp-14-header.wfi .image-credit:hover {
	background: rgba(0, 0, 0, .35);
}

.post-template-14 .post-embed {
	margin-bottom: 20px;
}

.post-template-14 .post-header-inner .single-post-excerpt {
	margin-top: -8px;
	padding-bottom: 10px;
}

.post-template-14 .post-header-inner .post-subtitle + .single-post-excerpt {
	padding: 0 0 10px;
	margin: -5px 0 0;
}

.post-template-14 .post-header-inner .single-post-excerpt + .post-meta-wrap {
	margin-top: 2px;
}

/**
 * =>Single Post Template 15
 **/
.post-tp-15-header {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-color: #3c3c3c;
	margin: 0 0 25px;
}

.post-tp-15-header .single-post-share {
	margin: 25px 0 -20px !important;
	text-align: center;
}

.post-tp-15-header .single-post-share li {
	margin: 0 3px;
	float: none;
	display: inline-block;
}

.post-tp-15-header .single-featured {
	margin: 20px auto 0;
	max-width: 900px;
	text-align: center;
}

.post-tp-15-header .single-featured > * {
	margin-left: auto;
	margin-right: auto;
}

.post-tp-15-header .post-header-inner {
	padding: 40px 25px 50px;
	position: relative;
}

.post-tp-15-header .single-post-title {
	color: #fff;
	text-align: center;
	margin: 0 0 10px;
}

.post-tp-15-header .single-post-title + .post-subtitle {
	margin: 0 0 13px;
	color: #c7c7c7;
	text-align: center;
}

.post-tp-15-header .single-post-title:last-child {
	margin-bottom: 30px;
}

.post-tp-15-header .term-badges.floated {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	text-align: center;
	margin-bottom: 20px;
}

.post-tp-15-header .term-badges.floated .term-badge a, .post-tp-15-header .term-badges.floated a {
	background: #fff !important;
	color: #444 !important;
}

.post-tp-15-header .post-meta .views, .post-tp-15-header .post-meta, .post-tp-15-header .post-meta b, .post-tp-15-header .post-meta .post-author-a:hover, .post-tp-15-header .post-meta a:hover, .post-tp-15-header .post-meta a {
	color: #fff !important;
}

.post-tp-15-header .post-meta.single-post-meta .time, .post-tp-15-header .post-meta.single-post-meta .post-author-a:hover, .post-tp-15-header .post-meta.single-post-meta .post-author-a {
	color: rgba(255, 255, 255, .55) !important;
}

.post-tp-15-header .post-meta.single-post-meta > span + a:before, .post-tp-15-header .post-meta.single-post-meta > span + span:before, .post-tp-15-header .post-meta.single-post-meta > a + span:before {
	background: rgba(255, 255, 255, .43);
}

.post-tp-15-header .single-post-share .share-handler-wrap {
	display: inline-block;
}

.post-tp-15-header .single-post-share .post-share-btn {
	background: #3c3c3c;
	border: 1px solid #5d5d5d;
	color: #e8e8e8;
}

.post-tp-15-header .single-post-share .social-item.email a {
	background-color: #6b6b6b;
}

.post-tp-15-header .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
}

.post-tp-15-header .post-meta {
	text-align: center;
}

.post-tp-15-header .image-credit {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10px;
	color: rgba(255, 255, 255, .7);
	font-size: 9px;
	text-align: center;
}

.post-tp-15-header .image-credit:hover {
	color: #fff;
}

.post-tp-15-header .bf-breadcrumb {
	margin: -15px 0 15px;
}

.post-tp-15-header .single-post-excerpt {
	color: #fff;
	text-align: center;
}

.post-tp-15-header .post-share .share-handler:after, .post-tp-15-header .post-share .share-handler:before {
	border-left-color: #5d5d5d;
}

.post-tp-15-header .post-share .share-handler:after {
	border-left-color: #3c3c3c;
}

/**
 * =>Footer
 **/
.site-footer {
	background-color: #434343;
}

.site-footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
}

.footer-instagram.boxed, .site-footer.boxed {
	margin-left: auto;
	margin-right: auto;
}

.footer-instagram.full-width.stretched .content-wrap, .site-footer.full-width.stretched .content-wrap, .site-footer.full-width.stretched .container {
	max-width: 100% !important;
}

/**
 * ->Footer Widgets
 **/
.footer-widgets {
	padding: 45px 0 35px;
}

.footer-widgets .widget .btn-bs-pagination:hover {
	color: #fff !important;
}

/* Footer Light Text */
.footer-widgets.light-text .widget.widget_nav_menu ul.menu li a {
	background-color: rgba(0, 0, 0, .08);
}

.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a, .footer-widgets.light-text .widget.widget_archive .post-count, .footer-widgets.light-text .bs-popular-categories .bs-popular-term-item .term-count, .footer-widgets.light-text .widget.widget_categories .post-count, .footer-widgets.light-text .widget.widget_calendar table tfoot td, .footer-widgets.light-text .widget.widget_calendar table th, .footer-widgets.light-text .widget.widget_calendar table td.active-day, .footer-widgets.light-text .widget.widget_calendar table caption {
	background: rgba(255, 255, 255, .26);
	color: #fff;
}

.footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a, .footer-widgets.light-text .widget.widget_nav_menu ul.menu li a, .footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a, .footer-widgets.light-text .bs-popular-categories .bs-popular-term-item, .footer-widgets.light-text .widget.widget_pages ul li, .footer-widgets.light-text .widget.widget_categories ul.children, .footer-widgets.light-text .widget.widget_categories ul.children, .footer-widgets.light-text .widget.widget_categories ul li {
	border-color: rgba(255, 255, 255, .04);
}

.footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a {
	border-color: rgba(255, 255, 255, .06) !important;
}

.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a:hover {
	color: rgba(255, 255, 255, .71) !important;
}

.footer-widgets.light-text .widget.widget_calendar table td:hover, .footer-widgets.light-text .widget.widget_calendar table td, .footer-widgets.light-text .widget {
	color: rgba(255, 255, 255, .71);
}

.footer-widgets.light-text .widget.widget_categories .post-count, .footer-widgets.light-text .post-meta .post-author, .footer-widgets.light-text .widget a {
	color: white;
}

.footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a {
	-webkit-box-shadow: inset 0 0 0 1px rgba(228, 228, 228, .21);
	-moz-box-shadow: inset 0 0 0 1px rgba(228, 228, 228, .21);
	box-shadow: inset 0 0 0 1px rgba(228, 228, 228, .21);
	color: white;
}

.footer-widgets.light-text .widget .better-social-counter.style-clean .item-count, .footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a:hover {
	color: white !important;
}

.footer-widgets.light-text .better-control-nav li a, .footer-widgets.light-text .widget.widget_bs-subscribe-newsletter {
	background: rgba(0, 0, 0, .15);
}

/* Footer Dark Text */
.footer-widgets.dark-text .widget.widget_nav_menu ul.menu li a {
	background-color: rgba(0, 0, 0, .08);
}

.footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item .term-count, .footer-widgets.dark-text .widget.widget_categories .post-count, .footer-widgets.dark-text .widget.widget_calendar table tfoot td, .footer-widgets.dark-text .widget.widget_calendar table th, .footer-widgets.dark-text .widget.widget_calendar table td.active-day, .footer-widgets.dark-text .widget.widget_calendar table caption {
	background: rgba(0, 0, 0, .15);
}

.footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item, .footer-widgets.dark-text .widget.widget_pages ul li, .footer-widgets.dark-text .widget.widget_categories ul.children, .footer-widgets.dark-text .widget.widget_categories ul.children, .footer-widgets.dark-text .widget.widget_categories ul li {
	border-color: rgba(0, 0, 0, .11);
}

.footer-widgets.dark-text .widget.widget_calendar table td:hover, .footer-widgets.dark-text .widget.widget_calendar table td, .footer-widgets.dark-text .widget {
	color: rgba(0, 0, 0, .69);
}

.footer-widgets.dark-text .post-meta .post-author {
	color: rgba(0, 0, 0, .6);
}

.footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a {
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .46);
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .46);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .46);
	color: rgba(0, 0, 0, .41);
}

.footer-widgets.dark-text .widget.widget_categories .post-count, .footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a:hover {
	color: white !important;
}

.footer-widgets.dark-text .better-control-nav li a, .footer-widgets.dark-text .widget.widget_bs-subscribe-newsletter {
	background: rgba(0, 0, 0, .15);
}

.footer-widgets.dark-text .listing-item-text-1 .item-inner {
	border-bottom-color: rgba(0, 0, 0, .15);
}

/**
 * ->Footer Social Icons
 **/
.site-footer .footer-social-icons {
	padding: 20px 0;
	background: #292929;
}

.site-footer .footer-social-icons .social-item {
	margin-bottom: 0;
}

.footer-social-icons .better-social-counter.style-big-button .social-list {
	text-align: center;
	font-size: 0;
}

.footer-social-icons .better-social-counter.style-big-button .social-item {
	display: inline-block;
	float: none !important;
	text-align: left;
}

/**
 * ->Footer Copyright
 **/
.site-footer .copy-footer {
	padding: 22px 0 22px;
	background: #353535;
}

.site-footer .copy-footer .container {
	font-size: 12px;
}

.site-footer .copy-2, .site-footer .copy-1 {
	color: #b6b6b6;
	color: rgba(255, 255, 255, .57);
}

.site-footer .copy-2 {
	text-align: right;
}

.site-footer .copy-2 a, .site-footer .copy-1 a {
	color: #f3f3f3;
}

@media only screen and (max-width: 780px) {
	.site-footer .copy-1, .site-footer .copy-2 {
		text-align: center !important;
	}
	
	.site-footer .copy-1 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.site-footer ul.menu.footer-menu {
		text-align: center;
	}
	
	.site-footer ul.menu.footer-menu > li {
		float: none;
		margin: 0 7px;
		display: inline-block;
	}
}

.copy-footer .content-wrap {
	overflow-x: hidden;
}

/**
 * ->Footer Menu
 **/
.footer-menu-container {
	border-bottom: 2px solid #646464;
	border-bottom: 2px solid rgba(0, 0, 0, .12);
	padding: 10px 0;
	margin-bottom: 10px;
	position: relative;
}

ul.menu.footer-menu > li {
	margin-right: 20px;
}

ul.menu.footer-menu li > a {
	color: inherit;
	text-transform: inherit;
}

ul.menu.footer-menu > li.menu-item-has-children > a:after {
	display: none;
}

.site-footer .copy-footer .footer-menu-wrapper .footer-menu-container:before {
	content: "";
	position: absolute;
	width: 200vw;
	height: 100%;
	right: -100vw;
	padding-left: 200px;
	box-sizing: unset;
	top: 0;
}

.site-footer.full-width .copy-footer {
	max-width: 100%;
	overflow: hidden;
}

.site-footer.full-width .copy-footer .content-wrap {
	overflow-x: visible;
}

.site-footer.full-width.stretched .copy-footer .content-wrap {
	overflow-x: hidden;
	overflow-y: hidden;
}

.main-wrap .site-footer.full-width .copy-footer .content-wrap {
	overflow-x: hidden;
	overflow-y: hidden;
}

/**
 * ->Footer Instagram
 **/
.footer-instagram .footer-instagram-label {
	margin: 25px 0;
	text-align: center;
	font-size: 18px;
}

.footer-instagram .bs-instagram-photo img {
	max-width: 100%;
}

/**
 * >>Footer Instagram 1
 **/
.footer-instagram-1 {
	padding: 0 2px 2px;
}

.footer-instagram-1 .bs-instagram-col {
	float: left;
	width: 16.666666667%;
	overflow: hidden;
}

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(1) {
	max-width: 100%;
}

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(2), .footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(3) {
	max-width: 50%;
	float: left;
}

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(3) {
	max-width: 100%;
	clear: left;
}

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(1), .footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(2) {
	max-width: 50%;
	float: left;
}

.footer-instagram-1 .bs-instagram-col .bs-instagram-photo {
	border: 1px solid transparent;
}

@media only screen and (max-width: 1280px) {
	.footer-instagram-1 .bs-instagram-col {
		width: 20%;
	}
	
	.footer-instagram-1 .bs-instagram-col.bs-instagram-col-6 {
		display: none;
	}
}

@media only screen and (max-width: 980px) {
	.footer-instagram-1 .bs-instagram-col {
		width: 25%;
	}
	
	.footer-instagram-1 .bs-instagram-col.bs-instagram-col-5 {
		display: none;
	}
}

@media only screen and (max-width: 780px) {
	.footer-instagram-1 .bs-instagram-col {
		width: 33.33333%;
	}
	
	.footer-instagram-1 .bs-instagram-col.bs-instagram-col-4 {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.footer-instagram-1 .bs-instagram-col {
		width: 50%;
	}
	
	.footer-instagram-1 .bs-instagram-col.bs-instagram-col-3 {
		display: none;
	}
}

/**
 * >>Footer Instagram 2
 **/
.footer-instagram-2 {
	margin: 0;
}

.footer-instagram-2 .bs-instagram-photo {
	width: 12.5%;
	float: left;
}

@media only screen and (max-width: 1280px) {
	.footer-instagram-2 .bs-instagram-photo {
		width: 14.285714286%;
	}
	
	.footer-instagram-2 .bs-instagram-photo-7 {
		display: none;
	}
}

@media only screen and (max-width: 1100px) {
	.footer-instagram-2 .bs-instagram-photo {
		width: 16.666666667%;
	}
	
	.footer-instagram-2 .bs-instagram-photo-6 {
		display: none;
	}
}

@media only screen and (max-width: 980px) {
	.footer-instagram-2 .bs-instagram-photo {
		width: 20%;
	}
	
	.footer-instagram-2 .bs-instagram-photo-5 {
		display: none;
	}
}

@media only screen and (max-width: 780px) {
	.footer-instagram-2 .bs-instagram-photo {
		width: 25%;
	}
	
	.footer-instagram-2 .bs-instagram-photo-4 {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	.footer-instagram-2 .bs-instagram-photo {
		width: 33.333%;
	}
	
	.footer-instagram-2 .bs-instagram-photo-3 {
		display: none;
	}
}

/**
 * >>Footer Instagram 3
 **/
.footer-instagram-3 {
	margin: 0 0 30px;
}

.footer-instagram-3 .bs-instagram-photo {
	width: 200px;
	margin: 0 20px;
	float: left;
}

.footer-instagram-3 .simply-scroll-container {
	position: relative;
}

.footer-instagram-3 .simply-scroll-clip {
	position: relative;
	overflow: hidden;
}

.footer-instagram-3 .simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-instagram-3 .simply-scroll-list li {
	padding: 0;
	margin: 0 15px;
	list-style: none;
}

.footer-instagram-3 .custom .simply-scroll-clip {
	width: 100%;
	height: 210px;
}

@media (min-width: 768px) {
	.active-sticky-sidebar .row > .bs-vc-wrapper, .active-sticky-sidebar .row.main-section {
		display: flex;
	}
}

:root {
	--publisher-spacing: 20;
	--publisher-spacing-half: calc(var(--publisher-spacing) / 2);
	--publisher-spacing-80-percent: calc(var(--publisher-spacing) * .83);
	--publisher-spacing-60-percent: calc(var(--publisher-spacing) * .66);
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .vc_row .vc_column_container > .vc_column-inner, .container, .vc_column_container.vc_column_container, .vc_row.vc_column-gap-35, .vc_row.vc_column-gap-30, .vc_row.vc_column-gap-25, .vc_row.vc_column-gap-20, .vc_row.vc_column-gap-15, .vc_row.vc_column-gap-10, .vc_row.vc_column-gap-5, .vc_row.vc_column-gap-4, .vc_row.vc_column-gap-3, .vc_row.vc_column-gap-2, .vc_row.vc_column-gap-1 {
	padding-left: calc(var(--publisher-spacing-half) * 1px);
	padding-right: calc(var(--publisher-spacing-half) * 1px);
}

.vc_row.wpb_row, .row, .bs-vc-content .vc_row.vc_row-no-padding[data-vc-stretch-content="true"] {
	margin-left: calc(var(--publisher-spacing-half) * -1px);
	margin-right: calc(var(--publisher-spacing-half) * -1px);
}

.vc_row.vc_inner {
	margin-left: calc(var(--publisher-spacing-half) * -1px) !important;
	margin-right: calc(var(--publisher-spacing-half) * -1px) !important;
}

.sidebar > *, .bs-vc-wrapper > *:not(.bs-vc-column) {
	margin-bottom: calc(var(--publisher-spacing) * 1px);
}

.widget, .entry-content .better-studio-shortcode, .better-studio-shortcode, .bs-shortcode, .bs-listing, .bsac, .content-column > div:last-child, .slider-style-18-container, .slider-style-16-container, .slider-style-8-container, .slider-style-2-container, .slider-style-4-container, .bsp-wrapper, .single-container, .content-column > div:last-child, .vc_row .vc_column-inner .wpb_content_element, .wc-account-content-wrap, .order-customer-detail, .order-detail-wrap, .slider-style-23-container {
	margin-bottom: calc(var(--publisher-spacing) * 1px);
}

.archive-title {
	margin-bottom: calc(var(--publisher-spacing-60-percent) * 1px);
}

.layout-1-col, .layout-2-col, .layout-3-col {
	margin-top: calc(var(--publisher-spacing-80-percent) * 1px);
}

.layout-1-col.layout-bc-before, .layout-2-col.layout-bc-before, .layout-3-col.layout-bc-before {
	margin-top: calc(var(--publisher-spacing-half) * 1px);
}

.bs-vc-content > .vc_row.vc_row-fluid.vc_row-has-fill:first-child, .bs-listing.bs-listing-products .bs-slider-controls, .bs-listing.bs-listing-products .bs-pagination {
	margin-top: calc(var(--publisher-spacing-80-percent) * -1px) !important;
}

.vc_col-has-fill > .bs-vc-wrapper, .vc_row-has-fill + .vc_row-full-width + .vc_row > .bs-vc-wrapper > .bs-vc-column > .bs-vc-wrapper, .vc_row-has-fill + .vc_row > .bs-vc-wrapper > .bs-vc-column > .bs-vc-wrapper, .vc_row-has-fill + .vc_row > .wpb_column > .bs-vc-wrapper, .vc_row-has-fill > .bs-vc-wrapper > .vc_column_container > .bs-vc-wrapper, .vc_row-has-fill > .wpb_column > .bs-vc-wrapper {
	padding-top: calc(var(--publisher-spacing-80-percent) * 1px) !important;
}

.vc_row-has-fill .wpb_wrapper > .bsp-wrapper:last-child, .vc_col-has-fill .wpb_wrapper > .bsp-wrapper:last-child, .vc_row-has-fill .wpb_wrapper > .bs-listing:last-child, .vc_col-has-fill .wpb_wrapper > .bs-listing:last-child, .main-section, #bbpress-forums #bbp-search-form, .vc_row-has-fill .wpb_wrapper > *:last-child, .vc_col-has-fill .wpb_wrapper > *:last-child {
	margin-bottom: calc(var(--publisher-spacing-half) * 1px);
}

.bs-listing-modern-grid-listing-3.bs-listing {
	margin-bottom: calc(var(--publisher-spacing-half) * 1px) !important;
}

.vc_row-has-fill .wpb_wrapper > .bs-listing-modern-grid-listing-3.bs-listing:last-child {
	margin-bottom: calc(var(--publisher-spacing-60-percent) * 1px) !important;
}

.single-container > .post-author, .post-related, .post-related + .comments-template, .post-related + .single-container, .post-related + .ajax-post-content, .comments-template, .comment-respond.comments-template, .bsac.bsac-post-before-author, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page div.product .related.products, .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce-checkout-review-order-wrap, .woocommerce + .woocommerce, .woocommerce + .bs-shortcode, .up-sells.products, .single-container > .bs-newsletter-pack, body.single .content-column > .bs-newsletter-pack {
	margin-top: calc(var(--publisher-spacing) * 1px);
}

.better-gcs-wrapper {
	margin-top: calc(var(--publisher-spacing) * -1px);
}

.slider-style-21-container, .slider-style-20-container, .slider-style-19-container, .slider-style-17-container, .slider-style-15-container, .slider-style-13-container, .slider-style-11-container, .slider-style-9-container, .slider-style-7-container, .slider-style-4-container.slider-container-1col, .slider-style-3-container, .slider-style-5-container, .slider-style-2-container.slider-container-1col, .slider-style-1-container, .slider-container + .bs-sks, .slider-style-22-container {
	padding-top: calc(var(--publisher-spacing-80-percent) * 1px);
	padding-bottom: calc(var(--publisher-spacing) * 1px);
	margin-bottom: calc(var(--publisher-spacing-80-percent) * -1px);
}

.slider-style-21-container.slider-bc-before, .slider-style-20-container.slider-bc-before, .slider-style-19-container.slider-bc-before, .slider-style-17-container.slider-bc-before, .slider-style-15-container.slider-bc-before, .slider-style-13-container.slider-bc-before, .slider-style-11-container.slider-bc-before, .slider-style-9-container.slider-bc-before, .slider-style-7-container.slider-bc-before, .slider-style-3-container.slider-bc-before, .slider-style-5-container.slider-bc-before, .slider-style-1-container.slider-bc-before, .slider-container.slider-bc-before + .bs-sks, .slider-style-22-container.slider-bc-before, .slider-style-23-container.slider-bc-before {
	padding-top: calc(var(--publisher-spacing-half) * 1px);
	padding-bottom: calc(var(--publisher-spacing-half) * 1px);
	margin-bottom: calc(var(--publisher-spacing-half) * 1px);
}

.section-heading {
	margin-bottom: calc(var(--publisher-spacing-60-percent) * 1px);
}

@media only screen and (max-width: 678px) {
	.footer-widgets > .content-wrap > .container > .row > * {
		margin-bottom: calc(var(--publisher-spacing-80-percent) * 1px);
	}
}

.bs-injection.bs-injection-before_footer
.bs-injection.bs-injection-after_footer {
	margin-top: calc(var(--publisher-spacing-80-percent) * 1px);
}

.bs-injection.bs-injection-before_header
.bs-injection.bs-injection-after_header {
	padding-top: calc(var(--publisher-spacing-80-percent) * 1px);
}

.single-container > .bs-push-noti.post-bottom, .single-container > .bs-push-noti.post-bottom + .post-author {
	margin-top: calc(var(--publisher-spacing) * 1px);
}

.bs-push-noti.post-top {
	margin-bottom: calc(var(--publisher-spacing) * 1px) !important;
}
