﻿﻿@charset "utf-8";
/* CSS Document */

/*!
 * The7 Framework main stylesheet by Dream-Theme (http://dream-theme.com, http://themeforest.net/user/Dream-Theme)
 * Copyright © 2013 Dream-Theme. All rights reserved.
 */


/*!
 * Property Ordering:
 *	- Display
 *	- Positioning
 *	- Box model
 *	- Colors and Typography
 * 	- Other
 */

/* !Beautiful loading */

html:not(.mobile-true) #main img:not(.animate-element, .ls-s-1),
html:not(.mobile-true) #header img,
html:not(.mobile-true) #bottom-bar img {
	opacity:1;

	-webkit-transition:	opacity 1000ms ease;
	-moz-transition:	opacity 1000ms ease;
	-ms-transition:		opacity 1000ms ease;
	-o-transition:		opacity 1000ms ease;
	transition:			opacity 1000ms ease;
}

html:not(.mobile-true) #main .benefits-grid-ico.animate-element img,
html:not(.mobile-true) #main .animate-element img,
html:not(.mobile-true) #main .wpb_revslider_element img,
html:not(.mobile-true) .pp_content img,
html:not(.mobile-true) #page .widget_shopping_cart_content img,
html:not(.mobile-true) #page .grav-grav img,
html:not(.mobile-true) #page .comment-gravatar img,
html:not(.mobile-true) #shWrap img,
html:not(.mobile-true) #page .royalSlider img {
	opacity: 1;

	-webkit-transition:	none;
	-moz-transition:	none;
	-ms-transition:		none;
	-o-transition:		none;
	transition:			none;
}

.royalSlider {
	overflow: hidden;
}
	.royalSlider > li,
	.slider-content > li {
		display: none;
	}



/* !- Animate on scroll*/

/* Scale Up animation */
@-webkit-keyframes mk_scale {
	0% {
		-webkit-transform: scale(0.3);
 		opacity: 0.1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@-moz-keyframes mk_scale {
 	0% {
		-moz-transform: scale(0.3);
		opacity: 0.1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
 	}
}
 @-o-keyframes mk_scale {
	0% {
		-o-transform: scale(0.3);
		opacity: 0.1;
	}
	100% {
		-o-transform: scale(1);
		opacity: 1;
	}
}
@keyframes mk_scale {
	0% {
		transform: scale(0.3);
		opacity: 0.1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}


/* Fade In animation */
@-webkit-keyframes mk_fade {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes mk_fade {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes mk_fade {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes mk_fade {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}

/* Left to Right animation */
@-webkit-keyframes mk_left_to_right {
	0% {
		-webkit-transform: translate(-20px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}
@-moz-keyframes mk_left_to_right {
	0% {
		-moz-transform: translate(-20px, 0);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}

@-o-keyframes mk_left_to_right {
	0% {
		-o-transform: translate(-20px, 0);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes mk_left_to_right {
	0% {
		transform: translate(-20px, 0);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}
/* Right To Left animation */
@-webkit-keyframes mk_right_to_left {
	0% {
		-webkit-transform: translate(20px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}
@-moz-keyframes mk_right_to_left {
	0% {
		-moz-transform: translate(20px, 0);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}
@-o-keyframes mk_right_to_left {
	 0% {
		-o-transform: translate(20px, 0);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}

}
@keyframes mk_right_to_left {
	0% {
		transform: translate(20px, 0);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}
/* Bottom to Top animation */
@-webkit-keyframes mk_bottom_to_top {
	0% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}
@-moz-keyframes mk_bottom_to_top {
	0% {
		-moz-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}
@-o-keyframes mk_bottom_to_top {
	0% {
		-o-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes mk_bottom_to_top {
	0% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}
/* Top to Bottom animation */
@-webkit-keyframes mk_top_to_bottom {
	0% {
		-webkit-transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}
@-moz-keyframes mk_top_to_bottom {
	0% {
		-moz-transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}
@-o-keyframes mk_top_to_bottom {
	0% {
		-o-transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes mk_top_to_bottom {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

.no-touch .animate-element {
	opacity: 0;
	-webkit-perspective: 1000;
}
.ie-mobile .animate-element {
	opacity: 1;
}
.skills.animate-element {
	opacity: 1;
}

.no-touch .animate-element.start-animation.scale-up,
.no-touch #page .animate-element.start-animation.scale-up,
.no-touch #page .wpb_start_animation.wpb_appear {
	-webkit-animation: mk_scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-animation: mk_scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-animation: mk_scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	animation: mk_scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	opacity: 1;
}

.no-touch .animate-element.start-animation.fade-in,
.no-touch #page .animate-element.start-animation.fade-in {
	-webkit-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	opacity: 1;
}


.no-touch .animate-element.start-animation.right-to-left,
.no-touch #page .animate-element.start-animation.right-to-left,
.no-touch #main .wpb_start_animation.wpb_right-to-left {
	-webkit-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 1;
}
.no-touch .animate-element.start-animation.left-to-right,
.no-touch #page .animate-element.start-animation.left-to-right,
.no-touch #main .wpb_start_animation.wpb_left-to-right {
	-webkit-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 1;
}
.no-touch .animate-element.start-animation.top-to-bottom,
.no-touch #page .animate-element.start-animation.top-to-bottom,
.no-touch #main .wpb_start_animation.wpb_top-to-bottom {
	-webkit-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 1;
}
.no-touch .animate-element.start-animation.bottom-to-top,
.no-touch #page .animate-element.start-animation.bottom-to-top,
.no-touch #main .wpb_start_animation.wpb_bottom-to-top {
	-webkit-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 1;
}

.touch #main .wpb_start_animation.wpb_top-to-bottom {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1;
}
.touch #main .wpb_start_animation.wpb_bottom-to-top {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1;
}
.touch #main .wpb_start_animation.wpb_left-to-right {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1;
}
.touch #main .wpb_start_animation.wpb_right-to-left {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1;
}
.touch #main .wpb_start_animation.wpb_appear {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1;
}
.touch #main .wpb_animate_when_almost_visible {
	opacity: 1;
}
/* Animate on scroll:end */
/* !Beautiful loading: end */
/* !Basic typography */
/*body {
	position: relative;
}*/
body.responsive-off {
	min-width: 998px;
}
.threed-fullscreen {
	overflow: hidden;
}

.threed-fullscreen #main {
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
	clear: both;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	text-shadow: none;
}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		text-decoration: none;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transition:	all 300ms ease;
		-moz-transition:	all 300ms ease;
		-ms-transition:		all 300ms ease;
		-o-transition:		all 300ms ease;
		transition:			all 300ms ease;
	}
	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}

p {
	margin-bottom: 10px;
}

.content ul,
.content ol {
	margin: 0 0 10px 20px;
}
.content .widget ul,
.content .widget ol {
	margin: 0 0 0px 0px;
}
.content ul {
	list-style: disc outside none;
}
.content ol {
	list-style-type: decimal;
}

.content table {
	border-bottom: 1px solid transparent;
	width: 100%;
	margin: 0 0 10px 0;
}
	.content table caption {
		margin: 10px 0;
	}
		.content td,
		.content th {
			border-top: 1px solid transparent;
			padding: 5px 10px 5px 5px;
		}
		.content th {
			text-align: left;
		}

.widget-title {
	margin-bottom: 20px;
	clear: both;
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea,
.customSelect {
	padding: 9px 10px 8px 10px;
	border: solid 1px #e0e0e0;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;

	color: #7a7a7a;
	background-color: #fff;
}
textarea {
	color: #7a7a7a !important;
}
.stripe input[type="text"],
.stripe input[type="tel"],
.stripe input[type="url"],
.stripe input[type="email"],
.stripe input[type="number"],
.stripe input[type="date"],
.stripe input[type="range"],
.stripe input[type="password"],
.stripe select,
.stripe textarea,
.stripe .wpcf7-form-control-wrap,
.stripe .wpcf7-form-control-wrap * {
	color: #7a7a7a;
}

.dt-form input[type="text"],
.dt-form input[type="tel"],
.dt-form input[type="url"],
.dt-form input[type="email"],
.dt-form input[type="number"],
.dt-form input[type="date"],
.dt-form input[type="range"],
.dt-form input[type="password"],
.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="url"],
.comment-form input[type="email"],
.comment-form input[type="number"],
.comment-form input[type="date"],
.comment-form input[type="range"],
.comment-form input[type="password"],
.dt-form select,
.dt-form .customSelect {
	border: none;
	border-top: solid 1px #e0e0e0;
}
.dt-form input[type="text"],
.dt-form input[type="tel"],
.dt-form input[type="url"],
.dt-form input[type="email"],
.dt-form input[type="number"],
.dt-form input[type="date"],
.dt-form input[type="range"],
.dt-form input[type="password"],
.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="url"],
.comment-form input[type="email"],
.comment-form input[type="number"],
.comment-form input[type="date"],
.comment-form input[type="range"],
.comment-form input[type="password"] {
	-webkit-border-radius:	0px;
	-moz-border-radius:		0px;
	-ms-border-radius:		0px;
	-o-border-radius:		0px;
	border-radius:			0px;
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
textarea {
	-webkit-appearance:	none;
	-moz-appearance:	none;
	-ms-appearance:		none;
	-o-appearance:		none;
	appearance:			none;
}

textarea {
	border: solid 1px #e0e0e0;
}


input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* WebKit browsers */
	color: #7A7A7A;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	color: #7A7A7A;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #7A7A7A;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #7A7A7A;
}

input[type="text"]:input-placeholder,
input[type="password"]:input-placeholder,
textarea:input-placeholder {
	color: #7A7A7A;
}
.form-message {
	display: block;
	margin-bottom: 10px;
}

.hr-thick,
.hr-thin,
.gap-10,
.gap-20,
.gap-30,
.gap-40 {
	clear: both;
}

.gap-10 {
	height: 10px;
	line-height: 10px;
}
.gap-20 {
	height: 20px;
	line-height: 20px;
}
.gap-30 {
	height: 30px;
	line-height: 30px;
}
.gap-40 {
	height: 40px;
	line-height: 40px;
}

.top-10 {
	margin-top: 10px;
}
.top-20 {
	margin-top: 20px;
}
.top-30 {
	margin-top: 30px;
}
.top-40 {
	margin-top: 40px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.post img,
.post .rollover,
.post .rollover-video {
	max-width: 100%;
	height: auto;
}

blockquote {
	padding: 15px 20px 5px 20px;
	margin: 5px 0 10px 0;
}
blockquote,
.entry-author,
.format-aside-content,
.format-status-content,
.format-link-content {
	border-style: solid;
	border-width: 1px;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.format-status-content {
	border: none;
}
.alignleft {
	float: left;
	margin: 5px 30px 10px 0;
}
#footer .alignleft,
#sidebar .alignleft {
	margin-right: 20px;
}
.alignright {
	float: right;
	margin: 5px 0 10px 30px;
}
#footer .alignright,
#sidebar .alignright {
	margin-left: 20px;
}
.aligncenter {
	display: block;
	margin: 5px auto 10px auto;
}

.alignnone {
	float: none;
	margin: 5px auto 10px auto;
}
.shortcode-single-image-wrap.alignnone,
.shortcode-single-image-wrap.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* !- Dividers */
.hr-thick {
	height: 1px;
	line-height: 1px;
	border-top: 7px solid transparent;
	border-bottom: 2px solid transparent;
	margin-bottom: 1px;
}

.hr-thin {
	height: 9px;
	line-height: 9px;
}


.divider-heder,
.single .divider-heder,
.page .divider-heder {
	margin: 25px 0 36px 0;
}
	.layout-list .divider-heder,
	.layout-masonry .divider-heder {
		margin: 25px 0 36px 0;
	}

.divider-comments {
	margin: 0 0 35px 0;
}

.divider-post {
	margin: 10px 0 20px 0;
}

/* Basic typography: end */


/* !Buttons */

.dt-form button,
.dt-form input[type="button"],
.dt-form input[type="reset"],
.dt-form input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
.dt-btn,
.woocommerce #main a.button,
#page .woocommerce a.button,
#main button.button,
#main input.button,
#main #respond input#submit,/*
#main #content input.button,*/
.woocommerce-page #main a.button,
.woocommerce-page #main button.button,
.woocommerce-page #main input.button,
.woocommerce-page #main #respond input#submit,
.woocommerce-page #main #content input.button,
#main #pricing-table .plan .signup,
#main #shaon-pricing-table a.signup,
#main .minimal .pt-button,
#main-slideshow .tp-button,
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
.nsu-submit,
form.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"],
#main .woocommerce button.button,
.woocommerce .pp_woocommerce #respond input#submit {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
	top: 0;
	border: none;
	text-decoration: none;
	white-space: nowrap;

	-webkit-transition:	top 0.1s linear;
	-moz-transition:	top 0.1s linear;
	-ms-transition:		top 0.1s linear;
	-o-transition:		top 0.1s linear;
	transition:			top 0.1s linear;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.14) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C */

	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
}
	.dt-btn .fa {
		color: inherit;
	}
	.dt-btn.dt-btn-s .fa,
	.dt-btn.dt-btn-m .fa {
		margin-right: 8px;
	}
	.dt-btn.dt-btn-l .fa {
		margin-right: 9px;
	}
	.dt-btn.dt-btn-s.ico-right-side .fa,
	.dt-btn.dt-btn-m.ico-right-side .fa {
		margin-right: 0px;
		margin-left: 8px;
	}
	.dt-btn.dt-btn-l.ico-right-side .fa {
		margin-right: 0px;
		margin-left: 9px;
	}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#main button.button,
#main input.button {
	padding-top: 4px;
	padding-bottom:6px;
	border: none;

	-webkit-transition:	all 0.1s linear;
	-moz-transition:	all 0.1s linear;
	-ms-transition:		all 0.1s linear;
	-o-transition:		all 0.1s linear;
	transition:			all 0.1s linear;
}
input[type="submit"] {
	padding-top: 9px;
	padding-bottom: 9px;
}
#main #shaon-pricing-table a.signup {
	background-image: none;
}
#main-slideshow .tp-button {
	padding-top: 0;
	letter-spacing: normal;
}
.wpcf7-submit.dt-btn-m,
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
form.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"] {
	padding: 6px 0 8px 0;
}
.old-ie .dt-form button,
.old-ie .dt-form input[type="button"],
.old-ie .dt-form input[type="reset"],
.old-ie .dt-form input[type="submit"],
.old-ie .dt-btn {
	padding-bottom: 0;
}

.ancient-ie .dt-form button,
.ancient-ie .dt-form input[type="button"],
.ancient-ie .dt-form input[type="reset"],
.ancient-ie .dt-form input[type="submit"],
.ancient-ie .dt-btn {
	display: inline;
	zoom: 1;
}

.dt-form button:hover,
.dt-form input[type="button"]:hover,
.dt-form input[type="reset"]:hover,
.dt-form input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input.wpcf7-submit.dt-btn-m[type="submit"]:hover,
.dt-btn:hover,
.woocommerce #main a.button:hover,
#page .woocommerce a.button:hover,
#main button.button:hover,
#main input.button:hover,
#main #respond input#submit:hover,
#main #content input.button:hover,
.woocommerce-page #main a.button:hover,
.woocommerce-page #main button.button:hover,
.woocommerce-page #main input.button:hover,
.woocommerce-page #main #respond input#submit:hover,
.woocommerce-page #main #content input.button:hover,
#main #pricing-table .plan .signup:hover,
#main #shaon-pricing-table a.signup:hover,
#main .minimal .pt-button:hover,
#main-slideshow .tp-button:hover,
#main .gform_wrapper .gform_footer input.button:hover,
#main .gform_wrapper .gform_footer input[type="submit"]:hover,
.nsu-submit:hover,
form.mc4wp-form input[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover,
.woocommerce .pp_woocommerce #respond input#submit:hover {
	text-decoration: none;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C */

}
.icons-bg a.benefits-grid-ico:hover {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C */
}

.dt-btn:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
#main .gform_wrapper .gform_footer input.button:active,
#main .gform_wrapper .gform_footer input[type="submit"]:active,
.nsu-submit:active,
form.mc4wp-form input[type="submit"]:active,
div.mc4wp-form button[type="submit"]:active {
	top: 2px;
}
/* Buttons: end */


/* !Basic blocks layout */

#page {
	position: relative;
	overflow: hidden;
}
#page.boxed {
	overflow: hidden;
}
	#page.boxed {
		max-width: 1320px;
		margin: 20px auto;

		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
		-moz-box-shadow:	0 0 12px rgba(0, 0, 0, 0.15);
		-ms-box-shadow:		0 0 12px rgba(0, 0, 0, 0.15);
		-o-box-shadow:		0 0 12px rgba(0, 0, 0, 0.15);
		box-shadow:			0 0 12px rgba(0, 0, 0, 0.15);
	}

.overlap #header {
	position: relative;
	z-index: 10;
}
#header.hidden-header {
	display: none;
}
.transparent #header {
	position: absolute;
	width: 100%;
	z-index: 2;
	border: none;
}
.overlap #main-slideshow,
.overlap #fancy-header {
	margin-top: -70px;
	margin-bottom: -70px;
}
.no-touch #fancy-header .fancy-title,
.no-touch #fancy-header .fancy-subtitle,
.no-touch #fancy-header .breadcrumbs {
	opacity: 0;
}
.ie-mobile #fancy-header .fancy-title,
.ie-mobile #fancy-header .fancy-subtitle,
.ie-mobile #fancy-header .breadcrumbs {
	opacity: 1;
}

#fancy-header .fancy-title.start-animation,
#fancy-header .fancy-subtitle.start-animation,
#fancy-header .breadcrumbs.start-animation {
	-webkit-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	opacity: 1;
}

	#fancy-header .td-for-height {
		width: 0;
	}
	#fancy-header.title-left.breadcrumbs-off .td-for-height,
	#fancy-header.title-right.breadcrumbs-off .td-for-height {
		display: none;
	}
#fancy-header.title-center .wf-wrap {
	display: table;
}
#fancy-header.title-center .wf-table {
	display: table-cell;
	vertical-align: middle;
}
	#fancy-header.title-center .td-for-height {
		display: none;
	}

.is-webkit.overlap #fancy-header {
	position: relative;
}
.fancy-header .breadcrumbs li {
	position: relative;
	background: none;
}
.fancy-header .breadcrumbs li:first-child:before,
.fancy-header .breadcrumbs li:first-child:after {
	background: none;
}
.fancy-header .breadcrumbs li:before,
.fancy-header .breadcrumbs li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 13px;
	content: "";
	background-position: 2px center;
	background-repeat: no-repeat;
	z-index: 3;
}
.fancy-header .breadcrumbs li:after {
	top: 1px;
	left: 0;
	z-index: 2;
}
@media screen and (max-width: 1380px) {
	#page.boxed {
		margin: 0px auto;
		max-width: 1380px;
	}
}

/* Basic blocks layout: end */

/* !Helper styles */

.assistive-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.old-ie .assistive-text{
	clip: rect(1px 1px 1px 1px);
}

/* Helper styles: end */
/* !Fancy header */

.fancy-header .wf-td {
	width: 50%;
	vertical-align: middle;
}

.title-left .breadcrumbs,
.title-right .hgroup {
	text-align: right;
}

.fancy-header.title-center .wf-table,
.fancy-header.title-center .wf-td {
	display: block;
	width: 100%;
	text-align: center;
}
.fancy-header.title-center .breadcrumbs {
	padding-bottom: 60px;
}
.fancy-header.title-center .hgroup {
	padding-bottom: 20px;
}
.fancy-header.title-center.breadcrumbs-off .hgroup {
	padding-bottom: 60px;
}
.fancy-header .hgroup {
	padding: 60px 0;
}

.fancy-header .fancy-title {
	margin: 0;
	padding: 0;
}

.fancy-header .fancy-subtitle {
	margin: 10px 0 0 0;
	padding: 0;
}


/* Fancy header: end */
/* !Breadcrumbs */

.breadcrumbs {
	list-style: none;
}

	.breadcrumbs li {
		display: inline-block;
		padding-left: 20px;
		margin-left: 6px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	.old-ie .breadcrumbs li {
		padding-left: 0;
	}
	.ancient-ie .breadcrumbs li {
		display: inline;
		zoom: 1;
	}
		.breadcrumbs li:first-child {
			padding-left: 0;
			margin-left: 0;
			background: none !important;
		}


.breadcrumbs a {
	text-decoration: none;
}
	.breadcrumbs a:hover {
		text-decoration: underline;
	}

.breadcrumbs li a,
.fancy-header .breadcrumbs li a {
	color: inherit;
}
.hr-breadcrumbs {
	overflow: hidden;
}
.page-title.title-left .hr-breadcrumbs,
.page-title.title-right h1 {
	text-align: right;
}
.page-title.title-center .wf-td {
	display: block;
	text-align: center;
}
.page-title .hr-breadcrumbs.divider-heder {
	margin-top: 0px;
	margin-bottom: 10px;
}


	.hr-breadcrumbs.divider-heder {
		margin: 19px 0 29px 0;
	}

	.hr-breadcrumbs .breadcrumbs {
		display: inline-block;
		position: relative;
		padding: 0;
		margin: 0;
	}
		.hr-breadcrumbs .breadcrumbs:after {
			position: absolute;
			top: 50%;
			left: 100%;
			width: 1200px;
			line-height: 0;
			margin: -5px 0 0 10px;
			content: "";
		}
		.page-title .hr-breadcrumbs .breadcrumbs:after {
			display: none;
		}

/* Breadcrumbs: end */


/* !Top and bottom bars */
#top-bar {
	position: relative;
}
.transparent #top-bar {
	margin-bottom: -1px;
}
#top-bar:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: "";
	z-index: 9;
}
	#top-bar .wf-float-left p {
		margin-bottom: 0;
	}
#top-bar a,
#bottom-bar a {
	text-decoration: none;
}
#top-bar a:hover,
#bottom-bar a:hover {
	text-decoration: underline;
}

#top-bar .wf-float-left,
#bottom-bar .wf-float-left {
	margin-right: 40px;
}
#top-bar .wf-float-left:last-of-type,
#bottom-bar .wf-float-left:last-of-type {
	margin-right: 0;
}

#top-bar .wf-float-right,
#bottom-bar .wf-float-right {
	margin-left: 40px;
}
.right-block {
	text-align: right;
}
	.right-block .soc-ico,
	.shopping-cart {
		display: inline-block;
		vertical-align: middle;
		/*float: right;*/
	}
	.shopping-cart {
		padding-left: 20px;
	}
	.right-block .soc-ico {
		margin-left: 13px;
	}
	#top-bar .right-block:before,
	#top-bar .right-block:after {
		content: "";
		display: table;
		clear: both;
	}


#bottom-bar {
	position: relative;
	z-index: 9;
	min-height: 30px;
}
#bottom-bar .wf-table {
	height: 60px;
}
#bottom-bar .wf-td p {
	margin-bottom: 0;
}
.bottom-text-block {
	text-align: right;
}

#branding-bottom {
	width: 1px;
	padding: 10px 10px 10px 0;
	line-height: 0;
	font-size: 0;
}

/* Top and bottom bars: end */


/* !- Mini widgets */

	/* !-- Contacts */

	.mini-contacts li {
		display: inline-block;
		position: relative;
		margin: 0 10px 0 0px;
		padding-left: 18px;
		background-repeat: no-repeat;
		background-position: 0 center;
		white-space: nowrap;
	}
	.old-ie .mini-contacts li {
		padding-left: 0;
	}
	.ancient-ie .mini-contacts li {
		display: inline;
		zoom: 1;
		position: static;
		margin: 0 10px 0 0;
	}
	.mini-contacts li:first-child:before {
		border-left: none;
	}
	.mini-contacts li:last-child {
		margin-right: 0;
	}

	/* !-- Navigation */

	.mini-nav li {
		position: relative;
		display: inline-block;
		margin: 0 16px 0 0;
	}
	.ancient-ie .mini-nav li {
		display: inline;
		zoom: 1;
		margin-right: 15px;
		white-space: nowrap;
	}

	.mini-nav > ul > li.has-children {
		background-position: right center;
		background-repeat: no-repeat;
		padding-right: 12px;
	}
	.mini-nav li:first-child:before {
		border-left: none;
	}
	.mini-nav select {
		min-width: 100px;
		height: 30px;
	}


	/* !-- Language panel */
	/* (These styles should be tested extensively with WPML) */

	.mini-lang {
		position: relative;
	}

		.mini-lang li {
			display: inline-block;
			margin-right: 20px;
			white-space: nowrap;
		}
		.ancient-ie .mini-lang li {
			display: inline;
			zoom: 1;
		}
		.mini-lang li:last-child {
			margin-right: 0;
		}

			.mini-lang img {
				margin: 0 5px 2px 0;
				vertical-align: middle;
			}


	/* !-- Search form */

	.mini-search {
		height: 20px;
		padding-left: 10px;
	}

		.searchform .submit,
		.mini-search .submit {
			float: right;
			width: 20px;
			height: 20px;
			margin-right: 4px;
			border: none;
			color: transparent;
			background-color: transparent;
			background-position: center center;
			background-repeat: no-repeat;
		}
		.widget .searchform input,
		.content .searchform input,
		.woocommerce.widget_product_search #s,
		.woocommerce.widget_product_categories #dropdown_product_cat,
		.woocommerce .woocommerce-ordering select,
		.woocommerce-page .woocommerce-ordering select,
		#pp_full_res .comment-form-email input,
		#pp_full_res .comment-form-author input,
		.wpcf7 input[type="text"],
		.wpcf7 input[type="tel"],
		.wpcf7 input[type="url"],
		.wpcf7 input[type="email"],
		.wpcf7 input[type="number"],
		.wpcf7 input[type="date"],
		.wpcf7 input[type="range"],
		.wpcf7 input[type="password"],
		.wpcf7 select,
		.gform_body input[type="text"],
		.gform_body input[type="email"],
		.gform_wrapper .gform_body input[type="url"],
		.gform_wrapper .gform_body input[type="tel"],
		.gform_wrapper .gform_body input[type="number"],
		.gform_wrapper .gform_body input[type="password"],
		.gform_body select,
		.nsu_widget input[type="text"],
		.nsu_widget input[type="email"],
		.mc4wp-form input[type="email"],
		.mc4wp-form input[type="text"],
		.mc4wp-form input[type="url"],
		.mc4wp-form input[type="date"],
		.mc4wp-form form select,
		.customSelect,
		#main .chzn-container-single .chzn-single,
		.widget select,
		.woocommerce .comment-form input[type="text"],
		.woocommerce .comment-form input[type="email"] {
			border: 1px solid #E0E0E0;
			background-color: #fff;
		}
		.woocommerce .comment-form input[type="text"],
		.woocommerce .comment-form input[type="email"] {
			margin-left: 5px;
		}
		.woocommerce .form-submit .dt-btn {
			display: none;
		}
		#main .chzn-container-single .chzn-single {
			background-image: none;
			box-shadow: none;
			text-shadow: none;
		}
		#main .customSelect {
			padding: 6px 10px 5px;
		}
		.woocommerce-ordering-div {
			position: relative;
		}
		#calc_shipping_country {
			width: 100% !important;
			padding: 16px 10px 16px;
		}
		.customSelect.country_to_state {
			width: 100% !important;
		}
		.customSelect.country_to_state .customSelectInner {
			width: 100% !important;
		}
		.customSelect .customSelectInner {
			text-align: left;
			background-position: right center;
			background-repeat: no-repeat;
		}
		.nsu_widget label {
			margin-right: 10px;
		}
		.widget .searchform input,
		.content .searchform input,
		.woocommerce.widget_product_search #s,
		.woocommerce.widget_product_categories #dropdown_product_cat,
		.woocommerce .woocommerce-ordering select,
		.woocommerce-page .woocommerce-ordering select,
		#pp_full_res .comment-form-email input,
		#pp_full_res .comment-form-author input {
			padding-right: 30px;
		}
		.gform_wrapper .gform_body input[type="text"],
		.gform_wrapper .gform_body input[type="url"],
		.gform_wrapper .gform_body input[type="email"],
		.gform_wrapper .gform_body input[type="tel"],
		.gform_wrapper .gform_body input[type="number"],
		.gform_wrapper .gform_body input[type="password"] {
			padding: 9px 10px 8px;
			font-size: 100%;
		}
		.gform_wrapper .gform_body select,
		.gform_wrapper.gf_browser_chrome .gform_body .ginput_complex select,
		.gform_wrapper.gf_browser_chrome .gform_body .ginput_complex .ginput_right select,
		.mc4wp-form form select {
			padding: 6px 10px 5px;
			font-size: 100%;
		}
		#pp_full_res .comment-form-email input,
		#pp_full_res .comment-form-author input {
			margin-left: 5px;
		}
		.content .searchform input {
			width: 100%;
		}

		.widget .searchform,
		.content .searchform {
			position: relative;
		}
		.widget .searchsubmit,
		.widget .searchform .submit,
		.content .searchform .submit {
			position: absolute;
			top: 5px;
			right: 0;
		}
		.content .widget .searchform .submit,
		.widget .searchform .submit {
			top: 12px;
		}
		.content .searchform .submit {
			top: 7px;
		}

		.mini-search .field {
			float: left;
			width: 98px;
			height: 20px;
			padding: 0 0 0 13px;
			border: none;
			line-height: 20px;
			background: transparent;
		}
		#header .mini-search .searchsubmit {
			display: none;
		}
		.searchform {
			position: relative;
			z-index: 3;
		}
		#header .mini-search {
			max-width: 20px;
			padding-left: 6px;
		}
		#header.logo-left .mini-search {
			width: 35px;
			max-width: 35px;
		}
		#header .mini-search .field {
			position: absolute;
			right: 6px;
			top: 38px;
			width: 290px;
			height: 50px;
			background-color: #fff;
			font-style: italic;
			visibility: hidden;
			-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
			box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
		}
		.mini-search .field:focus {
			outline: none;
		}

/* Mini widgets : end */


/* !Header */
/* !2 */
#phantom {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9399;

	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s;
}
#phantom.boxed {
	z-index: 9008;
}
.dt-style-um #phantom {
	display: none;
}

	#phantom .ph-wrap {
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
		-moz-box-shadow:	0 0 6px rgba(0, 0, 0, 0.25);
		-ms-box-shadow:		0 0 6px rgba(0, 0, 0, 0.25);
		-o-box-shadow:		0 0 6px rgba(0, 0, 0, 0.25);
		box-shadow:			0 0 6px rgba(0, 0, 0, 0.25);

		-webkit-transition: background-color 500ms ease;
		-moz-transition: background-color 500ms ease;
		-o-transition: background-color 500ms ease;
		-ms-transition: background-color 500ms ease;
		transition: background-color 500ms ease;
	}
	#phantom .ph-wrap.boxed {
		width: 100%;
		max-width: 1320px;

		margin: 0 auto;
	}

	@media screen and (max-width: 1380px) {
		#phantom .ph-wrap.boxed {
			max-width: 1380px;
		}
	}
	#phantom .ph-wrap .ph-wrap-content {
			max-width: 1280px;
	}

		#phantom .ph-wrap .ph-wrap-content {
			margin: 0 auto;
			padding: 0 40px;

			-webkit-box-sizing:	border-box;
			-moz-box-sizing:	border-box;
			-ms-box-sizing:		border-box;
			-o-box-sizing:		border-box;
			box-sizing:			border-box;
		}
	#phantom .ph-wrap.with-logo .ph-wrap-inner {
		position: relative;
		display: table;
		width: 100%;
	}
		#phantom .ph-wrap.with-logo .ph-wrap-inner > div {
			display: table-cell;
			vertical-align: middle;
		}
			#phantom .ph-wrap.with-logo .ph-wrap-content .logo-box {
				padding: 5px 40px 5px 0;
				text-align: left;
				line-height: 0;
			}
			#phantom .ph-wrap.with-logo .ph-wrap-content .menu-box {
				text-align: right;
				padding-top: 5px;
				padding-bottom: 5px;
			}
				#phantom .ph-wrap.with-logo .ph-wrap-content .menu-box #main-nav > li > a {
					border: 1px solid rgba(0, 0, 0, 0);
				}



	#phantom #main-nav {
		padding: 0 0px;
		text-align: center;
	}
	#phantom .ph-wrap.with-logo #main-nav {
		padding: 0 0px 0 0;
		text-align: right;
	}

/* !- Header layouts */
.ancient-ie .logo-left {
	display: block;
}
	.ancient-ie .logo-left #branding {
		float: left;
	}
	.ancient-ie .logo-left #navigation {
		float: right;
	}

#branding {
	padding: 10px 0;
	line-height: 0;
	font-size: 0;
}
.logo-left #branding,
.logo-classic #branding,
.logo-classic-centered #branding {
	padding-right: 40px;
	width: 1px;
}

.logo-classic-centered .navigation-holder,
.logo-classic .navigation-holder {
	border-top: 1px solid;
}
.logo-classic-centered .navigation-holder > div {
	text-align: center;
	line-height: 0;
}
.logo-center .navigation-holder {
	text-align: center;
}

.logo-classic #main-nav > li a,
.logo-classic-centered #main-nav > li a,
.logo-classic #main-nav {
	position: relative;
}

.logo-classic #main-nav > li:hover > a,
.logo-classic-centered #main-nav > li:hover > a {
	border-color: transparent;
}
.logo-classic #main-nav {
	/*margin-left: 5px;*/
	margin-top: -1px;
}
.logo-classic-centered #main-nav {
	margin-top: -1px;
}
.logo-classic .navigation-holder {
	display: table;
	width: 100%;
}
.logo-classic .navigation-holder > div {
	margin: 0 auto;
	max-width: 1200px;
}
.logo-classic .navigation-holder > div,
/*.logo-center .navigation-holder > div,*/
.logo-classic-centered .navigation-holder > div {
	padding: 0 40px;
}
.logo-classic nav,
.logo-center nav,
.logo-classic-centered nav {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.logo-classic-centered nav,
.logo-center nav {
	width: 100%;
}
.logo-classic nav:before,
.logo-classic nav:after {
	content: "";
	display: table;
	clear: both;
}
.logo-classic-centered nav {
	display: inline-block;
	padding-right: 0;
}

.logo-classic .mini-search,
.dt-style-um .logo-center .mini-search,
.dt-style-um .logo-classic-centered .mini-search {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -14px 0px 0 0;
	padding: 0;
}

.logo-center .mini-search,
.logo-classic-centered .mini-search  {
	display: inline-block;
}

.logo-classic .searchform .submit {
	margin-right: 0;
}
.logo-left .searchform .submit {
	margin-top: 2px;
}
.logo-classic .mini-search {
	margin: -10px 0px 0 0;
}
.logo-left #navigation {
	text-align: right;
}

.logo-center #branding,
.logo-center #navigation {
	display: block;
	text-align: center;
}
.logo-classic-centered #main-nav,
.logo-classic-centered #branding {
	text-align: center;
}
.logo-classic-centered #branding {
	padding-right: 0;
}

.logo-classic #main-nav {
	padding: 0 38px 0 0;
}
.logo-center #main-nav,
.logo-classic-centered #main-nav {
	padding: 0 8px 0 0;
}
.logo-classic-centered #main-nav {
	display: inline-block;
	width: auto;
}
.logo-center #main-nav {
	padding-bottom: 10px;
}
.assistive-info {
	text-align: right;
}

/* Header layouts: end */

/* !- Menu - first level */

#main-nav {
	padding: 5px 0 4px 0;
	line-height: 0;
}
.logo-center #main-nav {
	display: inline-block;
}
.logo-center #navigation {
	display: inline-block;
}

	#main-nav > li {
		display: inline-block;
		position: relative;
		/* padding-bottom: 1px; */
		z-index: auto; /* ! !changed */
		vertical-align: middle;
	}
	.ancient-ie #main-nav > li {
		float: left;
		margin: 5px 0;
	}

	.logo-classic-centered #main-nav > li {
		padding-bottom: 0;
	}

		#main-nav > li > a {
			display: block;
			border: 1px solid transparent;
			text-decoration: none;
			text-align: left;
		}
			#main-nav > li > a > span > span.menu-subtitle {
				margin-bottom: 3px;
				white-space: nowrap;
			}

		#phantom #main-nav > li:hover > a {
			border: 1px solid transparent;
		}
		#main-nav > li.act.menu-frame-on,
		.paginator a.act,
		.filter .filter-categories a.act,
		.icons-bg .benefits-grid-ico,
		.format-status-content {
			background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.14) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
		}

		.logo-classic-centered #main-nav > li,
		.logo-classic-centered #main-nav > li > a,
		.logo-classic #main-nav > li,
		.logo-classic #main-nav > li > a,
		#phantom #main-nav > li,
		#phantom #main-nav > li > a {
			-webkit-border-radius:	0px;
			-moz-border-radius:		0px;
			-ms-border-radius:		0px;
			-o-border-radius:		0px;
			border-radius:			0px;
		}

		/* Indications of menu-items containing drop-down submenu */
			#main-nav > li.has-children > a:after {
				display: block;
				position: absolute;
				top: 50%;
				margin-top: -2px;
				width: 9px;
				height: 6px;
				content: "";
			}

			/*.csstransforms3d #main-nav.fancy-rollovers > li.has-children > a:after {
				display: none;
			}*/
		/* -------------------------------------------------- */

/* Menu - first level: end */


/* !-- Menu - second level */
/* !1 */
.sub-nav {
	position: absolute;
	visibility: hidden;
	z-index: 200;
	top: 100%;
	width: 240px;
	padding: 10px 0;
	opacity: 0;

	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:	0px 0px 4px rgba(0, 0, 0, 0.20);
	-ms-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	-o-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	box-shadow:			0px 0px 4px rgba(0, 0, 0, 0.20);
}
#bottom-bar .sub-nav {
	top: auto;
	bottom: 100%;
}
	#bottom-bar .sub-nav .sub-nav {
		bottom: 0;
	}
	.sub-nav.right-overflow {
		right: 0;
	}

	.sub-nav .sub-nav {
		left: 241px;
		top: -10px;
		margin-top: 0px;
	}
		.sub-nav .sub-nav.right-overflow {
			left: -241px;
		}

	.sub-nav li {
		display: block;
		position: relative;
		padding: 0px 10px 0px 10px;
	}
	.sub-nav li:first-child:before {
		display: none;
	}

	.sub-nav li.has-children:after {
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -4.5px;
		content: "";
		width: 6px;
		height: 9px;
		background-position: right center;
	}

		.sub-nav li a {
			display: block;
			width: 180px;
			border-right: solid 1px transparent;
			border-left: solid 1px transparent;
			margin: 0 0 2px -1px;
			padding: 7px 30px 7px 10px;
			font-weight: normal;
			text-align: left;
			text-decoration: none;
			line-height: 20px;
		}
		#top-bar .sub-nav {
			z-index: 1003;
		}
			#top-bar .sub-nav li a,
			#bottom-bar .sub-nav li a {
				padding: 7px 30px 7px 10px;
			}
			#top-bar .sub-nav li:before,
			#bottom-bar .sub-nav li:before {
				width: 200px;
				margin: 0 15px;
			}
			#top-bar .sub-nav li.has-children:after,
			#bottom-bar .sub-nav li.has-children:after {
				right: 5px;
			}
			.mini-nav {
				position: relative;
			}

			.mini-nav .customSelect,
			.menu-select select {
				border: none;
			}
			.mini-nav .customSelect {
				position: absolute;
				visibility: hidden;
			}
			.mini-nav .customSelect .customSelectInner {
				opacity: 0;
			}
			.menu-select select,
			.mini-nav .customSelect1 {
				visibility: hidden;
			}
			.menu-select {
				position: absolute;
				visibility: hidden;
				/*display: none;*/
				margin: 0 auto;
				opacity: 0;
			}
			.mini-nav .customSelectInner {
				padding-left: 20px;
				background-position: 0 center;
				background-repeat: no-repeat;
			}
			.menu-select:hover,
			.menu-select select {
				cursor: pointer;
			}
			.menu-select select {
				z-index: 999;
			}
			.mini-nav .customSelect {
				padding: 0;
			}


/*Mega menu*/
#header .wf-table {
	position: relative;
}
	#main-nav > li.dt-mega-menu {
		position: static;
	}
		#main-nav > li.dt-mega-menu > a {
			position: relative;
		}
			#main-nav > li > a > span {
				display: table-cell;
			}
		.mega-full-width .sub-nav {
			width: 100%;
			left: 0;
		}
		.dt-mega-menu .sub-nav {
			font-size: 0;
			line-height: 0;
			word-spacing: -4px;
			text-align: left;
			padding-top: 0;
			padding-bottom: 0;
		}
		.hide-mega-title {
			margin-top: 5px;
		}
		.dl-menuwrapper .hide-mega-title {
			margin: 0;
		}
		.sub-nav li.hide-mega-title > a {
			display: none;
		}
		.dt-mega-menu > .sub-nav {
			padding-bottom: 5px;
		}
		.dt-mega-menu .sub-nav li {
			word-spacing: normal;
			padding-left: 0;
			padding-right: 0;
		}
			.dt-mega-menu .sub-nav li.has-children:after {
				display: none;
			}
				.dt-mega-menu .sub-nav li a {
					padding: 7px 8px;
				}
				.dt-mega-menu .sub-nav .dt-mega-parent > a {
					padding-bottom: 12px;
					margin-bottom: 10px;
				}
				.dt-mega-menu .sub-nav .dt-mega-parent.no-link > a:hover,
				.no-link > a:hover {
					opacity: 1;
				}
				.dt-mega-menu .sub-nav .dt-mega-parent:hover > a {
					-webkit-border-radius:	0px;
					-moz-border-radius:		0px;
					-ms-border-radius:		0px;
					-o-border-radius:		0px;
					border-radius:			0px;
				}
					.sub-nav li a > span {
						display: table-cell;
					}
			.mega-auto-width .sub-nav {
				width: auto;
				left: 50%;
				max-width: 100%;
			}
			.mega-auto-width > .sub-nav {
				min-width: 240px;
			}
			.mega-auto-width > .sub-nav.right-overflow {
				left: auto !important;
				right: 0 !important;
			}
			.mega-auto-width > .sub-nav.left-overflow {
				left: 0 !important;
				right: auto !important;
				margin-left: 0 !important;
			}
				.mega-auto-width .sub-nav .wf-1,
				.mega-auto-width .sub-nav .wf-1-2:nth-child(3),
				.mega-auto-width .sub-nav .wf-1-3:nth-child(4),
				.mega-auto-width .sub-nav .wf-1-4:nth-child(5),
				.mega-auto-width .sub-nav .wf-1-5:nth-child(6) {
					clear: left;
				}
			.menu-subtitle {
				display: block;
				text-transform: none;
			}

				.dt-mega-menu .sub-nav .dt-mega-parent {
					position: static;
					display: inline-block;
					float: left;
					vertical-align: top;
					padding: 5px 10px 5px;

					-webkit-box-sizing:	border-box;
					-moz-box-sizing:	border-box;
					-ms-box-sizing:		border-box;
					-o-box-sizing:		border-box;
					box-sizing:			border-box;
				}

			.dt-mega-menu.mega-auto-width.mega-column-1 > .sub-nav {
				width: 20%;
			}
			.dt-mega-menu.mega-auto-width.mega-column-2 > .sub-nav {
				width: 40%;
			}
			.dt-mega-menu.mega-auto-width.mega-column-3 > .sub-nav {
				width: 60%;
			}
			.dt-mega-menu.mega-auto-width.mega-column-4 > .sub-nav {
				width: 80%;
			}
			.dt-mega-menu.mega-auto-width.mega-column-5 > .sub-nav {
				width: 100%;
			}

				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent {
					/*float: left;*/
					/*width: 240px;*/
					width: 20%;
				}
				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent.wf-1 {
					width: 100%;
				}
				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent.wf-1-2 {
					width: 50%;
				}
				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent.wf-1-3 {
					width: 33.333%;
				}
				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent.wf-1-4 {
					width: 25%;
				}
				.dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent.wf-1-5 {
					width: 20%;
				}


					.dt-mega-parent .sub-nav > li {
						margin-bottom: 2px;
					}
				.dt-mega-menu .sub-nav .dt-mega-parent:first-child {
					border-left: none;
				}

				.dt-mega-parent.new-row {
					clear: both;
				}
				.dt-mega-parent.new-row:first-child {
					clear: right;
				}
				.new-column > a {
					margin-left: -21px !important;
					border-radius: none;
				}
				.dl-menu .new-column,
				.dl-menu .new-column > a {
					position: absolute;
					display: none !important;
				}
			.dt-mega-menu .dt-mega-parent .sub-nav {
				position: relative;
				left: auto;
				top: auto;
				background: none;

				-webkit-box-shadow: none;
				box-shadow: none;
			}
			.dt-mega-menu.dt-hovered .sub-nav .sub-nav {
				visibility: visible !important;
				opacity: 1 !important;
			}
				.dt-mega-menu .sub-nav .dt-mega-parent:before,
				.dt-mega-menu .sub-nav .dt-mega-parent:first-child:before,
				.dt-mega-menu .sub-nav li:before {
					display: none;
				}
				.dt-mega-menu .sub-nav .dt-mega-parent > a {
					border-bottom: 1px solid;
				}
				.old-ie .dt-mega-menu .sub-nav .dt-mega-parent > a {
					border-bottom: none;
				}
					.dt-mega-menu .sub-nav .dt-mega-parent a {
						width: auto;
					}


					.dt-mega-menu .sub-nav .dt-mega-parent a:hover {
						opacity: 0.8;
					}
					.dt-mega-menu .sub-nav .dt-mega-parent.act a:hover {
						opacity: 1;
					}
				#main-nav > .menu-item > a > .fa,
				#main-nav > .menu-item > a > .mega-icon {
					vertical-align: top;
					padding-top: 2px;
					padding-right: 6px;
				}

				.dl-menuwrapper li > a .fa {
					line-height: 1;
					font-size: 12px;
				}
				.menu-item .fa {
					display: table-cell;
					padding-right: 8px;
					vertical-align: top;
				}

					.dt-mega-menu .sub-nav .menu-item .fa,
					.dt-mega-menu .sub-nav .dt-mega-parent > a .fa,
					.sub-nav .menu-item .fa {
						padding-top: 3px;
					}
					.dl-menu a .fa,
					.dl-menuwrapper li > a .fa {
						padding-top: 5px;
					}
				.mega-icon {
					display: inline-block;
					vertical-align: middle;
					padding-right: 8px;
					width: 20px;
					height: 20px;
				}
				.sub-nav .mega-icon {
					display: table-cell;
					vertical-align: top;
				}
				.sub-nav li.has-children:after {
					opacity: 0.7;
				}
				.sub-nav li.has-children:after:hover {
					opacity: 1;
				}


/*Mega menu:end*/
/* Menu - second level: end */

/* !- Mobile menu */

#mobile-menu {
	display: none;
	padding: 10px 10px 10px 31px;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	background: no-repeat 10px center;
}
	.menu-close,
	.menu-back {
		display: none;
	}
	.no-touch #mobile-menu:hover,
	.touch #mobile-menu.active {
		opacity: 0.8;
	}

.dl-container {
	position: relative;
}

	.logo-center .dl-container,
	.logo-classic .dl-container,
	.logo-classic-centered .dl-container {
		width: 100%;
		min-width: 230px;
		max-width: 280px;
		margin: 0 auto;
	}
	.logo-center .dl-container {
		top: -10px;
	}

.dl-menuwrapper {
	position: relative;
	z-index: 999;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;

	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper ul {
	right: 0;
	width: 100%;
	min-width: 230px;
	max-width: 280px;
	list-style: none;
	text-align: left;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-container > ul {
	padding: 5px 0;

	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:	0px 0px 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.15);
	box-shadow:			0px 0px 3px rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 10px 0;
	margin: 0 20px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	outline: none;
}
	.dl-menuwrapper li a > span {
		display: table-cell;
	}
	.dl-menuwrapper li.dl-back a > span {
		display: inline-block;
	}

.dl-menuwrapper li:last-child > a,
.dl-menuwrapper li.dl-back > a {
	border: none !important;
}

.dl-menuwrapper li.dl-back > a {
	margin: -5px 0 0 0;
	text-align: center;
}

.dl-menuwrapper li.has-children > a:after {
		display: block;
		position: absolute;
		right: -5px;
		top: 50%;
		width: 6px;
		height: 9px;
		margin-top: -4.5px;
		content: "";
		background-position: 0 0;
		background-repeat: no-repeat;
}

.dl-menuwrapper li.dl-back span {
	position: relative;
}

.dl-menuwrapper li.dl-back span:before {
	display: block;
	position: absolute;
	left: -16px;
	top: 50%;
	width: 10px;
	height: 7px;
	margin-top: -2.5px;
	content: "";
}

.dl-menuwrapper .dl-menu {
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-container > .dl-submenu {
	position: absolute;
	width: 100%;
	right: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}
@-moz-keyframes MenuAnimOut2 {
	100% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
}
@keyframes MenuAnimOut2 {
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}
@-moz-keyframes MenuAnimIn2 {
	0% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}
@keyframes MenuAnimIn2 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-container > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}
@-moz-keyframes SubMenuAnimIn2 {
	0% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}
@keyframes SubMenuAnimIn2 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-container > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}
@-moz-keyframes SubMenuAnimOut2 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
}
@keyframes SubMenuAnimOut2 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Mobile menu: end */

/* Header: end */


/* !Main slideshow */

#main-slideshow-content {
	display: none;
}
	#main-slideshow #main-slideshow-content {
		display: block;
	}
#main-slideshow {
	position: relative;
	z-index: 1;
	margin-top: -1px;
	clear: both;
}

#main-slideshow.fixed {
	padding: 40px;
	margin-top: 0px;
}
#main-slideshow.layer-fixed {
	padding: 40px;
	margin-top: 0px;
}
#main-slideshow.fix.rv-slider {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
}

#main-slideshow.fixed > .royalSlider {
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (min-width: 760px) {
	.overlap .video-playing #header {
		display: none !important;
	}
}

/* Main slideshow: end */


/* !Main */

#main {
	padding: 30px 0 40px 0;
}

/* !-Overlap header */
.not-webkit.overlap #main {
	position: relative;
	z-index: 1;
}
.main-gradient {
	display: none;
}
.is-webkit.overlap .main-gradient {
	display: block;
}
.is-webkit.overlap .main-gradient {
	position: relative;
	width: 100%;
	height: 66px;
	margin-top: -26px;
	z-index: 3;
}
.is-webkit.overlap #main {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.is-webkit.overlap #main .wf-wrap {
	margin-top: -36px;
}

/* Overlap header:end */


/* Main: end */


/* ! Sidebar & content area alignment */

	/* !- Sidebar on the left/right */
	.sidebar {
		position: relative;
		z-index: 9;
	}
	.sidebar-content {
		margin-top: 10px;
	}
	.sidebar-left .sidebar {
		float: left;
	}

	.sidebar-right .sidebar {
		float: right;
		margin-top: 30px;
	}

	.sidebar-left .content {
		float: right;
	}

	.sidebar-right .content {
		float: left;
	}

	.sidebar-left .wf-wrap:before,
	.sidebar-left .wf-wrap:after,
	.sidebar-right .wf-wrap:before,
	.sidebar-right .wf-wrap:after {
		content: "";
		display: table;
	}

	.sidebar-left .wf-wrap:after,
	.sidebar-right .wf-wrap:after {
		clear: both;
	}

	.ancient-ie .sidebar-left .wf-wrap,
	.ancient-ie .sidebar-right .wf-wrap {
		zoom: 1;
	}


	/* !- Full-width page (no sidebar) */

	.sidebar-none .content {
		width: 100%;
	}

	.sidebar-none .sidebar {
		display: none;
	}

/* Sidebar & content area alignment: end */


/* !Content area */

.content {
	padding-top: 5px;
	margin-top: 30px;
}
.fancy-header-on.single .content,
.slideshow-on.single .content,
.title-off.single .content {
	margin-top: -4px;
	padding-top: 0;
}
.testimonials.fancy-header-on .content,
.testimonials.slideshow-on .content,
.testimonials.title-off .content {
	margin-top: -5px;
}
/* Content area: end */


/* !Stripes */

.stripe,
.page-title {
	width: 100%;
	padding: 20px 1000px;
	margin-left: -1000px;
	overflow: hidden;
}

.static-height {
	position: relative;
}
.page-title {
	position: relative;
}
.stripe-parallax-bg,
.fancy-parallax-bg {
	background-attachment: fixed !important;
	background-position-x: 50%;
}

	/*.stripe:before,
	.stripe:after,*/
	.page-title:before,
	.page-title:after,
	#main-slideshow.fixed:after,
	#main-slideshow.layer-fixed:after,
	#main-slideshow.fix:after,
	.sidebar-none .related-projects.slider-wrapper:before,
	.sidebar-none .related-projects.slider-wrapper:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		content: "";
	}
	/*.stripe:after,*/
	.page-title:after,
	#main-slideshow.fixed:after,
	#main-slideshow.layer-fixed:after,
	#main-slideshow.fix:after,
	.sidebar-none .related-projects.slider-wrapper:after {
		top: auto;
		bottom: 0;
	}
.page-title {
	padding-top: 28px;
}
.page-title.title-right,
.page-title.title-left {
	padding-top: 18px;
	padding-bottom: 10px;
}
.woocommerce h1.page-title {
	overflow: visible;
	margin-left: 0;
	padding: 0;
	background: none;
}
.old-ie .woocommerce h1.page-title {
	filter: none;
}
.woocommerce h1.page-title:after,
.woocommerce h1.page-title:before {
	display: none;
}
/* Stripes: end */

/* !Sidebar */


/* Sidebar: end */


/* !Footer */

.footer {
	padding: 50px 0 20px 0;
}

/* Footer: end */


/* !Blog */

.page-info {
	padding: 0 0 10px 0;/*
	margin-bottom: 35px;*/
}
.old-ie .blog-media.wf-td .alignleft {
	max-width: 270px;
}
.post {
	position: relative;
	/*padding-bottom: 20px;*/
}
	.post .alignleft,
	.post .alignnone {
		margin-bottom: 15px;
	}
	.blog.layout-list .post .alignleft,
	.blog.layout-list .post .alignnone {
		margin-bottom: 25px;
	}
	.ancient-ie .post {
		zoom: 1;
	}

	.layout-list .post {
		padding-bottom: 24px;
		margin-bottom: 35px;
	}
	.blog.layout-list .post {
		padding-bottom: 14px;
		margin-bottom: 35px;
	}
	.layout-list .post.format-link {
		padding-bottom: 20px;
	}

	.portfolio .post .link.btn-link,
	.portfolio .post .btn-zoom,
	.layout-masonry.description-under-image .link.btn-link,
	.layout-masonry.description-under-image .project-zoom,
	.portfolio-grid.description-under-image .link.btn-link,
	.portfolio-grid.description-under-image .project-zoom {
		float: right;
	}
	.layout-masonry.description-under-image .link.btn-link,
	.portfolio-grid.description-under-image .link.btn-link {
		margin-left: 10px;
	}
	.layout-masonry.description-under-image .project-zoom,
	.portfolio-grid.description-under-image .project-zoom {
		margin-right: 0;
	}
	.portfolio .post .buttons-on-img .link.btn-link,
	.portfolio .post .buttons-on-img .btn-zoom,
	.layout-masonry.description-under-image .buttons-on-img .link.btn-link,
	.layout-masonry.description-under-image .buttons-on-img .project-zoom,
	.portfolio-grid.description-under-image .buttons-on-img .link.btn-link,
	.portfolio-grid.description-under-image .buttons-on-img .project-zoom  {
		float: none;
	}
	.layout-masonry.description-under-image .buttons-on-img .link.btn-link,
	.portfolio-grid.description-under-image .buttons-on-img .link.btn-link {
		margin-left: 4px;
	}

.post:before,
.post:after {
	content: "";
	display: table;
	clear: both;
}

.entry-tags {
	display: block;
	overflow: hidden;
}

.entry-meta,
.portfolio-categories {
	display: block;
	padding: 1px 0 11px 0;
	overflow: hidden;
}

.entry-meta {
	padding: 0px 0 12px 0;
}
.entry-meta.post-format,
.shortcode-blog-posts .entry-meta.post-format,
.blog .entry-meta.post-format,
.blog.layout-masonry .entry-meta.post-format,
.blog.layout-grid .entry-meta.post-format {
	float: right;
	padding: 0;
	margin-bottom: 10px;
}
.blog .details.more-link {
	margin-bottom: 10px;
}
.blog .details.more-link.edit-link {
	margin-bottom: 0px;
}
.albums .description-under-image .details.more-link {
	float: left;
	margin-bottom: 10px;
}

.entry-meta.post-format a {
	padding-right: 4px;
}
.num-of-items {
	float: right;
}
.num-of-items span {
	padding-right: 23px;
	margin-left: 6px;
	background-repeat: no-repeat;
	background-position: right center;
}
.num-of-items .num-of-videos {
	padding-right: 20px;
}

.portfolio-categories {
	padding: 0px 0 10px 0;
}
.project-post .portfolio-categories {
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.project-post .wf-table .portfolio-categories {
	margin-top: 5px;
}
	.layout-masonry .entry-meta,
	.blog.layout-grid .entry-meta {
		padding: 1px 0 11px 0;
	}
	.single .post .entry-meta,
	.single .post .entry-tags {
		padding: 0px 0 0 0;
		margin-bottom: 5px;
	}

	.single .format-quote .entry-meta,
	.single .format-aside .entry-meta,
	.single .format-status .entry-meta,
	.single .format-link .entry-meta {
		padding: 14px 0 0px 0;
	}

.entry-meta.post-format:before {
		float: left;
		margin: -1px 1px 0 0;
		background-position: center center;
		background-repeat: no-repeat;
		content: "\0000a0";
}
.post-format-icons-disabled .entry-meta.post-format:before,
.post-format-icons-disabled.single .entry-meta:before {
	display: none;
}
.entry-meta.post-format:before {
	float: right;
}
.entry-meta.post-format a {
	border-left: none;
}
.entry-tags:before {
	float: left;
	margin: 1px 5px 0 0;
	width: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	content: "\0000a0";
}
.old-ie .entry-meta.post-format:before,
.old-ie .entry-tags:before {
	display: none;
}
.post-meta {
	margin-bottom: 25px;
}
.single .entry-meta:before {
	float: left;
	margin: 1px 5px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
}
	.entry-meta a,
	.portfolio-categories a {
		position: relative;
		/*border-left: 1px solid;*/
		float: left;
		margin: 0px 1px 0 10px;
		padding-left: 10px;
		text-decoration: none;

		-webkit-transition:	all 0.05s linear 0.05s;
		-moz-transition:	all 0.05s linear 0.05s;
		-ms-transition:		all 0.05s linear 0.05s;
		-o-transition:		all 0.05s linear 0.05s;
		transition:			all 0.05s linear 0.05s;
	}
	.entry-meta a:after,
	.portfolio-categories a:after,
	.entry-tags a:before {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -8px;
		width: 1px;
		height: 15px;
		content: "";
	}

	.rollover-content .entry-meta a:hover,
	.rollover-content .portfolio-categories a:hover,
	.text-on-img .portfolio-categories a:hover {
		text-decoration: underline;
	}
	.entry-tags,
	.entry-tags a,
	.entry-tags span {
		word-wrap: break-word;
	}
	.entry-tags span.single-tags {
		position: relative;
		float: left;
	}
	.single .entry-tags a {
		position: relative;
		float: left;
		margin: 1px 4px 0 5px;
		padding-left: 10px;
		border: none;
		text-decoration: none;
	}
	.entry-meta.post-format a:hover {
		text-decoration: underline;
	}
	.entry-meta a:first-child,
	.entry-tags a:first-child,
	.portfolio-categories a:first-child {
		padding-left: 0;
		margin-left: 0;
	}
	.entry-meta a:first-child:after,
	.entry-tags a:first-child:before,
	.portfolio-categories a:first-child:after {
		display: none;
	}
	.fullwidth-slider .portfolio-categories a {
		float: none;
		display: inline-block;
		/*margin-right: 4px;
		padding-right: 9px;*/
	}


.entry-author {
	margin-bottom: 30px;
	overflow: hidden;
}
.entry-author .text-primary {
	font-weight: bold;
}
	.entry-author .alignright {
		margin-left: 20px;
	}

.entry-author {
	padding: 15px 20px 5px 20px;
}
.wf-table .entry-share .soc-ico {
	float: right;
	min-width: 110px;
	margin-bottom: 5px;
}
.wf-table .portfolio-categories {
	padding: 0;
}
.entry-share {
	margin-top: 20px;
	margin-bottom: 15px;
}
.mfp-title .entry-share {
	margin-top: 15px;
	margin-bottom: 0px;
}
.wf-table .entry-share {
	padding-top: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.project-post .wf-table .entry-share {
	margin-bottom: 20px;
}
.entry-share:before,
.entry-share:after {
	content: "";
	display: table;
	clear: both;
}
	.entry-share .soc-ico {
		overflow: visible;
	}
		.entry-share .soc-ico a {
			position: relative;
			margin: 0 5px 5px 0;
			width: 25px;
			height: 25px;
		}
		.post-meta .wf-td.entry-share .soc-ico a {
			float: right;
		}
			.entry-share .soc-ico a .share-content {
				position: absolute;
				left: 2px;
				top: -28px;
				display: none;
				padding: 0px 10px;
				color: #fff;
				font-size: 11px;
				line-height: 22px;
				white-space: nowrap;
			}
			.entry-share .soc-ico .share-content:after {
				position: absolute;
				left: 50%;
				bottom: -5px;
				margin-left: -5px;
				width: 0;
				height: 0;
				border-left: 5px solid transparent;
				border-right: 5px solid transparent;
				border-top: 6px solid red;
				content: "";
			}


.format-quote blockquote {
	margin-top: 5px;
	padding-top: 25px;
	padding-bottom: 15px;
}

.more-link.dt-btn {
	margin-top: 5px;
}
.post .more-link.dt-btn {
	margin-right: 10px;
}

.portfolio.layout-masonry-grid .post,
.portfolio.grid-text-hovers .portfolio-grid .post,
.layout-masonry-grid .post,
.grid-text-hovers .portfolio-grid .post {
	border: none;
}

.wf-container.grid-text-hovers.portfolio-grid .post,
.wf-container.layout-masonry.layout-masonry-grid .post {
	border: none;
}

.post.project-even,
.post.project-odd {
	margin-top: 5px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.post.project-even .wf-1-3 {
	float: left;
}
.post.project-even .wf-2-3 {
	float: right;
}
	.post .project-media {
		margin-bottom: 20px;
		line-height: 0;
	}
	.project-content {
		margin-top: -5px;
		margin-bottom: 5px;
	}
		.project-content .more-link.dt-btn {
			margin-bottom: 5px;
		}
		.project-media img {
			max-width: 100%;
		}
	.project-media,
	.project-content,
	.ngg-imagebrowser img {
		-webkit-box-sizing:	border-box;
		-moz-box-sizing:	border-box;
		-ms-box-sizing:		border-box;
		-o-box-sizing:		border-box;
		box-sizing:			border-box;
	}
.project-post {
	position: relative;
	padding-bottom: 15px;
}
.sidebar-none .project-post {
	padding-bottom: 15px;
}
	.sidebar-none .related-projects,
	.sidebar-none .content .slider-wrapper.related-projects {
		margin-bottom: 45px;
	}
	.related-projects,
	.content .slider-wrapper.related-projects {
		margin-bottom: 5px;
	}
	.no-comments .sidebar-none .related-projects,
	.no-comments .sidebar-none .content .slider-wrapper.related-projects {
		margin-bottom: -41px;
	}
	.sidebar-none .related-projects.slider-wrapper {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.sidebar-none .related-projects.slider-wrapper .fs-title {
		margin-top: 0;
	}
	.sidebar-none .related-projects.slider-wrapper .fs-entry-content {
		padding-bottom: 0;
	}
	.no-comments .related-projects,
	.no-comments .content .slider-wrapper.related-projects {
		margin-bottom: 20px;
	}
	#reply-title small,
	#cancel-comment-reply-link {
		float: right;
		margin-top: 10px;
	}
	#reply-title small a:hover {
		text-decoration: underline;
	}
	.project-post ul.royalSlider,
	.images-container {
		margin-top: 4px;
		margin-bottom: 25px;
	}
	.images-container img,
	.albums .post img,
	.media .post img,
	.portfolio .post img,
	.blog .post img,
	.shortcode-blog-posts img,
	.wf-container.portfolio-grid img,
	.wf-container.layout-masonry img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.blog.layout-list .post .blog-media img {
		width: 100%;
	}
	.old-ie .images-container img,
	.old-ie .albums .post img,
	.old-ie .media .post img,
	.old-ie .portfolio .post img,
	.old-ie .blog .post img,
	.old-ie .shortcode-blog-posts img,
	.old-ie .wf-container.portfolio-grid img,
	.old-ie .wf-container.layout-masonry img,
	.old-ie .gallery-item .rollover img {
		width: inherit;
	}
	.old-ie .blog .post .dt-format-gallery img {
		width: 100%;
	}
	.images-container {
		line-height: 0;
	}
		.images-list {
			position: relative;
			margin-bottom: 3px;
			line-height: 0;
		}
		.images-list img {
			margin-bottom: 0;
		}
			.images-list-caption {
				position: absolute;
				top: auto;
				bottom: 27px;
				left: 0;
				width: 100%;
				text-align: center;
			}
				.images-list-inner {
					display: inline-block;
					margin: 0 35px;
					padding: 5px 10px 5px;
				}
				.images-list-inner,
				.images-list-inner * {
					color: #fff;
				}
				.images-list-inner h4,
				.images-list-inner a {
					display: inline-block;
					vertical-align: middle;
				}
				.images-list-inner h4 {
					margin-bottom: 5px;
				}

				.images-list-inner p {
					margin-bottom: 0;
				}
/* Portfolio: end */
/* !Masonry */
.iso-item,
.portfolio-grid .wf-cell,
.blog.layout-grid .wf-container.description-under-image .wf-cell,
.grid-masonry .wf-cell,
.shortcode-blog-posts.iso-grid .wf-cell {
	opacity: 0;

	-webkit-transition:	opacity 1000ms ease;
	-moz-transition:	opacity 1000ms ease;
	-ms-transition:		opacity 1000ms ease;
	-o-transition:		opacity 1000ms ease;
	transition:			opacity 1000ms ease;

	-moz-transition-delay:300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
	/*visibility: hidden;*/
}

.slider-masonry {
	width: 100% !important;
}

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

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

.isotope .isotope-item,
.blog.layout-grid .wf-container.isotope .isotope-item,
.shortcode-blog-posts.iso-grid .wf-cell {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

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

/* Masonry: end */


/* !Comments */

#comments {
	margin-bottom: 20px;
}

.comments-title {
	margin-bottom: 20px;
}

#comments .commentlist,
#comments .children {
	margin: 0;
	padding: 0;
	list-style: none;
}
#comments .commentlist {
	margin-bottom: 10px;
}

li.comment,
li.pingback {
	padding-left: 80px;
	margin-bottom: 25px;
}

#comments .children {
	margin-top: 25px;
}

.comment-author .avatar {
	float: left;
	margin: 5px 0 15px -80px;
}

/*.comment-content,
.pingback-content {

}*/
.comment-content {
	padding: 10px 0 14px 0;
}
.pingback-content {
	padding: 0px 0 24px 0;
}

.comment-meta,
.comment-reply-link {
	float: right;
}

.comment-reply-link {
	margin-left: 10px;
}

.fn {
	font-style: normal;
}

.comment-reply-link,
.comment-meta a,
.fn a,
.pingback a {
	text-decoration: none;
}
.comment-reply-link:hover,
.comment-meta a:hover,
.fn a:hover,
.pingback a:hover {
	text-decoration: underline;
}


/* !- Comments form */

.comment #respond {
	padding-top: 24px;
}

#respond #submit {
	display: none;
}

#commentform textarea {
	width: 100%;
	margin: 10px 0;
}
.form-allowed-tags {
	margin-bottom: 20px;
}

.clear-form {
	position: relative;
	float: right;
	padding: 0 18px 0 0;
	text-decoration: none;
}
.old-ie .clear-form {
	padding-right: 0;
}
.clear-form:hover {
	text-decoration: underline;
}
.clear-form:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6.5px;
	width: 13px;
	height: 13px;
	line-height: 13px;
	content: "";
}

/* Comments: end */


/* !Filter and Paginator */

.filter:before,
.paginator:before {
	content: "";
	display: table;
}
.filter:after,
.paginator:after {
	content: "";
	display: table;
	clear: both;
}
.ancient-ie .filter,
.ancient-ie .paginator {
	zoom: 1;
}

.filter {
	padding: 4px 0px 5px 0px;
	margin: 45px 0 20px 0;
}

.portfolio .filter,
.albums .filter {
	padding: 5px 0px 5px 0px;
	margin: 0px 0 25px 0;
}
.portfolio.description-under-image .filter,
.albums.description-under-image .filter,
.portfolio.description-on-hover .filter,
.albums.description-on-hover .filter {
	margin: 0px 0 20px 0;
}
.filter .filter-extras a {
	display: inline-block;
	float: none;
}
.filter-switch {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 13px;
	margin: 0 7px 0 3px;

	-webkit-border-radius:	8px;
	-moz-border-radius:		8px;
	-ms-border-radius:		8px;
	-o-border-radius:		8px;
	border-radius:			8px;
}
.filter-sorting .filter-switch {
	margin-left: 7px;
}
.filter-switch:before {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 11px;
	height: 11px;
	background-color: #fff;
	content: "";

	-webkit-border-radius:	8px;
	-moz-border-radius:		8px;
	-ms-border-radius:		8px;
	-o-border-radius:		8px;
	border-radius:			8px;

	-webkit-transition:	left 300ms ease;
	-moz-transition:	left 300ms ease;
	-ms-transition:		left 300ms ease;
	-o-transition:		left 300ms ease;
	transition:			left 300ms ease;
}
.filter-switch.right-act:before {
	left: 9px;
}
.filter .filter-categories a,
.filter .filter-extras a {
	position: relative;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;


	-webkit-transition:	background-position 0.065s linear, background-size 0.065s linear, background-color 0.05s linear, color 0.05s linear;
	-moz-transition:	background-position 0.065s linear, background-size 0.065s linear, background-color 0.05s linear 0.05s, color 0.05s linear 0.05s;
	-ms-transition:		background-position 0.065s linear, background-size 0.065s linear, background-color 0.05s linear 0.05s, color 0.05s linear 0.05s;
	-o-transition:		background-position 0.065s linear, background-size 0.065s linear, background-color 0.05s linear 0.05s, color 0.05s linear 0.05s;
	transition:			background-position 0.065s linear, background-size 0.065s linear, background-color 0.05s linear, color 0.05s linear;
}
.filter .filter-categories a.act:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 13px;
	content: "";
	text-decoration: none;
	background-position: 11px center;
	background-repeat: no-repeat;
}
	.filter .filter-categories a.act,
	.filter .filter-extras a.act,
	.paginator .page-nav a {
		-webkit-transition-duration:	0.07s;
		-moz-transition-duration:		0.07s;
		-ms-transition-duration:		0.07s;
		-o-transition-duration:			0.07s;
		transition-duration:			0.07s;

		-webkit-transition-delay:	0s;
		-moz-transition-delay:		0s;
		-ms-transition-delay:		0s;
		-o-transition-delay:		0s;
		transition-delay:			0s;
	}

.page-links,
.page-nav,
.filter-categories,
.filter-extras {
	margin-bottom: 10px;
}
.filter-categories.new-style {
	border: none;
}
.filter-categories a {
	white-space: nowrap;
}
	.filter-extras .toggleSwitch {
		padding: 0;
		width: 21px;
		height: 13px;
	}
		.filter-extras .toggleSwitch span {
			float: left;
		}
		.filter-extras .toggleSwitch .act {
			width: 11px;
			height: 11px;
		}
.paginator,
.layout-list .paginator {
	margin: 39px 0 0 0;
	padding-bottom: 10px;
}
.description-under-image .paginator {
	margin: 29px 0 0 0;
}
.blog.layout-grid .paginator,
.portfolio.layout-grid .paginator,
.albums.layout-grid .paginator,
.media.layout-grid .paginator,
.layout-masonry .paginator,
.layout-masonry-grid .paginator,
.team.layout-grid .paginator {
	/*margin: 5px 0 0 0;*/
	padding-top: 40px;
	border-top: 1px solid;
}
.blog.layout-grid.grid-text-hovers .paginator,
.portfolio.layout-grid.grid-text-hovers .paginator,
.albums.layout-grid.grid-text-hovers .paginator,
.media.layout-grid.grid-text-hovers .paginator {
	border-top: none;
	padding-top: 0;
	/*margin-top: 24px;*/
}
.old-ie .blog.layout-grid.grid-text-hovers .paginator,
.old-ie .portfolio.layout-grid.grid-text-hovers .paginator,
.old-ie .albums.layout-grid.grid-text-hovers .paginator,
.old-ie .media.layout-grid.grid-text-hovers .paginator {
	border-top: none;
}
	.layout-masonry .paginator {
		/*margin-top: 5px;*/
	}
	.portfolio.layout-masonry-grid .paginator,
	.portfolio.layout-grid.grid-text-hovers .paginator,
	.albums.layout-masonry-grid .paginator,
	.layout-masonry-grid .paginator,
	.layout-grid.grid-text-hovers .paginator {
		/*margin-top: 29px;*/
	}

	.testimonials.layout-masonry .paginator,
	.portfolio.layout-grid .paginator,
	.description-off.albums.layout-masonry .paginator {
		/*margin-top: 4px;*/
	}
	.team.layout-masonry-grid .paginator,
	.team.layout-grid .paginator {
		margin-top: 29px;
	}
	.testimonials.layout-list .paginator {
		margin-top: 19px;
	}

.filter-categories,
.filter-by a,
.filter-sorting a,
.paginator .page-links {
	float: left;
}

.filter-extras,
.paginator .page-nav {
	float: right;
}
.filter-categories a,
.filter-sorting,
.paginator a {
	border-left-style: solid;
	border-left-width: 1px;
}
.filter-categories.new-style a {
	border: 1px solid;
	margin-right: 5px;
	margin-bottom: 5px;
}
.page-links,
.page-nav,
.filter-categories,
.filter-extras {
	border-style: solid;
	border-width: 1px;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.filter-by,
.filter-sorting,
.filter-categories a,
.paginator a {
	float: left;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;

	margin: -1px -1px -1px 0;
	text-align: center;
	text-decoration: none;


	-webkit-transition:	all 0.05s linear 0.05s;
	-moz-transition:	all 0.05s linear 0.05s;
	-ms-transition:		all 0.05s linear 0.05s;
	-o-transition:		all 0.05s linear 0.05s;
	transition:			all 0.05s linear 0.05s;
}
#page .paginator a:first-child,
#page .filter .filter-categories a:first-child,
#page .filter .filter-extras .filter-by a:first-child,
#main #content nav.woocommerce-pagination ul li:first-child span.current,
.woocommerce-page #main #content nav.woocommerce-pagination ul li:first-child span.current {
	-webkit-border-top-right-radius:	0px;
	-moz-border-top-right-radius:	0px;
	-ms-border-top-right-radius:		0px;
	-o-border-top-right-radius:		0px;
	border-top-right-radius:			0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius:	0px;
	-ms-border-bottom-right-radius:	   0px;
	-o-border-bottom-right-radius:	   0px;
	border-bottom-right-radius:		   0px;
	border-color: transparent;
}
#page .paginator a:last-child,
#page .filter .filter-categories a:last-child,
#page .filter .filter-extras .filter-sorting a:last-child,
#main #content nav.woocommerce-pagination ul li:last-child span.current,
.woocommerce-page #main #content nav.woocommerce-pagination ul li:last-child span.current {
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius:	 0px;
	-ms-border-top-left-radius:	 0px;
	-o-border-top-left-radius:		 0px;
	border-top-left-radius:		 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius:	0px;
	-ms-border-bottom-left-radius:		0px;
	-o-border-bottom-left-radius:		0px;
	border-bottom-left-radius:			0px;
}

.paginator .nav-prev {
	position: relative;
}
.old-ie .paginator .nav-prev {
	padding-left: 11px;
}
.old-ie .paginator .nav-next {
	padding-right: 11px;
}

.paginator .nav-next {
	position: relative;
}

.paginator .nav-prev:before,
.paginator .nav-next:after {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6.5px;
	width: 13px;
	height: 13px;
	line-height: 13px;
	content: "";

	-webkit-transition:	all 0.05s linear;
	-moz-transition:	all 0.05s linear;
	-ms-transition:		all 0.05s linear;
	-o-transition:		all 0.05s linear;
	transition:			all 0.05s linear;
}

/* Filter and Paginator: end */


/* !Widgets */

.sidebar .widget,
.sidebar-content .widget {
	padding: 25px 20px 15px 20px;
	margin-bottom: 2px;
}
.content .widget,
.content .sidebar-content .widget:first-child {
	padding-top: 25px;
	padding-bottom:15px;
}
.content .widget:first-child {
	padding-top: 0px;
}
.sidebar .widget.widget-custom-nav {
	padding-top: 20px;
}
.sidebar .widget:first-child,
.sidebar-content .widget:first-child,
.old-ie .sidebar .widget:first-child {
	border-top: none;
}
	.ancient-ie .sidebar .widget {
		zoom: 1;
	}

.widget:before,
.widget:after {
	content: "";
	display: table;
	clear: both;
}

.footer .widget {
	margin-bottom: 30px;
}

.widget-info {
	margin-bottom: 20px;
}
.content .widget ul {
	list-style: none;
}

/* !- Accordion */
.st-accordion {
	padding-bottom: 10px;
}

	.st-accordion > ul > li {
		overflow: hidden;
		margin: 10px 0 0 0;
		padding: 9px 0 0 0;
		height: 20px;
	}

	.st-accordion > ul > li:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none !important;
	}

		.st-accordion li > a {
			display: block;
			position: relative;
			padding-right: 25px;
			outline:none;
			background-position: right center;
			background-repeat: no-repeat;
		}

		.st-content {
			padding: 10px 0 5px 0;
		}

			.st-content p {
				margin-bottom: 0;
			}

/* Accordion: end */


/* !- Categories */

.custom-categories,
.widget_categories ul {
	padding-bottom: 10px;
}

	.custom-categories li,
	.cat-item {
		margin: 9px 0 0 0;
		padding: 10px 0 0 0;
	}
	.custom-categories > li:first-child,
	.cat-item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none !important;
	}

.custom-categories a,
.cat-item a {
	text-decoration: none;
}
.custom-categories a:hover,
.cat-item a:hover {
	text-decoration: underline;
}

.custom-categories span {
	float: right;
	margin-left: 10px;
}

.custom-categories ul,
.cat-item ul {
	margin-left: 20px;
}

/* Categories: end */


/* !- Calendar */

#wp-calendar {
	border-style: solid;
	border-width:  1px;
	margin: 25px 0 15px 0;
}
	#wp-calendar caption {
		padding: 5px 0 5px 0;
		height: auto;
		border-style: solid;
		border-width:  1px;
		border-bottom: none;
		font-weight:bold;
	}
		#wp-calendar th {
			height: 25px;
		}
		.content #wp-calendar th {
			border: none;
		}
		#wp-calendar td {
			width: 34px;
			height: 25px;
			border-style: solid;
			border-width:  1px;
			vertical-align: middle;
			text-align: center;
			line-height: 20px;
			cursor: default;
		}

			#wp-calendar td a {
				display: block;
				width: 100%;
				text-decoration: none;
			}
		#wp-calendar td.pad,
		.footer #wp-calendar td.pad {
			background: none !important;
			border: none;
		}
		#wp-calendar tfoot td {
			width: auto;
		}
		#wp-calendar tfoot td#prev {
			padding-left: 10px;
			text-align: left;
		}
		#wp-calendar tfoot td#next {
			padding-right: 10px;
			text-align: right;
		}
			#wp-calendar tfoot td a:hover {
				background: none;
				text-decoration: none;
			}
/* Widget "Calendar": end */


/* !- Contact form */

.contact-form {
	padding: 5px 0 5px 0;
}
.content .contact-form {
	margin-bottom: 15px;
}
.content .widget .contact-form {
	margin-bottom: 0;
}
.form-fields {
	margin-bottom: 10px;
	max-width: 270px;
	border: 1px solid #E0E0E0;
}
.form-fields span input {
	-webkit-appearance: none;
	-webkit-border-radius:0;
}
#page .form-fields span:first-child input {
	border: none;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius:	   0px;
	-ms-border-bottom-left-radius:	   0px;
	-o-border-bottom-left-radius:	   0px;
	border-bottom-left-radius:		   0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius:	0px;
	-ms-border-bottom-right-radius:		0px;
	-o-border-bottom-right-radius:		0px;
	border-bottom-right-radius:			0px;
}
#page .form-fields span:last-child input {
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius:	0px;
	-ms-border-top-left-radius:		0px;
	-o-border-top-left-radius:		0px;
	border-top-left-radius:			0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius:    0px;
	-ms-border-top-right-radius:	 0px;
	-o-border-top-right-radius:	     0px;
	border-top-right-radius:		 0px;
}
.contact-form input[type="text"],
.contact-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea {
	width: 100%;
}
.wpcf7-form input[type="submit"] {
	width: auto;
}
.dt-form input,
.dt-form .form-name input,
.dt-form .form-mail input,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.wpcf7-form input {
	max-width: 270px;
	width: 100%;
}
.comments-area .comment-form #submit {
	display: none !important;
}
#reviews .comment-form #submit,
.pp_content {
	display: inline-block !important;
}
.old-ie .comment-form-author input,
.old-ie .form-name input,
.old-ie .comment-form-email input,
.old-ie .form-mail input,
.old-ie .comment-form-url input {
	padding-right: 4px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
}
.contact-form textarea {
	margin: 10px 0;
}

/* Contact form: end */


/* !- Contact info */
.shortcode-contacts,
.shortcode-contact-info {
	margin-bottom: 20px;
}
.contact-info,
.content .contact-info {
	padding-bottom: 10px;
	margin: 0;
}

	.contact-info li {
		margin: 10px 0 0 0;
		padding: 9px 0 0 0;
		list-style: none;
	}
	.contact-info li:first-child {
		border-top: none !important;
		padding-top: 0;
		margin-top: 0;
	}


.soc-ico {
	overflow: hidden;
}
	.widget .soc-ico {
		padding: 5px 0 10px 0;
	}
	.footer .widget .soc-ico {
		padding: 5px 0 0px 0;
	}

	.soc-ico a {
		float: left;
		margin: 0 4px 4px 0px;
		width: 25px;
		height: 25px;
	}

	.soc-ico a:hover {
		opacity: 0.7 !important;
	}
	#top-bar .soc-ico a {
		float: right;
		margin: 2px 0px 2px 4px;
	}
	#top-bar .soc-ico a:hover {
		opacity: 1 !important;
	}

	.old-ie  a.px-500 {
		background-position: -60px 0;
	}
	.old-ie  a.website {
		background-position: -720px 0;
	}
	.old-ie  a.tripedvisor {
		background-position: -600px 0;
	}
	.old-ie  a.behance {
		background-position: -90px 0;
	}
	.old-ie  a.delicious {
		background-position: -120px 0;
	}
	.old-ie  a.devian {
		background-position: -150px 0;
	}
	.old-ie  a.px-500 {
		background-position: -60px 0;
	}
	.old-ie  a.dribbble {
		background-position: -180px 0;
	}
	.old-ie  a.flickr {
		background-position: -240px 0;
	}
	.old-ie  a.forrst {
		background-position: -270px 0;
	}
	.old-ie  a.github {
		background-position: -300px 0;
	}
	.old-ie  a.google {
		background-position: -330px 0;
	}
	.old-ie  a.instagram {
		background-position: -360px 0;
	}
	.old-ie  a.lastfm {
		background-position: -390px 0;
	}
	.old-ie  a.linkedin {
		background-position: -420px 0;
	}
	.old-ie  a.mail {
		background-position: -450px 0;
	}
	.old-ie  a.rss {
		background-position: -510px 0;
	}
	.old-ie  a.skype {
		background-position: -540px 0;
	}
	.old-ie  a.stumbleupon {
		background-position: -570px 0;
	}
	.old-ie  a.tumbler {
		background-position: -630px 0;
	}
	.old-ie  a.vimeo {
		background-position: -690px 0;
	}
	.old-ie  a.vk {
		background-position: -30px 0;
	}
	.old-ie  a.you-tube {
		background-position: 0px 0;
	}
	.old-ie  a.pinterest {
		background-position: -480px 0;
	}
	.old-ie  a.twitter {
		background-position: -660px 0;
	}

	.old-ie  a.facebook {
		background-position: -210px 0;
	}


/* Contact info: end */


/* !- Custom navigation */
.custom-nav {
	margin: 0 -20px;
}
.custom-nav > li:first-child {
	border-top: none !important;
}

.custom-nav > li > a {
	display: block;
	position: relative;
	padding: 9px 20px 10px 20px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;

	-webkit-transition:	all 0.05s linear;
	-moz-transition:	all 0.05s linear;
	-ms-transition:		all 0.05s linear;
	-o-transition:		all 0.05s linear;
	transition:			all 0.05s linear;
}

	.custom-nav > li > a:before {
		display: block;
		position: absolute;
		top: 14px;
		right: 20px;
		width: 13px;
		height: 13px;
		content: "";

		background-repeat: no-repeat;
		background-position: center center;

		-webkit-transition:	all 0.05s linear;
		-moz-transition:	all 0.05s linear;
		-ms-transition:		all 0.05s linear;
		-o-transition:		all 0.05s linear;
		transition:			all 0.05s linear;
	}

.custom-nav > li > ul {
	display: none;
	margin: 0 0px 0 0px;
	padding: 20px 20px 20px 20px;
	border-top: 1px solid;
}

.custom-nav > li > ul a:hover {
	text-decoration: none;
}
.custom-nav > li:last-child > ul {
	margin-bottom: -17px;

	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius:	   8px;
	-ms-border-bottom-left-radius:	   8px;
	-o-border-bottom-left-radius:	   8px;
	border-bottom-left-radius:		   8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius:   8px;
	-ms-border-bottom-right-radius:	   8px;
	-o-border-bottom-right-radius:	   8px;
	border-bottom-right-radius:		   8px;
}

/* Custom menu: end */


/* !- Menu */

.menu,
.custom-menu
.widget_pages > ul {
	margin: 0;
	padding: 0 0 10px 0;
}

.menu li,
.custom-menu li,
.widget_pages li,
.qts-lang-menu li {
	display: block;
	position: relative;
	margin: 9px 0 0 0;
	padding: 10px 0 0 0;
}

.menu > li:first-child,
.custom-menu > li:first-child,
.widget_pages > ul > li:first-child,
.qts-lang-menu li:first-child {
	border: none !important;
	margin-top: 0;
	padding-top: 0;
}
#page .qtrans_flag {
	width: auto;
	height: auto;
	background-position: 0 center;
}

.menu ul:before,
.widget_pages li ul:before {
	display: block;
	position: absolute;
	right: 1px;
	top: 0;
	content: "";
	border-style: solid;
	border-width: 5px;
	border-color: transparent;
}

.menu a,
.custom-menu a,
.widget_pages a {
	text-decoration: none;
	padding-right: 15px;
}
.old-ie .custom-menu a {
	padding-left: 0;
}
.custom-menu a {
	position: relative;
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 center;

	-webkit-transition:	all 0.05s linear;
	-moz-transition:	all 0.05s linear;
	-ms-transition:		all 0.05s linear;
	-o-transition:		all 0.05s linear;
	transition:			all 0.05s linear;
}
.custom-nav .has-children > a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -1px;
	width: 9px;
	height: 6px;
	content: "";
}

.custom-nav .has-children.act > a.active:after {
	margin-top: -3px;
}

	.menu a:hover,
	.custom-menu a:hover,
	.widget_pages a:hover {
		text-decoration: underline;
	}

.menu li ul,
.custom-menu li ul,
.widget_pages li ul,
.content .menu li ul,
.content .custom-menu li ul,
.content .widget_pages li ul {
	margin-left: 20px;
}
.custom-menu li ul {
	padding-top: 10px;
}

/* Menu: end */


/* !- Meta */

.tagcloud {
	padding-bottom: 15px;
}

.widget_tag_cloud a {
	display: inline-block;
	padding: 0 3px;
	margin-bottom: 2px;
	text-decoration: none;

	-webkit-transition:	all 0.05s linear;
	-moz-transition:	all 0.05s linear;
	-ms-transition:		all 0.05s linear;
	-o-transition:		all 0.05s linear;
	transition:			all 0.05s linear;
}

/* Meta: end */

/* !- Recent posts */

.recent-posts {
	margin: 0;
	padding: 0 0 5px 0;
}

	.recent-posts li {
		display: block;
		overflow: hidden;
		margin: 9px 0 0 0;
		padding: 15px 0 5px 0;
	}
	.recent-posts > li:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none !important;
	}

		.recent-posts a {
			text-decoration: none;
		}
		.recent-posts a:hover {
			text-decoration: underline;
		}

		.recent-posts .alignleft {
			margin: 5px 20px 5px 0;
			font-size: 0;
			line-height: 0;
		}

/* Recent posts: end */


/*  !- Recent tweets */

.widget .tp_recent_tweets {
	margin-bottom: 10px;
}

	.widget .tp_recent_tweets li {
		position: relative;
		margin: 14px 0 0 0;
		padding: 15px 0 0 30px;
		background-image: none;
	}
	.old-ie .tp_recent_tweets li {
		padding-left: 0;
	}
	.widget .tp_recent_tweets li:first-child {
		margin-top: 0;
		padding-top: 0;
		border: none !important;
	}

	.widget .tp_recent_tweets li:before {
		position: absolute;
		top: 20px;
		left: 0;
	}

	.widget .tp_recent_tweets li:before {
		display: block;
		width: 20px;
		height: 20px;
		content: "";
	}

	.widget .tp_recent_tweets li:first-child:before {
		top: 5px;
	}

	.widget .tp_recent_tweets .twitter_time {
		font-style: normal;
	}
/* Recent tweets: end */


/* !- Search */

.widget_search form {
	padding-bottom: 5px;
}

.widget_search input[type="text"] {
	width: 100%;
	margin: 5px 0 10px 0;
}

/* Search: end */


/* !- Skills */
.skills {
	padding-bottom: 5px;
}
.skills.hide-percent .skill-value > span {
	display: none !important;
}
.content .skills {
	margin-bottom: 15px;
}
.skill-name {
	margin-bottom: 5px;
}
.skill-name span {
	float: right;
}
.skill {
	margin-bottom: 10px;
	height: 13px;

	-webkit-border-radius:	10px;
	-moz-border-radius:		10px;
	-ms-border-radius:		10px;
	-o-border-radius:		10px;
	border-radius:			10px;
}

	.skill-value {
		position: relative;
		width: 0%;
		height: 100%;
		background: url(/wp-content/themes/LPCORE/images/skill-bg.png) repeat-x 0 bottom;

		-webkit-border-radius:	10px;
		-moz-border-radius:		10px;
		-ms-border-radius:		10px;
		-o-border-radius:		10px;
		border-radius:			10px;
	}
		html:not(.mobile-true) .skill-value {
			-moz-transition-delay:300ms;
			-ms-transition-delay: 300ms;
			-o-transition-delay: 300ms;
			-webkit-transition-delay: 300ms;

			-webkit-transition:	width 1200ms ease;
			-moz-transition:	width 1200ms ease;
			-ms-transition:		width 1200ms ease;
			-o-transition:		width 1200ms ease;
			transition:			width 1200ms ease;
		}

		.skill-value span {
			position: absolute;
			top: -26px;
			right: -16px;
			margin-right: 4px;
			padding: 2px 6px 3px;
			background-color: rgba(0,0,0,0.8);
			color: #fff;
			font-size: 10px;
			font-family: Tahoma, san-serif;
			line-height: 14px;
		}
		.skill-value span:after {
			position: absolute;
			left: 50%;
			bottom: -5px;
			margin-left: -5px;
			width: 0;
			height: 0;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			border-top: 5px solid rgba(0,0,0,0.8);
			content: "";
		}
		.old-ie .skill-value span {
			background: transparent;
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
			zoom: 1;
		}

/* Skills: end */


/* !- Testimonials */

.testimonials {
	padding-bottom: 10px;
}

body.testimonials {
	padding-bottom: 0px;
}

.testimonial-vcard {
	display: table;
	margin: 15px 0 0 0;
	overflow: hidden;
}
/*.testimonial-vcard .wf-td {
	vertical-align: top;
}*/
.testimonial-vcard .alignleft {
	margin: 5px 20px 5px 0;
	font-size: 0;
	line-height: 0;
}
.testimonial-vcard img,
.testimonial-vcard .alignleft {
	-webkit-border-radius:	30px;
	-moz-border-radius:		30px;
	-ms-border-radius:		30px;
	-o-border-radius:		30px;
	border-radius:			30px;
}

	.testimonials.list-view li {
		position: relative;
		overflow: hidden;
		margin: 24px 0 0 0;
		padding: 25px 0 0 0;
	}

	.testimonials.list-view li:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none !important;
	}

/* Testimonials: end */


/* !- Categories, Meta, Blogroll, Archives, Recent Posts, Recent Comments */

.widget_categories > ul,
.widget_meta > ul,
.blogroll > ul,
.widget_archive > ul,
.widget_recent_entries > ul,
.widget_recent_comments > ul,
.widget_links > ul,
.custom-menu {
	padding-bottom: 10px;
}

	.widget_categories li,
	.widget_meta li,
	.blogroll li,
	.widget_archive li,
	.widget_recent_entries li,
	.widget_recent_comments li,
	.widget_links li,
	.custom-menu li {
		margin: 10px 0 0 0;
		padding: 9px 0 0 0;
	}

	.widget_categories li:first-child,
	.widget_meta li:first-child,
	.blogroll li:first-child,
	.widget_archive > ul > li:first-child,
	.widget_recent_entries li:first-child,
	.widget_recent_comments > ul > li:first-child,
	.custom-menu > li:first-child,
	.widget_links > ul > li:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none !important;
	}
		.widget_categories a,
		.widget_meta a,
		.blogroll a,
		.widget_archive a,
		.widget_recent_entries a,
		.widget_recent_comments a,
		.widget_links a {
			text-decoration: none;
		}
		.widget_categories a:hover,
		.widget_meta a:hover,
		.blogroll a:hover,
		.widget_archive a:hover,
		.widget_recent_entries a:hover,
		.widget_recent_comments a:hover,
		.widget_links a:hover {
			text-decoration: underline;
		}

/* Categories, Meta, Blogroll, Archives, Recent Posts: end */

/* Widgets: end */


/* !Shortcodes */

/* !- Fancy grid */

/* !-- Recent posts */
.single .items-grid {
	margin-bottom: -5px;
}
	.items-grid .wf-cell {
		margin-bottom: 30px;
	}

.items-grid .borders {
	position: relative;
}
	.items-grid .borders:before {
		display: block;
		position: absolute;
		bottom: -15px;
		left: 0;
		width: 100%;
		content: "";
	}

.items-grid article {
	overflow: hidden;
}

.items-grid a {
	text-decoration: none;
}

.items-grid .alignleft {
	width: 60px;
	height: 60px;
	margin: 5px 20px 5px 0;
	font-size: 0;
	line-height: 0;
}
.items-grid .alignleft,
.items-grid .alignleft img,
.items-grid .alignleft i,
.recent-posts .alignleft,
.recent-posts .alignleft img,
.recent-posts .alignleft i,
.comment-author .avatar,
.entry-author .alignright img,
.items-grid .blur-effect,
.recent-posts .blur-effect {
	-webkit-border-radius:	30px;
	-moz-border-radius:		30px;
	-ms-border-radius:		30px;
	-o-border-radius:		30px;
	border-radius:			30px;
}

.items-grid .no-avatar,
.recent-posts .no-avatar {
	border-style: solid;
	border-width: 1px;
	background-color: transparent;
}
.no-avatar i,
.old-ie .no-avatar i {
	display: none;
}

.old-ie .items-grid .no-avatar {
	background-image: none;
}

/* !-- Benefits */
.benefits-grid,
.logos-grid {
	margin-bottom: -40px;
}
.benefits-grid:last-child,
.logos-grid:last-child,
#content .wpb_text_column .benefits-grid:last-child,
#content .wpb_text_column .logos-grid:last-child {
	margin-bottom: -40px;
}
	.benefits-grid br {
		display: none;
	}

	.benefits-grid .wf-cell {
		margin-bottom: 40px;
		text-align: center;
	}
	.benefits-style-one.benefits-grid .wf-cell,
	.benefits-style-two.benefits-grid .wf-cell {
		text-align: left;
	}
		.benefits-style-two.benefits-grid .wf-td {
			vertical-align: top;
		}
		.benefits-style-one.benefits-grid .wf-td {
			padding-bottom: 0px;
		}
		.benefits-style-one.benefits-grid.icons-bg .wf-td {
			padding-bottom: 10px;
		}

.benefits-grid .borders {
	position: relative;
	padding-top: 5px;
}
	.benefits-grid .borders:before {
		display: block;
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 100%;
		content: "";
	}
	.benefits-grid .borders:after {
		display: block;
		position: absolute;
		top: 0;
		left: -20px;
		height: 100%;
		content: "";
	}

.benefits-grid p,
.benefits-grid ul,
.benefits-grid ol {
	margin-bottom: 0;
}
.benefits-style-one .wf-table {
	width: auto;
}
.benefits-style-two .wf-table {
	width: auto;
}
.benefits-grid-ico {
	display: block;
	margin: 0 auto 10px auto;
}
.icons-bg .benefits-grid-ico {
	margin: 0 auto 20px auto;
}

.icons-bg .benefits-grid-ico {
	position: relative;
	width: 60px;
	height: 60px;
	font-size: 1px;
	line-height: 60px;
}
.benefits-style-one.benefits-grid.icons-bg .benefits-grid-ico {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.benefits-style-one.benefits-grid .benefits-grid-ico {
	margin: 0 10px 10px 0;
}
.benefits-style-one .borders > div,
.benefits-style-two .borders > div {
	overflow: hidden;
}
.benefits-style-two.benefits-grid.icons-bg .benefits-grid-ico {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.benefits-style-two.benefits-grid .benefits-grid-ico {
	margin: 5px 20px 0 0;
}

	.content .icons-bg .benefits-grid-ico > img {
		max-width: 56px;
		max-height: 56px;
		vertical-align: middle;
		line-height: 0;
	}
	.content .benefits-style-one.icons-bg .benefits-grid-ico > img {
		max-width: 26px;
		max-height: 26px;
		height: auto;
	}
	.content .benefits-style-two.icons-bg .benefits-grid-ico > img {
		max-width: 36px;
		max-height: 36px;
		height: auto;
	}
	.content .benefits-grid-ico > .fa {
		width: auto;
		height: auto;
		font-size: 60px;
		line-height: 60px;
	}
	.content .icons-bg .benefits-grid-ico > .fa {
		width: 60px;
		height: 60px;
		font-size: 32px;
		line-height: 60px;
	}
	.content .icons-bg .benefits-grid-ico > .fa {
		color: #fff;
	}
	.content .benefits-style-two.icons-bg .benefits-grid-ico > .fa {
		width: 40px;
		height: 40px;
		font-size: 23px;
		line-height: 40px;
	}
	.content .benefits-style-two .benefits-grid-ico > .fa {
		width: auto;
		height: auto;
		font-size: 34px;
		line-height: 34px;
	}
	.content .benefits-style-one .benefits-grid-ico > .fa {
		width: auto;
		height: auto;
		font-size: 24px;
		line-height: 30px;
	}
	.content .benefits-style-one.icons-bg .benefits-grid-ico > .fa {
		width: 30px;
		height: 30px;
		font-size: 17px;
		line-height: 30px;
	}
	.benefits-inner {
		margin-top: -5px;
	}
	.benefits-grid .more-link,
	.benefits-grid .details.more-link {
		overflow: hidden;
		margin-top: 10px;
		margin-right: 0;
	}

.grid-ready .borders {
	-webkit-transition:	height 0.2s linear;
	-moz-transition:	height 0.2s linear;
	-ms-transition:		height 0.2s linear;
	-o-transition:		height 0.2s linear;
	transition:			height 0.2s linear;
}

.border-left-none .borders,
.border-left-none .borders:after {
	border-left-color: transparent !important;
}
.border-bottom-none .borders,
.border-bottom-none .borders:before {
	border-bottom-color: transparent !important;
}

/* Fancy grid: end */


/* !- RoyalSlider */

ul.royalSlider {
	padding: 0;
	margin: 0;
}
	ul.royalSlider.alignnone {
		margin: 5px 0 15px 0;
	}
	ul.royalSlider.aligncenter {
		margin: 5px auto 15px auto;
	}
	ul.royalSlider.alignleft {
		margin: 5px 30px 15px 0;
	}
	ul.royalSlider.alignright {
		margin: 5px 0 15px 30px;
	}

/* RoyalSlider: end */


/* !- Image filters */

.filter-grayscale .royalSlider img,
.filter-grayscale .content img,
.filter-grayscale .sidebar img,
.filter-grayscale .footer img,
.filter-grayscale .shortcode-banner,
.filter-grayscale .swiper-container img,
.filter-grayscale .map-container,
.filter-grayscale iframe,
.filter-grayscale embed,
.filter-grayscale object,
.filter-grayscale-static .royalSlider img,
.filter-grayscale-static .content img,
.filter-grayscale-static .sidebar img,
.filter-grayscale-static .footer img,
.filter-grayscale-static .shortcode-banner,
.filter-grayscale-static .swiper-container img,
.filter-grayscale-static .map-container,
.filter-grayscale-static iframe,
.filter-grayscale-static embed,
.filter-grayscale-static object {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */

	/* Make sure that it will not flicker in Desktop Safari due to usage of CSS3 animation in RoyalSlider */
}
.no-touch .filter-grayscale .royalSlider img,
.no-touch .filter-grayscale .content img,
.no-touch .filter-grayscale .sidebar img,
.no-touch .filter-grayscale .footer img,
.no-touch .filter-grayscale .shortcode-banner,
.no-touch .filter-grayscale .swiper-container img,
.no-touch .filter-grayscale .map-container,
.no-touch .filter-grayscale iframe,
.no-touch .filter-grayscale embed,
.no-touch .filter-grayscale object,
.no-touch .filter-grayscale-static .royalSlider img,
.no-touch .filter-grayscale-static .content img,
.no-touch .filter-grayscale-static .sidebar img,
.no-touch .filter-grayscale-static .footer img,
.no-touch .filter-grayscale-static .shortcode-banner,
.no-touch .filter-grayscale-static .swiper-container img,
.no-touch .filter-grayscale-static .map-container,
.no-touch .filter-grayscale-static iframe,
.no-touch .filter-grayscale-static embed,
.no-touch .filter-grayscale-static object {
	-webkit-backface-visibility: visible !important;
	-webkit-transform: inherit !important;
}

/* .filter-grayscale img:hover, */
.filter-grayscale img.filter-disable,
.filter-grayscale .filter-disable img,
.filter-grayscale img.dt-hovered,
.filter-grayscale .dt-hovered img,
.filter-grayscale .rollover:hover img,
.filter-grayscale .rollover-video:hover img,
.filter-grayscale .post-rollover:hover img,
/*.filter-grayscale img:hover,*/
.filter-grayscale .fs-entry:hover img,
.filter-grayscale .rsThumb:hover img,
.filter-grayscale .royalSlider:hover img,
.filter-grayscale .content img:hover,
.filter-grayscale .sidebar img:hover,
.filter-grayscale .footer img:hover,
.filter-grayscale .shortcode-banner:hover,
.filter-grayscale .swiper-container img:hover,
.filter-grayscale .swiper-slide:hover > img,
.filter-grayscale .content .rev_slider_wrapper:hover img,
.filter-grayscale .map-container:hover,
.filter-grayscale iframe:hover,
.filter-grayscale embed:hover,
.filter-grayscale object:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	filter: transparent;
}

/* Image filters:end */

/* !- Call to actions */
.shortcode-action-box,
.shortcode-action-bg.no-line {
	word-wrap: break-word;
}
.shortcode-action-box {
	margin-top: 5px;
}
.shortcode-action-bg.no-line:before {
	background-color: transparent;
}

.text-centered {
	text-align: center;
}
.shortcode-action-box.box-style-table {
	display: table;
	width: 100%;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.box-style-table .action-button {

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
	.box-style-table .shortcode-action-container {
		display: table;
	}
		.box-style-table .shortcode-action-container {
			display: table-cell;
			vertical-align: middle;
		}
.shortcode-action-bg {
	position: relative;
	padding: 25px 40px 15px 35px;
	border-left-width: 5px;
	border-left-style: solid;
}
#page .shortcode-action-bg:before {
	position: absolute;
	left: 0;
	top:0;
	width: 5px;
	height: 100%;
	content: "";

	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius:	0px;
	-ms-border-bottom-right-radius:		0px;
	-o-border-bottom-right-radius:		0px;
	border-bottom-right-radius:			0px;
	-webkit-border-top-right-radius:	0px;
	-moz-border-top-right-radius:		0px;
	-ms-border-top-right-radius:		0px;
	-o-border-top-right-radius:			0px;
	border-top-right-radius:			0px;
}

		.action-button {
			margin-bottom: 20px;
		}
		.box-style-table .action-button {
			padding-top: 0;
			padding-left: 40px;
			margin-bottom: 0;
		}
			.box-style-table .action-button .dt-btn {
				float: right;
				margin-bottom: 10px;
				margin-right: 0;
			}
/* Call to actions:end */

/* !- pullquote */
.shortcode-pullquote {
	background-color: transparent !important;
}
.shortcode-pullquote.align-left {
	float: left;
	margin: 15px 30px 10px 0;
	padding: 5px 20px 5px 0;
	border-right-width: 5px;
	border-right-style: solid;
}
.shortcode-pullquote.align-right {
	float: right;
	margin: 15px 0 10px 30px;
	padding: 5px 0 5px 20px;
	border-left-width: 5px;
	border-left-style: solid;
}
/* pullquote:end */

/* !- blockquote */

.shortcode-blockquote {
	position: relative;
	padding: 25px 20px 25px 20px;
	margin: 0 0 20px 0;
	font-style: normal;

	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 117px 81px;
}
.shortcode-blockquote.block-style-widget:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 117px;
	height: 81px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 117px 81px;
	content: "";
}
.block-style-widget {
	border: none;
}
	.shortcode-blockquote p {
		margin-bottom: 0;
	}

/* blockquote:end */
/* !- List */
.standard-arrow,
.content .standard-arrow,
.content .standard-number-list,
.content .image-arrow {
	margin: 0 0 15px 0;
}
	.standard-arrow li,
	.standard-number-list li {
		padding-left: 24px;
		margin-bottom: 10px;
		list-style: none;
	}
	.old-ie .standard-arrow li {
		padding-left: 0;
	}
	.standard-arrow li {
		background-position: 0 center;
		background-repeat: no-repeat;
		background-size: 13px 13px;
	}
	.list-divider li {
		padding-top: 9px;
		padding-bottom: 10px;
		margin-bottom: 0;
		border-top: 1px solid;
		background-position: 0 13px;
	}
	.list-divider li p {
		margin-bottom: 0;
	}
	.list-divider li:first-child {
		padding-top: 0;
		margin-bottom: 0;
		border: none !important;
		background-position: 0 4px;
	}
	.old-ie .list-divider li:first-child {
		border: none;
	}
.standard-number-list {
	counter-reset: my-badass-counter;
}
	.standard-number-list li {
		position: relative;
		padding-left: 30px;
	}
	.standard-number-list.list-divider li:first-child {
		padding-top: 0;
	}
	.standard-number-list.list-divider li {
		padding-top: 9px;
	}
	.standard-number-list li:before,
	standard-number-list.list-divider li:first-child:before {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background-color: red;
		content: counter(my-badass-counter, decimal);
    	counter-increment: my-badass-counter;
		text-align: center;
		font-size: 11px;
		font-family: Arial,Verdana,sans-serif;
		line-height: 20px;

		-webkit-border-radius:	10px;
		-moz-border-radius:		10px;
		-ms-border-radius:		10px;
		-o-border-radius:		10px;
		border-radius:			10px;
	}
	standard-number-list.list-divider li:first-child {
		padding-top: 0;
	}
	.standard-number-list.list-divider li:first-child:before {
		top: 10px;
	}
	.image-arrow li {
		overflow: hidden;
		width: 100%;
		margin-bottom: 10px;
		list-style: none;
	}
	.image-arrow.list-divider li {
		margin-bottom: 0;
	}
		.image-arrow li .wf-table {
			width: auto;
		}
			.image-arrow li .wf-table div {
				display: table-cell;
				vertical-align: middle;
			}
				.image-arrow li .list-img {
					margin: 0 10px 0px 0;
				}
	.font-arrow ul {
		list-style: none;
	}
		.font-arrow .fa {
			font-size: 14px;
			margin-right: 10px;
		}
/* List:end */
/* !- Accordion, Toggles */
.st-accordion {
	padding-bottom: 10px;
}
.content .st-accordion {
	margin-bottom: 10px;
}
	.st-accordion ul {
		margin: 0;
	}
		.st-accordion > ul > li {
			margin: 10px 0 0 0;
			padding: 9px 0 0 0;
			list-style: none;
		}
		.st-toggle {
			margin: 0px 0 0px 0;
			padding: 0px 0 10px 0;
			list-style: none;
		}

		.st-accordion > ul > li:first-child,
		#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section:first-child .wpb_accordion_header {
			border-top: none !important;
			padding-top: 0;
			margin-top: 0;
		}

			.st-accordion li > a,
			.st-toggle > a {
				display: block;
				position: relative;
				padding-right: 25px;
				outline:none;
				background-position: right center;
				background-repeat: no-repeat;
			}
			.st-toggle > a {
				padding-right: 0;
				padding-left:  25px;
				background-position: 0 center;
			}

			.st-content,
			.st-toggle-content {
				display: none;
				padding: 10px 0 5px 0;
			}

				.st-content p,
				.st-toggle-content p {
					margin-bottom: 0;
				}

/* Accordion, Toggles: end */

/* !- Tabs */
.shortcode-tabs {
	visibility: hidden;
	margin-top: 5px;
}
	.shortcode-tabs .nav {
		display: block;
		margin: 0;
		text-align: left;
		font-size: 0;
		line-height: 20px;
	}
	.shortcode-tabs.centered-tabs .nav {
		text-align: center;
	}
	.shortcode-tabs.tab-style-two .nav {
		float: left;
		margin: 0 0 25px;
		border-width: 1px;
		border-style: solid;
	}
		.shortcode-tabs .tab {
			position: relative;
			display: inline-block;
			margin: 0 1px 0px 0;
			padding: 10px 20px 10px 20px;

			-webkit-box-sizing:	border-box;
			-moz-box-sizing:	border-box;
			-ms-box-sizing:		border-box;
			-o-box-sizing:		border-box;
			box-sizing:			border-box;
		}
		.shortcode-tabs .tab.active-tab {
			z-index: 8;
		}

		.shortcode-tabs.tab-style-two .tab {
			margin: 0;
		}

		.shortcode-tabs .tab:hover {
			cursor: pointer;
		}
		.tab-horizontal.tab-style-two .tab {
			border-left: 1px solid;
		}
		.shortcode-tabs.tab-style-two .tab:first-child {
			border-left: none;
		}

		.shortcode-tabs.tab-style-one {
			border: 1px solid;
		}

		.tab-style-one.tab-horizontal .tab:before,
		.tab-style-three.tab-horizontal .tab:before {
			position: absolute;
			left: 0;
			top: 50%;
			margin-top: -9px;
			width: 1px;
			height: 17px;
			z-index: 98;
			border-left: 1px solid;
			content: "";
		}
		.tab-style-one .tab:first-child:before,
		.tab-style-three .tab:first-child:before {
			border-left: none;
		}
		.tab-style-three.vertical-tab .tab,
		.tab-style-three.tab-horizontal .tab:first-child {
			padding-left: 0;
		}
		.shortcode-tabs.tab-style-one.vertical-tab .tab.active-tab:before,
		.shortcode-tabs.tab-style-three.vertical-tab .tab.active-tab:before  {
			display: none;
		}
		.content .shortcode-tabs.tab-style-two .tab.active-tab.fullsize-tab,
		.content .shortcode-tabs.tab-style-two .tab.active-tab.fullsize-tab:hover {
			background-color: transparent;
		}
		.tab.active-tab:hover {
			cursor: auto;
		}
		.content .shortcode-tabs.tab-style-two .tab.fullsize-tab,
		.content .shortcode-tabs.tab-style-three .tab.fullsize-tab {
			border-right: none;
		}
		.shortcode-tabs.tab-style-two .tab.fullsize-tab:first-child {
			border-top: none;
		}
		.shortcode-tabs.tab-style-two .tab.fullsize-tab,
		.shortcode-tabs.tab-style-three .tab.fullsize-tab {
			padding-left: 25px;
			background-position: 0 12px;
			background-repeat: no-repeat;
		}
		.shortcode-tabs.tab-style-three .tab.fullsize-tab {
			padding-left: 35px;
			background-position: 10px 12px;
		}
		.shortcode-tabs.tab-style-two.tab-horizontal .tab {
			margin-bottom: -1px;
		}

	.tab-style-one.tab-horizontal .tab-inner-content {
		padding: 25px 20px 15px;
		border-top: 1px solid;

		-webkit-box-sizing:	border-box;
		-moz-box-sizing:	border-box;
		-ms-box-sizing:		border-box;
		-o-box-sizing:		border-box;
		box-sizing:			border-box;
	}
	.tab-style-one.vertical-tab .tab-inner-content {
		padding: 25px 30px 15px 30px;
	}
	.tab-style-three.tab-horizontal .tab-inner-content {
		padding: 25px 0 15px;
		border-top: 1px solid;
	}
		.tab-inner-content {
			overflow: hidden;
		}

/*vertical-tab*/
.shortcode-tabs.vertical-tab {
	display: table;
}
	.shortcode-tabs.vertical-tab .nav {
		position: relative;
		display: table-cell;
		margin: 0;
		vertical-align: top;
	}
	.tab-style-one.vertical-tab .nav,
	.tab-style-three.vertical-tab .nav {
		border-right: 1px solid;
	}

	.shortcode-tabs.vertical-tab.centered-tabs .nav {
		vertical-align: middle;
	}
		.shortcode-tabs.vertical-tab .tab {
			display: block;
			float: none;
			margin: 0 1px 1px 0;
			width: 210px;
		}
		.tab-style-two.vertical-tab .tab {
			margin: 0;
		}
		.tab-style-two.vertical-tab .tab,
		.tab-style-three.vertical-tab .tab {
			border-top: 1px solid;
		}
		.shortcode-tabs.tab-style-two.vertical-tab .tab:first-child {
			border-left: none;
			border-top: none;
		}

		.tab-style-one.vertical-tab .tab:after {
			position: absolute;
			top: 0;
			left: 20px;
			width: 170px;
			height: 1px;
			border-top: 1px solid;
			content: "";
		}

		.shortcode-tabs.vertical-tab .tab:first-child:after,
		.shortcode-tabs.vertical-tab .tab:first-child {
			border-top: none;
		}
	.shortcode-tabs.vertical-tab .tab-content {
		display: table-cell;
		vertical-align: top;
	}
	.tab-style-three.vertical-tab .tab-inner-content {
		padding: 0 0 0 30px;
	}
	.shortcode-tabs.vertical-tab.tab-style-two .tab-inner-content {
		padding-left: 30px;
	}

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

	.tab-inner-content {
		display: none;
		clear: both;
	}

	.shortcode-tabs .tab.fullsize-tab {
		display: none;
	}

/* Tabs:end */
/* !- Map */
.map-container {
	padding-top: 5px;
}
	.map-container iframe {
		width: 100%;
	}
/* Map:end */
/* !- Tables */
.shortcode-table-wrap {
	overflow-x: auto;
	margin-bottom: 20px;
}
.shortcode-table,
.content .shortcode-table {
	margin-bottom: 0;
	margin-left: 1px;
	width: 100%;
	border-bottom: none;
	text-align: center;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.shortcode-table-wrap .shortcode-table,
.content .shortcode-table-wrap .shortcode-table {
	width: 99.8%;
}
.shortcode-table td {
	border-top: none;
}
.table-style-one,
.table-style-two,
.shortcode-table-wrap table {
	border-collapse: separate;
	border-spacing: 1px;
}
.shortcode-table-wrap .table-style-three {
	border-collapse: collapse;
	border-spacing: 1px;
}

	.table-style-two td {
		border-bottom: 1px solid #f0f0f0;
	}
		.shortcode-table th,
		.shortcode-table td,
		.shortcode-table-wrap table th,
		.shortcode-table-wrap table td {
			padding:10px 20px 10px 20px;
		}
		.table-style-one td,
		.table-style-two thead td {
			border-collapse: collapse;
			border-spacing: 1px;
		}
		.table-style-three tbody,
		.table-style-three tbody td {
			border-width: 1px;
			border-style: solid;
			border-top: none;
		}

		.table-style-three-head tr {
			border: 1px solid red;
			border-top: none;
			border-bottom: none;
		}
		.shortcode-table-wrap table tbody tr:first-child td {
			border-top: none;
		}

/* Tables:end */
/* !- Pricing Tables */
.full-boxed-pricing {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
	.shortcode-pricing-table {
		margin-bottom: 20px;
	}
	.content .shortcode-pricing-table {
		margin-left: 0;
	}
	.full-boxed-pricing .shortcode-pricing-table {
		display: table-cell;
		padding: 0;
	}
		.shortcode-pricing-table ul {
			margin: 0;
		}
		.full-boxed-pricing .footer-row,
		.full-boxed-pricing .title-row {
			margin-left: 1px;
		}
		.shortcode-pricing-table li {
			padding: 20px;
			list-style: none;
		}
			.shortcode-pricing-table .title-row,
			.shortcode-pricing-table .footer-row {
				padding: 30px 20px;
			}

				.shortcode-pricing-table .normal-row,
				.full-boxed-pricing .last .normal-row {
					padding: 10px 20px;
					border-width: 1px;
					border-style: solid;
					border-bottom: none;
				}
				.shortcode-pricing-table ul li:nth-child(2),
				.full-boxed-pricing .shortcode-pricing-table li:nth-child(2) {
					border-top: none;
				}
				.shortcode-pricing-table:first-child .title-row,
				.shortcode-pricing-table:first-child .footer-row {
					margin-left: 0;
				}
				.full-boxed-pricing .normal-row {
					border-right: none;
				}

.stripe .gw-go * {
	color:inherit;
}




/* Pricing Tables:end */

/* !- Images */

.shortcode-single-image-wrap {
	margin-bottom: 20px;
	max-width: 100%;
}
	.shortcode-single-image {
		position: relative;
		overflow: hidden;
		line-height: 0;
	}

	.shortcode-single-video .fancy-media-wrap,
	.shortcode-single-video .shortcode-teaser-video,
	.post-video,
	.shortcode-video {
		position: relative;
		display: block;
		overflow: hidden;
		padding-top: 30px;
		height: 0;
		padding-bottom: 56.25%;
	}

		.shortcode-single-video iframe,
		.shortcode-single-video object,
		.shortcode-single-video embed,
		.post-video iframe,
		.post-video object,
		.post-video embed,
		.shortcode-video iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		.shortcode-single-image img {
			width: 100%;
			height: auto;
		}
	.borderframe .shortcode-single-image {
		border-style: solid;
	}
	.content .borderframe.caption-on .shortcode-single-image {
		border-bottom: none;
	}
	#main .borderframe.caption-on .shortcode-single-image {
		padding-bottom: 0 !important;
	}

		.shortcode-single-caption {
			width: 100%;
			height: auto;
			padding: 15px 20px;
		}
		.br-standard.borderframe .shortcode-single-caption {
			border: none;
		}

		.shortcode-single-caption {
			border: 1px solid;
			border-top: none;
		}

			.shortcode-single-caption p {
				margin-bottom: 0;
			}
/* Images:end */
.shortcode-single-caption,
.shortcode-single-image,
.shortcode-banner-inside,
.shortcode-banner-bg,
.shortcode-banner,
.fs-entry-content,
.rollover-content {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.stripe .shortcode-banner-inside *,
.content .shortcode-banner-inside * {
	color: inherit;
}
/* !- Teasers */
.shortcode-teaser {
	margin-top: 5px;
	margin-bottom: 15px;
}

.shortcode-teaser.frame-on.img-full {
	-webkit-border-radius:	0px;
	-moz-border-radius:		0px;
	-ms-border-radius:		0px;
	-o-border-radius:		0px;
	border-radius:			0px;
}
.frame-on {
	padding-top: 20px;
}
.frame-on.img-full {
	padding-top: 0px;
}
	.shortcode-teaser-img {
		line-height: 0;
		padding-bottom: 20px;
	}
	.frame-on .shortcode-teaser-img {
		padding: 0px 20px 20px;
	}
	.img-full .shortcode-teaser-img {
		padding: 0 0 20px;
	}
		.shortcode-teaser-img img {
			width: 100%;
			height: auto;
		}
	.frame-on .shortcode-teaser-content {
		padding: 0px 20px 15px;
	}
	.shortcode-teaser-content {
		margin-top: -5px;
	}
	.text-centered .shortcode-teaser-content {
		text-align: center;
	}
		.details,
		.link.btn-link,
		.btn-zoom,
		.project-zoom {
			display: inline-block;
			padding-right: 15px;
			background-repeat: no-repeat;
			background-position: right center;
			text-decoration: none;
		}
		.project-zoom {
			padding-right: 19px;
		}
		.link.btn-link {
			padding-right: 20px;
		}
		.project-content .details,
		.details.more-link {
			margin-right: 20px;
		}
		.btn-zoom {
			margin-right: 10px;
		}
		.shortcode-teaser .details.more-link {
			margin-right: 0px;
		}

		.details:hover,
		.link.btn-link:hover,
		.btn-zoom:hover {
			text-decoration: underline;
		}

/* Teasers:end */
/* !- Banner */
.shortcode-banner {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 5px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: 	 cover;
	-o-background-size: 	 cover;
	-ms-background-size: 	 cover;
	background-size: 	 	 cover;
	line-height: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

	.wf-table .shortcode-banner-inside {
		display: table-cell;
		vertical-align: middle;
	}

.shortcode-banner-link:hover,
.no-mobile #main .shortcode-banner-link.animate-element.start-animation:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	cursor: pointer;
}
	.shortcode-banner img {
		width: 100%;
		height: auto;
	}

	.shortcode-banner-bg {
		height: 100%;
		background-clip: padding-box;
	}
		.shortcode-banner-inside {
			overflow: hidden;
			width: 100%;
			height: 100%;
			padding: 15px 20px;
			background-clip: padding-box;
		}

/* Banner:end */

/* !- Team */
#sidebar .team-container,
#footer .team-container {
	background-color: transparent;
}

.content .slider-content .team-container {
	margin-bottom: 0px;
}
	.team-container img{
		width: 100%;
		height: auto;

	}
	.team-desc {
		padding: 15px 0px 0px;
		text-align: center;
	}
	#sidebar .team-desc,
	#footer .team-desc {
		padding: 15px 0px 15px;
	}

			.team-container .soc-ico {
				padding-top: 5px;
				margin-bottom: 10px;
				font-size: 0;
				line-height: 0;
			}
			#sidebar .team-container .soc-ico,
			#footer .team-container .soc-ico {
				margin-bottom: 0px;
			}
				.team-container .soc-ico a {
					display: inline-block;
					float: none;
				}
		.content .team-items ul {
			margin: 0;
		}

/* Team:end */
/* !- Blog posts */

.blog-content.wf-td,
.blog-media.wf-td {
	vertical-align: top;
}
.blog.layout-list .blog-content {
	margin-bottom: 10px;
}
.layout-masonry .blog-content.wf-td,
.layout-masonry .blog-media.wf-td,
.layout-grid .blog-content.wf-td,
.layout-grid .blog-media.wf-td,
.media-wide .blog-content.wf-td,
.media-wide .blog-media.wf-td,
.iso-container .blog-media.wf-td,
.iso-container .blog-content.wf-td,
.shortcode-blog-posts .wf-td {
	display: block;
}
	.post-item {
		display: inline-block;
		vertical-align: top;
	}
	.has-divider > article {
		padding-top: 15px;
		margin: 15px 0 0;
		border-top-width: 1px;
		border-top-style: solid;
	}
		.post-item article {
			display: table;
		}
			.post-content a {
				text-decoration: none;
			}
			.post-img,
			.post-content {
				display: table-cell;
				vertical-align: top;
			}
			.post-content {
				vertical-align: middle;
			}
			.post-img .alignleft {
				margin-right: 20px;
				margin-bottom: 0;
			}
		.shortcode-blog-posts .post {
			/*padding-bottom: 20px;*/
			border: none;
		}
			.shortcode-blog-posts .entry-meta {
				padding-bottom: 10px;
			}
.navigation-inner {
	overflow: hidden;
	margin-bottom: 15px;
}
.project-content .navigation-inner {
	float: left;
	margin-top: 5px;
	margin-bottom: 25px;
}
.project-content .btn-link.btn-project-link {
	float: left;
	margin-top: 5px;
	margin-bottom: 25px;
}
.project-post .btn-link.btn-project-link,
.project-post .navigation-inner {
	display: inline-block;
	vertical-align: top;
}
	.project-content .navigation-inner a {
		padding-left: 17px;
		margin-right: 20px;
	}

	.project-post .navigation-inner a {
		margin-right: 20px;
	}
	.project-content .navigation-inner .next-post {
		padding-left: 0;
		padding-right: 17px;
	}
	.navigation-inner a {
		text-decoration: none;
		background-repeat: no-repeat;
	}
	.navigation-inner a:hover {
		text-decoration: underline;
	}
	.navigation-inner .prev-post {
		float: left;
		padding-left: 20px;
		background-position: 0 center;
	}
	.navigation-inner .next-post {
		float: right;
		padding-right: 20px;
		background-position: right center;
	}
	.navigation-inner a.disabled {
		opacity: 0.4;
	}
	.navigation-inner a.disabled:hover {
		cursor: auto;
		text-decoration: none;
	}

/*Posts format*/
.format-aside-content {
	padding: 25px 20px 15px;
	margin: 5px 0 15px;
}

	.author-quote {
		border-left: 5px solid;
		padding-left: 10px;
	}

.format-status-content {
	padding: 25px 20px 15px;
	margin: 5px 0 15px;
}
.format-link-content {
	padding: 25px 20px 15px;
	margin: 5px 0 15px;
}
/*Posts format:  end*/
/* Blog posts:end */
/* !- Testimonials */

	.testimonial-item,
	.footer .testimonials.slider-content {
		padding: 25px 20px 20px 20px;
	}
	.layout-list .testimonial-item,
	.testimonials-list .testimonial-item {
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.footer .testimonials.slider-content {
		margin-bottom: 0;
	}
	.footer .widget_presscore-testimonials-slider .widget-title {
		margin-bottom: 25px;
	}
	.footer .testimonials.rsContW .rsBullets {
		bottom: -32px;
		left: 0;
	}
	.testimonial-item.testimonial-item-slider {
		margin-bottom: 33px;
	}
	.no-touch .testimonial-item.testimonial-item-slider,
	.wpb_animate_when_almost_visible,
	.no-touch .benefits-grid.animation-builder,
	.no-touch .wpb_tabs {
		-webkit-backface-visibility: hidden;
	}

	.rsCont .testimonial-item {
		margin-bottom: 20px;
	}
		.testimonial-item ul {
			margin: 0;
			padding: 0;
		}
			.rsContainer li {
				list-style: none;
			}
			.no-avatar {
				width: 50px;
				height: 50px;
				background-repeat: no-repeat;
				background-position: center;
			}
			.comment .no-avatar,
			.items-grid .no-avatar,
			.recent-posts .no-avatar {
				width: 60px;
				height: 60px;
			}

/* Testimonials:end */
/* !- Instagram */
.content .instagram-photos {
	overflow: hidden;
	margin-bottom: 20px;
}
.content .widget .instagram-photos {
	margin-bottom: 0;
}
.widget .instagram-photos {
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 7px;
}
	.instagram-photos a {
		position: relative;
		float: left;
		max-width: 115px;
		line-height: 0;
		border-right: 3px solid transparent;
		border-bottom: 3px solid transparent;

		-webkit-box-sizing:	border-box;
		-moz-box-sizing:	border-box;
		-ms-box-sizing:		border-box;
		-o-box-sizing:		border-box;
		box-sizing:			border-box;
	}
	.widget .instagram-photos a {
		max-width: 77px;
	}
	#footer .widget .instagram-photos a {
		max-width: 90px;
	}
		.instagram-photos img {
		    max-width: 100%;
		    width: 100%;
 			height: auto;
		}
		.instagram-photos a i {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
		}
		.no-touch .instagram-photos a:hover i {
			opacity: 1;
		}
/* Instagram:end */
/* !- Full-width slider */
.ts-wrap {
	position: relative;
	display: block;
}
	.ts-viewport {
		overflow: hidden;
		height: 0;

		-webkit-transition: height 150ms;
		transition: height 150ms;

		-webkit-transform: translatez(0);
		transform: translatez(0);
	}
	.cs-style-1 .ts-viewport {
		overflow: visible;
	}
		.ts-cont,
		.content .ts-cont {
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
			margin: 0 0 0 -20px;
			padding: 0;
			list-style: none;
		}
		.text-on-img .ts-cont,
		.text-on-img .content .ts-cont {
			margin: 0;
		}
		.full .frame ul {
			margin-left: 0;
		}
		.no-touch .frame ul:hover {
			cursor: -moz-grab;
			cursor: -webkit-grab;
		}
		.no-touch .frame.dragged ul,
		.no-touch .frame.dragged ul li *,
		.no-touch .frame.dragged ul li:hover * {
			cursor: move;
			cursor: -moz-grabbing;
			cursor: -webkit-grabbing;
		}

			.ts-cell {
				position: absolute;
				top: 0;
				display: block;
			}

				.ts-slide > img,
				.ts-cell > img {
					max-width: 100%;
				}
			.fs-entry-slide {
				padding:  0 0 0 20px;

				-webkit-box-sizing:	border-box;
				-moz-box-sizing:	border-box;
				-ms-box-sizing:		border-box;
				-o-box-sizing:		border-box;
				box-sizing:			border-box;
			}

			.fs-navigation {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
				.slider-wrapper .prev,
				.slider-wrapper .next {
					position: absolute;
					left: 7px;
					top: 0;
					width: 26px;
					height: 60px;

				}
				.slider-wrapper.full .prev,
				.slider-wrapper.full .next {
					left: 0;
					opacity: 0;
				}
				.slider-wrapper.full .next {
					left: auto;
					right: 0;
				}
				.slider-wrapper .prev i,
				.slider-wrapper .next i {
					position: absolute;
					left: 0px;
					top: 50%;
					margin-top: -30px;
					width: 26px;
					height: 60px;

				}
				.slider-wrapper .prev i,
				.slider-wrapper .next i {
					-webkit-border-radius:	7px;
					-moz-border-radius:		7px;
					-ms-border-radius:		7px;
					-o-border-radius:		7px;
					border-radius:			7px;
				}
				.slider-wrapper.full .prev i,
				.slider-wrapper.full .next i {
					-webkit-border-radius:	0px;
					-moz-border-radius:		0px;
					-ms-border-radius:		0px;
					-o-border-radius:		0px;
					border-radius:			0px;
				}
				.slider-wrapper.full .next i {
					-webkit-border-top-left-radius:	7px;
					-moz-border-top-left-radius:	7px;
					-ms-border-top-left-radius:		7px;
					-o-border-top-left-radius:		7px;
					border-top-left-radius:			7px;
					-webkit-border-bottom-left-radius: 7px;
					-moz-border-bottom-left-radius:	   7px;
					-ms-border-bottom-left-radius:	   7px;
					-o-border-bottom-left-radius:	   7px;
					border-bottom-left-radius:		   7px;
				}
				.slider-wrapper.full .prev i {
					-webkit-border-top-right-radius:	7px;
					-moz-border-top-right-radius:	7px;
					-ms-border-top-left-radius:		7px;
					-o-border-top-right-radius:		7px;
					border-top-right-radius:			7px;
					-webkit-border-bottom-right-radius: 7px;
					-moz-border-bottom-right-radius:	   7px;
					-ms-border-bottom-right-radius:	   7px;
					-o-border-bottom-right-radius:	   7px;
					border-bottom-right-radius:		   7px;
				}
				.slider-wrapper .prev i:before,
				.slider-wrapper .next i:before {
					position: absolute;
					left: -7px;
					top: -7px;
					width: 26px;
					height: 60px;
					content: "";
					border: 7px solid transparent;
				}
				.slider-wrapper .prev i:hover,
				.slider-wrapper .next i:hover {
					cursor: pointer;
				}
				.slider-wrapper .prev.disabled i:hover,
				.slider-wrapper .next.disabled i:hover {
					cursor: auto;
				}
				.slider-wrapper .next {
					left: auto;
					right: 7px;
				}

				.slider-wrapper .prev i:after,
				.slider-wrapper .next i:after {
					position: absolute;
					left: 0;
					top: 0;
					height: 60px;
					width: 24px;
					background-position:center center;
					background-repeat: no-repeat;
					content: "";
				}
				.slider-wrapper .next i:after {
					width: 27px;
				}
				.slider-wrapper .prev.disabled i:after,
				.slider-wrapper .next.disabled i:after,
				.slider-wrapper .prev.disabled i:active:after,
				.slider-wrapper .next.disabled i:active:after {
					opacity: 0.55;
				}
				.slider-wrapper .prev i:active:after,
				.slider-wrapper .next i:active:after {
					opacity: 0.8;
				}

.text-on-img .fs-entry-slide {
	position: relative;
	padding: 0;
}
	.text-on-img .fs-entry-content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 20px;
		text-align: left;
	}
	.touch .text-on-img .fs-entry-content {
		/*display: none;
		opacity: 1 !important;*/
		visibility: hidden;
		opacity: 0;

		-webkit-backface-visibility: hidden;
	}
	.touch .text-on-img.always-show-info .fs-entry-content {
		visibility: visible !important;
		opacity: 1 !important;
	}
	.no-touch .text-on-img:not(.hover-grid) .fs-entry-content {
		display: block;
		opacity: 0;
		-webkit-transition:	opacity 400ms ease;
		-moz-transition:	opacity 400ms ease;
		-ms-transition:		opacity 400ms ease;
		-o-transition:		opacity 400ms ease;
		transition:			opacity 400ms ease;
	}
	.old-ie .text-on-img .fs-entry-content {
		display: none;
	}
	.old-ie .text-on-img .fs-entry:hover .fs-entry-content {
		display: block;
	}
	.no-touch .text-on-img:not(.hover-grid) .fs-entry:hover .fs-entry-content {
		opacity: 1;
	}
	.text-on-img .link {
		cursor: pointer;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.old-ie .text-on-img .link {
		z-index: 10;
	}
.old-ie .swiper-slide .link {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);   /* IE6 & 7 */
	zoom: 1;
}
.no-touch .link.act,
.link.act i,
.rollover-project > a.act i,
.no-touch .rollover-content,
.swiper-slide .link,
.no-touch .fs-entry-img i {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition:	opacity 400ms ease;
	-moz-transition:	opacity 400ms ease;
	-ms-transition:		opacity 400ms ease;
	-o-transition:		opacity 400ms ease;
	transition:			opacity 400ms ease;
}
.albums .rollover-content a:hover,
.albums .rollover-project:hover,
.albums .rollover-project i:hover,
.media .rollover-project:hover,
.media .rollover-project i:hover {
	cursor: pointer;
}
.media .rollover-content:hover {
	cursor: pointer;
}
.no-touch .rollover-project .link.act,
.no-touch .fs-entry-img:hover i {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
.touch .text-on-img .link {
	display: block;
}
.touch .text-on-img .link.act {
	display: none;
}


.rollover-project .link i {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}
/*.rollover-project .link i:before,*/
.swiper-slide .link i:before {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	content: "";
	border-top: 45px solid red;
	border-left: 45px solid transparent;
}

.rollover-project .link i:after,
.close-link,
.swiper-slide .link i:after {
	position: absolute;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
}
.close-link {
	width: 30px;
	height: 30px;
}
.no-touch .slider-wrapper .close-link {
	display: none;
}
.rollover-project .link i:after,
.swiper-slide .link i:after {
	top: 6px;
	right: 6px;
	content: "";
	z-index: 99;
}
.no-touch .fs-entry:hover .link,
.no-touch .shortcode-instagram .fs-entry:hover .link,
.no-touch .swiper-slide:hover > .link {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
.shortcode-instagram .link,
.shortcode-instagram .link a {
	height: 100%;
	width: 100%;
}
.rollover-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	padding: 20px 20px 20px 20px;
	width: 100%;
	height: 100%;
}

.fs-entry-img {
	position: relative;
	line-height: 0;
	font-size: 0;
}
	.fs-entry-img i {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.old-ie .fs-entry-img i {
		display: none;
	}
	.old-ie .fs-entry-img i:after {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -16px 0 0 -16px;
		width: 33px;
		height: 33px;
		background-repeat: no-repeat;
		content: "";
	}
.fs-entry-content {
	display: block;
	padding: 20px 0px 20px 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	opacity: 0;
}
.fs-entry {
	opacity: 0;
}
.text-on-img .fs-entry {
	opacity: 1;
}
.no-touch .rollover-content,
.touch .albums .rollover-content,
.touch .media .rollover-content {
	display: block;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}
.close-link:hover:parent {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}
.no-touch .rollover-project:hover .rollover-content {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
.rollover-project a:hover {
	cursor: pointer;
}
	.project-details,
	.project-link {
		margin-right: 17px;
	}
	.fs-entry-content .project-details,
	.fs-entry-content .project-link {
		margin: 0 10px 0 0;
	}
	.text-on-img .fs-entry-content .links-container > a {
		margin-bottom: 5px;
	}
	.project-details,
	.project-link,
	.btn-project-link {
		margin-bottom: 5px;
		padding-right: 18px;
		background-repeat: no-repeat;
		background-position: right center;
		text-decoration: none;
	}
	.project-details {
		padding-right: 14px;
	}
	.btn-link.btn-project-link {
		padding-right: 18px;
		background-position: right 2px;
	}

	.project-details:hover,
	.project-link:hover,
	.project-zoom:hover,
	.btn-link.btn-project-link:hover {
		text-decoration: underline;
	}
	.old-ie .project-details,
	.old-ie .project-link,
	.old-ie .swiper-link {
		padding-right: 0

	}

	.close-link {
		right: -3px;
		top: -3px;
		cursor: pointer;
		display: none;
	}
	.fs-entry .close-link {
		right: 0px;
		top: 0px;
	}

	.touch .close-link,
	.slider-wrapper .close-link,
	.swiper-slide .close-link {
		display: block;
	}

.fs-title {
			margin: 30px 0 35px;
			text-align: center;
		}
.slider-wrapper {
	position: relative;
	margin: 5px 0 0px;
}
.slider-wrapper.full {
	margin-top: 0;
}
/* Full-width slider:end */


/* !- Tooltip */

.shortcode-tooltip {
	border-bottom: 1px dashed;
}
.shortcode-tooltip:hover {
	border: none;
	cursor: help;
}

	.tooltip-c{
		display: none;
	}
	.shortcode-tooltip-content {
		position:absolute;
		left:-9999px;
		z-index:999;
		display: none;
		overflow: visible;
		margin: 5px 0 15px;
		padding: 13px 20px 17px;

		min-width: 210px;
		max-width: 210px;

		background: rgba(24, 25, 25, 0.95);
		color: #8f8f8f;
	}
	.old-ie .shortcode-tooltip-content {
		background: transparent;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2181919,endColorstr=#F2181919)"; /* IE8 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2181919,endColorstr=#F2181919);   /* IE6 & 7 */
		zoom: 1;
	}

		.tooltip-title {
			display: block;
			margin-bottom: 10px;
		}
		.tooltip-title.text-big {
			color: #fff;
		}
/* Tooltip:end */
/* !- Logos */
.logos-grid {
}
.logos-grid .wf-cell {
	margin-bottom: 40px;
	text-align: center;
}

.logos-grid .borders {
	position: relative;
	font-size: 0;
}
.logos-grid .borders:before {
	position: absolute;
	display: block;
	bottom: -20px;
	left: 0;
	width: 100%;
	content: "";
}
.logos-grid .borders:after {
	position: absolute;
	display: block;
	top: 0;
	left: -20px;
	height: 100%;
	content: "";
}
	.logos-grid .borders a {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		line-height: 0;
	}
	.logos-grid .borders a:hover {
		opacity: 0.7;
	}
	.old-ie .logos-grid .borders a {
		display: block;
	}
		.logos-grid .borders img {
			max-width: 100%;
			height: auto;
		}
.logo-items li {
	text-align: center;
}
	.logo-items li a {
		line-height: 0;
		font-size: 0;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

		-webkit-transition:	opacity 400ms ease;
		-moz-transition:	opacity 400ms ease;
		-ms-transition:		opacity 400ms ease;
		-o-transition:		opacity 400ms ease;
		transition:			opacity 400ms ease;
	}
		.logo-items img {
			max-width: 100%;
			height: auto;
		}
	.logo-items li a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}

/* Logos:end */
/* !- Buttons */
.dt-btn.btn-white,
.content .dt-btn.btn-white {
	background-color: #fff;
	color: #2e2e2f;
}
.dt-btn {
	margin-right: 10px;
}

.dt-btn.btn-red,
.content .dt-btn.btn-red,
#main-slideshow .tp-button.red,
#main-slideshow .purchase.red {
	background-color: #d73b37;
	color: #ffffff;
}
#main-slideshow .tp-button,
#main-slideshow .purchase {
	background-image: none;
	color: #ffffff !important;
}

.dt-btn.btn-berry,
.content .dt-btn.btn-berry {
	background-color: #e32a5a;
	color: #ffffff;
}

.dt-btn.btn-orange,
.content .dt-btn.btn-orange,
#main-slideshow .tp-button.orange,
#main-slideshow .purchase.orange {
	background-color: #f36c0a;
	color: #ffffff;
}

.dt-btn.btn-yellow,
.content .dt-btn.btn-yellow {
	background-color: #f2a809;
	color: #ffffff;
}

.dt-btn.btn-pink,
.content .dt-btn.btn-pink {
	background-color: #fd8fb6;
	color: #ffffff;
}

.dt-btn.btn-green,
.content .dt-btn.btn-green {
	background-color: #8cc63a;
	color: #ffffff;
}

.dt-btn.btn-dark-green,
.content .dt-btn.btn-dark-green,
#main-slideshow .tp-button.green,
#main-slideshow .purchase.green {
	background-color: #3ab459;
	color: #ffffff;
}

.dt-btn.btn-blue,
.content .dt-btn.btn-blue {
	background-color: #27cff3;
	color: #ffffff;
}

.dt-btn.btn-dark-blue,
.content .dt-btn.btn-dark-blue,
#main-slideshow .tp-button.blue,
#main-slideshow .purchase.blue {
	background-color: #2985c6;
	color: #ffffff;
}

.dt-btn.btn-violet,
.content .dt-btn.btn-violet {
	background-color: #6946b8;
	color: #ffffff;
}

.dt-btn.btn-black,
.content .dt-btn.btn-black,
#main-slideshow .tp-button.darkgrey,
#main-slideshow .purchase.darkgrey {
	background-color: #3e3f3f;
	color: #ffffff;
}

.dt-btn.btn-gray,
.content .dt-btn.btn-gray,
#main-slideshow .tp-button.lightgrey,
#main-slideshow .purchase.lightgrey {
	background-color: #a5a6a7;
	color: #ffffff;
}

/* Buttons:end */

/*!- highlighted text*/
.dt-highlight {
	padding: 1px 4px;
}
.dt-highlight.highlight-white {
	background-color: #fff;
	color: #2e2e2f;
}
.dt-highlight.highlight-red {
	background-color: #d73b37;
	color: #ffffff;
}
.dt-highlight.highlight-berry {
	background-color: #e32a5a;
	color: #ffffff;
}
.dt-highlight.highlight-orange {
	background-color: #f36c0a;
	color: #ffffff;
}
.dt-highlight.highlight-yellow {
	background-color: #f2a809;
	color: #ffffff;
}
.dt-highlight.highlight-pink {
	background-color: #fd8fb6;
	color: #ffffff;
}
.dt-highlight.highlight-green {
	background-color: #8cc63a;
	color: #ffffff;
}
.dt-highlight.highlight-dark-green {
	background-color: #3ab459;
	color: #ffffff;
}
.dt-highlight.highlight-blue {
	background-color: #27cff3;
	color: #ffffff;
}
.dt-highlight.highlight-dark-blue {
	background-color: #2985c6;
	color: #ffffff;
}
.dt-highlight.highlight-violet {
	background-color: #6946b8;
	color: #ffffff;
}
.dt-highlight.highlight-black {
	background-color: #3e3f3f;
	color: #ffffff;
}
.dt-highlight.highlight-gray {
	background-color: #a5a6a7;
	color: #ffffff;
}
/* highlighted text: end */
/* Shortcodes: end */

/* !- Rollovers*/
.rollover,
.rollover-video,
.post-rollover,
.rollover-project .link {
	position: relative;
	display: block;
	line-height: 0;
	text-decoration: none;
}
.gallery-item .gallery-icon .rollover {
	display: inline-block;
}
.rollover img {
	max-width: 100%;
	height: auto;
}
.rollover:hover {
	text-decoration: none;
}
.format-gallery .rollover {
	overflow: hidden;
}

	.rollover i {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.rollover i,
	.post-rollover i,
	.rollover-video i:after,
	.rollover-project .link i,
	.rollover-thumbnails,
	.rollover-video .video-icon,
	.rollover-video i {
		-webkit-transition:	all 450ms ease;
		-moz-transition:	all 450ms ease;
		-ms-transition:		all 450ms ease;
		-o-transition:		all 450ms ease;
		transition:			all 450ms ease;
	}
		.rollover i:after {
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -25px 0 0 -25px;
			width: 50px;
			height: 50px;
			content: "";
		}

		.albums .rollover.rollover-thumbnails-on i:after {
			display: none;
		}
		.albums .rollover-zoom.rollover i:after,
		.albums .rollover-small.rollover i:after {
			display: block;
		}

		.rollover i:after {
			background-position: center center;
			background-repeat:  no-repeat;
		}
		.rollover-small i:after {
			width: 30px;
			height: 30px;
			margin: -15px 0 0 -15px;
		}
	.no-touch .rollover:hover i,
	.no-touch .rollover-project.buttons-on-img:hover i,
	.touch .rollover.is-clicked i,
	.touch .rollover-content.is-clicked,
	.rollover-video:hover i  {
		display: block;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	.no-touch .rollover-project.buttons-on-img i:after {
		display: none;
	}
	.touch .rollover-content.hide-content {
		display: none;
	}
	.touch .fs-entry i {
		display: none;
	}
	.rollover-video i {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	.old-ie .rollover-video .video-icon:after {
		position: absolute;
		top: 50%;
		left: 60%;
		width: 60px;
		height: 70px;
		margin: -35px 0 0 -60px;
		content: "";
	}
	.rollover-video .video-icon {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		background-position: center center;
		background-repeat: no-repeat;
	}
	.portfolio .rollover-video .video-icon,
	.albums .rollover-video .video-icon,
	.media .rollover-video .video-icon,
	.portfolio .rollover-video:hover .video-icon,
	.albums .rollover-video:hover .video-icon,
	.media .rollover-video:hover .video-icon {
		/*display: none;*/
		opacity: 0;
	}
	.portfolio .rollover-video i:after,
	.albums .rollover-video i:after,
	.media .rollover-video i:after {
		display: block;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		content: "";
		background-repeat: no-repeat;
		background-position: center center;
	}
	.portfolio .rollover-video:hover i,
	.albums .rollover-video:hover i,
	.media .rollover-video:hover i {
		opacity: 1;
	}
	.format-gallery-normal .rollover-video .video-icon {
		background-size: 50px 50px;
	}
	.rollover-video .video-icon:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	.format-video .rollover i:after {
		background-position: 19px center;
	}

	/*recent posts rollover*/
	.post-rollover i {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0;
	}
	.old-ie .post-rollover i:after {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 16px;
		height: 16px;
		margin: -8px 0 0 -8px;
		content: "";
		background-repeat: no-repeat;
		background-position: -2px -470px;
	}

	.no-touch .post-rollover:hover i {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	/*Portfolio grid rollovers*/
	.rollover-project {
		position: relative;
		overflow: hidden;
	}
	.post .rollover-project.alignnone {
		margin-bottom: 0;
	}

		.rollover-project .link i {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.15);
			opacity: 0;
			filter: alpha(opacity=0);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		}
		.old-ie .rollover-project .link i {
			background: transparent;
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000)"; /* IE8 */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);   /* IE6 & 7 */
			zoom: 1;
		}


	/*Gallery post format rollover*/
	.rollover-thumbnails {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -32px 0 0 -70px;
		width: 140px;
		height: 140px;
		z-index: 100;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.rollover-content .rollover-thumbnails {
		position: relative;
		display: block;
		height: 115px;
		top: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		opacity: 1;
	}
	/*.touch .rollover-thumbnails {
		display: none;
	}*/
	.format-gallery.post i:after,
	.format-gallery.post i:before,
	.format-gallery.post .post-rollover i:after,
	.format-gallery.post .post-rollover i:before {
		display: none;
	}
	.format-gallery.post .items-grid i:after,
	.format-gallery.post .items-grid i:before,
	.format-gallery.post .dt-format-gallery i:before,
	.format-gallery.post .dt-format-gallery i:after  {
		display: block;
	}
	.rollover-thumbnails span {
		position: absolute;
		top: 0;
		left: 0;
		width: 90px;
		height: 90px;
		-webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.15);
		box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.15);
	}
	.rollover-thumbnails span,
	.rollover-thumbnails span img {
		-webkit-border-radius:	50%;
		-moz-border-radius:		50%;
		-ms-border-radius:		50%;
		-o-border-radius:		50%;
		border-radius:			50%;
	}
	.no-touch .rollover:hover .rollover-thumbnails,
	.touch .rollover.is-clicked .rollover-thumbnails {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.rollover-thumbnails span i:after,
	.rollover-thumbnails span i {
		display: none !important;
	}
	.rollover-thumbnails .r-thumbn-1 {
		top: 0px;
		left: 49px;
		z-index: 102;
	}
	.rollover-thumbnails .r-thumbn-2 {
		top: -25px;
		left: 42px;
		width: 50px;
		height: 50px;
		z-index: 100;
	}
	.rollover-thumbnails .r-thumbn-3 {
		top: 4px;
		left: 0px;
		width: 70px;
		height: 70px;
		z-index: 101;
	}

	.rollover-content .rollover-thumbnails .r-thumbn-1 {
		top: 25px;
	}
	.rollover-content .rollover-thumbnails .r-thumbn-2 {
		top: 0px;
	}
	.rollover-content .rollover-thumbnails .r-thumbn-3 {
		top: 29px;
	}
	.old-ie .rollover i,
	.old-ie .post-rollover i,
	.old-ie .rollover-project .link i,
	.old-ie .swiper-slide .link {
		display: none;
	}


/* Rollovers: end*/

/* !- WP gallery */
.dt-format-gallery {
	overflow: hidden;
	margin-bottom: 25px;
	max-width: 100%;
}
.dt-format-gallery.shortcode-gallery {
	margin-bottom: 0;
}

	.dt-format-gallery.shortcode-gallery a {
		line-height: 0;
	}
	.dt-format-gallery a.big-img,
	.dt-format-gallery .rollover-video.big-img {
		border-bottom: none;
	}
	.gallery-col-1 > a,
	.gallery-col-1 .rollover-video {
		width: 100%;
	}
	.gallery-col-2 > a,
	.gallery-col-2 .rollover-video {
		width: 50%;
	}
	.gallery-col-2 > a.big-img,
	.gallery-col-2 .rollover-video.big-img {
		width: 100%;
	}
	.gallery-col-3 a.big-img,
	.gallery-col-3 .rollover-video.big-img {
		width: 66.6667%;
	}
	.gallery-col-3 > a,
	.gallery-col-3 .rollover-video {
		width: 33.3333%;
	}

	.gallery-col-4 a.big-img,
	.gallery-col-4 .rollover-video.big-img {
		width: 50%;
	}

	.gallery-col-4 > a,
	.gallery-col-4 .rollover-video {
		width: 25%;
	}
	.gallery-col-5 a.big-img,
	.gallery-col-5 .rollover-video.big-img {
		width: 40%;
	}

	.gallery-col-5 > a,
	.gallery-col-5 .rollover-video {
		width: 20%;
	}

	.gallery-col-6  a.big-img,
	.gallery-col-6 .rollover-video.big-img {
		width: 33.3333%;
	}

	.gallery-col-6 > a,
	.gallery-col-6 .rollover-video {
		width: 16.6667%;
	}


		.gallery-coll-half {
			float: left;
			line-height: 0;
		}

		.gallery-coll-fourth {
			float: left;
		}
		.dt-format-gallery a,
		.dt-format-gallery .rollover-video {
			max-width: 100%;
			float: left;
			border-bottom: 3px solid transparent;
			border-right: 3px solid transparent;

			-webkit-box-sizing:	border-box;
			-moz-box-sizing:	border-box;
			-ms-box-sizing:		border-box;
			-o-box-sizing:		border-box;
			box-sizing:			border-box;
		}
		.dt-format-gallery.gallery-col-1 a.big-img,
		.dt-format-gallery.gallery-col-1 .rollover-video.big-img,
		.dt-format-gallery.gallery-col-2 a.big-img,
		.dt-format-gallery.gallery-col-2 .rollover-video.big-img {
			border-bottom: 3px solid transparent;
		}
			.dt-format-gallery img {
				width: 100%;
				height: auto;
			}
/*.grid-masonry.wf-container {
	margin: 0 -20px;
}
.grid-masonry .wf-cell {
	padding: 0 20px;
}*/

/* WP gallery:end */
/* !- Loading */
body #load {
	background-color: #FFFFFF;
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 9501;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}


.ls-defaultskin .ls-loading-indicator {
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.ls-defaultskin .ls-loading-indicator:before{content:"\f110"}

	body #load .fa-spinner,
	.loading-label .fa,
	#page .tp-loader .fa,
	#page .ls-defaultskin .ls-loading-container .fa,
	#page .ls-carousel .ls-loading-container .fa,
	#page .ls-defaultskin .ls-loading-indicator {
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -35px 0 0 -35px;
		width: 70px;
		height: 70px;
		text-align: center;
		font-size: 70px;
		-webkit-animation: spin 2s infinite linear;
		-moz-animation: spin 2s infinite linear;
		-o-animation: spin 2s infinite linear;
		animation: spin 2s infinite linear;
	}
	.loading-label .fa,
	#page .tp-loader .fa,
	#page .ls-defaultskin .ls-loading-container .fa,
	#page .ls-carousel .ls-loading-container .fa,
	#page .ls-defaultskin .ls-loading-indicator {
		left: 0;
		top: 0;
		margin: 10px 0 0 10px;
		width: 50px;
		height: 50px;
		text-align: center;
		font-size: 50px;
	}
.loading-label,
#page .tp-loader,
#page .ls-defaultskin .ls-loading-container,
#page .ls-carousel .ls-loading-container {
	overflow: hidden;
	padding: 5px;
	width: 60px;
	height: 60px;
	background-image: none;
	font-size: 0;
	line-height: 0;

	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:	0px 0px 4px rgba(0, 0, 0, 0.20);
	-ms-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	-o-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	box-shadow:			0px 0px 4px rgba(0, 0, 0, 0.20);
}
#page .ls-carousel .ls-loading-container .ls-loading-indicator {
	background: none;
}
#page .ls-defaultskin {
	background-color: transparent;
}
.loading-label,
#main-slideshow .tp-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	z-index: 2000;
}
#main-slideshow .tp-loader {
	z-index: 9000;
}

/* Loading:end */

/* !- Metro slideshow */
.swiper-container {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.swiper-wrapper {
	height: 0px;
	overflow: hidden;

	-webkit-transition:	height 1400ms ease;
	-moz-transition:	height 400ms ease;
	-ms-transition:		height 400ms ease;
	-o-transition:		height 400ms ease;
	transition:			height 1400ms ease;
	opacity: 0;
}
.swiper-wrapper .swiper-slide {
	width: 20%;
	height: 100%;
	-webkit-backface-visibility: hidden;
}
.swiper-container img,
.swiper-slide img {
	float: left;
	width: 100%;
	height: auto;
}
.swiper-slide {
	position: relative;
	float: left;
}
.swiper-nested1,
.swiper-nested1 .swiper-slide {
	position: relative;
	width: 100%;
	height: 500px;
}
.swiper-nested1 .swiper-slide {
	width: 500px;
	height: 100%;
}

/* Nested Swipers*/

.swiper-nested2 .swiper-slide {
	line-height: 0;
}

.swiper-caption {
	position: absolute;
	bottom: 5px;
	left: 20px;
}
	.swiper-caption h4 {
		overflow: hidden;
	}

	.swiper-link {
		padding: 0 0 10px 20px;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
.arrow-left,
.arrow-right {
	position: absolute;
	z-index: 300;
	top: 50%;
	left: 0px;
	margin-top: -20px;
	width: 50px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.arrow-right {
	left: auto;
	right: 0px;
}
.arrow-left:hover,
.arrow-right:hover,
.arrow-top:hover,
.arrow-bottom:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.swiper-container .disable,
.swiper-container .disable:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.arrow-top,
.arrow-bottom {
	position: absolute;
	z-index: 900;
	right: 10px;
	bottom: 6px;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.arrow-top {
	bottom: 30px;
}
.swiper-slide .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	cursor: pointer;
}
.swiper-caption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	padding: 20px;
	width: 100%;
	height: 100%;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}


/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 *
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
	background-color: #000;
	margin-top: -1px;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;

	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);

	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;

	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	overflow: hidden;
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/

.swiper-slide {
	/* Specify Slides's Size: */

	width: 100%;
	height: 100%;
}
/* Metro slideshow:end */

/* !- 3D Slideshow */
#main-slideshow.fixed .three-d-slider {
	margin: 0 auto;
	max-width: 1200px;
}
.three-d-slider {
	position: relative;
	overflow: hidden;
	height: 500px;
	z-index: 1;
	background-color: #000;
}
.plane { 	/*initial images containers*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	visibility:hidden;
}
	.plane img {
		visibility: hidden;
	}

/***Photos containers BEGIN***/
div.container {
	position:absolute;
	top:50px;
	left:50px;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: (50, 50);

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
	.container-1 {
		z-index: 3;
	}
	.container-2 {
		z-index: 6;
	}
	.container-3 {
		z-index: 9;
	}
	.slide-me .container {
		-moz-transition-property: left, top !important;
		-ms-transition-property: left, top !important;
		-o-transition-property: left, top !important;
		-webkit-transition-property: left, top !important;


		-moz-transition-duration: 0ms !important;
		-ms-transition-duration: 0ms !important;
		-o-transition-duration: 0ms !important;
		-webkit-transition-duration: 0ms !important;
	}
	.scale-me .container {
		-moz-transition-property: -moz-transform, opacity;
		-ms-transition-property: -ms-transform, opacity;
		-o-transition-property: -o-transform, opacity;
		-webkit-transition-property: -webkit-transform, opacity;

		-moz-transition-duration: 300ms 1000ms;
		-ms-transition-duration: 300ms 1000ms;
		-o-transition-duration: 300ms 1000ms;
		-webkit-transition-duration: 300ms 1000ms;
	}
		.useJS.scale-me .container {
			-moz-transition-property: opacity;
			-ms-transition-property: opacity;
			-o-transition-property: opacity;
			-webkit-transition-property: opacity;

			-moz-transition-duration: 1000ms;
			-ms-transition-duration: 1000ms;
			-o-transition-duration: 1000ms;
			-webkit-transition-duration: 000ms;
		}

		.useJS .container-1, .useJS .container-2, .useJS .container-3 {
			-moz-transform: none;
			-webkit-transform: none;
			-o-transform: none;
		}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.container-1 {
		-ms-transform: scale(0.14, 0.14);
	}
	.container-2 {
		-ms-transform: scale(0.23, 0.23);
	}
	.container-3 {
		-ms-transform: scale(0.35, 0.35);
	}
		.photo.show {
			-ms-transform: scale(2.86, 2.86);
		}
		.container .l3 {
			-ms-transform: scale(7.15, 7.15);
		}
}
/***Photos containers END***/
/***Photos BEGIN***/
	.three-d-slider .photo {
		position:absolute;
		padding: 0;
		margin: 0;
	}
		.three-d-slider .photo:hover {
			cursor: pointer;
		}
		.lightbox .container .photo:hover {
			cursor: default;
		}
	.useJS .container .photo.show {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
	}

	.three-d-slider .photo.show {
		max-height:100%;
		-moz-transform-property: scale;
		-webkit-transform-property: scale;
		-o-transform-property: scale;
	}

	.photo.top-slice {
		z-index: 999;
		cursor: default;
		-moz-transition-property: left, top !important;
		-ms-transition-property: left, top  !important;
		-o-transition-property: left, top !important;
		-webkit-transition-property: left, top !important;

		-moz-transition-duration: 400ms;
		-ms-transition-duration: 400ms;
		-o-transition-duration: 400ms;
		-webkit-transition-duration: 400ms;

		-moz-transition-delay: 0 !important;
		-ms-transition-delay: 0 !important;
		-o-transition-delay: 0 !important;
		-webkit-transition-delay: 0 !important;
	}
/***Photos END***/
/***Rollover BEGIN***/
	canvas.corners {
		display: none; /*required for chrome*/
		position:absolute;
		cursor: pointer;
		opacity:0;

		-moz-transition-property: opacity;
		-ms-transition-property: opacity;
		-o-transition-property: opacity;
		-webkit-transition-property: opacity;

		-moz-transition-duration: 450ms;
		-ms-transition-duration: 450ms;
		-o-transition-duration: 450ms;
		-webkit-transition-duration: 450ms;
	}
	canvas.corners:hover {
		opacity:0.7;
	}
	.container:hover canvas.corners {
		display: block; /*required for chrome*/
	}
	#main.lightbox .container .corners, .scale-me .container span {
		display: none !important;
	}
	.container span { /*spans for IE*/
		position: absolute;
		width: 27px;
		height: 27px;
		border: #fff solid;
		z-index:9999;
		opacity: 0.3;
		filter:alpha(opacity=30);
	}
	#main.lightbox .container span {
		opacity: 0 !important;
	}
	span.top-l {
		top: 0;
		left: 0;
		border-width: 3px 0 0 3px;
		margin: -3px 0 0 -3px;
	}
	span.top-r {
		top: 0;
		right: 0;
		border-width: 3px 3px 0 0;
		margin: -3px -3px 0 0;
	}
	span.bottom-r {
		bottom: 0;
		right: 0;
		border-width: 0 3px 3px 0;
		margin: 0 -3px -3px 0;
	}
	span.bottom-l {
		bottom: 0;
		left: 0;
		border-width: 0 0 3px 3px;
		margin: 0 0 -3px -3px;
	}
/***Rollover END***/

	.toBG{ /*for image click detection*/
		z-index: 1 !important;
		-moz-transition-duration: 0ms 0ms !important;
		-ms-transition-duration: 0ms 0ms !important;
		-o-transition-duration: 0ms 0ms !important;
		-webkit-transition-duration: 0ms 0ms !important;
	}
/***Dark overlay BEGIN***/
.dark-layer {
	position:absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	background-color:#000000;
	opacity: 0;
}
.dark-layer.l1 {
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 4;
	height:100%;
	width:100%;
	visibility: visible;
}
.dark-layer.l2 {
	opacity: 0.4;
	filter:alpha(opacity=40);
	z-index: 7;
	height:100%;
	width:100%;
	visibility: visible;
}
	.container .l3 {
		visibility: visible;
		opacity: 0.9;
		filter: alpha(opacity=90);
		z-index: 998;

		-moz-transform-origin: center center;
		-ms-transform-origin: center center;
		-o-transform-origin: center center;
		-webkit-transform-origin: (50, 50);

		-moz-transition-property: opacity;
		-ms-transition-property: opacity;
		-o-transition-property: opacity;
		-webkit-transition-property: opacity;

		-moz-transition-duration: 400ms;
		-ms-transition-duration: 400ms;
		-o-transition-duration: 400ms;
		-webkit-transition-duration: 400ms;
	}
	.useJS .container .l3 {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;

		-moz-transition: opacity;
		-ms-transition: opacity;
		-o-transition: opacity;
		-webkit-transition: opacity;
	}
/***Dark overlay END***/
/***Close button BEGIN***/
.close {
	position: relative;
	width: 30px;
	height: 30px;
	background: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%22512px%22%20height=%22512px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M462,256c0,113.771-92.229,206-206,206S50,369.771,50,256S142.229,50,256,50S462,142.229,462,256z%09%20M422,256c0-91.755-74.258-166-166-166c-91.755,0-166,74.259-166,166c0,91.755,74.258,166,166,166C347.755,422,422,347.741,422,256z%09%20M325.329,362.49l-67.327-67.324l-67.329,67.332l-36.164-36.186l67.314-67.322l-67.321-67.317l36.185-36.164l67.31,67.301%09l67.3-67.309l36.193,36.17l-67.312,67.315l67.32,67.31L325.329,362.49z%22/%3E%3C/svg%3E");
	background-size: 30px 30px;

	background:url(/wp-content/themes/LPCORE/css/img/close.png) no-repeat left top\9;
	width:20px\9;
	height:20px\9;
	background-size: 20px 20px\8;

	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 1;

}
:root .close {
	width:30px\0/IE9;
	height:30px\0/IE9;
}
.lightbox .close {
	z-index:10;
	padding:0;
	margin:0 auto;
	cursor: pointer;
	opacity: 0.5;
	filter:alpha(opacity=50);

	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;

	-moz-transition-delay:1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	-webkit-transition-delay: 1000ms;

}
.lightbox .close:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
.lightbox .close.hovered {
	-moz-transition-delay:0ms;
	-ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
}
.lightbox.useJS .close {
	display: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
}
/***Close button END***/
/***Caption BEGIN***/
.img-caption {
	position: absolute;
	height: 30px;
	width: 100%;
	margin: 0 auto;
	padding:0 0 0 0;
	z-index:10;
	opacity: 0;
	filter:alpha(opacity=0);

}
	.img-caption p {
		margin: 0 auto;
		padding:0 10px 0 10px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
	}
.lightbox .img-caption {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;

	-moz-transition-delay:1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	-webkit-transition-delay: 1000ms;
}
div.lightbox.useJS .img-caption {
	display: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
}
	div.slide-me.lightbox .img-caption { /*warning message position (when there are no images in the slider)*/
		top: 45%;
	}
/***Caption END***/
/***Layers Navigation BEGIN***/
.navig {
	height: 96px;
	position: absolute;
	right: 20px;
	top: 100px;
	width: 30px;
	z-index: 999;
	text-align: center;
	top: 43%;
	opacity: 1;
	filter:alpha(opacity=100);
}
.lightbox .navig {
	z-index:1;
}
	.scale-me .navig {
		opacity: 0.5;
		filter:alpha(opacity=50);
	}
		.scale-me .navig div:hover {
			cursor:default;
			background-color: #fff;
			background: url(/wp-content/themes/LPCORE/css/img/circles.png) -3px 54px transparent \9;
			color:  #d03935;
		}
		.scale-me .navig div.act:hover {
			background-color: #d03935;
			background: url(/wp-content/themes/LPCORE/css/img/circles.png) 0px 30px transparent \9;
			color: #fff;
		}
	.navig div {
		/*position: absolute;*/
		padding:0;
		margin:3px 4px 3px 3px;
		float: right;
		right:0;
		clear:right;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		z-index: 999;
		background-color: #fff;
		background: url(/wp-content/themes/LPCORE/css/img/circles.png) -3px 54px transparent \9;
		color:  #d03935;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		line-height:24px;
		vertical-align: middle;

		-moz-transition-property: width, height, margin;
		-ms-transition-property: width, height, margin;
		-o-transition-property: width, height, margin;
		-webkit-transition-property: width, height, margin;
		-moz-transition-duration: 400ms;
		-ms-transition-duration: 400ms;
		-o-transition-duration: 400ms;
		-webkit-transition-duration: 400ms;

	}
	.navig div:hover {
		background: url(/wp-content/themes/LPCORE/css/img/circles.png) -3px 0px transparent \9;
		color: #fff;
		cursor: pointer;
	}
	.navig .act {
		width: 30px;
		height:30px;
		margin:3px 0;;
		line-height: 30px;
		background: url(/wp-content/themes/LPCORE/css/img/circles.png) 0px 30px transparent \9;
		color: #fff;
		font-size:14px;
	}
	.navig .act:hover {
		cursor: default;
		background: url(/wp-content/themes/LPCORE/css/img/circles.png) 0px 30px transparent \9;
	}
/***Layers Navigation END***/
#loading {
	position: absolute;
	padding: 0;
	margin:0;
	height:128px;
	width: 128px;
	left: 50%;
	top: 50%;
	margin: -64px 0 0 -64px;
	background-repeat: no-repeat;
	color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 128px;
	text-align: center;
	vertical-align:middle;
	z-index: 999;
	background-image: url('data:image/gif;base64,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');
	background-image: url("/wp-content/themes/LPCORE/css/img/sl-loading.gif")\0/IE8+9;
}
img, .navig div {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/* 3D slideshow:end */

/* !-Woocomerce*/
.upsells.products .products,
.related.products .products,
.woocommerce ul.products,
.woocommerce-page ul.products {
	margin: 0 -20px !important;
	font-size: 0;
	line-height: 0;
	word-spacing: -4px;
}
.woocommerce .checkout input[type="text"],
.shipping-calculator-form input[type="text"],
.shipping-calculator-form select,
.woocommerce .form-row input {
	border: 1px solid #E0E0E0;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
	border-top: none;
}
.shopping-cart-inner .amount {
	display: inline-block;
}
.woocommerce #content div.product,
.woocommerce-page #content div.product,
.woocommerce #content div.product {
	margin-top: 5px;
}
.fancy-header-on.single.woocommerce #content div.product,
.fancy-header-on.single.woocommerce-page #content div.product,
.fancy-header-on.single .woocommerce #content div.product
.slideshow-on.single.woocommerce #content div.product,
.slideshow-on.single.woocommerce-page #content div.product,
.slideshow-on.single .woocommerce #content div.product {
	margin-top: 15px;
}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce-page .related ul li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	display: inline-block !important;
	vertical-align: top;
	float: none !important;
	width: 25%;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 35px;
	padding: 0 20px !important;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce-page .related ul li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .upsells.products ul li.product {
	width: 25% !important;
}
#page .related ul.products.shop-columns-5 li.product,
.woocommerce-page #page .related ul.products.shop-columns-5 li.product,
#page .upsells.products ul.products.shop-columns-5 li.product,
.woocommerce-page #page .upsells.products ul.products.shop-columns-5 li.product,
.woocommerce ul.products.shop-columns-5 li.product,
.woocommerce-page ul.products.shop-columns-5 li.product {
	width: 20%;
}
#page .related ul.products.shop-columns-4 li.product,
.woocommerce-page #page .related ul.products.shop-columns-4 li.product,
#page .upsells.products ul.products.shop-columns-4 li.product,
.woocommerce-page #page .upsells.products ul.products.shop-columns-4 li.product,
.woocommerce ul.products.shop-columns-4 li.product,
.woocommerce-page ul.products.shop-columns-4 li.product {
	width: 25%;
}
.woocommerce .related ul.products.shop-columns-3 li.product,
.woocommerce-page .related ul.products.shop-columns-3 li.product,
.woocommerce .upsells.products ul.products.shop-columns-3 li.product,
.woocommerce-page .upsells.products ul.products.shop-columns-3 li.product,
.woocommerce ul.products.shop-columns-3 li.product,
.woocommerce-page ul.products.shop-columns-3 li.product {
	width: 33.333%;
}
#page .related ul.products.shop-columns-2 li.product,
.woocommerce-page #page .related ul.products.shop-columns-2 li.product,
#page .upsells.products ul.products.shop-columns-2 li.product,
.woocommerce-page #page .upsells.products ul.products.shop-columns-2 li.product,
.woocommerce ul.products.shop-columns-2 li.product,
.woocommerce-page ul.products.shop-columns-2 li.product {
	width: 50%;
}
#page .related ul.products.shop-columns-1 li.product,
.woocommerce-page #page .related ul.products.shop-columns-1 li.product,
#page .upsells.products ul.products.shop-columns-1 li.product,
.woocommerce-page #page .upsells.products ul.products.shop-columns-1 li.product,
.woocommerce ul.products.shop-columns-1 li.product,
.woocommerce-page ul.products.shop-columns-1 li.product {
	width: 100%;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce table.cart img,
.woocommerce-page table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img {
	width: 50px;
}
div.pp_woocommerce .pp_description {
	display: none !important;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
	line-height: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}
#main span.onsale,
.woocommerce-page #main span.onsale,
#main .woocommerce span.onsale,
#main .woocommerce-page span.onsale,
.woocommerce #main a.button,
#page .woocommerce a.button,
#main button.button,
#main input.button,
#main #respond input#submit,
#main #content input.button,
.woocommerce-page #main a.button,
.woocommerce-page #main button.button,
.woocommerce-page #main input.button,
.woocommerce-page #main #respond input#submit,
.woocommerce-page #main #content input.button,
#main #payment ul.payment_methods,
.woocommerce-page #main #payment ul.payment_methods {
	border: none;
	box-shadow: none;
	text-shadow: none;
}
#main #payment div.form-row,
.woocommerce-page #main #payment div.form-row {
	border-top: none;
}
.woocommerce a.button,
#page .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#main #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #main a.button,
.woocommerce-page #main button.button {
	padding: 0 8px 2px;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a {
	margin-bottom: 3.8%;
}
.woocommerce #main ul.products li.product a img,
#main .woocommerce ul.products li.product a img,
#page .woocommerce .product_list_widget a img,
.woocommerce-page #main ul.products li.product a img,
.pp_pic_holder.pp_woocommerce .pp_gallery ul li a,
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
	box-shadow: none !important;
	text-shadow: none !important;
	-webkit-border-radius:	0px !important;
	-moz-border-radius:		0px !important;
	-ms-border-radius:		0px !important;
	-o-border-radius:		0px !important;
	border-radius:			0px !important;
}
#main .woocommerce-message,
#main .woocommerce-error,
#main .woocommerce-info,
#main .woocommerce-message,
#main .woocommerce-error,
#main .woocommerce-info,
#main #payment,
.woocommerce-page #main #payment,
#main #payment div.payment_box,
.woocommerce-page #main #payment div.payment_box,
#main #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #main #reviews #comments ol.commentlist li .comment-text,
#main form.login,
#main form.checkout_coupon,
#main form.register,
.woocommerce-page #main form.login,
.woocommerce-page #main form.checkout_coupon,
.woocommerce-page #main form.register {
	box-shadow: none !important;
	text-shadow: none !important;
}
#main div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li:before,
#main #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li:before,
#main div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li:after,
#main #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
#main div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li,
#main #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li {
	float: left;
	margin: 0;
	box-shadow: none;
	border-left: none;
	border-radius: 0;
	text-shadow: none;
	background: none;
}
#main div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs,
#main #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
}
#main #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #main #reviews #comments ol.commentlist li img.avatar {
	top: 20px;
	left: 20px;
	border: none;
	padding: 0;
	background: none;
}
#main #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #main #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 0px;
	padding:15px 20px 0 72px;
}
#main .woocommerce-result-count,
.woocommerce-page  #main .woocommerce-result-count {
	margin-top: 12px;
	margin-bottom: 15px;
}
#main .content > .woocommerce-message,
.content .woocommerce .shop_table.cart {
	margin-top: 5px;
}
#main .woocommerce-ordering,
.woocommerce-page #main .woocommerce-ordering {
	margin-top: 5px;
	margin-bottom: 30px;
}
#main #reviews h3,
.woocommerce-page #main #reviews h3 {
	margin-bottom: 10px;
}
#main table.shop_attributes td,
.woocommerce-page #main table.shop_attributes td,
#main table.shop_attributes th,
.woocommerce-page #main table.shop_attributes th,
#main table.shop_attributes,
.woocommerce-page #main table.shop_attributes {
	border: none;
}
#main table.cart td.actions .coupon .input-text,
#main #content table.cart td.actions .coupon .input-text,
.woocommerce-page #main table.cart td.actions .coupon .input-text,
.woocommerce-page #main #content table.cart td.actions .coupon .input-text {
	padding: 9px 4px 8px;
	border: 1px solid #E0E0E0;
	border-radius: 8px 8px 8px 8px;
	background-color: #FFFFFF;
	box-shadow: none;
	color: #7A7A7A;
}
#main #respond input#submit,
/*#page input.button,
#page #content input.button,*/
.woocommerce-page #main input.button,
.woocommerce-page #main #respond input#submit,
.woocommerce-page #main #content input.button {
	padding: 9px 10px 9px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	min-height: 28px;
	min-width: 28px;
	line-height: 28px;
	margin: 5px 25px 0 0 !important;
	z-index: 1 !important;
}
#main .onsale,
.woocommerce-page #main .onsale,
#main .woocommerce ul.products li.product .onsale,
#main .woocommerce-page ul.products li.product .onsale {
	font-weight: normal;
	z-index: 1;
}
.woocommerce a.button.added:before {
	background: none !important;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:	all 300ms ease;
	-moz-transition:	all 300ms ease;
	-ms-transition:		all 300ms ease;
	-o-transition:		all 300ms ease;
	transition:			all 300ms ease;
}
.woocommerce ul.products li.product h3:hover,
.woocommerce-page ul.products li.product h3:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	margin-bottom: 0 !important;
}
#main ul.products li.product .button {
	margin: 0.5em 0 0;
	padding: 0 18px 0 0;
	background-color: transparent !important;
	filter: none !important;
	box-shadow: none;
	border: none;
	text-shadow: none;
	background-position: right center;
	background-repeat: no-repeat;
/*	background-size: 13px 13px;*/
	text-decoration: underline;
}
#main ul.products li.product .added_to_cart {
	text-decoration: underline;
}
#main ul.products li.product .button.add_to_cart_button {
	padding: 0 22px 0 0;
}
#main ul.products li.product .button:hover,
#main ul.products li.product .added_to_cart:hover {
	top: 0;
	text-decoration: none;
}

#main #content nav.woocommerce-pagination ul,
.woocommerce-page #main #content nav.woocommerce-pagination ul {
	border: 1px solid;
}

	#main #content nav.woocommerce-pagination ul li,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li {
		border-right: none;
		border-left: 1px solid;
	}
	#main #content nav.woocommerce-pagination ul li a,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li a,
	#main #content nav.woocommerce-pagination ul li span,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li span {
		padding-top: 0;
		padding-bottom: 0;
		margin: -1px -1px -1px 0;

		-webkit-box-sizing:	border-box;
		-moz-box-sizing:	border-box;
		-ms-box-sizing:		border-box;
		-o-box-sizing:		border-box;
		box-sizing:			border-box;
	}
	#main #content nav.woocommerce-pagination ul li:hover a,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li:hover a,
	#main #content nav.woocommerce-pagination ul li a:focus,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li a:focus {
		background-color: transparent;
	}
	#main #content nav.woocommerce-pagination ul li:first-child,
	.woocommerce-page #main #content nav.woocommerce-pagination ul li:first-child {
		border-left: none;
	}
#main .quantity .plus,
#main .quantity .minus,
#main #content .quantity .plus,
#main #content .quantity .minus,
.woocommerce-page #main .quantity .plus,
.woocommerce-page #main .quantity .minus,
.woocommerce-page #main #content .quantity .plus,
.woocommerce-page #main #content .quantity .minus {
	position: relative;

	display: inline;
	height: 21px;
	width: 21px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: none;

	box-shadow: none;
	font-weight: normal;
	cursor: pointer;

	-webkit-border-radius:	11px !important;
	-moz-border-radius:		11px !important;
	-ms-border-radius:		11px !important;
	-o-border-radius:		11px !important;
	border-radius:			11px !important;
}
.woocommerce .sku_wrapper,
.woocommerce .posted_in,
.woocommerce .tagged_as {
	display: block;
}
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions input.button,
.woocommerce table.cart td.actions input.button {
	margin-top: 3px;
}
#main .quantity .plus:active,
#main .quantity .minus:active,
#main #content .quantity .plus:active,
#main #content .quantity .minus:active {
	top: 0 !important;
}
#main table.cart a.remove {
	font-size: 0;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}
#main table.cart a.remove,
#main #content table.cart a.remove {
	width: 20px;

	-webkit-border-radius:	0px !important;
	-moz-border-radius:		0px !important;
	-ms-border-radius:		0px !important;
	-o-border-radius:		0px !important;
	border-radius:			0px !important;
}
#main #content table.cart .product-remove {
	width: 20px;
}
#main table.cart a.remove:hover,
#main #content table.cart a.remove:hover {
	background-color: transparent;
	opacity: 0.7;
}
.woocommerce-page #page .single_add_to_cart_button,
#page .single_add_to_cart_button {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
	line-height: 18px !important;
}
#main #content div.product .summary.entry-summary .price,
.summary.entry-summary div[itemprop="description"],
#main #content div.product .summary.entry-summary .cart {
	margin-bottom: 30px;
}
#page div.product .woocommerce-tabs .panel,
#page #content div.product .woocommerce-tabs .panel {
	padding: 25px 0px 15px;
	margin-bottom: 0;
}
#main #content div.product .woocommerce-tabs ul.tabs:before {
	display: none;
}
#page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #page div.product .woocommerce-tabs ul.tabs,
#page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
}
#page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs li {
	border: none;
	border-left: 1px solid;
}
#page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs li a {
	font-weight: normal;
}

#page #content div.product .woocommerce-tabs ul.tabs li:first-child,
.woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs li:first-child {
	border-left: none;
}
#main .quantity input.qty,
#main #content .quantity input.qty,
.woocommerce-page #main .quantity input.qty,
.woocommerce-page #main #content .quantity input.qty {
	float: none;
	box-shadow: none;
	font-weight: normal;
	border: none;

	-webkit-border-radius:	0px !important;
	-moz-border-radius:		0px !important;
	-ms-border-radius:		0px !important;
	-o-border-radius:		0px !important;
	border-radius:			0px !important;
}

#content .product-quantity .quantity,
.woocommerce-page #content .product-quantity .quantity,
#content .cart .quantity,
.woocommerce-page #content .cart .quantity {
	padding: 5px;
	background-color: #fff;
	color: #7A7A7A;
	border: 1px solid #E0E0E0;
}
.related.products {
	clear: both;
}
#main table.shop_table td.actions,
.woocommerce-page #main table.shop_table td.actions {
	padding: 12px 12px;
}
#main table.shop_table {
	border: 1px solid;
}
.related.products h2,
.upsells.products h2 {
	margin-bottom: 30px;
}
.woocommerce-tabs h2 {
	margin-bottom: 20px;
}
.upsells.products,
.related.products {
	padding-top: 30px;
}

.woocommerce .pp_woocommerce #respond input#submit {
	padding: 9px 12px 9px;
	color: #fff !important;
	border: none;
	text-shadow: none !important;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
	color: #1a1a1a !important;
	text-shadow: none !important;
}
.woocommerce .pp_woocommerce #respond input#submit:hover {
	background: #cdcdcd;
	border-color: #E0E0E0;
}
.woocommerce .pp_woocommerce .dt-btn,
.woocommerce .pp_woocommerce .clear-form {
	display: none;
}
.woocommerce #main table.shop_table th,
.woocommerce-page #main table.shop_table th {
	border-color: transparent;
}
.cart_totals table {
	border-bottom: none;
}
#page #main ul.cart_list li img,
#page .woocommerce ul.cart_list li img,
#page ul.product_list_widget li img,
#page .woocommerce ul.product_list_widget li img,
.woocommerce-page #page ul.cart_list li img,
.woocommerce-page #page ul.product_list_widget li img {
	float: left;
	margin: 3px 20px 5px 0;
	box-shadow: none;
	width: 50px;
}
#searchform .screen-reader-text {
	display: block;
	margin-bottom: 10px;
}
#page ul.cart_list li a,
#page .woocommerce ul.cart_list li a,
#page ul.product_list_widget li a,
#page .woocommerce ul.product_list_widget li a,
.woocommerce-page #page ul.cart_list li a,
.woocommerce-page #page ul.product_list_widget li a {
	font-weight: normal;
}
#page ul.cart_list li:first-child,
#page ul.product_list_widget li:first-child,
#page .woocommerce ul.cart_list li:first-child,
#page .woocommerce ul.product_list_widget li:first-child,
.woocommerce-page #page ul.cart_list li:first-child,
.woocommerce-page #page ul.product_list_widget li:first-child,
#page .woocommerce.widget_product_categories li:first-child,
.old-ie .woocommerce #page ul.cart_list li:first-child,
.old-ie .woocommerce #page ul.product_list_widget li:first-child,
.old-ie #page .woocommerce ul.cart_list li:first-child,
.old-ie #page .woocommerce ul.product_list_widget li:first-child,
.old-ie .woocommerce-page #page ul.cart_list li:first-child,
.old-ie .woocommerce-page #page ul.product_list_widget li:first-child,
.old-ie #page .woocommerce.widget_product_categories li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
#page ul.cart_list li,
#page ul.product_list_widget li,
#page .woocommerce ul.cart_list li,
#page .woocommerce ul.product_list_widget li,
.woocommerce-page #page ul.cart_list li,
.woocommerce-page #page ul.product_list_widget li,
.woocommerce.widget_product_categories li {
	display: block;
	overflow: hidden;
	margin: 9px 0 0;
	padding: 15px 0 5px;
}
.woocommerce.widget_product_categories li {
	padding: 10px 0 0px;
}
.woocommerce.widget_product_search #searchform > div {
	position: relative;
	overflow: hidden;
}
.widget_product_search #searchform label {
	display: none;
}
.woocommerce.widget_product_search #s {
	float: left;
}
.woocommerce.widget_product_search #s,
.woocommerce.widget_product_categories #dropdown_product_cat {
	width: 100%;
}
.woocommerce.widget_product_categories #dropdown_product_cat,
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
	padding-right: 10px;
}
.woocommerce.widget_product_search #searchsubmit {
	position: absolute;
	top: auto;
	bottom: 7px;
	right: 3px;
	width: 20px;
	height: 20px;
	padding: 0;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
	box-shadow: none;
}
.woocommerce.widget_product_search #searchsubmit:hover {
	opacity: 0.7
}
.woocommerce.widget_product_search #searchform {
	margin-bottom: 15px;
}
.woocommerce #page .widget_shopping_cart .total,
#page .woocommerce.widget_shopping_cart .total,
.woocommerce-page #page .widget_shopping_cart .total {
	margin-top: 9px;
	padding-top: 15px;
}
.woocommerce #page .sidebar .widget_shopping_cart .total,
#page .sidebar .woocommerce.widget_shopping_cart .total,
.woocommerce-page #page .sidebar .widget_shopping_cart .total {
	margin-bottom: 0;
}
.woocommerce #page .sidebar .widget_shopping_cart .buttons .button,
#page .sidebar .woocommerce.widget_shopping_cart .buttons .button,
.woocommerce-page #page .sidebar .widget_shopping_cart .buttons .button {
	margin-top: 10px;
}
#page div.product form.cart div.quantity,
#page #content div.product form.cart div.quantity,
.woocommerce-page #page div.product form.cart div.quantity,
.woocommerce-page #page #content div.product form.cart div.quantity {
	margin-right: 15px;
}
#page .quantity input.qty,
#page #content .quantity input.qty,
.woocommerce-page #page .quantity input.qty,
.woocommerce-page #page #content .quantity input.qty {

	border-left: medium none;
	border-right: medium none;
	display: inline;
	height: 25px;
	line-height: 21px;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	width: 42px;
}
.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
	width: 86px !important;
}
#reply-title {
	color: #686868;
}
#page #page div.product form.cart,
#page #content div.product form.cart,
.woocommerce-page #page div.product form.cart,
.woocommerce-page #page #content div.product form.cart {
	margin-bottom: 10px;
}
/*woocomerce prettyphoto*/

div.pp_woocommerce.pp_pic_holder .pp_content_container,
.wpb-js-composer .pp_content_container {
	padding: 0px 0;
}

.pp_woocommerce .pp_content_container .pp_left,
.wpb-js-composer .pp_content_container .pp_left  {
	padding-left: 0!important;
}
.pp_woocommerce .pp_content_container .pp_right,
.wpb-js-composer .pp_content_container .pp_right {
	padding-right: 0!important;
}
.pp_woocommerce .pp_content {
	width: 100%!important;
	height: auto!important;
}

.wpb-js-composer .pp_content,
.wpb-js-composer div.pp_default .pp_content_container .pp_right,
.wpb-js-composer div.pp_default .pp_content, div.light_rounded .pp_content,
.wpb-js-composer div.pp_default .pp_content_container .pp_left {
	background: none;
}
.pp_woocommerce .pp_fade {
	width: 100%!important;
	height: 100%!important;
}

.pp_woocommerce .pp_hoverContainer,
.wpb-js-composer .pp_hoverContainer,
.pp_top,
.pp_bottom,
div.pp_woocommerce div.ppt,
.wpb-js-composer div.ppt {
	display: none!important;
}
.pp_woocommerce #pp_full_res img {
	width: 100%!important;
	height: auto!important;
}
.pp_woocommerce .pp_details {
	margin-top: -2px!important;
	padding-left: 3%;
	padding-right: 4%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
}
.pp_woocommerce a.pp_close {
	right: 10px!important;
	top: 10px!important;
}
.wpb-js-composer div.pp_default .pp_details {
	position: static;
	padding-left: 0;
}
div.pp_woocommerce.pp_pic_holder .pp_content_container,
.wpb-js-composer .pp_pic_holder .pp_content_container {
	background: none;
	box-shadow: none;
}
div.pp_woocommerce.pp_pic_holder .pp_arrow_previous,
div.pp_woocommerce.pp_pic_holder .pp_arrow_next {
	font-size: 0 !important;
	text-indent: -9999px;
	background-color: transparent;
	box-shadow: none;
	border: none;
}
div.pp_overlay {
	background-color: #000 !important;
}
div.dream-theme .pp_nav .pp_play,
div.dream-theme .pp_nav .pp_pause,
div.pp_woocommerce.pp_pic_holder .pp_arrow_next,
div.pp_woocommerce.pp_pic_holder .pp_arrow_previous,
div.pp_woocommerce.pp_pic_holder  .pp_close {
	width:22px;
	height:22px;
	margin: 0 0 0 5px;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;

	-webkit-border-radius:	0px;
	-moz-border-radius:		0px;
	-ms-border-radius:		0px;
	-o-border-radius:		0px;
	border-radius:			0px;
}
div.pp_woocommerce.pp_pic_holder .pp_arrow_previous {
	margin-left: 0;
	margin-right: 5px;
}

div.pp_woocommerce.pp_pic_holder .pp_close,
div.pp_woocommerce.pp_pic_holder  .pp_close:hover {
	top: 0 !important;
	right: -40px !important;
	left: auto !important;
	border: none;
	box-shadow: none;
	font-size: 0 !important;
}
.pp_woocommerce.pp_pic_holder .pp_details {
	padding-left: 0;
}
div.pp_woocommerce.pp_pic_holder #respond {
	background-color: #fff;
	padding: 20px;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
div.pp_woocommerce.pp_pic_holder .pp_gallery ul li a {
	background: none;
	border: none;
}
div.pp_woocommerce.pp_pic_holder a.pp_expand,
div.pp_woocommerce.pp_pic_holder a.pp_contract {
	right: 10px;
	left: auto;
	top: 10px;
}
.jp-carousel-comment-form-button,
.mejs-controls button {
	box-shadow: none !important;
	text-shadow: none !important;
}
/* Woocomerce:end */

/* !--Pricing Tables*/
 #main .minimal .p1 h3 {
 	background: #52ac32;
 	border: none;
 }
 #main .minimal .p1 h4 {
 	background: #3e8226;
 	box-shadow: none;
 }
#main .minimal .pt-button {
	background:  #3e8226;
	text-shadow: none;
}
#main .minimal .pt-button:hover {
	filter: none;
}
#main .minimal .features {
	background-color: #fff;
	color: #686868;
}
#main .minimal .features * {
	color: #686868;
}
#main .minimal .plan li:nth-child(2n),
#main .minimal .select {
	background-color: #f4f4f4;
}
#main #shaon-pricing-table .price-content {
	background-color: #f7f7f7;
}

#shaon-pricing-table:before,
#pricing-table:before,
#shaon-pricing-table:after,
#pricing-table:after {
	content: "";
	display: table;
}

#shaon-pricing-table:after,
#pricing-table:after {
	clear: both;
}

#main .minimal .features ul,
#main .minimal .select {
	border-color: #ddd;
}
#main #shaon-pricing-table h4,
#main #pricing-table .plan,
#main #shaon-pricing-table .featureTitle span,
#main #shaon-pricing-table .priceTitle span,
#main #shaon-pricing-table .selectedpriceTitle span,
#main #shaon-pricing-table .pricing-table li,
#main #shaon-pricing-table .selectePrice-content {
	text-shadow: none;
	filter: none;
}
#main #pricing-table,
#main #shaon-pricing-table .pricing-table {
	margin-bottom: 0;
	margin-top: 0;
}
#main #shaon-pricing-table .pricing-table {
	margin-bottom: 0 !important;
}
#main #pricing-table .plan h3 {
	color: #686868;
}
#main #pricing-table .plan .signup {
	padding-top: 0;
}
#main #shaon-pricing-table a.signup {
	filter: none;
}
#main #content #shaon-pricing-table a.signup {
	margin-bottom: 20px;
}
#main #pricing-table #most-popular {
	border-width: 1px;
}
#main #shaon-pricing-table .selectePrice-content,
#main #shaon-pricing-table .selectedpriceTitle span {
	box-shadow: 0 0 5px rgba(0,0,0,0.15)
}

#main #shaon-pricing-table .selectePrice-content {
	border-color: #CCCCCC !important;
}
#main #shaon-pricing-table .offer-tag,
#main .minimal .featured {
	right: 10px;
}
#main #shaon-pricing-table .feature-content,
#main #shaon-pricing-table .price-content,
#main #shaon-pricing-table .selectePrice-content,
#main #shaon-pricing-table .pricing-table li {
	border-top: none;
}
#main #shaon-pricing-table a.signup,
#main .minimal .pt-button {
	width: auto;
}
#main .minimal .pt-button {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
#main .minimal {
	margin: 0 -10px;
	width: 100%;
}
	#main .minimal .plan {
		margin: 0 0 0px;
		padding: 0 10px;
		width: 25%;

		-webkit-box-sizing:	border-box;
		-moz-box-sizing:	border-box;
		-ms-box-sizing:		border-box;
		-o-box-sizing:		border-box;
		box-sizing:			border-box;
	}
#main #pricing-table {
	width: 100%;
}
	#main #pricing-table .plan {
		margin-bottom: 0px;
		width: 25%;
		-webkit-box-sizing:	border-box;
		-moz-box-sizing:	border-box;
		-ms-box-sizing:		border-box;
		-o-box-sizing:		border-box;
		box-sizing:			border-box;
	}
/* Pricing Tables:end */

/* !-Shortcode code */
.shortcode-code {
	padding: 25px 20px 25px 20px;
}
/* Shortcode code:end */

/* !-Revolution slider */
.rev_slider_wrapper {
	z-index: 1;
}
	#page .tp-bullets.tp-thumbs {
		background: none;
	}
#page .tp-rightarrow.default,
#page .tp-leftarrow.default {
	background: none;
}
#page .tparrows.default {
	position: relative;
	width: 30px;
	height: 55px;
}
#page .tparrows.default:before,
#page .tparrows.default:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 55px;
	content: "";
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 9;
}
#page .tparrows.default:after {
	top: 1px;
	left: 0;
	z-index: 8;
}
	#main-slideshow .tp-bullets.simplebullets.navbar,
	#main .tp-bullets.simplebullets.navbar,
	#main-slideshow .tp-bullets.simplebullets.navbar-old,
	#main .tp-bullets.simplebullets.navbar-old {
		height: auto;
		padding: 3px 7px 7px;
		border: none;
		background: rgba(0,0,0,0.4);
	}
	.old-ie #main-slideshow .tp-bullets.simplebullets.navbar,
	.old-ie #main-slideshow .tp-bullets.simplebullets.navbar-old {
		background-image: none;
		background: transparent;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)"; /* IE8 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);   /* IE6 & 7 */
		zoom: 1;
	}
	#main-slideshow .tp-bullets.simplebullets.navbar .bullet,
	#main-slideshow .tp-bullets.simplebullets.round .bullet,
	#main-slideshow .tp-bullets.simplebullets.navbar-old .bullet,
	#main-slideshow .tp-bullets.simplebullets.square-old .bullet,
	#main-slideshow .tp-bullets.simplebullets.square-old .bullet.last,
	#main-slideshow .tp-bullets.simplebullets.round-old .bullet,
	#main .tp-bullets.simplebullets.navbar .bullet,
	#main .tp-bullets.simplebullets.round .bullet,
	#main .tp-bullets.simplebullets.navbar-old .bullet,
	#main .tp-bullets.simplebullets.square-old .bullet,
	#main .tp-bullets.simplebullets.square-old .bullet.last,
	#main .tp-bullets.simplebullets.round-old .bullet,
	.content .rsShor .rsBullet span,
	#main .flex-control-paging li a,
	#page .ls-defaultskin .ls-bottom-slidebuttons a {
		position: relative;
		width: 10px;
		height: 10px;
		margin: 5px 3px 2px 4px;
		background: #fff;
	}
	.content .rsShor .rsBullet span {
		width: 8px;
		height: 8px;
	}
	#main .flex-control-paging li a {
		width: 8px;
		height: 8px;
		background: none;
	}
	#main-slideshow .tp-bullets.simplebullets.navbar .bullet,
	#main-slideshow .tp-bullets.simplebullets.round .bullet,
	#main-slideshow .tp-bullets.simplebullets.navbar-old .bullet,
	#main-slideshow .tp-bullets.simplebullets.round-old .bullet,
	#main .tp-bullets.simplebullets.navbar .bullet,
	#main .tp-bullets.simplebullets.round .bullet,
	#main .tp-bullets.simplebullets.navbar-old .bullet,
	#main .tp-bullets.simplebullets.round-old .bullet,
	.content .rsShor .rsBullet span,
	#main .flex-control-paging li a,
	#page .ls-defaultskin .ls-bottom-slidebuttons a {
		-webkit-border-radius:	5px;
		-moz-border-radius:		5px;
		-ms-border-radius:		5px;
		-o-border-radius:		5px;
		border-radius:			5px;
	}
	#main-slideshow .tp-bullets.simplebullets.navbar .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.round .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.navbar-old .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.square-old .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.round-old .bullet:after,
	#main .tp-bullets.simplebullets.navbar .bullet:after,
	#main .tp-bullets.simplebullets.round .bullet:after,
	#main .tp-bullets.simplebullets.navbar-old .bullet:after,
	#main .tp-bullets.simplebullets.square-old .bullet:after,
	#main .tp-bullets.simplebullets.round-old .bullet:after,
	.content .rsShor .rsBullet span:after,
	#main .flex-control-paging li a:after,
	#page .ls-defaultskin .ls-bottom-slidebuttons a:after {
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -3px 0 0 -3px;
		width: 6px;
		height: 6px;
		content: "";
		background: #dcdcdc;
	}
	#main .flex-control-paging li a:after {
		background: none;
	}
	.content .rsShor .rsBullet span:after,
	#main .flex-control-paging li a:after {
		margin: -2px 0 0 -2px;
		width: 4px;
		height: 4px;
	}

	#main-slideshow .tp-bullets.simplebullets.navbar .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.round .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.navbar-old .bullet:after,
	#main-slideshow .tp-bullets.simplebullets.round-old .bullet:after,
	#main .tp-bullets.simplebullets.navbar .bullet:after,
	#main .tp-bullets.simplebullets.round .bullet:after,
	#main .tp-bullets.simplebullets.navbar-old .bullet:after,
	#main .tp-bullets.simplebullets.round-old .bullet:after,
	.content .rsShor .rsBullet span:after,
	#main .flex-control-paging li a:after,
	#page .ls-defaultskin .ls-bottom-slidebuttons a:after {
		-webkit-border-radius:	3px;
		-moz-border-radius:		3px;
		-ms-border-radius:		3px;
		-o-border-radius:		3px;
		border-radius:			3px;
	}
	#page .tp-rightarrow.navbar,
	#page .tp-leftarrow.navbar,
	#page .tp-leftarrow.round,
	#page .tp-rightarrow.round,
	#page .tp-leftarrow.navbar-old,
	#page .tp-rightarrow.navbar-old,
	#page .tp-leftarrow.square-old,
	#page .tp-rightarrow.square-old,
	#page .tp-rightarrow.round-old,
	#page .tp-leftarrow.round-old {
		width: 20px;
		height: 14px;
		margin: 4px 0 0 0;
	}
	#page .tp-rightarrow.navbar:hover,
	#page .tp-leftarrow.navbar:hover,
	#page .tp-leftarrow.round:hover,
	#page .tp-rightarrow.round:hover,
	#page .tp-leftarrow.navbar-old:hover,
	#page .tp-rightarrow.navbar-old:hover,
	#page .tp-leftarrow.square-old:hover,
	#page .tp-rightarrow.square-old:hover,
	#page .tp-rightarrow.round-old:hover,
	#page .tp-leftarrow.round-old:hover {
		background-position: 0 0;
		opacity: 0.7;
	}
	#page .tp-rightarrow.navbar,
	#page .tp-rightarrow.navbar:hover,
	#page .tp-rightarrow.round,
	#page .tp-rightarrow.round:hover,
	#page .tp-rightarrow.navbar-old,
	#page .tp-rightarrow.navbar-old:hover,
	#page .tp-rightarrow.square-old,
	#page .tp-rightarrow.square-old:hover,
	#page .tp-rightarrow.round-old:hover,
	#page .tp-rightarrow.round-old {
		background-position: right 0;
	}
/* Revolution slider:end */

#main .gallery img {
	border: none;
}
/* !-Blur hover effect */
.blur-this {
	position: relative;
}
.fs-entry-img a {
	display: block;
}
	.no-touch .fs-entry-img .blur-effect,
	.no-touch .blur-this .blur-effect,
	.no-touch .blur-this canvas,
	.blur-this .blur-effect {
		position: absolute;
		left: 0;
		top: 0;
		max-width: 100%;
		width: 100%;
		height: 100%;
		opacity: 0;
		-webkit-transition:	opacity 300ms ease;
		-moz-transition:	opacity 300ms ease;
		-ms-transition:		opacity 300ms ease;
		-o-transition:		opacity 300ms ease;
		transition:			opacity 300ms ease;
	}
	.images-list .blur-this .blur-effect {
		z-index: 9;
	}
	.images-list:hover .blur-this .blur-effect,
	.images-list:hover .blur-this i {
		opacity: 1;
	}
	.images-list .blur-this i,
	.images-list-caption {
		z-index: 10;
	}

	.no-touch .fs-entry-img:hover .blur-effect,
	.no-touch .blur-this:hover .blur-effect,
	.blur-this:hover .blur-effect,
	.rollover-project.buttons-on-img:hover .blur-effect,
	.hover-style-one .rollover-project:hover .blur-effect,
	.hover-style-three .rollover-project:hover .blur-effect,
	.hover-style-one .fs-entry:hover .blur-effect,
	.hover-style-three .fs-entry:hover .blur-effect {
		opacity: 1;
	}

	.old-ie .blur-effect {
		display: none;
	}

/* Blur hover effect:end */

/*!-Edit link*/
.details.edit-link,
.rollover-content .details.edit-link,
.stripe .details.edit-link,
.stripe .rollover-content .details.edit-link {
	padding-right: 20px;
	color: #16dc65;
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22rgb(22,220,101)%22%20d=%22M6.025,12.715l-0.35,0.211l-3.769,1.168l1.219-3.766l0.219-0.297L6.025,12.715z%20M11.328,2.016L9.954,3.358l2.681,2.695l1.396-1.366L11.328,2.016z%20M3.924,9.377l2.693,2.693l5.378-5.378l-2.66-2.673L3.924,9.377z%22/%3E%3C/svg%3E");
}
.details.edit-link:hover,
.rollover-content .details.edit-link:hover,
.stripe .details.edit-link:hover,
.stripe .rollover-content .details.edit-link:hover {
	color: #16dc65;
}
/*Edit link:end*/
/*!-VC last-child*/
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button { margin-bottom: 0 !important; }

/*VC last-child:end*/
.offer-tag {
	display: none;
}

/*!-Slideshow description*/
.slider-post-inner h4 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}
.slider-post-inner,
#main .slider-post-inner h4,
.images-list-inner,
#main .images-list-inner h4 {
	-webkit-text-shadow:	1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-ms-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-o-text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.slider-link {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin: 0 0 5px 6px;
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2223px%22%20height=%2223px%22%20viewBox=%220%200%2023%2023%22%20enable-background=%22new%200%200%2023%2023%22%20xml:space=%22preserve%22%3E%3Cpath%20opacity=%220.15%22%20d=%22M11,1C4.925,1,0,5.925,0,12c0,6.074,4.925,11,11,11c6.074,0,11-4.926,11-11%09C22,5.925,17.074,1,11,1z%20M11,21.557c-5.282,0-9.557-4.273-9.557-9.557c0-5.281,4.273-9.557,9.557-9.557c5.279,0,9.557,4.273,9.557,9.557C20.557,17.279,16.282,21.557,11,21.557z%22/%3E%3Cpath%20opacity=%220.15%22%20fill=%22black%22%20d=%22M8.336,10.497c0.202-0.201,0.424-0.368,0.663-0.499c1.321-0.729,3.021-0.341,3.869,0.949l-1.028,1.027c-0.295-0.673-1.027-1.055-1.758-0.893c-0.273,0.063-0.535,0.199-0.748,0.413l-1.973,1.973c-0.6,0.599-0.6,1.572,0,2.173c0.599,0.6,1.572,0.6,2.172,0l0.607-0.609c0.553,0.221,1.147,0.309,1.732,0.264%09l-1.344,1.344c-1.149,1.15-3.016,1.15-4.166,0c-1.151-1.15-1.151-3.017,0-4.168L8.336,10.497z%20M11.469,7.364l-1.342,1.342%09c0.584-0.043,1.178,0.044,1.73,0.263l0.609-0.607c0.6-0.6,1.573-0.6,2.174,0c0.598,0.599,0.598,1.574,0,2.173l-1.976,1.974%09c-0.601,0.602-1.577,0.596-2.171,0c-0.141-0.14-0.26-0.313-0.334-0.482l-1.029,1.029c0.107,0.163,0.221,0.307,0.365,0.45c0.372,0.372,0.846,0.649,1.391,0.78c0.707,0.171,1.465,0.076,2.114-0.282c0.235-0.132,0.462-0.298,0.662-0.498l1.974-1.973%09c1.15-1.151,1.15-3.017,0-4.167C14.486,6.212,12.621,6.212,11.469,7.364z%22/%3E%3Cpath%20fill=%22white%22%20d=%22M11,0C4.925,0,0,4.925,0,11c0,6.074,4.925,11,11,11c6.074,0,11-4.926,11-11%09C22,4.925,17.074,0,11,0z%20M11,20.557c-5.282,0-9.557-4.273-9.557-9.557c0-5.281,4.273-9.557,9.557-9.557c5.279,0,9.557,4.273,9.557,9.557C20.557,16.279,16.282,20.557,11,20.557z%22/%3E%3Cpath%20fill=%22white%22%20d=%22M8.336,9.497C8.538,9.296,8.76,9.129,8.999,8.998c1.321-0.729,3.021-0.341,3.869,0.949l-1.028,1.027c-0.295-0.673-1.027-1.055-1.758-0.893c-0.273,0.063-0.535,0.199-0.748,0.413l-1.973,1.973c-0.6,0.599-0.6,1.572,0,2.173c0.599,0.6,1.572,0.6,2.172,0l0.607-0.609c0.553,0.221,1.147,0.309,1.732,0.264l-1.344,1.344%09c-1.149,1.15-3.016,1.15-4.166,0c-1.151-1.15-1.151-3.017,0-4.168L8.336,9.497z%20M11.469,6.364l-1.342,1.342%09c0.584-0.043,1.178,0.044,1.73,0.263l0.609-0.607c0.6-0.6,1.573-0.6,2.174,0c0.598,0.599,0.598,1.574,0,2.173l-1.976,1.974%09c-0.601,0.602-1.577,0.596-2.171,0c-0.141-0.14-0.26-0.313-0.334-0.482l-1.029,1.029c0.107,0.163,0.221,0.307,0.365,0.45c0.372,0.372,0.846,0.649,1.391,0.78c0.707,0.171,1.465,0.076,2.114-0.282c0.235-0.132,0.462-0.298,0.662-0.498l1.974-1.973%09c1.15-1.151,1.15-3.017,0-4.167C14.486,5.212,12.621,5.212,11.469,6.364z%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 22px 22px;
}
.slider-link:hover {
	opacity: 0.8;
}
.slider-simple.royalSlider {
	margin-top: 5px;
}

/*Slideshow description:end*/

/*!- Composer*/
#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	background: none;
}
#main .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
#main .wpb_content_element .wpb_accordion_header a {
	padding-top: 9px;
	padding-bottom: 9px;
}
#main .wpb_content_element .wpb_accordion_header a {
	padding: 0 25px 0 0;
	background-position: right center;
	background-repeat: no-repeat;
}
.wpb_content_element .wpb_accordion_header a:active,
.wpb_content_element .wpb_accordion_header a:focus,
.wpb_content_element .wpb_accordion_header a,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	outline: 0 !important;
	-webkit-appearance: none;
}
#main .wpb_content_element .wpb_accordion_header a:hover {
	opacity: 1;
	text-decoration: underline;
}
#main .wpb_accordion .wpb_accordion_wrapper .ui-state-active > a:hover {
	text-decoration: none;
}
#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content,
#main .wpb_toggle_content {
	padding: 10px 0 5px;
	margin: 0;
}
#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	display: none;
}
#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	margin: 10px 0 0;
	padding: 9px 0 0;
}
#main .wpb_toggle,
#main #content h4.wpb_toggle {
	margin-bottom: 0;
}
#main .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
#main .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	display: none;
}
#main .vc_text_separator div {
	top: -10px;
}
#main #content .wpb_content_element .wpb_tabs_nav,
#main .wpb_wrapper.ui-widget-content {
	background: none;
}
#main .tab-style-two .wpb_wrapper.ui-widget-content,
#main .tab-style-one .wpb_wrapper.ui-widget-content,
#main .wpb_wrapper.ui-widget-content {
	border: none;
}

#main .vc_progress_bar .vc_single_bar .vc_label {
	padding-top: 0;
	padding-bottom: 0;
	text-shadow: none;
}
#main .wpb_posts_slider .flex-caption,
#main .wpb_posts_slider .nivo-caption {
	background-color: transparent;
}
#main .flexslider {
	padding: 20px 20px 20px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main .wpb_posts_slider .flex-caption{
	padding: 20px 0 0;
	margin-bottom: -10px;
}
#main .flex-direction-nav .flex-next,
#main .flex-direction-nav .flex-prev {
	background-position: 0 0;
	width: 27px;
	height: 27px;
}
#main .flex-control-nav {
	margin: 0 0 0 -20px;
}
#main .flex-control-nav li {
	margin: 0;
}
#main .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
#main .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,
#main .wpb_content_element .wpb_tabs_nav li {
	background: none;
}
.wpb_tabs.tab-style-one,
.wpb_tour.tab-style-one {
	border: 1px solid;
}
.tab-style-one .wpb_tabs_nav {
	border-bottom: 1px solid;
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li,
.tab-style-three.wpb_tabs .wpb_tabs_nav li {
	position: relative;
	border: none;
}
#main .wpb_wrapper.ui-widget-content,
#main .ui-widget-content,
#main .ui-widget {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}
#main .ui-widget-content {
	background: none;
}

.tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.tab-style-three.wpb_tabs .wpb_tabs_nav li:before {
	display: block !important;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 1px;
	height: 17px;
	z-index: 98;
	border-left: 1px solid;
	content: "";
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li:first-child:before,
.tab-style-three .tab:first-child:before,
.tab-style-two .wpb_tabs_nav > li:first-child,
.tab-style-three.wpb_tabs .wpb_tabs_nav li:first-child:before {
	border-left: none;
}
.tab-style-two .wpb_tabs_nav {
	border: 1px solid;
}
.tab-style-two .wpb_tabs_nav > li {
	border: none;
	border-left: 1px solid;
}

.tab-style-three .wpb_tabs_nav {
	border-bottom: 1px solid;
}
.tab-style-three.wpb_tabs .wpb_tabs_nav li:first-child a {
	padding-left: 0;
}
.tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.tab-style-three.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content,
.tab-style-two.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.tab-style-two.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding: 25px 0 0 0;
}
.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.tab-style-one.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding: 25px 20px 15px;
}
.wpb_tour.tab-style-one .wpb_tabs_nav {
	border-right: 1px solid;
	border-bottom: none;
}
.wpb_tour.tab-style-two .wpb_tabs_nav,
.wpb_tour.tab-style-one .wpb_tabs_nav,
.wpb_tour.tab-style-three .wpb_tabs_nav {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
#main .flex-control-paging li a {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.wpb_tour.tab-style-one .wpb_tabs_nav li,
.wpb_tour.tab-style-two .wpb_tabs_nav li,
.wpb_tour.tab-style-three .wpb_tabs_nav li {
	border: none;
	border-top: 1px solid;
}
.wpb_tour.tab-style-one .wpb_tabs_nav li:first-child,
.wpb_tour.tab-style-two .wpb_tabs_nav li:first-child,
.wpb_tour.tab-style-three .wpb_tabs_nav li:first-child {
	border-top: none;
}
.wpb_tour.tab-style-two .wpb_tabs_nav li {
	border-left: none;
}
.wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab {
	padding-top: 0;
	padding-left: 20px;
}
#main .wpb_tour_next_prev_nav {
	display: none;
}
.wpb_tour.tab-style-three .wpb_tabs_nav {
	border-right: 1px solid;
	border-bottom: none;
}
#main .wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper,
#main .wpb_tour.tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper,
#main .wpb_tour.tab-style-two.wpb_content_element .wpb_tour_tabs_wrapper {
	display: table;
}
#main #content .wpb_tour.tab-style-one.wpb_content_element .wpb_tabs_nav,
#main #content .wpb_tour.tab-style-three.wpb_content_element .wpb_tabs_nav,
#main #content .wpb_tour.tab-style-two.wpb_content_element .wpb_tabs_nav,
#main .wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab,
#main .wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab,
#main .wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab {
	display: table-cell;
	float: none;
	vertical-align: top;
}
#main .wpb_tour .ui-tabs .ui-tabs-nav li {
	float: none;
	overflow: hidden;
}

.wpb_tour.wpb_content_element.tab-style-three .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding-left: 0;
}

#main .wpb_gmaps_widget .wpb_map_wraper {
	background: none;
	padding: 0;
}
.interval {
	padding-bottom: 10px;
}
#shaon-pricing-table .amount {
	line-height: 45px;
}
#main #pricing-table .signup,
#main .pricing-table .signup:hover {
	text-shadow: none;
}
.blog .post .wp-smiley {
	width: auto;
}
@media (max-width: 480px) {
	#main .tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper,
	#main .tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper,
	#main #content .tab-style-one.wpb_content_element .wpb_tabs_nav,
	#main #content .tab-style-three.wpb_content_element .wpb_tabs_nav,
	#main .wpb_tour.wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab,
	#main .wpb_tour.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab,
	#main #content .wpb_tour.tab-style-one.wpb_content_element .wpb_tabs_nav,
	#main #content .wpb_tour.tab-style-three.wpb_content_element .wpb_tabs_nav,
	#main #content .wpb_tour.tab-style-two.wpb_content_element .wpb_tabs_nav,
	#main .wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab,
	#main .wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab,
	#main .wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab {
		display: block;
	}
	#main .wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper,
	#main .wpb_tour.tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper,
	#main .wpb_tour.tab-style-two.wpb_content_element .wpb_tour_tabs_wrapper {
		display: block !important;
	}
	.wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
		padding-top: 0;
	}
	.wpb_tour.tab-style-one .wpb_tabs_nav,
	.wpb_tour.tab-style-three .wpb_tabs_nav {
		border-right: none;
		border-bottom: 1px solid;
	}
	.wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab,
	.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab {
		padding-left: 0;
	}
}
/*Composer:end*/

/*!- Scroll top*/
.scroll-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 34px;
	height: 34px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	-webkit-border-radius:	17px;
	-moz-border-radius:		17px;
	-ms-border-radius:		17px;
	-o-border-radius:		17px;
	border-radius:			17px;

	-webkit-transition:	opacity 400ms ease;
	-moz-transition:	opacity 400ms ease;
	-ms-transition:		opacity 400ms ease;
	-o-transition:		opacity 400ms ease;
	transition:			opacity 400ms ease;
	z-index: 99;
}
.scroll-top.off {
	right: -35px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/*z-index: -1;*/
}
.scroll-top.on {
	right: 15px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.scroll-top:before {
	display: block;
	width: 34px;
	height: 34px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2212px%22%20height=%228px%22%20viewBox=%220%200%2012%208%22%20enable-background=%22new%200%200%2012%208%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%225.999,3.376%201.6,8%200,6.303%205.999,0%2012,6.303%2010.4,8%20%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;

}
.old-ie .scroll-top:before {
	background-image: url(/wp-content/themes/LPCORE/images/old-ie.png);
	background-repeat: no-repeat;
	background-position: 0 -860px;
}

/*Scroll top:end*/

.project-post .project-navigation {
	overflow: hidden;
}
.boxed-layout #tiptip_holder {
	top: -20px !important;
}

/*!-Stripe background for device*/
.touch .stripe,
.touch .fancy-parallax-bg {
	background-attachment: scroll !important;
	background-size: auto !important;
}
.touch .stripe-parallax-bg {
	background-size: auto !important;
}
.old-ie .single .entry-meta:before,
.old-ie .entry-tags:before {
	display: none;
}

/*Stripe background for device:end*/

/*!-Top shopping cart*/
.shopping-cart {
	position: relative;
	z-index: 1001;
}
	.shopping-cart-inner {
		position: absolute;
		width: 190px;
		visibility: hidden;
		padding: 15px 20px 15px;
		opacity: 0;
		z-index: 200;
		text-align: left;

		-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
		-moz-box-shadow:	0px 0px 4px rgba(0, 0, 0, 0.20);
		-ms-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
		-o-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
		box-shadow:			0px 0px 4px rgba(0, 0, 0, 0.20);
	}
	.right-overflow.shopping-cart-inner {
		right: 0;
	}
		#top-bar .shopping-cart-inner .cart_list {
			overflow: hidden;
			margin-bottom: 15px;
		}
			#page #top-bar .shopping-cart-inner .cart_list li {
				overflow: hidden;
				padding: 15px 0px 15px 0px;
				margin: 0;
			}
			#page #top-bar .shopping-cart-inner .cart_list.empty li {
				border: none;
				padding: 0;
			}
			#page #top-bar .shopping-cart-inner .cart_list.empty {
				margin-bottom: 0;
			}
			#page #top-bar .shopping-cart-inner .cart_list li:first-child {
				padding-top: 0;
				border-top: none;
			}
				#page #top-bar .shopping-cart-inner .cart_list li img {
					box-shadow: none;
					float: left;
					margin: 5px 20px 5px 0;
					width: 50px;
				}
			#top-bar .shopping-cart-inner .cart_list li .quantity {
				display: block;
				margin: 0;
			}
			#page #top-bar .shopping-cart-inner a.button {
				float: left;
				font-weight: normal;
				margin-right: 10px;
				padding: 0;
				background: none;
				border: none;
				box-shadow: none;
				text-shadow: none;
			}
			#page #top-bar .shopping-cart-inner a.button.view-cart {
				padding-right: 23px;
				background-position: right 2px;
				background-repeat: no-repeat;
			}
			#page #top-bar .shopping-cart-inner a.button.checkout {
				padding-right: 17px;
				background-position: right 4px;
				background-repeat: no-repeat;
			}
			.shopping-cart-inner .total .amount {
				font-weight: bold;
			}
	.wc-ico-cart {
		padding-left: 20px;
		background-position: 0 0;
		background-repeat: no-repeat;
		white-space: nowrap;
	}
#top-bar .wc-ico-cart:hover {
	text-decoration: none;
}

/*Top shopping cart:end*/

form.mc4wp-form label {
	font-weight: normal;
}
#main #content .rotatingtweet {
	padding: 25px 20px 20px;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}

#content .rotatingtweets {
	max-width: 100%;
}

/*!-Video background*/
embed,
iframe,
object,
video {
	max-width: 100%;
}

.stripe.stripe-video-bg {
	position: relative;
	/*min-height: 600px;*/
}
.stripe.stripe-video-bg .wf-container {
	position: relative;
}
.stripe.stripe-video-bg > video {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.no-mobile .stripe.stripe-video-bg > video {
	display: block;
}
.stripe.stripe-video-bg > video {
	display: none;
}

/*Video background:end*/

/* !-LayerSlider DT Skin */
#page .ls-defaultskin {
	border: none;
	padding: 0;

	box-shadow: none;
	text-shadow: none;
}


#page .ls-defaultskin .ls-playvideo {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}

#page .ls-defaultskin .ls-playvideo,
#page .ls-defaultskin .ls-nav-sides,
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-fullscreen {
	background-image: none;
}
.old-ie #page .ls-defaultskin .ls-nav-start,
.old-ie #page .ls-defaultskin .ls-nav-stop {
	display: none;
}

#page .ls-defaultskin .ls-nav-prev,
#page .ls-defaultskin .ls-nav-prev:hover,
#page .ls-defaultskin .ls-nav-next,
#page .ls-defaultskin .ls-nav-next:hover {
	background-position: 0px 0px;
}

#page .ls-defaultskin .ls-bottom-slidebuttons a {
	background-image: none;
}
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-bottom-slidebuttons a {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:	0 0 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow:		0 0 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow:		0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow:			0 0 3px rgba(0, 0, 0, 0.15);
}
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop {
	width: 18px;
	height: 18px;
	margin: 0 6px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius:	10px;
	-moz-border-radius:		10px;
	-ms-border-radius:		10px;
	-o-border-radius:		10px;
	border-radius:			10px;
}
#page .ls-defaultskin .ls-nav-start:hover,
#page .ls-defaultskin .ls-nav-stop:hover,
#page .ls-defaultskin .ls-nav-stop.ls-nav-stop-active,
#page .ls-defaultskin .ls-nav-start.ls-nav-start-active {
	opacity: 0.65;
}
#page .ls-defaultskin .ls-nav-stop.ls-nav-stop-active,
#page .ls-defaultskin .ls-nav-start.ls-nav-start-active {
	cursor: default;
}
#page .ls-defaultskin .ls-nav-stop {
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%2210px%22%20height=%2210px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22rgba(0,0,0, 0.8)%22%20d=%22M217.679,462h-120V50h120V462z%20M414.321,50h-120v412h120V50z%22/%3E%3C/svg%3E");
		background-position: 4px center;
}
#page .ls-defaultskin .ls-nav-start {
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2210px%22%20height=%2210px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%09%3Cpolygon%20fill=%22rgba(0,0,0, 0.8)%22%20points=%22418.999,256.001%20121.001,462%20121.001,50%20%22/%3E%3C/svg%3E");
		background-position: 5px center;
}
#page .ls-defaultskin .ls-nav-prev,
#page .ls-defaultskin .ls-nav-next {
	width: 30px;
	height: 55px;
	z-index: 10000;
	top: 50%;
	margin-top: -27px;
	position: absolute;
	background: none;
}
#page .ls-defaultskin .ls-nav-prev:before,
#page .ls-defaultskin .ls-nav-next:before,
#page .ls-defaultskin .ls-nav-prev:after,
#page .ls-defaultskin .ls-nav-next:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 55px;
	content: "";
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 9;
}
#page .ls-defaultskin .ls-nav-prev:after,
#page .ls-defaultskin .ls-nav-next:after {
	top: 1px;
	left: 0;
	z-index: 8;
}

#page .ls-defaultskin .ls-nav-prev {
	left: 10px;
}

#page .ls-defaultskin .ls-nav-next {
	right: 10px;
}

#page .ls-defaultskin .ls-bottom-slidebuttons,
#page .ls-defaultskin .ls-nav-sides {
	height: 20px;
}
#page .ls-defaultskin .ls-bottom-nav-wrapper {
	margin-top: 0;
}

#page .ls-defaultskin .ls-bottom-slidebuttons,
#page .ls-defaultskin .ls-bottom-slidebuttons a,
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-nav-sides {
	display: inline-block;
}

#page .ls-defaultskin .ls-bottom-slidebuttons,
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-nav-sides {
	top: -30px;
}
#page .ls-defaultskin .ls-bottom-slidebuttons {
	top: -32px;
}

.overlap #page .ls-defaultskin .ls-bottom-slidebuttons,
.overlap #page .ls-defaultskin .ls-nav-start,
.overlap #page .ls-defaultskin .ls-nav-stop,
.overlap #page .ls-defaultskin .ls-nav-sides {
	top: -97px;
}
.overlap #page .ls-defaultskin .ls-bottom-slidebuttons {
	top: -99px;
}
#page .ls-defaultskin .ls-thumbnail-hover {
	bottom: 29px;
	margin-left: 4px;
}

#page .ls-defaultskin .ls-thumbnail-hover-bg {
	background: #eee;
}

#page .ls-defaultskin .ls-thumbnail-hover span {
	border: 5px solid #eee;
	margin-left: -5px;
}

#page .ls-defaultskin .ls-thumbnail {
	top: 10px;
}

#page .ls-defaultskin .ls-thumbnail-inner {
	padding: 2px;
	margin-left: -2px;
	background: #fff;
}

#page .ls-defaultskin .ls-thumbnail-slide a {
	margin-right: 2px;
}

#page .ls-defaultskin .ls-nothumb {
	background: #eee;
}
.ls-container.ls-carousel .ls-nav-prev,
.ls-container.ls-carousel .ls-nav-next {
	width: 26px;
	height: 60px;

	-webkit-border-radius:	7px;
	-moz-border-radius:		7px;
	-ms-border-radius:		7px;
	-o-border-radius:		7px;
	border-radius:			7px;
}
.ls-container.ls-carousel .ls-nav-prev,
.ls-container.ls-carousel .ls-nav-next,
.ls-container.ls-carousel .ls-nav-prev:hover,
.ls-container.ls-carousel .ls-nav-next:hover {
	background-repeat: no-repeat;
	background-position: center center;
}

#page .ls-defaultskin .ls-loading-indicator {
	background-image: none;
}

#page .ls-defaultskin .ls-fullscreen {
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
}
.tp-scrollbelowslider:hover {
	cursor: pointer;
}
#page .ls-carousel .ls-nav-prev,
#page .ls-carousel .ls-nav-next {
	z-index: 9000;
}

/* LayerSlider DT Skin:end */

/*!-NextGEN gallery*/
#page .ngg-gallery-thumbnail img,
#page .ngg-thumbnail img,
#page .ngg-imagebrowser .ngg-imagebrowser .pic,
#page .ngg-imagebrowser-nav .ngg-imagebrowser-nav .back,
#page .ngg-imagebrowser-nav .ngg-imagebrowser-nav .next,
#page .ngg-navigation a.page-numbers,
#page .ngg-navigation a.next,
#page .ngg-navigation a.prev,
#page .ngg-navigation span.page-numbers,
#page .ngg-navigation span.next,
#page .ngg-navigation span.prev {
	border: none;
	background: none;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover {
	background: none;
}
#page .ngg-gallery-thumbnail img,
#page .ngg-thumbnail img,
#page .ngg-imagebrowser .pic,
#page .ngg-imagebrowser-nav .next,
#page .ngg-imagebrowser-nav .back,
#page .ngg-navigation a.page-numbers,
#page .ngg-navigation a.next,
#page .ngg-navigation a.prev,
#page .ngg-navigation span.page-numbers,
#page .ngg-navigation span.next,
#page .ngg-navigation span.prev {
	border: none;
	background: none;
}
#page .ngg-navigation a {
	font-weight: normal;
}
#page .ngg-navigation a.page-numbers:hover,
#page .ngg-navigation a.next:hover,
#page .ngg-navigation a.prev:hover {
	background-color: transparent;
}
.ngg-imagebrowser a:hover,
.ngg-thumbnail a:hover,
#page .ngg-galleryoverview .ngg-gallery-thumbnail a:hover img,
.ngg-album-link a:hover img {
	opacity: 0.7 !important;
}

/*NextGEN gallery:end*/


/* !-Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9442;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9443;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.mfp-close:active {
	background: none;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
	.mfp-close:hover, .mfp-close:focus {
		opacity: 1;
	}
	.mfp-close:active {
		top: 1px;
	}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50% !important;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
	.mfp-arrow:active {
		margin-top: -54px;
		background: none;
	}
	.mfp-arrow:hover, .mfp-arrow:focus {
		opacity: 1;
	}
	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent;
	}
	.mfp-arrow:after, .mfp-arrow .mfp-a {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px;
	}
	.mfp-arrow:before, .mfp-arrow .mfp-b {
		border-top-width: 21px;
		border-bottom-width: 21px;
	}

.mfp-arrow-left {
	left: 0;
}
	.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
		border-right: 17px solid white;
		margin-left: 31px;
	}
	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
		margin-left: 25px;
		border-right: 27px solid #3f3f3f;
	}

.mfp-arrow-right {
	right: 0;
}
	.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
		border-left: 17px solid white;
		margin-left: 39px;
	}
	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
		border-left: 27px solid #3f3f3f;
	}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px;
	}
	.mfp-iframe-holder .mfp-close {
		top: -40px;
	}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 90px;
	margin: 0 auto;
}
.no-share-buttons img.mfp-img {
	padding: 40px 0 40px;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 90px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #444444;
	}
	.no-share-buttons .mfp-figure:after {
		bottom: 40px;
	}
	.mfp-figure small,
	.mfp-iframe-scaler small {
		color: #bdbdbd;
		display: block;
		font-size: 12px;
		line-height: 14px;
	}

.mfp-bottom-bar {
	margin-top: -77px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.no-share-buttons .mfp-bottom-bar {
	margin-top: -36px;
}

.mfp-iframe-scaler .mfp-bottom-bar {
	margin-top: 0;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

/*@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {*/


@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media screen and (max-width: 760px) {
	/**
		* Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
	padding: 0;
	}
	.mfp-img-mobile .mfp-title {
		padding: 10px 10px 10px;
	}
	.mfp-img-mobile .mfp-figure {
	/* The shadow behind the image */ }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: block;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 10px;
		top: 10px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* Magnific Popup CSS:end */

/* !- Pie charts*/

.transparent-pie .vc_pie_wrapper .vc_pie_chart_back,
.stripe .transparent-pie .vc_pie_wrapper .vc_pie_chart_back {
	border-color: transparent !important;
}
.transparent-pie .vc_pie_wrapper span {
	width: 100% !important;
	height: auto !important;
}
.transparent-pie .vc_pie_wrapper canvas {
	height: 75px !important;
}
.transparent-pie .vc_pie_wrapper canvas {
	visibility: hidden;
}
.transparent-pie .vc_pie_chart_value {
	font-size: 75px !important;
	line-height: 75px !important;
}
.transparent-pie.vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_value {
	color: #8e9397;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_value {
	color: #2a82ec;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_value {
	color: #18c7e1;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_value {
	color: #6ace19;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_value {
	color: #ff6d1e;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_value {
	color: #ee283f;
}
.transparent-pie.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_value {
	color: #32363a;
}

.vc_pie_chart .vc_pie_wrapper {
	visibility: hidden;
}
#page .vc_pie_chart_back {
	opacity: 1;
}
#page .vc_progress_bar .vc_single_bar .vc_bar {
	background-color: #8e9397;
}
#main .vc_progress_bar .vc_single_bar.bar_grey .vc_label {
	color: #fff;
}
#page .vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
	background-color: #2a82ec;
}
#page .vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
	background-color: #18c7e1;
}
#page .vc_progress_bar .vc_single_bar.bar_green .vc_bar {
	background-color: #6ace19;
}
#page .vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
	background-color: #ff6d1e;
}
#page .vc_progress_bar .vc_single_bar.bar_red .vc_bar {
	background-color: #ee283f;
}
#page .vc_progress_bar .vc_single_bar.bar_black .vc_bar {
	background-color: #32363a;
}

/* Pie charts:end */

/* !-fallback images for ie8 */
.old-ie .rsCont .rsBullet,
.old-ie .widget .rsContW .rsBullet,
.old-ie .sidebar .rsContW .rsBullet,
.old-ie #footer .rsContW .rsBullet {
	background-position: 0 -736px;
	background-image: url(/wp-content/themes/LPCORE/images/old-ie.png) !important;
}
.old-ie .searchform .submit,
.old-ie .st-accordion li > a,
.old-ie .st-toggle > a,
.old-ie .shortcode-tabs.tab-style-two .tab.fullsize-tab,
.old-ie .shortcode-tabs.tab-style-three .tab.fullsize-tab,
.old-ie .shortcode-tabs.tab-style-two .tab.fullsize-tab.active-tab,
.old-ie .shortcode-tabs.tab-style-three .tab.fullsize-tab.active-tab,
.old-ie .no-avatar,
.old-ie .slider-wrapper .prev i:after,
.old-ie .slider-wrapper .next i:after,
.old-ie .rsShor .rsArrowRight .rsArrowIcn:before,
.old-ie .rsShor .rsArrowLeft .rsArrowIcn:before,
.old-ie .post-rollover i:after,
.old-ie .rollover-video .video-icon:after,
.old-ie .format-video .rollover i:after,
.old-ie .format-photo .rollover i:after,
.old-ie .rollover-zoom i:after,
.old-ie .rollover-small i:after,
.old-ie .rollover i:after,
.old-ie .fs-entry .link i:after,
.old-ie .fs-entry .link a:after,
.old-ie .swiper-slide .link i:after,
.old-ie .rollover-project .link i:after,
.old-ie .close-link,
.old-ie .arrow-left,
.old-ie .arrow-right,
.old-ie .arrow-top,
.old-ie .arrow-bottom,
.old-ie #main-slideshow .tp-leftarrow.navbar,
.old-ie #main-slideshow .tp-rightarrow.navbar,
.old-ie #main-slideshow .tp-rightarrow.round,
.old-ie #main-slideshow .tp-rightarrow.navbar-old,
.old-ie #main-slideshow .tp-rightarrow.square-old,
.old-ie #main-slideshow .tp-rightarrow.round-old,
.old-ie #main-slideshow .tp-leftarrow.round,
.old-ie #main-slideshow .tp-leftarrow.navbar-old,
.old-ie #main-slideshow .tp-leftarrow.square-old,
.old-ie #main-slideshow .tp-leftarrow.round-old,
.old-ie .fs-entry-img i:after,
.old-ie #main-nav > li.has-children > a:after,
.old-ie .sub-nav li.has-children:after,
.old-ie .mini-search .submit,
.old-ie .mini-search .submit.act:hover,
.old-ie .custom-nav .has-children > a:after,
.old-ie #main .flex-direction-nav .flex-next,
.old-ie #main .flex-direction-nav .flex-prev,
.old-ie #page .tp-rightarrow.default:before,
.old-ie #page .tp-leftarrow.default:before,
.old-ie #page .tp-rightarrow.default:hover:before,
.old-ie #page .tp-leftarrow.default:hover:before,
.old-ie .num-of-images,
.old-ie .num-of-videos,
.old-ie .wpb_content_element.dt-style .wpb_accordion_header > a,
.old-ie #main .wpb_accordion .wpb_accordion_wrapper .ui-state-active > a,
.old-ie .navigation-inner .prev-post,
.old-ie .navigation-inner .next-post,
.old-ie #page .ls-defaultskin .ls-nav-next:before,
.old-ie #page .ls-defaultskin .ls-nav-next:hover:before,
.old-ie #page .ls-defaultskin .ls-nav-prev:before,
.old-ie #page .ls-defaultskin .ls-nav-prev:hover:before,
.old-ie .rsHomePorthole .rsCLink,
.old-ie .hover-style-one .project-details:after,
.old-ie .hover-style-three .project-details:after,
.old-ie .hover-style-two .project-details:after,
.old-ie .hover-style-two.hover-color-static .project-details:after,
.old-ie .buttons-on-img .links-container > .details:after,
.old-ie .buttons-on-img .links-container > .project-details:after,
.old-ie .hover-style-one .project-link:after,
.old-ie .hover-style-two.hover-color-static .project-link:after,
.old-ie .hover-style-three .project-link:after,
.old-ie .hover-style-two .project-link:after,
.old-ie .buttons-on-img .link:after,
.old-ie .buttons-on-img .project-link:after,
.old-ie .hover-style-one .project-zoom:after,
.old-ie .hover-style-two.hover-color-static .project-zoom:after,
.old-ie .hover-style-three .project-zoom:after,
.old-ie .buttons-on-img .project-zoom:after,
.old-ie .hover-style-two .project-zoom:after {
	background-image: url("/wp-content/themes/LPCORE/images/old-ie.png") !important;
	background-repeat: no-repeat;
}
.old-ie .hover-style-one .project-details:after,
.old-ie .hover-style-three .project-details:after,
.old-ie .hover-style-two .project-details:after,
.old-ie .hover-style-two.hover-color-static .project-details:after,
.old-ie .buttons-on-img .links-container > .details:after,
.old-ie .buttons-on-img .links-container > .project-details:after {
	background-position: 0 -1330px;
}

.old-ie .hover-style-one .project-link:after,
.old-ie .hover-style-two.hover-color-static .project-link:after,
.old-ie .hover-style-three .project-link:after,
.old-ie .hover-style-two .project-link:after,
.old-ie .buttons-on-img .link:after,
.old-ie .buttons-on-img .project-link:after {
	background-position: 0 -1370px;
}
.old-ie .hover-style-one .project-zoom:after,
.old-ie .hover-style-two.hover-color-static .project-zoom:after,
.old-ie .hover-style-three .project-zoom:after,
.old-ie .buttons-on-img .project-zoom:after,
.old-ie .hover-style-two .project-zoom:after {
	background-position: 0 -1410px;
}
.old-ie .rsHomePorthole .rsCLink {
	background-position: 0 -1255px;
}
.old-ie .recent-posts .no-avatar,
.old-ie .items-grid .no-avatar {
	background-position: 17px -615px;
}

/* fallback images for ie8:end */

.ls-container a {
	text-decoration: none;
}
.products mark {
	background: none;
}

/*.map-container {
	width: 100%;
	height: 400px;
}*/
.responsive-off #megaMenu #megaMenuToggle {
	display: none;
}
.responsive-off #megaMenu.megaResponsiveToggle ul.megaMenu {
	display: block;
}
.responsive-off #megaMenu.megaResponsive ul.megaMenu > li.menu-item {
	display: inline-block;
	width: auto;
	border: none;
}
.responsive-off #page #megaMenu.megaResponsive ul.megaMenu > li.menu-item > a {
	border: none;
}
.full-width-wrap > .wf-cell {
	padding-left: 0;
	padding-right: 0;
}
#content span:last-child[class*="gw-go-btn-icon"][class*="gw-go-btn-icon-large"] {
	margin-bottom: -6px;
}
#content span:last-child[class*="gw-go-btn-icon"] {
	margin-bottom: -5px;
}
.content .gw-go-col {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #e2e2e2;
}
.content .gw-go-col:before {
	margin-top: 1px;
}
#main .jg-container .wf-cell .post {
	margin: 0;
	padding: 0;
}
.content #jg-container-1.wf-container {
	padding-top: 5px;
}
	.jg-container .post .alignleft,
	.jg-container .post .alignnone {
		margin-top: 0;
		margin-bottom: 0;
	}
#main .jg-container .wf-cell {
	opacity: 0;
	padding: 0;
}
.justified-grid .paginator {
	border: none !important;
}
.justified-grid.portfolio.layout-grid .paginator,
.justified-grid.layout-grid .paginator {
	margin-top: 0 !important;
	padding-top: 40px !important;
}
.is-webkit #main .jg-container .wf-cell {
	float: left;
}
#main .wpb_alert {
	text-shadow: none;
}
.justified-grid .full-width-wrap .rollover-content {
	z-index: 8;
}

.wpb_alert,
.wpb_alert *,
.stripe .wpb_alert * {
	color: #c09853;
}
.wpb_alert-success,
.wpb_alert-success *,
.stripe .wpb_alert-success * {
	color: #468847;
}
.wpb_alert-danger,
.wpb_alert-error,
.wpb_alert-danger *,
.wpb_alert-error *,
.stripe .wpb_alert-danger *,
.stripe .wpb_alert-error * {
	color: #b94a48;
}
.wpb_alert-info,
.wpb_alert-info *,
.stripe .wpb_alert-info * {
	color: #3a87ad;
}
/*!-Social icons*/
@font-face {
	font-family:'HelveticaNeueLT Std Med Cn';
	src: url('/wp-content/themes/LPCORE/fonts/HelveticaNeueLTStd-HvCn.eot');
	src: url('/wp-content/themes/LPCORE/fonts/HelveticaNeueLTStd-HvCn.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/LPCORE/fonts/HelveticaNeueLTStd-HvCn.woff2') format('woff2'),
		url('/wp-content/themes/LPCORE/fonts/HelveticaNeueLTStd-HvCn.woff') format('woff'),
		url('/wp-content/themes/LPCORE/fonts/HelveticaNeueLTStd-HvCn.ttf') format('truetype'),
		url('/wp-content/themes/LPCORE/fonts/HelveticaNeueLTStd-HvCn.otf') format('opentype'),
		url('/wp-content/themes/LPCORE/fonts/HelveticaNeueLTStd-HvCn.svg#HelveticaNeueLTStd-HvCn') format('svg');
	font-weight: 750;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-00FE;
}
@font-face {
	font-family: 'dream-theme';
	src:url('/wp-content/themes/LPCORE/fonts-soc-ico/dream-theme.eot');
	src:url('/wp-content/themes/LPCORE/fonts-soc-ico/dream-theme.eot#iefix') format('embedded-opentype'),
		url('/wp-content/themes/LPCORE/fonts-soc-ico/dream-theme.ttf') format('truetype'),
		url('/wp-content/themes/LPCORE/fonts-soc-ico/dream-theme.woff') format('woff'),
		url('/wp-content/themes/LPCORE/fonts-soc-ico/dream-theme.svg#dream-theme') format('svg');
	font-weight: normal;
	font-style: normal;
}
.soc-ico a {
	font-family: 'dream-theme';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 25px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.soc-ico a,
.soc-ico a:hover,
#top-bar .soc-ico a:hover,
#bottom-bar .soc-ico a:hover {
	text-decoration: none;
}

.soc-ico .px-500:before {
	content: "\e600";
}
.soc-ico .you-tube:before {
	content: "\e601";
}
.soc-ico .website:before {
	content: "\e602";
}
.soc-ico .vk:before {
	content: "\e603";
}
.soc-ico .vimeo:before {
	content: "\e604";
}
.soc-ico .twitter:before {
	content: "\e605";
}
.soc-ico .tumbler:before {
	content: "\e606";
}
.soc-ico .tripedvisor:before {
	content: "\e607";
}
.soc-ico .flickr:before {
	content: "\e608";
}
.soc-ico .facebook:before {
	content: "\e609";
}
.soc-ico .dribbble:before {
	content: "\e60a";
}
.soc-ico .devian:before {
	content: "\e60b";
}
.soc-ico .delicious:before {
	content: "\e60c";
}
.soc-ico .behance:before {
	content: "\e60d";
}
/*.soc-ico .icon-social-500px:before {
	content: "\e60e";
}*/
.soc-ico .stumbleupon:before {
	content: "\e60f";
}
.soc-ico .skype:before {
	content: "\e610";
}
.soc-ico .rss:before {
	content: "\e611";
}
.soc-ico .pinterest:before {
	content: "\e612";
}
.soc-ico .mail:before {
	content: "\e613";
}
.soc-ico .linkedin:before {
	content: "\e614";
}
.soc-ico .lastfm:before {
	content: "\e615";
}
.soc-ico .instagram:before {
	content: "\e616";
}
.soc-ico .google:before {
	content: "\e617";
}
.soc-ico .github:before {
	content: "\e618";
}
.soc-ico .foursquare:before {
	content: "\e619";
}
.soc-ico .forrst:before {
	content: "\e61a";
}

/*Social icons:end*/

/*!-Hovers*/

/*Hover style 1*/
.hover-style-one .rollover-content,
.hover-style-one .fs-entry-content {
	height: auto;
	top: auto;
	bottom: 0;
	background-color: transparent !important;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)),  rgba(0,0,0,0.2) 10%,color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.6) 100%); /* W3C */
	color: #fff;
	text-align: center;
}
.hover-style-three .rollover-content,
.hover-style-one .rollover-content,
.hover-style-three .fs-entry-content,
.hover-style-one .fs-entry-content {
	padding-top: 5px;
	padding-bottom: 5px;
}
.hover-style-one .rollover-content,
.hover-style-one .fs-entry-content {
	padding-top: 25px;
}
/*Hover style 1:end*/

.hover-grid .rollover-content,
.no-touch .text-on-img.hover-grid .fs-entry-content {
	opacity: 1;
	top: 100%;
}
.hover-grid .rollover-project,
.hover-grid .rollover-content,
.no-touch .text-on-img.hover-grid .fs-entry {
	overflow: hidden;
}
.rollover-content .wf-table,
.fs-entry-content .wf-table {
	height: 100%;
}
.old-ie .hover-style-one .rollover-content,
.old-ie .hover-color-static .rollover-content,
.old-ie .hover-color-static .fs-entry-content,
.old-ie .hover-style-one .fs-entry-content {
	background: #000 !important;
	filter: none !important;
}
.old-ie .hover-color-static .rollover-content,
.old-ie .hover-color-static .fs-entry-content {
	display: none;
}
.old-ie .hover-color-static .rollover-project:hover .rollover-content,
.old-ie .hover-color-static .fs-entry:hover .fs-entry-content {
	display: block;
}

.buttons-on-img .rollover-content,
.buttons-on-img.fs-entry-content {
	background-color: transparent;
	text-align: center;
}
.buttons-on-img.fs-entry-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
	.hover-style-one .portfolio-categories a,
	.hover-style-two .portfolio-categories a,
	.hover-style-three .portfolio-categories a {
		display: inline-block;
		float: none;
	}
	.hover-style-one .portfolio-categories a:hover,
	.hover-style-two .portfolio-categories a:hover,
	.hover-style-three .portfolio-categories a:hover,
	.hover-style-one .rollover-project > a:hover,
	.hover-style-two .rollover-project > a:hover,
	.hover-style-three .rollover-project > a:hover {
		cursor: default;
		text-decoration: none;
	}
	.no-touch .forward-post .rollover-content:hover,
	.no-touch .rollover-active .rollover-content:hover,
	.no-touch .forward-post .fs-entry-content:hover,
	.no-touch .rollover-active .fs-entry-content:hover,
	.no-touch .forward-post.rollover-project:hover i,
	.no-touch .rollover-active.rollover-project:hover i {
		cursor: pointer;
	}

/*!-Style for round links*/
	.buttons-on-img .rollover-content .links-container,
	.buttons-on-img .rollover-content .links-container > a,
	.buttons-on-img.fs-entry-content .links-container,
	.buttons-on-img.fs-entry-content .links-container > a,
	.hover-style-two .links-container > a,
	.hover-style-one .links-container > a,
	.hover-style-three .links-container > a,
	.media .rollover-content .links-container {
		line-height: 0 !important;
		font-size: 0 !important;
	}

	.hover-style-two .links-container {
		margin-bottom: 10px;
	}
	.hover-style-three .links-container {
		margin-bottom: 12px;
	}
	.hover-style-one .links-container {
		margin-bottom: 5px;
	}
	.media .rollover-content .links-container {
		margin-bottom: 0;
	}
	.description-under-image .links-container {
		margin-bottom: 10px;
	}

	.hover-style-one .project-details,
	.hover-style-one .project-link,
	.hover-style-two .project-details,
	.hover-style-two .project-link ,
	.hover-style-three .project-details,
	.hover-style-three .project-link,
	.hover-style-one .project-zoom,
	.hover-style-two .project-zoom,
	.hover-style-three .project-zoom,
	.buttons-on-img .project-zoom,
	.buttons-on-img .project-details,
	.buttons-on-img .project-link,
	.buttons-on-img .link,
	.buttons-on-img .links-container > .details,
	.hover-style-one .links-container > a,
	.hover-style-two.hover-color-static .links-container > a,
	.hover-style-three .links-container > a {
		display: inline-block;
		float: none;
		width: 36px;
		height: 36px;
		padding: 0;
		margin-left: 4px;
		margin-right: 5px;
		text-indent: -9999px;
		line-height: 0;
		font-size: 0;
		-webkit-border-radius:	50%;
		-moz-border-radius:		50%;
		-ms-border-radius:		50%;
		-o-border-radius:		50%;
		border-radius:			50%;
		background-image: none !important;
	}

	.hover-style-one .rollover-content .details,
	.hover-style-two .rollover-content .details,
	.hover-style-three .rollover-content .details {
		display: inline-block;
		float: none;
	}
	/*!-Gradient for round links*/
	.hover-style-one.hover-color-static .rollover-content .links-container > a,
	.hover-style-two.hover-color-static .rollover-content .links-container > a,
	.hover-style-three.hover-color-static .rollover-content .links-container > a,
	.buttons-on-img .rollover-content .links-container > a,
	.hover-style-one.hover-color-static .links-container > a,
	.hover-style-two.hover-color-static .links-container > a,
	.hover-style-three.hover-color-static .links-container > a,
	.buttons-on-img .links-container > a {
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.14) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
	}
	/*Gradient for round links:end*/

	/*!-Hover effect for round links*/
	.hover-style-one .links-container a,
	.hover-style-two .links-container a,
	.hover-style-three .links-container a,
	.buttons-on-img .links-container a {
		position: relative;
	}

	.hover-style-one .links-container a > span,
	.hover-style-two .links-container a > span,
	.hover-style-three .links-container a > span,
	.buttons-on-img .links-container a > span {
		display:block;
		position:absolute;
		width:100%;
		height:100%;
		left:-1px;
		top:-1px;
		-webkit-transition: opacity 0s ease, -webkit-transform 0s ease, border 0s ease;
		-moz-transition:	opacity 0s ease, -moz-transform 0s ease, border 0s ease;
		-o-transition:		opacity 0s ease, -o-transform 0s ease, border 0s ease;
		transition:			opacity 0s ease, transform 0s ease, border 0s ease;
		border: 1px solid #FFFFFF;
		border-radius:50px;
		-webkit-border-radius: 50%;
		-moz-border-radius:    50%;
		-o-border-radius:      50%;
		opacity:1;
		visibility:hidden;
	}

	.no-touch .hover-style-one .links-container > a.animation-done .icon-hover,
	.no-touch .hover-style-two .links-container > a.animation-done .icon-hover,
	.no-touch .hover-style-two.cs-style-1 .links-container > a .icon-hover,
	.no-touch .hover-style-two.hover-grid .links-container > a .icon-hover,
	.no-touch .hover-style-three .links-container > a.animation-done .icon-hover,
	.no-touch .hover-style-three.cs-style-3 .links-container > a .icon-hover,
	.no-touch .buttons-on-img .links-container > a.animation-done .icon-hover {
		visibility:visible;
		opacity:0;
		-webkit-transform: scale(1.3);
		-mox-transform:    scale(1.3);
		-o-transform:      scale(1.3);
		transform:         scale(1.3);
		-webkit-transition-duration: .5s;
		-moz-transition-duration:    .5s;
		-o-transition-duration:      .5s;
		transition-duration:         .5s;
	}
	.hover-style-one .project-details:after,
	.hover-style-one .project-link:after,
	.hover-style-two .project-details:after,
	.hover-style-two .project-link:after,
	.hover-style-three .project-details:after,
	.hover-style-three .project-link:after,
	.hover-style-one .project-zoom:after,
	.hover-style-two .project-zoom:after,
	.hover-style-three .project-zoom:after,
	.buttons-on-img .project-zoom:after,
	.buttons-on-img .project-details:after,
	.buttons-on-img .project-link:after,
	.buttons-on-img .link:after,
	.buttons-on-img .details:after {
		display: block;
		width: 100%;
		height: 100%;
		content: "";
		background-position: center center;
		background-repeat: no-repeat;
	}
	/*Hover effect for round links:end*/
	.portfolio .post .buttons-on-img .rollover-content .btn-link {
		float: none;
	}
	/*if round link only one - make it large*/
	.hover-style-one .links-container .big-link,
	.hover-style-two .links-container .big-link,
	.hover-style-three .links-container .big-link,
	.buttons-on-img .links-container .big-link {
		width: 58px !important;
		height: 58px !important;
	}
	.old-ie .hover-style-one .links-container .big-link,
	.old-ie .hover-style-two .links-container .big-link,
	.old-ie .hover-style-three .links-container .big-link,
	.old-ie .buttons-on-img .links-container .big-link {
		width: 36px !important;
		height: 36px !important;
	}
	.links-container .big-link {
		margin-bottom: 5px;
	}
	.hover-style-one .big-link:after,
	.hover-style-two .big-link:after,
	.hover-style-three .big-link:after,
	.buttons-on-img .big-link:after {
		background-size: 52px 52px;
	}
	.old-ie .hover-style-two .project-details,
	.old-ie .hover-style-two .project-link,
	.old-ie .hover-style-two .project-zoom {
		background: transparent;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF,endColorstr=#3FFFFFFF)"; /* IE8 */
		    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF,endColorstr=#3FFFFFFF);   /* IE6 & 7 */
		      zoom: 1;
	}
/*Style for round links:end*/

/*!-Portfolio scroller*/
	.fs-entry-content.buttons-on-img ~ i {
		background-image: none;
	}
	.old-ie .fs-entry-content.buttons-on-img i {
		display: none !important;
	}
	.hover-style-one .fs-entry-img i,
	.hover-style-three .fs-entry-img i {
		background-image: none;
	}

	.hover-style-two .portfolio-categories {
		margin-bottom: 5px;
	}
	.no-touch .hover-style-one .rollover-project:hover .link i,
	.no-touch .hover-style-three .rollover-project:hover .link i,
	.no-touch .always-show-info .rollover-project:hover .link i,
	.no-touch .hover-style-one .fs-entry:hover .fs-entry-img i,
	.no-touch .hover-style-three .fs-entry:hover .fs-entry-img i,
	.no-touch .always-show-info .fs-entry:hover .fs-entry-img i {
		background-color: rgba(0, 0, 0, 0.2);
		background-image: none !important;
		opacity: 1;
	}
	.no-touch .hover-grid .fs-entry:hover .fs-entry-img i,
	.hover-style-one .rollover-project .link i:before,
	.hover-style-one .rollover-project .link i:after,
	.hover-style-three .rollover-project .link i:before,
	.hover-style-three .rollover-project .link i:after,
	.cs-style-3.always-show-info .link i:before,
	.cs-style-3.always-show-info .link i:after {
		display: none;
	}

	/*Always show description*/
	.always-show-info .rollover-content,
	.always-show-info.text-on-img .fs-entry-content {
		opacity: 1 !important;
	}

/*!-Hover style 2*/
.hover-style-two .rollover-content,
.hover-style-two .fs-entry-content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.hover-style-two .rollover-content,
.hover-style-two .fs-entry-content {
	text-align: center;
}
/*Hover style 2:end*/

/*!-Static dark hover color*/
.hover-color-static .rollover-content,
.hover-color-static .fs-entry-content {
	background-color: rgba(34, 35, 38, 0.9) !important;
}
.cs-style-1.hover-color-static .rollover-content,
.cs-style-1.hover-color-static .fs-entry-content {
	background-color: #222326 !important;
}
/*Static dark hover color:end*/

/*!-Move hover effect*/
.cs-style-1,
.cs-style-1 .rollover-project,
.cs-style-1 .wf-cell {
	overflow: visible !important;
}
.no-touch .cs-style-1.text-on-img .fs-entry-content {
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
}
.cs-style-1 .rollover-project .rollover-content,
.no-touch .cs-style-1.text-on-img .fs-entry-content {
	height: 100%;
	width: 100%;
	opacity: 0;
	/*text-align: center;*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cs-style-1 .rollover-project:hover .rollover-content,
.cs-style-1 .rollover-project .rollover-content.is-clicked,
.cs-style-1 .rollover-project.cs-hover .rollover-content,
.no-touch .cs-style-1 .fs-entry:hover .fs-entry-content {
	opacity: 1;
	-webkit-transform: translate(10px, 10px);
	-moz-transform: translate(10px, 10px);
	-ms-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
}
.touch .cs-style-1 .rollover-project .rollover-content {
	display: block;
}
/*Move hover effect:end*/

/* !-Move from bottom hover effect */
.cs-style-3 .rollover-project,
.cs-style-3 .fs-entry {
	overflow: hidden;
}

.cs-style-3 .rollover-project > a,
.no-touch .cs-style-3 .fs-entry .fs-entry-img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 .rollover-project:hover > a,
.no-touch .cs-style-3 .jg-container .rollover-project.cs-hover img,
.no-touch .cs-style-3 .fs-entry:hover .fs-entry-img {
	-webkit-transform: translateY(-45px);
	-moz-transform: translateY(-45px);
	-ms-transform: translateY(-45px);
	transform: translateY(-45px);
}
.no-touch .cs-style-3.always-show-info .rollover-project > a,
.no-touch .cs-style-3.always-show-info .fs-entry .fs-entry-img,
.touch .cs-style-3.always-show-info .rollover-project.is-clicked > a {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.cs-style-3 .rollover-project .rollover-content,
.no-touch .cs-style-3 .fs-entry .fs-entry-content {
	top: auto;
	bottom: 0;
	height:auto;
	opacity: 1;
	text-align: center;
}

.cs-style-3 .links-container > a {
	opacity: 1 !important;
	bottom: 0 !important;
}
.hover-style-three .links-container {
	text-align: center;
}
.cs-style-3 .links-container {
	opacity: 0;
	-webkit-transition: opacity 0.1s 0.3s;
	-moz-transition: opacity 0.1s 0.3s;
	transition: opacity 0.1s 0.3s;
}
.cs-style-3 .rollover-content-wrap {
	height:auto;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	min-height: 45px;
	text-align: center;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;
}
.cs-style-3 .rollover-project .rollover-content-wrap,
.no-touch .cs-style-3 .fs-entry .rollover-content-wrap {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.cs-style-3 .rollover-content-wrap:before,
.cs-style-3 .rollover-content-wrap:after,
.description-under-image .links-container:before,
.description-under-image .links-container:after,
.links-container:after,
.links-container:before {
	content: "";
	display: table;
	clear: both;
}

.cs-style-3 .rollover-content-wrap h2 {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.cs-style-3.always-show-info .rollover-content-wrap  {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.cs-style-3 .rollover-project:hover .rollover-content-wrap,
.cs-style-3 .rollover-project.cs-hover .rollover-content-wrap,
.no-touch .cs-style-3 .fs-entry:hover .rollover-content-wrap,
.touch .cs-style-3 .is-clicked .rollover-content-wrap,
.cs-style-3 .fs-entry.cs-hover .rollover-content-wrap,
.touch .cs-style-3.always-show-info .fs-entry .rollover-content-wrap,
.touch .cs-style-3 .fs-entry .rollover-content-wrap {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.touch .cs-style-3.always-show-info .fs-entry-content,
.touch .fs-entry:hover .fs-entry-content.buttons-on-img {
	display: block !important;
}
.touch .cs-style-3.always-show-info .fs-entry-content .links-container,
.touch .cs-style-3 .fs-entry-content .links-container,
.touch .fs-entry:hover .fs-entry-content.buttons-on-img .links-container a {
	opacity: 1;
}
.touch .cs-style-3 .fs-entry-content {
	top: auto;
	bottom: 0;
	height: auto;
}
.cs-style-3 .rollover-project:hover .links-container,
.no-touch .cs-style-3 .fs-entry:hover .links-container {
	opacity: 1;
}
	.cs-style-3 .rollover-content,
	.cs-style-3.text-on-img .fs-entry-content {
		background-color: transparent;
		padding: 0;
	}
	.old-ie .cs-style-3 .rollover-content,
	.old-ie .cs-style-3.text-on-img .fs-entry-content {
		filter: none !important;
		background-color: transparent !important;
	}
	.cs-style-3 .rollover-content-wrap {
		padding: 12px 20px 3px;
		background-color: #222326;
	}
	.cs-style-3.always-show-info .rollover-content-wrap {
		background-color: rgba(34,35,38,0.8);
	}

/* Move from bottom hover effect:end */

/*!-Direction aware hover effect*/
.hover-grid .rollover-content,
.no-touch .text-on-img.hover-grid .fs-entry-content {
	-webkit-transition:	none;
	-moz-transition:	none;
	-ms-transition:		none;
	-o-transition:		none;
	transition:			none;
}
.touch .hover-grid .rollover-content {
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	opacity: 0;
}
.touch .hover-grid .is-clicked .rollover-content {
	opacity: 1;
}
/*Direction aware hover effect:end*/

/* Animations for round links and content(fade effect) */

.hover-style-one .links-container a,
.hover-style-two .links-container a,
.hover-style-three .links-container a,
.buttons-on-img .links-container a,
.hover-style-one .rollover-thumbnails,
.hover-style-two .rollover-thumbnails,
.hover-style-three .rollover-thumbnails {
	position: relative;
	opacity: 0;
	bottom: 15px;
	top: auto;
	-webkit-transition:	none;
	-moz-transition:	none;
	-ms-transition:		none;
	-o-transition:		none;
	transition:			none;
}
.hover-style-one .rollover-content-container,
.hover-style-two .rollover-content-container,
.hover-style-three .rollover-content-container {
	position: relative;
	opacity: 0;
	bottom: -15px;
}
/*fade effect for touch device*/
.touch .hover-style-three .is-clicked .links-container,
.touch .hover-style-one .is-clicked .links-container a,
.touch .hover-style-two .is-clicked .links-container a,
.touch .buttons-on-img .is-clicked .links-container a,
.touch .buttons-on-img .is-clicked,
.touch .hover-style-one .fs-entry .rollover-content-container,
.touch .hover-style-two .fs-entry .rollover-content-container,
.touch .hover-style-three .fs-entry .rollover-content-container,
.touch .hover-style-one .fs-entry .links-container a,
.touch .hover-style-two .fs-entry .links-container a,
.touch .hover-style-three .fs-entry .links-container a {
	/*display: block;*/
	opacity: 1 !important;
	bottom: 0 !important;

}
.touch .hover-style-one.always-show-info .fs-entry-content {
	display: block;
}
.touch .hover-style-two .rollover-content,
.touch .hover-style-one .rollover-content,
.touch .hover-style-three .rollover-content {
	opacity: 0;
	display: block;
}
.touch .hover-style-two .rollover-content.is-clicked,
.touch .hover-style-one .rollover-content.is-clicked,
.touch .hover-style-three .rollover-content.is-clicked {
	opacity: 1;
}
.touch .hover-style-two .is-clicked .rollover-content-container,
.touch .hover-style-two .is-clicked .rollover-thumbnails,
.touch .hover-style-one .is-clicked .rollover-content-container,
.touch .hover-style-one .is-clicked .rollover-thumbnails {
	display: block;
	opacity: 1;
	bottom: 0px;
}
/*fade effect for touch device:end*/
.media .rollover-content-container {
	padding-top: 10px;
}
.media .rollover-project-empty .rollover-content-container {
	padding-top: 0px;
}
.hover-style-two.cs-style-1 .links-container a,
.cs-style-1 .links-container a,
.hover-style-two.cs-style-1 .rollover-content-container,
.hover-style-two.hover-grid .links-container a,
.hover-style-two.hover-grid .rollover-content-container,
.hover-style-one.always-show-info .rollover-content-container,
.cs-style-3 .rollover-content-container,
.cs-style-3 .links-container a,
.hover-style-two.cs-style-1 .rollover-thumbnails,
.hover-style-two.hover-grid .rollover-thumbnails,
.cs-style-3 .rollover-project:hover .rollover-thumbnails,
.touch .cs-style-3 .rollover-project.is-clicked .rollover-thumbnails {
	opacity: 1 !important;
	bottom: 0px !important;
	top: auto;
}

.old-ie .hover-grid .rollover-thumbnails,
.old-ie .cs-style-1 .rollover-thumbnails  {
	filter: none !important;
}
.old-ie .hover-style-one .rollover-content {
	display: none;
}
.old-ie .hover-style-one .rollover-project:hover .rollover-content {
	display: block;
}
.old-ie .hover-grid
.cs-style-3 .rollover-thumbnails {
	bottom: 0px !important;
}
.albums .rollover-content-container {
	padding-top: 8px;
}
.cs-style-3 .links-container,
.cs-style-3 .rollover-project .rollover-thumbnails {
	opacity: 0;
}
.no-touch .cs-style-3 .links-container,
.cs-style-3 .rollover-project .rollover-thumbnails {
	-webkit-transition:	opacity 400ms ease;
	-moz-transition:	opacity 400ms ease;
	-ms-transition:		opacity 400ms ease;
	-o-transition:		opacity 400ms ease;
	transition:			opacity 400ms ease;
}
.cs-style-3 .rollover-project:hover .links-container,
.no-touch .cs-style-3 .fs-entry:hover .links-container,
.cs-style-3 .rollover-project:hover  .rollover-thumbnails
.touch .cs-style-3 .rollover-project .is-clicked  .rollover-thumbnails {
	opacity: 1
}
.no-touch .albums .rollover-content h2 a:hover {
	opacity: 1;
	cursor: default;
}
.no-touch .albums .rollover-content .portfolio-categories a:hover {
	text-decoration: none;
	cursor: default;
}
.touch .hover-style-one .close-link,
.touch .hover-style-three .close-link {
	display: none;
}
.touch .rollover-project.buttons-on-img .rollover-content {
	display: block !important;
}
.touch .rollover-project.buttons-on-img .rollover-content .links-container a {
	opacity: 0;
}
.touch .rollover-project.buttons-on-img .rollover-content.is-clicked .links-container a {
	opacity: 1;
}
/*Hovers:end*/

.wpb-js-composer div.pp_default .pp_close,
div.pp_woocommerce.pp_pic_holder .pp_close,
div.pp_woocommerce.pp_pic_holder  .pp_close:hover {
	width: 30px;
	height: 30px;
	background: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%22512px%22%20height=%22512px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M462,256c0,113.771-92.229,206-206,206S50,369.771,50,256S142.229,50,256,50S462,142.229,462,256z%09%20M422,256c0-91.755-74.258-166-166-166c-91.755,0-166,74.259-166,166c0,91.755,74.258,166,166,166C347.755,422,422,347.741,422,256z%09%20M325.329,362.49l-67.327-67.324l-67.329,67.332l-36.164-36.186l67.314-67.322l-67.321-67.317l36.185-36.164l67.31,67.301%09l67.3-67.309l36.193,36.17l-67.312,67.315l67.32,67.31L325.329,362.49z%22/%3E%3C/svg%3E");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 20000;
}
.old-ie .wpb-js-composer div.pp_default .pp_close,
.old-ie div.pp_woocommerce.pp_pic_holder .pp_close {
	background-position: 0 -240px;
}
.wpb-js-composer div.pp_default .pp_expand,
.wpb-js-composer div.pp_default .pp_contract,
div.pp_woocommerce.pp_pic_holder .pp_expand,
div.pp_woocommerce.pp_pic_holder .pp_contract {
	left: auto;
	right: 50px;
	top: 10px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.3;
	box-shadow: none;
	border: none;
	font-size: 0 !important;
	-webkit-border-radius:	0px;
	-moz-border-radius:		0px;
	-ms-border-radius:		0px;
	-o-border-radius:		0px;
	border-radius:			0px;
}
div.pp_woocommerce.pp_pic_holder a.pp_expand:before,
div.pp_woocommerce.pp_pic_holder a.pp_contract:before {
	display: none;
}

	.wpb-js-composer div.pp_default .pp_expand:hover,
	.wpb-js-composer div.pp_default .pp_contract:hover,
	div.pp_woocommerce.pp_pic_holder .pp_expand:hover,
	div.pp_woocommerce.pp_pic_holder .pp_contract:hover {
		opacity: 1;
	}

.wpb-js-composer div.pp_default .pp_expand,
div.pp_woocommerce.pp_pic_holder .pp_expand {
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%221.006,9.507%205.5,14.007%201,14.007%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%221.006,5.5%205.5,1%201,1%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2213.994,5.5%209.5,1%2014,1%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2213.994,9.507%209.5,14.007%2014,14.007%20%22/%3E%3Cpolyline%20fill=%22white%22%20points=%220,-5%200,-10.015%203.989,-5%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2212.792,3.669%203.781,12.611%202.432,11.039%2011.2,2.303%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%222.034,3.618%2011.391,12.888%2012.723,11.314%203.556,2.113%20%22/%3E%3C/svg%3E");
}

.old-ie .wpb-js-composer div.pp_default .pp_expand,
.old-ie div.pp_woocommerce.pp_pic_holder .pp_expand {
	background-position: 0 -120px;
}

	.wpb-js-composer div.pp_default .pp_expand:hover,
	div.pp_woocommerce.pp_pic_holder .pp_expand:hover {
		background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%220.006,10.507%204.5,15.007%200,15.007%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%220.006,4.5%204.5,0%200,0%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2214.994,4.5%2010.5,0%2015,0%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2214.994,10.507%2010.5,15.007%2015,15.007%20%22/%3E%3Cpolyline%20fill=%22white%22%20points=%220,-5%200,-10.015%203.989,-5%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2212.445,4.007%203.964,12.43%202.432,11.039%2011.006,2.481%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%222.432,4.007%2010.913,12.43%2012.445,11.039%203.871,2.481%20%22/%3E%3C/svg%3E");
	}
	.wpb-js-composer div.pp_default .pp_expand:hover,
	.wpb-js-composer div.pp_default .pp_contract:hover {
		background-position: 0 0;
	}

	.old-ie .wpb-js-composer div.pp_default .pp_expand:hover,
	.old-ie div.pp_woocommerce.pp_pic_holder .pp_expand:hover {
		background-position: 0 -150px;
	}

.wpb-js-composer div.pp_default .pp_contract,
div.pp_woocommerce.pp_pic_holder .pp_contract {
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%2210.037,0.469%2014.531,4.969%2010.031,4.969%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2210.037,14.531%2014.531,10.031%2010.031,10.031%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%224.994,14.531%200.5,10.031%205,10.031%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%224.994,0.469%200.5,4.969%205,4.969%20%22/%3E%3C/svg%3E");
}

.old-ie .wpb-js-composer div.pp_default .pp_contract,
.old-ie div.pp_woocommerce.pp_pic_holder .pp_contract {
	background-position: 0 -180px;
}

	.wpb-js-composer div.pp_default .pp_contract:hover,
	div.pp_woocommerce.pp_pic_holder .pp_contract:hover {
		background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%229.027,1.486%2013.521,5.986%209.021,5.986%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%229.027,13.521%2013.521,9.021%209.021,9.021%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%225.994,13.521%201.5,9.021%206,9.021%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%225.994,1.486%201.5,5.986%206,5.986%20%22/%3E%3C/svg%3E");
	}

	.old-ie .wpb-js-composer div.pp_default .pp_contract:hover,
	.old-ie div.pp_woocommerce.pp_pic_holder .pp_contract:hover {
		background-position: 0 -210px;
	}
	div.pp_woocommerce.pp_pic_holder a.pp_arrow_next {
		background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2222px%22%09%20height=%2222px%22%20viewBox=%220%200%2022%2022%22%20enable-background=%22new%200%200%2022%2022%22%20xml:space=%22preserve%22%3E%09%3Cpath%20fill=%22white%22%20d=%22M11,0C4.925,0,0,4.925,0,11s4.925,11,11,11s11-4.925,11-11%09%09S17.075,0,11,0z%20M11,20c-4.971,0-9-4.028-9-9c0-4.971,4.029-9,9-9c4.972,0,9,4.029,9,9C20,15.972,15.972,20,11,20z%22/%3E%09%3Cpolygon%20fill=%22white%22%20points=%229.992,7.006%209.992,15.012%2015.972,11.009%20%09%22/%3E%09%3Crect%20x=%226%22%20y=%2210.009%22%20fill=%22white%22%20width=%224.502%22%20height=%222%22/%3E%3C/svg%3E");
	}

	.old-ie div.pp_woocommerce.pp_pic_holder a.pp_arrow_next {
		background-position: 0 -90px;
		background-color: transparent;
	}

	div.pp_woocommerce.pp_pic_holder .pp_arrow_previous,
	div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover {
		background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2222px%22%09%20height=%2222px%22%20viewBox=%220%200%2022%2022%22%20enable-background=%22new%200%200%2022%2022%22%20xml:space=%22preserve%22%3E%09%3Cpath%20fill=%22white%22%20d=%22M0,11c0,6.075,4.925,11,11,11s11-4.925,11-11S17.075,0,11,0%09%09S0,4.925,0,11z%20M2,11c0-4.971,4.028-9,9-9c4.971,0,9,4.029,9,9c0,4.972-4.029,9-9,9C6.028,20,2,15.972,2,11z%22/%3E%09%3Cpolygon%20fill=%22white%22%20points=%2212.008,7.006%2012.008,15.012%206.028,11.009%20%09%22/%3E%09%3Crect%20x=%2211.498%22%20y=%2210.009%22%20fill=%22white%22%20width=%224.502%22%20height=%222%22/%3E%3C/svg%3E");
	}

	.old-ie div.pp_woocommerce.pp_pic_holder .pp_arrow_previous,
	.old-ie div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover {
		background-position: 0 -60px;
		background-color: transparent;
	}
	div.pp_woocommerce.pp_pic_holder .pp_gallery ul {
		margin-top: 0;
	}
	.old-ie div.pp_woocommerce.pp_pic_holder .pp_gallery ul li a {
		display: inline-block;
		background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000)"; /* IE8 */
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);   /* IE6 & 7 */
	      zoom: 1;
	}
	div.pp_woocommerce.pp_pic_holder .pp_loaderIcon {
		background: #000 url(/wp-content/themes/LPCORE/images/loader.gif) center center no-repeat;
		width: 25px;
		height: 25px;
		padding: 5px;
		-webkit-box-shadow:  0px 2px 15px 5px rgba(0, 0, 0, 0.3);
		box-shadow:  0px 2px 15px 5px rgba(0, 0, 0, 0.3);
		opacity: 0.5;
	}
	.old-ie div.pp_woocommerce.pp_pic_holder .pp_close,
		.old-ie div.pp_woocommerce.pp_pic_holder .pp_expand,
		.old-ie div.pp_woocommerce.pp_pic_holder .pp_expand:hover,
		.old-ie div.pp_woocommerce.pp_pic_holder .pp_contract,
		.old-ie div.pp_woocommerce.pp_pic_holder .pp_contract:hover,
		.old-ie div.dream-theme .pp_nav .pp_play,
		.old-ie div.dream-theme .pp_nav .pp_pause,
		.old-ie div.dream-theme a.pp_arrow_next,
		.old-ie div.dream-theme a.pp_arrow_previous,
		.old-ie div.pp_woocommerce.pp_pic_holder .pp_arrow_previous,
		.old-ie div.pp_woocommerce.pp_pic_holder a.pp_arrow_next {
			background-image: url(/wp-content/themes/LPCORE/images/old-ie-pp.png);
			background-repeat: no-repeat;
		}

	.wf-container.description-on-hover {
		padding-top: 5px;
	}

#branding a img {
	height: auto;
}
.single-product .upsells.products,
.single-product .related.products {
	clear: both;
}

.touch .media .rollover-content {
	display: none;
}

.wpb_wrapper iframe{
	margin-top: 30px !important;
}


#search-2{
    display: none;
}
.wf-cell{
    display: inline-block;
    float: left;
}

@charset "utf-8";
.wf-clearfix:before {
  content: "";
  display: table;
}
.wf-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.ancient-ie .wf-clearfix {
  zoom: 1;
}
.wf-container:before {
  content: "";
  display: table;
}
.wf-container:after {
  content: "";
  display: table;
  clear: both;
}
.ancient-ie .wf-container {
  zoom: 1;
}
html,
body,
body.page,
.wf-container > *,
#main ul.products > *,
.woocommerce-page #main ul.products > *,
#main .woocommerce ul.products > *,
#main .woocommerce-page ul.products > *,
.upsells.products .products > *,
.related.products .products > *,
.gform_wrapper .top_label .gfield_label {
  font: normal normal normal 12px / 20px "Arial", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #5b5e63;
}
textarea,
#reply-title small,
#main .gform_wrapper textarea {
  font: normal normal normal 12px / 20px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.rollover-content,
.swiper-caption,
.portfolio.layout-masonry-grid .post .details,
.portfolio.grid-text-hovers .portfolio-grid .post .details,
.layout-masonry-grid .post .details,
.grid-text-hovers .portfolio-grid .post .details {
  line-height: 20px;
}
.ancient-ie html,
.ancient-ie body,
.ancient-ie textarea,
.ancient-ie .wf-container > * {
  line-height: 20px;
}
body {
  background: #ffffff url('/wp-content/uploads/2013/08/dt-017.jpg') no-repeat fixed center top;
  background-size: cover;
}
.overlap #main {
  background-image: none, rgba(255,255,255,0.9) none repeat  center top, -moz-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 20px,rgba(255,255,255,0.94) 30px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background-image: none, -webkit-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 20px,rgba(255,255,255,0.94) 30px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, -o-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 20px,rgba(255,255,255,0.94) 30px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, -ms-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 20px,rgba(255,255,255,0.94) 30px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, linear-gradient(to bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 20px,rgba(255,255,255,0.94) 30px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-repeat: repeat;
  background-attachment: ;
  background-position: center top;
  background-size: auto;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(5,38,57,0.05);
  box-shadow: 0px -1px 0px 0px rgba(5,38,57,0.05);
}
.overlap .main-gradient {
  background-image: none, rgba(255,255,255,0.9) none repeat  center top, -moz-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 20px,rgba(255,255,255,0.94) 30px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background-image: none, -webkit-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 20px,rgba(255,255,255,0.94) 30px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, -o-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 20px,rgba(255,255,255,0.94) 30px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, -ms-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 20px,rgba(255,255,255,0.94) 30px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, linear-gradient(to bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 20px,rgba(255,255,255,0.94) 30px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-repeat: repeat;
  background-attachment: ;
  background-position: center top;
  background-size: auto;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(5,38,57,0.05);
  box-shadow: 0px -1px 0px 0px rgba(5,38,57,0.05);
}
@media screen and (max-width: 1024px) {
  .overlap #main,
  .overlap .main-gradient {
    background-image: none, rgba(255,255,255,0.9) none repeat  center top, -moz-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 15px,rgba(255,255,255,0.94) 20px,rgba(255,255,255,0.98) 30px,rgba(255,255,255,0.99) 35px,#ffffff 40px);
    background-image: none, -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
    background-image: none, -webkit-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 15px,rgba(255,255,255,0.94) 20px,rgba(255,255,255,0.98) 30px,rgba(255,255,255,0.99) 35px,#ffffff 40px);
    background-image: none, -o-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 15px,rgba(255,255,255,0.94) 20px,rgba(255,255,255,0.98) 30px,rgba(255,255,255,0.99) 35px,#ffffff 40px);
    background-image: none, -ms-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 15px,rgba(255,255,255,0.94) 20px,rgba(255,255,255,0.98) 30px,rgba(255,255,255,0.99) 35px,#ffffff 40px);
    background-image: none, linear-gradient(to bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 15px,rgba(255,255,255,0.94) 20px,rgba(255,255,255,0.98) 30px,rgba(255,255,255,0.99) 35px,#ffffff 40px);
  }
}
@media screen and (max-width: 800px) {
  .overlap #main,
  .overlap .main-gradient {
    background-image: none, rgba(255,255,255,0.9) none repeat  center top, -moz-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 2px,rgba(255,255,255,0.86) 5px,rgba(255,255,255,0.9) 8px,rgba(255,255,255,0.94) 11px,rgba(255,255,255,0.98) 16px,rgba(255,255,255,0.99) 18px,#ffffff 20px);
    background-image: none, -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
    background-image: none, -webkit-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 2px,rgba(255,255,255,0.86) 5px,rgba(255,255,255,0.9) 8px,rgba(255,255,255,0.94) 11px,rgba(255,255,255,0.98) 16px,rgba(255,255,255,0.99) 18px,#ffffff 20px);
    background-image: none, -o-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 2px,rgba(255,255,255,0.86) 5px,rgba(255,255,255,0.9) 8px,rgba(255,255,255,0.94) 11px,rgba(255,255,255,0.98) 16px,rgba(255,255,255,0.99) 18px,#ffffff 20px);
    background-image: none, -ms-linear-gradient(top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 2px,rgba(255,255,255,0.86) 5px,rgba(255,255,255,0.9) 8px,rgba(255,255,255,0.94) 11px,rgba(255,255,255,0.98) 16px,rgba(255,255,255,0.99) 18px,#ffffff 20px);
    background-image: none, linear-gradient(to bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 2px,rgba(255,255,255,0.86) 5px,rgba(255,255,255,0.9) 8px,rgba(255,255,255,0.94) 11px,rgba(255,255,255,0.98) 16px,rgba(255,255,255,0.99) 18px,#ffffff 20px);
  }
}
.old-ie9 .overlap #main {
  background: rgba(255,255,255,0.9) none repeat  center top;
}
.old-ie .overlap #main {
  background: #252525 none repeat  center top;
}
.color-secondary,
.text-secondary {
  color: #df9130;
}
.color-accent {
  color: #df9130;
}
.stripe-style-1 .color-accent {
  color: #df9130;
}
.stripe-style-2 .color-accent {
  color: #df9130;
}
.stripe-style-3 .color-accent {
  color: #df9130;
}
.stripe-style-4 .color-accent {
  color: #df9130;
}
.stripe-style-5 .color-accent {
  color: #df9130;
}
.text-normal {
  font-size: 14px;
}
.text-small {
  font-size: 12px;
}
.text-big {
  font-size: 15px;
}
#page {
  background: rgba(255,255,255,0.9) none repeat  center top;
  background-size: auto;
}
.old-ie #page {
  background: #252525 none repeat  center top;
}
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
blockquote,
.entry-author,
.format-aside-content,
.format-status-content,
.format-link-content,
.dt-form button,
.dt-form input[type="button"],
.dt-form input[type="reset"],
.dt-form input[type="submit"],
.dt-btn,
.woocommerce #main a.button,
#page .woocommerce a.button,
#main button.button,
#main input.button,
#main #respond input#submit,
#main #content input.button,
.woocommerce-page #main a.button,
.woocommerce-page #main button.button,
.woocommerce-page #main input.button,
.woocommerce-page #main #respond input#submit,
.woocommerce-page #main #content input.button,
#main .woocommerce button.button,
#main #pricing-table .plan .signup,
#main #shaon-pricing-table a.signup,
#main .minimal .pt-button,
#main-slideshow .tp-button,
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
.wpcf7-submit.dt-btn-m,
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
.widget .searchform input,
.content .searchform input,
.woocommerce.widget_product_search #s,
.woocommerce.widget_product_categories #dropdown_product_cat,
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select,
#pp_full_res .comment-form-email input,
#pp_full_res .comment-form-author input,
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="range"],
.wpcf7 input[type="password"],
.wpcf7 select,
.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_wrapper .gform_body input[type="url"],
.gform_wrapper .gform_body input[type="tel"],
.gform_wrapper .gform_body input[type="number"],
.gform_wrapper .gform_body input[type="password"],
.gform_body select,
#header .mini-search .field,
#main-nav > li,
#main-nav > li > a,
#phantom .ph-wrap.with-logo .ph-wrap-content .menu-box #main-nav > li,
#phantom .ph-wrap.with-logo .ph-wrap-content .menu-box #main-nav > li > a,
.sub-nav,
#mobile-menu,
.sidebar-content,
.filter-extras .toggleSwitch,
.filter-extras .toggleSwitch .act,
.filter-categories.new-style a,
#page .filter .filter-categories.new-style a:last-child,
#page .filter .filter-categories.new-style a:first-child,
.page-links,
.page-nav,
.filter-categories,
.filter-extras,
.form-fields,
.form-fields span:first-child input,
.form-fields span:last-child input,
.icons-bg .benefits-grid-ico,
.shortcode-action-bg,
.shortcode-action-bg:before,
.shortcode-tabs.tab-style-one,
.shortcode-tabs.tab-style-two .nav,
.shortcode-teaser.frame-on,
.testimonial-item,
.footer .testimonials.slider-content,
.woocommerce .checkout input[type="text"],
.shipping-calculator-form input[type="text"],
.shipping-calculator-form select,
.woocommerce .form-row input,
.shortcode-code,
#main .vc_text_separator div,
#main .vc_progress_bar .vc_single_bar,
#main .vc_progress_bar .vc_single_bar .vc_label,
#main .vc_progress_bar .vc_single_bar .vc_bar,
#main .flexslider,
.wpb_tabs.tab-style-one,
.wpb_tour.tab-style-one,
.tab-style-two .wpb_tabs_nav,
.nsu_widget input[type="text"],
.nsu_widget input[type="email"],
.mc4wp-form input[type="email"],
.mc4wp-form input[type="text"],
.nsu-submit,
form.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"],
.mc4wp-form input[type="url"],
.mc4wp-form input[type="date"],
#main #content .rotatingtweets,
#main #content .norotatingtweets,
.mc4wp-form form select,
#megaMenu ul.megaMenu > li.menu-item,
#megaMenu ul.megaMenu > li.menu-item > a,
.shopping-cart-inner,
.paginator a:first-child,
.filter .filter-categories a:first-child,
.filter .filter-extras .filter-by a:first-child,
.paginator a:last-child,
.filter .filter-categories a:last-child,
.filter .filter-extras .filter-sorting a:last-child,
#main table.cart td.actions .coupon .input-text,
#main #content table.cart td.actions .coupon .input-text,
.woocommerce-page #main table.cart td.actions .coupon .input-text,
.woocommerce-page #main #content table.cart td.actions .coupon .input-text,
.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity,
.woocommerce .pp_woocommerce #respond input#submit,
.customSelect,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul li:first-child span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li:first-child span.current,
.woocommerce #content nav.woocommerce-pagination ul li:last-child span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li:last-child span.current,
.woocommerce .comment-form input[type="text"],
.woocommerce .comment-form input[type="email"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
.dt-mega-menu .sub-nav .dt-mega-parent .sub-nav a:hover,
.sub-nav > li:hover > a,
.dl-menuwrapper .dl-menu,
.loading-label,
#page .tp-loader,
#page .ls-defaultskin .ls-loading-container,
#page .ls-carousel .ls-loading-container,
.rsHomePorthole .rsPreloader,
.rsShor .rsPreloader {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
#main .woocommerce-message,
#main .woocommerce-error,
#main .woocommerce-info,
#main .woocommerce-message,
#main .woocommerce-error,
#main .woocommerce-info,
#main #payment,
.woocommerce-page #main #payment,
#main #payment div.payment_box,
.woocommerce-page #main #payment div.payment_box,
#main #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #main #reviews #comments ol.commentlist li .comment-text,
#main form.login,
#main form.checkout_coupon,
#main form.register,
.woocommerce-page #main form.login,
.woocommerce-page #main form.checkout_coupon,
.woocommerce-page #main form.register,
.woocommerce-tabs > ul,
#main table.shop_table,
.widget select,
#main .wpb_alert {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
a {
  color: #df9130;
  text-decoration: underline;
}
a:hover {
  color: #df9130;
  text-decoration: none;
}
.page-title {
  background-color: rgba(55,58,65,0.04);
}
.page-title:after,
#main-slideshow.fixed:after,
#main-slideshow.layer-fixed:after,
#main-slideshow.fix:after {
  background-color: rgba(185,188,191,0.8);
}
.old-ie .page-title {
  background-color: #373a41;
  background-color: rgba(56,59,66,0.04);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42);
}
.old-ie .page-title:after {
  background-color: #dadee1;
}
h1 {
  color: #373a41;
  font: normal normal 300 51px / 60px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
@media (max-width: 800px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
  }
}
.page-title.title-left h1,
.page-title.title-right h1 {
  font-size: 38px;
}
h1 a,
h1 a:hover {
  color: #373a41;
}
.hr-breadcrumbs.divider-heder,
.hr-breadcrumbs.divider-heder a {
  color: #373a41;
}
h2,
h1.entry-title,
.vc_pie_chart .vc_pie_chart_value {
  color: #373a41;
  font: normal normal 300 38px / 44px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.vc_pie_chart .vc_pie_chart_value {
  font: normal normal 300 38px / 44px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}
h2 a,
h2 a:hover,
h1.entry-title a {
  color: #373a41;
}
h3,
h2.entry-title,
.fancy-subtitle,
.comments-title,
.woocommerce-tabs h2,
.related.products h2,
.upsells.products h2,
h3.gform_title,
.gform_wrapper h3.gform_title,
.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
  color: #373a41;
  font: normal normal normal 24px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h3 a,
h3 a:hover,
h2.entry-title a,
.comments-title a,
#reply-title {
  color: #373a41;
}
.fancy-title,
.fancy-header .breadcrumbs a {
  color: #fff;
}
.fancy-subtitle {
  color: #df9130;
}
h4,
.page h4,
.widget-title,
.rollover-content h2.entry-title,
.flex-caption h2,
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title {
  color: #373a41;
  font: normal normal normal 18px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h4 a,
h4 a:hover,
.widget-title a {
  color: #373a41;
}
h5,
.author-quote,
#main ul.products li.product h3,
.woocommerce-page #main ul.products li.product h3,
#main .woocommerce ul.products li.product h3,
#main .woocommerce-page ul.products li.product h3 {
  color: #373a41;
  font: normal normal normal 16px / 22px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h5 a,
h5 a:hover {
  color: #373a41;
}
h6 {
  color: #373a41;
  font: normal normal normal 14px / 22px "Arial", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h6 a,
h6 a:hover {
  color: #373a41;
}
.dt-form button,
.dt-form input[type="button"],
.dt-form input[type="reset"],
.dt-form input[type="submit"],
.dt-btn,
.footer .dt-btn,
.widget .dt-btn,
.woocommerce #main a.button,
#page .woocommerce a.button,
.woocommerce #main button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #main a.button,
.woocommerce-page #main button.button,
.woocommerce-page #main input.button,
.woocommerce-page #main #respond input#submit,
.woocommerce-page #main #content input.button,
#main #pricing-table .plan .signup,
#main #shaon-pricing-table a.signup,
#main .minimal .pt-button,
#main .woocommerce button.button,
.nsu-submit {
  font: normal normal normal 12px / 25px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  padding-left: 12.333333333333px;
  padding-right: 12.333333333333px;
  color: #fff;
  background-color: #df9130;
  text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  background-color: #df9130;
}
.rollover-project input[type="submit"],
.rollover-project input[type="submit"]:hover {
  background-color: #bf771d;
}
#shaon-pricing-table a.signup,
#pricing-table .plan .signup,
.minimal .pt-button,
.minimal .pt-button * {
  color: #fff;
}
.stripe-style-1 #shaon-pricing-table a.signup,
.stripe-style-1 #pricing-table .plan .signup,
.stripe-style-1 .minimal .pt-button,
.stripe-style-1 .minimal .pt-button * {
  color: #fff;
}
.stripe-style-2 #shaon-pricing-table a.signup,
.stripe-style-2 #pricing-table .plan .signup,
.stripe-style-2 .minimal .pt-button,
.stripe-style-2 .minimal .pt-button * {
  color: #fff;
}
.stripe-style-3 #shaon-pricing-table a.signup,
.stripe-style-3 #pricing-table .plan .signup,
.stripe-style-3 .minimal .pt-button,
.stripe-style-3 .minimal .pt-button * {
  color: #fff;
}
.stripe-style-4 #shaon-pricing-table a.signup,
.stripe-style-4 #pricing-table .plan .signup,
.stripe-style-4 .minimal .pt-button,
.stripe-style-4 .minimal .pt-button * {
  color: #fff;
}
.stripe-style-5 #shaon-pricing-table a.signup,
.stripe-style-5 #pricing-table .plan .signup,
.stripe-style-5 .minimal .pt-button,
.stripe-style-5 .minimal .pt-button * {
  color: #fff;
}
#main #pricing-table .plan .signup,
#main #shaon-pricing-table a.signup,
#main .minimal .pt-button,
.woocommerce #main a.button,
#page .woocommerce a.button,
#main button.button,
#main input.button,
#main #respond input#submit,
#main #content input.button,
.woocommerce-page #main a.button,
.woocommerce-page #main button.button,
.woocommerce-page #main input.button,
.woocommerce-page #main #respond input#submit,
.woocommerce-page #main #content input.button,
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
#main .woocommerce button.button,
.nsu-submit,
form.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"] {
  background-color: #df9130;
}
.woocommerce .pp_woocommerce #respond input#submit {
  background-color: #df9130;
}
.content .dt-btn {
  color: #fff;
}
.dt-btn {
  color: #fff;
}
.stripe-style-1 .dt-btn {
  color: #fff;
}
.stripe-style-2 .dt-btn {
  color: #fff;
}
.stripe-style-3 .dt-btn {
  color: #fff;
}
.stripe-style-4 .dt-btn {
  color: #fff;
}
.stripe-style-5 .dt-btn {
  color: #fff;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.dt-form button:hover,
.dt-form input[type="button"]:hover,
.dt-form input[type="reset"]:hover,
.dt-form input[type="submit"]:hover,
.dt-btn:hover,
.woocommerce #main a.button:hover,
#page .woocommerce a.button:hover,
#main button.button:hover,
#main input.button:hover,
#main #respond input#submit:hover,
#main #content input.button:hover,
.woocommerce-page #main a.button:hover,
.woocommerce-page #main button.button:hover,
.woocommerce-page #main input.button:hover,
.woocommerce-page #main #respond input#submit:hover,
.woocommerce-page #main #content input.button:hover,
#main #pricing-table .plan .signup:hover,
#main #shaon-pricing-table a.signup:hover,
input.wpcf7-submit.dt-btn-m[type="submit"]:hover,
#main .minimal .pt-button:hover,
#main .gform_wrapper .gform_footer input.button:hover,
#main .gform_wrapper .gform_footer input[type="submit"]:hover,
.nsu-submit:hover,
form.mc4wp-form input[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover,
.woocommerce .pp_woocommerce #respond input#submit:hover,
#main .woocommerce button.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #df9130;
}
#main #pricing-table .plan .signup:hover,
#main #shaon-pricing-table a.signup:hover,
#main .minimal .pt-button:hover {
  background-color: #df9130;
}
.dt-btn:hover,
.woocommerce #main a.button:hover,
#page .woocommerce a.button:hover,
#main button.button:hover,
#main input.button:hover,
#main #respond input#submit:hover,
#main #content input.button:hover,
.woocommerce-page #main a.button:hover,
.woocommerce-page #main button.button:hover,
.woocommerce-page #main input.button:hover,
.woocommerce-page #main #respond input#submit:hover,
.woocommerce-page #main #content input.button:hover,
#main #pricing-table .plan .signup:hover,
#main #shaon-pricing-table a.signup:hover,
#main .minimal .pt-button:hover,
.woocommerce .pp_woocommerce #respond input#submit:hover {
  color: #fff;
}
.old-ie .dt-form button:hover,
.old-ie .dt-form input[type="button"]:hover,
.old-ie .dt-form input[type="reset"]:hover,
.old-ie .dt-form input[type="submit"]:hover,
.old-ie .dt-btn:hover {
  border-color: transparent;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.dt-form button,
.dt-form input[type="button"],
.dt-form input[type="reset"],
.dt-form input[type="submit"],
.dt-btn-m,
input.dt-btn-m[type="submit"],
#main #pricing-table .plan .signup,
#main #shaon-pricing-table a.signup,
#main .minimal .pt-button,
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
form.mc4wp-form input[type="submit"],
#main .woocommerce button.button,
div.mc4wp-form button[type="submit"] {
  padding-left: 10px;
  padding-right: 10px;
  font: normal normal normal 13px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: normal;
}
input.dt-btn-m[type="submit"],
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
form.mc4wp-form input[type="submit"],
#main #respond input#submit,
#main #content input.button,
.woocommerce-page #main input.button,
.woocommerce-page #main #respond input#submit,
#main .woocommerce .product button.button,
.woocommerce-page #main #content input.button {
  line-height: 18px;
}
#main-slideshow .tp-button {
  padding-left: 10px;
  padding-right: 10px;
  font: normal normal normal 13px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  line-height: 30px !important;
  text-transform: none;
}
.dt-form button,
.dt-form input[type="button"],
.dt-form input[type="reset"],
.dt-form input[type="submit"] {
  min-height: 32px;
}
.dt-btn-l {
  padding-left: 13px;
  padding-right: 13px;
  font: normal normal normal 17px / 39px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.dt-btn-xl {
  padding-left: 14px;
  padding-right: 14px;
  font: normal normal normal 18px / 42px 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
#top-bar {
  line-height: 35px;
  background: #ffffff none repeat center center;
  color: #8d9095;
  font-size: 12px;
}
#top-bar:before {
  content: "";
  display: table;
}
#top-bar:after {
  content: "";
  display: table;
  clear: both;
}
.ancient-ie #top-bar {
  zoom: 1;
}
#top-bar:after {
  background-color: rgba(218,222,225,0.8);
}
.old-ie #top-bar {
  background: #ffffff none repeat center center;
}
.old-ie #top-bar:after {
  background-color: #dadee1;
}
#top-bar a,
#top-bar .mini-nav .customSelect {
  color: #8d9095;
}
#top-bar .mini-nav ul > li.act > a,
#bottom-bar .mini-nav ul > li.act > a {
  color: #df9130;
  text-decoration: none;
}
#top-bar .mini-nav ul > li:hover > a,
#bottom-bar .mini-nav ul > li:hover > a {
  text-decoration: none;
}
#top-bar .mini-search {
  border-color: #e7e7e7;
  margin-top: 6px;
  margin-bottom: 6.6666666666667px;
}
.old-ie #top-bar .mini-search {
  border-color: #8d9095;
}
.mini-search input[type="text"]::-webkit-input-placeholder {
  color: #676767;
}
.mini-search input[type="text"]:-moz-placeholder {
  color: #676767;
}
.mini-search input[type="text"]::-moz-placeholder {
  color: #676767;
  opacity: 1;
}
.mini-search input[type="text"]:-ms-input-placeholder {
  color: #676767;
}
.mini-search input[type="text"]:input-placeholder {
  color: #676767;
}
.mini-search input {
  font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
}
#header {
  background: #ffffff none repeat center top;
  border-bottom: 1px solid rgba(185,188,191,0.8);
}
.old-ie #header {
  border-bottom: 1px solid #dadee1;
}
.overlap #header {
  background-image: none, -moz-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 10px,rgba(255,255,255,0.86) 20px,rgba(255,255,255,0.9) 30px,rgba(255,255,255,0.94) 40px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background-image: none, -webkit-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 10px,rgba(255,255,255,0.86) 20px,rgba(255,255,255,0.9) 30px,rgba(255,255,255,0.94) 40px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, -o-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 10px,rgba(255,255,255,0.86) 20px,rgba(255,255,255,0.9) 30px,rgba(255,255,255,0.94) 40px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, -ms-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 10px,rgba(255,255,255,0.86) 20px,rgba(255,255,255,0.9) 30px,rgba(255,255,255,0.94) 40px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-image: none, linear-gradient(to top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 10px,rgba(255,255,255,0.86) 20px,rgba(255,255,255,0.9) 30px,rgba(255,255,255,0.94) 40px,rgba(255,255,255,0.98) 50px,rgba(255,255,255,0.99) 60px,#ffffff 70px);
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: ;
  background-position: center top;
  background-size: ;
  border-bottom: none;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(5,38,57,0.05);
  box-shadow: 0px 1px 0px 0px rgba(5,38,57,0.05);
}
@media screen and (max-width: 1024px) {
  .overlap #header {
    background-image: none, -moz-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 15px,rgba(255,255,255,0.94) 20px,rgba(255,255,255,0.98) 25px,rgba(255,255,255,0.99) 30px,#ffffff 40px);
    background-image: none, -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
    background-image: none, -webkit-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 15px,rgba(255,255,255,0.94) 20px,rgba(255,255,255,0.98) 25px,rgba(255,255,255,0.99) 30px,#ffffff 40px);
    background-image: none, -o-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 15px,rgba(255,255,255,0.94) 20px,rgba(255,255,255,0.98) 25px,rgba(255,255,255,0.99) 30px,#ffffff 40px);
    background-image: none, -ms-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 15px,rgba(255,255,255,0.94) 20px,rgba(255,255,255,0.98) 25px,rgba(255,255,255,0.99) 30px,#ffffff 40px);
    background-image: none, linear-gradient(to top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 5px,rgba(255,255,255,0.86) 10px,rgba(255,255,255,0.9) 15px,rgba(255,255,255,0.94) 20px,rgba(255,255,255,0.98) 25px,rgba(255,255,255,0.99) 30px,#ffffff 40px);
    background-color: transparent;
  }
}
@media screen and (max-width: 800px) {
  .overlap #header {
    background-image: none, -moz-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 2px,rgba(255,255,255,0.86) 4px,rgba(255,255,255,0.9) 6px,rgba(255,255,255,0.94) 9px,rgba(255,255,255,0.98) 13px,rgba(255,255,255,0.99) 18px,#ffffff 20px);
    background-image: none, -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
    background-image: none, -webkit-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 2px,rgba(255,255,255,0.86) 4px,rgba(255,255,255,0.9) 6px,rgba(255,255,255,0.94) 9px,rgba(255,255,255,0.98) 13px,rgba(255,255,255,0.99) 18px,#ffffff 20px);
    background-image: none, -o-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 2px,rgba(255,255,255,0.86) 4px,rgba(255,255,255,0.9) 6px,rgba(255,255,255,0.94) 9px,rgba(255,255,255,0.98) 13px,rgba(255,255,255,0.99) 18px,#ffffff 20px);
    background-image: none, -ms-linear-gradient(bottom,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 2px,rgba(255,255,255,0.86) 4px,rgba(255,255,255,0.9) 6px,rgba(255,255,255,0.94) 9px,rgba(255,255,255,0.98) 13px,rgba(255,255,255,0.99) 18px,#ffffff 20px);
    background-image: none, linear-gradient(to top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.8) 2px,rgba(255,255,255,0.86) 4px,rgba(255,255,255,0.9) 6px,rgba(255,255,255,0.94) 9px,rgba(255,255,255,0.98) 13px,rgba(255,255,255,0.99) 18px,#ffffff 20px);
    background-color: transparent;
  }
}
.old-ie9 .overlap #header {
  background: #ffffff none repeat center top;
}
.old-ie .overlap #header {
  background: #ffffff none repeat center top;
}
.transparent #header {
  background: #ffffff none repeat center center;
}
.old-ie .transparent #header {
  background: #ffffff none repeat center center;
}
@media screen and (max-width: 760px) {
  .transparent #header {
    background: #ffffff none repeat center top;
  }
  .old-ie .transparent #header {
    background: #8c8c8c none repeat center top;
  }
}
#phantom .ph-wrap {
  background: rgba(255,255,255,0.95);
}
.one-page-row #phantom .ph-wrap {
  background: #ffffff;
}
#phantom .ph-wrap:hover {
  background: #ffffff;
}
.old-ie #phantom .ph-wrap {
  background: #8c8c8c;
}
#header .wf-table {
  height: 106px;
  min-height: 106px;
}
#main-slideshow {
  min-height: 106px;
}
#fancy-header .wf-wrap {
  padding-top: 0;
}
.overlap #fancy-header .wf-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}
#main-slideshow.fixed {
  min-height: 26px;
}
.logo-classic-centered .navigation-holder,
.logo-classic .navigation-holder,
.logo-classic #main-nav > li,
.logo-classic-centered #main-nav > li {
  border-color: rgba(106,110,113,0.18);
}
.old-ie .logo-classic-centered .navigation-holder,
.old-ie .logo-classic .navigation-holder,
.old-ie .logo-classic #main-nav > li,
.old-ie .logo-classic-centered #main-nav > li {
  border-color: #dadee1;
}
.assistive-info {
  color: #373a41;
}
#main-nav:before {
  content: "";
  display: table;
}
#main-nav:after {
  content: "";
  display: table;
  clear: both;
}
.ancient-ie #main-nav {
  zoom: 1;
}
#main-nav > li > a {
  font: normal normal normal 14px / 22px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #474950;
  text-transform: none;
}
#main-nav > li > a > span > span.menu-subtitle {
  font-size: 11px;
  color: rgba(71,73,80,0.4);
  line-height: 13px;
  font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
}
#main-nav > li.act > a > span > span.menu-subtitle {
  color: #df9130;
}
#main-nav > li:hover > a > span > span.menu-subtitle {
  color: #df9130;
}
#main-nav > li > a {
  padding: 4px 10px 6px;
}
#main-nav > li.has-children.level-arrows-on > a {
  padding: 4px 18px 6px 10px;
}
#main-nav > li.has-children.level-arrows-on > a:after {
  right: 6px;
}
.logo-classic #main-nav > li > a,
.logo-classic-centered #main-nav > li > a {
  padding: 8px 10px;
}
.logo-classic #main-nav > li.has-children.level-arrows-on > a,
.logo-classic-centered #main-nav > li.has-children.level-arrows-on > a {
  padding: 8px 17px 8px 10px;
}
.logo-classic #main-nav > li.has-children.level-arrows-on > a:after,
.logo-classic-centered #main-nav > li.has-children > a:after {
  right: 5.6666666666667px;
}
.old-ie #main-nav > li.menu-frame-on:hover > a,
.old-ie #main-nav > li.act.menu-frame-on > a {
  color: #df9130;
}
.old-ie #main-nav > li.act.menu-frame-on > a {
  background-color: #df9130;
  color: #fff;
}
.csstransforms3d #main-nav.fancy-rollovers > li:hover > a,
.csstransforms3d #main-nav.fancy-rollovers > li.act > a > span,
.csstransforms3d #main-nav.fancy-rollovers > li.act:hover > a > span {
  background-color: transparent;
}
#main-nav > li.act.menu-frame-on,
.csstransforms3d #main-nav.fancy-rollovers > li.act.menu-frame-on,
#mobile-menu {
  background-color: #df9130;
}
#main-nav > li.act.menu-frame-on > a,
#main-nav > li.act.menu-frame-on:hover > a,
.csstransforms3d #main-nav.fancy-rollovers > li.act.menu-frame-on > a,
#mobile-menu span {
  color: #fff;
}
#main-nav > li.act > a,
#main-nav > li.act:hover > a {
  color: #df9130;
}
#main-nav > li.menu-frame-on:hover > a,
#phantom .ph-wrap.with-logo .ph-wrap-content .menu-box #main-nav > li.menu-frame-on:hover > a {
  border: 1px solid #df9130;
}
.logo-classic #main-nav > li.menu-frame-on:hover > a,
.logo-classic-centered #main-nav > li.menu-frame-on:hover > a {
  border: 1px solid transparent;
}
#main-nav > li:hover > a,
#main-nav > li > a:hover,
#main-nav > li:hover > a span,
#top-bar .mini-nav > ul > li:hover > a,
#bottom-bar .mini-nav > ul > li:hover > a {
  color: #df9130;
}
#main-nav > li.act.menu-frame-on > a > span > span.menu-subtitle,
#main-nav > li.act.menu-frame-on > a > span,
#main-nav > li.act.menu-frame-on:hover > a > span,
#main-nav > li.act.menu-frame-on:hover > a > span > span.menu-subtitle,
#main-nav > li.act.menu-frame-on > a:hover span {
  color: #ffffff;
}
#main-nav > li.has-children.level-arrows-on > a:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%229px%22%20height=%226px%22%20viewBox=%220%200%209%206%22%20enable-background=%22new%200%200%209%206%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%23474950%22%20points=%228.205,1.669%204.515,5.516%200.824,1.703%201.846,0.669%204.515,3.344%207.189,0.669%20%22/%3E%3C/svg%3E");
}
.mini-nav > ul > li.has-children {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%229px%22%20height=%226px%22%20viewBox=%220%200%209%206%22%20enable-background=%22new%200%200%209%206%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%238d9095%22%20points=%228.205,1.669%204.515,5.516%200.824,1.703%201.846,0.669%204.515,3.344%207.189,0.669%20%22/%3E%3C/svg%3E");
}
.mini-nav > ul > li.has-children.act {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%229px%22%20height=%226px%22%20viewBox=%220%200%209%206%22%20enable-background=%22new%200%200%209%206%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%228.205,1.669%204.515,5.516%200.824,1.703%201.846,0.669%204.515,3.344%207.189,0.669%20%22/%3E%3C/svg%3E");
}
#bottom-bar .mini-nav > ul > li.has-children {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%229px%22%20height=%226px%22%20viewBox=%220%200%209%206%22%20enable-background=%22new%200%200%209%206%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%238d9095%22%20points=%220.824,4.516%204.514,0.669%208.205,4.481%207.184,5.516%204.514,2.841%201.84,5.516%20%22/%3E%3C/svg%3E");
}
#bottom-bar .mini-nav > ul > li.has-children.act,
#bottom-bar .mini-nav > ul > li.has-children:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%229px%22%20height=%226px%22%20viewBox=%220%200%209%206%22%20enable-background=%22new%200%200%209%206%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%220.824,4.516%204.514,0.669%208.205,4.481%207.184,5.516%204.514,2.841%201.84,5.516%20%22/%3E%3C/svg%3E");
}
.old-ie #main-nav > li.has-children.level-arrows-on > a:after,
.old-ie .custom-nav .has-children > a:after {
  background-position: -3px -125px;
}
.sidebar-content .widget .custom-nav .has-children > a:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%229px%22%20height=%226px%22%20viewBox=%220%200%209%206%22%20enable-background=%22new%200%200%209%206%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%23373a41%22%20points=%228.205,1.669%204.515,5.516%200.824,1.703%201.846,0.669%204.515,3.344%207.189,0.669%20%22/%3E%3C/svg%3E");
}
.widget .custom-nav .has-children > a:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%229px%22%20height=%226px%22%20viewBox=%220%200%209%206%22%20enable-background=%22new%200%200%209%206%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%23373a41%22%20points=%228.205,1.669%204.515,5.516%200.824,1.703%201.846,0.669%204.515,3.344%207.189,0.669%20%22/%3E%3C/svg%3E");
}
#main-nav > li.has-children.act.level-arrows-on > a:after,
#main-nav > li.has-children.act.level-arrows-on:hover > a:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%229px%22%20height=%226px%22%20viewBox=%220%200%209%206%22%20enable-background=%22new%200%200%209%206%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%228.205,1.669%204.515,5.516%200.824,1.703%201.846,0.669%204.515,3.344%207.189,0.669%20%22/%3E%3C/svg%3E");
}
#main-nav > li.has-children.level-arrows-on:hover > a:after,
.custom-nav .has-children:hover > a:after,
.custom-nav .has-children > a.active:after,
.mini-nav > ul > li.has-children:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%229px%22%20height=%226px%22%20viewBox=%220%200%209%206%22%20enable-background=%22new%200%200%209%206%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%228.205,1.669%204.515,5.516%200.824,1.703%201.846,0.669%204.515,3.344%207.189,0.669%20%22/%3E%3C/svg%3E");
}
.custom-nav .has-children > a.active:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%229px%22%20height=%226px%22%20viewBox=%220%200%209%206%22%20enable-background=%22new%200%200%209%206%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%220.824,4.516%204.514,0.669%208.205,4.481%207.184,5.516%204.514,2.841%201.84,5.516%20%22/%3E%3C/svg%3E");
}
.sub-nav,
.dl-menuwrapper ul,
#header .mini-search .field {
  background-color: rgba(255,255,255,0.97);
}
.old-ie .sub-nav,
.old-ie #header .mini-search .field {
  background-color: #ffffff;
}
.dl-menuwrapper li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(55,58,65,0.1);
}
.sub-nav li > a:hover {
  background-color: rgba(55,58,65,0.07);
  color: #373a41;
}
.dl-menuwrapper li.dl-back a,
.dl-menuwrapper li.dl-back a:hover {
  background-color: rgba(55,58,65,0.05);
}
.sub-nav li.has-children.level-arrows-on:after,
#top-bar .sub-nav li.has-children:after,
#bottom-bar .sub-nav li.has-children:after,
.dl-menuwrapper li.has-children > a:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%226px%22%20height=%229px%22%20viewBox=%220%200%206%209%22%20enable-background=%22new%200%200%206%209%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%23373a41%22%20points=%221.557,0.766%205.24,4.534%201.712,8.256%200.557,7.219%203.295,4.474%200.557,1.797%20%22/%3E%3C/svg%3E");
}
.old-ie .sub-nav li.has-children.level-arrows-on:after {
  background-position: -5px -143px;
}
#header .mini-search .field {
  color: #373a41;
  font-size: 12px;
  line-height: 30px;
}
.dl-menuwrapper li > a {
  color: #373a41;
  font-size: 12px;
  line-height: 18px;
}
.sub-nav > li > a {
  line-height: 20px;
}
.dl-menuwrapper li > a .menu-subtitle {
  color: rgba(55,58,65,0.4);
  font-size: 11px;
  line-height: 13px;
}
.sub-nav > li > a {
  color: rgba(55,58,65,0.7);
  font-size: 11px;
  line-height: 16px;
}
.old-ie .sub-nav > li > a {
  color: #373a41;
}
#top-bar .sub-nav > li > a,
#bottom-bar .sub-nav > li > a {
  color: rgba(55,58,65,0.7);
  font-size: 11px;
  line-height: 16px;
}
#top-bar .mini-nav > ul > li > .sub-nav {
  top: 30px;
}
.sub-nav > li.act > a,
.dl-menuwrapper li.act > a,
.no-touch .dl-menuwrapper li > a:hover,
.touch .dl-menuwrapper li > a:active {
  color: #df9130;
}
.sub-nav li.has-children.act.level-arrows-on:after,
#top-bar .sub-nav li.has-children.act:after,
#bottom-bar .sub-nav li.has-children.act:after,
.no-touch .dl-menuwrapper li.has-children:hover > a:after,
.touch  .dl-menuwrapper li.has-children:active > a:after,
.dl-menuwrapper li.has-children.act > a:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%226px%22%20height=%229px%22%20viewBox=%220%200%206%209%22%20enable-background=%22new%200%200%206%209%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%221.557,0.766%205.24,4.534%201.712,8.256%200.557,7.219%203.295,4.474%200.557,1.797%20%22/%3E%3C/svg%3E");
}
#main-nav .mega-icon,
#main-nav .dt-mega-menu .sub-nav .dt-mega-parent > a .mega-icon {
  width: 20px;
  height: 20px;
}
.mega-icon img {
  max-width: 20px;
  max-height: 20px;
}
#main-nav .sub-nav .mega-icon {
  width: 16px;
  height: 16px;
}
#main-nav > .menu-item > a > .fa,
#main-nav .dt-mega-menu .sub-nav .dt-mega-parent > a .fa {
  font-size: 20px;
}
#main-nav > .menu-item > a > .fa {
  line-height: 20px;
}
#main-nav .sub-nav .fa,
.dl-menu li a .fa,
.dl-menuwrapper li > a .fa {
  font-size: 16px;
}
.dt-mega-menu .sub-nav .dt-mega-parent > a {
  font: normal normal normal 14px / 20px "Arial", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  border-bottom-color: rgba(55,58,65,0.1);
}
.dt-mega-menu .sub-nav .dt-mega-parent > a .menu-subtitle {
  font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.dt-mega-menu .sub-nav > li:hover > a,
.dt-mega-menu .sub-nav > li > a {
  color: #373a41;
}
.dt-mega-menu .sub-nav li.act > a,
.dt-mega-menu .sub-nav li.act:hover > a {
  color: #df9130;
}
.dt-mega-menu .sub-nav .dt-mega-parent .sub-nav a {
  color: rgba(55,58,65,0.7);
  font-size: 11px;
  line-height: 16px;
}
.dt-mega-menu .sub-nav .dt-mega-parent .sub-nav li.act > a {
  color: #df9130;
}
.dt-mega-menu > .sub-nav > li:hover > a {
  background-color: transparent;
}
.dt-mega-menu .sub-nav .dt-mega-parent .sub-nav a:hover {
  background-color: rgba(55,58,65,0.07);
  color: #373a41;
}
.sub-nav .menu-subtitle,
.dl-menu .menu-subtitle,
.sub-nav li.act > a:hover .menu-subtitle {
  color: rgba(55,58,65,0.4);
  font-size: 11px;
  line-height: 13px;
}
.sub-nav a:hover .menu-subtitle {
  color: rgba(55,58,65,0.7);
}
.dt-mega-menu > .sub-nav > li > a:hover .menu-subtitle {
  color: rgba(55,58,65,0.4);
}
#main-slideshow.fixed,
#main-slideshow.fix,
#main-slideshow.layer-fixed {
  background: none repeat  center top;
  background-size: auto;
  background-color: #f7f7f8;
}
.old-ie #main-slideshow {
  background-color: #f7f7f8;
}
#main-slideshow > .royalSlider {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#main-slideshow > .royalSlider > li > img {
  display: none;
}
.rsDefault .rsFullscreenBtn {
  top: auto !important;
  bottom: 18px;
}
.rsTitle {
  font: normal normal 300 51px / 60px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.rsDesc {
  font: normal normal 300 38px / 44px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.rsHomePorthole .rsSlide .rsCLink {
  height: 60px;
}
@media screen and (max-width: 1200px) {
  .rsTitle {
    font: normal normal 300 38px / 44px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsHomePorthole .rsSlide .rsCLink {
    height: 44px;
    background-size: 35px 35px;
    background-position: 0 8px;
  }
  .rsDesc {
    font: normal normal normal 24px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .rsTitle {
    font: normal normal normal 24px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsHomePorthole .rsSlide .rsCLink {
    height: 30px;
    background-size: 25px 25px;
    background-position: 0 4px;
  }
  .rsDesc {
    font: normal normal normal 18px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  }
}
@media screen and (max-width: 800px) {
  .rsTitle {
    font: normal normal normal 16px / 22px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsHomePorthole .rsSlide .rsCLink {
    height: 22px;
    background-size: 20px 20px;
    background-position: 0 center;
  }
  .rsDesc {
    font: normal normal normal 12px / 20px "Arial", Helvetica, Arial, Verdana, sans-serif;
  }
}
@media screen and (max-width: 320px) {
  .rsTitle {
    font: normal normal normal 12px / 20px "Arial", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsHomePorthole .rsSlide .rsCLink {
    height: 20px;
    background-size: 15px 15px;
    background-position: 0 center;
  }
  .rsDesc {
    display: none !important;
    font: normal normal normal 12px / 20px "Arial", Helvetica, Arial, Verdana, sans-serif;
  }
}
.rsHomePorthole .progress-spinner-left,
.rsHomePorthole .progress-spinner-right {
  border-color: #df9130 !important;
}
.paint-accent-color {
  color: #df9130 !important;
}
.stripe-style-1 {
  background: rgba(55,58,65,0.04) none repeat  center center;
}
.old-ie .stripe-style-1 {
  background-color: #f7f7f8;
}
.stripe-style-1 * {
  color: #8d9095;
}
.stripe-style-1 a {
  color: #df9130;
}
.stripe-style-1 {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
}
.stripe-style-2 {
  background: rgba(55,58,65,0.04) none repeat  center top;
}
.old-ie .stripe-style-2 {
  background-color: #f7f7f8;
}
.stripe-style-2 *,
.stripe-style-2 a {
  color: #8d9095;
}
.stripe-style-2 {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.86);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.86);
}
.stripe-style-3 {
  background: #d1edfa url('/wp-content/themes/LPCORE/inc/presets/images/full/skin1.stripes-stripe-3-bg-image.jpg') repeat  center center;
}
.old-ie .stripe-style-3 {
  background-color: #d1edfa;
}
.stripe-style-3 *,
.stripe-style-3 a {
  color: #6e7a91;
}
.stripe-style-3 {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(41,41,65,0.12);
  box-shadow: inset 0px 0px 0px 1px rgba(41,41,65,0.12);
}
.stripe-style-4 {
  background-color: #2e3031;
  background-repeat: ;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.stripe-style-4 {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.18);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.18);
}
.old-ie .stripe-style-4 {
  background-color: #2e3031;
}
.stripe-style-4 *,
.stripe-style-4 a {
  color: #ffffff;
}
.stripe-style-4 .gw-go * {
  color: inherit;
}
.stripe-style-5 {
  background-color: #ffffff;
  background-repeat: ;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.stripe-style-5 {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(55,57,59,0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(55,57,59,0.15);
}
.old-ie .stripe-style-5 {
  background-color: #ffffff;
}
.stripe-style-5 *,
.stripe-style-5 a {
  color: #37393b;
}
.stripe-style-1 h1,
.stripe-style-1 h2,
.stripe-style-1 h3,
.stripe-style-1 h4,
.stripe-style-1 h5,
.stripe-style-1 h6,
.stripe-style-1 h1 a,
.stripe-style-1 h2 a,
.stripe-style-1 h3 a,
.stripe-style-1 h4 a,
.stripe-style-1 h5 a,
.stripe-style-1 h6 a,
.stripe-style-1 .gform_wrapper .gsection .gfield_label,
.stripe-style-1 .gform_wrapper h2.gsection_title,
.stripe-style-1 h3.gform_title,
.stripe-style-1 .gform_wrapper h3.gform_title,
.stripe-style-1 .woocommerce ul.products li.product h3 {
  color: #373a41;
}
.stripe-style-2 h1,
.stripe-style-2 h2,
.stripe-style-2 h3,
.stripe-style-2 h4,
.stripe-style-2 h5,
.stripe-style-2 h6,
.stripe-style-2 h1 a,
.stripe-style-2 h2 a,
.stripe-style-2 h3 a,
.stripe-style-2 h4 a,
.stripe-style-2 h5 a,
.stripe-style-2 h6 a,
.stripe-style-2 .gform_wrapper .gsection .gfield_label,
.stripe-style-2 .gform_wrapper h2.gsection_title,
.stripe-style-2 h3.gform_title,
.stripe-style-2 .gform_wrapper h3.gform_title,
.stripe-style-2 .woocommerce ul.products li.product h3 {
  color: #373a41;
}
.stripe-style-3 h1,
.stripe-style-3 h2,
.stripe-style-3 h3,
.stripe-style-3 h4,
.stripe-style-3 h5,
.stripe-style-3 h6,
.stripe-style-3 h1 a,
.stripe-style-3 h2 a,
.stripe-style-3 h3 a,
.stripe-style-3 h4 a,
.stripe-style-3 h5 a,
.stripe-style-3 h6 a,
.stripe-style-3 .gform_wrapper .gsection .gfield_label,
.stripe-style-3 .gform_wrapper h2.gsection_title,
.stripe-style-3 h3.gform_title,
.stripe-style-3 .gform_wrapper h3.gform_title,
.stripe-style-3 .woocommerce ul.products li.product h3 {
  color: #292941;
}
.stripe-style-4 h1,
.stripe-style-4 h2,
.stripe-style-4 h3,
.stripe-style-4 h4,
.stripe-style-4 h5,
.stripe-style-4 h6,
.stripe-style-4 h1 a,
.stripe-style-4 h2 a,
.stripe-style-4 h3 a,
.stripe-style-4 h4 a,
.stripe-style-4 h5 a,
.stripe-style-4 h6 a,
.stripe-style-4 .gform_wrapper .gsection .gfield_label,
.stripe-style-4 .gform_wrapper h2.gsection_title,
.stripe-style-4 h3.gform_title,
.stripe-style-4 .gform_wrapper h3.gform_title,
.stripe-style-4 .woocommerce ul.products li.product h3 {
  color: #ffffff;
}
.stripe-style-5 h1,
.stripe-style-5 h2,
.stripe-style-5 h3,
.stripe-style-5 h4,
.stripe-style-5 h5,
.stripe-style-5 h6,
.stripe-style-5 h1 a,
.stripe-style-5 h2 a,
.stripe-style-5 h3 a,
.stripe-style-5 h4 a,
.stripe-style-5 h5 a,
.stripe-style-5 h6 a,
.stripe-style-5 .gform_wrapper .gsection .gfield_label,
.stripe-style-5 .gform_wrapper h2.gsection_title,
.stripe-style-5 h3.gform_title,
.stripe-style-5 .gform_wrapper h3.gform_title,
.stripe-style-5 .woocommerce ul.products li.product h3 {
  color: #37393b;
}
.stripe-style-1 .woocommerce ul.products li.product h3 {
  color: #373a41 !important;
}
.stripe-style-2 .woocommerce ul.products li.product h3 {
  color: #373a41 !important;
}
.stripe-style-3 .woocommerce ul.products li.product h3 {
  color: #292941 !important;
}
.stripe-style-4 .woocommerce ul.products li.product h3 {
  color: #ffffff !important;
}
.stripe-style-5 .woocommerce ul.products li.product h3 {
  color: #37393b !important;
}
.hr-thick {
  height: 0;
  border: none;
  border-top: solid 5px rgba(185,188,191,0.8);
}
.old-ie .hr-thick {
  height: 0;
  border: none;
  border-top: solid 5px #dadee1;
}
.hr-breadcrumbs .breadcrumbs:after {
  height: 0;
  border: none;
  border-top: solid 5px rgba(185,188,191,0.8);
}
.old-ie .hr-breadcrumbs .breadcrumbs:after {
  height: 0;
  border: none;
  border-top: solid 5px #dadee1;
}
.content table,
.content td,
.content th {
  border-color: #dadee1;
}
.hr-thick {
  border-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .hr-thick {
  border-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .hr-thick {
  border-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .hr-thick {
  border-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .hr-thick {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .hr-thick {
  border-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .hr-thick {
  border-color: #dadee1;
}
.old-ie .stripe-style-2 .hr-thick {
  border-color: #dadee1;
}
.old-ie .stripe-style-3 .hr-thick {
  border-color: #afc5d2;
}
.old-ie .stripe-style-4 .hr-thick {
  border-color: #484b50;
}
.old-ie .stripe-style-5 .hr-thick {
  border-color: #c5c5c5;
}
.old-ie .hr-thick {
  border-color: #dadee1;
}
.hr-thin,
.list-divider li,
.contact-info li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185,188,191,0.8);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-1 .hr-thin,
.stripe-style-1 .list-divider li,
.stripe-style-1 .contact-info li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.85);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-2 .hr-thin,
.stripe-style-2 .list-divider li,
.stripe-style-2 .contact-info li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.86);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-3 .hr-thin,
.stripe-style-3 .list-divider li,
.stripe-style-3 .contact-info li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(41,41,65,0.12);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-4 .hr-thin,
.stripe-style-4 .list-divider li,
.stripe-style-4 .contact-info li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0.1);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-5 .hr-thin,
.stripe-style-5 .list-divider li,
.stripe-style-5 .contact-info li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55,57,59,0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-1 .hr-thin,
.old-ie .stripe-style-1 .list-divider li,
.old-ie .stripe-style-1 .contact-info li {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-2 .hr-thin,
.old-ie .stripe-style-2 .list-divider li,
.old-ie .stripe-style-2 .contact-info li {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-3 .hr-thin,
.old-ie .stripe-style-3 .list-divider li,
.old-ie .stripe-style-3 .contact-info li {
  border-style: solid;
  border-width: 1px;
  border-color: #afc5d2;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-4 .hr-thin,
.old-ie .stripe-style-4 .list-divider li,
.old-ie .stripe-style-4 .contact-info li {
  border-style: solid;
  border-width: 1px;
  border-color: #484b50;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-5 .hr-thin,
.old-ie .stripe-style-5 .list-divider li,
.old-ie .stripe-style-5 .contact-info li {
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .hr-thin,
.old-ie .list-divider li {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.entry-meta,
.entry-tags,
.portfolio-categories,
.num-of-items {
  font-size: 12px;
}
.num-of-items span {
  color: #df9130;
}
.entry-meta a,
.entry-tags a,
.entry-tags span,
.portfolio-categories a {
  color: #373a41;
}
.stripe-style-1 .entry-meta a,
.stripe-style-1 .entry-tags a,
.stripe-style-1 .entry-tags span,
.stripe-style-1 .portfolio-categories a {
  color: #373a41;
}
.stripe-style-2 .entry-meta a,
.stripe-style-2 .entry-tags a,
.stripe-style-2 .entry-tags span,
.stripe-style-2 .portfolio-categories a {
  color: #373a41;
}
.stripe-style-3 .entry-meta a,
.stripe-style-3 .entry-tags a,
.stripe-style-3 .entry-tags span,
.stripe-style-3 .portfolio-categories a {
  color: #292941;
}
.stripe-style-4 .entry-meta a,
.stripe-style-4 .entry-tags a,
.stripe-style-4 .entry-tags span,
.stripe-style-4 .portfolio-categories a {
  color: #ffffff;
}
.stripe-style-5 .entry-meta a,
.stripe-style-5 .entry-tags a,
.stripe-style-5 .entry-tags span,
.stripe-style-5 .portfolio-categories a {
  color: #37393b;
}
.entry-meta a:after,
.portfolio-categories a:after,
.entry-tags a:before {
  background-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .entry-meta a:after,
.stripe-style-1 .portfolio-categories a:after,
.stripe-style-1 .entry-tags a:before {
  background-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .entry-meta a:after,
.stripe-style-2 .portfolio-categories a:after,
.stripe-style-2 .entry-tags a:before {
  background-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .entry-meta a:after,
.stripe-style-3 .portfolio-categories a:after,
.stripe-style-3 .entry-tags a:before {
  background-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .entry-meta a:after,
.stripe-style-4 .portfolio-categories a:after,
.stripe-style-4 .entry-tags a:before {
  background-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .entry-meta a:after,
.stripe-style-5 .portfolio-categories a:after,
.stripe-style-5 .entry-tags a:before {
  background-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .entry-meta a:after,
.old-ie .stripe-style-1 .portfolio-categories a:after,
.old-ie .stripe-style-1 .entry-tags a:before {
  background-color: #dadee1;
}
.old-ie .stripe-style-2 .entry-meta a:after,
.old-ie .stripe-style-2 .portfolio-categories a:after,
.old-ie .stripe-style-2 .entry-tags a:before {
  background-color: #dadee1;
}
.old-ie .stripe-style-3 .entry-meta a:after,
.old-ie .stripe-style-3 .portfolio-categories a:after,
.old-ie .stripe-style-3 .entry-tags a:before {
  background-color: #afc5d2;
}
.old-ie .stripe-style-4 .entry-meta a:after,
.old-ie .stripe-style-4 .portfolio-categories a:after,
.old-ie .stripe-style-4 .entry-tags a:before {
  background-color: #484b50;
}
.old-ie .stripe-style-5 .entry-meta a:after,
.old-ie .stripe-style-5 .portfolio-categories a:after,
.old-ie .stripe-style-5 .entry-tags a:before {
  background-color: #c5c5c5;
}
.rollover-content .portfolio-categories a:after,
.text-on-img .portfolio-categories a:after {
  background-color: rgba(255,255,255,0.25) !important;
}
.old-ie .entry-meta a:after,
.old-ie .portfolio-categories a:after,
.old-ie .entry-tags a:before {
  background-color: #dadee1;
}
.entry-meta a *,
.entry-tags a *,
.portfolio-categories a * {
  color: #373a41;
}
.stripe-style-1 .entry-meta a *,
.stripe-style-1 .entry-tags a *,
.stripe-style-1 .portfolio-categories a * {
  color: #373a41;
}
.stripe-style-2 .entry-meta a *,
.stripe-style-2 .entry-tags a *,
.stripe-style-2 .portfolio-categories a * {
  color: #373a41;
}
.stripe-style-3 .entry-meta a *,
.stripe-style-3 .entry-tags a *,
.stripe-style-3 .portfolio-categories a * {
  color: #292941;
}
.stripe-style-4 .entry-meta a *,
.stripe-style-4 .entry-tags a *,
.stripe-style-4 .portfolio-categories a * {
  color: #ffffff;
}
.stripe-style-5 .entry-meta a *,
.stripe-style-5 .entry-tags a *,
.stripe-style-5 .portfolio-categories a * {
  color: #37393b;
}
.post-format.entry-meta a,
.post-format.entry-meta a * {
  color: #df9130;
}
.stripe-style-1 .post-format.entry-meta a,
.stripe-style-1 .post-format.entry-meta a * {
  color: #df9130;
}
.stripe-style-2 .post-format.entry-meta a,
.stripe-style-2 .post-format.entry-meta a * {
  color: #df9130;
}
.stripe-style-3 .post-format.entry-meta a,
.stripe-style-3 .post-format.entry-meta a * {
  color: #df9130;
}
.stripe-style-4 .post-format.entry-meta a,
.stripe-style-4 .post-format.entry-meta a * {
  color: #df9130;
}
.stripe-style-5 .post-format.entry-meta a,
.stripe-style-5 .post-format.entry-meta a * {
  color: #df9130;
}
blockquote,
.entry-author,
.format-aside-content,
.format-status-content,
.format-link-content {
  border-color: rgba(185,188,191,0.8);
}
.stripe-style-1 blockquote,
.stripe-style-1 .entry-author,
.stripe-style-1 .format-aside-content,
.stripe-style-1 .format-status-content,
.stripe-style-1 .format-link-content {
  border-color: rgba(218,222,225,0.85);
}
.stripe-style-2 blockquote,
.stripe-style-2 .entry-author,
.stripe-style-2 .format-aside-content,
.stripe-style-2 .format-status-content,
.stripe-style-2 .format-link-content {
  border-color: rgba(218,222,225,0.86);
}
.stripe-style-3 blockquote,
.stripe-style-3 .entry-author,
.stripe-style-3 .format-aside-content,
.stripe-style-3 .format-status-content,
.stripe-style-3 .format-link-content {
  border-color: rgba(41,41,65,0.12);
}
.stripe-style-4 blockquote,
.stripe-style-4 .entry-author,
.stripe-style-4 .format-aside-content,
.stripe-style-4 .format-status-content,
.stripe-style-4 .format-link-content {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 blockquote,
.stripe-style-5 .entry-author,
.stripe-style-5 .format-aside-content,
.stripe-style-5 .format-status-content,
.stripe-style-5 .format-link-content {
  border-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 blockquote,
.old-ie .stripe-style-1 .entry-author,
.old-ie .stripe-style-1 .format-aside-content,
.old-ie .stripe-style-1 .format-status-content,
.old-ie .stripe-style-1 .format-link-content {
  border-color: #dadee1;
}
.old-ie .stripe-style-2 blockquote,
.old-ie .stripe-style-2 .entry-author,
.old-ie .stripe-style-2 .format-aside-content,
.old-ie .stripe-style-2 .format-status-content,
.old-ie .stripe-style-2 .format-link-content {
  border-color: #dadee1;
}
.old-ie .stripe-style-3 blockquote,
.old-ie .stripe-style-3 .entry-author,
.old-ie .stripe-style-3 .format-aside-content,
.old-ie .stripe-style-3 .format-status-content,
.old-ie .stripe-style-3 .format-link-content {
  border-color: #afc5d2;
}
.old-ie .stripe-style-4 blockquote,
.old-ie .stripe-style-4 .entry-author,
.old-ie .stripe-style-4 .format-aside-content,
.old-ie .stripe-style-4 .format-status-content,
.old-ie .stripe-style-4 .format-link-content {
  border-color: #484b50;
}
.old-ie .stripe-style-5 blockquote,
.old-ie .stripe-style-5 .entry-author,
.old-ie .stripe-style-5 .format-aside-content,
.old-ie .stripe-style-5 .format-status-content,
.old-ie .stripe-style-5 .format-link-content {
  border-color: #c5c5c5;
}
.old-ie blockquote,
.old-ie .entry-author,
.old-ie .format-aside-content,
.old-ie .format-status-content,
.old-ie .format-link-content {
  border-color: #dadee1;
}
.entry-meta:before,
.entry-meta a:hover,
.entry-meta a:hover *,
.entry-meta a:hover time,
.portfolio-categories a:hover,
.portfolio-categories a:hover *,
.entry-tags:before,
.entry-tags a:hover,
.old-ie .entry-meta a:hover,
.old-ie .portfolio-categories a:hover {
  color: #df9130;
}
.entry-meta a:hover > * {
  color: #df9130;
}
.entry-meta:before {
  width: 20px;
  height: 20px;
}
.sidebar-content {
  border: 1px solid rgba(218,222,225,0.8);
  background: #ffffff none repeat center center;
}
.old-ie .sidebar-content {
  border: 1px solid #dadee1;
  background: #ffffff none repeat center center;
}
.sidebar .widget,
.sidebar-content .widget {
  border-top: 1px solid rgba(218,222,225,0.8);
  color: #8d9095;
}
.old-ie .sidebar .widget,
.old-ie .sidebar-content .widget {
  border-top: 1px solid #dadee1;
}
.filter a,
.filter-sorting,
.paginator a,
.filter-categories.new-style a,
#page .filter .filter-categories.new-style a:first-child {
  border-color: rgba(185,188,191,0.8);
}
.old-ie .filter a,
.old-ie .filter-sorting,
.old-ie .paginator a {
  border-color: #dadee1;
}
.page-links,
.page-nav,
.filter-categories,
.filter-extras {
  border-color: rgba(185,188,191,0.8);
}
.old-ie .page-links,
.old-ie .page-nav,
.old-ie .filter-categories,
.old-ie .filter-extras {
  border-color: #dadee1;
}
.sidebar .widget-title,
.sidebar-content .widget-title {
  color: #373a41;
}
.filter a {
  line-height: 32px;
  font-size: 12px;
}
.filter-categories a,
.old-ie .filter-categories a.act {
  padding: 0 14px 0 13px;
}
.filter-by,
.filter-sorting {
  padding: 0 14px 0 13px;
}
.filter-switch {
  line-height: 32px;
}
.filter .filter-categories a.act:before {
  height: 32px;
  width: 28px;
}
.filter-categories a.act {
  padding: 0 14px 0 31px;
}
.filter .filter-categories a,
.filter .filter-extras a {
  background-position: 17.5px center;
}
.filter .filter-categories a.act:before {
  background-position: 14px center;
}
.filter .filter-extras a:hover {
  color: #df9130;
}
.filter-switch {
  background-color: #df9130;
}
.paginator a {
  padding-left: 6.6666666666667px;
  padding-right: 6.6666666666667px;
  min-width: 31px;
  line-height: 31px;
}
.filter a,
.paginator a,
.filter .filter-extras a.act:hover {
  color: #373a41;
}
.paginator a.act,
.paginator a.act:hover,
.filter .filter-categories a.act {
  background-color: #df9130;
  color: #ffffff;
}
.filter-categories a:hover,
.paginator a:hover {
  color: #df9130;
}
.paginator .nav-prev,
.paginator .nav-next {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
.paginator .nav-prev {
  padding-left: 28px;
}
.paginator .nav-prev:before {
  left: 10px;
}
.paginator .nav-next {
  padding-right: 28px;
}
.paginator .nav-next:after {
  right: 10px;
}
.layout-list .post,
.comment-content,
.pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185,188,191,0.8);
  border-left: none;
  border-right: none;
  border-top: none;
}
.layout-list .post:before,
.comment-content:before,
.pingback-content:before {
  content: "";
  display: table;
}
.layout-list .post:after,
.comment-content:after,
.pingback-content:after {
  content: "";
  display: table;
  clear: both;
}
.ancient-ie .layout-list .post,
.ancient-ie .comment-content,
.ancient-ie .pingback-content {
  zoom: 1;
}
.stripe-style-1 .layout-list .post,
.stripe-style-1 .comment-content,
.stripe-style-1 .pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.85);
  border-left: none;
  border-right: none;
  border-top: none;
}
.stripe-style-2 .layout-list .post,
.stripe-style-2 .comment-content,
.stripe-style-2 .pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.86);
  border-left: none;
  border-right: none;
  border-top: none;
}
.stripe-style-3 .layout-list .post,
.stripe-style-3 .comment-content,
.stripe-style-3 .pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(41,41,65,0.12);
  border-left: none;
  border-right: none;
  border-top: none;
}
.stripe-style-4 .layout-list .post,
.stripe-style-4 .comment-content,
.stripe-style-4 .pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0.1);
  border-left: none;
  border-right: none;
  border-top: none;
}
.stripe-style-5 .layout-list .post,
.stripe-style-5 .comment-content,
.stripe-style-5 .pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55,57,59,0.15);
  border-left: none;
  border-right: none;
  border-top: none;
}
.old-ie .stripe-style-1 .layout-list .post,
.old-ie .stripe-style-1 .comment-content,
.old-ie .stripe-style-1 .pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-top: none;
}
.old-ie .stripe-style-2 .layout-list .post,
.old-ie .stripe-style-2 .comment-content,
.old-ie .stripe-style-2 .pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-top: none;
}
.old-ie .stripe-style-3 .layout-list .post,
.old-ie .stripe-style-3 .comment-content,
.old-ie .stripe-style-3 .pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: #afc5d2;
  border-left: none;
  border-right: none;
  border-top: none;
}
.old-ie .stripe-style-4 .layout-list .post,
.old-ie .stripe-style-4 .comment-content,
.old-ie .stripe-style-4 .pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: #484b50;
  border-left: none;
  border-right: none;
  border-top: none;
}
.old-ie .stripe-style-5 .layout-list .post,
.old-ie .stripe-style-5 .comment-content,
.old-ie .stripe-style-5 .pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
  border-left: none;
  border-right: none;
  border-top: none;
}
.blog.layout-grid .paginator,
.portfolio.layout-grid .paginator,
.albums.layout-grid .paginator,
.media.layout-grid .paginator,
.layout-masonry .paginator,
.layout-masonry-grid .paginator,
.team.layout-grid .paginator {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185,188,191,0.8);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .blog.layout-grid .paginator,
.old-ie .portfolio.layout-grid .paginator,
.old-ie .albums.layout-grid .paginator,
.old-ie .media.layout-grid .paginator,
.old-ie .layout-masonry .paginator,
.old-ie .layout-masonry-grid .paginator,
.old-ie .team.layout-grid .paginator {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .layout-list .post,
.old-ie .comment-content,
.old-ie .pingback-content {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-top: none;
}
.comment-author,
.pingback-title {
  font-size: 15px;
}
.reply,
.comment-meta,
.clear-form,
#reply-title small {
  font-size: 12px;
}
.fn,
.fn a,
.comment-meta,
.comment-meta a,
a.comment-reply-link,
.pingback-title {
  color: #373a41;
}
.stripe-style-1 .fn,
.stripe-style-1 .fn a,
.stripe-style-1 .comment-meta,
.stripe-style-1 .comment-meta a,
.stripe-style-1 a.comment-reply-link,
.stripe-style-1 .pingback-title {
  color: #373a41;
}
.stripe-style-2 .fn,
.stripe-style-2 .fn a,
.stripe-style-2 .comment-meta,
.stripe-style-2 .comment-meta a,
.stripe-style-2 a.comment-reply-link,
.stripe-style-2 .pingback-title {
  color: #373a41;
}
.stripe-style-3 .fn,
.stripe-style-3 .fn a,
.stripe-style-3 .comment-meta,
.stripe-style-3 .comment-meta a,
.stripe-style-3 a.comment-reply-link,
.stripe-style-3 .pingback-title {
  color: #292941;
}
.stripe-style-4 .fn,
.stripe-style-4 .fn a,
.stripe-style-4 .comment-meta,
.stripe-style-4 .comment-meta a,
.stripe-style-4 a.comment-reply-link,
.stripe-style-4 .pingback-title {
  color: #ffffff;
}
.stripe-style-5 .fn,
.stripe-style-5 .fn a,
.stripe-style-5 .comment-meta,
.stripe-style-5 .comment-meta a,
.stripe-style-5 a.comment-reply-link,
.stripe-style-5 .pingback-title {
  color: #37393b;
}
a.clear-form,
.sidebar-content a.clear-form,
.footer a.clear-form {
  color: #df9130;
}
#footer {
  background: #f7f7f8 none repeat center top;
  border-top: 1px solid rgba(218,222,225,0.85);
}
.old-ie #footer {
  background: #f7f7f8 none repeat center top;
  border-top: 1px solid #dadee1;
}
.footer .widget {
  color: #8d9095;
}
.footer .widget-title {
  color: #373a41;
}
#bottom-bar {
  font-size: 12px;
  color: #8d9095;
  background: #f7f7f8 none repeat center top;
  border-top: 1px solid rgba(218,222,225,0.85);
}
.old-ie #bottom-bar {
  background: #f7f7f8 none repeat center top;
  border-top: 1px solid #dadee1;
}
#bottom-bar .mini-nav li:before {
  border-left-color: rgba(218,222,225,0.85);
}
.old-ie #bottom-bar .mini-nav li:before {
  border-left-color: #dadee1;
}
#bottom-bar a,
#bottom-bar .mini-nav .customSelect {
  color: #8d9095;
}
#bottom-bar .mini-search,
#bottom-bar .mini-contacts li:before {
  background-color: ;
}
.old-ie #bottom-bar .mini-search,
.old-ie #bottom-bar .mini-contacts li:before {
  background-color: #dfdfde;
}
.sidebar-content a,
.content .sidebar-content .widget .custom-categories a,
.content .sidebar-content .widget .custom-categories span,
.content .sidebar-content .widget .custom-categories a:hover span,
.sidebar-content .recent-posts a {
  color: #8d9095;
}
.footer a,
.footer .recent-posts a {
  color: #8d9095;
}
.sidebar .color-primary {
  color: #373a41;
}
.sidebar-content .color-primary {
  color: #373a41;
}
.footer .color-primary {
  color: #373a41;
}
a.color-primary {
  text-decoration: none;
}
a.color-primary:hover {
  text-decoration: underline;
}
.sidebar .color-secondary {
  color: #df9130;
}
.sidebar-content .color-secondary {
  color: #df9130;
}
.footer .color-secondary {
  color: #df9130;
}
.stripe-style-1 .color-secondary {
  color: #df9130;
}
.stripe-style-2 .color-secondary {
  color: #df9130;
}
.stripe-style-3 .color-secondary {
  color: #df9130;
}
.stripe-style-4 .color-secondary {
  color: #df9130;
}
.stripe-style-5 .color-secondary {
  color: #df9130;
}
.entry-author .text-primary {
  font-size: 12px;
}
.text-primary {
  font-size: 15px;
}
.content .text-primary {
  color: #373a41;
}
.sidebar .text-primary {
  color: #373a41;
}
.sidebar-content .text-primary {
  color: #373a41;
}
.footer .text-primary {
  color: #373a41;
}
.stripe-style-1 .text-primary {
  color: #373a41;
}
.stripe-style-2 .text-primary {
  color: #373a41;
}
.stripe-style-3 .text-primary {
  color: #292941;
}
.stripe-style-4 .text-primary {
  color: #ffffff;
}
.stripe-style-5 .text-primary {
  color: #37393b;
}
a.text-primary {
  text-decoration: none;
}
a.text-primary:hover {
  text-decoration: underline;
}
.text-secondary {
  font-size: 12px;
}
.sidebar .text-secondary {
  color: #df9130;
}
.sidebar-content .text-secondary {
  color: #df9130;
}
.footer .text-secondary {
  color: #df9130;
}
.stripe-style-1 .text-secondary {
  color: #df9130;
}
.stripe-style-2 .text-secondary {
  color: #df9130;
}
.stripe-style-3 .text-secondary {
  color: #df9130;
}
.stripe-style-4 .text-secondary {
  color: #df9130;
}
.stripe-style-5 .text-secondary {
  color: #df9130;
}
a.text-secondary {
  text-decoration: none;
}
a.text-secondary:hover {
  text-decoration: underline;
}
.widget .tp_recent_tweets .twitter_time {
  color: #df9130;
  font-size: 12px;
}
.sidebar .widget .tp_recent_tweets .twitter_time {
  color: #df9130;
}
.sidebar-content .widget .tp_recent_tweets .twitter_time {
  color: #df9130;
}
.footer .widget .tp_recent_tweets .twitter_time {
  color: #df9130;
}
.stripe-style-1 .widget .tp_recent_tweets .twitter_time {
  color: #df9130;
}
.stripe-style-2 .widget .tp_recent_tweets .twitter_time {
  color: #df9130;
}
.stripe-style-3 .widget .tp_recent_tweets .twitter_time {
  color: #df9130;
}
.stripe-style-4 .widget .tp_recent_tweets .twitter_time {
  color: #df9130;
}
.stripe-style-5 .widget .tp_recent_tweets .twitter_time {
  color: #df9130;
}
a.widget .tp_recent_tweets .twitter_time {
  text-decoration: none;
}
a.widget .tp_recent_tweets .twitter_time:hover {
  text-decoration: underline;
}
.sidebar .custom-categories a:hover,
.sidebar-content .custom-categories a:hover,
.widget .custom-categories a:hover {
  color: #df9130;
}
.sidebar .custom-categories a:hover span,
.sidebar-content .custom-categories a:hover span {
  color: #8d9095;
}
.content .widget .custom-categories a:hover span {
  color: #5b5e63;
}
.footer .custom-categories a:hover {
  color: #df9130;
}
.footer .custom-categories a:hover span {
  color: #8d9095;
}
.sidebar-content .widget .recent-posts li,
.sidebar-content .widget .tp_recent_tweets li,
.sidebar-content .widget .testimonials.list-view li,
.sidebar-content .widget .menu li,
.sidebar-content .widget .custom-menu li,
.sidebar-content .widget .custom-nav > li,
.sidebar-content .widget-custom-nav li li,
.sidebar-content .widget_pages li,
.sidebar-content .widget_recent_comments li,
.sidebar-content .widget_categories li,
.sidebar-content .widget_meta li,
.sidebar-content .blogroll li,
.sidebar-content .widget_archive li,
.sidebar-content .widget_recent_entries li,
.sidebar-content .widget .st-accordion li,
.sidebar-content .widget .contact-info li,
.sidebar-content .widget .custom-categories li,
.sidebar-content .widget .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.8);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.widget .recent-posts li,
.widget .tp_recent_tweets li,
.widget .testimonials.list-view li,
.widget .menu li,
.widget .custom-menu li,
.widget .custom-nav > li,
.widget-custom-nav li li,
.widget_pages li,
.widget_recent_comments li,
.widget_categories li,
.widget_meta li,
.widget .blogroll li,
.widget_archive li,
.widget_recent_entries li,
.widget .st-accordion li,
.widget .contact-info li,
.widget .custom-categories li,
.widget .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185,188,191,0.8);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.sidebar-content .custom-nav > li > ul {
  border-color: rgba(218,222,225,0.8);
  background-color: rgba(55,58,65,0.04);
}
.content .widget .custom-nav > li > ul {
  border-color: rgba(185,188,191,0.8);
  background-color: rgba(55,58,65,0.04);
}
.old-ie .sidebar-content .custom-nav > li > ul {
  border-color: #dadee1;
}
.old-ie .content .widget .custom-nav > li > ul {
  border-color: #dadee1;
}
.footer .recent-posts li,
.footer .tp_recent_tweets li,
.footer .testimonials.list-view li,
.footer .menu li,
.footer .custom-menu li,
.footer .custom-nav > li,
.footer .widget-custom-nav li,
.footer .widget_pages li,
.footer .widget_recent_comments li,
.footer .widget_categories li,
.footer .widget_meta li,
.footer .blogroll li,
.footer .widget_archive li,
.footer .widget_recent_entries li,
.footer .st-accordion li,
.footer .contact-info li,
.footer .custom-categories li,
.footer .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.85);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.footer .custom-nav > li > ul {
  border-color: rgba(218,222,225,0.85);
  background-color: rgba(55,58,65,0.04);
}
.old-ie .sidebar-content .recent-posts li,
.old-ie .sidebar-content .tp_recent_tweets li,
.old-ie .sidebar-content .testimonials.list-view li,
.old-ie .sidebar-content .menu li,
.old-ie .sidebar-content .custom-menu li,
.old-ie .sidebar-content .custom-nav > li,
.old-ie .sidebar-content .widget-custom-nav li li,
.old-ie .sidebar-content .widget_pages li,
.old-ie .sidebar-content .widget_recent_comments li,
.old-ie .sidebar-content .widget_categories li,
.old-ie .sidebar-content .widget_meta li,
.old-ie .sidebar-content .blogroll li,
.old-ie .sidebar-content .widget_archive li,
.old-ie .sidebar-content .widget_recent_entries li,
.old-ie .sidebar-content .st-accordion li,
.old-ie .sidebar-content .contact-info li,
.old-ie .sidebar-content .custom-categories li,
.old-ie .sidebar-content .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .content .widget .recent-posts li,
.old-ie .content .widget .tp_recent_tweets li,
.old-ie .content .widget .testimonials.list-view li,
.old-ie .content .widget .menu li,
.old-ie .content .widget .custom-menu li,
.old-ie .content .widget .custom-nav > li,
.old-ie .content .widget-custom-nav li li,
.old-ie .content .widget_pages li,
.old-ie .content .widget_recent_comments li,
.old-ie .content .widget_categories li,
.old-ie .content .widget_meta li,
.old-ie .content .blogroll li,
.old-ie .content .widget_archive li,
.old-ie .content .widget_recent_entries li,
.old-ie .content .widget .st-accordion li,
.old-ie .content .widget .contact-info li,
.old-ie .content .widget .custom-categories li,
.old-ie .content .widget .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .footer .recent-posts li,
.old-ie .footer .tp_recent_tweets li,
.old-ie .footer .testimonials.list-view li,
.old-ie .footer .menu li,
.old-ie .footer .custom-menu li,
.old-ie .footer .custom-nav > li,
.old-ie .footer .widget-custom-nav li,
.old-ie .footer .widget_pages li,
.old-ie .footer .widget_recent_comments li,
.old-ie .footer .widget_categories li,
.old-ie .footer .widget_meta li,
.old-ie .footer .blogroll li,
.old-ie .footer .widget_archive li,
.old-ie .footer .widget_recent_entries li,
.old-ie .footer .st-accordion li,
.old-ie .footer .contact-info li,
.old-ie .footer .custom-categories li,
.old-ie .footer .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.widget_recent_comments a {
  color: #df9130;
}
.sidebar .widget_recent_comments a {
  color: #df9130;
}
.sidebar-content .widget_recent_comments a {
  color: #df9130;
}
.footer .widget_recent_comments a {
  color: #df9130;
}
.stripe-style-1 .widget_recent_comments a {
  color: #df9130;
}
.stripe-style-2 .widget_recent_comments a {
  color: #df9130;
}
.stripe-style-3 .widget_recent_comments a {
  color: #df9130;
}
.stripe-style-4 .widget_recent_comments a {
  color: #df9130;
}
.stripe-style-5 .widget_recent_comments a {
  color: #df9130;
}
.st-accordion li,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185,188,191,0.8);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-1 .st-accordion li,
.stripe-style-1 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.85);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-2 .st-accordion li,
.stripe-style-2 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.86);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-3 .st-accordion li,
.stripe-style-3 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(41,41,65,0.12);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-4 .st-accordion li,
.stripe-style-4 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0.1);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-5 .st-accordion li,
.stripe-style-5 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55,57,59,0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-1 .st-accordion li,
.old-ie .stripe-style-1 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-2 .st-accordion li,
.old-ie .stripe-style-2 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-3 .st-accordion li,
.old-ie .stripe-style-3 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: #afc5d2;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-4 .st-accordion li,
.old-ie .stripe-style-4 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: #484b50;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-5 .st-accordion li,
.old-ie .stripe-style-5 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .st-accordion li,
.old-ie .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.sidebar-content .st-accordion li {
  border-top-color: rgba(218,222,225,0.8);
}
.old-ie .sidebar-content .st-accordion li {
  border-top-color: #dadee1;
}
.st-accordion li a,
.st-toggle a {
  color: #df9130;
}
.footer .st-accordion li {
  border-top-color: rgba(218,222,225,0.85);
}
.old-ie .footer .st-accordion li {
  border-top-color: #dadee1;
}
#wp-calendar,
#wp-calendar td {
  background-color: rgba(55,58,65,0.04);
}
.sidebar-content #wp-calendar,
.sidebar-content #wp-calendar td {
  background-color: rgba(55,58,65,0.04);
}
#wp-calendar td a {
  color: #df9130;
}
#wp-calendar,
#wp-calendar caption,
#wp-calendar td {
  border-color: rgba(185,188,191,0.8);
}
.sidebar-content #wp-calendar,
.sidebar-content #wp-calendar caption,
.sidebar-content #wp-calendar td {
  border-color: rgba(218,222,225,0.8);
}
.old-ie #wp-calendar,
.old-ie #wp-calendar caption,
.old-ie #wp-calendar td {
  border-color: #dadee1;
}
#wp-calendar td:hover {
  background-color: rgba(55,58,65,0.08);
}
.sidebar-content #wp-calendar td:hover {
  background-color: rgba(55,58,65,0.08);
}
#wp-calendar th,
#wp-calendar caption,
#wp-calendar tfoot td,
#wp-calendar tfoot td a {
  color: #373a41;
}
.sidebar-content #wp-calendar th,
.sidebar-content #wp-calendar caption,
.sidebar-content #wp-calendar tfoot td,
.sidebar-content #wp-calendar tfoot td a {
  color: #373a41;
}
#wp-calendar td.act {
  background-color: #df9130;
  color: #ffffff;
}
.footer #wp-calendar,
.footer #wp-calendar td {
  background-color: rgba(55,58,65,0.04);
}
.footer #wp-calendar td:hover {
  background-color: rgba(55,58,65,0.08);
}
.footer #wp-calendar,
.footer #wp-calendar caption,
.footer #wp-calendar td {
  border-color: rgba(218,222,225,0.85);
}
.old-ie .footer #wp-calendar,
.old-ie .footer #wp-calendar caption,
.old-ie .footer #wp-calendar td {
  border-color: #dadee1;
}
.footer #wp-calendar th,
.footer #wp-calendar caption,
.footer #wp-calendar tfoot td,
.footer #wp-calendar tfoot td a {
  color: #373a41;
}
.footer #wp-calendar td.act {
  background-color: #df9130;
  color: #ffffff;
}
.contact-info .secondary-color {
  color: #373a41;
}
.stripe-style-1 .contact-info .secondary-color {
  color: #373a41;
}
.stripe-style-2 .contact-info .secondary-color {
  color: #373a41;
}
.stripe-style-3 .contact-info .secondary-color {
  color: #292941;
}
.stripe-style-4 .contact-info .secondary-color {
  color: #ffffff;
}
.stripe-style-5 .contact-info .secondary-color {
  color: #37393b;
}
.sidebar-content .contact-info .secondary-color {
  color: #df9130;
}
.footer .contact-info .secondary-color {
  color: #df9130;
}
.sidebar-content .contact-info li {
  border-top-color: rgba(218,222,225,0.8);
}
.old-ie .sidebar-content .contact-info li {
  border-top-color: #dadee1;
}
.footer .contact-info li {
  border-top-color: rgba(218,222,225,0.85);
}
.old-ie .footer .contact-info li {
  border-top-color: #dadee1;
}
.custom-nav > li > a,
.custom-nav > li > ul a {
  font-size: 15px;
}
.sidebar-content .custom-nav > li > a,
.sidebar-content .custom-nav > li > ul a {
  color: #373a41;
}
.content .custom-nav > li > a,
.content .custom-nav > li > ul a {
  color: #373a41;
}
.footer .custom-nav > li > a,
.footer .custom-nav > li > ul a {
  color: #373a41;
}
.custom-nav > li > a:hover,
.custom-nav > li.act > a,
.custom-nav > li > ul a:hover,
.content .widget .custom-categories a:hover {
  color: #df9130;
}
.custom-nav > li > ul a {
  font-size: 12px;
}
.content .widget .custom-categories span,
.content .widget .custom-categories a:hover span,
.content .widget .custom-categories a {
  color: #5b5e63;
}
.sidebar-content .custom-nav .has-children > a:after {
  border-top-color: rgba(218,222,225,0.8);
}
.content .custom-nav .has-children > a:after {
  border-top-color: rgba(185,188,191,0.8);
}
.footer .custom-nav .has-children > a:after {
  border-top-color: rgba(218,222,225,0.85);
}
.custom-nav .has-children:hover > a:after {
  border-top-color: #df9130;
}
.custom-nav .has-children.act > a.active:after,
.custom-nav .has-children.act:hover > a.active:after {
  border-bottom-color: #df9130;
  border-top: none;
}
.custom-nav .has-children.act > a:after,
.custom-nav .has-children.act:hover > a:after {
  border-top-color: #df9130;
  border-bottom-color: transparent;
}
.custom-menu li.act > a {
  color: #df9130 !important;
}
.sidebar-content .widget .menu ul:before,
.sidebar-content .widget_pages li ul:before,
.widget .menu ul:before,
.widget_pages li ul:before {
  margin-top: 17px;
  border-top-color: rgba(218,222,225,0.8);
}
.widget .menu ul:before,
.widget_pages li ul:before {
  border-top-color: rgba(185,188,191,0.8);
}
.footer .menu ul:before,
.footer .widget_pages li ul:before {
  margin-top: 17px;
  border-top-color: rgba(218,222,225,0.85);
}
.old-ie .sidebar-content .menu ul:before,
.old-ie .sidebar-content .widget_pages li ul:before {
  border-top-color: #dadee1;
}
.old-ie .footer .menu ul:before,
.old-ie .footer .widget_pages li ul:before {
  border-top-color: #dadee1;
}
.widget_tag_cloud a:hover {
  color: #df9130;
}
.skill-name,
.skill-name * {
  color: #373a41;
}
.stripe-style-1 .skill-name,
.stripe-style-1 .skill-name * {
  color: #373a41;
}
.stripe-style-2 .skill-name,
.stripe-style-2 .skill-name * {
  color: #373a41;
}
.stripe-style-3 .skill-name,
.stripe-style-3 .skill-name * {
  color: #292941;
}
.stripe-style-4 .skill-name,
.stripe-style-4 .skill-name * {
  color: #ffffff;
}
.stripe-style-5 .skill-name,
.stripe-style-5 .skill-name * {
  color: #37393b;
}
.skill,
.dt-style.vc_progress_bar .vc_single_bar {
  background-color: rgba(55,58,65,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(185,188,191,0.8);
  box-shadow: inset 0px 0px 0px 1px rgba(185,188,191,0.8);
}
.stripe-style-1 .skill,
.stripe-style-1 .dt-style.vc_progress_bar .vc_single_bar {
  background-color: rgba(55,58,65,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
}
.stripe-style-2 .skill,
.stripe-style-2 .dt-style.vc_progress_bar .vc_single_bar {
  background-color: rgba(55,58,65,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.86);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.86);
}
.stripe-style-3 .skill,
.stripe-style-3 .dt-style.vc_progress_bar .vc_single_bar {
  background-color: rgba(41,41,65,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(41,41,65,0.12);
  box-shadow: inset 0px 0px 0px 1px rgba(41,41,65,0.12);
}
.stripe-style-4 .skill,
.stripe-style-4 .dt-style.vc_progress_bar .vc_single_bar {
  background-color: rgba(255,255,255,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
}
.stripe-style-5 .skill,
.stripe-style-5 .dt-style.vc_progress_bar .vc_single_bar {
  background-color: rgba(55,57,59,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(55,57,59,0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .skill,
.old-ie .stripe-style-1 .dt-style.vc_progress_bar .vc_single_bar {
  border-color: 1px solid #dadee1;
}
.old-ie .stripe-style-2 .skill,
.old-ie .stripe-style-2 .dt-style.vc_progress_bar .vc_single_bar {
  border-color: 1px solid #dadee1;
}
.old-ie .stripe-style-3 .skill,
.old-ie .stripe-style-3 .dt-style.vc_progress_bar .vc_single_bar {
  border-color: 1px solid #afc5d2;
}
.old-ie .stripe-style-4 .skill,
.old-ie .stripe-style-4 .dt-style.vc_progress_bar .vc_single_bar {
  border: 1px solid #484b50;
}
.old-ie .stripe-style-5 .skill,
.old-ie .stripe-style-5 .dt-style.vc_progress_bar .vc_single_bar {
  border: 1px solid #c5c5c5;
}
.old-ie .skill {
  background-color: #373a41;
  background-color: rgba(56,59,66,0.04);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42);
  border: 1px solid #dadee1;
}
.sidebar-content .skill-name,
.sidebar-content .skill-name * {
  color: #373a41;
}
.sidebar-content .skill {
  background-color: rgba(55,58,65,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.8);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.8);
}
.old-ie .sidebar-content .skill {
  background-color: #373a41;
  background-color: rgba(56,59,66,0.04);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42);
  border: 1px solid #dadee1;
}
.footer .skill-name,
.footer .skill-name * {
  color: #373a41;
}
.footer .skill {
  background-color: rgba(55,58,65,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
}
.old-ie .footer .skill {
  background-color: #373a41;
  background-color: rgba(56,59,66,0.04);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42);
  border: 1px solid #dadee1;
}
.skill-value {
  background-color: #df9130;
}
.items-grid.grid-ready .borders:before,
.benefits-grid.grid-ready .borders:before,
.logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185,188,191,0.8);
  border-left: none;
  border-right: none;
  border-top: none !important;
}
.old-ie .items-grid.grid-ready .borders:before,
.old-ie .benefits-grid.grid-ready .borders:before,
.old-ie .logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
}
.stripe-style-1 .items-grid.grid-ready .borders:before,
.stripe-style-1 .benefits-grid.grid-ready .borders:before,
.stripe-style-1 .logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.85);
  border-left: none;
  border-right: none;
}
.stripe-style-2 .items-grid.grid-ready .borders:before,
.stripe-style-2 .benefits-grid.grid-ready .borders:before,
.stripe-style-2 .logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.86);
  border-left: none;
  border-right: none;
}
.stripe-style-3 .items-grid.grid-ready .borders:before,
.stripe-style-3 .benefits-grid.grid-ready .borders:before,
.stripe-style-3 .logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(41,41,65,0.12);
  border-left: none;
  border-right: none;
}
.stripe-style-4 .items-grid.grid-ready .borders:before,
.stripe-style-4 .benefits-grid.grid-ready .borders:before,
.stripe-style-4 .logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0.1);
  border-left: none;
  border-right: none;
}
.stripe-style-5 .items-grid.grid-ready .borders:before,
.stripe-style-5 .benefits-grid.grid-ready .borders:before,
.stripe-style-5 .logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55,57,59,0.15);
  border-left: none;
  border-right: none;
}
.old-ie .stripe-style-1 .items-grid.grid-ready .borders:before,
.old-ie .stripe-style-1 .benefits-grid.grid-ready .borders:before,
.old-ie .stripe-style-1 .logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
}
.old-ie .stripe-style-2 .items-grid.grid-ready .borders:before,
.old-ie .stripe-style-2 .benefits-grid.grid-ready .borders:before,
.old-ie .stripe-style-2 .logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
}
.old-ie .stripe-style-3 .items-grid.grid-ready .borders:before,
.old-ie .stripe-style-3 .benefits-grid.grid-ready .borders:before,
.old-ie .stripe-style-3 .logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: #afc5d2;
  border-left: none;
  border-right: none;
}
.old-ie .stripe-style-4 .items-grid.grid-ready .borders:before,
.old-ie .stripe-style-4 .benefits-grid.grid-ready .borders:before,
.old-ie .stripe-style-4 .logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: #484b50;
  border-left: none;
  border-right: none;
}
.old-ie .stripe-style-5 .items-grid.grid-ready .borders:before,
.old-ie .stripe-style-5 .benefits-grid.grid-ready .borders:before,
.old-ie .stripe-style-5 .logos-grid.grid-ready .borders:before {
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
  border-left: none;
  border-right: none;
}
.items-grid a,
.recent-posts a {
  color: #5b5e63;
}
.stripe-style-1 .items-grid a,
.stripe-style-1 .recent-posts a {
  color: #8d9095;
}
.stripe-style-2 .items-grid a,
.stripe-style-2 .recent-posts a {
  color: #8d9095;
}
.stripe-style-3 .items-grid a,
.stripe-style-3 .recent-posts a {
  color: #6e7a91;
}
.stripe-style-4 .items-grid a,
.stripe-style-4 .recent-posts a {
  color: #ffffff;
}
.stripe-style-5 .items-grid a,
.stripe-style-5 .recent-posts a {
  color: #37393b;
}
.post-content .text-secondary {
  color: #373a41;
}
.sidebar-content .post-content .text-secondary {
  color: #373a41;
}
.footer .post-content .text-secondary {
  color: #373a41;
}
.stripe-style-1 .post-content .text-secondary {
  color: #373a41;
}
.stripe-style-2 .post-content .text-secondary {
  color: #373a41;
}
.stripe-style-3 .post-content .text-secondary {
  color: #292941;
}
.stripe-style-4 .post-content .text-secondary {
  color: #ffffff;
}
.stripe-style-5 .post-content .text-secondary {
  color: #37393b;
}
.items-grid a:hover,
.post-content a:hover {
  color: #df9130;
  text-decoration: none;
}
.sidebar-content .items-grid a:hover,
.sidebar-content .post-content a:hover {
  color: #df9130;
}
.footer .items-grid a:hover,
.footer .post-content a:hover {
  color: #df9130;
}
.stripe-style-1 .items-grid a:hover,
.stripe-style-1 .post-content a:hover {
  color: #df9130;
}
.stripe-style-2 .items-grid a:hover,
.stripe-style-2 .post-content a:hover {
  color: #df9130;
}
.stripe-style-3 .items-grid a:hover,
.stripe-style-3 .post-content a:hover {
  color: #df9130;
}
.stripe-style-4 .items-grid a:hover,
.stripe-style-4 .post-content a:hover {
  color: #df9130;
}
.stripe-style-5 .items-grid a:hover,
.stripe-style-5 .post-content a:hover {
  color: #df9130;
}
.benefits-grid.grid-ready .borders:after,
.logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185,188,191,0.8);
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .benefits-grid.grid-ready .borders:after,
.old-ie .logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-1 .benefits-grid.grid-ready .borders:after,
.stripe-style-1 .logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.85);
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-2 .benefits-grid.grid-ready .borders:after,
.stripe-style-2 .logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.86);
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-3 .benefits-grid.grid-ready .borders:after,
.stripe-style-3 .logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(41,41,65,0.12);
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-4 .benefits-grid.grid-ready .borders:after,
.stripe-style-4 .logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0.1);
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.stripe-style-5 .benefits-grid.grid-ready .borders:after,
.stripe-style-5 .logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55,57,59,0.15);
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-1 .benefits-grid.grid-ready .borders:after,
.old-ie .stripe-style-1 .logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-2 .benefits-grid.grid-ready .borders:after,
.old-ie .stripe-style-2 .logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-3 .benefits-grid.grid-ready .borders:after,
.old-ie .stripe-style-3 .logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: #afc5d2;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-4 .benefits-grid.grid-ready .borders:after,
.old-ie .stripe-style-4 .logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: #484b50;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .stripe-style-5 .benefits-grid.grid-ready .borders:after,
.old-ie .stripe-style-5 .logos-grid.grid-ready .borders:after {
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.icons-bg .benefits-grid-ico,
.icons-bg a.benefits-grid-ico:hover {
  background-color: #df9130;
}
.benefits-grid-ico > .fa {
  color: #df9130;
}
.widget .searchform .submit,
.content .searchform .submit,
.woocommerce.widget_product_search #searchsubmit {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20id='magnifier-icon'%20fill='%23dbdbdb'%20d='M15.955,14.438l-3.177-3.176c0.465-0.732,0.732-1.6,0.732-2.529C13.511,6.124,11.388,4,8.777,4c-2.61,0-4.734,2.124-4.734,4.733c0,2.61,2.124,4.733,4.734,4.733c0.883,0,1.71-0.242,2.421-0.665L14.393,16L15.955,14.438z%20M5.808,8.733c0-1.637,1.332-2.969,2.97-2.969c1.637,0,2.97,1.332,2.97,2.969s-1.333,2.97-2.97,2.97C7.14,11.703,5.808,10.371,5.808,8.733z'/%3E%3C/svg%3E");
}
.mini-search .submit {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23474950%22%20d=%22M15.491,14.071L10.887,9.53c0.727-0.989,1.223-2.206,1.223-3.524C12.109,2.693,9.395,0,6.055,0S0,2.693,0,6.006c0,3.312,2.716,6.008,6.055,6.008c1.266,0,2.567-0.516,3.539-1.178l4.562,4.556%09L15.491,14.071z%20M1.632,5.996c0-2.429,1.975-4.403,4.403-4.403c2.429,0,4.402,1.975,4.402,4.403c0,2.428-1.974,4.402-4.402,4.402C3.607,10.396,1.632,8.423,1.632,5.996z%22/%3E%3C/svg%3E");
}
.old-ie .mini-search .submit,
.old-ie .mini-search .submit:hover {
  background-position: 0 -680px;
}
.close-link {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Crect%20x=%2210.661%22%20y=%22-1.048%22%20fill=%22white%22%20width=%220.021%22%20height=%220.083%22/%3E%3Crect%20x=%229.328%22%20y=%22-1.049%22%20fill=%22white%22%20width=%220.03%22%20height=%220.042%22/%3E%3Cpolygon%20fill=%22white%22%20points=%2215.081,14.044%2014.067,15.103%200.92,1.913%201.999,0.899%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%220.959,14.01%201.967,15.062%2015.041,1.946%2013.969,0.938%20%22/%3E%3C/svg%3E");
}
.mini-search .submit.act {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Crect%20x=%2210.661%22%20y=%22-1.048%22%20fill=%22%23474950%22%20width=%220.021%22%20height=%220.083%22/%3E%3Crect%20x=%229.328%22%20y=%22-1.049%22%20fill=%22%23474950%22%20width=%220.03%22%20height=%220.042%22/%3E%3Cpolygon%20fill=%22%23474950%22%20points=%2215.081,14.044%2014.067,15.103%200.92,1.913%201.999,0.899%20%22/%3E%3Cpolygon%20fill=%22%23474950%22%20points=%220.959,14.01%201.967,15.062%2015.041,1.946%2013.969,0.938%20%22/%3E%3C/svg%3E");
}
#main table.cart a.remove {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Crect%20x=%2210.661%22%20y=%22-1.048%22%20fill=%22%23df9130%22%20width=%220.021%22%20height=%220.083%22/%3E%3Crect%20x=%229.328%22%20y=%22-1.049%22%20fill=%22%23df9130%22%20width=%220.03%22%20height=%220.042%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%2215.081,14.044%2014.067,15.103%200.92,1.913%201.999,0.899%20%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%220.959,14.01%201.967,15.062%2015.041,1.946%2013.969,0.938%20%22/%3E%3C/svg%3E");
}
.old-ie .mini-search .submit.act,
.old-ie .mini-search .submit.act:hover,
.old-ie #main table.cart a.remove {
  background-position: 0 -710px;
}
.old-ie .close-link {
  background-position: 8px -1190px;
}
.mini-search .submit.act:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Crect%20x=%2210.661%22%20y=%22-1.048%22%20fill=%22%23df9130%22%20width=%220.021%22%20height=%220.083%22/%3E%3Crect%20x=%229.328%22%20y=%22-1.049%22%20fill=%22%23df9130%22%20width=%220.03%22%20height=%220.042%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%2215.081,14.044%2014.067,15.103%200.92,1.913%201.999,0.899%20%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%220.959,14.01%201.967,15.062%2015.041,1.946%2013.969,0.938%20%22/%3E%3C/svg%3E");
}
.mini-search .submit:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M15.491,14.071L10.887,9.53c0.727-0.989,1.223-2.206,1.223-3.524C12.109,2.693,9.395,0,6.055,0S0,2.693,0,6.006c0,3.312,2.716,6.008,6.055,6.008c1.266,0,2.567-0.516,3.539-1.178l4.562,4.556%09L15.491,14.071z%20M1.632,5.996c0-2.429,1.975-4.403,4.403-4.403c2.429,0,4.402,1.975,4.402,4.403c0,2.428-1.974,4.402-4.402,4.402C3.607,10.396,1.632,8.423,1.632,5.996z%22/%3E%3C/svg%3E");
}
.mini-contacts li.address {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20fill=%22%238d9095%22%20xml:space=%22preserve%22%3E%3Cpath%20d=%22M12.041,5.739c0-2.104-1.82-3.784-4.033-3.784c-2.23,0-3.997,1.68-3.997,3.784c0,1.468,0.613,2.177,1.971,3.979%09c1.635,2.279,1.952,4.209,1.952,4.209c0.037,0.158,0.185,0.158,0.222,0c0,0,0.242-1.93,1.916-4.209%09C10.852,8.641,12.041,7.207,12.041,5.739z%20M8.045,7.314c-0.818,0-1.504-0.691-1.504-1.505c0-0.813,0.687-1.449,1.504-1.449c0.875,0,1.543,0.637,1.543,1.449C9.59,6.623,8.92,7.314,8.045,7.314z%22/%3E%3C/svg%3E");
}
.mini-contacts li.phone {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20fill=%22%238d9095%22%20xml:space=%22preserve%22%3E%3Cpath%20d=%22M10.932,13.848l-0.004-3.521c-0.004,0-1-0.006-1.046-0.004c-1.13-0.012-1.112-4.613,0.017-4.648l1.056,0.004l0.017-3.522c0,0-1.052-0.003-1.068-0.002C9.165,2.166,7.218,2.096,7.195,7.985c-0.023,5.941,1.889,5.83,2.671,5.857C9.924,13.839,10.928,13.846,10.932,13.848z%22/%3E%3C/svg%3E");
}
.mini-contacts li.email {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20fill=%22%238d9095%22%20xml:space=%22preserve%22%3E%3Cpath%20d=%22M7.86,8.553L5.998,10.17L4.169,8.582l-3.553,3.303l10.944,0.004L7.86,8.553z%20M0.518,4.036l5.488,5.211l5.394-5.16L0.518,4.036z%20M8.417,7.986l3.574,3.426l-0.01-6.741L8.417,7.986z%20M0.018,11.338l3.538-3.34L0,4.631L0.018,11.338z%22/%3E%3C/svg%3E");
}
.mini-contacts li.skype {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20fill=%22%238d9095%22%20xml:space=%22preserve%22%3E%3Cpath%20d=%22M13.287,8.48c0.057-0.315,0.086-0.639,0.086-0.968c0-3.062-2.481-5.544-5.546-5.544c-0.35,0-0.69,0.034-1.022,0.097C6.317,1.766,5.743,1.594,5.127,1.594c-1.79,0-3.236,1.45-3.236,3.237c0,0.621,0.175,1.204,0.481,1.698C2.312,6.851,2.284,7.175,2.284,7.513c0,3.062,2.481,5.546,5.545,5.546c0.354,0,0.701-0.036,1.038-0.102c0.49,0.295,1.061,0.465,1.672,0.465c1.787,0,3.235-1.45,3.235-3.236C13.774,9.56,13.596,8.979,13.287,8.48z%20M8.022,11.394c-1.577,0-3.165-0.715-3.159-1.95C4.866,9.071,5.146,8.73,5.514,8.73c0.93,0,0.922,1.384,2.4,1.384c1.042,0,1.395-0.567,1.395-0.962c0-1.425-4.489-0.553-4.489-3.235c0-1.45,1.192-2.453,3.066-2.344C9.674,3.68,10.722,4.467,10.822,5.2c0.053,0.48-0.267,0.853-0.821,0.853c-0.811,0-0.893-1.077-2.285-1.077c-0.628,0-1.158,0.26-1.158,0.828c0,1.183,4.463,0.495,4.463,3.103C11.023,10.408,9.818,11.394,8.022,11.394z%22/%3E%3C/svg%3E");
}
.mini-contacts li.info {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20fill=%22%238d9095%22%20xml:space=%22preserve%22%3E%3Cpath%20d=%22M8.43,11.82c-0.185,0.038-0.345,0.054-0.485,0.045c-0.302-0.019-0.53-0.04-0.685-0.075%09c-0.289-0.066-0.386-0.278-0.419-0.593c-0.012-0.111,0.095-0.313,0.145-0.526c0.051-0.217,0.32-0.981,0.377-1.146l0.769-1.587c0.069-0.191,0.122-0.402,0.157-0.633c0.033-0.232,0.054-0.393,0.059-0.486C8.375,6.373,8.247,6,7.956,5.703C7.665,5.407,7.241,5.241,6.679,5.208C6.368,5.188,6.032,5.227,5.676,5.319C5.319,5.41,4.945,5.525,4.55,5.663L4.354,6.311%09c0.117-0.039,0.255-0.078,0.417-0.116C4.932,6.156,5.089,6.143,5.24,6.152c0.308,0.019,0.835,0.09,0.936,0.203c0.102,0.113,0.239,0.34,0.223,0.614C6.389,7.118,6.104,7.686,6.059,7.868C6.014,8.046,5.573,9.115,5.511,9.315L5.2,10.156c-0.065,0.222-0.132,0.433-0.166,0.606c-0.033,0.177-0.09,0.409-0.1,0.578c-0.026,0.437,0.069,0.665,0.277,0.964c0.295,0.304,0.729,0.47,1.296,0.504c0.366,0.022,0.693-0.007,0.979-0.089c0.284-0.087,0.664-0.205,1.145-0.367l0.195-0.65C8.744,11.741,8.611,11.78,8.43,11.82z%20M8.918,2.213c-0.227-0.22-0.502-0.331-0.824-0.331c-0.321,0-0.598,0.109-0.829,0.331C7.037,2.434,6.92,2.699,6.92,3.009c0,0.31,0.117,0.575,0.345,0.793C7.496,4.021,7.771,4.13,8.094,4.13c0.321,0,0.598-0.108,0.824-0.327c0.228-0.218,0.344-0.484,0.344-0.793C9.262,2.699,9.147,2.434,8.918,2.213z%22/%3E%3C/svg%3E");
}
.mini-contacts li.clock {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20fill=%22%238d9095%22%20xml:space=%22preserve%22%3E%3Cpath%20d=%22M10.475,9.061l-3.624-0.06L6.76,3.76l1.344,0.038l0.142,3.931l2.171-0.021L10.475,9.061z%20M7.5,2.57C4.792,2.57,2.6,4.76,2.6,7.469c0,2.709,2.191,4.898,4.899,4.898c2.709,0,4.901-2.191,4.901-4.898C12.4,4.761,10.207,2.57,7.5,2.57%20M7.499,1.419c3.341,0,6.051,2.709,6.051,6.051c0,3.341-2.708,6.049-6.051,6.049c-3.342,0-6.049-2.708-6.049-6.049C1.45,4.128,4.158,1.419,7.499,1.419z%22/%3E%3C/svg%3E");
}
.navigation-inner .prev-post,
.navigation-inner .next-post {
  color: #df9130;
}
.navigation-inner .prev-post,
.navigation-inner .prev-post.disabled:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20id=%22Layer_1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M9.919,12.828C9.878,12.745,2.551,6.5,2.551,6.5l7.451-6.328L11,1.177L4.691,6.5l6.226,5.323L9.919,12.828z%22/%3E%3C/svg%3E");
}
.old-ie .navigation-inner .prev-post {
  background-position: 0 -1066px;
}
.navigation-inner .next-post,
.navigation-inner .next-post.disabled:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M3.632,0.172C3.673,0.255,11,6.5,11,6.5l-7.451,6.328l-0.998-1.005L8.859,6.5L2.634,1.177L3.632,0.172z%22/%3E%3C/svg%3E");
}
.old-ie .navigation-inner .next-post {
  background-position: right -1026px;
}
.format-standard .entry-meta.post-format:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M6.025,12.715l-0.35,0.211l-3.769,1.168l1.219-3.766l0.219-0.297L6.025,12.715z%20M11.328,2.016L9.954,3.358l2.681,2.695l1.396-1.366L11.328,2.016z%20M3.924,9.377l2.693,2.693l5.378-5.378l-2.66-2.673L3.924,9.377z%22/%3E%3C/svg%3E");
}
.single .format-standard .entry-meta:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M6.025,12.715l-0.35,0.211l-3.769,1.168l1.219-3.766l0.219-0.297L6.025,12.715z%20M11.328,2.016L9.954,3.358l2.681,2.695l1.396-1.366L11.328,2.016z%20M3.924,9.377l2.693,2.693l5.378-5.378l-2.66-2.673L3.924,9.377z%22/%3E%3C/svg%3E");
}
.format-aside .entry-meta.post-format:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20id=%22Layer_1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M2,2.984V14h12V3L2,2.984z%20M13.041,13.034h-10v-9h10V13.034L13.041,13.034z%20M10.766,7.047%09H5.219V5.98h5.547V7.047L10.766,7.047z%20M10.766,9.047H5.234V7.98h5.531V9.047L10.766,9.047z%20M9.109,11.047H5.219V9.98h3.891V11.047L9.109,11.047z%22/%3E%3C/svg%3E");
}
.single .format-aside .entry-meta:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20id=%22Layer_1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M2,2.984V14h12V3L2,2.984z%20M13.041,13.034h-10v-9h10V13.034L13.041,13.034z%20M10.766,7.047%09H5.219V5.98h5.547V7.047L10.766,7.047z%20M10.766,9.047H5.234V7.98h5.531V9.047L10.766,9.047z%20M9.109,11.047H5.219V9.98h3.891V11.047L9.109,11.047z%22/%3E%3C/svg%3E");
}
.format-photo .entry-meta.post-format:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20id=%22Layer_1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M11.281,8c0,1.241-1.009,2.25-2.25,2.25c-1.24,0-2.25-1.01-2.25-2.25c0-1.24,1.01-2.25,2.25-2.25C10.272,5.75,11.281,6.759,11.281,8z%20M15.077,3.859L15,13.016H1V3.75l3.875-0.016%09c0.382,0,0.705-0.316,0.879-0.631l0.609-1.098h5.222l0.674,1.124c0.179,0.3,0.542,0.714,0.913,0.714L15.077,3.859z%20M3.562,5.48c0-0.375-0.312-0.678-0.696-0.678S2.169,5.105,2.169,5.48c0,0.374,0.312,0.676,0.697,0.676S3.562,5.854,3.562,5.48z%20M12.281,7.961%09c0-1.812-1.458-3.211-3.25-3.211c-1.792,0-3.25,1.399-3.25,3.211c0,1.813,1.458,3.289,3.25,3.289C10.823,11.25,12.281,9.774,12.281,7.961z%20M4.031,2.005H1.969v1.01h2.062V2.005z%22/%3E%3C/svg%3E");
}
.single .format-photo .entry-meta:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20id=%22Layer_1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M11.281,8c0,1.241-1.009,2.25-2.25,2.25c-1.24,0-2.25-1.01-2.25-2.25c0-1.24,1.01-2.25,2.25-2.25C10.272,5.75,11.281,6.759,11.281,8z%20M15.077,3.859L15,13.016H1V3.75l3.875-0.016%09c0.382,0,0.705-0.316,0.879-0.631l0.609-1.098h5.222l0.674,1.124c0.179,0.3,0.542,0.714,0.913,0.714L15.077,3.859z%20M3.562,5.48c0-0.375-0.312-0.678-0.696-0.678S2.169,5.105,2.169,5.48c0,0.374,0.312,0.676,0.697,0.676S3.562,5.854,3.562,5.48z%20M12.281,7.961%09c0-1.812-1.458-3.211-3.25-3.211c-1.792,0-3.25,1.399-3.25,3.211c0,1.813,1.458,3.289,3.25,3.289C10.823,11.25,12.281,9.774,12.281,7.961z%20M4.031,2.005H1.969v1.01h2.062V2.005z%22/%3E%3C/svg%3E");
}
.format-gallery .entry-meta.post-format:before,
.num-of-images {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20id=%22Layer_1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M5.003,7c0-0.551,0.446-0.997,0.997-0.997S6.997,6.449,6.997,7c0,0.55-0.446,0.997-0.997,0.997S5.003,7.55,5.003,7z%20M11.021,6.979L9,10L7.031,8.984L5,11h8L11.021,6.979z%20M14,3V1H0v11.042l2-0.021V14h14V3H14z%20M2,11H1l0.016-8.969L13,2v1H2%20M15,13H3V4h12V13z%22/%3E%3C/svg%3E");
}
.single .format-gallery .entry-meta:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20id=%22Layer_1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M5.003,7c0-0.551,0.446-0.997,0.997-0.997S6.997,6.449,6.997,7c0,0.55-0.446,0.997-0.997,0.997S5.003,7.55,5.003,7z%20M11.021,6.979L9,10L7.031,8.984L5,11h8L11.021,6.979z%20M14,3V1H0v11.042l2-0.021V14h14V3H14z%20M2,11H1l0.016-8.969L13,2v1H2%20M15,13H3V4h12V13z%22/%3E%3C/svg%3E");
}
.old-ie .num-of-images {
  background-position: right -760px;
}
.format-quote .entry-meta.post-format:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M2.138,6.134c0.079,0.275,0.214,0.527,0.406,0.755C2.743,7.126,3.005,7.311,3.33,7.445c0.324,0.132,0.745,0.199,1.261,0.199h0.7c-0.083,0.987-0.392,1.829-0.924,2.521c-0.533,0.692-1.27,1.301-2.21,1.823L2.705,13c1.188-0.598,2.204-1.479,3.049-2.636c0.843-1.158,1.265-2.308,1.265-3.446c0-1.226-0.245-2.185-0.736-2.877%09C5.793,3.347,5.091,3,4.176,3C3.594,3,3.089,3.229,2.661,3.684C2.233,4.139,2.019,4.671,2.019,5.279C2.019,5.573,2.059,5.858,2.138,6.134z%22/%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M9.118,6.134c0.079,0.275,0.214,0.527,0.405,0.755c0.199,0.238,0.463,0.422,0.787,0.556c0.323,0.132,0.744,0.199,1.26,0.199h0.701c-0.084,0.987-0.394,1.829-0.926,2.521c-0.531,0.692-1.27,1.301-2.21,1.823L9.686,13c1.188-0.598,2.205-1.479,3.049-2.636C13.578,9.206,14,8.057,14,6.918c0-1.226-0.246-2.185-0.736-2.877C12.773,3.347,12.07,3,11.156,3c-0.582,0-1.088,0.229-1.516,0.684S9,4.671,9,5.279C9,5.573,9.039,5.858,9.118,6.134z%22/%3E%3C/svg%3E");
}
.single .format-quote .entry-meta:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M2.138,6.134c0.079,0.275,0.214,0.527,0.406,0.755C2.743,7.126,3.005,7.311,3.33,7.445c0.324,0.132,0.745,0.199,1.261,0.199h0.7c-0.083,0.987-0.392,1.829-0.924,2.521c-0.533,0.692-1.27,1.301-2.21,1.823L2.705,13c1.188-0.598,2.204-1.479,3.049-2.636c0.843-1.158,1.265-2.308,1.265-3.446c0-1.226-0.245-2.185-0.736-2.877%09C5.793,3.347,5.091,3,4.176,3C3.594,3,3.089,3.229,2.661,3.684C2.233,4.139,2.019,4.671,2.019,5.279C2.019,5.573,2.059,5.858,2.138,6.134z%22/%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M9.118,6.134c0.079,0.275,0.214,0.527,0.405,0.755c0.199,0.238,0.463,0.422,0.787,0.556c0.323,0.132,0.744,0.199,1.26,0.199h0.701c-0.084,0.987-0.394,1.829-0.926,2.521c-0.531,0.692-1.27,1.301-2.21,1.823L9.686,13c1.188-0.598,2.205-1.479,3.049-2.636C13.578,9.206,14,8.057,14,6.918c0-1.226-0.246-2.185-0.736-2.877C12.773,3.347,12.07,3,11.156,3c-0.582,0-1.088,0.229-1.516,0.684S9,4.671,9,5.279C9,5.573,9.039,5.858,9.118,6.134z%22/%3E%3C/svg%3E");
}
.author-quote {
  color: #373a41;
}
.author-quote {
  border-color: #df9130;
}
.format-video .entry-meta.post-format:before,
.num-of-videos {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M8.001,2.151c1.564,0,3.037,0.61,4.144,1.72C13.245,4.975,13.851,6.442,13.851,8c0,1.56-0.605,3.026-1.706,4.129c-1.106,1.109-2.579,1.722-4.144,1.722c-1.566,0-3.038-0.612-4.144-1.722C2.756,11.026,2.15,9.56,2.15,8c0-1.558,0.606-3.025,1.707-4.129C4.963,2.761,6.435,2.151,8.001,2.151%20M8.001,1c-3.866,0-7,3.134-7,7c0,3.867,3.134,7,7,7C11.865,15,15,11.867,15,8C15,4.134,11.865,1,8.001,1L8.001,1z%20M6.035,11.425L6.017,4.662%20%09L11.643,8L6.035,11.425z%22/%3E%3C/svg%3E");
}
.single .format-video .entry-meta:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M8.001,2.151c1.564,0,3.037,0.61,4.144,1.72C13.245,4.975,13.851,6.442,13.851,8c0,1.56-0.605,3.026-1.706,4.129c-1.106,1.109-2.579,1.722-4.144,1.722c-1.566,0-3.038-0.612-4.144-1.722C2.756,11.026,2.15,9.56,2.15,8c0-1.558,0.606-3.025,1.707-4.129C4.963,2.761,6.435,2.151,8.001,2.151%20M8.001,1c-3.866,0-7,3.134-7,7c0,3.867,3.134,7,7,7C11.865,15,15,11.867,15,8C15,4.134,11.865,1,8.001,1L8.001,1z%20M6.035,11.425L6.017,4.662%20%09L11.643,8L6.035,11.425z%22/%3E%3C/svg%3E");
}
.old-ie .num-of-videos {
  background-position: right -790px;
}
.format-status .entry-meta.post-format:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20fill='%23df9130'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.391,4.812c-3.098,0-5.609,2.055-5.609,4.589c0,1.109,0.519,2.146,1.363,2.96%09l-1.363,3.669l3.963-2.265c0.521,0.132,1.064,0.225,1.646,0.225c3.098,0,5.609-2.055,5.609-4.589S13.488,4.812,10.391,4.812z%20M8.351,10.052c-0.358,0-0.65-0.291-0.65-0.65c0-0.359,0.292-0.65,0.65-0.65c0.358,0,0.65,0.291,0.65,0.65C9.001,9.762,8.709,10.052,8.351,10.052z%20M10.391,10.052c-0.358,0-0.65-0.291-0.65-0.65c0-0.359,0.292-0.65,0.65-0.65%09c0.358,0,0.65,0.291,0.65,0.65C11.041,9.762,10.749,10.052,10.391,10.052z%20M12.431,10.053c-0.359,0-0.65-0.292-0.65-0.651c0-0.359,0.291-0.651,0.65-0.651c0.357,0,0.65,0.292,0.65,0.651C13.081,9.762,12.788,10.053,12.431,10.053z'/%3E%3C/svg%3E");
}
.single .format-status .entry-meta:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20fill='%23373a41'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.391,4.812c-3.098,0-5.609,2.055-5.609,4.589c0,1.109,0.519,2.146,1.363,2.96%09l-1.363,3.669l3.963-2.265c0.521,0.132,1.064,0.225,1.646,0.225c3.098,0,5.609-2.055,5.609-4.589S13.488,4.812,10.391,4.812z%20M8.351,10.052c-0.358,0-0.65-0.291-0.65-0.65c0-0.359,0.292-0.65,0.65-0.65c0.358,0,0.65,0.291,0.65,0.65C9.001,9.762,8.709,10.052,8.351,10.052z%20M10.391,10.052c-0.358,0-0.65-0.291-0.65-0.65c0-0.359,0.292-0.65,0.65-0.65%09c0.358,0,0.65,0.291,0.65,0.65C11.041,9.762,10.749,10.052,10.391,10.052z%20M12.431,10.053c-0.359,0-0.65-0.292-0.65-0.651c0-0.359,0.291-0.651,0.65-0.651c0.357,0,0.65,0.292,0.65,0.651C13.081,9.762,12.788,10.053,12.431,10.053z'/%3E%3C/svg%3E");
}
.format-status-content {
  background-color: #df9130;
}
.format-status-content,
.format-status-content * {
  color: #ffffff;
}
.format-audio .entry-meta.post-format:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M6.016,5l-1.75,0.016c-1.3,0-1.248-0.087-1.248,1.486v4.738c0,0.47,0.165,0.771,0.51,0.771l2.487-0.042L6.002,5.094L6.016,5z%20M7.032,4.961l0.015,1.211l4.936-2.527l0.051,9.489l-5.001-2.306l0,1.141l5.951,3.062V1.781L7.032,4.961z%22/%3E%3C/svg%3E");
}
.single .format-audio .entry-meta:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M6.016,5l-1.75,0.016c-1.3,0-1.248-0.087-1.248,1.486v4.738c0,0.47,0.165,0.771,0.51,0.771l2.487-0.042L6.002,5.094L6.016,5z%20M7.032,4.961l0.015,1.211l4.936-2.527l0.051,9.489l-5.001-2.306l0,1.141l5.951,3.062V1.781L7.032,4.961z%22/%3E%3C/svg%3E");
}
.format-chat .entry-meta.post-format:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20fill='%23df9130'%20viewBox='0%200%2020%2020'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20d='M8.594,12.828c-0.806,0.511-3.723,1.398-4.975,1.633c0.467-0.951,1.228-2.368,1.428-3.273c-0.629-0.775-1.453-1.669-1.453-2.69c0-2.874,2.723-4.975,5.771-4.975c3.029,0,5.773,2.086,5.773,4.975c0,0.041-0.276,1.586-0.278,1.627c-0.352-0.195-1.375,0.75-0.865-1.974c-0.216-1.947-2.209-3.477-4.63-3.477c-2.562,0-4.646,1.714-4.646,3.823c0,1.109,0.856,1.658,1.516,2.346c-0.135,1.021-0.845,2.064-0.845,2.064s2.127-0.592,3.209-1.237%20M16.415,16.584c-0.962-0.084-2.188-0.578-2.743-0.928c-3.057,0.768-5.183-1.104-5.183-3.175c0-1.988,1.886-3.423,3.971-3.423c2.1,0,4.059,1.286,4.04,3.598c-0.008,1.008-0.646,1.591-1.078,2.125C15.402,15.408,16.092,15.929,16.415,16.584z%20M11.046,12.522c0-0.308-0.245-0.558-0.544-0.558c-0.302,0-0.548,0.25-0.548,0.558c0,0.31,0.246,0.56,0.548,0.56C10.801,13.082,11.046,12.832,11.046,12.522z%20M13.09,12.522c0-0.308-0.243-0.558-0.544-0.558c-0.302,0-0.548,0.25-0.548,0.558c0,0.31,0.246,0.56,0.548,0.56C12.847,13.082,13.09,12.832,13.09,12.522z%20M15.146,12.522c0-0.308-0.243-0.558-0.545-0.558c-0.301,0-0.547,0.25-0.547,0.558c0,0.31,0.246,0.56,0.547,0.56C14.902,13.082,15.146,12.832,15.146,12.522z'/%3E%3C/svg%3E");
}
.single .format-chat .entry-meta:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20fill='%23373a41'%20viewBox='0%200%2020%2020'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20d='M8.594,12.828c-0.806,0.511-3.723,1.398-4.975,1.633c0.467-0.951,1.228-2.368,1.428-3.273c-0.629-0.775-1.453-1.669-1.453-2.69c0-2.874,2.723-4.975,5.771-4.975c3.029,0,5.773,2.086,5.773,4.975c0,0.041-0.276,1.586-0.278,1.627c-0.352-0.195-1.375,0.75-0.865-1.974c-0.216-1.947-2.209-3.477-4.63-3.477c-2.562,0-4.646,1.714-4.646,3.823c0,1.109,0.856,1.658,1.516,2.346c-0.135,1.021-0.845,2.064-0.845,2.064s2.127-0.592,3.209-1.237%20M16.415,16.584c-0.962-0.084-2.188-0.578-2.743-0.928c-3.057,0.768-5.183-1.104-5.183-3.175c0-1.988,1.886-3.423,3.971-3.423c2.1,0,4.059,1.286,4.04,3.598c-0.008,1.008-0.646,1.591-1.078,2.125C15.402,15.408,16.092,15.929,16.415,16.584z%20M11.046,12.522c0-0.308-0.245-0.558-0.544-0.558c-0.302,0-0.548,0.25-0.548,0.558c0,0.31,0.246,0.56,0.548,0.56C10.801,13.082,11.046,12.832,11.046,12.522z%20M13.09,12.522c0-0.308-0.243-0.558-0.544-0.558c-0.302,0-0.548,0.25-0.548,0.558c0,0.31,0.246,0.56,0.548,0.56C12.847,13.082,13.09,12.832,13.09,12.522z%20M15.146,12.522c0-0.308-0.243-0.558-0.545-0.558c-0.301,0-0.547,0.25-0.547,0.558c0,0.31,0.246,0.56,0.547,0.56C14.902,13.082,15.146,12.832,15.146,12.522z'/%3E%3C/svg%3E");
}
.format-link .entry-meta.post-format:before,
.link.btn-link {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M5.138,6.376c0.219-0.22,0.461-0.4,0.72-0.542c1.439-0.794,3.279-0.55,4.204,0.854L9,7.844c-0.48-1.097-1.033-1.037-1.962-0.83C6.739,7.08,6.562,7.178,6.174,7.364l-2.252,2.2c-0.497,0.696-0.59,1.831,0.062,2.483%09c0.652,0.651,1.805,0.575,2.456-0.076l0.662-0.661c0.066,0.026,1.247,0.941,1.228,0.942l-0.805,0.805c-1.252,1.252-3.281,1.252-4.533,0c-1.253-1.253-1.253-3.283,0-4.535L5.138,6.376z%20M8.546,2.968L7.732,3.826C8.354,4.179,8.411,4.373,8.97,4.714l0.592-0.683c1.5-1.453,2.771,0.224,2.547,0c0.65,0.652,0.537,1.734-0.03,2.483L9.933,8.662C9.196,9.216,8.133,9.211,7.485,8.563C7.334,8.411,7.32,8.453,7.239,8.269L6.088,9.278C6.205,9.457,6.244,9.492,6.4,9.648c0.405,0.405,0.92,0.705,1.514,0.85c0.768,0.183,1.591,0.081,2.299-0.309c0.259-0.142,0.501-0.323,0.72-0.541l2.147-2.147c1.252-1.252,1.252-3.281,0-4.533C11.828,1.715,9.799,1.715,8.546,2.968z%22/%3E%3C/svg%3E");
}
.single .format-link .entry-meta:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M5.138,6.376c0.219-0.22,0.461-0.4,0.72-0.542c1.439-0.794,3.279-0.55,4.204,0.854L9,7.844c-0.48-1.097-1.033-1.037-1.962-0.83C6.739,7.08,6.562,7.178,6.174,7.364l-2.252,2.2c-0.497,0.696-0.59,1.831,0.062,2.483%09c0.652,0.651,1.805,0.575,2.456-0.076l0.662-0.661c0.066,0.026,1.247,0.941,1.228,0.942l-0.805,0.805c-1.252,1.252-3.281,1.252-4.533,0c-1.253-1.253-1.253-3.283,0-4.535L5.138,6.376z%20M8.546,2.968L7.732,3.826C8.354,4.179,8.411,4.373,8.97,4.714l0.592-0.683c1.5-1.453,2.771,0.224,2.547,0c0.65,0.652,0.537,1.734-0.03,2.483L9.933,8.662C9.196,9.216,8.133,9.211,7.485,8.563C7.334,8.411,7.32,8.453,7.239,8.269L6.088,9.278C6.205,9.457,6.244,9.492,6.4,9.648c0.405,0.405,0.92,0.705,1.514,0.85c0.768,0.183,1.591,0.081,2.299-0.309c0.259-0.142,0.501-0.323,0.72-0.541l2.147-2.147c1.252-1.252,1.252-3.281,0-4.533C11.828,1.715,9.799,1.715,8.546,2.968z%22/%3E%3C/svg%3E");
}
.paginator .nav-prev:before,
.paginator .nav-prev:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20id=%22Layer_1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cg%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M6.499,11.916c-1.448,0-2.812-0.564-3.836-1.593C1.645,9.301,1.082,7.943,1.082,6.5%09c0-1.445,0.561-2.801,1.581-3.823C3.686,1.65,5.051,1.082,6.499,1.082c1.45,0,2.812,0.566,3.836,1.595c1.019,1.022,1.581,2.378,1.581,3.823c0,1.441-0.561,2.801-1.58,3.823C9.313,11.352,7.949,11.916,6.499,11.916%20M6.499,13C10.09,13,13,10.089,13,6.5C13,2.909,10.09,0,6.499,0C2.91,0,0,2.909,0,6.5C0,10.089,2.91,13,6.499,13L6.499,13z%22/%3E%3C/g%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%227.453,10.234%203.771,6.466%207.298,2.744%208.375,3.781%205.715,6.526%208.453,9.203%20%22/%3E%3C/svg%3E");
}
.standard-arrow li,
.breadcrumbs li,
.custom-menu a {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.56,2.801-1.581,3.823c-1.022,1.027-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.567-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0%09C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%225.547,2.766%209.229,6.534%205.702,10.256%204.625,9.219%207.285,6.474%204.547,3.797%20%22/%3E%3C/svg%3E");
}
.fancy-header .breadcrumbs li:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22rgba(255,255,255,0.4)%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.56,2.801-1.581,3.823c-1.022,1.027-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.567-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0%09C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Cpolygon%20fill=%22rgba(255,255,255,0.4)%22%20points=%225.547,2.766%209.229,6.534%205.702,10.256%204.625,9.219%207.285,6.474%204.547,3.797%20%22/%3E%3C/svg%3E");
}
.fancy-header .breadcrumbs li:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22rgba(0,0,0,0.1)%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.56,2.801-1.581,3.823c-1.022,1.027-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.567-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0%09C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Cpolygon%20fill=%22rgba(0,0,0,0.1)%22%20points=%225.547,2.766%209.229,6.534%205.702,10.256%204.625,9.219%207.285,6.474%204.547,3.797%20%22/%3E%3C/svg%3E");
}
.fancy-header .breadcrumbs li:before,
.fancy-header .breadcrumbs li:after {
  height: 20px;
}
.paginator .nav-next:after,
.paginator .nav-next:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.56,2.801-1.581,3.823c-1.022,1.027-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.567-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0%09C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%225.547,2.766%209.229,6.534%205.702,10.256%204.625,9.219%207.285,6.474%204.547,3.797%20%22/%3E%3C/svg%3E");
}
.details,
#main ul.products li.product .button,
#main ul.products li.product .button:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M3.632,0.172C3.673,0.255,11,6.5,11,6.5l-7.451,6.328l-0.998-1.005L8.859,6.5L2.634,1.177L3.632,0.172z%22/%3E%3C/svg%3E");
}
.rollover-content .details {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M3.632,0.172C3.673,0.255,11,6.5,11,6.5l-7.451,6.328l-0.998-1.005L8.859,6.5L2.634,1.177L3.632,0.172z%22/%3E%3C/svg%3E");
}
.hover-color-static .rollover-content .details,
.hover-color-static.text-on-img .project-details {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M3.632,0.172C3.673,0.255,11,6.5,11,6.5l-7.451,6.328l-0.998-1.005L8.859,6.5L2.634,1.177L3.632,0.172z%22/%3E%3C/svg%3E");
}
.comment-form-author input,
.form-name input,
.comment-form-email input,
.form-mail input,
.comment-form-url input,
.form-country input,
.form-telephone input,
.form-city input,
.form-company input {
  padding-right: 20px;
  background-position: 97% center;
  background-repeat: no-repeat;
}
.comment-form-author input,
.form-name input {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20id='user-icon'%20fill='%23dbdbdb'%20d='M13.683,12.539c-1.437-0.33-2.772-0.62-2.124-1.839C13.526,6.986,12.081,5,10,5c-2.121,0-3.534,2.062-1.558,5.7c0.667,1.227-0.719,1.514-2.125,1.839C4.883,12.871,4.993,13.627,4.993,15h10.014C15.007,13.627,15.119,12.871,13.683,12.539z'/%3E%3C/svg%3E");
}
.comment-form-email input,
.form-mail input {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20fill='%23dbdbdb'%20d='M11.864,10.606l-1.863,1.655l-1.828-1.624l-3.554,3.376l10.945,0.004L11.864,10.606z%20M4.52,5.983l5.49,5.332l5.392-5.282L4.52,5.983z%20M12.423,10.025l3.574,3.505l-0.009-6.896L12.423,10.025z%20M4.02,13.453l3.538-3.416L4.003,6.594L4.02,13.453z'/%3E%3C/svg%3E");
}
.form-telephone input {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20fill='%23dbdbdb'%20d='M14.517,14.419l-2.176-2.996c-0.004,0.004-0.854,0.613-0.895,0.642c-0.967,0.688-3.79-3.241-2.851-3.966L9.498,7.45l-2.16-3.006c0,0.001-0.896,0.645-0.91,0.656C5.808,5.566,4.108,6.708,7.72,11.734c3.644,5.071,5.203,3.796,5.884,3.337C13.653,15.034,14.511,14.419,14.517,14.419z'/%3E%3C/svg%3E");
}
.form-country input {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20fill='%23dbdbdb'%20d='M14.016,7.738c0-2.104-1.82-3.783-4.035-3.783c-2.229,0-3.996,1.68-3.996,3.783c0,1.469,0.613,2.177,1.972,3.979c1.635,2.28,1.952,4.209,1.952,4.209c0.037,0.158,0.186,0.158,0.223,0c0,0,0.242-1.929,1.916-4.209%09C12.826,10.64,14.016,9.207,14.016,7.738z%20M10.02,9.313c-0.818,0-1.505-0.69-1.505-1.504c0-0.813,0.687-1.45,1.505-1.45%09c0.873,0,1.543,0.638,1.543,1.45C11.563,8.623,10.893,9.313,10.02,9.313z'/%3E%3C/svg%3E");
}
.form-city input {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20fill='%23dbdbdb'%20d='M14.016,7.738c0-2.104-1.82-3.783-4.035-3.783c-2.229,0-3.996,1.68-3.996,3.783c0,1.469,0.613,2.177,1.972,3.979c1.635,2.28,1.952,4.209,1.952,4.209c0.037,0.158,0.186,0.158,0.223,0c0,0,0.242-1.929,1.916-4.209%09C12.826,10.64,14.016,9.207,14.016,7.738z%20M10.02,9.313c-0.818,0-1.505-0.69-1.505-1.504c0-0.813,0.687-1.45,1.505-1.45%09c0.873,0,1.543,0.638,1.543,1.45C11.563,8.623,10.893,9.313,10.02,9.313z'/%3E%3C/svg%3E");
}
.form-company input {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2220px%22%20height=%2220px%22%20viewBox=%220%200%2020%2020%22%20enable-background=%22new%200%200%2020%2020%22%20xml:space=%22preserve%22%3E%3Cpath%20id=%22briefcase-8-icon%22%20fill=%22%23dbdbdb%22%20d=%22M8.974,5.053L8.145,5.017l-0.018-1.01c0-0.383,0.413-0.729,0.752-0.729h3.632%09c0.342,0,0.688,0.327,0.688,0.71v1.039h-0.824l0.005-0.743c0-0.121-0.206-0.092-0.312-0.092H9.328c-0.108,0-0.351-0.029-0.351,0.092%09L8.975,4.977L8.974,5.053z%20M12.115,8.974l-0.032,0.954l3.906,0.042l-0.016,4.036H4.942l0.047-4.021l3.75-0.041l0.002-1L4.942,8.971L4.927,5.976l11.062,0.029L15.958,8.96L12.115,8.974z%20M11.228,8.325H9.658L9.63,10.553l1.639-0.029L11.228,8.325z%22/%3E%3C/svg%3E");
}
.comment-form-url input {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20id='computer-4-icon'%20fill='%23dbdbdb'%20d='M6.131,4.083l7.738,6.027l-3.273,0.551l2.154,4.356l-2.025,1.037l-2.166-4.438l-2.428,2.269V4.083z'/%3E%3C/svg%3E");
}
.clear-form:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823%09c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0%09C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%223.534,8.557%204.429,9.45%209.467,4.412%208.604,3.55%20%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%229.467,8.557%208.57,9.45%203.534,4.412%204.396,3.55%20%22/%3E%20%3C/svg%3E");
}
.st-accordion li > a,
.st-toggle > a,
.shortcode-tabs.tab-style-two .tab.fullsize-tab,
.shortcode-tabs.tab-style-three .tab.fullsize-tab,
.wpb_content_element.dt-style .wpb_accordion_header > a,
.dt-style.wpb_toggle,
#content h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23373a41%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23373a41%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
.sidebar-content .st-accordion li > a,
.sidebar-content .st-toggle > a,
.sidebar-content .shortcode-tabs.tab-style-two .tab.fullsize-tab,
.sidebar-content .shortcode-tabs.tab-style-three .tab.fullsize-tab,
.sidebar-content .wpb_content_element.dt-style .wpb_accordion_header > a,
.sidebar-content .dt-style.wpb_toggle,
.sidebar-content #content h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23373a41%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23373a41%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
.footer .st-accordion li > a,
.footer .st-toggle > a,
.footer .shortcode-tabs.tab-style-two .tab.fullsize-tab,
.footer .shortcode-tabs.tab-style-three .tab.fullsize-tab,
.footer .wpb_content_element.dt-style .wpb_accordion_header > a,
.footer .dt-style.wpb_toggle,
.footer #content h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23373a41%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23373a41%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
.stripe-style-1 .st-accordion li > a,
.stripe-style-1 .st-toggle > a,
.stripe-style-1 .shortcode-tabs.tab-style-two .tab.fullsize-tab,
.stripe-style-1 .shortcode-tabs.tab-style-three .tab.fullsize-tab,
.stripe-style-1 .wpb_content_element.dt-style .wpb_accordion_header > a,
.stripe-style-1 .dt-style.wpb_toggle,
.stripe-style-1 #content h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23373a41%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23373a41%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
.stripe-style-2 .st-accordion li > a,
.stripe-style-2 .st-toggle > a,
.stripe-style-2 .shortcode-tabs.tab-style-two .tab.fullsize-tab,
.stripe-style-2 .shortcode-tabs.tab-style-three .tab.fullsize-tab,
.stripe-style-2 .wpb_content_element.dt-style .wpb_accordion_header > a,
.stripe-style-2 .dt-style.wpb_toggle,
.stripe-style-2 #content h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23373a41%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23373a41%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
.stripe-style-3 .st-accordion li > a,
.stripe-style-3 .st-toggle > a,
.stripe-style-3 .shortcode-tabs.tab-style-two .tab.fullsize-tab,
.stripe-style-3 .shortcode-tabs.tab-style-three .tab.fullsize-tab,
.stripe-style-3 .wpb_content_element.dt-style .wpb_accordion_header > a,
.stripe-style-3 .dt-style.wpb_toggle,
.stripe-style-3 #content h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23292941%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23292941%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23292941%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
.stripe-style-4 .st-accordion li > a,
.stripe-style-4 .st-toggle > a,
.stripe-style-4 .shortcode-tabs.tab-style-two .tab.fullsize-tab,
.stripe-style-4 .shortcode-tabs.tab-style-three .tab.fullsize-tab,
.stripe-style-4 .wpb_content_element.dt-style .wpb_accordion_header > a,
.stripe-style-4 .dt-style.wpb_toggle,
.stripe-style-4 #content h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23ffffff%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23ffffff%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23ffffff%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
.stripe-style-5 .st-accordion li > a,
.stripe-style-5 .st-toggle > a,
.stripe-style-5 .shortcode-tabs.tab-style-two .tab.fullsize-tab,
.stripe-style-5 .shortcode-tabs.tab-style-three .tab.fullsize-tab,
.stripe-style-5 .wpb_content_element.dt-style .wpb_accordion_header > a,
.stripe-style-5 .dt-style.wpb_toggle,
.stripe-style-5 #content h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%2337393b%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%2337393b%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%2337393b%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
#content .stripe-style-1 h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23373a41%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23373a41%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
#content .stripe-style-2 h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23373a41%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23373a41%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
#content .stripe-style-3 h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23292941%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23292941%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23292941%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
#content .stripe-style-4 h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23ffffff%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23ffffff%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23ffffff%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
#content .stripe-style-5 h4.wpb_toggle.dt-style {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%2337393b%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%2337393b%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%2337393b%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}
.old-ie .st-accordion li > a,
.old-ie #main .wpb_content_element.dt-style .wpb_accordion_header > a {
  background-position: right -60px;
}
.old-ie .st-toggle > a,
.old-ie .shortcode-tabs.tab-style-two .tab.fullsize-tab,
.old-ie .shortcode-tabs.tab-style-three .tab.fullsize-tab,
.old-ie .dt-style.wpb_toggle,
.old-ie #content h4.wpb_toggle.dt-style {
  background-position: 0 -19px;
}
.shortcode-tabs.tab-style-two .tab.fullsize-tab.active-tab,
.shortcode-tabs.tab-style-three .tab.fullsize-tab.active-tab {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%229.983,5.576%206.106,9.142%203.657,6.676%204.68,5.611%206.225,7.201%208.983,4.545%20%22/%3E%3C/svg%3E");
}
.widget .tp_recent_tweets li:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130'%20d='M10,0C4.477,0,0,4.477,0,10c0,5.522,4.477,10,10,10c5.522,0,10-4.478,10-10C20,4.477,15.522,0,10,0z'/%3E%3Cpath%20id='twitter-icon'%20fill='%23ffffff'%20d='M16.424,6.161c-0.443,0.2-0.917,0.335-1.416,0.397c0.508-0.312,0.896-0.808,1.082-1.395c-0.477,0.288-1.003,0.499-1.564,0.612c-0.449-0.49-1.09-0.797-1.801-0.797c-1.592,0-2.762,1.519-2.401,3.097C8.271,7.97,6.455,6.965,5.238,5.44C4.592,6.572,4.903,8.057,6.002,8.807C5.597,8.793,5.217,8.68,4.885,8.491c-0.027,1.169,0.791,2.264,1.978,2.506c-0.348,0.094-0.727,0.117-1.114,0.043c0.314,1.005,1.225,1.729,2.304,1.753c-0.149,0.118-1.542,1.428-3.65,1.196c1.092,0.715,2.389,0.979,3.781,0.979c4.58,0,7.166-3.954,7.011-7.503C15.675,7.111,16.092,6.667,16.424,6.161z'/%3E%3C/svg%3E");
}
.filter-categories .act:before,
.filter-categories .act.show-all:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Cpolygon%20fill=%22white%22%20points=%229.983,5.576%206.106,9.142%203.657,6.676%204.68,5.611%206.225,7.201%208.983,4.545%20%22/%3E%3C/svg%3E");
}
.filter-categories .act:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595%09C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Cpolygon%20fill=%22white%22%20points=%223.534,8.557%204.429,9.45%209.467,4.412%208.604,3.55%20%22/%3E%3Cpolygon%20fill=%22white%22%20points=%229.467,8.557%208.57,9.45%203.534,4.412%204.396,3.55%20%22/%3E%3C/svg%3E");
}
.st-accordion li.st-open > a,
.st-toggle.st-open > a,
#main .wpb_accordion .wpb_accordion_wrapper .ui-state-active > a,
#main .wpb_toggle_title_active,
#main #content h4.wpb_toggle_title_active {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%229.983,5.576%206.106,9.142%203.657,6.676%204.68,5.611%206.225,7.201%208.983,4.545%20%22/%3E%3C/svg%3E");
}
.old-ie .st-accordion li.st-open > a,
.old-ie #main .wpb_accordion .wpb_accordion_wrapper .ui-state-active > a {
  background-position: right -40px;
}
.old-ie .st-toggle.st-open > a,
.old-ie #main .wpb_toggle_title_active,
.old-ie #main #content h4.wpb_toggle_title_active {
  background-position: 0 1px;
}
.st-accordion li.st-open > a,
.st-toggle.st-open > a,
#main .wpb_accordion .wpb_accordion_wrapper .ui-state-active > a,
#main .wpb_toggle_title_active,
#main #content h4.wpb_toggle_title_active {
  color: #df9130;
}
.filter-categories .act:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Cpolygon%20fill=%22white%22%20points=%229.983,5.576%206.106,9.142%203.657,6.676%204.68,5.611%206.225,7.201%208.983,4.545%20%22/%3E%3C/svg%3E");
}
.plain-bg,
.testimonial-item,
#main #content .rotatingtweets,
#main #content .norotatingtweets {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .plain-bg,
.stripe-style-1 .testimonial-item,
.stripe-style-1 #main #content .rotatingtweets,
.stripe-style-1 #main #content .norotatingtweets {
  border-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .plain-bg,
.stripe-style-2 .testimonial-item,
.stripe-style-2 #main #content .rotatingtweets,
.stripe-style-2 #main #content .norotatingtweets {
  border-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .plain-bg,
.stripe-style-3 .testimonial-item,
.stripe-style-3 #main #content .rotatingtweets,
.stripe-style-3 #main #content .norotatingtweets {
  border-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .plain-bg,
.stripe-style-4 .testimonial-item,
.stripe-style-4 #main #content .rotatingtweets,
.stripe-style-4 #main #content .norotatingtweets {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .plain-bg,
.stripe-style-5 .testimonial-item,
.stripe-style-5 #main #content .rotatingtweets,
.stripe-style-5 #main #content .norotatingtweets {
  border-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .plain-bg,
.old-ie .stripe-style-1 .testimonial-item,
.old-ie .stripe-style-1 #main #content .rotatingtweets,
.old-ie .stripe-style-1 #main #content .norotatingtweets {
  border-color: #dadee1;
}
.old-ie .stripe-style-2 .plain-bg,
.old-ie .stripe-style-2 .testimonial-item,
.old-ie .stripe-style-2 #main #content .rotatingtweets,
.old-ie .stripe-style-2 #main #content .norotatingtweets {
  border-color: #dadee1;
}
.old-ie .stripe-style-3 .plain-bg,
.old-ie .stripe-style-3 .testimonial-item,
.old-ie .stripe-style-3 #main #content .rotatingtweets,
.old-ie .stripe-style-3 #main #content .norotatingtweets {
  border-color: #afc5d2;
}
.old-ie .stripe-style-4 .plain-bg,
.old-ie .stripe-style-4 .testimonial-item,
.old-ie .stripe-style-4 #main #content .rotatingtweets,
.old-ie .stripe-style-4 #main #content .norotatingtweets {
  border-color: #484b50;
}
.old-ie .stripe-style-5 .plain-bg,
.old-ie .stripe-style-5 .testimonial-item,
.old-ie .stripe-style-5 #main #content .rotatingtweets,
.old-ie .stripe-style-5 #main #content .norotatingtweets {
  border-color: #c5c5c5;
}
.old-ie .plain-bg,
.old-ie .testimonial-item {
  border-color: #dadee1;
}
.footer .testimonials.slider-content {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.85);
}
.old-ie .footer .testimonials.slider-content {
  border-color: #dadee1;
}
.fancy-bg {
  background: #ffffff none repeat center center;
  color: #8d9095;
}
.testimonial-item .testimonial-vcard .text-primary,
.testimonial-item .testimonial-vcard .text-primary * {
  color: #373a41;
}
.stripe-style-1 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-1 .testimonial-item .testimonial-vcard .text-primary * {
  color: #373a41;
}
.stripe-style-2 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-2 .testimonial-item .testimonial-vcard .text-primary * {
  color: #373a41;
}
.stripe-style-3 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-3 .testimonial-item .testimonial-vcard .text-primary * {
  color: #292941;
}
.stripe-style-4 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-4 .testimonial-item .testimonial-vcard .text-primary * {
  color: #ffffff;
}
.stripe-style-5 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-5 .testimonial-item .testimonial-vcard .text-primary * {
  color: #37393b;
}
.shortcode-action-bg:before {
  background-color: #df9130;
}
.no-avatar {
  border: 1px solid rgba(185,188,191,0.8);
}
.sidebar-content .no-avatar {
  border: 1px solid rgba(218,222,225,0.8);
}
.footer .no-avatar {
  border: 1px solid rgba(218,222,225,0.85);
}
.stripe-style-1 .no-avatar {
  border-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .no-avatar {
  border-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .no-avatar {
  border-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .no-avatar {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .no-avatar {
  border-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .no-avatar {
  border-color: #dadee1;
}
.old-ie .stripe-style-2 .no-avatar {
  border-color: #dadee1;
}
.old-ie .stripe-style-3 .no-avatar {
  border-color: #afc5d2;
}
.old-ie .stripe-style-4 .no-avatar {
  border-color: #484b50;
}
.old-ie .stripe-style-5 .no-avatar {
  border-color: #c5c5c5;
}
#main #content .sidebar-content .rotatingtweets,
#main #content .sidebar-content .norotatingtweets {
  border: 1px solid rgba(218,222,225,0.8);
}
.items-grid .no-avatar,
.recent-posts .no-avatar {
  border-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .items-grid .no-avatar,
.stripe-style-1 .recent-posts .no-avatar {
  border-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .items-grid .no-avatar,
.stripe-style-2 .recent-posts .no-avatar {
  border-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .items-grid .no-avatar,
.stripe-style-3 .recent-posts .no-avatar {
  border-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .items-grid .no-avatar,
.stripe-style-4 .recent-posts .no-avatar {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .items-grid .no-avatar,
.stripe-style-5 .recent-posts .no-avatar {
  border-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .items-grid .no-avatar,
.old-ie .stripe-style-1 .recent-posts .no-avatar {
  border-color: #dadee1;
}
.old-ie .stripe-style-2 .items-grid .no-avatar,
.old-ie .stripe-style-2 .recent-posts .no-avatar {
  border-color: #dadee1;
}
.old-ie .stripe-style-3 .items-grid .no-avatar,
.old-ie .stripe-style-3 .recent-posts .no-avatar {
  border-color: #afc5d2;
}
.old-ie .stripe-style-4 .items-grid .no-avatar,
.old-ie .stripe-style-4 .recent-posts .no-avatar {
  border-color: #484b50;
}
.old-ie .stripe-style-5 .items-grid .no-avatar,
.old-ie .stripe-style-5 .recent-posts .no-avatar {
  border-color: #c5c5c5;
}
.old-ie .items-grid .no-avatar,
.old-ie .recent-posts .no-avatar {
  border-color: #dadee1;
}
.items-grid .no-avatar:hover,
.old-ie .items-grid .no-avatar:hover,
.widget .items-grid .no-avatar:hover,
.widget .recent-posts .no-avatar:hover {
  border-color: #df9130;
}
.sidebar-content .items-grid .no-avatar,
.sidebar-content .recent-posts .no-avatar {
  border-color: rgba(218,222,225,0.8);
}
.old-ie .sidebar-content .items-grid .no-avatar,
.old-ie .sidebar-content .recent-posts .no-avatar {
  border-color: #dadee1;
}
.footer .items-grid .no-avatar,
.footer .recent-posts .no-avatar {
  border-color: rgba(218,222,225,0.85);
}
.old-ie .footer .items-grid .no-avatar,
.old-ie .footer .recent-posts .no-avatar {
  border-color: #dadee1;
}
.rsSlide .slider-post-caption,
.images-list-caption {
  line-height: 20px;
}
.shortcode-pullquote {
  border-color: #df9130;
  color: #373a41;
}
.block-style-widget,
.frame-on.frame-fancy,
.shortcode-code {
  background-color: rgba(55,58,65,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(185,188,191,0.8);
  box-shadow: inset 0px 0px 0px 1px rgba(185,188,191,0.8);
}
.stripe-style-1 .block-style-widget,
.stripe-style-1 .frame-on.frame-fancy,
.stripe-style-1 .shortcode-code {
  background-color: rgba(55,58,65,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
}
.stripe-style-2 .block-style-widget,
.stripe-style-2 .frame-on.frame-fancy,
.stripe-style-2 .shortcode-code {
  background-color: rgba(55,58,65,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.86);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.86);
}
.stripe-style-3 .block-style-widget,
.stripe-style-3 .frame-on.frame-fancy,
.stripe-style-3 .shortcode-code {
  background-color: rgba(41,41,65,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(41,41,65,0.12);
  box-shadow: inset 0px 0px 0px 1px rgba(41,41,65,0.12);
}
.stripe-style-4 .block-style-widget,
.stripe-style-4 .frame-on.frame-fancy,
.stripe-style-4 .shortcode-code {
  background-color: rgba(255,255,255,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
}
.stripe-style-5 .block-style-widget,
.stripe-style-5 .frame-on.frame-fancy,
.stripe-style-5 .shortcode-code {
  background-color: rgba(55,57,59,0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(55,57,59,0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .block-style-widget,
.old-ie .stripe-style-1 .frame-on.frame-fancy,
.old-ie .stripe-style-1 .shortcode-code {
  border: #dadee1;
}
.old-ie .stripe-style-2 .block-style-widget,
.old-ie .stripe-style-2 .frame-on.frame-fancy,
.old-ie .stripe-style-2 .shortcode-code {
  border: 1px solid #dadee1;
}
.old-ie .stripe-style-3 .block-style-widget,
.old-ie .stripe-style-3 .frame-on.frame-fancy,
.old-ie .stripe-style-3 .shortcode-code {
  border: 1px solid #afc5d2;
}
.old-ie .stripe-style-4 .block-style-widget,
.old-ie .stripe-style-4 .frame-on.frame-fancy,
.old-ie .stripe-style-4 .shortcode-code {
  border: 1px solid #484b50;
}
.old-ie .stripe-style-5 .block-style-widget,
.old-ie .stripe-style-5 .frame-on.frame-fancy,
.old-ie .stripe-style-5 .shortcode-code {
  border: 1px solid #c5c5c5;
}
.sidebar-none .related-projects.slider-wrapper:before,
.sidebar-none .related-projects.slider-wrapper:after {
  background-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .sidebar-none .related-projects.slider-wrapper:before,
.stripe-style-1 .sidebar-none .related-projects.slider-wrapper:after {
  background-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .sidebar-none .related-projects.slider-wrapper:before,
.stripe-style-2 .sidebar-none .related-projects.slider-wrapper:after {
  background-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .sidebar-none .related-projects.slider-wrapper:before,
.stripe-style-3 .sidebar-none .related-projects.slider-wrapper:after {
  background-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .sidebar-none .related-projects.slider-wrapper:before,
.stripe-style-4 .sidebar-none .related-projects.slider-wrapper:after {
  background-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .sidebar-none .related-projects.slider-wrapper:before,
.stripe-style-5 .sidebar-none .related-projects.slider-wrapper:after {
  background-color: rgba(55,57,59,0.15);
}
.sidebar-none .related-projects.slider-wrapper,
.ls-container.ls-carousel .ls-thumbnail-inner {
  background-color: rgba(55,58,65,0.04);
}
.stripe-style-1 .sidebar-none .related-projects.slider-wrapper,
.stripe-style-1 .ls-container.ls-carousel .ls-thumbnail-inner {
  background-color: rgba(55,58,65,0.04);
}
.stripe-style-2 .sidebar-none .related-projects.slider-wrapper,
.stripe-style-2 .ls-container.ls-carousel .ls-thumbnail-inner {
  background-color: rgba(55,58,65,0.04);
}
.stripe-style-3 .sidebar-none .related-projects.slider-wrapper,
.stripe-style-3 .ls-container.ls-carousel .ls-thumbnail-inner {
  background-color: rgba(41,41,65,0.04);
}
.stripe-style-4 .sidebar-none .related-projects.slider-wrapper,
.stripe-style-4 .ls-container.ls-carousel .ls-thumbnail-inner {
  background-color: rgba(255,255,255,0.04);
}
.stripe-style-5 .sidebar-none .related-projects.slider-wrapper,
.stripe-style-5 .ls-container.ls-carousel .ls-thumbnail-inner {
  background-color: rgba(55,57,59,0.04);
}
.old-ie .stripe-style-1 .sidebar-none .related-projects.slider-wrapper,
.old-ie .stripe-style-1 .ls-container.ls-carousel .ls-thumbnail-inner {
  border: #dadee1;
}
.old-ie .stripe-style-2 .sidebar-none .related-projects.slider-wrapper,
.old-ie .stripe-style-2 .ls-container.ls-carousel .ls-thumbnail-inner {
  border: 1px solid #dadee1;
}
.old-ie .stripe-style-3 .sidebar-none .related-projects.slider-wrapper,
.old-ie .stripe-style-3 .ls-container.ls-carousel .ls-thumbnail-inner {
  border: 1px solid #afc5d2;
}
.old-ie .stripe-style-4 .sidebar-none .related-projects.slider-wrapper,
.old-ie .stripe-style-4 .ls-container.ls-carousel .ls-thumbnail-inner {
  border: 1px solid #484b50;
}
.old-ie .stripe-style-5 .sidebar-none .related-projects.slider-wrapper,
.old-ie .stripe-style-5 .ls-container.ls-carousel .ls-thumbnail-inner {
  border: 1px solid #c5c5c5;
}
.old-ie .block-style-widget,
.old-ie .frame-on.frame-fancy,
.old-ie .sidebar-none .related-projects.slider-wrapper,
.old-ie .shortcode-code {
  background-color: #373a41;
  background-color: rgba(56,59,66,0.04);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42);
  border: 1px solid #dadee1;
}
.content .frame-on.frame-fancy {
  border: none;
}
.no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='25px'%20height='25px'%20viewBox='0%200%2025%2025'%20enable-background='new%200%200%2025%2025'%20xml:space='preserve'%3E%3Cpath%20id='user-icon'%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M21.69,18.851c-3.583-0.83-6.917-1.554-5.304-4.604C21.303,4.964,17.689,0,12.5,0C7.206,0,3.683,5.155,8.613,14.247c1.662,3.069-1.796,3.794-5.303,4.604C-0.27,19.678,0.005,21.568,0.005,25h24.991C24.994,21.568,25.271,19.678,21.69,18.851z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.sidebar-content .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='25px'%20height='25px'%20viewBox='0%200%2025%2025'%20enable-background='new%200%200%2025%2025'%20xml:space='preserve'%3E%3Cpath%20id='user-icon'%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M21.69,18.851c-3.583-0.83-6.917-1.554-5.304-4.604C21.303,4.964,17.689,0,12.5,0C7.206,0,3.683,5.155,8.613,14.247c1.662,3.069-1.796,3.794-5.303,4.604C-0.27,19.678,0.005,21.568,0.005,25h24.991C24.994,21.568,25.271,19.678,21.69,18.851z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.footer .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='25px'%20height='25px'%20viewBox='0%200%2025%2025'%20enable-background='new%200%200%2025%2025'%20xml:space='preserve'%3E%3Cpath%20id='user-icon'%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M21.69,18.851c-3.583-0.83-6.917-1.554-5.304-4.604C21.303,4.964,17.689,0,12.5,0C7.206,0,3.683,5.155,8.613,14.247c1.662,3.069-1.796,3.794-5.303,4.604C-0.27,19.678,0.005,21.568,0.005,25h24.991C24.994,21.568,25.271,19.678,21.69,18.851z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-1 .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='25px'%20height='25px'%20viewBox='0%200%2025%2025'%20enable-background='new%200%200%2025%2025'%20xml:space='preserve'%3E%3Cpath%20id='user-icon'%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M21.69,18.851c-3.583-0.83-6.917-1.554-5.304-4.604C21.303,4.964,17.689,0,12.5,0C7.206,0,3.683,5.155,8.613,14.247c1.662,3.069-1.796,3.794-5.303,4.604C-0.27,19.678,0.005,21.568,0.005,25h24.991C24.994,21.568,25.271,19.678,21.69,18.851z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-2 .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='25px'%20height='25px'%20viewBox='0%200%2025%2025'%20enable-background='new%200%200%2025%2025'%20xml:space='preserve'%3E%3Cpath%20id='user-icon'%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M21.69,18.851c-3.583-0.83-6.917-1.554-5.304-4.604C21.303,4.964,17.689,0,12.5,0C7.206,0,3.683,5.155,8.613,14.247c1.662,3.069-1.796,3.794-5.303,4.604C-0.27,19.678,0.005,21.568,0.005,25h24.991C24.994,21.568,25.271,19.678,21.69,18.851z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-3 .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='25px'%20height='25px'%20viewBox='0%200%2025%2025'%20enable-background='new%200%200%2025%2025'%20xml:space='preserve'%3E%3Cpath%20id='user-icon'%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M21.69,18.851c-3.583-0.83-6.917-1.554-5.304-4.604C21.303,4.964,17.689,0,12.5,0C7.206,0,3.683,5.155,8.613,14.247c1.662,3.069-1.796,3.794-5.303,4.604C-0.27,19.678,0.005,21.568,0.005,25h24.991C24.994,21.568,25.271,19.678,21.69,18.851z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-4 .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='25px'%20height='25px'%20viewBox='0%200%2025%2025'%20enable-background='new%200%200%2025%2025'%20xml:space='preserve'%3E%3Cpath%20id='user-icon'%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M21.69,18.851c-3.583-0.83-6.917-1.554-5.304-4.604C21.303,4.964,17.689,0,12.5,0C7.206,0,3.683,5.155,8.613,14.247c1.662,3.069-1.796,3.794-5.303,4.604C-0.27,19.678,0.005,21.568,0.005,25h24.991C24.994,21.568,25.271,19.678,21.69,18.851z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-5 .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='25px'%20height='25px'%20viewBox='0%200%2025%2025'%20enable-background='new%200%200%2025%2025'%20xml:space='preserve'%3E%3Cpath%20id='user-icon'%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M21.69,18.851c-3.583-0.83-6.917-1.554-5.304-4.604C21.303,4.964,17.689,0,12.5,0C7.206,0,3.683,5.155,8.613,14.247c1.662,3.069-1.796,3.794-5.303,4.604C-0.27,19.678,0.005,21.568,0.005,25h24.991C24.994,21.568,25.271,19.678,21.69,18.851z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.old-ie .no-avatar {
  background-position: 10px -625px;
}
.old-ie .comment .no-avatar {
  background-position: 15px -615px;
}
.post-format-aside .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M1.25,1.25v27.5h27.5V1.25H1.25z%20M17.75,20.5h-11v-2.75h11V20.5z%20M23.25,15H6.75v-2.75h16.5V15z%20M23.25,9.5H6.75V6.75h16.5V9.5z'/%3E%20%3C/svg%3E");
  background-size: 20px 20px;
}
.sidebar-content .post-format-aside .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M1.25,1.25v27.5h27.5V1.25H1.25z%20M17.75,20.5h-11v-2.75h11V20.5z%20M23.25,15H6.75v-2.75h16.5V15z%20M23.25,9.5H6.75V6.75h16.5V9.5z'/%3E%20%3C/svg%3E");
  background-size: 20px 20px;
}
.footer .post-format-aside .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M1.25,1.25v27.5h27.5V1.25H1.25z%20M17.75,20.5h-11v-2.75h11V20.5z%20M23.25,15H6.75v-2.75h16.5V15z%20M23.25,9.5H6.75V6.75h16.5V9.5z'/%3E%20%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-1 .post-format-aside .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M1.25,1.25v27.5h27.5V1.25H1.25z%20M17.75,20.5h-11v-2.75h11V20.5z%20M23.25,15H6.75v-2.75h16.5V15z%20M23.25,9.5H6.75V6.75h16.5V9.5z'/%3E%20%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-2 .post-format-aside .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M1.25,1.25v27.5h27.5V1.25H1.25z%20M17.75,20.5h-11v-2.75h11V20.5z%20M23.25,15H6.75v-2.75h16.5V15z%20M23.25,9.5H6.75V6.75h16.5V9.5z'/%3E%20%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-3 .post-format-aside .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M1.25,1.25v27.5h27.5V1.25H1.25z%20M17.75,20.5h-11v-2.75h11V20.5z%20M23.25,15H6.75v-2.75h16.5V15z%20M23.25,9.5H6.75V6.75h16.5V9.5z'/%3E%20%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-4 .post-format-aside .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M1.25,1.25v27.5h27.5V1.25H1.25z%20M17.75,20.5h-11v-2.75h11V20.5z%20M23.25,15H6.75v-2.75h16.5V15z%20M23.25,9.5H6.75V6.75h16.5V9.5z'/%3E%20%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-5 .post-format-aside .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M1.25,1.25v27.5h27.5V1.25H1.25z%20M17.75,20.5h-11v-2.75h11V20.5z%20M23.25,15H6.75v-2.75h16.5V15z%20M23.25,9.5H6.75V6.75h16.5V9.5z'/%3E%20%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-aside .no-avatar:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130'%20d='M1.25,1.25v27.5h27.5V1.25H1.25z%20M17.75,20.5h-11v-2.75h11V20.5z%20M23.25,15H6.75v-2.75h16.5V15z%20M23.25,9.5H6.75V6.75h16.5V9.5z'/%3E%20%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-photo .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M21.918,16.255c0,2.45-2.045,4.441-4.556,4.441c-2.511,0-4.556-1.995-4.556-4.441c0-2.455,2.048-4.446,4.556-4.446C19.873,11.816,21.918,13.8,21.918,16.255z%20M30,8.759v17.45H-0.025V8.81L6.2,8.769%09c0.819,0,3.597-1.814,3.973-2.516l1.305-2.462h11.249l1.396,2.521c0.38,0.672,2.514,2.415,3.313,2.415L30,8.759z%20M5.114,12.583c0-0.75-0.66-1.36-1.469-1.36c-0.813,0-1.471,0.61-1.471,1.36c0,0.751,0.659,1.361,1.471,1.361C4.455,13.945,5.114,13.339,5.114,12.583z%20M24.468,16.223c0-3.97-3.192-7.037-7.128-7.037c-3.92,0-7.113,3.065-7.113,7.037c0,3.969,3.193,7.205,7.113,7.205C21.271,23.428,24.468,20.191,24.468,16.223z%20M6.983,3.796H1.208l0.044,2.388l5.732,0.033L6.983,3.796L6.983,3.796z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.sidebar-content .post-format-photo .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M21.918,16.255c0,2.45-2.045,4.441-4.556,4.441c-2.511,0-4.556-1.995-4.556-4.441c0-2.455,2.048-4.446,4.556-4.446C19.873,11.816,21.918,13.8,21.918,16.255z%20M30,8.759v17.45H-0.025V8.81L6.2,8.769%09c0.819,0,3.597-1.814,3.973-2.516l1.305-2.462h11.249l1.396,2.521c0.38,0.672,2.514,2.415,3.313,2.415L30,8.759z%20M5.114,12.583c0-0.75-0.66-1.36-1.469-1.36c-0.813,0-1.471,0.61-1.471,1.36c0,0.751,0.659,1.361,1.471,1.361C4.455,13.945,5.114,13.339,5.114,12.583z%20M24.468,16.223c0-3.97-3.192-7.037-7.128-7.037c-3.92,0-7.113,3.065-7.113,7.037c0,3.969,3.193,7.205,7.113,7.205C21.271,23.428,24.468,20.191,24.468,16.223z%20M6.983,3.796H1.208l0.044,2.388l5.732,0.033L6.983,3.796L6.983,3.796z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.footer .post-format-photo .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M21.918,16.255c0,2.45-2.045,4.441-4.556,4.441c-2.511,0-4.556-1.995-4.556-4.441c0-2.455,2.048-4.446,4.556-4.446C19.873,11.816,21.918,13.8,21.918,16.255z%20M30,8.759v17.45H-0.025V8.81L6.2,8.769%09c0.819,0,3.597-1.814,3.973-2.516l1.305-2.462h11.249l1.396,2.521c0.38,0.672,2.514,2.415,3.313,2.415L30,8.759z%20M5.114,12.583c0-0.75-0.66-1.36-1.469-1.36c-0.813,0-1.471,0.61-1.471,1.36c0,0.751,0.659,1.361,1.471,1.361C4.455,13.945,5.114,13.339,5.114,12.583z%20M24.468,16.223c0-3.97-3.192-7.037-7.128-7.037c-3.92,0-7.113,3.065-7.113,7.037c0,3.969,3.193,7.205,7.113,7.205C21.271,23.428,24.468,20.191,24.468,16.223z%20M6.983,3.796H1.208l0.044,2.388l5.732,0.033L6.983,3.796L6.983,3.796z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-1 .post-format-photo .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M21.918,16.255c0,2.45-2.045,4.441-4.556,4.441c-2.511,0-4.556-1.995-4.556-4.441c0-2.455,2.048-4.446,4.556-4.446C19.873,11.816,21.918,13.8,21.918,16.255z%20M30,8.759v17.45H-0.025V8.81L6.2,8.769%09c0.819,0,3.597-1.814,3.973-2.516l1.305-2.462h11.249l1.396,2.521c0.38,0.672,2.514,2.415,3.313,2.415L30,8.759z%20M5.114,12.583c0-0.75-0.66-1.36-1.469-1.36c-0.813,0-1.471,0.61-1.471,1.36c0,0.751,0.659,1.361,1.471,1.361C4.455,13.945,5.114,13.339,5.114,12.583z%20M24.468,16.223c0-3.97-3.192-7.037-7.128-7.037c-3.92,0-7.113,3.065-7.113,7.037c0,3.969,3.193,7.205,7.113,7.205C21.271,23.428,24.468,20.191,24.468,16.223z%20M6.983,3.796H1.208l0.044,2.388l5.732,0.033L6.983,3.796L6.983,3.796z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-2 .post-format-photo .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M21.918,16.255c0,2.45-2.045,4.441-4.556,4.441c-2.511,0-4.556-1.995-4.556-4.441c0-2.455,2.048-4.446,4.556-4.446C19.873,11.816,21.918,13.8,21.918,16.255z%20M30,8.759v17.45H-0.025V8.81L6.2,8.769%09c0.819,0,3.597-1.814,3.973-2.516l1.305-2.462h11.249l1.396,2.521c0.38,0.672,2.514,2.415,3.313,2.415L30,8.759z%20M5.114,12.583c0-0.75-0.66-1.36-1.469-1.36c-0.813,0-1.471,0.61-1.471,1.36c0,0.751,0.659,1.361,1.471,1.361C4.455,13.945,5.114,13.339,5.114,12.583z%20M24.468,16.223c0-3.97-3.192-7.037-7.128-7.037c-3.92,0-7.113,3.065-7.113,7.037c0,3.969,3.193,7.205,7.113,7.205C21.271,23.428,24.468,20.191,24.468,16.223z%20M6.983,3.796H1.208l0.044,2.388l5.732,0.033L6.983,3.796L6.983,3.796z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-3 .post-format-photo .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M21.918,16.255c0,2.45-2.045,4.441-4.556,4.441c-2.511,0-4.556-1.995-4.556-4.441c0-2.455,2.048-4.446,4.556-4.446C19.873,11.816,21.918,13.8,21.918,16.255z%20M30,8.759v17.45H-0.025V8.81L6.2,8.769%09c0.819,0,3.597-1.814,3.973-2.516l1.305-2.462h11.249l1.396,2.521c0.38,0.672,2.514,2.415,3.313,2.415L30,8.759z%20M5.114,12.583c0-0.75-0.66-1.36-1.469-1.36c-0.813,0-1.471,0.61-1.471,1.36c0,0.751,0.659,1.361,1.471,1.361C4.455,13.945,5.114,13.339,5.114,12.583z%20M24.468,16.223c0-3.97-3.192-7.037-7.128-7.037c-3.92,0-7.113,3.065-7.113,7.037c0,3.969,3.193,7.205,7.113,7.205C21.271,23.428,24.468,20.191,24.468,16.223z%20M6.983,3.796H1.208l0.044,2.388l5.732,0.033L6.983,3.796L6.983,3.796z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-4 .post-format-photo .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M21.918,16.255c0,2.45-2.045,4.441-4.556,4.441c-2.511,0-4.556-1.995-4.556-4.441c0-2.455,2.048-4.446,4.556-4.446C19.873,11.816,21.918,13.8,21.918,16.255z%20M30,8.759v17.45H-0.025V8.81L6.2,8.769%09c0.819,0,3.597-1.814,3.973-2.516l1.305-2.462h11.249l1.396,2.521c0.38,0.672,2.514,2.415,3.313,2.415L30,8.759z%20M5.114,12.583c0-0.75-0.66-1.36-1.469-1.36c-0.813,0-1.471,0.61-1.471,1.36c0,0.751,0.659,1.361,1.471,1.361C4.455,13.945,5.114,13.339,5.114,12.583z%20M24.468,16.223c0-3.97-3.192-7.037-7.128-7.037c-3.92,0-7.113,3.065-7.113,7.037c0,3.969,3.193,7.205,7.113,7.205C21.271,23.428,24.468,20.191,24.468,16.223z%20M6.983,3.796H1.208l0.044,2.388l5.732,0.033L6.983,3.796L6.983,3.796z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-5 .post-format-photo .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M21.918,16.255c0,2.45-2.045,4.441-4.556,4.441c-2.511,0-4.556-1.995-4.556-4.441c0-2.455,2.048-4.446,4.556-4.446C19.873,11.816,21.918,13.8,21.918,16.255z%20M30,8.759v17.45H-0.025V8.81L6.2,8.769%09c0.819,0,3.597-1.814,3.973-2.516l1.305-2.462h11.249l1.396,2.521c0.38,0.672,2.514,2.415,3.313,2.415L30,8.759z%20M5.114,12.583c0-0.75-0.66-1.36-1.469-1.36c-0.813,0-1.471,0.61-1.471,1.36c0,0.751,0.659,1.361,1.471,1.361C4.455,13.945,5.114,13.339,5.114,12.583z%20M24.468,16.223c0-3.97-3.192-7.037-7.128-7.037c-3.92,0-7.113,3.065-7.113,7.037c0,3.969,3.193,7.205,7.113,7.205C21.271,23.428,24.468,20.191,24.468,16.223z%20M6.983,3.796H1.208l0.044,2.388l5.732,0.033L6.983,3.796L6.983,3.796z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-photo .no-avatar:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130'%20d='M21.918,16.255c0,2.45-2.045,4.441-4.556,4.441c-2.511,0-4.556-1.995-4.556-4.441c0-2.455,2.048-4.446,4.556-4.446C19.873,11.816,21.918,13.8,21.918,16.255z%20M30,8.759v17.45H-0.025V8.81L6.2,8.769%09c0.819,0,3.597-1.814,3.973-2.516l1.305-2.462h11.249l1.396,2.521c0.38,0.672,2.514,2.415,3.313,2.415L30,8.759z%20M5.114,12.583c0-0.75-0.66-1.36-1.469-1.36c-0.813,0-1.471,0.61-1.471,1.36c0,0.751,0.659,1.361,1.471,1.361C4.455,13.945,5.114,13.339,5.114,12.583z%20M24.468,16.223c0-3.97-3.192-7.037-7.128-7.037c-3.92,0-7.113,3.065-7.113,7.037c0,3.969,3.193,7.205,7.113,7.205C21.271,23.428,24.468,20.191,24.468,16.223z%20M6.983,3.796H1.208l0.044,2.388l5.732,0.033L6.983,3.796L6.983,3.796z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-standard .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M29.339,4.685l-3.688-3.866c0,0-1.096-1.505-2.386-0.211l-2.447,2.652l6.179,6.058l2.385-2.446C29.382,6.871,30.577,5.933,29.339,4.685z%20M4.211,19.755l6.695,5.786l14.702-14.597l-6.548-6.223L4.211,19.755z%20M0.099,29.918l2.958-0.604l-2.193-2.391L0.099,29.918z%20M1.554,25.345l3.229,3.319l4.512-1.43l-6.646-5.828L1.554,25.345z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.sidebar-content .post-format-standard .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M29.339,4.685l-3.688-3.866c0,0-1.096-1.505-2.386-0.211l-2.447,2.652l6.179,6.058l2.385-2.446C29.382,6.871,30.577,5.933,29.339,4.685z%20M4.211,19.755l6.695,5.786l14.702-14.597l-6.548-6.223L4.211,19.755z%20M0.099,29.918l2.958-0.604l-2.193-2.391L0.099,29.918z%20M1.554,25.345l3.229,3.319l4.512-1.43l-6.646-5.828L1.554,25.345z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.footer .post-format-standard .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M29.339,4.685l-3.688-3.866c0,0-1.096-1.505-2.386-0.211l-2.447,2.652l6.179,6.058l2.385-2.446C29.382,6.871,30.577,5.933,29.339,4.685z%20M4.211,19.755l6.695,5.786l14.702-14.597l-6.548-6.223L4.211,19.755z%20M0.099,29.918l2.958-0.604l-2.193-2.391L0.099,29.918z%20M1.554,25.345l3.229,3.319l4.512-1.43l-6.646-5.828L1.554,25.345z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-1 .post-format-standard .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M29.339,4.685l-3.688-3.866c0,0-1.096-1.505-2.386-0.211l-2.447,2.652l6.179,6.058l2.385-2.446C29.382,6.871,30.577,5.933,29.339,4.685z%20M4.211,19.755l6.695,5.786l14.702-14.597l-6.548-6.223L4.211,19.755z%20M0.099,29.918l2.958-0.604l-2.193-2.391L0.099,29.918z%20M1.554,25.345l3.229,3.319l4.512-1.43l-6.646-5.828L1.554,25.345z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-2 .post-format-standard .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M29.339,4.685l-3.688-3.866c0,0-1.096-1.505-2.386-0.211l-2.447,2.652l6.179,6.058l2.385-2.446C29.382,6.871,30.577,5.933,29.339,4.685z%20M4.211,19.755l6.695,5.786l14.702-14.597l-6.548-6.223L4.211,19.755z%20M0.099,29.918l2.958-0.604l-2.193-2.391L0.099,29.918z%20M1.554,25.345l3.229,3.319l4.512-1.43l-6.646-5.828L1.554,25.345z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-3 .post-format-standard .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M29.339,4.685l-3.688-3.866c0,0-1.096-1.505-2.386-0.211l-2.447,2.652l6.179,6.058l2.385-2.446C29.382,6.871,30.577,5.933,29.339,4.685z%20M4.211,19.755l6.695,5.786l14.702-14.597l-6.548-6.223L4.211,19.755z%20M0.099,29.918l2.958-0.604l-2.193-2.391L0.099,29.918z%20M1.554,25.345l3.229,3.319l4.512-1.43l-6.646-5.828L1.554,25.345z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-4 .post-format-standard .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M29.339,4.685l-3.688-3.866c0,0-1.096-1.505-2.386-0.211l-2.447,2.652l6.179,6.058l2.385-2.446C29.382,6.871,30.577,5.933,29.339,4.685z%20M4.211,19.755l6.695,5.786l14.702-14.597l-6.548-6.223L4.211,19.755z%20M0.099,29.918l2.958-0.604l-2.193-2.391L0.099,29.918z%20M1.554,25.345l3.229,3.319l4.512-1.43l-6.646-5.828L1.554,25.345z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-5 .post-format-standard .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M29.339,4.685l-3.688-3.866c0,0-1.096-1.505-2.386-0.211l-2.447,2.652l6.179,6.058l2.385-2.446C29.382,6.871,30.577,5.933,29.339,4.685z%20M4.211,19.755l6.695,5.786l14.702-14.597l-6.548-6.223L4.211,19.755z%20M0.099,29.918l2.958-0.604l-2.193-2.391L0.099,29.918z%20M1.554,25.345l3.229,3.319l4.512-1.43l-6.646-5.828L1.554,25.345z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-standard .no-avatar:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130'%20d='M29.339,4.685l-3.688-3.866c0,0-1.096-1.505-2.386-0.211l-2.447,2.652l6.179,6.058l2.385-2.446C29.382,6.871,30.577,5.933,29.339,4.685z%20M4.211,19.755l6.695,5.786l14.702-14.597l-6.548-6.223L4.211,19.755z%20M0.099,29.918l2.958-0.604l-2.193-2.391L0.099,29.918z%20M1.554,25.345l3.229,3.319l4.512-1.43l-6.646-5.828L1.554,25.345z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-video .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M20.064,18.779c0,1.578-2.571,3.68-4.129,3.68H4.092C2.536,22.456,0,19.929,0,18.351v-6.701c0-1.577,2.536-4.108,4.092-4.108h11.884c1.556,0,3.928,2.19,3.928,3.766L20.064,18.779z%20M30,7.542l-8.532,4.225v6.935L30,22.456V7.542z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.sidebar-content .post-format-video .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M20.064,18.779c0,1.578-2.571,3.68-4.129,3.68H4.092C2.536,22.456,0,19.929,0,18.351v-6.701c0-1.577,2.536-4.108,4.092-4.108h11.884c1.556,0,3.928,2.19,3.928,3.766L20.064,18.779z%20M30,7.542l-8.532,4.225v6.935L30,22.456V7.542z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.footer .post-format-video .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M20.064,18.779c0,1.578-2.571,3.68-4.129,3.68H4.092C2.536,22.456,0,19.929,0,18.351v-6.701c0-1.577,2.536-4.108,4.092-4.108h11.884c1.556,0,3.928,2.19,3.928,3.766L20.064,18.779z%20M30,7.542l-8.532,4.225v6.935L30,22.456V7.542z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-1 .post-format-video .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M20.064,18.779c0,1.578-2.571,3.68-4.129,3.68H4.092C2.536,22.456,0,19.929,0,18.351v-6.701c0-1.577,2.536-4.108,4.092-4.108h11.884c1.556,0,3.928,2.19,3.928,3.766L20.064,18.779z%20M30,7.542l-8.532,4.225v6.935L30,22.456V7.542z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-2 .post-format-video .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M20.064,18.779c0,1.578-2.571,3.68-4.129,3.68H4.092C2.536,22.456,0,19.929,0,18.351v-6.701c0-1.577,2.536-4.108,4.092-4.108h11.884c1.556,0,3.928,2.19,3.928,3.766L20.064,18.779z%20M30,7.542l-8.532,4.225v6.935L30,22.456V7.542z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-3 .post-format-video .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M20.064,18.779c0,1.578-2.571,3.68-4.129,3.68H4.092C2.536,22.456,0,19.929,0,18.351v-6.701c0-1.577,2.536-4.108,4.092-4.108h11.884c1.556,0,3.928,2.19,3.928,3.766L20.064,18.779z%20M30,7.542l-8.532,4.225v6.935L30,22.456V7.542z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-4 .post-format-video .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M20.064,18.779c0,1.578-2.571,3.68-4.129,3.68H4.092C2.536,22.456,0,19.929,0,18.351v-6.701c0-1.577,2.536-4.108,4.092-4.108h11.884c1.556,0,3.928,2.19,3.928,3.766L20.064,18.779z%20M30,7.542l-8.532,4.225v6.935L30,22.456V7.542z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-5 .post-format-video .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M20.064,18.779c0,1.578-2.571,3.68-4.129,3.68H4.092C2.536,22.456,0,19.929,0,18.351v-6.701c0-1.577,2.536-4.108,4.092-4.108h11.884c1.556,0,3.928,2.19,3.928,3.766L20.064,18.779z%20M30,7.542l-8.532,4.225v6.935L30,22.456V7.542z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-video .no-avatar:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130'%20d='M20.064,18.779c0,1.578-2.571,3.68-4.129,3.68H4.092C2.536,22.456,0,19.929,0,18.351v-6.701c0-1.577,2.536-4.108,4.092-4.108h11.884c1.556,0,3.928,2.19,3.928,3.766L20.064,18.779z%20M30,7.542l-8.532,4.225v6.935L30,22.456V7.542z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-audio .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M16.731,0h-4.148l-0.067,19.533c-5.163-1.259-9.145,2.861-7.45,7.35c1.759,5.273,11.66,3.689,11.669-3.43c0-1.735,0-9.001-0.005-15.583c3.56,2.774,6.912,4.513,6.246,9.208C30.76,7.142,16.731,4.848,16.731,0z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.sidebar-content .post-format-audio .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M16.731,0h-4.148l-0.067,19.533c-5.163-1.259-9.145,2.861-7.45,7.35c1.759,5.273,11.66,3.689,11.669-3.43c0-1.735,0-9.001-0.005-15.583c3.56,2.774,6.912,4.513,6.246,9.208C30.76,7.142,16.731,4.848,16.731,0z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.footer .post-format-audio .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M16.731,0h-4.148l-0.067,19.533c-5.163-1.259-9.145,2.861-7.45,7.35c1.759,5.273,11.66,3.689,11.669-3.43c0-1.735,0-9.001-0.005-15.583c3.56,2.774,6.912,4.513,6.246,9.208C30.76,7.142,16.731,4.848,16.731,0z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-1 .post-format-audio .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M16.731,0h-4.148l-0.067,19.533c-5.163-1.259-9.145,2.861-7.45,7.35c1.759,5.273,11.66,3.689,11.669-3.43c0-1.735,0-9.001-0.005-15.583c3.56,2.774,6.912,4.513,6.246,9.208C30.76,7.142,16.731,4.848,16.731,0z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-2 .post-format-audio .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M16.731,0h-4.148l-0.067,19.533c-5.163-1.259-9.145,2.861-7.45,7.35c1.759,5.273,11.66,3.689,11.669-3.43c0-1.735,0-9.001-0.005-15.583c3.56,2.774,6.912,4.513,6.246,9.208C30.76,7.142,16.731,4.848,16.731,0z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-3 .post-format-audio .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M16.731,0h-4.148l-0.067,19.533c-5.163-1.259-9.145,2.861-7.45,7.35c1.759,5.273,11.66,3.689,11.669-3.43c0-1.735,0-9.001-0.005-15.583c3.56,2.774,6.912,4.513,6.246,9.208C30.76,7.142,16.731,4.848,16.731,0z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-4 .post-format-audio .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M16.731,0h-4.148l-0.067,19.533c-5.163-1.259-9.145,2.861-7.45,7.35c1.759,5.273,11.66,3.689,11.669-3.43c0-1.735,0-9.001-0.005-15.583c3.56,2.774,6.912,4.513,6.246,9.208C30.76,7.142,16.731,4.848,16.731,0z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-5 .post-format-audio .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M16.731,0h-4.148l-0.067,19.533c-5.163-1.259-9.145,2.861-7.45,7.35c1.759,5.273,11.66,3.689,11.669-3.43c0-1.735,0-9.001-0.005-15.583c3.56,2.774,6.912,4.513,6.246,9.208C30.76,7.142,16.731,4.848,16.731,0z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-audio .no-avatar:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130'%20d='M16.731,0h-4.148l-0.067,19.533c-5.163-1.259-9.145,2.861-7.45,7.35c1.759,5.273,11.66,3.689,11.669-3.43c0-1.735,0-9.001-0.005-15.583c3.56,2.774,6.912,4.513,6.246,9.208C30.76,7.142,16.731,4.848,16.731,0z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-gallery .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M10.469,14.073c0-1.08,0.835-1.959,1.869-1.959s1.869,0.879,1.869,1.959c0,1.084-0.835,1.962-1.869,1.962S10.469,15.157,10.469,14.073z%20M19.954,14.139l-3.102,4.619l-1.682-1.822l-4.757,5.662h14.862%09L19.954,14.139z%20M25.168,7.521V2.51H0v19.97h4.778v5.01h25.24V7.521H25.168z%20M2.449,19.914V5.079h20.266v2.442H4.778v12.394H2.449L2.449,19.914z%20M27.573,24.922H7.229V10.089h20.344V24.922z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.sidebar-content .post-format-gallery .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M10.469,14.073c0-1.08,0.835-1.959,1.869-1.959s1.869,0.879,1.869,1.959c0,1.084-0.835,1.962-1.869,1.962S10.469,15.157,10.469,14.073z%20M19.954,14.139l-3.102,4.619l-1.682-1.822l-4.757,5.662h14.862%09L19.954,14.139z%20M25.168,7.521V2.51H0v19.97h4.778v5.01h25.24V7.521H25.168z%20M2.449,19.914V5.079h20.266v2.442H4.778v12.394H2.449L2.449,19.914z%20M27.573,24.922H7.229V10.089h20.344V24.922z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.footer .post-format-gallery .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M10.469,14.073c0-1.08,0.835-1.959,1.869-1.959s1.869,0.879,1.869,1.959c0,1.084-0.835,1.962-1.869,1.962S10.469,15.157,10.469,14.073z%20M19.954,14.139l-3.102,4.619l-1.682-1.822l-4.757,5.662h14.862%09L19.954,14.139z%20M25.168,7.521V2.51H0v19.97h4.778v5.01h25.24V7.521H25.168z%20M2.449,19.914V5.079h20.266v2.442H4.778v12.394H2.449L2.449,19.914z%20M27.573,24.922H7.229V10.089h20.344V24.922z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-1 .post-format-gallery .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M10.469,14.073c0-1.08,0.835-1.959,1.869-1.959s1.869,0.879,1.869,1.959c0,1.084-0.835,1.962-1.869,1.962S10.469,15.157,10.469,14.073z%20M19.954,14.139l-3.102,4.619l-1.682-1.822l-4.757,5.662h14.862%09L19.954,14.139z%20M25.168,7.521V2.51H0v19.97h4.778v5.01h25.24V7.521H25.168z%20M2.449,19.914V5.079h20.266v2.442H4.778v12.394H2.449L2.449,19.914z%20M27.573,24.922H7.229V10.089h20.344V24.922z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-2 .post-format-gallery .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M10.469,14.073c0-1.08,0.835-1.959,1.869-1.959s1.869,0.879,1.869,1.959c0,1.084-0.835,1.962-1.869,1.962S10.469,15.157,10.469,14.073z%20M19.954,14.139l-3.102,4.619l-1.682-1.822l-4.757,5.662h14.862%09L19.954,14.139z%20M25.168,7.521V2.51H0v19.97h4.778v5.01h25.24V7.521H25.168z%20M2.449,19.914V5.079h20.266v2.442H4.778v12.394H2.449L2.449,19.914z%20M27.573,24.922H7.229V10.089h20.344V24.922z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-3 .post-format-gallery .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M10.469,14.073c0-1.08,0.835-1.959,1.869-1.959s1.869,0.879,1.869,1.959c0,1.084-0.835,1.962-1.869,1.962S10.469,15.157,10.469,14.073z%20M19.954,14.139l-3.102,4.619l-1.682-1.822l-4.757,5.662h14.862%09L19.954,14.139z%20M25.168,7.521V2.51H0v19.97h4.778v5.01h25.24V7.521H25.168z%20M2.449,19.914V5.079h20.266v2.442H4.778v12.394H2.449L2.449,19.914z%20M27.573,24.922H7.229V10.089h20.344V24.922z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-4 .post-format-gallery .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M10.469,14.073c0-1.08,0.835-1.959,1.869-1.959s1.869,0.879,1.869,1.959c0,1.084-0.835,1.962-1.869,1.962S10.469,15.157,10.469,14.073z%20M19.954,14.139l-3.102,4.619l-1.682-1.822l-4.757,5.662h14.862%09L19.954,14.139z%20M25.168,7.521V2.51H0v19.97h4.778v5.01h25.24V7.521H25.168z%20M2.449,19.914V5.079h20.266v2.442H4.778v12.394H2.449L2.449,19.914z%20M27.573,24.922H7.229V10.089h20.344V24.922z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-5 .post-format-gallery .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M10.469,14.073c0-1.08,0.835-1.959,1.869-1.959s1.869,0.879,1.869,1.959c0,1.084-0.835,1.962-1.869,1.962S10.469,15.157,10.469,14.073z%20M19.954,14.139l-3.102,4.619l-1.682-1.822l-4.757,5.662h14.862%09L19.954,14.139z%20M25.168,7.521V2.51H0v19.97h4.778v5.01h25.24V7.521H25.168z%20M2.449,19.914V5.079h20.266v2.442H4.778v12.394H2.449L2.449,19.914z%20M27.573,24.922H7.229V10.089h20.344V24.922z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-gallery .no-avatar:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130'%20d='M10.469,14.073c0-1.08,0.835-1.959,1.869-1.959s1.869,0.879,1.869,1.959c0,1.084-0.835,1.962-1.869,1.962S10.469,15.157,10.469,14.073z%20M19.954,14.139l-3.102,4.619l-1.682-1.822l-4.757,5.662h14.862%09L19.954,14.139z%20M25.168,7.521V2.51H0v19.97h4.778v5.01h25.24V7.521H25.168z%20M2.449,19.914V5.079h20.266v2.442H4.778v12.394H2.449L2.449,19.914z%20M27.573,24.922H7.229V10.089h20.344V24.922z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-quote .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M13.511,19.56c-0.132-0.674-0.276-1.658-1.013-2.671c-0.744-1.022-1.257-1.488-2.252-1.808c-0.875-0.283-2.213-0.407-3.501-0.08l-1.801,0.42c0.224-2.335,1.255-3.524,2.672-5.162c1.417-1.638,3.389-2.864,5.896-4.099l-1.993-2.995C8.353,4.579,5.647,6.66,3.405,9.401c-2.246,2.748-3.368,5.467-3.368,8.164c0,2.897,0.65,5.172,1.957,6.812c1.306,1.644,3.173,2.458,5.604,2.458c1.548,0,3.116-0.347,4.253-1.418c1.137-1.084,1.324-2.051,1.534-2.815C13.678,21.557,13.729,20.661,13.511,19.56z'/%3E%3Cpath%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M29.828,19.56c-0.133-0.674-0.276-1.658-1.014-2.671c-0.742-1.022-1.254-1.488-2.25-1.808c-0.88-0.283-2.216-0.407-3.505-0.08l-1.802,0.42c0.225-2.335,1.261-3.524,2.676-5.162c1.42-1.638,3.392-2.864,5.895-4.099l-1.993-2.995c-3.164,1.414-5.868,3.495-8.113,6.236c-2.245,2.748-3.368,5.465-3.368,8.164c0,2.897,0.65,5.172,1.958,6.812c1.306,1.644,3.171,2.458,5.605,2.458c1.545,0,3.113-0.347,4.25-1.418c1.138-1.084,1.321-2.051,1.534-2.815C29.995,21.557,30.048,20.661,29.828,19.56z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.sidebar-content .post-format-quote .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M13.511,19.56c-0.132-0.674-0.276-1.658-1.013-2.671c-0.744-1.022-1.257-1.488-2.252-1.808c-0.875-0.283-2.213-0.407-3.501-0.08l-1.801,0.42c0.224-2.335,1.255-3.524,2.672-5.162c1.417-1.638,3.389-2.864,5.896-4.099l-1.993-2.995C8.353,4.579,5.647,6.66,3.405,9.401c-2.246,2.748-3.368,5.467-3.368,8.164c0,2.897,0.65,5.172,1.957,6.812c1.306,1.644,3.173,2.458,5.604,2.458c1.548,0,3.116-0.347,4.253-1.418c1.137-1.084,1.324-2.051,1.534-2.815C13.678,21.557,13.729,20.661,13.511,19.56z'/%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M29.828,19.56c-0.133-0.674-0.276-1.658-1.014-2.671c-0.742-1.022-1.254-1.488-2.25-1.808c-0.88-0.283-2.216-0.407-3.505-0.08l-1.802,0.42c0.225-2.335,1.261-3.524,2.676-5.162c1.42-1.638,3.392-2.864,5.895-4.099l-1.993-2.995c-3.164,1.414-5.868,3.495-8.113,6.236c-2.245,2.748-3.368,5.465-3.368,8.164c0,2.897,0.65,5.172,1.958,6.812c1.306,1.644,3.171,2.458,5.605,2.458c1.545,0,3.113-0.347,4.25-1.418c1.138-1.084,1.321-2.051,1.534-2.815C29.995,21.557,30.048,20.661,29.828,19.56z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.footer .post-format-quote .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M13.511,19.56c-0.132-0.674-0.276-1.658-1.013-2.671c-0.744-1.022-1.257-1.488-2.252-1.808c-0.875-0.283-2.213-0.407-3.501-0.08l-1.801,0.42c0.224-2.335,1.255-3.524,2.672-5.162c1.417-1.638,3.389-2.864,5.896-4.099l-1.993-2.995C8.353,4.579,5.647,6.66,3.405,9.401c-2.246,2.748-3.368,5.467-3.368,8.164c0,2.897,0.65,5.172,1.957,6.812c1.306,1.644,3.173,2.458,5.604,2.458c1.548,0,3.116-0.347,4.253-1.418c1.137-1.084,1.324-2.051,1.534-2.815C13.678,21.557,13.729,20.661,13.511,19.56z'/%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M29.828,19.56c-0.133-0.674-0.276-1.658-1.014-2.671c-0.742-1.022-1.254-1.488-2.25-1.808c-0.88-0.283-2.216-0.407-3.505-0.08l-1.802,0.42c0.225-2.335,1.261-3.524,2.676-5.162c1.42-1.638,3.392-2.864,5.895-4.099l-1.993-2.995c-3.164,1.414-5.868,3.495-8.113,6.236c-2.245,2.748-3.368,5.465-3.368,8.164c0,2.897,0.65,5.172,1.958,6.812c1.306,1.644,3.171,2.458,5.605,2.458c1.545,0,3.113-0.347,4.25-1.418c1.138-1.084,1.321-2.051,1.534-2.815C29.995,21.557,30.048,20.661,29.828,19.56z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-1 .post-format-quote .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M13.511,19.56c-0.132-0.674-0.276-1.658-1.013-2.671c-0.744-1.022-1.257-1.488-2.252-1.808c-0.875-0.283-2.213-0.407-3.501-0.08l-1.801,0.42c0.224-2.335,1.255-3.524,2.672-5.162c1.417-1.638,3.389-2.864,5.896-4.099l-1.993-2.995C8.353,4.579,5.647,6.66,3.405,9.401c-2.246,2.748-3.368,5.467-3.368,8.164c0,2.897,0.65,5.172,1.957,6.812c1.306,1.644,3.173,2.458,5.604,2.458c1.548,0,3.116-0.347,4.253-1.418c1.137-1.084,1.324-2.051,1.534-2.815C13.678,21.557,13.729,20.661,13.511,19.56z'/%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M29.828,19.56c-0.133-0.674-0.276-1.658-1.014-2.671c-0.742-1.022-1.254-1.488-2.25-1.808c-0.88-0.283-2.216-0.407-3.505-0.08l-1.802,0.42c0.225-2.335,1.261-3.524,2.676-5.162c1.42-1.638,3.392-2.864,5.895-4.099l-1.993-2.995c-3.164,1.414-5.868,3.495-8.113,6.236c-2.245,2.748-3.368,5.465-3.368,8.164c0,2.897,0.65,5.172,1.958,6.812c1.306,1.644,3.171,2.458,5.605,2.458c1.545,0,3.113-0.347,4.25-1.418c1.138-1.084,1.321-2.051,1.534-2.815C29.995,21.557,30.048,20.661,29.828,19.56z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-2 .post-format-quote .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M13.511,19.56c-0.132-0.674-0.276-1.658-1.013-2.671c-0.744-1.022-1.257-1.488-2.252-1.808c-0.875-0.283-2.213-0.407-3.501-0.08l-1.801,0.42c0.224-2.335,1.255-3.524,2.672-5.162c1.417-1.638,3.389-2.864,5.896-4.099l-1.993-2.995C8.353,4.579,5.647,6.66,3.405,9.401c-2.246,2.748-3.368,5.467-3.368,8.164c0,2.897,0.65,5.172,1.957,6.812c1.306,1.644,3.173,2.458,5.604,2.458c1.548,0,3.116-0.347,4.253-1.418c1.137-1.084,1.324-2.051,1.534-2.815C13.678,21.557,13.729,20.661,13.511,19.56z'/%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M29.828,19.56c-0.133-0.674-0.276-1.658-1.014-2.671c-0.742-1.022-1.254-1.488-2.25-1.808c-0.88-0.283-2.216-0.407-3.505-0.08l-1.802,0.42c0.225-2.335,1.261-3.524,2.676-5.162c1.42-1.638,3.392-2.864,5.895-4.099l-1.993-2.995c-3.164,1.414-5.868,3.495-8.113,6.236c-2.245,2.748-3.368,5.465-3.368,8.164c0,2.897,0.65,5.172,1.958,6.812c1.306,1.644,3.171,2.458,5.605,2.458c1.545,0,3.113-0.347,4.25-1.418c1.138-1.084,1.321-2.051,1.534-2.815C29.995,21.557,30.048,20.661,29.828,19.56z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-3 .post-format-quote .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M13.511,19.56c-0.132-0.674-0.276-1.658-1.013-2.671c-0.744-1.022-1.257-1.488-2.252-1.808c-0.875-0.283-2.213-0.407-3.501-0.08l-1.801,0.42c0.224-2.335,1.255-3.524,2.672-5.162c1.417-1.638,3.389-2.864,5.896-4.099l-1.993-2.995C8.353,4.579,5.647,6.66,3.405,9.401c-2.246,2.748-3.368,5.467-3.368,8.164c0,2.897,0.65,5.172,1.957,6.812c1.306,1.644,3.173,2.458,5.604,2.458c1.548,0,3.116-0.347,4.253-1.418c1.137-1.084,1.324-2.051,1.534-2.815C13.678,21.557,13.729,20.661,13.511,19.56z'/%3E%3Cpath%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M29.828,19.56c-0.133-0.674-0.276-1.658-1.014-2.671c-0.742-1.022-1.254-1.488-2.25-1.808c-0.88-0.283-2.216-0.407-3.505-0.08l-1.802,0.42c0.225-2.335,1.261-3.524,2.676-5.162c1.42-1.638,3.392-2.864,5.895-4.099l-1.993-2.995c-3.164,1.414-5.868,3.495-8.113,6.236c-2.245,2.748-3.368,5.465-3.368,8.164c0,2.897,0.65,5.172,1.958,6.812c1.306,1.644,3.171,2.458,5.605,2.458c1.545,0,3.113-0.347,4.25-1.418c1.138-1.084,1.321-2.051,1.534-2.815C29.995,21.557,30.048,20.661,29.828,19.56z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-4 .post-format-quote .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M13.511,19.56c-0.132-0.674-0.276-1.658-1.013-2.671c-0.744-1.022-1.257-1.488-2.252-1.808c-0.875-0.283-2.213-0.407-3.501-0.08l-1.801,0.42c0.224-2.335,1.255-3.524,2.672-5.162c1.417-1.638,3.389-2.864,5.896-4.099l-1.993-2.995C8.353,4.579,5.647,6.66,3.405,9.401c-2.246,2.748-3.368,5.467-3.368,8.164c0,2.897,0.65,5.172,1.957,6.812c1.306,1.644,3.173,2.458,5.604,2.458c1.548,0,3.116-0.347,4.253-1.418c1.137-1.084,1.324-2.051,1.534-2.815C13.678,21.557,13.729,20.661,13.511,19.56z'/%3E%3Cpath%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M29.828,19.56c-0.133-0.674-0.276-1.658-1.014-2.671c-0.742-1.022-1.254-1.488-2.25-1.808c-0.88-0.283-2.216-0.407-3.505-0.08l-1.802,0.42c0.225-2.335,1.261-3.524,2.676-5.162c1.42-1.638,3.392-2.864,5.895-4.099l-1.993-2.995c-3.164,1.414-5.868,3.495-8.113,6.236c-2.245,2.748-3.368,5.465-3.368,8.164c0,2.897,0.65,5.172,1.958,6.812c1.306,1.644,3.171,2.458,5.605,2.458c1.545,0,3.113-0.347,4.25-1.418c1.138-1.084,1.321-2.051,1.534-2.815C29.995,21.557,30.048,20.661,29.828,19.56z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-5 .post-format-quote .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M13.511,19.56c-0.132-0.674-0.276-1.658-1.013-2.671c-0.744-1.022-1.257-1.488-2.252-1.808c-0.875-0.283-2.213-0.407-3.501-0.08l-1.801,0.42c0.224-2.335,1.255-3.524,2.672-5.162c1.417-1.638,3.389-2.864,5.896-4.099l-1.993-2.995C8.353,4.579,5.647,6.66,3.405,9.401c-2.246,2.748-3.368,5.467-3.368,8.164c0,2.897,0.65,5.172,1.957,6.812c1.306,1.644,3.173,2.458,5.604,2.458c1.548,0,3.116-0.347,4.253-1.418c1.137-1.084,1.324-2.051,1.534-2.815C13.678,21.557,13.729,20.661,13.511,19.56z'/%3E%3Cpath%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M29.828,19.56c-0.133-0.674-0.276-1.658-1.014-2.671c-0.742-1.022-1.254-1.488-2.25-1.808c-0.88-0.283-2.216-0.407-3.505-0.08l-1.802,0.42c0.225-2.335,1.261-3.524,2.676-5.162c1.42-1.638,3.392-2.864,5.895-4.099l-1.993-2.995c-3.164,1.414-5.868,3.495-8.113,6.236c-2.245,2.748-3.368,5.465-3.368,8.164c0,2.897,0.65,5.172,1.958,6.812c1.306,1.644,3.171,2.458,5.605,2.458c1.545,0,3.113-0.347,4.25-1.418c1.138-1.084,1.321-2.051,1.534-2.815C29.995,21.557,30.048,20.661,29.828,19.56z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-quote .no-avatar:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130'%20d='M13.511,19.56c-0.132-0.674-0.276-1.658-1.013-2.671c-0.744-1.022-1.257-1.488-2.252-1.808c-0.875-0.283-2.213-0.407-3.501-0.08l-1.801,0.42c0.224-2.335,1.255-3.524,2.672-5.162c1.417-1.638,3.389-2.864,5.896-4.099l-1.993-2.995C8.353,4.579,5.647,6.66,3.405,9.401c-2.246,2.748-3.368,5.467-3.368,8.164c0,2.897,0.65,5.172,1.957,6.812c1.306,1.644,3.173,2.458,5.604,2.458c1.548,0,3.116-0.347,4.253-1.418c1.137-1.084,1.324-2.051,1.534-2.815C13.678,21.557,13.729,20.661,13.511,19.56z'/%3E%3Cpath%20fill='%23df9130'%20d='M29.828,19.56c-0.133-0.674-0.276-1.658-1.014-2.671c-0.742-1.022-1.254-1.488-2.25-1.808c-0.88-0.283-2.216-0.407-3.505-0.08l-1.802,0.42c0.225-2.335,1.261-3.524,2.676-5.162c1.42-1.638,3.392-2.864,5.895-4.099l-1.993-2.995c-3.164,1.414-5.868,3.495-8.113,6.236c-2.245,2.748-3.368,5.465-3.368,8.164c0,2.897,0.65,5.172,1.958,6.812c1.306,1.644,3.171,2.458,5.605,2.458c1.545,0,3.113-0.347,4.25-1.418c1.138-1.084,1.321-2.051,1.534-2.815C29.995,21.557,30.048,20.661,29.828,19.56z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-link .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M7.713,10.871c0.552-0.547,1.159-0.998,1.804-1.356c3.604-1.986,8.228-0.93,10.541,2.586l-2.795,2.801c-0.809-1.833-2.801-2.873-4.787-2.432c-0.753,0.169-1.463,0.541-2.043,1.124l-5.376,5.369c-1.629,1.633-1.629,4.286,0,5.919c1.631,1.626,4.285,1.626,5.917,0l1.656-1.662c1.507,0.601,3.127,0.838,4.715,0.723l-3.657,3.649c-3.132,3.138-8.213,3.138-11.35,0c-3.133-3.133-3.133-8.21,0-11.346L7.713,10.871z%20M16.25,2.343l-3.659,3.653c1.592-0.12,3.211,0.116,4.718,0.715l1.654-1.655c1.632-1.629,4.284-1.629,5.916,0c1.631,1.632,1.631,4.287,0,5.916l-5.372,5.373c-1.634,1.64-4.295,1.625-5.918,0c-0.378-0.378-0.704-0.85-0.909-1.31l-2.803,2.801c0.295,0.454,0.601,0.838,0.995,1.23c1.012,1.009,2.302,1.773,3.788,2.129c1.924,0.46,3.986,0.204,5.758-0.773c0.645-0.358,1.253-0.809,1.8-1.355l5.368-5.373c3.145-3.132,3.145-8.216,0-11.351C24.464-0.793,19.38-0.793,16.25,2.343z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.sidebar-content .post-format-link .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M7.713,10.871c0.552-0.547,1.159-0.998,1.804-1.356c3.604-1.986,8.228-0.93,10.541,2.586l-2.795,2.801c-0.809-1.833-2.801-2.873-4.787-2.432c-0.753,0.169-1.463,0.541-2.043,1.124l-5.376,5.369c-1.629,1.633-1.629,4.286,0,5.919c1.631,1.626,4.285,1.626,5.917,0l1.656-1.662c1.507,0.601,3.127,0.838,4.715,0.723l-3.657,3.649c-3.132,3.138-8.213,3.138-11.35,0c-3.133-3.133-3.133-8.21,0-11.346L7.713,10.871z%20M16.25,2.343l-3.659,3.653c1.592-0.12,3.211,0.116,4.718,0.715l1.654-1.655c1.632-1.629,4.284-1.629,5.916,0c1.631,1.632,1.631,4.287,0,5.916l-5.372,5.373c-1.634,1.64-4.295,1.625-5.918,0c-0.378-0.378-0.704-0.85-0.909-1.31l-2.803,2.801c0.295,0.454,0.601,0.838,0.995,1.23c1.012,1.009,2.302,1.773,3.788,2.129c1.924,0.46,3.986,0.204,5.758-0.773c0.645-0.358,1.253-0.809,1.8-1.355l5.368-5.373c3.145-3.132,3.145-8.216,0-11.351C24.464-0.793,19.38-0.793,16.25,2.343z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.footer .post-format-link .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M7.713,10.871c0.552-0.547,1.159-0.998,1.804-1.356c3.604-1.986,8.228-0.93,10.541,2.586l-2.795,2.801c-0.809-1.833-2.801-2.873-4.787-2.432c-0.753,0.169-1.463,0.541-2.043,1.124l-5.376,5.369c-1.629,1.633-1.629,4.286,0,5.919c1.631,1.626,4.285,1.626,5.917,0l1.656-1.662c1.507,0.601,3.127,0.838,4.715,0.723l-3.657,3.649c-3.132,3.138-8.213,3.138-11.35,0c-3.133-3.133-3.133-8.21,0-11.346L7.713,10.871z%20M16.25,2.343l-3.659,3.653c1.592-0.12,3.211,0.116,4.718,0.715l1.654-1.655c1.632-1.629,4.284-1.629,5.916,0c1.631,1.632,1.631,4.287,0,5.916l-5.372,5.373c-1.634,1.64-4.295,1.625-5.918,0c-0.378-0.378-0.704-0.85-0.909-1.31l-2.803,2.801c0.295,0.454,0.601,0.838,0.995,1.23c1.012,1.009,2.302,1.773,3.788,2.129c1.924,0.46,3.986,0.204,5.758-0.773c0.645-0.358,1.253-0.809,1.8-1.355l5.368-5.373c3.145-3.132,3.145-8.216,0-11.351C24.464-0.793,19.38-0.793,16.25,2.343z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-1 .post-format-link .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M7.713,10.871c0.552-0.547,1.159-0.998,1.804-1.356c3.604-1.986,8.228-0.93,10.541,2.586l-2.795,2.801c-0.809-1.833-2.801-2.873-4.787-2.432c-0.753,0.169-1.463,0.541-2.043,1.124l-5.376,5.369c-1.629,1.633-1.629,4.286,0,5.919c1.631,1.626,4.285,1.626,5.917,0l1.656-1.662c1.507,0.601,3.127,0.838,4.715,0.723l-3.657,3.649c-3.132,3.138-8.213,3.138-11.35,0c-3.133-3.133-3.133-8.21,0-11.346L7.713,10.871z%20M16.25,2.343l-3.659,3.653c1.592-0.12,3.211,0.116,4.718,0.715l1.654-1.655c1.632-1.629,4.284-1.629,5.916,0c1.631,1.632,1.631,4.287,0,5.916l-5.372,5.373c-1.634,1.64-4.295,1.625-5.918,0c-0.378-0.378-0.704-0.85-0.909-1.31l-2.803,2.801c0.295,0.454,0.601,0.838,0.995,1.23c1.012,1.009,2.302,1.773,3.788,2.129c1.924,0.46,3.986,0.204,5.758-0.773c0.645-0.358,1.253-0.809,1.8-1.355l5.368-5.373c3.145-3.132,3.145-8.216,0-11.351C24.464-0.793,19.38-0.793,16.25,2.343z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-2 .post-format-link .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M7.713,10.871c0.552-0.547,1.159-0.998,1.804-1.356c3.604-1.986,8.228-0.93,10.541,2.586l-2.795,2.801c-0.809-1.833-2.801-2.873-4.787-2.432c-0.753,0.169-1.463,0.541-2.043,1.124l-5.376,5.369c-1.629,1.633-1.629,4.286,0,5.919c1.631,1.626,4.285,1.626,5.917,0l1.656-1.662c1.507,0.601,3.127,0.838,4.715,0.723l-3.657,3.649c-3.132,3.138-8.213,3.138-11.35,0c-3.133-3.133-3.133-8.21,0-11.346L7.713,10.871z%20M16.25,2.343l-3.659,3.653c1.592-0.12,3.211,0.116,4.718,0.715l1.654-1.655c1.632-1.629,4.284-1.629,5.916,0c1.631,1.632,1.631,4.287,0,5.916l-5.372,5.373c-1.634,1.64-4.295,1.625-5.918,0c-0.378-0.378-0.704-0.85-0.909-1.31l-2.803,2.801c0.295,0.454,0.601,0.838,0.995,1.23c1.012,1.009,2.302,1.773,3.788,2.129c1.924,0.46,3.986,0.204,5.758-0.773c0.645-0.358,1.253-0.809,1.8-1.355l5.368-5.373c3.145-3.132,3.145-8.216,0-11.351C24.464-0.793,19.38-0.793,16.25,2.343z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-3 .post-format-link .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M7.713,10.871c0.552-0.547,1.159-0.998,1.804-1.356c3.604-1.986,8.228-0.93,10.541,2.586l-2.795,2.801c-0.809-1.833-2.801-2.873-4.787-2.432c-0.753,0.169-1.463,0.541-2.043,1.124l-5.376,5.369c-1.629,1.633-1.629,4.286,0,5.919c1.631,1.626,4.285,1.626,5.917,0l1.656-1.662c1.507,0.601,3.127,0.838,4.715,0.723l-3.657,3.649c-3.132,3.138-8.213,3.138-11.35,0c-3.133-3.133-3.133-8.21,0-11.346L7.713,10.871z%20M16.25,2.343l-3.659,3.653c1.592-0.12,3.211,0.116,4.718,0.715l1.654-1.655c1.632-1.629,4.284-1.629,5.916,0c1.631,1.632,1.631,4.287,0,5.916l-5.372,5.373c-1.634,1.64-4.295,1.625-5.918,0c-0.378-0.378-0.704-0.85-0.909-1.31l-2.803,2.801c0.295,0.454,0.601,0.838,0.995,1.23c1.012,1.009,2.302,1.773,3.788,2.129c1.924,0.46,3.986,0.204,5.758-0.773c0.645-0.358,1.253-0.809,1.8-1.355l5.368-5.373c3.145-3.132,3.145-8.216,0-11.351C24.464-0.793,19.38-0.793,16.25,2.343z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-4 .post-format-link .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M7.713,10.871c0.552-0.547,1.159-0.998,1.804-1.356c3.604-1.986,8.228-0.93,10.541,2.586l-2.795,2.801c-0.809-1.833-2.801-2.873-4.787-2.432c-0.753,0.169-1.463,0.541-2.043,1.124l-5.376,5.369c-1.629,1.633-1.629,4.286,0,5.919c1.631,1.626,4.285,1.626,5.917,0l1.656-1.662c1.507,0.601,3.127,0.838,4.715,0.723l-3.657,3.649c-3.132,3.138-8.213,3.138-11.35,0c-3.133-3.133-3.133-8.21,0-11.346L7.713,10.871z%20M16.25,2.343l-3.659,3.653c1.592-0.12,3.211,0.116,4.718,0.715l1.654-1.655c1.632-1.629,4.284-1.629,5.916,0c1.631,1.632,1.631,4.287,0,5.916l-5.372,5.373c-1.634,1.64-4.295,1.625-5.918,0c-0.378-0.378-0.704-0.85-0.909-1.31l-2.803,2.801c0.295,0.454,0.601,0.838,0.995,1.23c1.012,1.009,2.302,1.773,3.788,2.129c1.924,0.46,3.986,0.204,5.758-0.773c0.645-0.358,1.253-0.809,1.8-1.355l5.368-5.373c3.145-3.132,3.145-8.216,0-11.351C24.464-0.793,19.38-0.793,16.25,2.343z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-5 .post-format-link .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M7.713,10.871c0.552-0.547,1.159-0.998,1.804-1.356c3.604-1.986,8.228-0.93,10.541,2.586l-2.795,2.801c-0.809-1.833-2.801-2.873-4.787-2.432c-0.753,0.169-1.463,0.541-2.043,1.124l-5.376,5.369c-1.629,1.633-1.629,4.286,0,5.919c1.631,1.626,4.285,1.626,5.917,0l1.656-1.662c1.507,0.601,3.127,0.838,4.715,0.723l-3.657,3.649c-3.132,3.138-8.213,3.138-11.35,0c-3.133-3.133-3.133-8.21,0-11.346L7.713,10.871z%20M16.25,2.343l-3.659,3.653c1.592-0.12,3.211,0.116,4.718,0.715l1.654-1.655c1.632-1.629,4.284-1.629,5.916,0c1.631,1.632,1.631,4.287,0,5.916l-5.372,5.373c-1.634,1.64-4.295,1.625-5.918,0c-0.378-0.378-0.704-0.85-0.909-1.31l-2.803,2.801c0.295,0.454,0.601,0.838,0.995,1.23c1.012,1.009,2.302,1.773,3.788,2.129c1.924,0.46,3.986,0.204,5.758-0.773c0.645-0.358,1.253-0.809,1.8-1.355l5.368-5.373c3.145-3.132,3.145-8.216,0-11.351C24.464-0.793,19.38-0.793,16.25,2.343z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-link .no-avatar:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130'%20d='M7.713,10.871c0.552-0.547,1.159-0.998,1.804-1.356c3.604-1.986,8.228-0.93,10.541,2.586l-2.795,2.801c-0.809-1.833-2.801-2.873-4.787-2.432c-0.753,0.169-1.463,0.541-2.043,1.124l-5.376,5.369c-1.629,1.633-1.629,4.286,0,5.919c1.631,1.626,4.285,1.626,5.917,0l1.656-1.662c1.507,0.601,3.127,0.838,4.715,0.723l-3.657,3.649c-3.132,3.138-8.213,3.138-11.35,0c-3.133-3.133-3.133-8.21,0-11.346L7.713,10.871z%20M16.25,2.343l-3.659,3.653c1.592-0.12,3.211,0.116,4.718,0.715l1.654-1.655c1.632-1.629,4.284-1.629,5.916,0c1.631,1.632,1.631,4.287,0,5.916l-5.372,5.373c-1.634,1.64-4.295,1.625-5.918,0c-0.378-0.378-0.704-0.85-0.909-1.31l-2.803,2.801c0.295,0.454,0.601,0.838,0.995,1.23c1.012,1.009,2.302,1.773,3.788,2.129c1.924,0.46,3.986,0.204,5.758-0.773c0.645-0.358,1.253-0.809,1.8-1.355l5.368-5.373c3.145-3.132,3.145-8.216,0-11.351C24.464-0.793,19.38-0.793,16.25,2.343z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-status .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M15,0.043c-8.261,0-14.957,5.48-14.957,12.236c0,2.959,1.382,5.724,3.632,7.896l-3.632,9.781l10.567-6.036C11.999,24.27,13.447,24.52,15,24.52c8.26,0,14.958-5.48,14.958-12.24C29.957,5.523,23.26,0.043,15,0.043z%20M9.562,14.016c-0.956,0-1.734-0.776-1.734-1.732c0-0.958,0.778-1.734,1.734-1.734c0.953,0,1.731,0.776,1.731,1.734C11.293,13.243,10.515,14.016,9.562,14.016z%20M15,14.016c-0.954,0-1.732-0.776-1.732-1.732c0-0.958,0.778-1.734,1.732-1.734c0.956,0,1.734,0.776,1.734,1.734C16.733,13.243,15.955,14.016,15,14.016z%20M20.441,14.019c-0.957,0-1.734-0.779-1.734-1.734c0-0.958,0.777-1.736,1.734-1.736c0.952,0,1.732,0.778,1.732,1.736C22.174,13.243,21.394,14.019,20.441,14.019z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.sidebar-content .post-format-status .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M15,0.043c-8.261,0-14.957,5.48-14.957,12.236c0,2.959,1.382,5.724,3.632,7.896l-3.632,9.781l10.567-6.036C11.999,24.27,13.447,24.52,15,24.52c8.26,0,14.958-5.48,14.958-12.24C29.957,5.523,23.26,0.043,15,0.043z%20M9.562,14.016c-0.956,0-1.734-0.776-1.734-1.732c0-0.958,0.778-1.734,1.734-1.734c0.953,0,1.731,0.776,1.731,1.734C11.293,13.243,10.515,14.016,9.562,14.016z%20M15,14.016c-0.954,0-1.732-0.776-1.732-1.732c0-0.958,0.778-1.734,1.732-1.734c0.956,0,1.734,0.776,1.734,1.734C16.733,13.243,15.955,14.016,15,14.016z%20M20.441,14.019c-0.957,0-1.734-0.779-1.734-1.734c0-0.958,0.777-1.736,1.734-1.736c0.952,0,1.732,0.778,1.732,1.736C22.174,13.243,21.394,14.019,20.441,14.019z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.footer .post-format-status .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M15,0.043c-8.261,0-14.957,5.48-14.957,12.236c0,2.959,1.382,5.724,3.632,7.896l-3.632,9.781l10.567-6.036C11.999,24.27,13.447,24.52,15,24.52c8.26,0,14.958-5.48,14.958-12.24C29.957,5.523,23.26,0.043,15,0.043z%20M9.562,14.016c-0.956,0-1.734-0.776-1.734-1.732c0-0.958,0.778-1.734,1.734-1.734c0.953,0,1.731,0.776,1.731,1.734C11.293,13.243,10.515,14.016,9.562,14.016z%20M15,14.016c-0.954,0-1.732-0.776-1.732-1.732c0-0.958,0.778-1.734,1.732-1.734c0.956,0,1.734,0.776,1.734,1.734C16.733,13.243,15.955,14.016,15,14.016z%20M20.441,14.019c-0.957,0-1.734-0.779-1.734-1.734c0-0.958,0.777-1.736,1.734-1.736c0.952,0,1.732,0.778,1.732,1.736C22.174,13.243,21.394,14.019,20.441,14.019z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-1 .post-format-status .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M15,0.043c-8.261,0-14.957,5.48-14.957,12.236c0,2.959,1.382,5.724,3.632,7.896l-3.632,9.781l10.567-6.036C11.999,24.27,13.447,24.52,15,24.52c8.26,0,14.958-5.48,14.958-12.24C29.957,5.523,23.26,0.043,15,0.043z%20M9.562,14.016c-0.956,0-1.734-0.776-1.734-1.732c0-0.958,0.778-1.734,1.734-1.734c0.953,0,1.731,0.776,1.731,1.734C11.293,13.243,10.515,14.016,9.562,14.016z%20M15,14.016c-0.954,0-1.732-0.776-1.732-1.732c0-0.958,0.778-1.734,1.732-1.734c0.956,0,1.734,0.776,1.734,1.734C16.733,13.243,15.955,14.016,15,14.016z%20M20.441,14.019c-0.957,0-1.734-0.779-1.734-1.734c0-0.958,0.777-1.736,1.734-1.736c0.952,0,1.732,0.778,1.732,1.736C22.174,13.243,21.394,14.019,20.441,14.019z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-2 .post-format-status .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M15,0.043c-8.261,0-14.957,5.48-14.957,12.236c0,2.959,1.382,5.724,3.632,7.896l-3.632,9.781l10.567-6.036C11.999,24.27,13.447,24.52,15,24.52c8.26,0,14.958-5.48,14.958-12.24C29.957,5.523,23.26,0.043,15,0.043z%20M9.562,14.016c-0.956,0-1.734-0.776-1.734-1.732c0-0.958,0.778-1.734,1.734-1.734c0.953,0,1.731,0.776,1.731,1.734C11.293,13.243,10.515,14.016,9.562,14.016z%20M15,14.016c-0.954,0-1.732-0.776-1.732-1.732c0-0.958,0.778-1.734,1.732-1.734c0.956,0,1.734,0.776,1.734,1.734C16.733,13.243,15.955,14.016,15,14.016z%20M20.441,14.019c-0.957,0-1.734-0.779-1.734-1.734c0-0.958,0.777-1.736,1.734-1.736c0.952,0,1.732,0.778,1.732,1.736C22.174,13.243,21.394,14.019,20.441,14.019z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-3 .post-format-status .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M15,0.043c-8.261,0-14.957,5.48-14.957,12.236c0,2.959,1.382,5.724,3.632,7.896l-3.632,9.781l10.567-6.036C11.999,24.27,13.447,24.52,15,24.52c8.26,0,14.958-5.48,14.958-12.24C29.957,5.523,23.26,0.043,15,0.043z%20M9.562,14.016c-0.956,0-1.734-0.776-1.734-1.732c0-0.958,0.778-1.734,1.734-1.734c0.953,0,1.731,0.776,1.731,1.734C11.293,13.243,10.515,14.016,9.562,14.016z%20M15,14.016c-0.954,0-1.732-0.776-1.732-1.732c0-0.958,0.778-1.734,1.732-1.734c0.956,0,1.734,0.776,1.734,1.734C16.733,13.243,15.955,14.016,15,14.016z%20M20.441,14.019c-0.957,0-1.734-0.779-1.734-1.734c0-0.958,0.777-1.736,1.734-1.736c0.952,0,1.732,0.778,1.732,1.736C22.174,13.243,21.394,14.019,20.441,14.019z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-4 .post-format-status .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M15,0.043c-8.261,0-14.957,5.48-14.957,12.236c0,2.959,1.382,5.724,3.632,7.896l-3.632,9.781l10.567-6.036C11.999,24.27,13.447,24.52,15,24.52c8.26,0,14.958-5.48,14.958-12.24C29.957,5.523,23.26,0.043,15,0.043z%20M9.562,14.016c-0.956,0-1.734-0.776-1.734-1.732c0-0.958,0.778-1.734,1.734-1.734c0.953,0,1.731,0.776,1.731,1.734C11.293,13.243,10.515,14.016,9.562,14.016z%20M15,14.016c-0.954,0-1.732-0.776-1.732-1.732c0-0.958,0.778-1.734,1.732-1.734c0.956,0,1.734,0.776,1.734,1.734C16.733,13.243,15.955,14.016,15,14.016z%20M20.441,14.019c-0.957,0-1.734-0.779-1.734-1.734c0-0.958,0.777-1.736,1.734-1.736c0.952,0,1.732,0.778,1.732,1.736C22.174,13.243,21.394,14.019,20.441,14.019z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-5 .post-format-status .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M15,0.043c-8.261,0-14.957,5.48-14.957,12.236c0,2.959,1.382,5.724,3.632,7.896l-3.632,9.781l10.567-6.036C11.999,24.27,13.447,24.52,15,24.52c8.26,0,14.958-5.48,14.958-12.24C29.957,5.523,23.26,0.043,15,0.043z%20M9.562,14.016c-0.956,0-1.734-0.776-1.734-1.732c0-0.958,0.778-1.734,1.734-1.734c0.953,0,1.731,0.776,1.731,1.734C11.293,13.243,10.515,14.016,9.562,14.016z%20M15,14.016c-0.954,0-1.732-0.776-1.732-1.732c0-0.958,0.778-1.734,1.732-1.734c0.956,0,1.734,0.776,1.734,1.734C16.733,13.243,15.955,14.016,15,14.016z%20M20.441,14.019c-0.957,0-1.734-0.779-1.734-1.734c0-0.958,0.777-1.736,1.734-1.736c0.952,0,1.732,0.778,1.732,1.736C22.174,13.243,21.394,14.019,20.441,14.019z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-status .no-avatar:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130'%20d='M15,0.043c-8.261,0-14.957,5.48-14.957,12.236c0,2.959,1.382,5.724,3.632,7.896l-3.632,9.781l10.567-6.036C11.999,24.27,13.447,24.52,15,24.52c8.26,0,14.958-5.48,14.958-12.24C29.957,5.523,23.26,0.043,15,0.043z%20M9.562,14.016c-0.956,0-1.734-0.776-1.734-1.732c0-0.958,0.778-1.734,1.734-1.734c0.953,0,1.731,0.776,1.731,1.734C11.293,13.243,10.515,14.016,9.562,14.016z%20M15,14.016c-0.954,0-1.732-0.776-1.732-1.732c0-0.958,0.778-1.734,1.732-1.734c0.956,0,1.734,0.776,1.734,1.734C16.733,13.243,15.955,14.016,15,14.016z%20M20.441,14.019c-0.957,0-1.734-0.779-1.734-1.734c0-0.958,0.777-1.736,1.734-1.736c0.952,0,1.732,0.778,1.732,1.736C22.174,13.243,21.394,14.019,20.441,14.019z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-chat .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28185%2C188%2C191%2C0.8%29'%20d='M11.656,21.409c-1.854,1.175-8.565,3.218-11.446,3.757c1.074-2.188,2.826-5.449,3.285-7.531c-1.447-1.782-3.342-3.838-3.342-6.188C0.153,4.834,6.417,0,13.431,0C20.4,0,26.714,4.799,26.714,11.446c0,0.095-0.638,3.649-0.643,3.744c-0.809-0.45-3.163,1.725-1.988-4.543c-0.496-4.478-5.082-7.999-10.652-7.999c-5.896,0-10.689,3.945-10.689,8.796c0,2.55,1.969,3.813,3.486,5.396c-0.31,2.351-1.941,4.75-1.941,4.75s4.894-1.363,7.383-2.847%20M29.651,30.051c-2.214-0.193-5.035-1.331-6.312-2.135c-7.033,1.766-11.926-2.541-11.926-7.307c0-4.572,4.341-7.873,9.137-7.873c4.833,0,9.341,2.957,9.296,8.277c-0.019,2.318-1.487,3.66-2.48,4.889C27.321,27.345,28.907,28.545,29.651,30.051z%20M17.298,20.703c0-0.707-0.564-1.282-1.252-1.282c-0.694,0-1.26,0.575-1.26,1.282c0,0.715,0.566,1.29,1.26,1.29C16.733,21.993,17.298,21.418,17.298,20.703z%20M22,20.703c0-0.707-0.557-1.282-1.251-1.282s-1.261,0.575-1.261,1.282c0,0.715,0.566,1.29,1.261,1.29S22,21.418,22,20.703z%20M26.732,20.703c0-0.707-0.562-1.282-1.254-1.282c-0.694,0-1.258,0.575-1.258,1.282c0,0.715,0.563,1.29,1.258,1.29C26.171,21.993,26.732,21.418,26.732,20.703z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.sidebar-content .post-format-chat .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.8%29'%20d='M11.656,21.409c-1.854,1.175-8.565,3.218-11.446,3.757c1.074-2.188,2.826-5.449,3.285-7.531c-1.447-1.782-3.342-3.838-3.342-6.188C0.153,4.834,6.417,0,13.431,0C20.4,0,26.714,4.799,26.714,11.446c0,0.095-0.638,3.649-0.643,3.744c-0.809-0.45-3.163,1.725-1.988-4.543c-0.496-4.478-5.082-7.999-10.652-7.999c-5.896,0-10.689,3.945-10.689,8.796c0,2.55,1.969,3.813,3.486,5.396c-0.31,2.351-1.941,4.75-1.941,4.75s4.894-1.363,7.383-2.847%20M29.651,30.051c-2.214-0.193-5.035-1.331-6.312-2.135c-7.033,1.766-11.926-2.541-11.926-7.307c0-4.572,4.341-7.873,9.137-7.873c4.833,0,9.341,2.957,9.296,8.277c-0.019,2.318-1.487,3.66-2.48,4.889C27.321,27.345,28.907,28.545,29.651,30.051z%20M17.298,20.703c0-0.707-0.564-1.282-1.252-1.282c-0.694,0-1.26,0.575-1.26,1.282c0,0.715,0.566,1.29,1.26,1.29C16.733,21.993,17.298,21.418,17.298,20.703z%20M22,20.703c0-0.707-0.557-1.282-1.251-1.282s-1.261,0.575-1.261,1.282c0,0.715,0.566,1.29,1.261,1.29S22,21.418,22,20.703z%20M26.732,20.703c0-0.707-0.562-1.282-1.254-1.282c-0.694,0-1.258,0.575-1.258,1.282c0,0.715,0.563,1.29,1.258,1.29C26.171,21.993,26.732,21.418,26.732,20.703z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.footer .post-format-chat .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M11.656,21.409c-1.854,1.175-8.565,3.218-11.446,3.757c1.074-2.188,2.826-5.449,3.285-7.531c-1.447-1.782-3.342-3.838-3.342-6.188C0.153,4.834,6.417,0,13.431,0C20.4,0,26.714,4.799,26.714,11.446c0,0.095-0.638,3.649-0.643,3.744c-0.809-0.45-3.163,1.725-1.988-4.543c-0.496-4.478-5.082-7.999-10.652-7.999c-5.896,0-10.689,3.945-10.689,8.796c0,2.55,1.969,3.813,3.486,5.396c-0.31,2.351-1.941,4.75-1.941,4.75s4.894-1.363,7.383-2.847%20M29.651,30.051c-2.214-0.193-5.035-1.331-6.312-2.135c-7.033,1.766-11.926-2.541-11.926-7.307c0-4.572,4.341-7.873,9.137-7.873c4.833,0,9.341,2.957,9.296,8.277c-0.019,2.318-1.487,3.66-2.48,4.889C27.321,27.345,28.907,28.545,29.651,30.051z%20M17.298,20.703c0-0.707-0.564-1.282-1.252-1.282c-0.694,0-1.26,0.575-1.26,1.282c0,0.715,0.566,1.29,1.26,1.29C16.733,21.993,17.298,21.418,17.298,20.703z%20M22,20.703c0-0.707-0.557-1.282-1.251-1.282s-1.261,0.575-1.261,1.282c0,0.715,0.566,1.29,1.261,1.29S22,21.418,22,20.703z%20M26.732,20.703c0-0.707-0.562-1.282-1.254-1.282c-0.694,0-1.258,0.575-1.258,1.282c0,0.715,0.563,1.29,1.258,1.29C26.171,21.993,26.732,21.418,26.732,20.703z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-1 .post-format-chat .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.85%29'%20d='M11.656,21.409c-1.854,1.175-8.565,3.218-11.446,3.757c1.074-2.188,2.826-5.449,3.285-7.531c-1.447-1.782-3.342-3.838-3.342-6.188C0.153,4.834,6.417,0,13.431,0C20.4,0,26.714,4.799,26.714,11.446c0,0.095-0.638,3.649-0.643,3.744c-0.809-0.45-3.163,1.725-1.988-4.543c-0.496-4.478-5.082-7.999-10.652-7.999c-5.896,0-10.689,3.945-10.689,8.796c0,2.55,1.969,3.813,3.486,5.396c-0.31,2.351-1.941,4.75-1.941,4.75s4.894-1.363,7.383-2.847%20M29.651,30.051c-2.214-0.193-5.035-1.331-6.312-2.135c-7.033,1.766-11.926-2.541-11.926-7.307c0-4.572,4.341-7.873,9.137-7.873c4.833,0,9.341,2.957,9.296,8.277c-0.019,2.318-1.487,3.66-2.48,4.889C27.321,27.345,28.907,28.545,29.651,30.051z%20M17.298,20.703c0-0.707-0.564-1.282-1.252-1.282c-0.694,0-1.26,0.575-1.26,1.282c0,0.715,0.566,1.29,1.26,1.29C16.733,21.993,17.298,21.418,17.298,20.703z%20M22,20.703c0-0.707-0.557-1.282-1.251-1.282s-1.261,0.575-1.261,1.282c0,0.715,0.566,1.29,1.261,1.29S22,21.418,22,20.703z%20M26.732,20.703c0-0.707-0.562-1.282-1.254-1.282c-0.694,0-1.258,0.575-1.258,1.282c0,0.715,0.563,1.29,1.258,1.29C26.171,21.993,26.732,21.418,26.732,20.703z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-2 .post-format-chat .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28218%2C222%2C225%2C0.86%29'%20d='M11.656,21.409c-1.854,1.175-8.565,3.218-11.446,3.757c1.074-2.188,2.826-5.449,3.285-7.531c-1.447-1.782-3.342-3.838-3.342-6.188C0.153,4.834,6.417,0,13.431,0C20.4,0,26.714,4.799,26.714,11.446c0,0.095-0.638,3.649-0.643,3.744c-0.809-0.45-3.163,1.725-1.988-4.543c-0.496-4.478-5.082-7.999-10.652-7.999c-5.896,0-10.689,3.945-10.689,8.796c0,2.55,1.969,3.813,3.486,5.396c-0.31,2.351-1.941,4.75-1.941,4.75s4.894-1.363,7.383-2.847%20M29.651,30.051c-2.214-0.193-5.035-1.331-6.312-2.135c-7.033,1.766-11.926-2.541-11.926-7.307c0-4.572,4.341-7.873,9.137-7.873c4.833,0,9.341,2.957,9.296,8.277c-0.019,2.318-1.487,3.66-2.48,4.889C27.321,27.345,28.907,28.545,29.651,30.051z%20M17.298,20.703c0-0.707-0.564-1.282-1.252-1.282c-0.694,0-1.26,0.575-1.26,1.282c0,0.715,0.566,1.29,1.26,1.29C16.733,21.993,17.298,21.418,17.298,20.703z%20M22,20.703c0-0.707-0.557-1.282-1.251-1.282s-1.261,0.575-1.261,1.282c0,0.715,0.566,1.29,1.261,1.29S22,21.418,22,20.703z%20M26.732,20.703c0-0.707-0.562-1.282-1.254-1.282c-0.694,0-1.258,0.575-1.258,1.282c0,0.715,0.563,1.29,1.258,1.29C26.171,21.993,26.732,21.418,26.732,20.703z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-3 .post-format-chat .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2841%2C41%2C65%2C0.12%29'%20d='M11.656,21.409c-1.854,1.175-8.565,3.218-11.446,3.757c1.074-2.188,2.826-5.449,3.285-7.531c-1.447-1.782-3.342-3.838-3.342-6.188C0.153,4.834,6.417,0,13.431,0C20.4,0,26.714,4.799,26.714,11.446c0,0.095-0.638,3.649-0.643,3.744c-0.809-0.45-3.163,1.725-1.988-4.543c-0.496-4.478-5.082-7.999-10.652-7.999c-5.896,0-10.689,3.945-10.689,8.796c0,2.55,1.969,3.813,3.486,5.396c-0.31,2.351-1.941,4.75-1.941,4.75s4.894-1.363,7.383-2.847%20M29.651,30.051c-2.214-0.193-5.035-1.331-6.312-2.135c-7.033,1.766-11.926-2.541-11.926-7.307c0-4.572,4.341-7.873,9.137-7.873c4.833,0,9.341,2.957,9.296,8.277c-0.019,2.318-1.487,3.66-2.48,4.889C27.321,27.345,28.907,28.545,29.651,30.051z%20M17.298,20.703c0-0.707-0.564-1.282-1.252-1.282c-0.694,0-1.26,0.575-1.26,1.282c0,0.715,0.566,1.29,1.26,1.29C16.733,21.993,17.298,21.418,17.298,20.703z%20M22,20.703c0-0.707-0.557-1.282-1.251-1.282s-1.261,0.575-1.261,1.282c0,0.715,0.566,1.29,1.261,1.29S22,21.418,22,20.703z%20M26.732,20.703c0-0.707-0.562-1.282-1.254-1.282c-0.694,0-1.258,0.575-1.258,1.282c0,0.715,0.563,1.29,1.258,1.29C26.171,21.993,26.732,21.418,26.732,20.703z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-4 .post-format-chat .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%28255%2C255%2C255%2C0.1%29'%20d='M11.656,21.409c-1.854,1.175-8.565,3.218-11.446,3.757c1.074-2.188,2.826-5.449,3.285-7.531c-1.447-1.782-3.342-3.838-3.342-6.188C0.153,4.834,6.417,0,13.431,0C20.4,0,26.714,4.799,26.714,11.446c0,0.095-0.638,3.649-0.643,3.744c-0.809-0.45-3.163,1.725-1.988-4.543c-0.496-4.478-5.082-7.999-10.652-7.999c-5.896,0-10.689,3.945-10.689,8.796c0,2.55,1.969,3.813,3.486,5.396c-0.31,2.351-1.941,4.75-1.941,4.75s4.894-1.363,7.383-2.847%20M29.651,30.051c-2.214-0.193-5.035-1.331-6.312-2.135c-7.033,1.766-11.926-2.541-11.926-7.307c0-4.572,4.341-7.873,9.137-7.873c4.833,0,9.341,2.957,9.296,8.277c-0.019,2.318-1.487,3.66-2.48,4.889C27.321,27.345,28.907,28.545,29.651,30.051z%20M17.298,20.703c0-0.707-0.564-1.282-1.252-1.282c-0.694,0-1.26,0.575-1.26,1.282c0,0.715,0.566,1.29,1.26,1.29C16.733,21.993,17.298,21.418,17.298,20.703z%20M22,20.703c0-0.707-0.557-1.282-1.251-1.282s-1.261,0.575-1.261,1.282c0,0.715,0.566,1.29,1.261,1.29S22,21.418,22,20.703z%20M26.732,20.703c0-0.707-0.562-1.282-1.254-1.282c-0.694,0-1.258,0.575-1.258,1.282c0,0.715,0.563,1.29,1.258,1.29C26.171,21.993,26.732,21.418,26.732,20.703z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.stripe-style-5 .post-format-chat .no-avatar {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='rgba%2855%2C57%2C59%2C0.15%29'%20d='M11.656,21.409c-1.854,1.175-8.565,3.218-11.446,3.757c1.074-2.188,2.826-5.449,3.285-7.531c-1.447-1.782-3.342-3.838-3.342-6.188C0.153,4.834,6.417,0,13.431,0C20.4,0,26.714,4.799,26.714,11.446c0,0.095-0.638,3.649-0.643,3.744c-0.809-0.45-3.163,1.725-1.988-4.543c-0.496-4.478-5.082-7.999-10.652-7.999c-5.896,0-10.689,3.945-10.689,8.796c0,2.55,1.969,3.813,3.486,5.396c-0.31,2.351-1.941,4.75-1.941,4.75s4.894-1.363,7.383-2.847%20M29.651,30.051c-2.214-0.193-5.035-1.331-6.312-2.135c-7.033,1.766-11.926-2.541-11.926-7.307c0-4.572,4.341-7.873,9.137-7.873c4.833,0,9.341,2.957,9.296,8.277c-0.019,2.318-1.487,3.66-2.48,4.889C27.321,27.345,28.907,28.545,29.651,30.051z%20M17.298,20.703c0-0.707-0.564-1.282-1.252-1.282c-0.694,0-1.26,0.575-1.26,1.282c0,0.715,0.566,1.29,1.26,1.29C16.733,21.993,17.298,21.418,17.298,20.703z%20M22,20.703c0-0.707-0.557-1.282-1.251-1.282s-1.261,0.575-1.261,1.282c0,0.715,0.566,1.29,1.261,1.29S22,21.418,22,20.703z%20M26.732,20.703c0-0.707-0.562-1.282-1.254-1.282c-0.694,0-1.258,0.575-1.258,1.282c0,0.715,0.563,1.29,1.258,1.29C26.171,21.993,26.732,21.418,26.732,20.703z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.post-format-chat .no-avatar:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20enable-background='new%200%200%2030%2030'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130'%20d='M11.656,21.409c-1.854,1.175-8.565,3.218-11.446,3.757c1.074-2.188,2.826-5.449,3.285-7.531c-1.447-1.782-3.342-3.838-3.342-6.188C0.153,4.834,6.417,0,13.431,0C20.4,0,26.714,4.799,26.714,11.446c0,0.095-0.638,3.649-0.643,3.744c-0.809-0.45-3.163,1.725-1.988-4.543c-0.496-4.478-5.082-7.999-10.652-7.999c-5.896,0-10.689,3.945-10.689,8.796c0,2.55,1.969,3.813,3.486,5.396c-0.31,2.351-1.941,4.75-1.941,4.75s4.894-1.363,7.383-2.847%20M29.651,30.051c-2.214-0.193-5.035-1.331-6.312-2.135c-7.033,1.766-11.926-2.541-11.926-7.307c0-4.572,4.341-7.873,9.137-7.873c4.833,0,9.341,2.957,9.296,8.277c-0.019,2.318-1.487,3.66-2.48,4.889C27.321,27.345,28.907,28.545,29.651,30.051z%20M17.298,20.703c0-0.707-0.564-1.282-1.252-1.282c-0.694,0-1.26,0.575-1.26,1.282c0,0.715,0.566,1.29,1.26,1.29C16.733,21.993,17.298,21.418,17.298,20.703z%20M22,20.703c0-0.707-0.557-1.282-1.251-1.282s-1.261,0.575-1.261,1.282c0,0.715,0.566,1.29,1.261,1.29S22,21.418,22,20.703z%20M26.732,20.703c0-0.707-0.562-1.282-1.254-1.282c-0.694,0-1.258,0.575-1.258,1.282c0,0.715,0.563,1.29,1.258,1.29C26.171,21.993,26.732,21.418,26.732,20.703z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}
.entry-tags:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20enable-background='new%200%200%2020%2020'%20xml:space='preserve'%3E%3Cpath%20id='tag-icon'%20fill='%23373a41'%20d='M4.055,4.041v5.356l6.605,6.607l5.363-5.363L9.415,4.033L4.055,4.041z%20M7.521,7.443%20%09c-0.437,0.437-1.145,0.437-1.582,0c-0.437-0.437-0.437-1.145,0-1.582c0.437-0.436,1.145-0.436,1.582,0C7.957,6.298,7.957,7.007,7.521,7.443z'/%3E%3C/svg%3E");
}
.standard-number-list li:before {
  background-color: #df9130;
  color: #ffffff;
}
.shortcode-tabs .tab,
.wpb_tabs.wpb_content_element .wpb_tabs_nav > li > a,
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li > a {
  font-size: 15px;
  font-weight: normal;
  color: #373a41;
}
.stripe-style-1 .shortcode-tabs .tab,
.stripe-style-1 .wpb_tabs.wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-1 .wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li > a {
  color: #373a41;
}
.stripe-style-2 .shortcode-tabs .tab,
.stripe-style-2 .wpb_tabs.wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-2 .wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li > a {
  color: #373a41;
}
.stripe-style-3 .shortcode-tabs .tab,
.stripe-style-3 .wpb_tabs.wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-3 .wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li > a {
  color: #292941;
}
.stripe-style-4 .shortcode-tabs .tab,
.stripe-style-4 .wpb_tabs.wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-4 .wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li > a {
  color: #ffffff;
}
.stripe-style-5 .shortcode-tabs .tab,
.stripe-style-5 .wpb_tabs.wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-5 .wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li > a {
  color: #37393b;
}
.shortcode-tabs .tab:hover,
.shortcode-tabs .tab.active-tab,
.wpb_tabs.wpb_content_element .wpb_tabs_nav > li > a:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav > li.ui-tabs-active > a,
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li.ui-tabs-active > a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav > li > a:hover,
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li > a:hover {
  color: #df9130;
}
.tab-style-one,
.wpb_tour.tab-style-one,
.wpb_tour.tab-style-one .wpb_tabs_nav,
.wpb_tabs.tab-style-one,
.shortcode-tabs.tab-style-one,
.tab-style-one .wpb_tabs_nav,
.tab-style-three .wpb_tabs_nav,
.tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.tab-style-two .wpb_tabs_nav,
.tab-style-two .wpb_tabs_nav > li,
.tab-style-one.tab-horizontal .tab-inner-content,
.shortcode-tabs.tab-style-two .nav,
.tab-horizontal.tab-style-two .tab,
.tab-style-three.tab-horizontal .tab-inner-content,
.tab-style-one.tab-horizontal .tab:before,
.tab-style-three.tab-horizontal .tab:before,
.tab-style-one.vertical-tab .tab:after,
.tab-style-one.vertical-tab .nav,
.tab-style-two.vertical-tab .tab,
.tab-style-three.vertical-tab .tab,
.tab-style-three.vertical-tab .nav,
.wpb_tour.tab-style-one .wpb_tabs_nav li,
.wpb_tour.tab-style-two .wpb_tabs_nav li,
.wpb_tour.tab-style-three .wpb_tabs_nav,
.wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .tab-style-one,
.stripe-style-1 .wpb_tour.tab-style-one,
.stripe-style-1 .wpb_tour.tab-style-one .wpb_tabs_nav,
.stripe-style-1 .wpb_tabs.tab-style-one,
.stripe-style-1 .shortcode-tabs.tab-style-one,
.stripe-style-1 .tab-style-one .wpb_tabs_nav,
.stripe-style-1 .tab-style-three .wpb_tabs_nav,
.stripe-style-1 .tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.stripe-style-1 .tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.stripe-style-1 .tab-style-two .wpb_tabs_nav,
.stripe-style-1 .tab-style-two .wpb_tabs_nav > li,
.stripe-style-1 .tab-style-one.tab-horizontal .tab-inner-content,
.stripe-style-1 .shortcode-tabs.tab-style-two .nav,
.stripe-style-1 .tab-horizontal.tab-style-two .tab,
.stripe-style-1 .tab-style-three.tab-horizontal .tab-inner-content,
.stripe-style-1 .tab-style-one.tab-horizontal .tab:before,
.stripe-style-1 .tab-style-three.tab-horizontal .tab:before,
.stripe-style-1 .tab-style-one.vertical-tab .tab:after,
.stripe-style-1 .tab-style-one.vertical-tab .nav,
.stripe-style-1 .tab-style-two.vertical-tab .tab,
.stripe-style-1 .tab-style-three.vertical-tab .tab,
.stripe-style-1 .tab-style-three.vertical-tab .nav,
.stripe-style-1 .wpb_tour.tab-style-one .wpb_tabs_nav li,
.stripe-style-1 .wpb_tour.tab-style-two .wpb_tabs_nav li,
.stripe-style-1 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-1 .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .tab-style-one,
.stripe-style-2 .wpb_tour.tab-style-one,
.stripe-style-2 .wpb_tour.tab-style-one .wpb_tabs_nav,
.stripe-style-2 .wpb_tabs.tab-style-one,
.stripe-style-2 .shortcode-tabs.tab-style-one,
.stripe-style-2 .tab-style-one .wpb_tabs_nav,
.stripe-style-2 .tab-style-three .wpb_tabs_nav,
.stripe-style-2 .tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.stripe-style-2 .tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.stripe-style-2 .tab-style-two .wpb_tabs_nav,
.stripe-style-2 .tab-style-two .wpb_tabs_nav > li,
.stripe-style-2 .tab-style-one.tab-horizontal .tab-inner-content,
.stripe-style-2 .shortcode-tabs.tab-style-two .nav,
.stripe-style-2 .tab-horizontal.tab-style-two .tab,
.stripe-style-2 .tab-style-three.tab-horizontal .tab-inner-content,
.stripe-style-2 .tab-style-one.tab-horizontal .tab:before,
.stripe-style-2 .tab-style-three.tab-horizontal .tab:before,
.stripe-style-2 .tab-style-one.vertical-tab .tab:after,
.stripe-style-2 .tab-style-one.vertical-tab .nav,
.stripe-style-2 .tab-style-two.vertical-tab .tab,
.stripe-style-2 .tab-style-three.vertical-tab .tab,
.stripe-style-2 .tab-style-three.vertical-tab .nav,
.stripe-style-2 .wpb_tour.tab-style-one .wpb_tabs_nav li,
.stripe-style-2 .wpb_tour.tab-style-two .wpb_tabs_nav li,
.stripe-style-2 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-2 .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .tab-style-one,
.stripe-style-3 .wpb_tour.tab-style-one,
.stripe-style-3 .wpb_tour.tab-style-one .wpb_tabs_nav,
.stripe-style-3 .wpb_tabs.tab-style-one,
.stripe-style-3 .shortcode-tabs.tab-style-one,
.stripe-style-3 .tab-style-one .wpb_tabs_nav,
.stripe-style-3 .tab-style-three .wpb_tabs_nav,
.stripe-style-3 .tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.stripe-style-3 .tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.stripe-style-3 .tab-style-two .wpb_tabs_nav,
.stripe-style-3 .tab-style-two .wpb_tabs_nav > li,
.stripe-style-3 .tab-style-one.tab-horizontal .tab-inner-content,
.stripe-style-3 .shortcode-tabs.tab-style-two .nav,
.stripe-style-3 .tab-horizontal.tab-style-two .tab,
.stripe-style-3 .tab-style-three.tab-horizontal .tab-inner-content,
.stripe-style-3 .tab-style-one.tab-horizontal .tab:before,
.stripe-style-3 .tab-style-three.tab-horizontal .tab:before,
.stripe-style-3 .tab-style-one.vertical-tab .tab:after,
.stripe-style-3 .tab-style-one.vertical-tab .nav,
.stripe-style-3 .tab-style-two.vertical-tab .tab,
.stripe-style-3 .tab-style-three.vertical-tab .tab,
.stripe-style-3 .tab-style-three.vertical-tab .nav,
.stripe-style-3 .wpb_tour.tab-style-one .wpb_tabs_nav li,
.stripe-style-3 .wpb_tour.tab-style-two .wpb_tabs_nav li,
.stripe-style-3 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-3 .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .tab-style-one,
.stripe-style-4 .wpb_tour.tab-style-one,
.stripe-style-4 .wpb_tour.tab-style-one .wpb_tabs_nav,
.stripe-style-4 .wpb_tabs.tab-style-one,
.stripe-style-4 .shortcode-tabs.tab-style-one,
.stripe-style-4 .tab-style-one .wpb_tabs_nav,
.stripe-style-4 .tab-style-three .wpb_tabs_nav,
.stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.stripe-style-4 .tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.stripe-style-4 .tab-style-two .wpb_tabs_nav,
.stripe-style-4 .tab-style-two .wpb_tabs_nav > li,
.stripe-style-4 .tab-style-one.tab-horizontal .tab-inner-content,
.stripe-style-4 .shortcode-tabs.tab-style-two .nav,
.stripe-style-4 .tab-horizontal.tab-style-two .tab,
.stripe-style-4 .tab-style-three.tab-horizontal .tab-inner-content,
.stripe-style-4 .tab-style-one.tab-horizontal .tab:before,
.stripe-style-4 .tab-style-three.tab-horizontal .tab:before,
.stripe-style-4 .tab-style-one.vertical-tab .tab:after,
.stripe-style-4 .tab-style-one.vertical-tab .nav,
.stripe-style-4 .tab-style-two.vertical-tab .tab,
.stripe-style-4 .tab-style-three.vertical-tab .tab,
.stripe-style-4 .tab-style-three.vertical-tab .nav,
.stripe-style-4 .wpb_tour.tab-style-one .wpb_tabs_nav li,
.stripe-style-4 .wpb_tour.tab-style-two .wpb_tabs_nav li,
.stripe-style-4 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-4 .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .tab-style-one,
.stripe-style-5 .wpb_tour.tab-style-one,
.stripe-style-5 .wpb_tour.tab-style-one .wpb_tabs_nav,
.stripe-style-5 .wpb_tabs.tab-style-one,
.stripe-style-5 .shortcode-tabs.tab-style-one,
.stripe-style-5 .tab-style-one .wpb_tabs_nav,
.stripe-style-5 .tab-style-three .wpb_tabs_nav,
.stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.stripe-style-5 .tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.stripe-style-5 .tab-style-two .wpb_tabs_nav,
.stripe-style-5 .tab-style-two .wpb_tabs_nav > li,
.stripe-style-5 .tab-style-one.tab-horizontal .tab-inner-content,
.stripe-style-5 .shortcode-tabs.tab-style-two .nav,
.stripe-style-5 .tab-horizontal.tab-style-two .tab,
.stripe-style-5 .tab-style-three.tab-horizontal .tab-inner-content,
.stripe-style-5 .tab-style-one.tab-horizontal .tab:before,
.stripe-style-5 .tab-style-three.tab-horizontal .tab:before,
.stripe-style-5 .tab-style-one.vertical-tab .tab:after,
.stripe-style-5 .tab-style-one.vertical-tab .nav,
.stripe-style-5 .tab-style-two.vertical-tab .tab,
.stripe-style-5 .tab-style-three.vertical-tab .tab,
.stripe-style-5 .tab-style-three.vertical-tab .nav,
.stripe-style-5 .wpb_tour.tab-style-one .wpb_tabs_nav li,
.stripe-style-5 .wpb_tour.tab-style-two .wpb_tabs_nav li,
.stripe-style-5 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-5 .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .tab-style-one,
.old-ie .stripe-style-1 .wpb_tour.tab-style-one,
.old-ie .stripe-style-1 .wpb_tour.tab-style-one .wpb_tabs_nav,
.old-ie .stripe-style-1 .wpb_tabs.tab-style-one,
.old-ie .stripe-style-1 .shortcode-tabs.tab-style-one,
.old-ie .stripe-style-1 .tab-style-one .wpb_tabs_nav,
.old-ie .stripe-style-1 .tab-style-three .wpb_tabs_nav,
.old-ie .stripe-style-1 .tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .stripe-style-1 .tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .stripe-style-1 .tab-style-two .wpb_tabs_nav,
.old-ie .stripe-style-1 .tab-style-two .wpb_tabs_nav > li,
.old-ie .stripe-style-1 .tab-style-one.tab-horizontal .tab-inner-content,
.old-ie .stripe-style-1 .shortcode-tabs.tab-style-two .nav,
.old-ie .stripe-style-1 .tab-horizontal.tab-style-two .tab,
.old-ie .stripe-style-1 .tab-style-three.tab-horizontal .tab-inner-content,
.old-ie .stripe-style-1 .tab-style-one.tab-horizontal .tab:before,
.old-ie .stripe-style-1 .tab-style-three.tab-horizontal .tab:before,
.old-ie .stripe-style-1 .tab-style-one.vertical-tab .tab:after,
.old-ie .stripe-style-1 .tab-style-one.vertical-tab .nav,
.old-ie .stripe-style-1 .tab-style-two.vertical-tab .tab,
.old-ie .stripe-style-1 .tab-style-three.vertical-tab .tab,
.old-ie .stripe-style-1 .tab-style-three.vertical-tab .nav,
.old-ie .stripe-style-1 .wpb_tour.tab-style-one .wpb_tabs_nav li,
.old-ie .stripe-style-1 .wpb_tour.tab-style-two .wpb_tabs_nav li,
.old-ie .stripe-style-1 .wpb_tour.tab-style-three .wpb_tabs_nav,
.old-ie .stripe-style-1 .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: #dadee1;
}
.old-ie .stripe-style-2 .tab-style-one,
.old-ie .stripe-style-2 .wpb_tour.tab-style-one,
.old-ie .stripe-style-2 .wpb_tour.tab-style-one .wpb_tabs_nav,
.old-ie .stripe-style-2 .wpb_tabs.tab-style-one,
.old-ie .stripe-style-2 .shortcode-tabs.tab-style-one,
.old-ie .stripe-style-2 .tab-style-one .wpb_tabs_nav,
.old-ie .stripe-style-2 .tab-style-three .wpb_tabs_nav,
.old-ie .stripe-style-2 .tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .stripe-style-2 .tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .stripe-style-2 .tab-style-two .wpb_tabs_nav,
.old-ie .stripe-style-2 .tab-style-two .wpb_tabs_nav > li,
.old-ie .stripe-style-2 .tab-style-one.tab-horizontal .tab-inner-content,
.old-ie .stripe-style-2 .shortcode-tabs.tab-style-two .nav,
.old-ie .stripe-style-2 .tab-horizontal.tab-style-two .tab,
.old-ie .stripe-style-2 .tab-style-three.tab-horizontal .tab-inner-content,
.old-ie .stripe-style-2 .tab-style-one.tab-horizontal .tab:before,
.old-ie .stripe-style-2 .tab-style-three.tab-horizontal .tab:before,
.old-ie .stripe-style-2 .tab-style-one.vertical-tab .tab:after,
.old-ie .stripe-style-2 .tab-style-one.vertical-tab .nav,
.old-ie .stripe-style-2 .tab-style-two.vertical-tab .tab,
.old-ie .stripe-style-2 .tab-style-three.vertical-tab .tab,
.old-ie .stripe-style-2 .tab-style-three.vertical-tab .nav,
.old-ie .stripe-style-2 .wpb_tour.tab-style-one .wpb_tabs_nav li,
.old-ie .stripe-style-2 .wpb_tour.tab-style-two .wpb_tabs_nav li,
.old-ie .stripe-style-2 .wpb_tour.tab-style-three .wpb_tabs_nav,
.old-ie .stripe-style-2 .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: #dadee1;
}
.old-ie .stripe-style-3 .tab-style-one,
.old-ie .stripe-style-3 .wpb_tour.tab-style-one,
.old-ie .stripe-style-3 .wpb_tour.tab-style-one .wpb_tabs_nav,
.old-ie .stripe-style-3 .wpb_tabs.tab-style-one,
.old-ie .stripe-style-3 .shortcode-tabs.tab-style-one,
.old-ie .stripe-style-3 .tab-style-one .wpb_tabs_nav,
.old-ie .stripe-style-3 .tab-style-three .wpb_tabs_nav,
.old-ie .stripe-style-3 .tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .stripe-style-3 .tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .stripe-style-3 .tab-style-two .wpb_tabs_nav,
.old-ie .stripe-style-3 .tab-style-two .wpb_tabs_nav > li,
.old-ie .stripe-style-3 .tab-style-one.tab-horizontal .tab-inner-content,
.old-ie .stripe-style-3 .shortcode-tabs.tab-style-two .nav,
.old-ie .stripe-style-3 .tab-horizontal.tab-style-two .tab,
.old-ie .stripe-style-3 .tab-style-three.tab-horizontal .tab-inner-content,
.old-ie .stripe-style-3 .tab-style-one.tab-horizontal .tab:before,
.old-ie .stripe-style-3 .tab-style-three.tab-horizontal .tab:before,
.old-ie .stripe-style-3 .tab-style-one.vertical-tab .tab:after,
.old-ie .stripe-style-3 .tab-style-one.vertical-tab .nav,
.old-ie .stripe-style-3 .tab-style-two.vertical-tab .tab,
.old-ie .stripe-style-3 .tab-style-three.vertical-tab .tab,
.old-ie .stripe-style-3 .tab-style-three.vertical-tab .nav,
.old-ie .stripe-style-3 .wpb_tour.tab-style-one .wpb_tabs_nav li,
.old-ie .stripe-style-3 .wpb_tour.tab-style-two .wpb_tabs_nav li,
.old-ie .stripe-style-3 .wpb_tour.tab-style-three .wpb_tabs_nav,
.old-ie .stripe-style-3 .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: #afc5d2;
}
.old-ie .stripe-style-4 .tab-style-one,
.old-ie .stripe-style-4 .wpb_tour.tab-style-one,
.old-ie .stripe-style-4 .wpb_tour.tab-style-one .wpb_tabs_nav,
.old-ie .stripe-style-4 .wpb_tabs.tab-style-one,
.old-ie .stripe-style-4 .shortcode-tabs.tab-style-one,
.old-ie .stripe-style-4 .tab-style-one .wpb_tabs_nav,
.old-ie .stripe-style-4 .tab-style-three .wpb_tabs_nav,
.old-ie .stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .stripe-style-4 .tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .stripe-style-4 .tab-style-two .wpb_tabs_nav,
.old-ie .stripe-style-4 .tab-style-two .wpb_tabs_nav > li,
.old-ie .stripe-style-4 .tab-style-one.tab-horizontal .tab-inner-content,
.old-ie .stripe-style-4 .shortcode-tabs.tab-style-two .nav,
.old-ie .stripe-style-4 .tab-horizontal.tab-style-two .tab,
.old-ie .stripe-style-4 .tab-style-three.tab-horizontal .tab-inner-content,
.old-ie .stripe-style-4 .tab-style-one.tab-horizontal .tab:before,
.old-ie .stripe-style-4 .tab-style-three.tab-horizontal .tab:before,
.old-ie .stripe-style-4 .tab-style-one.vertical-tab .tab:after,
.old-ie .stripe-style-4 .tab-style-one.vertical-tab .nav,
.old-ie .stripe-style-4 .tab-style-two.vertical-tab .tab,
.old-ie .stripe-style-4 .tab-style-three.vertical-tab .tab,
.old-ie .stripe-style-4 .tab-style-three.vertical-tab .nav,
.old-ie .stripe-style-4 .wpb_tour.tab-style-one .wpb_tabs_nav li,
.old-ie .stripe-style-4 .wpb_tour.tab-style-two .wpb_tabs_nav li,
.old-ie .stripe-style-4 .wpb_tour.tab-style-three .wpb_tabs_nav,
.old-ie .stripe-style-4 .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: #484b50;
}
.old-ie .stripe-style-5 .tab-style-one,
.old-ie .stripe-style-5 .wpb_tour.tab-style-one,
.old-ie .stripe-style-5 .wpb_tour.tab-style-one .wpb_tabs_nav,
.old-ie .stripe-style-5 .wpb_tabs.tab-style-one,
.old-ie .stripe-style-5 .shortcode-tabs.tab-style-one,
.old-ie .stripe-style-5 .tab-style-one .wpb_tabs_nav,
.old-ie .stripe-style-5 .tab-style-three .wpb_tabs_nav,
.old-ie .stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .stripe-style-5 .tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .stripe-style-5 .tab-style-two .wpb_tabs_nav,
.old-ie .stripe-style-5 .tab-style-two .wpb_tabs_nav > li,
.old-ie .stripe-style-5 .tab-style-one.tab-horizontal .tab-inner-content,
.old-ie .stripe-style-5 .shortcode-tabs.tab-style-two .nav,
.old-ie .stripe-style-5 .tab-horizontal.tab-style-two .tab,
.old-ie .stripe-style-5 .tab-style-three.tab-horizontal .tab-inner-content,
.old-ie .stripe-style-5 .tab-style-one.tab-horizontal .tab:before,
.old-ie .stripe-style-5 .tab-style-three.tab-horizontal .tab:before,
.old-ie .stripe-style-5 .tab-style-one.vertical-tab .tab:after,
.old-ie .stripe-style-5 .tab-style-one.vertical-tab .nav,
.old-ie .stripe-style-5 .tab-style-two.vertical-tab .tab,
.old-ie .stripe-style-5 .tab-style-three.vertical-tab .tab,
.old-ie .stripe-style-5 .tab-style-three.vertical-tab .nav,
.old-ie .stripe-style-5 .wpb_tour.tab-style-one .wpb_tabs_nav li,
.old-ie .stripe-style-5 .wpb_tour.tab-style-two .wpb_tabs_nav li,
.old-ie .stripe-style-5 .wpb_tour.tab-style-three .wpb_tabs_nav,
.old-ie .stripe-style-5 .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: #c5c5c5;
}
.old-ie .shortcode-tabs.tab-style-one,
.old-ie .tab-style-one.tab-horizontal .tab-inner-content,
.old-ie .shortcode-tabs.tab-style-two .nav,
.old-ie .tab-horizontal.tab-style-two .tab,
.old-ie .tab-style-three.tab-horizontal .tab-inner-content,
.old-ie .tab-style-one.tab-horizontal .tab:before,
.old-ie .tab-style-three.tab-horizontal .tab:before,
.old-ie .tab-style-one.vertical-tab .tab:after,
.old-ie .tab-style-one.vertical-tab .nav,
.old-ie .tab-style-two.vertical-tab .tab,
.old-ie .tab-style-three.vertical-tab .tab,
.old-ie .tab-style-three.vertical-tab .nav,
.old-ie .tab-style-one,
.old-ie .wpb_tour.tab-style-one,
.old-ie .wpb_tour.tab-style-one .wpb_tabs_nav,
.old-ie .tab-style-one .wpb_tabs_nav,
.old-ie .tab-style-three .wpb_tabs_nav,
.old-ie .tab-style-one.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .tab-style-three.wpb_tabs .wpb_tabs_nav li:before,
.old-ie .tab-style-two .wpb_tabs_nav,
.old-ie .tab-style-two .wpb_tabs_nav > li,
.old-ie .wpb_tour.tab-style-one .wpb_tabs_nav li,
.old-ie .wpb_tour.tab-style-two .wpb_tabs_nav li,
.old-ie .wpb_tour.tab-style-three .wpb_tabs_nav,
.old-ie .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: #dadee1;
}
@media screen and (max-width: 760px) {
  .shortcode-tabs.tab-style-one {
    border: none;
  }
  .tab-style-one.vertical-tab .tab,
  .shortcode-tabs .tab.fullsize-tab {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: rgba(185,188,191,0.8);
  }
  .stripe-style-1 .tab-style-one.vertical-tab .tab,
  .stripe-style-1 .shortcode-tabs .tab.fullsize-tab {
    border-color: rgba(218,222,225,0.85);
  }
  .stripe-style-2 .tab-style-one.vertical-tab .tab,
  .stripe-style-2 .shortcode-tabs .tab.fullsize-tab {
    border-color: rgba(218,222,225,0.86);
  }
  .stripe-style-3 .tab-style-one.vertical-tab .tab,
  .stripe-style-3 .shortcode-tabs .tab.fullsize-tab {
    border-color: rgba(41,41,65,0.12);
  }
  .stripe-style-4 .tab-style-one.vertical-tab .tab,
  .stripe-style-4 .shortcode-tabs .tab.fullsize-tab {
    border-color: rgba(255,255,255,0.1);
  }
  .stripe-style-5 .tab-style-one.vertical-tab .tab,
  .stripe-style-5 .shortcode-tabs .tab.fullsize-tab {
    border-color: rgba(55,57,59,0.15);
  }
  .old-ie .stripe-style-1 .tab-style-one.vertical-tab .tab,
  .old-ie .stripe-style-1 .shortcode-tabs .tab.fullsize-tab {
    border-color: #dadee1;
  }
  .old-ie .stripe-style-2 .tab-style-one.vertical-tab .tab,
  .old-ie .stripe-style-2 .shortcode-tabs .tab.fullsize-tab {
    border-color: #dadee1;
  }
  .old-ie .stripe-style-3 .tab-style-one.vertical-tab .tab,
  .old-ie .stripe-style-3 .shortcode-tabs .tab.fullsize-tab {
    border-color: #afc5d2;
  }
  .old-ie .stripe-style-4 .tab-style-one.vertical-tab .tab,
  .old-ie .stripe-style-4 .shortcode-tabs .tab.fullsize-tab {
    border-color: #484b50;
  }
  .old-ie .stripe-style-5 .tab-style-one.vertical-tab .tab,
  .old-ie .stripe-style-5 .shortcode-tabs .tab.fullsize-tab {
    border-color: #c5c5c5;
  }
}
.content .shortcode-table-wrap .fancy-header.shortcode-table thead td,
.old-ie .content .shortcode-table-wrap .shortcode-table.fancy-header thead td,
.shortcode-table-wrap thead td {
  background-color: #df9130;
  color: #ffffff;
}
.shortcode-table-wrap .shortcode-table thead td,
.title-row,
.footer-row {
  background-color: rgba(185,188,191,0.8);
  color: #373a41;
}
.stripe-style-1 .shortcode-table-wrap .shortcode-table thead td,
.stripe-style-1 .title-row,
.stripe-style-1 .footer-row {
  background-color: rgba(218,222,225,0.85);
  color: #373a41;
}
.stripe-style-2 .shortcode-table-wrap .shortcode-table thead td,
.stripe-style-2 .title-row,
.stripe-style-2 .footer-row {
  background-color: rgba(218,222,225,0.86);
  color: #373a41;
}
.stripe-style-3 .shortcode-table-wrap .shortcode-table thead td,
.stripe-style-3 .title-row,
.stripe-style-3 .footer-row {
  background-color: rgba(41,41,65,0.12);
  color: #292941;
}
.stripe-style-4 .shortcode-table-wrap .shortcode-table thead td,
.stripe-style-4 .title-row,
.stripe-style-4 .footer-row {
  background-color: rgba(255,255,255,0.1);
  color: #ffffff;
}
.stripe-style-5 .shortcode-table-wrap .shortcode-table thead td,
.stripe-style-5 .title-row,
.stripe-style-5 .footer-row {
  background-color: rgba(55,57,59,0.15);
  color: #37393b;
}
.old-ie .stripe-style-1 .shortcode-table-wrap .shortcode-table thead td,
.old-ie .stripe-style-1 .title-row,
.old-ie .stripe-style-1 .footer-row {
  background-color: #dadee1;
}
.old-ie .stripe-style-2 .shortcode-table-wrap .shortcode-table thead td,
.old-ie .stripe-style-2 .title-row,
.old-ie .stripe-style-2 .footer-row {
  background-color: #dadee1;
}
.old-ie .stripe-style-3 .shortcode-table-wrap .shortcode-table thead td,
.old-ie .stripe-style-3 .title-row,
.old-ie .stripe-style-3 .footer-row {
  background-color: #afc5d2;
}
.old-ie .stripe-style-4 .shortcode-table-wrap .shortcode-table thead td,
.old-ie .stripe-style-4 .title-row,
.old-ie .stripe-style-4 .footer-row {
  background-color: #484b50;
}
.old-ie .stripe-style-5 .shortcode-table-wrap .shortcode-table thead td,
.old-ie .stripe-style-5 .title-row,
.old-ie .stripe-style-5 .footer-row {
  background-color: #c5c5c5;
}
.table-style-one tbody tr:nth-of-type(2n) {
  background-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .table-style-one tbody tr:nth-of-type(2n) {
  background-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .table-style-one tbody tr:nth-of-type(2n) {
  background-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .table-style-one tbody tr:nth-of-type(2n) {
  background-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .table-style-one tbody tr:nth-of-type(2n) {
  background-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .table-style-one tbody tr:nth-of-type(2n) {
  background-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .table-style-one tbody tr:nth-of-type(2n) {
  background-color: #dadee1;
}
.old-ie .stripe-style-2 .table-style-one tbody tr:nth-of-type(2n) {
  background-color: #dadee1;
}
.old-ie .stripe-style-3 .table-style-one tbody tr:nth-of-type(2n) {
  background-color: #afc5d2;
}
.old-ie .stripe-style-4 .table-style-one tbody tr:nth-of-type(2n) {
  background-color: #484b50;
}
.old-ie .stripe-style-5 .table-style-one tbody tr:nth-of-type(2n) {
  background-color: #c5c5c5;
}
.old-ie .shortcode-table thead td,
.old-ie .title-row,
.old-ie .footer-row {
  background-color: #dadee1;
}
.old-ie .table-style-one tbody tr:nth-of-type(2n) {
  background-color: #dadee1;
}
.table-style-two thead td {
  border-bottom: none;
}
.table-style-two td {
  border-bottom-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .table-style-two td {
  border-bottom-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .table-style-two td {
  border-bottom-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .table-style-two td {
  border-bottom-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .table-style-two td {
  border-bottom-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .table-style-two td {
  border-bottom-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .table-style-two td {
  border-bottom-color: #dadee1;
}
.old-ie .stripe-style-2 .table-style-two td {
  border-bottom-color: #dadee1;
}
.old-ie .stripe-style-3 .table-style-two td {
  border-bottom-color: #afc5d2;
}
.old-ie .stripe-style-4 .table-style-two td {
  border-bottom-color: #484b50;
}
.old-ie .stripe-style-5 .table-style-two td {
  border-bottom-color: #c5c5c5;
}
.old-ie .table-style-two td {
  border-bottom-color: #dadee1;
}
.table-style-three tbody,
.table-style-three td,
.normal-row,
.full-boxed-pricing .normal-row,
.full-boxed-pricing .last .normal-row {
  border-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .table-style-three tbody,
.stripe-style-1 .table-style-three td,
.stripe-style-1 .normal-row,
.stripe-style-1 .full-boxed-pricing .normal-row,
.stripe-style-1 .full-boxed-pricing .last .normal-row {
  border-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .table-style-three tbody,
.stripe-style-2 .table-style-three td,
.stripe-style-2 .normal-row,
.stripe-style-2 .full-boxed-pricing .normal-row,
.stripe-style-2 .full-boxed-pricing .last .normal-row {
  border-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .table-style-three tbody,
.stripe-style-3 .table-style-three td,
.stripe-style-3 .normal-row,
.stripe-style-3 .full-boxed-pricing .normal-row,
.stripe-style-3 .full-boxed-pricing .last .normal-row {
  border-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .table-style-three tbody,
.stripe-style-4 .table-style-three td,
.stripe-style-4 .normal-row,
.stripe-style-4 .full-boxed-pricing .normal-row,
.stripe-style-4 .full-boxed-pricing .last .normal-row {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .table-style-three tbody,
.stripe-style-5 .table-style-three td,
.stripe-style-5 .normal-row,
.stripe-style-5 .full-boxed-pricing .normal-row,
.stripe-style-5 .full-boxed-pricing .last .normal-row {
  border-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .table-style-three tbody,
.old-ie .stripe-style-1 .table-style-three td,
.old-ie .stripe-style-1 .normal-row,
.old-ie .stripe-style-1 .full-boxed-pricing .normal-row,
.old-ie .stripe-style-1 .full-boxed-pricing .last .normal-row {
  border-color: #dadee1;
}
.old-ie .stripe-style-2 .table-style-three tbody,
.old-ie .stripe-style-2 .table-style-three td,
.old-ie .stripe-style-2 .normal-row,
.old-ie .stripe-style-2 .full-boxed-pricing .normal-row,
.old-ie .stripe-style-2 .full-boxed-pricing .last .normal-row {
  border-color: #dadee1;
}
.old-ie .stripe-style-3 .table-style-three tbody,
.old-ie .stripe-style-3 .table-style-three td,
.old-ie .stripe-style-3 .normal-row,
.old-ie .stripe-style-3 .full-boxed-pricing .normal-row,
.old-ie .stripe-style-3 .full-boxed-pricing .last .normal-row {
  border-color: #afc5d2;
}
.old-ie .stripe-style-4 .table-style-three tbody,
.old-ie .stripe-style-4 .table-style-three td,
.old-ie .stripe-style-4 .normal-row,
.old-ie .stripe-style-4 .full-boxed-pricing .normal-row,
.old-ie .stripe-style-4 .full-boxed-pricing .last .normal-row {
  border-color: #484b50;
}
.old-ie .stripe-style-5 .table-style-three tbody,
.old-ie .stripe-style-5 .table-style-three td,
.old-ie .stripe-style-5 .normal-row,
.old-ie .stripe-style-5 .full-boxed-pricing .normal-row,
.old-ie .stripe-style-5 .full-boxed-pricing .last .normal-row {
  border-color: #c5c5c5;
}
.old-ie .table-style-three tbody,
.old-ie .table-style-three td,
.old-ie .normal-row,
.old-ie .full-boxed-pricing .last .normal-row {
  border-color: #dadee1;
}
.title-row {
  font-size: 18px;
}
.title-row .price {
  font-size: 38px;
}
.title-row .price span {
  font-size: 12px;
}
.borderframe.br-standard .shortcode-single-image {
  background-color: rgba(55,58,65,0.04);
  border: none;
}
.stripe-style-1 .borderframe.br-standard .shortcode-single-image {
  background-color: rgba(55,58,65,0.04);
  border: none;
}
.stripe-style-2 .borderframe.br-standard .shortcode-single-image {
  background-color: rgba(55,58,65,0.04);
  border: none;
}
.stripe-style-3 .borderframe.br-standard .shortcode-single-image {
  background-color: rgba(41,41,65,0.04);
  border: none;
}
.stripe-style-4 .borderframe.br-standard .shortcode-single-image {
  background-color: rgba(255,255,255,0.04);
  border: none;
}
.stripe-style-5 .borderframe.br-standard .shortcode-single-image {
  background-color: rgba(55,57,59,0.04);
  border: none;
}
.old-ie .stripe-style-1 .borderframe.br-standard .shortcode-single-image {
  background-color: #dadee1;
}
.old-ie .stripe-style-2 .borderframe.br-standard .shortcode-single-image {
  background-color: #dadee1;
}
.old-ie .stripe-style-3 .borderframe.br-standard .shortcode-single-image {
  background-color: #afc5d2;
}
.old-ie .stripe-style-4 .borderframe.br-standard .shortcode-single-image {
  background-color: #484b50;
}
.old-ie .stripe-style-5 .borderframe.br-standard .shortcode-single-image {
  background-color: #c5c5c5;
}
.old-ie .borderframe.br-standard .shortcode-single-image,
.old-ie .br-standard .shortcode-single-caption {
  background-color: #373a41;
  background-color: rgba(56,59,66,0.04);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42);
}
.br-standard .shortcode-single-caption {
  background-color: rgba(55,58,65,0.04);
}
.stripe-style-1 .br-standard .shortcode-single-caption {
  background-color: rgba(55,58,65,0.04);
}
.stripe-style-2 .br-standard .shortcode-single-caption {
  background-color: rgba(55,58,65,0.04);
}
.stripe-style-3 .br-standard .shortcode-single-caption {
  background-color: rgba(41,41,65,0.04);
}
.stripe-style-4 .br-standard .shortcode-single-caption {
  background-color: rgba(255,255,255,0.04);
}
.stripe-style-5 .br-standard .shortcode-single-caption {
  background-color: rgba(55,57,59,0.04);
}
.old-ie .stripe-style-1 .br-standard .shortcode-single-caption {
  background-color: #dadee1;
}
.old-ie .stripe-style-2 .br-standard .shortcode-single-caption {
  background-color: #dadee1;
}
.old-ie .stripe-style-3 .br-standard .shortcode-single-caption {
  background-color: #afc5d2;
}
.old-ie .stripe-style-4 .br-standard .shortcode-single-caption {
  background-color: #484b50;
}
.old-ie .stripe-style-5 .br-standard .shortcode-single-caption {
  background-color: #c5c5c5;
}
.shortcode-single-image-wrap.br-standard.borderframe {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(185,188,191,0.8);
  box-shadow: inset 0px 0px 0px 1px rgba(185,188,191,0.8);
}
.stripe-style-1 .shortcode-single-image-wrap.br-standard.borderframe {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
}
.stripe-style-2 .shortcode-single-image-wrap.br-standard.borderframe {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.86);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.86);
}
.stripe-style-3 .shortcode-single-image-wrap.br-standard.borderframe {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(41,41,65,0.12);
  box-shadow: inset 0px 0px 0px 1px rgba(41,41,65,0.12);
}
.stripe-style-4 .shortcode-single-image-wrap.br-standard.borderframe {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
}
.stripe-style-5 .shortcode-single-image-wrap.br-standard.borderframe {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(55,57,59,0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(55,57,59,0.15);
}
.borderframe .shortcode-single-image {
  border: 1px solid rgba(185,188,191,0.8);
}
.stripe-style-1 .borderframe .shortcode-single-image {
  border: 1px solid rgba(218,222,225,0.85);
}
.stripe-style-2 .borderframe .shortcode-single-image {
  border: 1px solid rgba(218,222,225,0.86);
}
.stripe-style-3 .borderframe .shortcode-single-image {
  border: 1px solid rgba(41,41,65,0.12);
}
.stripe-style-4 .borderframe .shortcode-single-image {
  border: 1px solid rgba(255,255,255,0.1);
}
.stripe-style-5 .borderframe .shortcode-single-image {
  border: 1px solid rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .borderframe .shortcode-single-image {
  border-color: #dadee1;
}
.old-ie .stripe-style-2 .borderframe .shortcode-single-image {
  border-color: #dadee1;
}
.old-ie .stripe-style-3 .borderframe .shortcode-single-image {
  border-color: #afc5d2;
}
.old-ie .stripe-style-4 .borderframe .shortcode-single-image {
  border-color: #484b50;
}
.old-ie .stripe-style-5 .borderframe .shortcode-single-image {
  border-color: #c5c5c5;
}
.old-ie .borderframe .shortcode-single-image {
  border: 1px solid #dadee1;
}
.shortcode-single-caption {
  line-height: 20px;
  border-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .shortcode-single-caption {
  border-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .shortcode-single-caption {
  border-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .shortcode-single-caption {
  border-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .shortcode-single-caption {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .shortcode-single-caption {
  border-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .shortcode-single-caption {
  border-color: #dadee1;
}
.old-ie .stripe-style-2 .shortcode-single-caption {
  border-color: #dadee1;
}
.old-ie .stripe-style-3 .shortcode-single-caption {
  border-color: #afc5d2;
}
.old-ie .stripe-style-4 .shortcode-single-caption {
  border-color: #484b50;
}
.old-ie .stripe-style-5 .shortcode-single-caption {
  border-color: #c5c5c5;
}
.old-ie .shortcode-single-caption {
  border-color: #dadee1;
}
.frame-on,
.dt-style .flexslider {
  border: 1px solid;
  border-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .frame-on,
.stripe-style-1 .dt-style .flexslider {
  border-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .frame-on,
.stripe-style-2 .dt-style .flexslider {
  border-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .frame-on,
.stripe-style-3 .dt-style .flexslider {
  border-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .frame-on,
.stripe-style-4 .dt-style .flexslider {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .frame-on,
.stripe-style-5 .dt-style .flexslider {
  border-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .frame-on,
.old-ie .stripe-style-1 .dt-style .flexslider {
  border-color: #dadee1;
}
.old-ie .stripe-style-2 .frame-on,
.old-ie .stripe-style-2 .dt-style .flexslider {
  border-color: #dadee1;
}
.old-ie .stripe-style-3 .frame-on,
.old-ie .stripe-style-3 .dt-style .flexslider {
  border-color: #afc5d2;
}
.old-ie .stripe-style-4 .frame-on,
.old-ie .stripe-style-4 .dt-style .flexslider {
  border-color: #484b50;
}
.old-ie .stripe-style-5 .frame-on,
.old-ie .stripe-style-5 .dt-style .flexslider {
  border-color: #c5c5c5;
}
.old-ie .frame-on,
.old-ie .dt-style .flexslider {
  border-color: #dadee1;
}
.details,
.details:hover,
.link.btn-link,
#main ul.products li.product .button,
#main ul.products li.product .button:hover,
#main ul.products li.product .added_to_cart,
.btn-zoom {
  font-size: 12px;
  color: #df9130;
}
.stripe-style-1 .details,
.stripe-style-1 .details:hover,
.stripe-style-1 .link.btn-link,
.stripe-style-1 #main ul.products li.product .button,
.stripe-style-1 #main ul.products li.product .button:hover,
.stripe-style-1 #main ul.products li.product .added_to_cart,
.stripe-style-1 .btn-zoom {
  color: #df9130;
}
.stripe-style-2 .details,
.stripe-style-2 .details:hover,
.stripe-style-2 .link.btn-link,
.stripe-style-2 #main ul.products li.product .button,
.stripe-style-2 #main ul.products li.product .button:hover,
.stripe-style-2 #main ul.products li.product .added_to_cart,
.stripe-style-2 .btn-zoom {
  color: #df9130;
}
.stripe-style-3 .details,
.stripe-style-3 .details:hover,
.stripe-style-3 .link.btn-link,
.stripe-style-3 #main ul.products li.product .button,
.stripe-style-3 #main ul.products li.product .button:hover,
.stripe-style-3 #main ul.products li.product .added_to_cart,
.stripe-style-3 .btn-zoom {
  color: #df9130;
}
.stripe-style-4 .details,
.stripe-style-4 .details:hover,
.stripe-style-4 .link.btn-link,
.stripe-style-4 #main ul.products li.product .button,
.stripe-style-4 #main ul.products li.product .button:hover,
.stripe-style-4 #main ul.products li.product .added_to_cart,
.stripe-style-4 .btn-zoom {
  color: #df9130;
}
.stripe-style-5 .details,
.stripe-style-5 .details:hover,
.stripe-style-5 .link.btn-link,
.stripe-style-5 #main ul.products li.product .button,
.stripe-style-5 #main ul.products li.product .button:hover,
.stripe-style-5 #main ul.products li.product .added_to_cart,
.stripe-style-5 .btn-zoom {
  color: #df9130;
}
.rollover-content .details:hover {
  color: #ffffff;
}
#main ul.products li.product .button {
  line-height: 20px;
  font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.shortcode-banner-bg > * {
  line-height: 20px;
}
.team-author-name {
  color: #373a41;
}
.stripe-style-1 .team-author-name {
  color: #373a41;
}
.stripe-style-2 .team-author-name {
  color: #373a41;
}
.stripe-style-3 .team-author-name {
  color: #292941;
}
.stripe-style-4 .team-author-name {
  color: #ffffff;
}
.stripe-style-5 .team-author-name {
  color: #37393b;
}
.sidebar-content .team-author-name {
  color: #373a41;
}
.footer .team-author-name {
  color: #373a41;
}
.team-author-name {
  font-size: 18px;
}
.team-author p {
  font-size: 12px;
  color: #df9130;
}
.fs-entry .link i:before,
.fs-entry .link a:before,
.shortcode-instagram .fs-entry .link a:before,
.swiper-slide .link i:before {
  border-top-color: #df9130;
}
.rollover-content,
.swiper-caption {
  background-color: rgba(223,145,48,0.9);
}
.old-ie .rollover-content,
.old-ie .swiper-caption {
  background-color: #df9130;
}
.rollover-content,
.rollover-content *,
.rollover-content .entry-meta a,
.rollover-content .portfolio-categories a,
.text-on-img .portfolio-categories a:hover,
.rollover-content .entry-meta a *,
.rollover-content .portfolio-categories a *,
.old-ie .rollover-content .entry-meta a:hover,
.old-ie .rollover-content .portfolio-categories a:hover,
.old-ie .rollover-content .entry-meta a:hover *,
.old-ie .rollover-content .portfolio-categories a:hover *,
.text-on-img .portfolio-categories a:hover *,
.rollover-content h2.entry-title,
.rollover-content h2.entry-title a,
.rollover-content .project-details,
.rollover-content .project-link,
.rollover-content .project-zoom,
.rollover-content .project-details:hover,
.rollover-content .project-link:hover,
.rollover-content .project-zoom:hover,
.text-on-img .project-details,
.text-on-img .project-link,
.text-on-img .project-details:hover,
.text-on-img .project-link:hover,
.text-on-img .fs-entry-content,
.text-on-img .fs-entry-content *,
.swiper-caption,
.swiper-caption h4,
.swiper-caption a,
.swiper-caption h4 a,
.rollover-content a:hover {
  color: #ffffff;
}
.stripe-style-1 .rollover-content,
.stripe-style-1 .rollover-content *,
.stripe-style-1 .rollover-content .entry-meta a,
.stripe-style-1 .rollover-content .portfolio-categories a,
.stripe-style-1 .text-on-img .portfolio-categories a:hover,
.stripe-style-1 .rollover-content .entry-meta a *,
.stripe-style-1 .rollover-content .portfolio-categories a *,
.stripe-style-1 .old-ie .rollover-content .entry-meta a:hover,
.stripe-style-1 .old-ie .rollover-content .portfolio-categories a:hover,
.stripe-style-1 .old-ie .rollover-content .entry-meta a:hover *,
.stripe-style-1 .old-ie .rollover-content .portfolio-categories a:hover *,
.stripe-style-1 .text-on-img .portfolio-categories a:hover *,
.stripe-style-1 .rollover-content h2.entry-title,
.stripe-style-1 .rollover-content h2.entry-title a,
.stripe-style-1 .rollover-content .project-details,
.stripe-style-1 .rollover-content .project-link,
.stripe-style-1 .rollover-content .project-zoom,
.stripe-style-1 .rollover-content .project-details:hover,
.stripe-style-1 .rollover-content .project-link:hover,
.stripe-style-1 .rollover-content .project-zoom:hover,
.stripe-style-1 .text-on-img .project-details,
.stripe-style-1 .text-on-img .project-link,
.stripe-style-1 .text-on-img .project-details:hover,
.stripe-style-1 .text-on-img .project-link:hover,
.stripe-style-1 .text-on-img .fs-entry-content,
.stripe-style-1 .text-on-img .fs-entry-content *,
.stripe-style-1 .swiper-caption,
.stripe-style-1 .swiper-caption h4,
.stripe-style-1 .swiper-caption a,
.stripe-style-1 .swiper-caption h4 a,
.stripe-style-1 .rollover-content a:hover {
  color: #ffffff;
}
.stripe-style-2 .rollover-content,
.stripe-style-2 .rollover-content *,
.stripe-style-2 .rollover-content .entry-meta a,
.stripe-style-2 .rollover-content .portfolio-categories a,
.stripe-style-2 .text-on-img .portfolio-categories a:hover,
.stripe-style-2 .rollover-content .entry-meta a *,
.stripe-style-2 .rollover-content .portfolio-categories a *,
.stripe-style-2 .old-ie .rollover-content .entry-meta a:hover,
.stripe-style-2 .old-ie .rollover-content .portfolio-categories a:hover,
.stripe-style-2 .old-ie .rollover-content .entry-meta a:hover *,
.stripe-style-2 .old-ie .rollover-content .portfolio-categories a:hover *,
.stripe-style-2 .text-on-img .portfolio-categories a:hover *,
.stripe-style-2 .rollover-content h2.entry-title,
.stripe-style-2 .rollover-content h2.entry-title a,
.stripe-style-2 .rollover-content .project-details,
.stripe-style-2 .rollover-content .project-link,
.stripe-style-2 .rollover-content .project-zoom,
.stripe-style-2 .rollover-content .project-details:hover,
.stripe-style-2 .rollover-content .project-link:hover,
.stripe-style-2 .rollover-content .project-zoom:hover,
.stripe-style-2 .text-on-img .project-details,
.stripe-style-2 .text-on-img .project-link,
.stripe-style-2 .text-on-img .project-details:hover,
.stripe-style-2 .text-on-img .project-link:hover,
.stripe-style-2 .text-on-img .fs-entry-content,
.stripe-style-2 .text-on-img .fs-entry-content *,
.stripe-style-2 .swiper-caption,
.stripe-style-2 .swiper-caption h4,
.stripe-style-2 .swiper-caption a,
.stripe-style-2 .swiper-caption h4 a,
.stripe-style-2 .rollover-content a:hover {
  color: #ffffff;
}
.stripe-style-3 .rollover-content,
.stripe-style-3 .rollover-content *,
.stripe-style-3 .rollover-content .entry-meta a,
.stripe-style-3 .rollover-content .portfolio-categories a,
.stripe-style-3 .text-on-img .portfolio-categories a:hover,
.stripe-style-3 .rollover-content .entry-meta a *,
.stripe-style-3 .rollover-content .portfolio-categories a *,
.stripe-style-3 .old-ie .rollover-content .entry-meta a:hover,
.stripe-style-3 .old-ie .rollover-content .portfolio-categories a:hover,
.stripe-style-3 .old-ie .rollover-content .entry-meta a:hover *,
.stripe-style-3 .old-ie .rollover-content .portfolio-categories a:hover *,
.stripe-style-3 .text-on-img .portfolio-categories a:hover *,
.stripe-style-3 .rollover-content h2.entry-title,
.stripe-style-3 .rollover-content h2.entry-title a,
.stripe-style-3 .rollover-content .project-details,
.stripe-style-3 .rollover-content .project-link,
.stripe-style-3 .rollover-content .project-zoom,
.stripe-style-3 .rollover-content .project-details:hover,
.stripe-style-3 .rollover-content .project-link:hover,
.stripe-style-3 .rollover-content .project-zoom:hover,
.stripe-style-3 .text-on-img .project-details,
.stripe-style-3 .text-on-img .project-link,
.stripe-style-3 .text-on-img .project-details:hover,
.stripe-style-3 .text-on-img .project-link:hover,
.stripe-style-3 .text-on-img .fs-entry-content,
.stripe-style-3 .text-on-img .fs-entry-content *,
.stripe-style-3 .swiper-caption,
.stripe-style-3 .swiper-caption h4,
.stripe-style-3 .swiper-caption a,
.stripe-style-3 .swiper-caption h4 a,
.stripe-style-3 .rollover-content a:hover {
  color: #ffffff;
}
.stripe-style-4 .rollover-content,
.stripe-style-4 .rollover-content *,
.stripe-style-4 .rollover-content .entry-meta a,
.stripe-style-4 .rollover-content .portfolio-categories a,
.stripe-style-4 .text-on-img .portfolio-categories a:hover,
.stripe-style-4 .rollover-content .entry-meta a *,
.stripe-style-4 .rollover-content .portfolio-categories a *,
.stripe-style-4 .old-ie .rollover-content .entry-meta a:hover,
.stripe-style-4 .old-ie .rollover-content .portfolio-categories a:hover,
.stripe-style-4 .old-ie .rollover-content .entry-meta a:hover *,
.stripe-style-4 .old-ie .rollover-content .portfolio-categories a:hover *,
.stripe-style-4 .text-on-img .portfolio-categories a:hover *,
.stripe-style-4 .rollover-content h2.entry-title,
.stripe-style-4 .rollover-content h2.entry-title a,
.stripe-style-4 .rollover-content .project-details,
.stripe-style-4 .rollover-content .project-link,
.stripe-style-4 .rollover-content .project-zoom,
.stripe-style-4 .rollover-content .project-details:hover,
.stripe-style-4 .rollover-content .project-link:hover,
.stripe-style-4 .rollover-content .project-zoom:hover,
.stripe-style-4 .text-on-img .project-details,
.stripe-style-4 .text-on-img .project-link,
.stripe-style-4 .text-on-img .project-details:hover,
.stripe-style-4 .text-on-img .project-link:hover,
.stripe-style-4 .text-on-img .fs-entry-content,
.stripe-style-4 .text-on-img .fs-entry-content *,
.stripe-style-4 .swiper-caption,
.stripe-style-4 .swiper-caption h4,
.stripe-style-4 .swiper-caption a,
.stripe-style-4 .swiper-caption h4 a,
.stripe-style-4 .rollover-content a:hover {
  color: #ffffff;
}
.stripe-style-5 .rollover-content,
.stripe-style-5 .rollover-content *,
.stripe-style-5 .rollover-content .entry-meta a,
.stripe-style-5 .rollover-content .portfolio-categories a,
.stripe-style-5 .text-on-img .portfolio-categories a:hover,
.stripe-style-5 .rollover-content .entry-meta a *,
.stripe-style-5 .rollover-content .portfolio-categories a *,
.stripe-style-5 .old-ie .rollover-content .entry-meta a:hover,
.stripe-style-5 .old-ie .rollover-content .portfolio-categories a:hover,
.stripe-style-5 .old-ie .rollover-content .entry-meta a:hover *,
.stripe-style-5 .old-ie .rollover-content .portfolio-categories a:hover *,
.stripe-style-5 .text-on-img .portfolio-categories a:hover *,
.stripe-style-5 .rollover-content h2.entry-title,
.stripe-style-5 .rollover-content h2.entry-title a,
.stripe-style-5 .rollover-content .project-details,
.stripe-style-5 .rollover-content .project-link,
.stripe-style-5 .rollover-content .project-zoom,
.stripe-style-5 .rollover-content .project-details:hover,
.stripe-style-5 .rollover-content .project-link:hover,
.stripe-style-5 .rollover-content .project-zoom:hover,
.stripe-style-5 .text-on-img .project-details,
.stripe-style-5 .text-on-img .project-link,
.stripe-style-5 .text-on-img .project-details:hover,
.stripe-style-5 .text-on-img .project-link:hover,
.stripe-style-5 .text-on-img .fs-entry-content,
.stripe-style-5 .text-on-img .fs-entry-content *,
.stripe-style-5 .swiper-caption,
.stripe-style-5 .swiper-caption h4,
.stripe-style-5 .swiper-caption a,
.stripe-style-5 .swiper-caption h4 a,
.stripe-style-5 .rollover-content a:hover {
  color: #ffffff;
}
.text-on-img .fs-entry-content {
  background-color: rgba(223,145,48,0.9);
  color: #ffffff;
}
.old-ie .text-on-img .fs-entry-content {
  background-color: #df9130;
  background-color: rgba(223,144,48,0.9);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5de8f2f, endColorstr=#e5de8f2f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5de8f2f, endColorstr=#e5de8f2f);
}
.project-details,
.project-link,
.project-zoom,
.project-details:hover,
.project-link:hover {
  color: #df9130;
  font-size: 12px;
}
.stripe-style-1 .project-details,
.stripe-style-1 .project-link,
.stripe-style-1 .project-zoom,
.stripe-style-1 .project-details:hover,
.stripe-style-1 .project-link:hover {
  color: #df9130;
}
.stripe-style-2 .project-details,
.stripe-style-2 .project-link,
.stripe-style-2 .project-zoom,
.stripe-style-2 .project-details:hover,
.stripe-style-2 .project-link:hover {
  color: #df9130;
}
.stripe-style-3 .project-details,
.stripe-style-3 .project-link,
.stripe-style-3 .project-zoom,
.stripe-style-3 .project-details:hover,
.stripe-style-3 .project-link:hover {
  color: #df9130;
}
.stripe-style-4 .project-details,
.stripe-style-4 .project-link,
.stripe-style-4 .project-zoom,
.stripe-style-4 .project-details:hover,
.stripe-style-4 .project-link:hover {
  color: #df9130;
}
.stripe-style-5 .project-details,
.stripe-style-5 .project-link,
.stripe-style-5 .project-zoom,
.stripe-style-5 .project-details:hover,
.stripe-style-5 .project-link:hover {
  color: #df9130;
}
.project-details {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M3.632,0.172C3.673,0.255,11,6.5,11,6.5l-7.451,6.328l-0.998-1.005L8.859,6.5L2.634,1.177L3.632,0.172z%22/%3E%3C/svg%3E");
}
.rollover-content .project-details,
.text-on-img .project-details {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M3.632,0.172C3.673,0.255,11,6.5,11,6.5l-7.451,6.328l-0.998-1.005L8.859,6.5L2.634,1.177L3.632,0.172z%22/%3E%3C/svg%3E");
}
.hover-color-static .rollover-content .project-details,
.hover-color-static.text-on-img .project-details {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M3.632,0.172C3.673,0.255,11,6.5,11,6.5l-7.451,6.328l-0.998-1.005L8.859,6.5L2.634,1.177L3.632,0.172z%22/%3E%3C/svg%3E");
}
.project-link,
.btn-project-link,
.hover-color-static .rollover-content .project-link,
.hover-color-static.text-on-img .project-link {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M5.138,6.376c0.219-0.22,0.461-0.4,0.72-0.542c1.439-0.794,3.279-0.55,4.204,0.854L9,7.844c-0.48-1.097-1.033-1.037-1.962-0.83C6.739,7.08,6.562,7.178,6.174,7.364l-2.252,2.2c-0.497,0.696-0.59,1.831,0.062,2.483%09c0.652,0.651,1.805,0.575,2.456-0.076l0.662-0.661c0.066,0.026,1.247,0.941,1.228,0.942l-0.805,0.805c-1.252,1.252-3.281,1.252-4.533,0c-1.253-1.253-1.253-3.283,0-4.535L5.138,6.376z%20M8.546,2.968L7.732,3.826C8.354,4.179,8.411,4.373,8.97,4.714l0.592-0.683c1.5-1.453,2.771,0.224,2.547,0c0.65,0.652,0.537,1.734-0.03,2.483L9.933,8.662C9.196,9.216,8.133,9.211,7.485,8.563C7.334,8.411,7.32,8.453,7.239,8.269L6.088,9.278C6.205,9.457,6.244,9.492,6.4,9.648c0.405,0.405,0.92,0.705,1.514,0.85c0.768,0.183,1.591,0.081,2.299-0.309c0.259-0.142,0.501-0.323,0.72-0.541l2.147-2.147c1.252-1.252,1.252-3.281,0-4.533C11.828,1.715,9.799,1.715,8.546,2.968z%22/%3E%3C/svg%3E");
}
.rollover-content .project-link,
.swiper-link,
.text-on-img .project-link {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M5.138,6.376c0.219-0.22,0.461-0.4,0.72-0.542c1.439-0.794,3.279-0.55,4.204,0.854L9,7.844c-0.48-1.097-1.033-1.037-1.962-0.83C6.739,7.08,6.562,7.178,6.174,7.364l-2.252,2.2c-0.497,0.696-0.59,1.831,0.062,2.483%09c0.652,0.651,1.805,0.575,2.456-0.076l0.662-0.661c0.066,0.026,1.247,0.941,1.228,0.942l-0.805,0.805c-1.252,1.252-3.281,1.252-4.533,0c-1.253-1.253-1.253-3.283,0-4.535L5.138,6.376z%20M8.546,2.968L7.732,3.826C8.354,4.179,8.411,4.373,8.97,4.714l0.592-0.683c1.5-1.453,2.771,0.224,2.547,0c0.65,0.652,0.537,1.734-0.03,2.483L9.933,8.662C9.196,9.216,8.133,9.211,7.485,8.563C7.334,8.411,7.32,8.453,7.239,8.269L6.088,9.278C6.205,9.457,6.244,9.492,6.4,9.648c0.405,0.405,0.92,0.705,1.514,0.85c0.768,0.183,1.591,0.081,2.299-0.309c0.259-0.142,0.501-0.323,0.72-0.541l2.147-2.147c1.252-1.252,1.252-3.281,0-4.533C11.828,1.715,9.799,1.715,8.546,2.968z%22/%3E%3C/svg%3E");
}
.fs-entry .link i:after,
.fs-entry .link a:after,
.rollover-project .link i:after,
.swiper-slide .link i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='14px'%20height='14px'%20viewBox='0%200%2014%2014'%20enable-background='new%200%200%2014%2014'%20fill='%23ffffff'%20xml:space='preserve'%3E%3Crect%20x='5.988'%20width='2.027'%20height='14'/%3E%3Crect%20x='0.002'%20y='5.986'%20width='14'%20height='2.028'/%3E%3C/svg%3E");
}
.old-ie .rollover-project .link i:after,
.old-ie .swiper-slide .link i:after {
  background-position: 0px -1160px;
}
.shortcode-instagram .fs-entry .link a:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='8px'%20height='8px'%20viewBox='0%200%208%208'%20fill='%23ffffff'%20enable-background='new%200%200%208%208'%20xml:space='preserve'%3E%3Crect%20x='2.969'%20width='2.031'%20height='8'/%3E%3Crect%20y='3'%20width='8'%20height='2'/%3E%3C/svg%3E");
}
.old-ie .shortcode-instagram .fs-entry .link a:after {
  background-position: -1px -351px;
}
.slider-wrapper .prev i:after,
.ls-container.ls-carousel .ls-nav-prev,
.ls-container.ls-carousel .ls-nav-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2212px%22%20height=%2220px%22%20viewBox=%222.004%20-2%2012%2020%22%20enable-background=%22new%202.004%20-2%2012%2020%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%222.711,7.993%2012.008,17.297%2013.297,16.015%205.058,7.998%2013.297,-0.016%2012.078,-1.297%20%22/%3E%3C/svg%3E");
}
.old-ie .slider-wrapper .prev i:after,
.old-ie .ls-container.ls-carousel .ls-nav-prev,
.old-ie .ls-container.ls-carousel .ls-nav-prev:hover {
  background-position: 0 -890px;
}
.slider-wrapper .next i:after,
.ls-container.ls-carousel .ls-nav-next,
.ls-container.ls-carousel .ls-nav-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2212px%22%20height=%2220px%22%20viewBox=%222.004%20-2%2012%2020%22%20enable-background=%22new%202.004%20-2%2012%2020%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%223.93,-1.297%202.711,-0.016%2010.95,7.998%202.711,16.015%204,17.297%2013.297,7.993%20%22/%3E%3C/svg%3E");
}
.old-ie .slider-wrapper .next i:after,
.old-ie .ls-container.ls-carousel .ls-nav-next,
.old-ie .ls-container.ls-carousel .ls-nav-next:hover {
  background-position: 0 -950px;
}
.shortcode-tooltip {
  color: #df9130;
  border-color: #df9130;
}
.stripe-style-1 .shortcode-tooltip {
  color: #df9130;
  border-color: #df9130;
}
.stripe-style-2 .shortcode-tooltip {
  color: #df9130;
  border-color: #df9130;
}
.stripe-style-3 .shortcode-tooltip {
  color: #df9130;
  border-color: #df9130;
}
.stripe-style-4 .shortcode-tooltip {
  color: #df9130;
  border-color: #df9130;
}
.stripe-style-5 .shortcode-tooltip {
  color: #df9130;
  border-color: #df9130;
}
.rsCont .rsBullet {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='3px'%20height='3px'%20viewBox='0%200%203%203'%20enable-background='new%200%200%203%203'%20xml:space='preserve'%3E%3Cpath%20fill='%235b5e63'%20%20d='M1.5,0C0.671,0,0,0.671,0,1.5C0,2.328,0.671,3,1.5,3C2.328,3,3,2.328,3,1.5C3,0.671,2.328,0,1.5,0z'/%3E%3C/svg%3E");
}
.stripe-style-1 .rsCont .rsBullet {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='3px'%20height='3px'%20viewBox='0%200%203%203'%20enable-background='new%200%200%203%203'%20xml:space='preserve'%3E%3Cpath%20fill='%238d9095'%20%20d='M1.5,0C0.671,0,0,0.671,0,1.5C0,2.328,0.671,3,1.5,3C2.328,3,3,2.328,3,1.5C3,0.671,2.328,0,1.5,0z'/%3E%3C/svg%3E");
}
.stripe-style-2 .rsCont .rsBullet {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='3px'%20height='3px'%20viewBox='0%200%203%203'%20enable-background='new%200%200%203%203'%20xml:space='preserve'%3E%3Cpath%20fill='%238d9095'%20%20d='M1.5,0C0.671,0,0,0.671,0,1.5C0,2.328,0.671,3,1.5,3C2.328,3,3,2.328,3,1.5C3,0.671,2.328,0,1.5,0z'/%3E%3C/svg%3E");
}
.stripe-style-3 .rsCont .rsBullet {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='3px'%20height='3px'%20viewBox='0%200%203%203'%20enable-background='new%200%200%203%203'%20xml:space='preserve'%3E%3Cpath%20fill='%236e7a91'%20%20d='M1.5,0C0.671,0,0,0.671,0,1.5C0,2.328,0.671,3,1.5,3C2.328,3,3,2.328,3,1.5C3,0.671,2.328,0,1.5,0z'/%3E%3C/svg%3E");
}
.stripe-style-4 .rsCont .rsBullet {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='3px'%20height='3px'%20viewBox='0%200%203%203'%20enable-background='new%200%200%203%203'%20xml:space='preserve'%3E%3Cpath%20fill='%23ffffff'%20%20d='M1.5,0C0.671,0,0,0.671,0,1.5C0,2.328,0.671,3,1.5,3C2.328,3,3,2.328,3,1.5C3,0.671,2.328,0,1.5,0z'/%3E%3C/svg%3E");
}
.stripe-style-5 .rsCont .rsBullet {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='3px'%20height='3px'%20viewBox='0%200%203%203'%20enable-background='new%200%200%203%203'%20xml:space='preserve'%3E%3Cpath%20fill='%2337393b'%20%20d='M1.5,0C0.671,0,0,0.671,0,1.5C0,2.328,0.671,3,1.5,3C2.328,3,3,2.328,3,1.5C3,0.671,2.328,0,1.5,0z'/%3E%3C/svg%3E");
}
.sidebar .rsContW .rsBullet,
.sidebar-content .widget .rsContW .rsBullet {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='3px'%20height='3px'%20viewBox='0%200%203%203'%20enable-background='new%200%200%203%203'%20xml:space='preserve'%3E%3Cpath%20fill='%238d9095'%20%20d='M1.5,0C0.671,0,0,0.671,0,1.5C0,2.328,0.671,3,1.5,3C2.328,3,3,2.328,3,1.5C3,0.671,2.328,0,1.5,0z'/%3E%3C/svg%3E");
}
.widget .rsContW .rsBullet {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='3px'%20height='3px'%20viewBox='0%200%203%203'%20enable-background='new%200%200%203%203'%20xml:space='preserve'%3E%3Cpath%20fill='%235b5e63'%20%20d='M1.5,0C0.671,0,0,0.671,0,1.5C0,2.328,0.671,3,1.5,3C2.328,3,3,2.328,3,1.5C3,0.671,2.328,0,1.5,0z'/%3E%3C/svg%3E");
}
#footer .rsContW .rsBullet {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='3px'%20height='3px'%20viewBox='0%200%203%203'%20enable-background='new%200%200%203%203'%20xml:space='preserve'%3E%3Cpath%20fill='%238d9095' %20d='M1.5,0C0.671,0,0,0.671,0,1.5C0,2.328,0.671,3,1.5,3C2.328,3,3,2.328,3,1.5C3,0.671,2.328,0,1.5,0z'/%3E%3C/svg%3E");
}
.rsCont .rsBullet.rsNavSelected,
.sidebar .rsContW .rsBullet.rsNavSelected,
#footer .rsContW .rsBullet.rsNavSelected,
.widget .rsContW .rsBullet.rsNavSelected {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='3px'%20height='3px'%20viewBox='0%200%203%203'%20enable-background='new%200%200%203%203'%20xml:space='preserve'%3E%3Cpath%20fill='%23df9130' %20d='M1.5,0C0.671,0,0,0.671,0,1.5C0,2.328,0.671,3,1.5,3C2.328,3,3,2.328,3,1.5C3,0.671,2.328,0,1.5,0z'/%3E%3C/svg%3E");
}
.old-ie .rsCont .rsBullet.rsNavSelected,
.old-ie .sidebar .rsContW .rsBullet.rsNavSelected,
.old-ie #footer .rsContW .rsBullet.rsNavSelected {
  background-image: url(/themes/LPCORE/images/old-ie.png);
  background-position: 0 -746px;
}
.rsShor .rsArrowRight .rsArrowIcn:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2226px%22%20height=%2236px%22%20viewBox=%220%200%2026%2036%22%20enable-background=%22new%200%200%2026%2036%22%20fill=%22white%22%20xml:space=%22preserve%22%3E%3Cpolygon%20points=%2221.637,18.566%205.575,2.491%204.37,3.694%2019.229,18.566%204.362,33.419%205.565,34.623%20%22/%3E%20%3C/svg%3E");
}
.rsShor .rsArrowRight .rsArrowIcn:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2226px%22%20height=%2236px%22%20viewBox=%220%200%2026%2036%22%20enable-background=%22new%200%200%2026%2036%22%20fill=%22rgba(0,0,0,0.15)%22%20xml:space=%22preserve%22%3E%3Cpolygon%20points=%2221.637,18.566%205.575,2.491%204.37,3.694%2019.229,18.566%204.362,33.419%205.565,34.623%20%22/%3E%20%3C/svg%3E");
}
.rsShor .rsArrowRight .rsArrowIcn:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2226px%22%20height=%2236px%22%20viewBox=%220%200%2026%2036%22%20enable-background=%22new%200%200%2026%2036%22%20fill=%22rgba(255,255,255,0.7)%22%20xml:space=%22preserve%22%3E%3Cpolygon%20points=%2221.637,18.566%205.575,2.491%204.37,3.694%2019.229,18.566%204.362,33.419%205.565,34.623%20%22/%3E%20%3C/svg%3E");
}
.old-ie .rsShor .rsArrowRight .rsArrowIcn:before {
  background-position: 0 -250px;
}
.rsShor .rsArrowLeft .rsArrowIcn:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2226px%22%20height=%2236px%22%20viewBox=%220%200%2026%2036%22%20enable-background=%22new%200%200%2026%2036%22%20fill=%22white%22%20xml:space=%22preserve%22%3E%3Cpolygon%20points=%224.362,18.566%2020.424,2.491%2021.629,3.694%206.771,18.566%2021.637,33.419%2020.434,34.623%20%22/%3E%3C/svg%3E");
}
.rsShor .rsArrowLeft .rsArrowIcn:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2226px%22%20height=%2236px%22%20viewBox=%220%200%2026%2036%22%20enable-background=%22new%200%200%2026%2036%22%20fill=%22rgba(0,0,0,0.15)%22%20xml:space=%22preserve%22%3E%3Cpolygon%20points=%224.362,18.566%2020.424,2.491%2021.629,3.694%206.771,18.566%2021.637,33.419%2020.434,34.623%20%22/%3E%3C/svg%3E");
}
.rsShor .rsArrowLeft .rsArrowIcn:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2226px%22%20height=%2236px%22%20viewBox=%220%200%2026%2036%22%20enable-background=%22new%200%200%2026%2036%22%20fill=%22rgba(255,255,255,0.7)%22%20xml:space=%22preserve%22%3E%3Cpolygon%20points=%224.362,18.566%2020.424,2.491%2021.629,3.694%206.771,18.566%2021.637,33.419%2020.434,34.623%20%22/%3E%3C/svg%3E");
}
.old-ie .rsShor .rsArrowLeft .rsArrowIcn:before {
  background-position: 0 -290px;
}
.dl-menuwrapper li.dl-back span:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%09%20width='10px'%20height='7px'%20viewBox='0%200%2010%207'%20enable-background='new%200%200%2010%207'%20xml:space='preserve'%3E%3Crect%20x='3.5'%20y='2'%20fill='%23373a41'%20width='6.5'%20height='3'/%3E%3Cpolyline%20fill='%23373a41'%20points='4.031,7%200.068,3.5%204.031,0%20'/%3E%3C/svg%3E");
}
.no-touch .dl-menuwrapper li.dl-back a:hover span:before,
.touch .dl-menuwrapper li.dl-back a:active span:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%09%20width='10px'%20height='7px'%20viewBox='0%200%2010%207'%20enable-background='new%200%200%2010%207'%20xml:space='preserve'%3E%3Crect%20x='3.5'%20y='2'%20fill='%23df9130'%20width='6.5'%20height='3'/%3E%3Cpolyline%20fill='%23df9130'%20points='4.031,7%200.068,3.5%204.031,0%20'/%3E%3C/svg%3E");
}
#mobile-menu {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%09%20width='12px'%20height='12px'%20viewBox='0%200%2012%2012'%20enable-background='new%200%200%2012%2012'%20xml:space='preserve'%3E%3Crect%20y='8.984'%20width='12'%20height='2.016'%20fill='white'%20/%3E%3Crect%20y='4.992'%20width='12'%20height='2.016'%20fill='white'%20/%3E%3Crect%20y='1'%20width='12'%20height='2.016'%20fill='white'%20/%3E%3C/svg%3E");
}
#mobile-menu.dl-active {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%09%20width='12px'%20height='12px'%20viewBox='0%200%2012%2012'%20enable-background='new%200%200%2012%2012'%20xml:space='preserve'%3E%3Cg%3E%09%3Cg%3E%09%09%3Cpolygon%20fill='white'%20points='12,1.5%2010.5,0%206,4.5%201.5,0%200,1.5%204.5,6%200,10.501%201.5,12%206,7.5%2010.5,12%2012,10.501%207.5,6'/%3E%09%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mini-nav .customSelectInner {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%09%20width='12px'%20height='12px'%20viewBox='0%200%2012%2012'%20enable-background='new%200%200%2012%2012'%20xml:space='preserve'%3E%3Crect%20y='8.984'%20width='12'%20height='2.016'%20fill='%238d9095'%20/%3E%3Crect%20y='4.992'%20width='12'%20height='2.016'%20fill='%238d9095'%20/%3E%3Crect%20y='1'%20width='12'%20height='2.016'%20fill='%238d9095'%20/%3E%3C/svg%3E");
}
#top-bar .menu-select:hover,
#bottom-bar .menu-select:hover {
  color: #df9130;
}
#bootm-bar .mini-nav .customSelectInner {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%09%20width='12px'%20height='12px'%20viewBox='0%200%2012%2012'%20enable-background='new%200%200%2012%2012'%20xml:space='preserve'%3E%3Crect%20y='8.984'%20width='12'%20height='2.016'%20fill='%238d9095'%20/%3E%3Crect%20y='4.992'%20width='12'%20height='2.016'%20fill='%238d9095'%20/%3E%3Crect%20y='1'%20width='12'%20height='2.016'%20fill='%238d9095'%20/%3E%3C/svg%3E");
}
.rollover i,
.post-rollover i,
.fs-entry-img i,
.rollover-video i {
  background-color: rgba(0,0,0,0.2);
}
.old-ie .rollover i,
.old-ie .fs-entry-img i,
.old-ie .post-rollover i {
  background-color: rgba(0,0,0,0.2);
  background-color: rgba(0,0,0,0.3);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
}
.rollover-thumbnails span:first-child i {
  background-color: #df9130;
  color: #ffffff;
}
.rollover i:after,
.format-photo .rollover i:after,
.rollover-zoom i:after,
.fs-entry-img i,
.portfolio .rollover-video i:after,
.albums .rollover-video i:after,
.media .rollover-video i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2233px%22%20height=%2233px%22%20viewBox=%220%200%2033%2033%22%20enable-background=%22new%200%200%2033%2033%22%20fill=%22white%22%20xml:space=%22preserve%22%3E%3Crect%20x=%2215%22%20width=%223%22%20height=%2233%22/%3E%3Crect%20y=%2215%22%20width=%2233%22%20height=%223%22/%3E%3C/svg%3E");
}
.old-ie .rollover i:after,
.old-ie .format-photo .rollover i:after,
.old-ie .rollover-zoom i:after,
.old-ie .fs-entry-img i:after {
  background-position: 0 -500px;
}
.rollover-small i:after,
.post-rollover i {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20fill=%22white%22%20xml:space=%22preserve%22%3E%3Crect%20x=%227%22%20width=%222%22%20height=%2216%22/%3E%3Crect%20y=%227%22%20width=%2216%22%20height=%222%22/%3E%3C/svg%3E");
}
.old-ie .rollover-small i:after,
.old-ie .post-rollover i:after {
  background-position: 0 -470px;
}
.format-video .rollover i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='22px'%20viewBox='0%200%2016%2022'%20enable-background='new%200%200%2016%2022'%20xml:space='preserve'%3E%3Cpath%20fill='%23ffffff'%20d='M2.491,4.582l9.283,6.417l-9.283,6.419V4.582%20M0.087,0v22L16,10.999L0.087,0L0.087,0z'/%3E%3C/svg%3E");
}
.old-ie .format-video .rollover i:after {
  background-position: 0 -480px;
}
.rollover-video .video-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2260px%22%20height=%2270px%22%20viewBox=%220%200%2060%2070%22%20enable-background=%22new%200%200%2060%2070%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M28.164,21.015l31.42-6.229l-0.021-0.105L57.46,4.073L4.538,14.563C1.903,15.085,0,17.396,0,20.082c0,2.375,0,35.301,0,35.301c0,4.711,3.833,8.545,8.544,8.545h42.912c4.711,0,8.544-3.834,8.544-8.545v-34.26v-0.107H28.164z%20M54.175,55.383c0,1.5-1.22,2.719-2.719,2.719H8.544c-1.499,0-2.719-1.219-2.719-2.719V34.839h48.35V55.383z%20M42.164,23.927l-5.087,5.087h-7.635l5.087-5.087H42.164z%20M50.275,8.466l5.991,4.009l-7.485,1.487l-5.995-4.012L50.275,8.466z%20M35.531,11.389l6,4.015l-7.484,1.487l-6.005-4.018L35.531,11.389z%20M20.771,14.315l6.009,4.021l-7.485,1.487l-6.013-4.023L20.771,14.315z%20M19.48,23.927h7.635l-5.086,5.087h-7.635L19.48,23.927z%20M44.474,29.014l5.087-5.087h7.635l-5.087,5.087H44.474z%20M26.639,53.996V38.158l12.917,7.92L26.639,53.996z%22/%3E%3C/svg%3E");
}
.old-ie .rollover-video .video-icon:after {
  background-position: 0 -550px;
}
.arrow-left {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='25px'%20height='40px'%20viewBox='0%200%2025%2040'%20enable-background='new%200%200%2025%2040'%20xml:space='preserve'%3E%3Cpolygon%20fill='white'%20points='12.471,19.208%2024.936,6.395%2018.703,0%200.042,19.185%200.056,19.198%200.042,19.208%2018.771,38.461%2025.041,32.085%20'/%3E%3C/svg%3E");
}
.old-ie .arrow-left {
  background-position: 0px -840px;
}
.arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='25px'%20height='40px'%20viewBox='0%200%2025%2040'%20enable-background='new%200%200%2025%2040'%20xml:space='preserve'%3E%3Cpolygon%20fill='white'%20points='12.611,19.253%200.147,32.064%206.379,38.461%2025.041,19.276%2025.025,19.263%2025.041,19.253%206.31,0%200.041,6.376'/%3E%3C/svg%3E");
}
.old-ie .arrow-right {
  background-position: 0px -790px;
}
.arrow-bottom {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='14px'%20viewBox='0%200%2020%2014'%20enable-background='new%200%200%2020%2014'%20xml:space='preserve'%3E%3Cpolygon%20fill='white'%20points='9.986,6.558%203.325,0.056%200,3.307%209.975,13.042%209.982,13.033%209.986,13.042%2019.998,3.271%2016.684,0%20'/%3E%3C/svg%3E");
}
.old-ie .arrow-bottom {
  background-position: 0px -890px;
}
.arrow-top {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='20px'%20height='14px'%20viewBox='0%200%2020%2014'%20enable-background='new%200%200%2020%2014'%20xml:space='preserve'%3E%3Cpolygon%20fill='white'%20points='10.012,6.483%2016.673,12.984%2019.998,9.734%2010.024,-0.001%2010.016,0.008%2010.012,-0.001%200.001,9.771%203.315,13.041%20'/%3E%3C/svg%3E");
}
.old-ie .arrow-top {
  background-position: 0px -920px;
}
.old-ie .searchform .submit {
  background-position: 0 -678px;
}
#page div.product span.price,
.woocommerce-page #page div.product span.price,
#page .woocommerce span.price,
#page .woocommerce-page span.price,
#page #content div.product span.price,
.woocommerce-page #page #content div.product span.price,
#page div.product p.price,
.woocommerce-page #page div.product p.price,
.woocommerce #page #content div.product p.price,
.woocommerce-page #page #content div.product p.price,
.woocommerce #page .woocommerce-breadcrumb a,
.woocommerce-page #page .woocommerce-breadcrumb a,
.woocommerce #page ul.products li.product .price,
.woocommerce-page #page ul.products li.product .price,
.woocommerce #page .star-rating span,
#page .woocommerce .star-rating span,
.woocommerce-page #page .star-rating span,
.woocommerce div.product .stock,
#main div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li.active a,
#main #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li.active a,
#main div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li a:hover,
#main #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li a:hover,
.products mark {
  color: #df9130 !important;
}
.woocommerce #main span.onsale,
.woocommerce-page #main span.onsale,
#main .woocommerce span.onsale,
#main .woocommerce-page span.onsale,
#main .woocommerce-message:before,
#main .woocommerce-info:before {
  background: #df9130;
  color: #ffffff;
}
#main .woocommerce-message,
#main .woocommerce-info {
  border-color: #df9130;
}
#page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs li {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(185,188,191,0.8);
}
.old-ie #main div.product .woocommerce-tabs ul.tabs li,
.old-ie .woocommerce-page #main div.product .woocommerce-tabs ul.tabs li,
.old-ie #main #content div.product .woocommerce-tabs ul.tabs li,
.old-ie .woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li,
.old-ie .woocommerce #main #reviews #comments ol.commentlist li .comment-text,
.old-ie .woocommerce-page #main #reviews #comments ol.commentlist li .comment-text,
.old-ie .woocommerce #main form.login,
.old-ie .woocommerce #main form.checkout_coupon,
.old-ie .woocommerce #main form.register,
.old-ie .woocommerce-page #main form.login,
.old-ie .woocommerce-page #main form.checkout_coupon,
.old-ie .woocommerce-page #main form.register,
.old-ie .woocommerce #main .cart-collaterals .cart_totals tr td,
.old-ie .woocommerce #main .cart-collaterals .cart_totals tr th,
.old-ie .woocommerce-page #main .cart-collaterals .cart_totals tr td,
.old-ie .woocommerce-page #main .cart-collaterals .cart_totals tr th,
.old-ie .upsells.products,
.old-ie .related.products,
.old-ie .woocommerce-tabs > ul {
  border-color: #dadee1;
}
#main .woocommerce-message,
#main .woocommerce-error,
#main .woocommerce-info,
.woocommerce #main #payment,
.woocommerce-page #main #payment {
  background: rgba(55,58,65,0.04);
  color: #5b5e63;
}
.old-ie #main .woocommerce-message,
.old-ie #main .woocommerce-error,
.old-ie #main .woocommerce-info,
.old-ie .woocommerce #main #payment,
.old-ie .woocommerce-page #main #payment,
.old-ie #main table.shop_attributes .alt td,
.old-ie .woocommerce-page #main table.shop_attributes .alt td,
.old-ie #main table.shop_attributes .alt th,
.old-ie .woocommerce-page #main table.shop_attributes .alt th {
  background-color: #373a41;
  background-color: rgba(56,59,66,0.04);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42);
}
#main div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #main div.product .woocommerce-tabs ul.tabs li a,
#main #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #main #content div.product .woocommerce-tabs ul.tabs li a {
  color: #373a41;
  text-shadow: none;
}
#main .woocommerce-breadcrumb a,
.woocommerce-page #main .woocommerce-breadcrumb a,
.woocommerce .product_meta,
.woocommerce-page .product_meta {
  font-size: 12px;
}
#main #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #main #reviews #comments ol.commentlist li .comment-text,
#main form.login,
#main form.checkout_coupon,
#main form.register,
.woocommerce-page #main form.login,
.woocommerce-page #main form.checkout_coupon,
.woocommerce-page #main form.register,
.woocommerce-tabs > ul {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185,188,191,0.8);
}
#main .cart-collaterals .cart_totals tr td,
#main .cart-collaterals .cart_totals tr th,
.woocommerce-page #main .cart-collaterals .cart_totals tr td,
.woocommerce-page #main .cart-collaterals .cart_totals tr th,
.upsells.products,
.related.products {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(185,188,191,0.8);
}
#main table.shop_table td,
.woocommerce-page #main table.shop_table td,
#main table.shop_table th,
.woocommerce-page #main table.shop_table th,
#main table.shop_table,
.woocommerce-page #main table.shop_table,
#main nav.woocommerce-pagination ul,
.woocommerce-page #main nav.woocommerce-pagination ul,
#main #content nav.woocommerce-pagination ul,
.woocommerce-page #main #content nav.woocommerce-pagination ul,
#main #content nav.woocommerce-pagination ul li,
.woocommerce-page #main #content nav.woocommerce-pagination ul li {
  border-color: rgba(185,188,191,0.8);
}
#main table.shop_attributes .alt td,
.woocommerce-page #main table.shop_attributes .alt td,
#main table.shop_attributes .alt th,
.woocommerce-page #main table.shop_attributes .alt th {
  background-color: rgba(55,58,65,0.04);
}
#main table.shop_attributes th,
.woocommerce-page #main table.shop_attributes th {
  color: #373a41;
  font-weight: normal;
}
#main #content nav.woocommerce-pagination ul li a,
.woocommerce-page #main #content nav.woocommerce-pagination ul li a {
  color: #373a41;
}
#main #content nav.woocommerce-pagination ul li a,
.woocommerce-page #main #content nav.woocommerce-pagination ul li a,
#main #content nav.woocommerce-pagination ul li span,
.woocommerce-page #main #content nav.woocommerce-pagination ul li span {
  padding-left: 6.6666666666667px;
  padding-right: 6.6666666666667px;
  min-width: 31px;
  line-height: 31px;
  font-size: 12px;
}
#main #content nav.woocommerce-pagination ul li:hover a,
.woocommerce-page #main #content nav.woocommerce-pagination ul li:hover a {
  color: #df9130;
}
.old-ie #main table.shop_table td,
.old-ie .woocommerce-page #main table.shop_table td,
.old-ie #main table.shop_table th,
.old-ie .woocommerce-page #main table.shop_table th,
.old-ie #main table.shop_table,
.old-ie .woocommerce-page #main table.shop_table,
.old-ie #main nav.woocommerce-pagination ul,
.old-ie .woocommerce-page #main nav.woocommerce-pagination ul,
.old-ie #main #content nav.woocommerce-pagination ul,
.old-ie .woocommerce-page #main #content nav.woocommerce-pagination ul,
.old-ie #main #content nav.woocommerce-pagination ul li,
.old-ie .woocommerce-page #main #content nav.woocommerce-pagination ul li {
  border-color: #dadee1;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page #content div.product p.price del {
  font-size: 12px !important;
  color: rgba(91,94,99,0.4) !important;
}
#main div.product span.price,
.woocommerce #main div.product p.price,
#main #content div.product span.price,
#main #content div.product p.price,
.woocommerce-page #main div.product span.price,
.woocommerce-page #main div.product p.price,
.woocommerce-page #main #content div.product span.price,
.woocommerce-page #main #content div.product p.price,
#main #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #main #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 12px;
}
#main #content div.product .summary.entry-summary .price {
  font-size: 24px;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  color: rgba(91,94,99,0.4) !important;
}
.woocommerce #footer .star-rating:before,
#footer .woocommerce .star-rating:before,
.woocommerce-page #footer .star-rating:before,
.woocommerce #footer ul.product_list_widget del,
#footer .woocommerce ul.product_list_widget del,
.woocommerce-page #footer ul.product_list_widget del {
  color: rgba(141,144,149,0.4);
}
.old-ie .woocommerce #footer .star-rating:before,
.old-ie #footer .woocommerce .star-rating:before,
.old-ie .woocommerce-page #footer .star-rating:before,
.old-ie .woocommerce #footer ul.product_list_widget del,
.old-ie #footer .woocommerce ul.product_list_widget del,
.old-ie .woocommerce-page #footer ul.product_list_widget del {
  color: #8d9095;
}
.woocommerce .sidebar-content .star-rating:before,
.sidebar-content .woocommerce .star-rating:before,
.woocommerce-page .sidebar-content .star-rating:before,
.woocommerce .sidebar-content ul.product_list_widget del,
.sidebar-content .woocommerce ul.product_list_widget del,
.woocommerce-page .sidebar-content ul.product_list_widget del {
  color: rgba(141,144,149,0.4);
}
.old-ie .woocommerce .sidebar-content .star-rating:before,
.old-ie .sidebar-content .woocommerce .star-rating:before,
.old-ie .woocommerce-page .sidebar-content .star-rating:before,
.old-ie .woocommerce .sidebar-content ul.product_list_widget del,
.old-ie .sidebar-content .woocommerce ul.product_list_widget del,
.old-ie .woocommerce-page .sidebar-content ul.product_list_widget del {
  color: #8d9095;
}
.old-ie .woocommerce .star-rating:before,
.old-ie .woocommerce-page .star-rating:before,
.old-ie .woocommerce #reviews #comments ol.commentlist li .meta,
.old-ie .woocommerce-page #reviews #comments ol.commentlist li .meta,
.old-ie .woocommerce .woocommerce-breadcrumb,
.old-ie .woocommerce-page .woocommerce-breadcrumb {
  color: #5b5e63 !important;
}
.woocommerce ul.product_list_widget ins,
.woocommerce ul.product_list_widget ins,
.woocommerce-page ul.product_list_widget ins {
  color: #df9130;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li,
.woocommerce.widget_product_categories li,
.woocommerce .widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185,188,191,0.8);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.woocommerce .sidebar-content ul.cart_list li,
.woocommerce .sidebar-content ul.product_list_widget li,
.sidebar-content .woocommerce ul.cart_list li,
.sidebar-content .woocommerce ul.product_list_widget li,
.woocommerce-page .sidebar-content ul.cart_list li,
.woocommerce-page .sidebar-content ul.product_list_widget li,
.sidebar-content .woocommerce.widget_product_categories li,
.woocommerce .sidebar-content .widget_shopping_cart .total,
.sidebar-content .woocommerce.widget_shopping_cart .total,
.woocommerce-page .sidebar-content .widget_shopping_cart .total {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.8);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .woocommerce .sidebar-content ul.cart_list li,
.old-ie .woocommerce .sidebar-content ul.product_list_widget li,
.old-ie .sidebar-content .woocommerce ul.cart_list li,
.old-ie .sidebar-content .woocommerce ul.product_list_widget li,
.old-ie .woocommerce-page .sidebar-content ul.cart_list li,
.old-ie .woocommerce-page.sidebar-contentul.product_list_widget li,
.old-ie .sidebar-content .woocommerce.widget_product_categories li {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.woocommerce #footer ul.cart_list li,
.woocommerce #footer ul.product_list_widget li,
#footer .woocommerce ul.cart_list li,
#footer .woocommerce ul.product_list_widget li,
.woocommerce-page #footer ul.cart_list li,
.woocommerce-page #footer ul.product_list_widget li,
#footer .woocommerce.widget_product_categories li,
.woocommerce #footer .widget_shopping_cart .total,
#footer .woocommerce.widget_shopping_cart .total,
.woocommerce-page #footer .widget_shopping_cart .total {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(218,222,225,0.85);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.old-ie .woocommerce #footer ul.cart_list li,
.old-ie .woocommerce #footer ul.product_list_widget li,
.old-ie #footer .woocommerce ul.cart_list li,
.old-ie #footer .woocommerce ul.product_list_widget li,
.old-ie .woocommerce-page #footer ul.cart_list li,
.old-ie .woocommerce-page #footer ul.product_list_widget li,
.old-ie #footer .woocommerce.widget_product_categories li {
  border-style: solid;
  border-width: 1px;
  border-color: #dadee1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#main .quantity .plus,
#main .quantity .minus,
#main #content .quantity .plus,
#main #content .quantity .minus,
.woocommerce-page #main .quantity .plus,
.woocommerce-page #main .quantity .minus,
.woocommerce-page #main #content .quantity .plus,
.woocommerce-page #main #content .quantity .minus,
#main #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #main #content nav.woocommerce-pagination ul li span.current {
  background: #df9130;
  color: #ffffff !important;
}
#main #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #main #reviews #comments ol.commentlist li .comment-text p.meta {
  color: #373a41;
}
#main table.shop_table tr,
.woocommerce-page #main table.shop_table tr {
  border-color: rgba(185,188,191,0.8);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(55,58,65,0.04) !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(185,188,191,0.8);
  box-shadow: inset 0px 0px 0px 1px rgba(185,188,191,0.8);
}
.stripe-style-1 .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.stripe-style-1 .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(55,58,65,0.04) !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.85);
}
.stripe-style-2 .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.stripe-style-2 .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(55,58,65,0.04) !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.86);
  box-shadow: inset 0px 0px 0px 1px rgba(218,222,225,0.86);
}
.stripe-style-3 .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.stripe-style-3 .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(41,41,65,0.04) !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(41,41,65,0.12);
  box-shadow: inset 0px 0px 0px 1px rgba(41,41,65,0.12);
}
.stripe-style-4 .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.stripe-style-4 .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(255,255,255,0.04) !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
}
.stripe-style-5 .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.stripe-style-5 .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(55,57,59,0.04) !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(55,57,59,0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.old-ie .stripe-style-1 .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-color: 1px solid #dadee1;
}
.old-ie .stripe-style-2 .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.old-ie .stripe-style-2 .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-color: 1px solid #dadee1;
}
.old-ie .stripe-style-3 .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.old-ie .stripe-style-3 .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-color: 1px solid #afc5d2;
}
.old-ie .stripe-style-4 .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.old-ie .stripe-style-4 .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border: 1px solid #484b50;
}
.old-ie .stripe-style-5 .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.old-ie .stripe-style-5 .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border: 1px solid #c5c5c5;
}
.old-ie .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.old-ie .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #373a41;
  background-color: rgba(56,59,66,0.04);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a383b42, endColorstr=#0a383b42);
  border: 1px solid #dadee1;
}
#page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page #page .widget_price_filter .ui-slider .ui-slider-range,
#page .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page #page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #df9130;
  box-shadow: none;
}
#page .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page #page .widget_price_filter .ui-slider .ui-slider-handle {
  border-color: #a8691a;
}
#main #shaon-pricing-table .featureTitle span,
#main #shaon-pricing-table .priceTitle span,
#main #shaon-pricing-table .selectedpriceTitle span,
#main .minimal .p1 h3,
#main .minimal .p1 h4 {
  background: #df9130;
  color: #ffffff;
}
#main .minimal .p1 h3 *,
#main .minimal .p1 h4 * {
  color: #ffffff;
}
#main .minimal .p1 h4 {
  background: #bc7b2a;
}
#main #shaon-pricing-table .featureTitle span,
#main #shaon-pricing-table .selectedpriceTitle span,
#main #shaon-pricing-table .priceTitle span {
  border-color: #d08220 !important;
}
.three-d-slider .navig .act,
.scale-me .navig div.act:hover {
  background-color: #df9130;
  color: #ffffff;
}
.three-d-slider .navig div,
.scale-me .navig div:hover {
  background-color: #ffffff;
  color: #df9130;
}
.dt-highlight {
  background-color: #df9130;
  color: #ffffff;
}
#page .tp-bullets.simplebullets.navbar .bullet.selected:after,
#page .tp-bullets.simplebullets.navbar .bullet:hover:after,
#page .tp-bullets.simplebullets.round .bullet.selected:after,
#page .tp-bullets.simplebullets.round .bullet:hover:after,
#page .tp-bullets.simplebullets.navbar-old .bullet.selected:after,
#page .tp-bullets.simplebullets.navbar-old .bullet:hover:after,
#page .tp-bullets.simplebullets.square-old .bullet.selected:after,
#page .tp-bullets.simplebullets.square-old .bullet:hover:after,
#page .tp-bullets.simplebullets.round-old .bullet.selected:after,
#page .tp-bullets.simplebullets.round-old .bullet:hover:after,
.content .rsShor .rsBullet.rsNavSelected span:after,
.content .rsShor .rsBullet:hover span:after,
#main .flex-control-paging li a.flex-active:after,
#page .ls-defaultskin .ls-bottom-slidebuttons a.ls-nav-active:after,
#page .ls-defaultskin .ls-ct-center,
#page .ls-defaultskin .ls-bar-timer {
  background: #df9130;
}
#page .ls-defaultskin .ls-bar-timer {
  border-color: #df9130;
}
#main .flex-control-paging li a {
  border: 1px solid #df9130;
}
#page .tp-rightarrow.navbar,
#page .tp-rightarrow.round,
#page .tp-rightarrow.navbar-old,
#page .tp-rightarrow.square-old,
#page .tp-rightarrow.round-old {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='9px'%20height='14px'%20viewBox='0%200%209%2014'%20enable-background='new%200%200%209%2014'%20xml:space='preserve'%3E%3Cpolygon%20fill='white'%20points='0,11.68%202.258,14%209,6.991%208.995,6.988%209,6.982%202.281,0%200.039,2.328%204.525,6.991%20'/%3E%3C/svg%3E");
}
.old-ie #page .tp-rightarrow.navbar,
.old-ie #page .tp-rightarrow.round,
.old-ie #page .tp-rightarrow.navbar-old,
.old-ie #page .tp-rightarrow.square-old,
.old-ie #page .tp-rightarrow.round-old {
  background-position: right -832px;
}
#page .tp-leftarrow.navbar,
#page .tp-leftarrow.round,
#page .tp-leftarrow.navbar-old,
#page .tp-leftarrow.square-old,
#page .tp-leftarrow.round-old {
  background-image: url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='9px'%20height='14px'%20viewBox='0%200%209%2014'%20enable-background='new%200%200%209%2014'%20xml:space='preserve'%3E%3Cpolygon%20fill='white'%20points='4.475,6.991%208.961,2.328%206.719,0%200,6.982%200.005,6.988%200,6.991%206.742,14%209,11.68'/%3E%3C/svg%3E");
}
.old-ie #page .tp-leftarrow.navbar,
.old-ie #page .tp-leftarrow.round,
.old-ie #page .tp-leftarrow.navbar-old,
.old-ie #page .tp-leftarrow.square-old,
.old-ie #page .tp-leftarrow.round-old {
  background-position: 0 -811px;
}
#page .tp-rightarrow.default:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%2229.75,27.45%202.322,0%200.266,2.054%2025.638,27.45%200.25,52.813%202.305,54.869%20%22/%3E%20%3C/svg%3E");
}
#page .tp-rightarrow.default:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22rgba(0,0,0,0.15)%22%20points=%2229.75,27.45%202.322,0%200.266,2.054%2025.638,27.45%200.25,52.813%202.305,54.869%20%22/%3E%20%3C/svg%3E");
}
#page .tp-rightarrow.default:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22rgba(255,255,255,0.7)%22%20points=%2229.75,27.45%202.322,0%200.266,2.054%2025.638,27.45%200.25,52.813%202.305,54.869%20%22/%3E%20%3C/svg%3E");
}
#page .tp-leftarrow.default:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%220.25,27.419%2027.678,54.869%2029.734,52.815%204.363,27.419%2029.75,2.057%2027.695,0%20%22/%3E%20%3C/svg%3E");
}
#page .tp-leftarrow.default:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22rgba(0,0,0,0.15)%22%20points=%220.25,27.419%2027.678,54.869%2029.734,52.815%204.363,27.419%2029.75,2.057%2027.695,0%20%22/%3E%20%3C/svg%3E");
}
#page .tp-leftarrow.default:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22rgba(255,255,255,0.7)%22%20points=%220.25,27.419%2027.678,54.869%2029.734,52.815%204.363,27.419%2029.75,2.057%2027.695,0%20%22/%3E%20%3C/svg%3E");
}
.old-ie #page .tp-rightarrow.default:before,
.old-ie #page .tp-rightarrow.default:hover:before {
  background-position: -2px -400px;
}
.old-ie #page .tp-leftarrow.default:before,
.old-ie #page .tp-leftarrow.default:hover:before {
  background-position: 0 -340px;
}
.share-content {
  background-color: #df9130;
}
.entry-share .soc-ico .share-content:after {
  border-top-color: #df9130;
}
#top-bar .soc-ico a {
  color: #dbdee3;
}
#top-bar .soc-ico a:hover {
  color: #df9130;
}
.soc-ico a,
.footer .soc-ico a,
.sidebar .soc-ico a {
  color: #df9130;
}
#main .vc_text_separator div {
  background-color: #df9130;
  color: #fff;
}
#main .vc_text_separator {
  border-color: #df9130;
}
#main .wpb_content_element .wpb_accordion_header > a,
#main .wpb_toggle,
#main #content h4.wpb_toggle {
  font-size: 15px;
}
#main .flex-direction-nav .flex-next {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2225px%22%20height=%2225px%22%20viewBox=%220%200%2040%2040%22%20enable-background=%22new%200%200%2040%2040%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M19.965,3.329c4.448,0,8.634,1.735,11.781,4.892c3.128,3.14,4.855,7.309,4.855,11.741c0,4.438-1.722,8.602-4.855,11.742c-3.141,3.151-7.333,4.897-11.781,4.897c-4.454,0-8.635-1.739-11.781-4.897%09C5.056,28.563,3.329,24.4,3.329,19.962c0-4.427,1.721-8.601,4.853-11.741C11.325,5.064,15.511,3.329,19.965,3.329%20M19.965,0%09C8.938,0,0,8.94,0,19.962C0,30.99,8.938,39.924,19.965,39.924c11.022,0,19.958-8.934,19.958-19.962C39.924,8.94,30.987,0,19.965,0L19.965,0z%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%2217.035,8.495%2028.342,20.067%2017.512,31.497%2014.204,28.312%2022.374,19.884%2013.964,11.661%20%22/%3E%3C/svg%3E");
}
#main .flex-direction-nav .flex-prev {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2225px%22%20height=%2225px%22%20viewBox=%220%200%2040%2040%22%20enable-background=%22new%200%200%2040%2040%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M19.958,36.595c-4.448,0-8.634-1.735-11.781-4.892c-3.128-3.141-4.855-7.309-4.855-11.741c0-4.438,1.722-8.602,4.855-11.742c3.141-3.151,7.333-4.897,11.781-4.897c4.455,0,8.635,1.739,11.781,4.897c3.129,3.141,4.855,7.304,4.855,11.742c0,4.427-1.721,8.601-4.853,11.741C28.6,34.859,24.413,36.595,19.958,36.595%20M19.958,39.924c11.028,0,19.965-8.94,19.965-19.962C39.924,8.934,30.986,0,19.958,0C8.937,0,0,8.934,0,19.962C0,30.983,8.937,39.924,19.958,39.924L19.958,39.924z%22/%3E%3Cpolygon%20fill=%22%23df9130%22%20points=%2222.889,31.429%2011.582,19.856%2022.412,8.427%2025.72,11.612%2017.55,20.04%2025.96,28.263%20%22/%3E%20%3C/svg%3E");
}
.old-ie #main .flex-direction-nav .flex-next {
  background-position: 0 -190px;
}
.old-ie #main .flex-direction-nav .flex-prev {
  background-position: 0 -220px;
}
.scroll-top {
  background-color: rgba(223,145,48,0.25);
}
.scroll-top:hover {
  background-color: rgba(223,145,48,0.9);
}
.old-ie .scroll-top {
  background-color: #df9130;
  background-color: rgba(223,144,48,0.25);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fde8f2f, endColorstr=#3fde8f2f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fde8f2f, endColorstr=#3fde8f2f);
}
.old-ie .scroll-top:hover {
  background-color: #df9130;
  background-color: rgba(223,144,48,0.9);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5de8f2f, endColorstr=#e5de8f2f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5de8f2f, endColorstr=#e5de8f2f);
}
.gform_wrapper .gsection {
  border-bottom-style: solid !important;
  border-bottom-width: 1px;
  border-bottom-color: rgba(185,188,191,0.8);
}
hr.gf_rule {
  background-color: rgba(185,188,191,0.8);
  border: medium none;
  height: 1px;
  margin: 30px 0 20px;
  overflow: hidden;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  font-size: 12px;
  color: rgba(91,94,99,0.45);
}
#main .gform_wrapper span.ginput_total,
#main .gform_wrapper .gfield_required,
#main .gform_wrapper .ginput_left input:focus + label,
#main .gform_wrapper .ginput_right input:focus + label,
#main .gform_wrapper .ginput_full input:focus + label {
  color: #df9130;
}
#main .gform_wrapper .ginput_left input:focus + label,
#main .gform_wrapper .ginput_right input:focus + label,
#main .gform_wrapper .ginput_full input:focus + label {
  font-weight: normal;
}
.slider-wrapper .prev i,
.slider-wrapper .next i {
  background-color: rgba(223,145,48,0.9);
}
.old-ie .slider-wrapper .prev i,
.old-ie .slider-wrapper .next i {
  background-color: #df9130;
  background-color: rgba(223,144,48,0.9);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5de8f2f, endColorstr=#e5de8f2f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5de8f2f, endColorstr=#e5de8f2f);
}
.slider-wrapper .prev.disabled i,
.slider-wrapper .next.disabled i,
.slider-wrapper .prev.disabled i:hover,
.slider-wrapper .next.disabled i:hover {
  background-color: rgba(223,145,48,0.25);
}
.old-ie .slider-wrapper .prev.disabled i,
.old-ie .slider-wrapper .next.disabled i,
.old-ie .slider-wrapper .prev.disabled i:hover,
.old-ie .slider-wrapper .next.disabled i:hover {
  background-color: #df9130;
  background-color: rgba(223,144,48,0.25);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fde8f2f, endColorstr=#3fde8f2f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fde8f2f, endColorstr=#3fde8f2f);
}
.slider-wrapper .prev i:hover,
.slider-wrapper .next i:hover {
  background-color: #df9130;
}
.old-ie .slider-wrapper .prev i:hover,
.old-ie .slider-wrapper .next i:hover {
  background-color: #df9130;
  background-color: #df9030;
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffde8f2f, endColorstr=#ffde8f2f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffde8f2f, endColorstr=#ffde8f2f);
}
.slider-wrapper .prev i:active,
.slider-wrapper .next i:active {
  background-color: #b47628;
}
form.mc4wp-form label {
  color: #373a41;
}
.stripe-style-1 form.mc4wp-form label {
  color: #373a41;
}
.stripe-style-2 form.mc4wp-form label {
  color: #373a41;
}
.stripe-style-3 form.mc4wp-form label {
  color: #292941;
}
.stripe-style-4 form.mc4wp-form label {
  color: #ffffff;
}
.stripe-style-5 form.mc4wp-form label {
  color: #37393b;
}
.wc-ico-cart {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%238d9095%22%20d=%22M10.992,3.046L0,3.021l2.042,5L9.375,8L10.992,3.046z%20M14.994,2.003l-0.396,1.244%09l-1.119-0.018l-2.158,6.96l-8.36,0.024L2.425,8.996L10.312,9l2.146-6.997H14.994L14.994,2.003z%20M9.961,12.021c0,0.54-0.439,0.979-0.981,0.979c-0.539,0-0.979-0.439-0.979-0.979c0-0.541,0.439-0.98,0.979-0.98%09C9.521,11.04,9.961,11.479,9.961,12.021z%20M5.929,12.021C5.929,12.561,5.491,13,4.95,13s-0.98-0.439-0.98-0.979c0-0.541,0.439-0.98,0.98-0.98S5.929,11.479,5.929,12.021z%22/%3E%3C/svg%3E");
}
#top-bar .wc-ico-cart:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M10.992,3.046L0,3.021l2.042,5L9.375,8L10.992,3.046z%20M14.994,2.003l-0.396,1.244%09l-1.119-0.018l-2.158,6.96l-8.36,0.024L2.425,8.996L10.312,9l2.146-6.997H14.994L14.994,2.003z%20M9.961,12.021c0,0.54-0.439,0.979-0.981,0.979c-0.539,0-0.979-0.439-0.979-0.979c0-0.541,0.439-0.98,0.979-0.98%09C9.521,11.04,9.961,11.479,9.961,12.021z%20M5.929,12.021C5.929,12.561,5.491,13,4.95,13s-0.98-0.439-0.98-0.979c0-0.541,0.439-0.98,0.98-0.98S5.929,11.479,5.929,12.021z%22/%3E%3C/svg%3E");
}
#top-bar a.wc-ico-cart:hover {
  color: #df9130;
}
.shopping-cart-inner {
  background-color: rgba(255,255,255,0.97);
}
.shopping-cart-inner {
  top: 29px;
}
#top-bar .shopping-cart-inner,
#top-bar .shopping-cart-inner a {
  line-height: 20px;
  color: #373a41;
  font-size: 12px;
}
.shopping-cart-inner .amount {
  font-size: 12px;
}
#top-bar .shopping-cart-inner .cart_list li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(55,58,65,0.1);
  line-height: 20px;
}
.shopping-cart-inner .cart_list li .quantity,
.shopping-cart-inner .amount,
#top-bar .shopping-cart-inner a.button {
  color: #df9130;
}
.shopping-cart-inner .cart_list li .quantity,
#top-bar .shopping-cart-inner a.button,
.shopping-cart-inner .quantity .amount {
  font-size: 12px;
}
.old-ie .shopping-cart-inner {
  background-color: #ffffff;
}
#page #top-bar .shopping-cart-inner a.button.view-cart,
#main ul.products li.product .button.add_to_cart_button {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2215px%22%20height=%2215px%22%20viewBox=%220%200%2015%2015%22%20enable-background=%22new%200%200%2015%2015%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M10.992,3.046L0,3.021l2.042,5L9.375,8L10.992,3.046z%20M14.994,2.003l-0.396,1.244%09l-1.119-0.018l-2.158,6.96l-8.36,0.024L2.425,8.996L10.312,9l2.146-6.997H14.994L14.994,2.003z%20M9.961,12.021c0,0.54-0.439,0.979-0.981,0.979c-0.539,0-0.979-0.439-0.979-0.979c0-0.541,0.439-0.98,0.979-0.98%09C9.521,11.04,9.961,11.479,9.961,12.021z%20M5.929,12.021C5.929,12.561,5.491,13,4.95,13s-0.98-0.439-0.98-0.979c0-0.541,0.439-0.98,0.98-0.98S5.929,11.479,5.929,12.021z%22/%3E%3C/svg%3E");
}
#page #top-bar .shopping-cart-inner a.button.checkout {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M3.632,0.172C3.673,0.255,11,6.5,11,6.5l-7.451,6.328l-0.998-1.005L8.859,6.5L2.634,1.177L3.632,0.172z%22/%3E%3C/svg%3E");
}
.ngg-albumoverview .ngg-album {
  border-color: rgba(185,188,191,0.8) !important;
}
.stripe-style-1 .ngg-albumoverview .ngg-album {
  border-color: rgba(218,222,225,0.85) !important;
}
.stripe-style-2 .ngg-albumoverview .ngg-album {
  border-color: rgba(218,222,225,0.86) !important;
}
.stripe-style-3 .ngg-albumoverview .ngg-album {
  border-color: rgba(41,41,65,0.12) !important;
}
.stripe-style-4 .ngg-albumoverview .ngg-album {
  border-color: rgba(255,255,255,0.1) !important;
}
.stripe-style-5 .ngg-albumoverview .ngg-album {
  border-color: rgba(55,57,59,0.15) !important;
}
.old-ie .stripe-style-1 .ngg-albumoverview .ngg-album {
  border-color: #dadee1 !important;
}
.old-ie .stripe-style-2 .ngg-albumoverview .ngg-album {
  border-color: #dadee1 !important;
}
.old-ie .stripe-style-3 .ngg-albumoverview .ngg-album {
  border-color: #afc5d2 !important;
}
.old-ie .stripe-style-4 .ngg-albumoverview .ngg-album {
  border-color: #484b50 !important;
}
.old-ie .stripe-style-5 .ngg-albumoverview .ngg-album {
  border-color: #c5c5c5;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.current {
  color: #df9130;
}
.customSelectInner {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%229px%22%20height=%226px%22%20viewBox=%220%200%209%206%22%20enable-background=%22new%200%200%209%206%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22%23dbdbdb%22%20points=%228.205,1.669%204.515,5.516%200.824,1.703%201.846,0.669%204.515,3.344%207.189,0.669%20%22/%3E%3C/svg%3E");
}
.old-ie .customSelectInner {
  background-position: -3px -125px;
}
#page .ls-defaultskin .ls-nav-next:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%2229.75,27.45%202.322,0%200.266,2.054%2025.638,27.45%200.25,52.813%202.305,54.869%20%22/%3E%20%3C/svg%3E");
}
#page .ls-defaultskin .ls-nav-next:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22rgba(0,0,0,0.15)%22%20points=%2229.75,27.45%202.322,0%200.266,2.054%2025.638,27.45%200.25,52.813%202.305,54.869%20%22/%3E%20%3C/svg%3E");
}
#page .ls-defaultskin .ls-nav-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22rgba(255,255,255,0.7)%22%20points=%2229.75,27.45%202.322,0%200.266,2.054%2025.638,27.45%200.25,52.813%202.305,54.869%20%22/%3E%20%3C/svg%3E");
}
#page .ls-defaultskin .ls-nav-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%220.25,27.419%2027.678,54.869%2029.734,52.815%204.363,27.419%2029.75,2.057%2027.695,0%20%22/%3E%20%3C/svg%3E");
}
#page .ls-defaultskin .ls-nav-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22rgba(0,0,0,0.15)%22%20points=%220.25,27.419%2027.678,54.869%2029.734,52.815%204.363,27.419%2029.75,2.057%2027.695,0%20%22/%3E%20%3C/svg%3E");
}
#page .ls-defaultskin .ls-nav-prev:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2230px%22%20height=%2255px%22%20viewBox=%220%200%2030%2055%22%20enable-background=%22new%200%200%2030%2055%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22rgba(255,255,255,0.7)%22%20points=%220.25,27.419%2027.678,54.869%2029.734,52.815%204.363,27.419%2029.75,2.057%2027.695,0%20%22/%3E%20%3C/svg%3E");
}
.old-ie #page .ls-defaultskin .ls-nav-next:before,
.old-ie #page .ls-defaultskin .ls-nav-next:hover:before {
  background-position: -2px -400px;
}
.old-ie #page .ls-defaultskin .ls-nav-prev:before,
.old-ie #page .ls-defaultskin .ls-nav-prev:hover:before {
  background-position: 0 -340px;
}
.ls-carousel .ls-nav-prev,
.ls-carousel .ls-nav-next {
  background-color: rgba(223,145,48,0.9);
}
.old-ie .ls-carousel .ls-nav-prev,
.old-ie .ls-carousel .ls-nav-next {
  background-color: #df9130;
  background-color: rgba(223,144,48,0.9);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5de8f2f, endColorstr=#e5de8f2f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5de8f2f, endColorstr=#e5de8f2f);
}
.slider-wrapper .prev.disabled i,
.slider-wrapper .next.disabled i,
.slider-wrapper .prev.disabled i:hover,
.slider-wrapper .next.disabled i:hover {
  background-color: rgba(223,145,48,0.25);
}
.old-ie .slider-wrapper .prev.disabled i,
.old-ie .slider-wrapper .next.disabled i,
.old-ie .slider-wrapper .prev.disabled i:hover,
.old-ie .slider-wrapper .next.disabled i:hover {
  background-color: #df9130;
  background-color: rgba(223,144,48,0.25);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fde8f2f, endColorstr=#3fde8f2f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fde8f2f, endColorstr=#3fde8f2f);
}
.ls-carousel .ls-nav-prev:hover,
.ls-carousel .ls-nav-next:hover {
  background-color: #df9130;
}
.old-ie .ls-carousel .ls-nav-prev:hover,
.old-ie .ls-carousel .ls-nav-next:hover {
  background-color: #df9130;
  background-color: #df9030;
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffde8f2f, endColorstr=#ffde8f2f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffde8f2f, endColorstr=#ffde8f2f);
}
.ngg-albumoverview .ngg-album,
.wpb_separator.wpb_content_element,
.vc_text_separator {
  border-color: rgba(185,188,191,0.8);
}
.stripe-style-1 .ngg-albumoverview .ngg-album,
.stripe-style-1 .wpb_separator.wpb_content_element,
.stripe-style-1 .vc_text_separator {
  border-color: rgba(218,222,225,0.85);
}
.stripe-style-2 .ngg-albumoverview .ngg-album,
.stripe-style-2 .wpb_separator.wpb_content_element,
.stripe-style-2 .vc_text_separator {
  border-color: rgba(218,222,225,0.86);
}
.stripe-style-3 .ngg-albumoverview .ngg-album,
.stripe-style-3 .wpb_separator.wpb_content_element,
.stripe-style-3 .vc_text_separator {
  border-color: rgba(41,41,65,0.12);
}
.stripe-style-4 .ngg-albumoverview .ngg-album,
.stripe-style-4 .wpb_separator.wpb_content_element,
.stripe-style-4 .vc_text_separator {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .ngg-albumoverview .ngg-album,
.stripe-style-5 .wpb_separator.wpb_content_element,
.stripe-style-5 .vc_text_separator {
  border-color: rgba(55,57,59,0.15);
}
.old-ie .stripe-style-1 .ngg-albumoverview .ngg-album,
.old-ie .stripe-style-1 .wpb_separator.wpb_content_element,
.old-ie .stripe-style-1 .vc_text_separator {
  border-color: #dadee1;
}
.old-ie .stripe-style-2 .ngg-albumoverview .ngg-album,
.old-ie .stripe-style-2 .wpb_separator.wpb_content_element,
.old-ie .stripe-style-2 .vc_text_separator {
  border-color: #dadee1;
}
.old-ie .stripe-style-3 .ngg-albumoverview .ngg-album,
.old-ie .stripe-style-3 .wpb_separator.wpb_content_element,
.old-ie .stripe-style-3 .vc_text_separator {
  border-color: #afc5d2;
}
.old-ie .stripe-style-4 .ngg-albumoverview .ngg-album,
.old-ie .stripe-style-4 .wpb_separator.wpb_content_element,
.old-ie .stripe-style-4 .vc_text_separator {
  border-color: #484b50;
}
.old-ie .stripe-style-5 .ngg-albumoverview .ngg-album,
.old-ie .stripe-style-5 .wpb_separator.wpb_content_element,
.old-ie .stripe-style-5 .vc_text_separator {
  border-color: #c5c5c5;
}
.old-ie .ngg-albumoverview .ngg-album {
  border-color: #dadee1;
}
.ngg-navigation a.page-numbers,
.ngg-galleryoverview .ngg-navigation a,
.ngg-imagebrowser-nav .next a,
.ngg-imagebrowser-nav .back a {
  color: #5b5e63;
}
.stripe-style-1 .ngg-navigation a.page-numbers,
.stripe-style-1 .ngg-galleryoverview .ngg-navigation a,
.stripe-style-1 .ngg-imagebrowser-nav .next a,
.stripe-style-1 .ngg-imagebrowser-nav .back a {
  color: #8d9095;
}
.stripe-style-2 .ngg-navigation a.page-numbers,
.stripe-style-2 .ngg-galleryoverview .ngg-navigation a,
.stripe-style-2 .ngg-imagebrowser-nav .next a,
.stripe-style-2 .ngg-imagebrowser-nav .back a {
  color: #8d9095;
}
.stripe-style-3 .ngg-navigation a.page-numbers,
.stripe-style-3 .ngg-galleryoverview .ngg-navigation a,
.stripe-style-3 .ngg-imagebrowser-nav .next a,
.stripe-style-3 .ngg-imagebrowser-nav .back a {
  color: #6e7a91;
}
.stripe-style-4 .ngg-navigation a.page-numbers,
.stripe-style-4 .ngg-galleryoverview .ngg-navigation a,
.stripe-style-4 .ngg-imagebrowser-nav .next a,
.stripe-style-4 .ngg-imagebrowser-nav .back a {
  color: #ffffff;
}
.stripe-style-5 .ngg-navigation a.page-numbers,
.stripe-style-5 .ngg-galleryoverview .ngg-navigation a,
.stripe-style-5 .ngg-imagebrowser-nav .next a,
.stripe-style-5 .ngg-imagebrowser-nav .back a {
  color: #37393b;
}
#page .ngg-navigation a:hover,
#page .ngg-navigation a.page-numbers:hover,
#page .ngg-navigation a.next:hover,
#page .ngg-navigation a.prev:hover,
#page .ngg-navigation span.current,
#page .ngg-galleryoverview .ngg-navigation a:hover,
#page .ngg-imagebrowser-nav a:hover,
#page .ngg-imagebrowser-nav .next:hover a,
#page .ngg-imagebrowser-nav .back a:hover {
  color: #df9130 !important;
}
.vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(55,58,65,0.1) !important;
}
.stripe-style-1 .vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(55,58,65,0.1) !important;
}
.stripe-style-2 .vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(55,58,65,0.1) !important;
}
.stripe-style-3 .vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(41,41,65,0.1) !important;
}
.stripe-style-4 .vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(255,255,255,0.1) !important;
}
.stripe-style-5 .vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(55,57,59,0.1) !important;
}
.vc_pie_chart_value {
  color: #373a41;
  font: normal normal 300 38px / 44px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  font-size: 38px !important;
}
#load .fa-spinner {
  color: #df9130;
}
.loading-label,
#page .tp-loader,
#page .ls-defaultskin .ls-loading-container,
#page .ls-carousel .ls-loading-container,
.rsHomePorthole .rsPreloader,
.rsShor .rsPreloader {
  background-color: rgba(255,255,255,0.95);
}
.loading-label .fa,
#page .tp-loader .fa,
#page .ls-defaultskin .ls-loading-container .fa,
#page .ls-carousel .ls-loading-container .fa,
.rsHomePorthole .rsPreloader .fa,
.rsShor .rsPreloader .fa,
.ls-loading-indicator {
  color: #df9130;
}
.font-arrow .fa {
  color: #df9130;
}
.hover-style-one .portfolio-categories,
.hover-style-one .portfolio-categories *,
.hover-color-static .portfolio-categories *,
.hover-style-three.cs-style-3 .portfolio-categories *,
.hover-color-static .project-details,
.hover-color-static .rollover-content .details,
.hover-color-static .project-link,
.hover-color-static .project-zoom,
.text-on-img.hover-color-static .fs-entry-content .portfolio-categories *,
.text-on-img.hover-color-static .fs-entry-content .links-container * {
  color: #df9130 !important;
}
.hover-style-one .project-details,
.hover-style-one .project-link,
.hover-style-two.hover-color-static .project-details,
.hover-style-two.hover-color-static .project-link,
.hover-style-three .project-details,
.hover-style-three .project-link,
.hover-style-one .project-zoom,
.hover-style-two.hover-color-static .project-zoom,
.hover-style-three .project-zoom,
.buttons-on-img .links-container .project-zoom,
.buttons-on-img .links-container .link,
.buttons-on-img .links-container > .details,
.buttons-on-img .links-container .project-link,
.buttons-on-img .links-container > .project-details,
.hover-style-one.hover-color-static .rollover-project .rollover-content .links-container > a,
.hover-style-two.hover-color-static .rollover-project .rollover-content .links-container > a,
.hover-style-three.hover-color-static .rollover-project .rollover-content .links-container > a {
  background-color: #df9130 !important;
}
.hover-style-two .links-container > a:hover {
  background-color: rgba(255,255,255,0.15) !important;
}
.hover-style-one.hover-color-static .links-container > a:hover,
.hover-style-two.hover-color-static .links-container > a:hover,
.hover-style-three.hover-color-static .links-container > a:hover,
.buttons-on-img .links-container > a:hover {
  background-color: #df9130 !important;
}
.hover-style-one .links-container > a > span,
.hover-style-two.hover-color-static .links-container > a > span,
.hover-style-three .links-container > a > span,
.buttons-on-img .links-container > a > span {
  border-color: #df9130;
}
.hover-style-two .links-container > a > span {
  border-color: rgba(255,255,255,0.25);
}
.hover-style-two .project-details,
.hover-style-two .project-link,
.hover-style-two .project-zoom {
  background-color: rgba(255,255,255,0.25) !important;
}
.cs-style-1 .rollover-content,
.cs-style-1 .fs-entry-content {
  background-color: #df9130;
}
.hover-style-one .project-details:after,
.hover-style-two.hover-color-static .project-details:after,
.hover-style-three .project-details:after,
.hover-style-two .project-details:after,
.buttons-on-img .links-container > .details:after,
.buttons-on-img .links-container > .project-details:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2236px%22%20height=%2236px%22%20viewBox=%220%200%2036%2036%22%20enable-background=%22new%200%200%2036%2036%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M21.085,22.125h-6.21l-0.003-1.25l6.22-0.021L21.085,22.125z%20M21.085,20.084h-6.21l-0.003-1.221l6.22-0.019L21.085,20.084z%20M21.085,18.125h-6.21l-0.003-1.25l6.22-0.021L21.085,18.125z%20M19.828,12.953l0.006,2.297l3-0.021l0.025,9.567l-9.609,0.031V12.25l6.547,0.016%20M20.406,10.875l-8.531-0.016v15.245h12.266l-0.031-11.589L20.406,10.875z%22/%3E%3C/svg%3E");
}
.hover-style-one .project-link:after,
.hover-style-two.hover-color-static .project-link:after,
.hover-style-three .project-link:after,
.hover-style-two .project-link:after,
.buttons-on-img .link:after,
.buttons-on-img .project-link:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2236px%22%20height=%2236px%22%20viewBox=%220%200%2036%2036%22%20enable-background=%22new%200%200%2036%2036%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M14.214,15.834c0.276-0.275,0.716-0.518,1.042-0.697c2.069-0.893,4.139,0.205,5.717,1.901l-0.926,0.995c-0.736-0.688-2.115-1.891-3.312-1.771c-0.428,0.005-1.188,0.354-2.071,1.25l-2.408,2.521c-0.708,0.896-0.515,2.752,0.583,3.458c1,0.688,1.851,0.848,2.955,0.243l2.024-1.784c0.864,0.071,0.739,0.184,1.776,0.184l-2.318,2.22c-1.575,1.574-4.129,1.574-5.704,0c-1.574-1.574-1.558-4.268,0.017-5.842L14.214,15.834z%22/%3E%3Cpath%20fill=%22white%22%20d=%22M21.785,20.166c-0.275,0.275-0.717,0.518-1.041,0.697c-2.068,0.893-4.139-0.205-5.717-1.902l0.926-0.995c0.736,0.688,2.115,1.892,3.312,1.772c0.428-0.006,1.188-0.355,2.07-1.251l2.408-2.521c0.709-0.896,0.516-2.752-0.584-3.458c-1-0.688-1.852-0.848-2.955-0.243l-2.023,1.784c-0.864-0.072-0.738-0.184-1.776-0.184l2.318-2.219c1.574-1.575,4.129-1.575,5.703,0c1.574,1.574,1.557,4.267-0.018,5.84L21.785,20.166z%22/%3E%3C/svg%3E");
}
.hover-style-one .project-zoom:after,
.hover-style-two.hover-color-static .project-zoom:after,
.hover-style-three .project-zoom:after,
.buttons-on-img .project-zoom:after,
.hover-style-two .project-zoom:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2236px%22%20height=%2236px%22%20viewBox=%220%200%2036%2036%22%20enable-background=%22new%200%200%2036%2036%22%20fill=%22white%22%20xml:space=%22preserve%22%3E%3Cpath%20d=%22M26.428,25.269l-3.359-3.489c0.858-1.164,1.512-2.723,1.512-4.278c0-3.905-3.2-7.08-7.137-7.08%09c-3.936,0-7.137,3.174-7.137,7.08c0,3.905,3.202,7.083,7.137,7.083c1.494,0,3.127-0.711,4.272-1.489l3.554,3.406L26.428,25.269z%20M11.863,17.479c0-3.06,2.488-5.546,5.546-5.546c3.057,0,5.543,2.487,5.543,5.546c0,3.057-2.488,5.543-5.543,5.543C14.351,23.021,11.863,20.536,11.863,17.479z%22/%3E%3Crect%20x=%2216.811%22%20y=%2214.041%22%20width=%221.438%22%20height=%227%22/%3E%3Crect%20x=%2214.029%22%20y=%2216.822%22%20width=%227%22%20height=%221.438%22/%3E%3C/svg%3E");
}
.btn-zoom,
.fs-entry-content .btn-zoom.project-zoom {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2214px%22%20height=%2214px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M15.491,14.071L10.887,9.53c0.727-0.989,1.223-2.206,1.223-3.524C12.109,2.693,9.395,0,6.055,0S0,2.693,0,6.006c0,3.312,2.716,6.008,6.055,6.008c1.266,0,2.567-0.516,3.539-1.178l4.562,4.556%09L15.491,14.071z%20M1.632,5.996c0-2.429,1.975-4.403,4.403-4.403c2.429,0,4.402,1.975,4.402,4.403c0,2.428-1.974,4.402-4.402,4.402C3.607,10.396,1.632,8.423,1.632,5.996z%22/%3E%3C/svg%3E");
}
.rollover-content .project-zoom,
.fs-entry-content .project-zoom {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2214px%22%20height=%2214px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M15.491,14.071L10.887,9.53c0.727-0.989,1.223-2.206,1.223-3.524C12.109,2.693,9.395,0,6.055,0S0,2.693,0,6.006c0,3.312,2.716,6.008,6.055,6.008c1.266,0,2.567-0.516,3.539-1.178l4.562,4.556%09L15.491,14.071z%20M1.632,5.996c0-2.429,1.975-4.403,4.403-4.403c2.429,0,4.402,1.975,4.402,4.403c0,2.428-1.974,4.402-4.402,4.402C3.607,10.396,1.632,8.423,1.632,5.996z%22/%3E%3C/svg%3E");
}
.hover-color-static .rollover-content .project-zoom,
.hover-color-static.text-on-img .project-zoom {
  background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2214px%22%20height=%2214px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23df9130%22%20d=%22M15.491,14.071L10.887,9.53c0.727-0.989,1.223-2.206,1.223-3.524C12.109,2.693,9.395,0,6.055,0S0,2.693,0,6.006c0,3.312,2.716,6.008,6.055,6.008c1.266,0,2.567-0.516,3.539-1.178l4.562,4.556%09L15.491,14.071z%20M1.632,5.996c0-2.429,1.975-4.403,4.403-4.403c2.429,0,4.402,1.975,4.402,4.403c0,2.428-1.974,4.402-4.402,4.402C3.607,10.396,1.632,8.423,1.632,5.996z%22/%3E%3C/svg%3E");
}