@charset "utf-8";

/* !"Red" skin */

/* !Defining basic mixins */

.wf-clearfix {
	&:before {
		content: "";
		display: table;
	}
	&:after {
		content: "";
		display: table;
		clear: both;
	}
	.ancient-ie & {
		zoom: 1;
	}
}

.wf-container {
	.wf-clearfix;
}


/* !Basic styles */

@base-font-style: normal;
@base-font-variant: normal; /* constant */
@base-font-weight: normal;
@base-font-size: 14px;
@base-line-height: 22px;
@base-font-family: Arial, Verdana, sans-serif;
@base-color: #777777;
@base-color-temp: escape(~"@{base-color}");
@secondary-base-color: #003d7e;
@base-color-rgba-fade:fade(@base-color, 5%);
@base-color-rgba-fade-cap:fade(@base-color, 12%);


html,
body,
.wf-container > * {
	font: @base-font-style @base-font-variant @base-font-weight @base-font-size~"/"@base-line-height @base-font-family;
	word-spacing: normal;
	color: @base-color;
	text-align: justify;
}

textarea,
#reply-title small {
	font: @base-font-style @base-font-variant @base-font-weight @base-font-size~"/"@base-line-height @base-font-family;
}
.fs-entry-content,
.rollover-content,
.swiper-caption {
	line-height: @base-line-height;
}

.ancient-ie html,
.ancient-ie body,
.ancient-ie textarea,
.ancient-ie .wf-container > * {
	line-height: @base-line-height;
}

@body-bg-color: ~"#f5f5f5";
@body-bg-image: ~"url(skins/red/red.general-boxed-bg-image.jpg)";
@body-bg-repeat: repeat;
@body-bg-attachment: ~"fixed";
@body-bg-position-x: center;
@body-bg-position-y: top;
@body-bg-size: cover;

body {
	background: @body-bg-color @body-bg-image @body-bg-repeat @body-bg-attachment @body-bg-position-x @body-bg-position-y;
	background-size: @body-bg-size;
}

.color-secondary,
.text-secondary {
	color: @secondary-base-color;
}
.color-accent {
	color: @accent-bg-color;
	.stripe-style-1 & {
		color: @accent-bg-color;
	}
	.stripe-style-2 & {
		color: @accent-bg-color;
	}
	.stripe-style-3 & {
		color: @accent-bg-color;
	}
}
@text-normal: 14px;
@text-small: 12px;
@text-big: 16px;

.text-normal {
	font-size: @text-normal;
}

.text-small {
	font-size: @text-small;
}

.text-big {
	font-size: @text-big;
}


@page-bg-color: rgba(245, 245, 245, 1); /* variable color and opacity */
@page-bg-color-ie: #f5f5f5; /* alternative variable color for ie */
@page-bg-image: ~"";
@page-bg-repeat: ~"";
@page-bg-attachment: ~"";
@page-bg-position-x: ~"";
@page-bg-position-y: ~"";
@page-bg-size: auto;

#page {
	background: @page-bg-color @page-bg-image @page-bg-repeat @page-bg-attachment @page-bg-position-x @page-bg-position-y;
	background-size: @page-bg-size;

}
	.old-ie #page {
		background: @page-bg-color-ie @page-bg-image @page-bg-repeat @page-bg-attachment @page-bg-position-x @page-bg-position-y;
	}

/* Basic styles: end */

/* !Typography */

@link-color: #fff;
@link-hover-color: #00AEFF;

a {
	color: @link-color;
	text-decoration: none;
}

a:hover {
	color: @link-hover-color;
	text-decoration: none;
}

@h1-color: #003d7e;
@h1-font-style: normal;
@h1-font-variant: normal; /* constant */
@h1-font-weight: 700;
@h1-font-size: 50px;
@h1-line-height: 50px;
@h1-font-family: Arial, sans-serif;
@h1-text-transform: none;

h1 {
	color: @h1-color;
	font: @h1-font-style @h1-font-variant @h1-font-weight @h1-font-size~"/"@h1-line-height @h1-font-family;
	text-transform: @h1-text-transform;
	 @media (max-width: 800px) {
        font-size: @h2-font-size;
        line-height: @h2-line-height;
    }
}
	h1 a,
	h1 a:hover {
		color: @h1-color;
	}

.hr-breadcrumbs.divider-heder,
.hr-breadcrumbs.divider-heder a {
	color: @h1-color;
}

@h2-color: #003D7E;
@h2-font-style: normal;
@h2-font-variant: normal; /* constant */
@h2-font-weight: 700;
@h2-font-size: 28px;
@h2-line-height: 43px;
@h2-font-family: Arial, sans-serif;
@h2-text-transform: none;

h2,
h1.entry-title {
	color: @h2-color;
	font: @h2-font-style @h2-font-variant @h2-font-weight @h2-font-size~"/"@h2-line-height @h2-font-family;
	text-transform: @h2-text-transform;
	text-align:left;
}
	h2 a,
	h2 a:hover,
	h1.entry-title a {
		color: @h2-color;
	}


@h3-color: #003D7E;
@h3-font-style: normal;
@h3-font-variant: normal; /* constant */
@h3-font-weight: 700;
@h3-font-size: 24px;
@h3-line-height: 30px;
@h3-font-family: Arial, sans-serif;
@h3-text-transform: none;

h3,
h2.entry-title,
.fancy-subtitle,
.comments-title {
	color: @h3-color;
	font: @h3-font-style @h3-font-variant @h3-font-weight @h3-font-size~"/"@h3-line-height @h3-font-family;
	text-transform: @h3-text-transform;
}
	h3 a,
	h3 a:hover,
	h2.entry-title a,
	.comments-title a {
		color: @h3-color;
	}

.fancy-title,
.fancy-header .breadcrumbs a {
	color: #fff;
}
.fancy-subtitle {
	color: @accent-bg-color;
}
@h4-color: #003d7e;
@h4-font-style: normal;
@h4-font-variant: normal; /* constant */
@h4-font-weight: 700;
@h4-font-size: 18px;
@h4-line-height: 20px;
@h4-font-family: Arial, sans-serif;
@h4-text-transform: none;

h4,
.widget-title,
.rollover-content h2.entry-title {
	color: @h4-color;
	font: @h4-font-style @h4-font-variant @h4-font-weight @h4-font-size~"/"@h4-line-height @h4-font-family;
	text-transform: @h4-text-transform;
}
	h4 a,
	h4 a:hover,
	.widget-title a {
		color: @h4-color;
	}


@h5-color: #003d7e;
@h5-font-style: normal;
@h5-font-variant: normal; /* constant */
@h5-font-weight: 900;
@h5-font-size: 15px;
@h5-line-height: 20px;
@h5-font-family: Arial, sans-serif;
@h5-text-transform: none;

h5,
.author-quote {
	color: @h5-color;
	font: @h5-font-style @h5-font-variant @h5-font-weight @h5-font-size~"/"@h5-line-height @h5-font-family;
	text-transform: @h5-text-transform;
}
	h5 a,
	h5 a:hover {
		color: @h5-color;
	}

@h6-color: #003d7e;
@h6-font-style: normal;
@h6-font-variant: normal; /* constant */
@h6-font-weight: 900;
@h6-font-size: 12px;
@h6-line-height: 20px;
@h6-font-family: Arial, sans-serif;
@h6-text-transform: none;

h6 {
	color: @h6-color;
	font: @h6-font-style @h6-font-variant @h6-font-weight @h6-font-size~"/"@h6-line-height @h6-font-family;
	text-transform: @h6-text-transform;
}
	h6 a,
	h6 a:hover {
		color: @h6-color;
	}

/* Typography: end */


/* !Buttons */

/*@dt-btn-bg-color: #d73b37;*/
@dt-btn-bg-color: #00AEFF;
@dt-btn-box-shadow: #003d7e;
@dt-btn-color: #fff;
@dt-btn-text-shadow: #003d7e;

@dt-btn-s-font-style: normal;
@dt-btn-s-font-variant: normal; /* constant */
@dt-btn-s-font-weight: normal;
@dt-btn-s-font-size: 13px;
@dt-btn-s-line-height: 24px;
@dt-btn-s-font-family: Arial, sans-serif;
@dt-btn-s-text-transform: none;

@dt-btn-m-font-style: normal;
@dt-btn-m-font-variant: normal; /* constant */
@dt-btn-m-font-weight: 700;
@dt-btn-m-font-size: 15px;
@dt-btn-m-line-height: 31px;
@dt-btn-m-font-family: Arial, sans-serif;
@dt-btn-m-text-transform: none;

@dt-btn-l-font-style: normal;
@dt-btn-l-font-variant: normal; /* constant */
@dt-btn-l-font-weight: normal;
@dt-btn-l-font-size: 15px;
@dt-btn-l-line-height: 31px;
@dt-btn-l-font-family: Arial, sans-serif;
@dt-btn-l-text-transform: none;

@dt-btn-xl-font-style: normal;
@dt-btn-xl-font-variant: normal; /* constant */
@dt-btn-xl-font-weight: 700;
@dt-btn-xl-font-size: 17px;
@dt-btn-xl-line-height: 39px;
@dt-btn-xl-font-family: Arial, sans-serif;
@dt-btn-xl-text-transform: uppercase;


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,
.footer .dt-btn,
.sidebar .dt-btn, {
	font: @dt-btn-s-font-style @dt-btn-s-font-variant @dt-btn-s-font-weight @dt-btn-s-font-size~"/"@dt-btn-s-line-height @dt-btn-s-font-family;
	padding-left: @dt-btn-s-line-height/3;
	padding-right: @dt-btn-s-line-height/3;
	color: @dt-btn-color;
	text-shadow: 1px 1px 0px @dt-btn-text-shadow;
	background-color: @dt-btn-bg-color;
	-webkit-box-shadow: inset 0px -2px 0px @dt-btn-box-shadow;
	-moz-box-shadow:	inset 0px -2px 0px @dt-btn-box-shadow;
	-ms-box-shadow:		inset 0px -2px 0px @dt-btn-box-shadow;
	-o-box-shadow:		inset 0px -2px 0px @dt-btn-box-shadow;
	box-shadow:			inset 0px -2px 0px @dt-btn-box-shadow;
	text-transform: @dt-btn-s-text-transform;
}
.content .dt-btn {
	color: @dt-btn-color;
}
.dt-btn {
	color: @dt-btn-color;
	.stripe-style-1 & {
		color: @dt-btn-color;
	}
	.stripe-style-2 & {
		color: @dt-btn-color;
	}
	.stripe-style-3 & {
		color: @dt-btn-color;
	}
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: normal;
}

.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 {
	border-color: @dt-btn-box-shadow;
}

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 {
	background-color: darken(@dt-btn-bg-color, 7%);
	-webkit-box-shadow:	none;
	-moz-box-shadow:	none;
	-ms-box-shadow:		none;
	-o-box-shadow:		none;
	box-shadow:			none;
}

.dt-btn:hover {
	color: @dt-btn-color;
}

.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;
}

.dt-form button,
.dt-form input[type="button"],
.dt-form input[type="reset"],
.dt-form input[type="submit"],
.dt-btn-m {
	padding-left: @dt-btn-m-line-height/3;
	padding-right: @dt-btn-m-line-height/3;
	font: @dt-btn-m-font-style @dt-btn-m-font-variant @dt-btn-m-font-weight @dt-btn-m-font-size~"/"@dt-btn-m-line-height @dt-btn-m-font-family;
	text-transform: @dt-btn-m-text-transform;
}

.dt-form button,
.dt-form input[type="button"],
.dt-form input[type="reset"],
.dt-form input[type="submit"] {
	min-height: @dt-btn-m-line-height+2;
}

.dt-btn-l {
	padding-left: @dt-btn-l-line-height/3;
	padding-right: @dt-btn-l-line-height/3;
	font: @dt-btn-l-font-style @dt-btn-l-font-variant @dt-btn-l-font-weight @dt-btn-l-font-size~"/"@dt-btn-l-line-height @dt-btn-l-font-family;
	-webkit-border-radius:	@dt-btn-l-line-height/7;
	-moz-border-radius:		@dt-btn-l-line-height/7;
	-ms-border-radius:		@dt-btn-l-line-height/7;
	-o-border-radius:		@dt-btn-l-line-height/7;
	border-radius:			@dt-btn-l-line-height/7;
	text-transform: @dt-btn-l-text-transform;
}

.dt-btn-xl {
	padding-left: @dt-btn-xl-line-height/3;
	padding-right: @dt-btn-xl-line-height/3;
	font: @dt-btn-xl-font-style @dt-btn-xl-font-variant @dt-btn-xl-font-weight @dt-btn-xl-font-size~"/"@dt-btn-xl-line-height @dt-btn-xl-font-family;
	-webkit-border-radius:	@dt-btn-l-line-height/5;
	-moz-border-radius:		@dt-btn-l-line-height/5;
	-ms-border-radius:		@dt-btn-l-line-height/5;
	-o-border-radius:		@dt-btn-l-line-height/5;
	border-radius:			@dt-btn-l-line-height/5;
	text-transform: @dt-btn-xl-text-transform;
}

/* Buttons: end */


/* !Top-bar */

@top-bg-color: rgba(255, 255, 255, 1);
@top-bg-color-ie: #fff;
@top-bg-image: ~"";
@top-bg-repeat: repeat;
@top-bg-position-x: center;
@top-bg-position-y: top;
@top-color: #666666;
@top-icons-bg-color: rgba(221,221,221, 0.86);
@top-icons-bg-color-temp: escape(~"@{top-icons-bg-color}");
@top-icons-bg-color-ie: #dfdfde;
@top-icons-color: escape(~"#fff"); /* it is important to keep this variable value in escape(~"") */
@top-search-bg-color: rgba(221,221,221, 0.86);
@top-search-bg-color-ie: #dddddd;
@top-search-color: #666666;
@top-search-color-temp: escape(~"@{top-search-color}");

#top-bar {
	line-height: @base-line-height*1.5;
	background: @top-bg-color @top-bg-image @top-bg-repeat @top-bg-position-x @top-bg-position-y;
	color: @top-color;
	.text-small;
	.wf-clearfix;
}	
	.old-ie #top-bar {
		background: @top-bg-color-ie @top-bg-image @top-bg-repeat @top-bg-position-x @top-bg-position-y;
	}

#top-bar a {
	color: @top-color;
}
	
#top-bar .mini-search {
	border-color: @top-search-bg-color;
	margin-top: @base-line-height*1.5/5;
	margin-bottom: @base-line-height*1.5/4.5;
}
	.old-ie #top-bar .mini-search {
		border-color: @top-search-bg-color-ie;
	}


.mini-search input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
	color: @top-search-color;
}

.mini-search input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: @top-search-color;
}

.mini-search input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: @top-search-color;
	opacity: 1;
}

.mini-search input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: @top-search-color;
}

.mini-search input[type="text"]:input-placeholder {
	color: @top-search-color;
}
.mini-search input {
	font-family: @base-font-family;
}

/* Top-bar: end */


/* !Header */

/* @header-bg-color: rgba(34, 37, 38, 1);*/ 
@header-bg-color: #003d7e;
@header-bg-color-ie: #222526;
@header-bg-image: ~"url(skins/red/red.header-bg-image.png)";
@header-bg-repeat: ~"repeat";
@header-bg-position-x: ~"center";
@header-bg-position-y: ~"top";
@header-height: 106px;

/*@header-overlap-bg-color: rgba(0, 0, 0, 0.4);*/
@header-overlap-bg-color:"";
@header-overlap-bg-color-ie: #222526;
@header-overlap-bg-image: ~"";
@header-overlap-bg-repeat: ~"";
@header-overlap-bg-position-x: ~"";
@header-overlap-bg-position-y: ~"";

#header {
	background: @header-bg-color @header-bg-image @header-bg-repeat @header-bg-position-x @header-bg-position-y;
}
	.old-ie #header {
		background: @header-bg-color-ie @header-bg-image @header-bg-repeat @header-bg-position-x @header-bg-position-y;
	}

#header.overlap {
	background: @header-overlap-bg-color @header-overlap-bg-image @header-overlap-bg-repeat @header-overlap-bg-position-x @header-overlap-bg-position-y;
}
	.old-ie #header.overlap {
		background: @header-overlap-bg-color-ie @header-overlap-bg-image @header-overlap-bg-repeat @header-overlap-bg-position-x @header-overlap-bg-position-y;
	}

@media screen and (max-width: 760px) {
	#header.overlap {
		background: @header-bg-color @header-bg-image @header-bg-repeat @header-bg-position-x @header-bg-position-y;
	}
		.old-ie #header.overlap {
			background: @header-bg-color-ie @header-bg-image @header-bg-repeat @header-bg-position-x @header-bg-position-y;
		}
}

/*
#header > wrap {
	min-height: @header-wrap-height;
}
*/

#header .wf-table {
	height: @header-height;
	min-height: @header-height;
}

#main-slideshow {
	min-height: @header-height;
}
	#fancy-header .wf-wrap {
		padding-top: @header-height;
	}
	#main-slideshow.fixed {
		min-height: @header-height - 80;
	}
/*
	.ancient-ie .header-wrap.logo-left {
		height: auto;
		min-height: @header-wrap-height;
	}
*/

/* Header: end */


/* !- Navigation */

/* For "classic logo layout: begin */

@navigation-bg-color: rgba(0, 0, 0, 0.3);
@navigation-bg-color-ie: rgb(0, 0, 0);
@navigation-div-bg-color: rgba(255, 255, 255, 0.1);
@navigation-div-bg-color-ie: #2b2b2b;
@navigation-info-color: #fff;

.navigation-holder {
	background-color: @navigation-bg-color;
}
	.old-ie .navigation-holder {
		background-color: @navigation-bg-color-ie;
	}

.assistive-info {
	color: @navigation-info-color;
}

/* For "classic" logo layout: end */

@menu-font-style: normal;
@menu-font-variant: normal; /* constant */
@menu-font-weight: 700;
@menu-font-size: 15px;
@menu-line-height: 34px;
@menu-font-family: Arial, sans-serif;
@menu-color: #234c78;
/* Menü alanı background color */
@menu-hover-bg-color: #003d7e;
/* Menü alanı background color */
@menu-hover-bg-color-ie: #D74340;
@menu-hover-color: rgb(255, 255, 255);
@menu-text-transform: uppercase;

/*
#main-nav > li > a {
	padding: 0 @menu-line-height/2;
}
*/
#main-nav {
	.wf-clearfix;
}

#main-nav > li > a,
#main-nav > li > a > span {
	font: @menu-font-style @menu-font-variant @menu-font-weight @menu-font-size~"/"@menu-line-height @menu-font-family;
	color: @menu-color;
	text-transform: @menu-text-transform;
}


	#main-nav > li > a,
	.csstransforms3d #main-nav.fancy-rollovers > li > a > span,
	.csstransforms3d #main-nav.fancy-rollovers > li > a > span > span {
		padding: 0 @menu-line-height / 3;	
	}
	#main-nav > li.has-children > a,
	.csstransforms3d #main-nav.fancy-rollovers > li.has-children > a span {
		padding: 0 (@menu-line-height / 3 + 7) 0 @menu-line-height / 3;
	}
	#main-nav > li.has-children > a:after,
	.csstransforms3d #main-nav.fancy-rollovers > li.has-children > a span:after {
		right: @menu-line-height / 3 - 4;
	}

	.logo-classic #main-nav > li > a,
	.csstransforms3d .logo-classic #main-nav.fancy-rollovers > li > a > span,
	.csstransforms3d .logo-classic #main-nav.fancy-rollovers > li > a > span > span {
		padding: 0 @menu-line-height / 2;	
	}
	.logo-classic #main-nav > li.has-children > a,
	.csstransforms3d .logo-classic #main-nav.fancy-rollovers > li.has-children > a span {
		padding: 0 (@menu-line-height / 2 + 7) 0 @menu-line-height / 2;
	}
	.logo-classic #main-nav > li.has-children > a:after,
	.csstransforms3d .logo-classic #main-nav.fancy-rollovers > li.has-children > a span:after {
		right: @menu-line-height / 3 - 1;
	}
	.logo-classic #main-nav {
		margin-left: -(@menu-line-height / 3);
	}


	.old-ie #main-nav > li:hover > a,
	.old-ie #main-nav > li.act > a {
		background-color: @menu-hover-bg-color-ie;
		color: @menu-hover-color;
	}

.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 > a,
#main-nav > li:hover > a,
.csstransforms3d #main-nav.fancy-rollovers > li.act > a,
.csstransforms3d #main-nav.fancy-rollovers > li.act > a > span,
.csstransforms3d #main-nav.fancy-rollovers > li > a > span > span,
#mobile-menu {
	background-color: @menu-hover-bg-color;
	color: @menu-hover-color;
}

.csstransforms3d #main-nav.fancy-rollovers > li:hover > a > span {
	background-color: fadeout(@menu-color, 60%);
}

#main-nav > li.has-children > a:after,
.csstransforms3d #main-nav.fancy-rollovers > li.has-children > a > span:after {
	border-top-color: @menu-color;
}

#main-nav > li.has-children:hover > a:after,
#main-nav > li.has-children.act > a:after,
.csstransforms3d #main-nav.fancy-rollovers > li.has-children.act > a > span:after,
.csstransforms3d #main-nav.fancy-rollovers > li.has-children > a > span > span:after {
	/*border-top-color: @menu-hover-color;*/
}


@submenu-bg-color: rgba(55, 56, 57, 1);
@submenu-bg-color-ie: #2a2a2a;
@submenu-color: #ededed;

/* Menü alt menü krılım hover özelliği  renk kodu */
@submenu-hover-color: #197ce6;
/* Menü alt menü krılım hover özelliği  renk kodu */

@submenu-div-bg-color: rgba(255, 255, 255, 0.07);
@submenu-div-bg-color-ie: #494b4c;

.sub-nav,
.dl-menuwrapper ul {
	background-color: @submenu-bg-color;
}
	.old-ie .sub-nav {
		background-color: @submenu-bg-color-ie;
	}

.sub-nav li:before,
.dl-menuwrapper li > a {
	border-bottom-style: @divider-thin-style;
	border-bottom-width: @divider-thin-height;
	border-bottom-color: @submenu-div-bg-color;
}
	.old-ie .sub-nav li:before {
		border-color: @submenu-div-bg-color-ie;
	}

.dl-menuwrapper li.dl-back a,
.dl-menuwrapper li.dl-back a:hover {
	background-color: fadeout(@submenu-color, 95%);
}

.sub-nav li.has-children:after,
.dl-menuwrapper li.has-children > a:after {
	/*border-left-color: @submenu-div-bg-color;*/
}
	.old-ie .sub-nav li.has-children:after {
		border-left-color: @submenu-div-bg-color-ie;
	}

.sub-nav > li > a,
.dl-menuwrapper li > a {
	color: @submenu-color;
	font-size: @base-font-size;
	line-height: @base-line-height*1.5;
}
.sub-nav > li > a {
	line-height: @base-line-height;
}
	.sub-nav > li:hover > a,
	.sub-nav > li.act > a,
	.dl-menuwrapper li.act > a,
	.no-touch .dl-menuwrapper li > a:hover,
	.touch .dl-menuwrapper li > a:active {
		color: @submenu-hover-color;
	}

	.sub-nav li.has-children:hover:after,
	.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 {
		/*border-left-color: @submenu-hover-color;*/
	}

/* Navigation: end */


/* !Main slideshow */

@main-slideshow-bg-color: rgba(202,59,55,1);
@main-slideshow-bg-color-ie: #ca3b37;
@main-slideshow-bg-image: ~"url(skins/red/red.slideshow-bg-image.png)";
@main-slideshow-bg-repeat: repeat;
@main-slideshow-bg-attachment: ~"";
@main-slideshow-bg-position-x: center;
@main-slideshow-bg-position-y: top;
@main-slideshow-bg-size: auto;

#main-slideshow {
	background: @main-slideshow-bg-color @main-slideshow-bg-image @main-slideshow-bg-repeat @main-slideshow-bg-attachment @main-slideshow-bg-position-x @main-slideshow-bg-position-y;
	background-size: @main-slideshow-bg-size;
}
	.old-ie #main-slideshow {
		background-color: @main-slideshow-bg-color-ie;
	}
#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: @h1-font-style @h1-font-variant @h1-font-weight @h1-font-size~"/"@h1-line-height @h1-font-family;
	text-transform: @h1-text-transform;
}
.rsDesc {
	font: @h2-font-style @h2-font-variant @h2-font-weight @h2-font-size~"/"@h2-line-height @h2-font-family;	
	text-transform: @h2-text-transform;
}
/*
.rsCLink {
	height: @h2-line-height;
	background: @accent-bg-color;
}
*/

@media screen and (max-width: 800px) {
	.rsTitle {
		font: @h5-font-style @h5-font-variant @h5-font-weight @h5-font-size~"/"@h5-line-height @h5-font-family;
	}
	.rsCLink {
		height: @h5-line-height;
	}
	.rsDesc {
		font: @base-font-style @base-font-variant @base-font-weight @base-font-size~"/"@base-line-height @base-font-family;
	}
}

@media screen and (max-width: 320px) {
	.rsTitle {
		font: @base-font-style @base-font-variant @base-font-weight @base-font-size~"/"@base-line-height @base-font-family;
	}
	.rsCLink {
		height: @base-line-height;
	}
	.rsDesc {
		display: none !important;
		font: @base-font-style @base-font-variant @base-font-weight @base-font-size~"/"@base-line-height @base-font-family;
	}
}

.rsHomePorthole .progress-spinner-left,
.rsHomePorthole .progress-spinner-right {
	border-color: @accent-bg-color !important;
}

/* Main slideshow: end */


/* !Content area */

/* !- Primary styles */

@accent-color: rgb(255, 255, 255); /* It's important to keep this value in quotes */
@accent-color-temp: escape(~"@{accent-color}");
/*@accent-bg-color: rgb(215, 59, 55);*/
@accent-bg-color: #1c4979 ;
@accent-bg-color-temp: escape(~"@{accent-bg-color}");
@accent-bg-color-rgb: rgb(215, 59, 55); /*for function fadein*/
@accent-bg-color-rgb-fade: fade(@accent-bg-color, 90%);

@divider-bg-color: rgba(221,221,221,0.68); /* color of arrows and dividers */
@divider-bg-color-temp: escape(~"@{divider-bg-color}");/* It's important to keep this value in quotes */
@divider-bg-color-ie: #e5e5e5;

@backgrounds-color: ~"@{h1-color}";
@backgrounds-bg-color: #003D7E; /* color of backgrounds for meta information, blockquotes, etc. */
@backgrounds-bg-color-ie: #e8e8e8;

/* Primary styles: end */


/* !- Stripe style 1 */

@strype-1-color: #7d7d7d; /* It's important to keep this value in quotes */
@strype-1-color-temp: escape(~"@{strype-1-color}");
@strype-1-color-fade:fade(@strype-1-color, 5%);
@strype-1-header-color: #003d7e;
@strype-1-secondary-color: @strype-1-header-color;
@strype-1-color-cap:fade(@strype-1-color, 12%);

@strype-1-divider-bg-color: rgba(221,221,221,0.6); /* color of arrows and dividers */
@strype-1-divider-bg-color-ie: #efefef;

@strype-1-backgrounds-color: @strype-1-header-color;
@strype-1-backgrounds-bg-color: rgba(221,221,221,0.45); /* color of backgrounds for meta information, blockquotes, etc. */
@strype-1-backgrounds-bg-color-ie: #f2f2f2;

@strype-1-bg-color: rgba(255,255,255,1); /* variable color and opacity */
@strype-1-bg-color-ie: #ffffff; /* alternative variable color for ie */
@strype-1-bg-image: ~"";
@strype-1-bg-repeat: ~"";
@strype-1-bg-attachment: ~"";
@strype-1-bg-position-x: ~"center"; /* Constant */
@strype-1-bg-position-y: ~"top";

/* Stripe style 1: end */


/* !- Stripe style 2 */

@strype-2-color: #727272; /* It's important to keep this value in quotes */
@strype-2-color-temp: escape(~"@{strype-2-color}");
@strype-2-color-fade:fade(@strype-2-color, 5%);
@strype-2-header-color: #ffffff;
@strype-2-secondary-color: @strype-2-header-color;
@strype-2-color-cap:fade(@strype-2-color, 12%);

@strype-2-divider-bg-color: rgba(52,55,56,1); /* color of arrows and dividers */
@strype-2-divider-bg-color-ie: #353839;

@strype-2-backgrounds-color: @strype-2-header-color;
@strype-2-backgrounds-bg-color: rgba(48,51,52,1); /* color of backgrounds for meta information, blockquotes, etc. */
@strype-2-backgrounds-bg-color-ie: #303334;

@strype-2-bg-color: #1c4979; /* variable color and opacity */
@strype-2-bg-color-ie: #222526; /* alternative variable color for ie */
@strype-2-bg-image: ~"url(skins/red/red-skin-footer-bg-pattern.png)";
@strype-2-bg-repeat: ~"repeat";
@strype-2-bg-attachment: ~"";
@strype-2-bg-position-x: ~"center"; /* Constant */
@strype-2-bg-position-y: ~"top";

/* Stripe style 2: end */

/* !- Stripe style 3 */

@strype-3-color: #7d7d7d; /* It's important to keep this value in quotes */
@strype-3-color-temp: escape(~"@{strype-3-color}");
@strype-3-color-fade:fade(@strype-3-color, 5%);
@strype-3-header-color: #003d7e;
@strype-3-secondary-color: @strype-3-header-color;
@strype-3-color-cap:fade(@strype-3-color, 12%);

@strype-3-divider-bg-color: rgba(221,221,221,0.79); /* color of arrows and dividers */
@strype-3-divider-bg-color-ie: #dfdfdf;

@strype-3-backgrounds-color: @strype-3-header-color;
@strype-3-backgrounds-bg-color: rgba(221,221,221,0.57); /* color of backgrounds for meta information, blockquotes, etc. */
@strype-3-backgrounds-bg-color-ie: #e5e5e5;

@strype-3-bg-color: rgba(245,245,245,1); /* variable color and opacity */
@strype-3-bg-color-ie: #f5f5f5; /* alternative variable color for ie */
@strype-3-bg-image: ~"url(skins/red/red-skin-footer-bg-pattern.png)";
@strype-3-bg-repeat: ~"repeat";
@strype-3-bg-attachment: ~"";
@strype-3-bg-position-x: ~"center"; /* Constant */
@strype-3-bg-position-y: ~"top";
@strype-3-bg-size: ~"auto";

/* Stripe style 3: end */


.stripe-style-1 {
	background: @strype-1-bg-color @strype-1-bg-image @strype-1-bg-repeat @strype-1-bg-attachment @strype-1-bg-position-x @strype-1-bg-position-y;

	.old-ie & {
		background-color: @strype-1-bg-color-ie;
	}
}
	.stripe-style-1 *,
	.stripe-style-1 a {
		color: @strype-1-color;
	}

.stripe-style-2 {
	background: @strype-2-bg-color @strype-2-bg-image @strype-2-bg-repeat @strype-2-bg-attachment @strype-2-bg-position-x @strype-2-bg-position-y;

	.old-ie & {
		background-color: @strype-2-bg-color-ie;
	}
}
	.stripe-style-2 *,
	.stripe-style-2 a {
		color: @strype-2-color;
	}

.stripe-style-3 {
	background: @strype-3-bg-color @strype-3-bg-image @strype-3-bg-repeat @strype-3-bg-attachment @strype-3-bg-position-x @strype-3-bg-position-y;

	.old-ie & {
		background-color: @strype-3-bg-color-ie;
	}
}
	.stripe-style-3 *,
	.stripe-style-3 a {
		color: @strype-3-color;
	}

h1, 
h2,
h3,
h4,
h5,
h6,
h1 a, 
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
	.stripe-style-1 & {
		color: @strype-1-header-color;
	}
	.stripe-style-2 & {
		color: @strype-2-header-color;
	}
	.stripe-style-3 & {
		color: @strype-3-header-color;
	}

}


/* !- Thin divider */

@divider-thin-style: solid; /* Can be "solid" or "dotted" */
@divider-thin-height: 1px; /* Can be "1px" or "2px" */

.divider-thin (@color) {
	border-style: @divider-thin-style;
	border-width: @divider-thin-height;
	border-color: @color;

	border-left: none;
	border-right: none;
}

.divider-horisontal (@color) {
	border-style: @divider-thin-style;
	border-width: @divider-thin-height;
	border-color: @color;

	border-top: none;
	border-right: none;
	border-bottom: none;
}

/* !- Thick divider */

@divider-thick-switch: style-2;
@divider-thick-bread-switch: style-2;

/* .hr-style-1 */
.hr-style (@style, @color) when (@style = style-1) {
	height: 0;
	border: none;
	border-top: solid 10px @color;
}
	/* .hr-style-1-1 */
	.hr-style (@style, @color) when (@style = style-1-1) {
		position: relative;
		height: 0;
		border: none;
		border-top: solid 10px @color;
	
		&:before {
			position: absolute;
			top: -10px;
			left: 0;
			width: 10px;
			height: 10px;
			background-color: @accent-bg-color;
			
			content: "";
		}
	}
	/* .hr-style-1-2 */
	.hr-style (@style, @color) when (@style = style-1-2) {
		position: relative;
		height: 0;
		border: none;
		border-top: solid 10px @color;
	
		&:before {
			position: absolute;
			top: -10px;
			left: 0;
			width: 10px;
			height: 10px;
			background-color: @accent-bg-color;
			
			content: "";
		}
		&:after {
			position: absolute;
			top: -10px;
			left: 11px;
			width: 1px;
			height: 10px;
			border-left: solid 10px @accent-bg-color;
			border-right: solid 10px @accent-bg-color;
			
			content: "";
		}
	}
	/* .hr-style-1-3 */
	.hr-style (@style, @color) when (@style = style-1-3) {
		position: relative;
		height: 10px;
		border: none;
		background: @color;
		overflow: hidden;
	
		&:before {
			position: absolute;
			top: 0;
			left: -10px;
			width: 40px;
			height: 0px;
			border: solid 10px transparent;
			border-top-color: @accent-bg-color;
			
			content: "";
		}
	}
/* .hr-style-2 */
.hr-style (@style, @color) when (@style = style-2) {
	height: 1px;
	border-top: solid 7px @color;
	border-bottom: solid 2px @color;
}
	/* .hr-style-2-1 */
	.hr-style (@style, @color) when (@style = style-2-1) {
		position: relative;
		height: 1px;
		border-top: solid 7px @color;
		border-bottom: solid 2px @color;
	
		&:before {
			position: absolute;
			top: -7px;
			left: 0;
			width: 20px;
			height: 1px;
			border-top: solid 7px @accent-bg-color;
			border-bottom: solid 2px @accent-bg-color;
			
			content: "";
		}
	}
	/* .hr-style-2-2 */
	.hr-style (@style, @color) when (@style = style-2-2) {
		position: relative;
		height: 1px;
		border-top: solid 7px @color;
		border-bottom: solid 2px @color;
	
		&:before {
			position: absolute;
			top: -7px;
			left: 0;
			width: 40px;
			height: 1px;
			border-top: solid 7px @accent-bg-color;
			border-bottom: solid 2px @accent-bg-color;
			
			content: "";
		}
	}
/* .hr-style-3 */
.hr-style (@style, @color) when (@style = style-3) {
	height: 2px;
	border-top: solid 6px @color;
	border-bottom: solid 2px @color;
}
	/* .hr-style-3-1 */
	.hr-style (@style, @color) when (@style = style-3-1) {
		position: relative;
		height: 2px;
		border-top: solid 6px @color;
		border-bottom: solid 2px @color;
	
		&:before {
			position: absolute;
			top: -6px;
			left: 0;
			width: 20px;
			height: 2px;
			border-top: solid 6px @accent-bg-color;
			border-bottom: solid 2px @accent-bg-color;
			
			content: "";
		}
	}
	/* .hr-style-3-2 */
	.hr-style (@style, @color) when (@style = style-3-2) {
		position: relative;
		height: 2px;
		border-top: solid 6px @color;
		border-bottom: solid 2px @color;
	
		&:before {
			position: absolute;
			top: -6px;
			left: 0;
			width: 40px;
			height: 2px;
			border-top: solid 6px @accent-bg-color;
			border-bottom: solid 2px @accent-bg-color;
			
			content: "";
		}
	}
/* .hr-style-4 */
.hr-style (@style, @color) when (@style = style-4) {
	height: 1px;
	border-top: solid 5px @color;
	border-bottom: solid 5px @color;
}
	/* .hr-style-4-1 */
	.hr-style (@style, @color) when (@style = style-4-1) {
		position: relative;
		height: 1px;
		border-top: solid 5px @color;
		border-bottom: solid 5px @color;
	
		&:before {
			position: absolute;
			top: -5px;
			left: 0;
			width: 20px;
			height: 1px;
			border-top: solid 5px @accent-bg-color;
			border-bottom: solid 5px @accent-bg-color;
			
			content: "";
		}
	}
	/* .hr-style-4-2 */
	.hr-style (@style, @color) when (@style = style-4-2) {
		position: relative;
		height: 1px;
		border-top: solid 5px @color;
		border-bottom: solid 5px @color;
	
		&:before {
			position: absolute;
			top: -5px;
			left: 0;
			width: 40px;
			height: 1px;
			border-top: solid 5px @accent-bg-color;
			border-bottom: solid 5px @accent-bg-color;
			
			content: "";
		}
	}

.hr-thick {
 .hr-style (@divider-thick-switch, @divider-bg-color);
}
 .old-ie .hr-thick {
  .hr-style (@divider-thick-switch, @divider-bg-color-ie);
 }

.hr-breadcrumbs .breadcrumbs:after {
 .hr-style (@divider-thick-bread-switch, @divider-bg-color);
}
 .old-ie .hr-breadcrumbs .breadcrumbs:after {
  .hr-style (@divider-thick-bread-switch, @divider-bg-color-ie);
 }
/* Divider styles: end */

.content table,
.content td,
.content th {
	border-color: @divider-bg-color-ie;
}

.hr-thick {
	border-color: @divider-bg-color;
	.stripe-style-1 & {
 		border-color: @strype-1-divider-bg-color;
	}
	.stripe-style-2 & {
 		border-color: @strype-2-divider-bg-color;
	}
	.stripe-style-3 & {
 		border-color: @strype-3-divider-bg-color;
	}
		.old-ie .stripe-style-1 & {
 			border-color: @strype-1-divider-bg-color-ie;
		}
		.old-ie .stripe-style-2 & {
 			border-color: @strype-2-divider-bg-color-ie;
		}
		.old-ie .stripe-style-3 & {
 			border-color: @strype-3-divider-bg-color-ie;
		}
}
	.old-ie .hr-thick {
		border-color: @divider-bg-color-ie;
	}


.hr-thin,
.list-divider li,
.contact-info li {
	.divider-thin(@divider-bg-color);
	border-bottom: none;
	.stripe-style-1 & {
		.divider-thin(@strype-1-divider-bg-color);
		border-bottom: none;
	}
	.stripe-style-2 & {
		.divider-thin(@strype-2-divider-bg-color);
		border-bottom: none;
	}
	.stripe-style-3 & {
		.divider-thin(@strype-3-divider-bg-color);
		border-bottom: none;
	}
		.old-ie .stripe-style-1 & {
			.divider-thin(@strype-1-divider-bg-color-ie);
			border-bottom: none;
		}
		.old-ie .stripe-style-2 & {
			.divider-thin(@strype-2-divider-bg-color-ie);
			border-bottom: none;
		}
		.old-ie .stripe-style-3 & {
			.divider-thin(@strype-3-divider-bg-color-ie);
			border-bottom: none;
		}
}
	.old-ie .hr-thin,
	.old-ie .list-divider li {
		.divider-thin(@divider-bg-color-ie);
		border-bottom: none;
	}


.entry-meta,
.entry-tags,
.portfolio-categories {
	.text-small;
}

.entry-meta a,
.entry-tags a,
.portfolio-categories a {
	padding: 0 @base-line-height/3;
	color: @backgrounds-color;
	background-color: @backgrounds-bg-color;
	.stripe-style-1 & {
		background-color: @strype-1-backgrounds-bg-color;
		color: @strype-1-backgrounds-color;
	}
	.stripe-style-2 & {
		background-color: @strype-2-backgrounds-bg-color;
		color: @strype-2-backgrounds-color;
	}
	.stripe-style-3 & {
		background-color: @strype-3-backgrounds-bg-color;
		color: @strype-3-backgrounds-color;
	}
		.old-ie .stripe-style-1 & {
			background-color: @strype-1-backgrounds-bg-color-ie;
		}
		.old-ie .stripe-style-2 & {
			background-color: @strype-2-backgrounds-bg-color-ie;
		}
		.old-ie .stripe-style-3 & {
			background-color: @strype-3-backgrounds-bg-color-ie;
		}
}
.entry-meta a * {
	color: @backgrounds-color;
	.stripe-style-1 & {
		color: @strype-1-backgrounds-color;
	}
	.stripe-style-2 & {
		color: @strype-2-backgrounds-color;
	}
	.stripe-style-3 & {
		color: @strype-3-backgrounds-color;
	}
		
}


blockquote,
.entry-author,
.format-aside-content,
.format-status-content,
.format-link-content {
	background-color: @backgrounds-bg-color;
	.stripe-style-1 & {
		background-color: @strype-1-backgrounds-bg-color;
	}
	.stripe-style-2 & {
		background-color: @strype-2-backgrounds-bg-color;
	}
	.stripe-style-3 & {
		background-color: @strype-3-backgrounds-bg-color;
	}
		.old-ie .stripe-style-1 & {
			background-color: @strype-1-backgrounds-bg-color-ie;
		}
		.old-ie .stripe-style-2 & {
			background-color: @strype-2-backgrounds-bg-color-ie;
		}
		.old-ie .stripe-style-3 & {
			background-color: @strype-3-backgrounds-bg-color-ie;
		}
}
blockquote,
blockquote *,
.format-status-content,
.format-aside-content,
.format-link-content {
	color: @backgrounds-color;
	.stripe-style-1 & {
		color: @strype-1-backgrounds-color;
	}
	.stripe-style-2 & {
		color: @strype-2-backgrounds-color;
	}
	.stripe-style-3 & {
		color: @strype-3-backgrounds-color;
	}
		
}
	.old-ie .entry-meta a,
	.old-ie .entry-tags a,
	.old-ie .portfolio-categories a,
	.old-ie blockquote,
	.old-ie .entry-author,
	.old-ie .format-aside-content,
	.old-ie .format-status-content,
	.old-ie .format-link-content {
		background-color: @backgrounds-bg-color-ie;
	}

.entry-meta:before,
.entry-meta 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: @accent-color;
	background-color: @accent-bg-color;
}
.entry-meta a:hover > * {
	color: @accent-color;
}

.entry-meta:before,
.entry-tags:before {
	width: @base-line-height;
}

/* Content area: end */


/* !Sidebar */

@widget-sidebar-bg-color: rgba(255, 255, 255, 1);
@widget-sidebar-bg-color-temp: escape(~"@{widget-sidebar-bg-color}");
@widget-sidebar-bg-color-ie: #fff;
@widget-sidebar-bg-image: ~"";
@widget-sidebar-bg-repeat: repeat;
@widget-sidebar-bg-position-x: left;
@widget-sidebar-bg-position-y: top;
@widget-sidebar-color: #777777;
@widget-sidebar-color-fade-cap:fade(@widget-sidebar-color, 12%);
@widget-sidebar-color-bullet: escape(~"@{widget-sidebar-color}");
@widget-sidebar-color-temp: fade(@widget-sidebar-color, 5%); /*blockquote style widget quote color*/
@widget-sidebar-header-color: #252525;
@widget-sidebar-secondary-color: #00aeff;
@widget-sidebar-divider-bg-color: rgba(221, 221, 221, 0.5);
@widget-sidebar-divider-bg-color-temp: escape(~"@{widget-sidebar-divider-bg-color}");
@widget-sidebar-divider-bg-color-ie: #ececec;

.sidebar .widget {
	background: @widget-sidebar-bg-color @widget-sidebar-bg-image @widget-sidebar-bg-repeat @widget-sidebar-bg-position-x @widget-sidebar-bg-position-y;
	color: @widget-sidebar-color;
}
	.old-ie .sidebar .widget {
		background: @widget-sidebar-bg-color-ie @widget-sidebar-bg-image @widget-sidebar-bg-repeat @widget-sidebar-bg-position-x @widget-sidebar-bg-position-y;
		border-bottom: solid 1px mix(#757575, @widget-sidebar-bg-color-ie, 30%)
	}
.filter a,
.paginator a {
	background-color: @widget-sidebar-bg-color;
	color: @widget-sidebar-color;
}
	.old-ie .filter a,
	.old-ie .paginator a {
		background: @widget-sidebar-bg-color-ie;
		border-bottom: solid 1px mix(#757575, @widget-sidebar-bg-color-ie, 30%)
	}

.sidebar .widget-title {
	color: @widget-sidebar-header-color;
}

/* Sidebar: end */


/* !Filter and Paginator */

.filter a {
	padding: 0 @base-line-height/2 0 @base-line-height/2;
	line-height: @base-line-height*1.5;
	.text-small;
}
	.filter a.act {
		padding: 0 @base-line-height/2 0 (@base-line-height/2 + 18);
	}
	.filter .filter-categories a,
	.filter .filter-extras a {
		background-position: (@base-line-height/2 + 7.5) center;
	}
	.filter .filter-categories a.act,
	.filter .filter-extras a.act {
		background-position: (@base-line-height/2) center;
	}

.filter-extras:before,	
.filter-categories:before {
	height: @base-line-height*1.5;
	width: @base-line-height*1.5;
	background-color: @accent-bg-color;
}

.paginator a {
	padding-left: @base-line-height/3;
	padding-right: @base-line-height/3;
	min-width: @base-line-height*1.5;
	line-height: @base-line-height*1.5;
}

.filter a:hover,
.paginator a:hover,
.paginator a.act {
	background-color: @accent-bg-color;
	color: @accent-color;
}

.paginator .nav-prev,
.paginator .nav-next {
	padding-left: @base-line-height/2;
	padding-right: @base-line-height/2;
	.text-small;
}

.paginator .nav-prev {
	padding-left: @base-line-height/2 + 18px;
}

	.paginator .nav-prev:before {
		left: @base-line-height/2;
	}

.paginator .nav-next {
	padding-right: @base-line-height/2 + 18px;
}

	.paginator .nav-next:after {
		right: @base-line-height/2;
	}

/* Filter and Paginator: end */


/* !Blog and Comments */
/*.page-info,*/
.layout-list .post,
.layout-masonry .post,
.comment-content,
.pingback-content {
	.divider-thin(@divider-bg-color);
	border-top: none;
	.wf-clearfix;
	.stripe-style-1 & {
		.divider-thin(@strype-1-divider-bg-color);
		border-top: none;
	}
	.stripe-style-2 & {
		.divider-thin(@strype-2-divider-bg-color);
		border-top: none;
	}
	.stripe-style-3 & {
		.divider-thin(@strype-3-divider-bg-color);
		border-top: none;
	}
		.old-ie .stripe-style-1 & {
			.divider-thin(@strype-1-divider-bg-color-ie);
			border-top: none;
		}
		.old-ie .stripe-style-2 & {
			.divider-thin(@strype-2-divider-bg-color-ie);
			border-top: none;
		}
		.old-ie .stripe-style-3 & {
			.divider-thin(@strype-3-divider-bg-color-ie);
			border-top: none;
		}
}
.blog.layout-grid .paginator,
.portfolio.layout-grid .paginator,
.albums.layout-grid .paginator,
.media.layout-grid .paginator {	
	.divider-thin(@divider-bg-color);
	border-bottom: none;
}
	/*.old-ie .page-info,*/
	.old-ie .layout-list .post,
	.old-ie .layout-masonry .post,
	.old-ie .comment-content,
	.old-ie .pingback-content {
		.divider-thin(@divider-bg-color-ie);
		border-top: none;
	}

.comment-author,
.pingback-title {
	.text-big
}

.reply,
.comment-meta,
.clear-form,
#reply-title small {
	.text-small;
}

.fn,
.fn a,
.comment-meta,
.comment-meta a,
a.comment-reply-link,
.pingback-title,
a.clear-form {
	color: @h3-color;
	.stripe-style-1 & {
		color: @strype-1-header-color;
	}
	.stripe-style-2 & {
		color: @strype-2-header-color;
	}
	.stripe-style-3 & {
		color: @strype-3-header-color;
	}
}

/* Blog and Comments:end */


/* !Footer */

/*@footer-bg-color: rgba(34, 37, 38, 1);*/
@footer-bg-color:#1C4979;
@footer-bg-color-temp: escape(~"@{footer-bg-color}");
@footer-bg-color-ie: #222526;
@footer-bg-image: ~"url(skins/red/red.footer-bg-image.png)";
@footer-bg-repeat: ~"repeat";
@footer-bg-position-x: ~"center";
@footer-bg-position-y: ~"top";

/*
@widget-footer-bg-color: rgba(255, 255, 255, 1);
@widget-footer-bg-color-ie: #fff;
@widget-footer-bg-image: ~"";
@widget-footer-bg-repeat: repeat;
@widget-footer-bg-position-x: left;
@widget-footer-bg-position-y: top;
*/
@widget-footer-color: #fff;
@widget-footer-color-fade-cap:fade(@widget-footer-color, 12%);
@widget-footer-color-temp: escape(~"@{widget-footer-color}");
@widget-footer-header-color: #fff;
@widget-footer-secondary-color: #fff;
@widget-footer-divider-bg-color: #00AEFF;
@widget-footer-divider-bg-color-temp: escape(~"@{widget-footer-divider-bg-color}");
@widget-footer-divider-bg-color-ie: #333435;

#footer {
	background: @footer-bg-color @footer-bg-image @footer-bg-repeat @footer-bg-position-x @footer-bg-position-y;
}
	.old-ie #footer {
		background: @footer-bg-color-ie @footer-bg-image @footer-bg-repeat @footer-bg-position-x @footer-bg-position-y;
	}

.footer .widget {
	/* background: @widget-footer-bg-color @widget-footer-bg-image @widget-footer-bg-repeat @widget-footer-bg-position-x @widget-footer-bg-position-y; */
	color: @widget-footer-color;
}
	.old-ie .footer .widget {
		/* background: @widget-footer-bg-color-ie @widget-footer-bg-image @widget-footer-bg-repeat @widget-footer-bg-position-x @widget-footer-bg-position-y; */
	}

.footer .widget-title {
	color: @widget-footer-header-color;
}

/* Footer: end */


/* !Bottom-bar */

@bottom-color: #757575;
@bottom-bg-color: rgba(255, 255, 255, 1);
@bottom-bg-color-ie: #fff;
@bottom-bg-image: ~"";
@bottom-bg-repeat: ~"";
@bottom-bg-position-x: ~"";
@bottom-bg-position-y: ~"";

#bottom-bar {
	.text-small;
	color: @bottom-color;
	background: @bottom-bg-color @bottom-bg-image @bottom-bg-repeat @bottom-bg-position-x @bottom-bg-position-y;
}
	.old-ie #bottom-bar {
		background: @bottom-bg-color-ie @bottom-bg-image @bottom-bg-repeat @bottom-bg-position-x @bottom-bg-position-y;
	}
	
#bottom-bar a {
	color: @bottom-color;
}
	
#bottom-bar .mini-search,
#bottom-bar .mini-contacts li:before {
	background-color: @top-icons-bg-color;
}
	.old-ie #bottom-bar .mini-search,
	.old-ie #bottom-bar .mini-contacts li:before {
		background-color: @top-icons-bg-color-ie;
	}

/* Bottom-bar: end */








/* !Widgets */

.sidebar a {
	color: @widget-sidebar-color;
}
.footer a {
	color: @widget-footer-color;
}

.color-primary {
	.sidebar & {
		color: @widget-sidebar-header-color;
	}
	.footer & {
		color: @widget-footer-header-color;
	}

	a& {
		text-decoration: none;
		&:hover {
			text-decoration: none;
		}
	}
}

.color-secondary {
	.sidebar & {
		color: @widget-sidebar-secondary-color;
	}
	.footer & {
		color: @widget-footer-secondary-color;
	}

	.stripe-style-1 & {
		color: @strype-1-secondary-color;
	}
	.stripe-style-2 & {
		color: @strype-2-secondary-color;
	}
	.stripe-style-3 & {
		color: @strype-3-secondary-color;
	}
}

.text-primary {
	.text-big;

	.content & {
		color: @h4-color;
	}

	.sidebar & {
		color: @widget-sidebar-header-color;
	}
	.footer & {
		color: @widget-footer-header-color;
	}
	.stripe-style-1 & {
		color: @strype-1-header-color;
	}
	.stripe-style-2 & {
		color: @strype-2-header-color;
	}
	.stripe-style-3 & {
		color: @strype-3-header-color;
	}
	a& {
		text-decoration: none;
		&:hover {
			text-decoration: none;
		}
	}
}

.text-secondary {
	.text-small;
	
	.sidebar & {
		color: @widget-sidebar-secondary-color;
	}
	.footer & {
		color: @widget-footer-secondary-color;
	}

	.stripe-style-1 & {
		color: @strype-1-secondary-color;
	}
	.stripe-style-2 & {
		color: @strype-2-secondary-color;
	}
	.stripe-style-3 & {
		color: @strype-3-secondary-color;
	}

	a& {
		text-decoration: none;
		&:hover {
			text-decoration: none;
		}
	}
}
.widget .tp_recent_tweets .twitter_time {
	.text-secondary;
}
.sidebar .custom-categories a:hover {	
	color: @widget-sidebar-secondary-color;
}

.sidebar .custom-categories a:hover span {	
	color: @widget-sidebar-color;
}
.footer .custom-categories a:hover {	
	color: @widget-footer-secondary-color;
}

.footer .custom-categories a:hover span {	
	color: @widget-footer-color;
}
/* !- Recent.. */

.sidebar .recent-posts li,
.sidebar .tp_recent_tweets li,
.sidebar .testimonials.list-view li,
.sidebar .menu li,
.sidebar .custom-menu li,
.sidebar .widget-custom-nav li li,
.sidebar .widget_pages li,
.sidebar .widget_recent_comments li,
.sidebar .widget_categories li,
.sidebar .widget_meta li,
.sidebar .blogroll li,
.sidebar .widget_archive li,
.sidebar .widget_recent_entries li,
.sidebar .st-accordion li,
.sidebar .contact-info li,
.sidebar .custom-categories li {
	.divider-thin(@widget-sidebar-divider-bg-color);
	border-bottom: none;
}

.footer .recent-posts li,
.footer .tp_recent_tweets li,
.footer .testimonials.list-view li,
.footer .menu li,
.footer .custom-menu 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 {
	.divider-thin(@widget-footer-divider-bg-color);
	border-bottom: none;
}

	.old-ie .sidebar .recent-posts li,
	.old-ie .sidebar .tp_recent_tweets li,
	.old-ie .sidebar .testimonials.list-view li,
	.old-ie .sidebar .menu li,
	.old-ie .sidebar .custom-menu li,
	.old-ie .sidebar .widget-custom-nav li li,
	.old-ie .sidebar .widget_pages li,
	.old-ie .sidebar .widget_recent_comments li,
	.old-ie .sidebar .widget_categories li,
	.old-ie .sidebar .widget_meta li,
	.old-ie .sidebar .blogroll li,
	.old-ie .sidebar .widget_archive li,
	.old-ie .sidebar .widget_recent_entries li,
	.old-ie .sidebar .st-accordion li,
	.old-ie .sidebar .contact-info li,
	.old-ie .sidebar .custom-categories li {
		.divider-thin(@widget-sidebar-divider-bg-color-ie);
		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 .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  {
		.divider-thin(@widget-footer-divider-bg-color-ie);
		border-bottom: none;
	}

	.widget_recent_comments a {
		.color-secondary;
	}

/* Recent..:end */


/* !- Accordion */
.st-accordion li {
	.divider-thin(@divider-bg-color);
	border-bottom: none;
	.stripe-style-1 & {
		.divider-thin(@strype-1-divider-bg-color);
		border-bottom: none;
	}
	.stripe-style-2 & {
		.divider-thin(@strype-2-divider-bg-color);
		border-bottom: none;
	}
	.stripe-style-3 & {
		.divider-thin(@strype-3-divider-bg-color);
		border-bottom: none;
	}
		.old-ie .stripe-style-1 & {
			.divider-thin(@strype-1-divider-bg-color-ie);
			border-bottom: none;
		}
		.old-ie .stripe-style-2 & {
			.divider-thin(@strype-2-divider-bg-color-ie);
			border-bottom: none;
		}
		.old-ie .stripe-style-3 & {
			.divider-thin(@strype-3-divider-bg-color-ie);
			border-bottom: none;
		}

}
	.old-ie .st-accordion li {
		.divider-thin(@divider-bg-color-ie);
		border-bottom: none;
	}
.sidebar .st-accordion li {
	border-top-color: @widget-sidebar-divider-bg-color;
}
	.old-ie .sidebar .st-accordion li {
		border-top-color: @widget-sidebar-divider-bg-color-ie;
	}
		.st-accordion li a,
		.st-toggles li a {
			color: @secondary-base-color;
		}
.footer .st-accordion li {
	border-top-color: @widget-footer-divider-bg-color;
}
	.old-ie .footer .st-accordion li {
		border-top-color: @widget-footer-divider-bg-color-ie;
	}

/* Accordion: end */


/* !- Calendar */

#wp-calendar,
#wp-calendar td {
	background-color: fade(@widget-sidebar-divider-bg-color, 10%);  
}
#wp-calendar td a {
	color: @accent-bg-color;
}	

#wp-calendar,
#wp-calendar caption,
#wp-calendar td {
	border-color: @widget-sidebar-divider-bg-color;
}
.old-ie #wp-calendar,
.old-ie #wp-calendar caption,
.old-ie #wp-calendar td {
	border-color: @widget-sidebar-divider-bg-color-ie;
}
#wp-calendar td:hover {
	background-color: fade(@widget-sidebar-divider-bg-color, 20%);	
}
	#wp-calendar th,
	#wp-calendar caption,
	#wp-calendar tfoot td,
	#wp-calendar tfoot td a {
		color: @widget-sidebar-header-color;
	}
	
	#wp-calendar td.act {
		background-color: @accent-bg-color;
		color: @accent-color;
	}

.footer #wp-calendar,
.footer #wp-calendar td {
	background-color: fade(@widget-footer-divider-bg-color, 10%); 
}
	.footer #wp-calendar td:hover {
		background-color: fade(@widget-footer-divider-bg-color, 20%);	
	}
.footer #wp-calendar,
.footer #wp-calendar caption,
.footer #wp-calendar td {
	border-color: @widget-footer-divider-bg-color;
}
.old-ie .footer #wp-calendar,
.old-ie .footer #wp-calendar caption,
.old-ie .footer #wp-calendar td {
	border-color: @widget-footer-divider-bg-color-ie;
}
	.footer #wp-calendar th,
	.footer #wp-calendar caption,
	.footer #wp-calendar tfoot td,
	.footer #wp-calendar tfoot td a {
		color: @widget-footer-header-color;
	}
	.footer #wp-calendar td.act {
		background-color: @accent-bg-color;
		color: @accent-color;
	}

		
/* Calendar: end */


/* !- Contact info */
.contact-info .secondary-color {
	color: @h1-color;
	.stripe-style-1 & {
		color: @strype-1-header-color;
	}
	.stripe-style-2 & {		
		color: @strype-2-header-color;
	}
	.stripe-style-3 & {
		color: @strype-3-header-color;
	}
}
.sidebar .contact-info .secondary-color {
	color: @widget-sidebar-secondary-color;	
}
.footer .contact-info .secondary-color {
	color: @widget-footer-secondary-color;	
}
.sidebar .contact-info li {
	border-top-color: @widget-sidebar-divider-bg-color;
}
	.old-ie .sidebar .contact-info li {
		border-top-color: @widget-sidebar-divider-bg-color-ie;
	}

.footer .contact-info li {
	border-top-color: @widget-footer-divider-bg-color;
}
	.old-ie .footer .contact-info li {
		border-top-color: @widget-footer-divider-bg-color-ie;
	}

/* Contact info: end */


/* !- Custom navigation and menu */

.sidebar .custom-nav > li {	
	background: @widget-sidebar-bg-color @widget-sidebar-bg-image @widget-sidebar-bg-repeat @widget-sidebar-bg-position-x @widget-sidebar-bg-position-y;
}

.custom-nav > li > a {
	font-size: @text-big;

	.sidebar & {
		color: @widget-sidebar-header-color;
	}
	.footer & {
		color: @widget-footer-header-color;
	}
}

.custom-nav > li > a:hover,
.custom-nav > li.act > a {
	color: @accent-color;
	background-color: @accent-bg-color;
}


.custom-menu a:hover{
	.sidebar & {
		color: @widget-sidebar-header-color;
	}
	.footer & {
		color: @widget-footer-header-color;
	}
}

.custom-menu li.act > a {
	color: @accent-bg-color !important;
}

/* Custom navigation and menu: end */


/* !- Menu */
	
.sidebar .menu ul:before,
.sidebar .widget_pages li ul:before {
	margin-top: @base-line-height - 3;
	border-top-color: @widget-sidebar-divider-bg-color;
}
.footer .menu ul:before,
.footer .widget_pages li ul:before {
	margin-top: @base-line-height - 3;
	border-top-color: @widget-footer-divider-bg-color;
}
	.old-ie .sidebar .menu ul:before,
	.old-ie .sidebar .widget_pages li ul:before {
		border-top-color: @widget-sidebar-divider-bg-color-ie;
	}
	.old-ie .footer .menu ul:before,
	.old-ie .footer .widget_pages li ul:before {
		border-top-color: @widget-footer-divider-bg-color-ie;
	}
	
/* Standard menu: end */


/* !- Meta */

.widget_tag_cloud a {

	.sidebar & {
		background-color: fade(@widget-sidebar-divider-bg-color, 10%);
	}
	.footer & {
		background-color: fade(@widget-footer-divider-bg-color, 10%);
	}

	&:hover {
		color: @accent-color;
		background-color: @accent-bg-color;
	}
}

/* Meta: end */


/* !- Twitter */


/* Skills: begin */
.skill-name {	
	color: @h1-color;
	.stripe-style-1 & {
		color: @strype-1-header-color;
	}
	.stripe-style-2 & {		
		color: @strype-2-header-color;
	}
	.stripe-style-3 & {
		color: @strype-3-header-color;
	}
}
.skill {
	background-color: @backgrounds-bg-color;
	.stripe-style-1 & {
		background-color: @strype-1-backgrounds-bg-color;
	}
	.stripe-style-2 & {
		background-color: @strype-2-backgrounds-bg-color;
	}
	.stripe-style-3 & {
		background-color: @strype-3-backgrounds-bg-color;
	}
		.old-ie .stripe-style-1 & {
			background-color: @strype-1-backgrounds-bg-color-ie;
		}
		.old-ie .stripe-style-2 & {
			background-color: @strype-2-backgrounds-bg-color-ie;
		}
		.old-ie .stripe-style-3 & {
			background-color: @strype-3-backgrounds-bg-color-ie;
		}	
}
	.old-ie .skill {
		background-color: @backgrounds-bg-color-ie;  	
	}

.sidebar .skill-name {	
	color: @widget-sidebar-header-color;
}
.sidebar .skill {
	background-color: @widget-sidebar-divider-bg-color;  	
}
	.old-ie .sidebar .skill {
		background-color: @widget-sidebar-divider-bg-color-ie;  	
	}

.footer .skill-name {	
	color: @widget-footer-header-color;
}
.footer .skill {
	background-color: @widget-footer-divider-bg-color;  	
}
	.old-ie .footer .skill {
		background-color: @widget-footer-divider-bg-color-ie;  	
	}

.skill-value {		
	background-color: @accent-bg-color;  
}
		
/* Skills: end */

/* Widgets: end */


/* !Shortcodes */

/* !- Items and benefits grid */

.items-grid.grid-ready .borders:before,
.benefits-grid.grid-ready .borders:before,
.logos-grid.grid-ready .borders:before {
	.divider-thin(@divider-bg-color);
		.old-ie & {
			.divider-thin(@divider-bg-color-ie);
		}

	.stripe-style-1 & {
		.divider-thin(@strype-1-divider-bg-color);
	}
	.stripe-style-2 & {
		.divider-thin(@strype-2-divider-bg-color);
	}
	.stripe-style-3 & {
		.divider-thin(@strype-3-divider-bg-color);
	}
		.old-ie .stripe-style-1 & {
			.divider-thin(@strype-1-divider-bg-color-ie);
		}
		.old-ie .stripe-style-2 & {
			.divider-thin(@strype-2-divider-bg-color-ie);
		}
		.old-ie .stripe-style-3 & {
			.divider-thin(@strype-3-divider-bg-color-ie);
		}

	border-top: none !important;
}

.items-grid a {
	color: @base-color;

	.stripe-style-1 & {
		color: @strype-1-color;
	}
	.stripe-style-2 & {
		color: @strype-2-color;
	}
	.stripe-style-3 & {
		color: @strype-3-color;
	}
}
 
.benefits-grid.grid-ready .borders:after,
.logos-grid.grid-ready .borders:after {
	.divider-horisontal(@divider-bg-color);
		.old-ie & {
			.divider-horisontal(@divider-bg-color-ie);
		}

	.stripe-style-1 & {
		.divider-horisontal(@strype-1-divider-bg-color);
	}
	.stripe-style-2 & {
		.divider-horisontal(@strype-2-divider-bg-color);
	}
	.stripe-style-3 & {
		.divider-horisontal(@strype-3-divider-bg-color);
	}
		.old-ie .stripe-style-1 & {
			.divider-horisontal(@strype-1-divider-bg-color-ie);
		}
		.old-ie .stripe-style-2 & {
			.divider-horisontal(@strype-2-divider-bg-color-ie);
		}
		.old-ie .stripe-style-3 & {
			.divider-horisontal(@strype-3-divider-bg-color-ie);
		}
}

.icons-bg  .benefits-grid-ico {
	background-color: @accent-bg-color;
}
	.icons-bg .benefits-grid-ico:after {
		border-top-color: @accent-bg-color;
		color: @accent-bg-color;
	}

/* Items and benefits grid: end */

/* Shortcodes: end */


/* !SVG icons and fallbacks */

/* !- Mini widgets */

.widget .searchform .submit {
	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=%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=%22magnifier-icon%22%20fill=%22%23dbdbdb%22%20d=%22M15.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%22/%3E%3C/svg%3E");
}
.mini-search .submit {
	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=%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=%22magnifier-icon%22%20fill=%22@{top-search-color-temp}%22%20d=%22M15.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%22/%3E%3C/svg%3E");
}
.old-ie .searchform .submit,
.old-ie .mini-search .submit {
	background-position: 0 0;
}
.mini-contacts li.address: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=%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%20fill=%22@{top-icons-bg-color-temp}%22%20d=%22M10,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%22/%3E%3Cpath%20fill=%22@{top-icons-color}%22%20d=%22M13.998,7.777c0-2.104-1.821-3.784-4.034-3.784c-2.23,0-3.996,1.68-3.996,3.784c0,1.468,0.613,2.176,1.971,3.979c1.635,2.28,1.951,4.209,1.951,4.209c0.037,0.158,0.186,0.158,0.223,0c0,0,0.242-1.929,1.917-4.209C12.809,10.678,13.998,9.245,13.998,7.777z%20M10.002,9.351c-0.818,0-1.505-0.69-1.505-1.503s0.687-1.45,1.505-1.45c0.874,0,1.543,0.637,1.543,1.45C11.546,8.661,10.876,9.351,10.002,9.351z%22/%3E%3C/svg%3E");
}

.mini-contacts li.phone: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=%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%20fill=%22@{top-icons-bg-color-temp}%22%20d=%22M10,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%22/%3E%3Cpath%20id=%22phone-icon%22%20fill=%22@{top-icons-color}%22%20d=%22M15.021,13.855l-2.176-2.996c-0.003,0.004-0.854,0.613-0.893,0.642C10.984,12.189,8.161,8.26,9.1,7.535l0.902-0.648l-2.16-3.006c0,0.001-0.896,0.644-0.911,0.656c-0.619,0.466-2.318,1.608,1.294,6.634c3.643,5.071,5.202,3.796,5.884,3.337C14.158,14.471,15.016,13.855,15.021,13.855z%22/%3E%3C/svg%3E");

}

.mini-contacts li.email: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=%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%20fill=%22@{top-icons-bg-color-temp}%22%20d=%22M10,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%22/%3E%3Cpath%20fill=%22@{top-icons-color}%22%20d=%22M11.863,10.605l-1.862,1.655l-1.828-1.624l-3.554,3.377l10.945,0.004L11.863,10.605z%20M4.52,5.983l5.49,5.332l5.393-5.281L4.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%22/%3E%3C/svg%3E");
}

.mini-contacts li.skype: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=%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%20fill=%22@{top-icons-bg-color-temp}%22%20d=%22M10,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%22/%3E%3Cpath%20id=%22skype-icon%22%20fill=%22@{top-icons-color}%22%20d=%22M15.193,10.967c0.055-0.297,0.082-0.602,0.082-0.913c0-2.887-2.34-5.229-5.229-5.229c-0.329,0-0.651,0.032-0.963,0.091C8.623,4.635,8.081,4.473,7.5,4.473c-1.687,0-3.052,1.367-3.052,3.052c0,0.587,0.166,1.136,0.454,1.601c-0.056,0.303-0.083,0.611-0.083,0.929c0,2.886,2.34,5.229,5.229,5.229c0.335,0,0.662-0.035,0.979-0.095c0.461,0.279,1,0.438,1.576,0.438c1.686,0,3.051-1.367,3.051-3.051C15.654,11.984,15.486,11.436,15.193,10.967z%20M10.231,13.714c-1.488,0-2.986-0.675-2.979-1.839c0.002-0.35,0.265-0.672,0.613-0.672c0.877,0,0.869,1.304,2.264,1.304c0.98,0,1.314-0.534,1.314-0.907c0-1.344-4.233-0.521-4.233-3.05c0-1.368,1.124-2.314,2.892-2.21c1.686,0.1,2.673,0.842,2.769,1.534c0.05,0.452-0.251,0.804-0.775,0.804c-0.763,0-0.842-1.016-2.154-1.016c-0.593,0-1.092,0.245-1.092,0.781c0,1.116,4.208,0.467,4.208,2.926C13.061,12.784,11.925,13.714,10.231,13.714z%22/%3E%3C/svg%3E");
}

.mini-contacts li.info: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=%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%20fill=%22@{top-icons-bg-color-temp}%22%20d=%22M10,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%22/%3E%3Cpath%20fill=%22@{top-icons-color}%22%20d=%22M11.477,14.018c-0.183,0.049-0.345,0.073-0.488,0.073c-0.307,0-0.522-0.048-0.647-0.146s-0.187-0.284-0.187-0.557c0-0.107,0.02-0.269,0.058-0.479c0.038-0.212,0.082-0.398,0.129-0.562l0.593-2.049c0.059-0.188,0.1-0.394,0.121-0.619c0.021-0.226,0.032-0.382,0.032-0.472c0-0.431-0.155-0.782-0.466-1.051c-0.311-0.27-0.752-0.405-1.324-0.405c-0.318,0-0.655,0.056-1.01,0.166c-0.357,0.109-0.73,0.241-1.12,0.396L7.008,8.948C7.125,8.905,7.262,8.86,7.424,8.813c0.161-0.047,0.319-0.07,0.473-0.07c0.313,0,0.526,0.052,0.635,0.155c0.111,0.103,0.166,0.286,0.166,0.549c0,0.145-0.018,0.306-0.054,0.482c-0.035,0.175-0.081,0.362-0.133,0.56l-0.595,2.054c-0.053,0.217-0.092,0.41-0.116,0.581c-0.023,0.171-0.036,0.34-0.036,0.503c0,0.423,0.161,0.771,0.48,1.045c0.319,0.275,0.767,0.411,1.344,0.411c0.374,0,0.703-0.048,0.987-0.144c0.282-0.098,0.661-0.235,1.139-0.42l0.158-0.634C11.791,13.925,11.659,13.969,11.477,14.018z%20M11.609,4.38C11.333,4.127,11.001,4,10.611,4C10.222,4,9.889,4.126,9.61,4.38C9.332,4.633,9.192,4.938,9.192,5.295c0,0.356,0.14,0.66,0.417,0.911c0.279,0.251,0.612,0.376,1.002,0.376c0.389,0,0.721-0.125,0.998-0.376c0.275-0.251,0.414-0.555,0.414-0.911C12.023,4.938,11.887,4.633,11.609,4.38z%22/%3E%3C/svg%3E");
}

.mini-contacts li.clock: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=%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%20fill=%22@{top-icons-bg-color-temp}%22%20d=%22M10,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%22/%3E%3Cpath%20id=%22time-icon%22%20fill=%22@{top-icons-color}%22%20d=%22M12.375,11.003l-3.391,0.013L9,7.031l1.25,0.031l-0.06,2.657h2.216L12.375,11.003z%20M10.014,5.822c-2.318,0-4.194,1.875-4.194,4.194s1.876,4.193,4.194,4.193c2.319,0,4.194-1.875,4.194-4.193S12.332,5.822,10.014,5.822%20M10.014,4.649c2.962,0,5.367,2.402,5.367,5.366c0,2.963-2.402,5.366-5.367,5.366s-5.366-2.402-5.366-5.366C4.648,7.051,7.05,4.649,10.014,4.649z%22/%3E%3C/svg%3E");
}


/* Mini widgets: end */


/* !- Post formats */

.navigation-inner .prev-post,
.navigation-inner .prev-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=%2215px%22%20height=%2223px%22%20viewBox=%220%200%2015%2023%22%20enable-background=%22new%200%200%2015%2023%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22@{divider-bg-color-temp}%22%20points=%227.458,11.486%2014.936,3.824%2011.198,0%200,11.472%200.009,11.48%200,11.486%2011.238,23%2015,19.188%20%22/%3E%3C/svg%3E");
}
.old-ie .navigation-inner .prev-post {
	background-position: 0px -320px;
}
.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=%2215px%22%20height=%2223px%22%20viewBox=%220%200%2015%2023%22%20enable-background=%22new%200%200%2015%2023%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22@{divider-bg-color-temp}%22%20points=%220,19.188%203.762,23%2015,11.486%2014.991,11.48%2015,11.472%203.802,0%200.064,3.824%207.542,11.486%20%22/%3E%3C/svg%3E");
}
.old-ie .navigation-inner .next-post {
	background-position: 0 -290px;
}
.navigation-inner .prev-post: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=%2223px%22%20viewBox=%220%200%2015%2023%22%20enable-background=%22new%200%200%2015%2023%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22@{accent-bg-color-temp}%22%20points=%227.458,11.486%2014.936,3.824%2011.198,0%200,11.472%200.009,11.48%200,11.486%2011.238,23%2015,19.188%20%22/%3E%3C/svg%3E");
}
.navigation-inner .next-post: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=%2223px%22%20viewBox=%220%200%2015%2023%22%20enable-background=%22new%200%200%2015%2023%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22@{accent-bg-color-temp}%22%20points=%220,19.188%203.762,23%2015,11.486%2014.991,11.48%2015,11.472%203.802,0%200.064,3.824%207.542,11.486%20%22/%3E%3C/svg%3E");
}
.format-standard .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=%2220px%22%20height=%2220px%22%20viewBox=%220%200%2020%2020%22%20fill=%22@{accent-color-temp}%22%20enable-background=%22new%200%200%2020%2020%22%20xml:space=%22preserve%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d=%22M15.762,5.855l-1.482-1.554c0,0-0.441-0.605-0.959-0.085l-0.985,1.066l2.485,2.436l0.959-0.984C15.779,6.734,16.26,6.358,15.762,5.855z%20M5.659,11.914l2.692,2.327l5.911-5.869L11.63,5.87L5.659,11.914z%20M4.006,16.001l1.189-0.243l-0.882-0.961L4.006,16.001z%20M4.591,14.162l1.298,1.335l1.814-0.575l-2.672-2.344L4.591,14.162z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.format-aside .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=%2220px%22%20height=%2220px%22%20viewBox=%220%200%2020%2020%22%20fill=%22@{accent-color-temp}%22%20enable-background=%22new%200%200%2020%2020%22%20xml:space=%22preserve%22%3E%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M5,5v10h10V5H5z%20M11,12H7v-1h4V12z%20M13,10H7V9h6V10z%20M13,8H7V7h6V8z%22/%3E%3C/svg%3E");
}

.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=%2220px%22%20height=%2220px%22%20viewBox=%220%200%2020%2020%22%20enable-background=%22new%200%200%2020%2020%22%20fill=%22@{accent-color-temp}%22%20xml:space=%22preserve%22%3E%3Cg%3E%3Cpath%20id=%22photo-camera-4-icon%22%20d=%22M12.781,10.007c0,0.975-0.814,1.768-1.814,1.768c-1,0-1.815-0.795-1.815-1.768%20c0-0.977,0.816-1.77,1.815-1.77C11.967,8.239,12.781,9.03,12.781,10.007z%20M16,7.021v6.95H4.042V7.042l2.479-0.016%20c0.326,0,1.433-0.723,1.583-1.003l0.519-0.98h4.48l0.556,1.004c0.151,0.268,1.001,0.962,1.319,0.962L16,7.021z%20M6.089,8.545%20c0-0.299-0.263-0.542-0.585-0.542c-0.324,0-0.586,0.243-0.586,0.542S5.18,9.087,5.504,9.087C5.826,9.087,6.089,8.845,6.089,8.545z%20M13.797,9.994c0-1.581-1.272-2.803-2.839-2.803c-1.562,0-2.833,1.221-2.833,2.803c0,1.58,1.271,2.869,2.833,2.869%20C12.524,12.863,13.797,11.574,13.797,9.994z%20M6.833,5.045h-2.3l0.018,0.951l2.283,0.013L6.833,5.045L6.833,5.045z%22/%3E%3C/g%3E%3C/svg%3E");
}

.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=%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=%22picture-multi-icon%22%20fill=%22@{accent-color-temp}%22%20d=%22M8.194,9.652c0-0.431,0.333-0.781,0.745-0.781s0.745,0.35,0.745,0.781%09c0,0.432-0.333,0.782-0.745,0.782S8.194,10.084,8.194,9.652z%20M11.975,9.678l-1.236,1.841l-0.671-0.726L8.172,13.05h5.923L11.975,9.678z%20M14.052,7.04V5.043H4.021v7.96h1.905V15h10.061V7.04H14.052z%20M4.997,11.98V6.067h8.078V7.04H5.926v4.941H4.997L4.997,11.98z%20M15.011,13.977H6.903V8.064h8.108V13.977z%22/%3E%3C/svg%3E");
}

.format-quote .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=%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%20fill=%22@{accent-color-temp}%22%20d=%22M9.482,11.547c-0.045-0.229-0.094-0.562-0.344-0.906c-0.252-0.347-0.426-0.505-0.764-0.614%09C8.077,9.931,7.623,9.889,7.186,10l-0.611,0.142C6.651,9.35,7.001,8.947,7.482,8.391s1.15-0.972,2-1.391L8.806,5.984%20C7.732,6.464,6.814,7.17,6.053,8.1C5.291,9.032,4.91,9.955,4.91,10.87c0,0.983,0.221,1.755,0.664,2.312s1.077,0.834,1.902,0.834c0.525,0,1.057-0.117,1.443-0.482c0.386-0.367,0.449-0.695,0.521-0.955C9.539,12.225,9.556,11.921,9.482,11.547z%20M10.447,10.87%22/%3E%3Cpath%20fill=%22@{accent-color-temp}%22%20d=%22M15.02,11.547c-0.045-0.229-0.094-0.562-0.344-0.906c-0.252-0.347-0.426-0.505-0.764-0.614%20C13.614,9.931,13.16,9.889,12.723,10l-0.611,0.142c0.076-0.792,0.427-1.195,0.908-1.751s1.15-0.972,2-1.391l-0.677-1.016%20C13.27,6.464,12.352,7.17,11.59,8.1c-0.762,0.932-1.143,1.854-1.143,2.77c0,0.983,0.221,1.755,0.664,2.312s1.077,0.834,1.902,0.834c0.525,0,1.057-0.117,1.443-0.482c0.386-0.367,0.449-0.695,0.521-0.955C15.076,12.225,15.094,11.921,15.02,11.547z%20M15.984,10.87%22/%3E%3C/svg%3E");
}
	.author-quote {
		color: @h1-color;
	}
	.author-quote {
		border-color: @accent-bg-color;
	}

.format-video .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=%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=%22video-camera-icon%22%20fill=%22@{accent-color-temp}%22%20d=%22M12.047,11.516c0,0.632-1.032,1.475-1.656,1.475h-4.75%09C5.017,12.99,4,11.976,4,11.344V8.656c0-0.632,1.017-1.647,1.641-1.647h4.766c0.624,0,1.575,0.878,1.575,1.51L12.047,11.516z%20M16.031,7.009l-3.422,1.694v2.781l3.422,1.506V7.009z%22/%3E%3C/svg%3E");
}
.format-status .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=%2220px%22%20height=%2220px%22%20viewBox=%220%200%2020%2020%22%20fill=%22@{accent-color-temp}%22%20enable-background=%22new%200%200%2020%2020%22%20xml:space=%22preserve%22%3E%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M10.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%22/%3E%3C/svg%3E");
}
.format-status-content {
	border-left-color: @accent-bg-color;
}

.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=%2220px%22%20height=%2220px%22%20fill=%22@{accent-color-temp}%22%20viewBox=%220%200%2020%2020%22%20enable-background=%22new%200%200%2020%2020%22%20xml:space=%22preserve%22%3E%3Cpath%20d=%22M10.727,4.031H9.065l-0.027,7.825c-2.068-0.504-3.663,1.146-2.984,2.944c0.705,2.112,4.671,1.477,4.675-1.374c0-0.696,0-3.606-0.002-6.243c1.425,1.112,2.768,1.808,2.501,3.689C16.346,6.892,10.727,5.973,10.727,4.031z%22/%3E%3C/svg%3E");
}
.format-chat .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=%2220px%22%20height=%2220px%22%20fill=%22@{accent-color-temp}%22%20viewBox=%220%200%2020%2020%22%20enable-background=%22new%200%200%2020%2020%22%20xml:space=%22preserve%22%3E%3Cpath%20d=%22M8.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%22/%3E%3C/svg%3E");
}
.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=%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%20fill=%22@{accent-color-temp}%22%20d=%22M7.561,8.627C7.746,8.444,7.95,8.292,8.167,8.172c1.21-0.667,2.762-0.312,3.539,0.868l-0.939,0.941c-0.271-0.616-0.94-0.966-1.607-0.817C8.907,9.22,8.669,9.345,8.474,9.541l-1.805,1.803c-0.547,0.548-0.547,1.439,0,1.987c0.548,0.546,1.439,0.546,1.987,0l0.556-0.557c0.506,0.2,1.049,0.28,1.583,0.241l-1.228,1.226c-1.052,1.054-2.758,1.054-3.811,0c-1.052-1.052-1.052-2.757,0-3.81L7.561,8.627z%20M10.427,5.763L9.199,6.99c0.535-0.04,1.078,0.04,1.584,0.241l0.556-0.556c0.547-0.547,1.439-0.547,1.986,0c0.548,0.547,0.548,1.439,0,1.986l-1.803,1.804%09c-0.55,0.551-1.443,0.546-1.988,0c-0.127-0.127-0.236-0.285-0.305-0.44l-0.941,0.941c0.099,0.152,0.202,0.281,0.334,0.413c0.34,0.339,0.773,0.595,1.272,0.715c0.646,0.154,1.338,0.068,1.933-0.26c0.217-0.12,0.421-0.271,0.605-0.455l1.803-1.804c1.055-1.052,1.055-2.758,0-3.811C13.186,4.711,11.479,4.711,10.427,5.763z%22/%3E%3C/svg%3E");
}
.entry-tags: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=%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=%22tag-icon%22%20fill=%22@{accent-color-temp}%22%20d=%22M4.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%22/%3E%3C/svg%3E");
}
/* Post formats: end */


/* !- Paginator */

.paginator .nav-prev: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%20fill=%22@{accent-color-temp}%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{accent-bg-color-temp}%22%20d=%22M6.5,0C2.91,0,0,2.91,0,6.5S2.91,13,6.5,13S13,10.09,13,6.5S10.09,0,6.5,0z%22/%3E%3Cg%3E%3Cg%3E%3Crect%20x=%223.64%22%20y=%224.272%22%20transform=%22matrix(-0.7071%200.7071%20-0.7071%20-0.7071%2014.1372%204.3698)%22%20width=%225.046%22%20height=%221.681%22/%3E%3C/g%3E%3C/g%3E%3Crect%20x=%225.322%22%20y=%224.968%22%20transform=%22matrix(-0.7068%200.7074%20-0.7074%20-0.7068%2015.8187%208.4244)%22%20width=%221.683%22%20height=%225.045%22/%3E%3C/svg%3E");
}

.paginator .nav-next:after,
.details,
.standard-arrow li,
.breadcrumbs li {
	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%20fill=%22@{accent-color-temp}%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{accent-bg-color-temp}%22%20d=%22M6.5,0C2.91,0,0,2.91,0,6.5S2.91,13,6.5,13S13,10.09,13,6.5S10.09,0,6.5,0z%22/%3E%3Cg%3E%3Cg%3E%3Crect%20x=%224.641%22%20y=%224.272%22%20transform=%22matrix(-0.7071%20-0.7072%200.7072%20-0.7071%208.6136%2013.7923)%22%20width=%225.045%22%20height=%221.68%22/%3E%3C/g%3E%3C/g%3E%3Crect%20x=%226.321%22%20y=%224.968%22%20transform=%22matrix(-0.7067%20-0.7075%200.7075%20-0.7067%206.9257%2017.8531)%22%20width=%221.685%22%20height=%225.045%22/%3E%3C/svg%3E");
}

.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%20fill=%22@{accent-bg-color-temp}%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{accent-color-temp}%22%20d=%22M6.5,0C2.91,0,0,2.91,0,6.5S2.91,13,6.5,13S13,10.09,13,6.5S10.09,0,6.5,0z%22/%3E%3Cg%3E%3Cg%3E%3Crect%20x=%223.64%22%20y=%224.272%22%20transform=%22matrix(-0.7071%200.7071%20-0.7071%20-0.7071%2014.1372%204.3698)%22%20width=%225.046%22%20height=%221.681%22/%3E%3C/g%3E%3C/g%3E%3Crect%20x=%225.322%22%20y=%224.968%22%20transform=%22matrix(-0.7068%200.7074%20-0.7074%20-0.7068%2015.8187%208.4244)%22%20width=%221.683%22%20height=%225.045%22/%3E%3C/svg%3E");
}

.paginator .nav-next:hover:after {
	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%20fill=%22@{accent-bg-color-temp}%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{accent-color-temp}%22%20d=%22M6.5,0C2.91,0,0,2.91,0,6.5S2.91,13,6.5,13S13,10.09,13,6.5S10.09,0,6.5,0z%22/%3E%3Cg%3E%3Cg%3E%3Crect%20x=%224.641%22%20y=%224.272%22%20transform=%22matrix(-0.7071%20-0.7072%200.7072%20-0.7071%208.6136%2013.7923)%22%20width=%225.045%22%20height=%221.68%22/%3E%3C/g%3E%3C/g%3E%3Crect%20x=%226.321%22%20y=%224.968%22%20transform=%22matrix(-0.7067%20-0.7075%200.7075%20-0.7067%206.9257%2017.8531)%22%20width=%221.685%22%20height=%225.045%22/%3E%3C/svg%3E");
}

/* Paginator: end */


/* !- Comment and contact forms */

.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: right center;
	background-repeat: no-repeat;
}

.comment-form-author input,
.form-name input {
	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=%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=%22user-icon%22%20fill=%22%23dbdbdb%22%20d=%22M13.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%22/%3E%3C/svg%3E");
}

.comment-form-email input,
.form-mail input {
	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=%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%20fill=%22%23dbdbdb%22%20d=%22M11.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%22/%3E%3C/svg%3E");
}
.form-telephone 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%20fill=%22%23dbdbdb%22%20d=%22M14.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%22/%3E%3C/svg%3E");
}
.form-country 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%20fill=%22%23dbdbdb%22%20d=%22M14.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%22/%3E%3C/svg%3E");
}
.form-city 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%20fill=%22%23dbdbdb%22%20d=%22M14.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%22/%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%20fill=%22%23dbdbdb%22%20d=%22M8.516,5.594L7.687,5.558l-0.018-1.01c0-0.383,0.413-0.729,0.752-0.729h3.632c0.341,0,0.688,0.327,0.688,0.71v1.039h-0.824l0.005-0.743c0-0.121-0.206-0.092-0.313-0.092H8.87c-0.108,0-0.351-0.029-0.351,0.092L8.517,5.518L8.516,5.594z%20M11.657,9.515l-0.032,0.954l3.906,0.042l-0.016,4.036H4.484l0.047-4.021l3.75-0.041l0.002-1L4.484,9.512L4.469,6.517l11.062,0.029L15.5,9.501L11.657,9.515z%20M10.769,8.866H9.2l-0.028,2.228l1.639-0.03L10.769,8.866z%22/%3E%3C/svg%3E");
}

.comment-form-url input {
	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=%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=%22computer-4-icon%22%20fill=%22%23dbdbdb%22%20d=%22M6.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%22/%3E%3C/svg%3E");
}
.clear-form: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%20fill=%22@{accent-color-temp}%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cg%3E%3Cpolygon%20fill=%22none%22%20points=%228.461,3.908%207.271,2.719%204.894,5.097%203.705,6.288%207.271,9.854%208.462,8.666%206.084,6.286%20%22/%3E%3Cpath%20fill=%22@{accent-bg-color-temp}%22%20d=%22M6.5,0C2.909,0,0,2.91,0,6.5S2.908,13,6.5,13c3.59,0,6.5-2.91,6.5-6.5S10.09,0,6.5,0z%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20d=%22M3.404,8.244l1.32,1.382l4.872-4.871l-1.32-1.382L3.404,8.244z%22/%3E%3Cpath%20d=%22M4.724,3.373l-1.32,1.382l4.872,4.871l1.32-1.382L4.724,3.373z%22/%3E%3C/g%3E%3Cpath%20display=%22none%22%20d=%22M0.5,0c-1.795,0-3.25,2.91-3.25,6.5S-1.295,13,0.5,13s3.25-2.91,3.25-6.5S2.295,0,0.5,0z%22/%3E%3C/svg%3E");
}
/* Comment and contact forms: end */

/* !- Accordion */

.st-accordion li > a,
.st-toggle > a,
.shortcode-tabs.tab-style-two .tab.fullsize-tab,
.shortcode-tabs.tab-style-three .tab.fullsize-tab {
	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@{accent-bg-color-temp}%22%20d=%22M8,0C3.581,0,0,3.582,0,8c0,4.418,3.579,8,8,8c4.418,0,8-3.582,8-8C16,3.582,12.418,0,8,0z%22/%3E%3Crect%20fill=%22@{accent-color-temp}%22%20x=%227%22%20y=%225%22%20width=%222%22%20height=%226%22/%3E%3Crect%20fill=%22@{accent-color-temp}%22%20x=%225%22%20y=%227%22%20width=%226%22%20height=%222%22/%3E%3C/svg%3E");
}
.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 {
	background-position: 0 -48px;
}

.st-accordion li.st-open > a,
.st-toggle.st-open > a {
	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@{accent-bg-color-temp}%22%20d=%22M8,0C3.581,0,0,3.582,0,8s3.579,8,8,8c4.418,0,8-3.582,8-8S12.418,0,8,0z%22/%3E%3Cg%20id=%22Layer_2_1_%22%3E%3Crect%20x=%225%22%20y=%227%22%20fill=%22@{accent-color-temp}%22%20width=%226%22%20height=%222%22/%3E%3C/g%3E%3C/svg%3E");	
}
.old-ie .st-accordion li.st-open > a,
.old-ie .st-toggle.st-open > a,
.old-ie .shortcode-tabs.tab-style-two .tab.fullsize-tab.active-tab,
.old-ie .shortcode-tabs.tab-style-three .tab.fullsize-tab.active-tab {
	background-position: 0 -18px;
}

.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=%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@{accent-bg-color-temp}%22%20d=%22M8,0C3.581,0,0,3.582,0,8s3.581,8,8,8c4.418,0,8-3.582,8-8S12.418,0,8,0z%22/%3E%3Cpolygon%20fill=%22@{accent-color-temp}%22%20points=%2210.91,5%205.904,9.699%207.292,11%2012.5,6.45%20%22/%3E%3Cpolygon%20fill=%22@{accent-color-temp}%22%20points=%224.946,6.191%203.5,7.59%207.3,10.999%208.688,9.693%20%22/%3E%3C/svg%3E");	
}

/* !- Custom menu */

.custom-menu a {
	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%20fill=%22@{widget-sidebar-bg-color-temp}%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-divider-bg-color-temp}%22%20d=%22M6.5,0C2.91,0,0,2.91,0,6.5S2.91,13,6.5,13S13,10.09,13,6.5S10.09,0,6.5,0z%22/%3E%3Cg%3E%3Cg%3E%3Crect%20x=%224.641%22%20y=%224.272%22%20transform=%22matrix(-0.7071%20-0.7072%200.7072%20-0.7071%208.6136%2013.7923)%22%20width=%225.045%22%20height=%221.68%22/%3E%3C/g%3E%3C/g%3E%3Crect%20x=%226.321%22%20y=%224.968%22%20transform=%22matrix(-0.7067%20-0.7075%200.7075%20-0.7067%206.9257%2017.8531)%22%20width=%221.685%22%20height=%225.045%22/%3E%3C/svg%3E");
}

.footer .custom-menu a {
	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%20fill=%22@{footer-bg-color-temp}%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-footer-divider-bg-color-temp}%22%20d=%22M6.5,0C2.91,0,0,2.91,0,6.5S2.91,13,6.5,13S13,10.09,13,6.5S10.09,0,6.5,0z%22/%3E%3Cg%3E%3Cg%3E%3Crect%20x=%224.641%22%20y=%224.272%22%20transform=%22matrix(-0.7071%20-0.7072%200.7072%20-0.7071%208.6136%2013.7923)%22%20width=%225.045%22%20height=%221.68%22/%3E%3C/g%3E%3C/g%3E%3Crect%20x=%226.321%22%20y=%224.968%22%20transform=%22matrix(-0.7067%20-0.7075%200.7075%20-0.7067%206.9257%2017.8531)%22%20width=%221.685%22%20height=%225.045%22/%3E%3C/svg%3E");
}

.custom-menu a:hover,
.custom-menu .act > a {
	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%20fill=%22@{accent-color-temp}%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{accent-bg-color-temp}%22%20d=%22M6.5,0C2.91,0,0,2.91,0,6.5S2.91,13,6.5,13S13,10.09,13,6.5S10.09,0,6.5,0z%22/%3E%3Cg%3E%3Cg%3E%3Crect%20x=%224.641%22%20y=%224.272%22%20transform=%22matrix(-0.7071%20-0.7072%200.7072%20-0.7071%208.6136%2013.7923)%22%20width=%225.045%22%20height=%221.68%22/%3E%3C/g%3E%3C/g%3E%3Crect%20x=%226.321%22%20y=%224.968%22%20transform=%22matrix(-0.7067%20-0.7075%200.7075%20-0.7067%206.9257%2017.8531)%22%20width=%221.685%22%20height=%225.045%22/%3E%3C/svg%3E");
}

/* Custom menu: end */


/* !- Twitter */

.widget .tp_recent_tweets li: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=%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%20fill=%22@{accent-bg-color-temp}%22%20d=%22M10,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%22/%3E%3Cpath%20id=%22twitter-icon%22%20fill=%22@{accent-color-temp}%22%20d=%22M16.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%22/%3E%3C/svg%3E");
}
/* Twitter: end */
.filter-categories: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=%2230px%22%20viewBox=%220%200%2030%2030%22%20fill=%22@{accent-color-temp}%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Crect%20x=%229%22%20y=%2218%22%20width=%222%22%20height=%222%22/%3E%3Crect%20x=%229%22%20y=%2214%22%20width=%222%22%20height=%222%22/%3E%3Crect%20x=%229%22%20y=%2210%22%20width=%222%22%20height=%222%22/%3E%3Crect%20x=%2213%22%20y=%2210%22%20width=%228%22%20height=%222%22/%3E%3Crect%20x=%2213%22%20y=%2214%22%20width=%228%22%20height=%222%22/%3E%3Crect%20x=%2213%22%20y=%2218%22%20width=%228%22%20height=%222%22/%3E%3C/svg%3E");
}
.filter-extras: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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20fill=%22@{accent-color-temp}%22%20d=%22M17,18.969h2v-7h2l-3-4l-3,4h2V18.969z%22/%3E%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20fill=%22@{accent-color-temp}%22%20d=%22M11,16.969H9l3,4l3-4h-2v-7h-2V16.969z%22/%3E%3C/svg%3E");
}
.filter .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=%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%09%3Cpath%20fill=%22@{accent-bg-color-temp}%22%20d=%22M6.5,0C2.909,0,0,2.91,0,6.5S2.909,13,6.5,13c3.59,0,6.5-2.91,6.5-6.5S10.09,0,6.5,0z%22/%3E%3C/g%3E%3Cg%3E%09%3Cpolygon%20fill=%22@{accent-color-temp}%22%20points=%229.141,4.136%204.599,8.68%205.858,9.938%2010.584,5.539%22/%3E%09%3Cpolygon%20fill=%22@{accent-color-temp}%22%20points=%223.729,5.287%202.417,6.641%205.865,9.935%207.125,8.675%22/%3E%3C/g%3E%3C/svg%3E");
}
.old-ie .filter .filter-categories .act,
.old-ie .filter .filter-extras .act {
	background-position: 0 -70px;
}

.filter-categories .act.show-all:hover,
.filter-extras .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%3Cg%3E%09%3Cpath%20fill=%22@{accent-color-temp}%22%20d=%22M6.5,0C2.909,0,0,2.91,0,6.5S2.909,13,6.5,13c3.59,0,6.5-2.91,6.5-6.5S10.09,0,6.5,0z%22/%3E%3C/g%3E%3Cg%3E%09%3Cpolygon%20fill=%22@{accent-bg-color-temp}%22%20points=%229.141,4.136%204.599,8.68%205.858,9.938%2010.584,5.539%22/%3E%09%3Cpolygon%20fill=%22@{accent-bg-color-temp}%22%20points=%223.729,5.287%202.417,6.641%205.865,9.935%207.125,8.675%22/%3E%3C/g%3E%3C/svg%3E");
}

.filter-categories .act: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%20fill=%22@{accent-bg-color-temp}%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cg%3E%3Cpolygon%20fill=%22none%22%20points=%228.461,3.908%207.271,2.719%204.894,5.097%203.705,6.288%207.271,9.854%208.462,8.666%206.084,6.286%20%22/%3E%3Cpath%20fill=%22@{accent-color-temp}%22%20d=%22M6.5,0C2.909,0,0,2.91,0,6.5S2.908,13,6.5,13c3.59,0,6.5-2.91,6.5-6.5S10.09,0,6.5,0z%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20d=%22M3.404,8.244l1.32,1.382l4.872-4.871l-1.32-1.382L3.404,8.244z%22/%3E%3Cpath%20d=%22M4.724,3.373l-1.32,1.382l4.872,4.871l1.32-1.382L4.724,3.373z%22/%3E%3C/g%3E%3Cpath%20display=%22none%22%20d=%22M0.5,0c-1.795,0-3.25,2.91-3.25,6.5S-1.295,13,0.5,13s3.25-2.91,3.25-6.5S2.295,0,0.5,0z%22/%3E%3C/svg%3E");
}
.old-ie .filter-categories .act:hover {
	background-position: 0 -757px;
}


/* SVG icons and fallbacks: end */


/* !Shortcodes */
/* !- Call to action, Testimonials */

.plain-bg,
.testimonial-item {
	background-color: @backgrounds-bg-color;
	.stripe-style-1 & {
		background-color: @strype-1-backgrounds-bg-color;
	}
	.stripe-style-2 & {
		background-color: @strype-2-backgrounds-bg-color;
	}
	.stripe-style-3 & {
		background-color: @strype-3-backgrounds-bg-color;
	}
		.old-ie .stripe-style-1 & {
			background-color: @strype-1-backgrounds-bg-color-ie;
		}
		.old-ie .stripe-style-2 & {
			background-color: @strype-2-backgrounds-bg-color-ie;
		}
		.old-ie .stripe-style-3 & {
			background-color: @strype-3-backgrounds-bg-color-ie;
		}
}


.fancy-bg {
	background: @widget-sidebar-bg-color @widget-sidebar-bg-image @widget-sidebar-bg-repeat @widget-sidebar-bg-position-x @widget-sidebar-bg-position-y;
	color: @widget-sidebar-color;
}
	.old-ie .shortcode-action-bg,
	.old-ie .testimonial-item {
		background-color: @backgrounds-bg-color-ie;
	}
	.testimonial-item .testimonial-vcard .text-primary {
		color: @h1-color;
		.stripe-style-1 & {
			color: @strype-1-header-color;
		}
		.stripe-style-2 & {
			color: @strype-2-header-color;
		}
		.stripe-style-3 & {
			color: @strype-3-header-color;
		}
	}
.shortcode-action-bg {
	border-left-color: @accent-bg-color;
}
.no-avatar {
	background-color: @accent-bg-color;
}
.items-grid .no-avatar,
.recent-posts .no-avatar {
	background-color: @backgrounds-bg-color;
}
.sidebar .items-grid .no-avatar,
.sidebar .recent-posts .no-avatar {
	background-color: fadeout(@widget-sidebar-divider-bg-color, 8%);
}
.old-ie .sidebar .items-grid .no-avatar,
.old-ie .sidebar .recent-posts .no-avatar {
	background-color: @widget-sidebar-divider-bg-color-ie;
}
.footer .items-grid .no-avatar,
.footer .recent-posts .no-avatar {
	background-color: fadeout(@widget-footer-divider-bg-color, 8%);
}
.old-ie .footer .items-grid .no-avatar,
.old-ie .footer .recent-posts .no-avatar {
	background-color: @widget-footer-divider-bg-color-ie;
}
/* Call to action: end */

.rsSlide .slider-post-caption,
.images-list-caption {
	line-height: @base-line-height;
}

.content .block-style-widget,
.content .block-style-widget p {
	color: @widget-sidebar-color;
}
		.old-ie .block-style-widget {
			background-color: @widget-sidebar-bg-color-ie;
		}
		.block-style-widget h1,
		.block-style-widget h2,
		.block-style-widget h3,
		.block-style-widget h4,
		.block-style-widget h5,
		.block-style-widget h6 {
			color: @widget-sidebar-header-color;
		}

/* !- pullquote */
	.shortcode-pullquote {	
		border-color: @accent-bg-color;
		font-size: @text-big;
	}
	.format-link-content {
		font-size: @text-big;
	}
/* pullquote: end */
.testimonial-item,
.shortcode-blockquote,
.format-quote blockquote {
	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=%22117px%22%20height=%2281px%22%20viewBox=%220%200%20117%2081%22%20enable-background=%22new%200%200%20117%2081%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade}%22%20d=%22M66.758,80.994c9.863-1.38,18.044-3.814,24.543-7.305c6.498-3.489,11.66-7.496,15.484-12.021c3.822-4.524,6.479-9.472,7.971-14.841c1.49-5.367,2.236-10.621,2.236-15.761c0-9.433-2.62-16.969-7.856-22.605c-5.238-5.637-12.177-8.455-20.816-8.455c-4.358,0-8.22,0.768-11.583,2.301c-3.366,1.535-6.233,3.528-8.603,5.982c-2.37,2.455-4.148,5.254-5.333,8.397c-1.186,3.146-1.777,6.367-1.777,9.663c0,8.82,2.638,15.186,7.914,19.098c5.275,3.911,11.888,5.866,19.841,5.866c-2.064,3.606-4.817,6.271-8.258,7.995c-3.44,1.727-8.028,2.666-13.763,2.819V80.994z%20M5.628,80.994c9.863-1.38,18.044-3.814,24.544-7.305C36.67,70.2,41.83,66.193,45.654,61.668c3.823-4.524,6.48-9.472,7.971-14.841c1.492-5.367,2.237-10.621,2.237-15.761c0-9.433-2.62-16.969-7.856-22.605c-5.238-5.637-12.177-8.455-20.816-8.455c-4.357,0-8.22,0.768-11.584,2.301C12.24,3.842,9.393,5.835,7.062,8.289c-2.333,2.455-4.091,5.254-5.275,8.397C0.6,19.832,0.008,23.054,0.008,26.35c0,8.82,2.618,15.186,7.856,19.098c5.236,3.911,11.87,5.866,19.899,5.866c-2.064,3.606-4.817,6.271-8.258,7.995c-3.441,1.727-8.068,2.666-13.878,2.819V80.994z%22/%3E%3C/svg%3E");

	.stripe-style-1 & {
		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=%22117px%22%20height=%2281px%22%20viewBox=%220%200%20117%2081%22%20enable-background=%22new%200%200%20117%2081%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{strype-1-color-fade}%22%20d=%22M66.758,80.994c9.863-1.38,18.044-3.814,24.543-7.305c6.498-3.489,11.66-7.496,15.484-12.021c3.822-4.524,6.479-9.472,7.971-14.841c1.49-5.367,2.236-10.621,2.236-15.761c0-9.433-2.62-16.969-7.856-22.605c-5.238-5.637-12.177-8.455-20.816-8.455c-4.358,0-8.22,0.768-11.583,2.301c-3.366,1.535-6.233,3.528-8.603,5.982c-2.37,2.455-4.148,5.254-5.333,8.397c-1.186,3.146-1.777,6.367-1.777,9.663c0,8.82,2.638,15.186,7.914,19.098c5.275,3.911,11.888,5.866,19.841,5.866c-2.064,3.606-4.817,6.271-8.258,7.995c-3.44,1.727-8.028,2.666-13.763,2.819V80.994z%20M5.628,80.994c9.863-1.38,18.044-3.814,24.544-7.305C36.67,70.2,41.83,66.193,45.654,61.668c3.823-4.524,6.48-9.472,7.971-14.841c1.492-5.367,2.237-10.621,2.237-15.761c0-9.433-2.62-16.969-7.856-22.605c-5.238-5.637-12.177-8.455-20.816-8.455c-4.357,0-8.22,0.768-11.584,2.301C12.24,3.842,9.393,5.835,7.062,8.289c-2.333,2.455-4.091,5.254-5.275,8.397C0.6,19.832,0.008,23.054,0.008,26.35c0,8.82,2.618,15.186,7.856,19.098c5.236,3.911,11.87,5.866,19.899,5.866c-2.064,3.606-4.817,6.271-8.258,7.995c-3.441,1.727-8.068,2.666-13.878,2.819V80.994z%22/%3E%3C/svg%3E");

	}
	.stripe-style-2 & {
		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=%22117px%22%20height=%2281px%22%20viewBox=%220%200%20117%2081%22%20enable-background=%22new%200%200%20117%2081%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{strype-2-color-fade}%22%20d=%22M66.758,80.994c9.863-1.38,18.044-3.814,24.543-7.305c6.498-3.489,11.66-7.496,15.484-12.021c3.822-4.524,6.479-9.472,7.971-14.841c1.49-5.367,2.236-10.621,2.236-15.761c0-9.433-2.62-16.969-7.856-22.605c-5.238-5.637-12.177-8.455-20.816-8.455c-4.358,0-8.22,0.768-11.583,2.301c-3.366,1.535-6.233,3.528-8.603,5.982c-2.37,2.455-4.148,5.254-5.333,8.397c-1.186,3.146-1.777,6.367-1.777,9.663c0,8.82,2.638,15.186,7.914,19.098c5.275,3.911,11.888,5.866,19.841,5.866c-2.064,3.606-4.817,6.271-8.258,7.995c-3.44,1.727-8.028,2.666-13.763,2.819V80.994z%20M5.628,80.994c9.863-1.38,18.044-3.814,24.544-7.305C36.67,70.2,41.83,66.193,45.654,61.668c3.823-4.524,6.48-9.472,7.971-14.841c1.492-5.367,2.237-10.621,2.237-15.761c0-9.433-2.62-16.969-7.856-22.605c-5.238-5.637-12.177-8.455-20.816-8.455c-4.357,0-8.22,0.768-11.584,2.301C12.24,3.842,9.393,5.835,7.062,8.289c-2.333,2.455-4.091,5.254-5.275,8.397C0.6,19.832,0.008,23.054,0.008,26.35c0,8.82,2.618,15.186,7.856,19.098c5.236,3.911,11.87,5.866,19.899,5.866c-2.064,3.606-4.817,6.271-8.258,7.995c-3.441,1.727-8.068,2.666-13.878,2.819V80.994z%22/%3E%3C/svg%3E");

	}
	.stripe-style-3 & {
		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=%22117px%22%20height=%2281px%22%20viewBox=%220%200%20117%2081%22%20enable-background=%22new%200%200%20117%2081%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{strype-3-color-fade}%22%20d=%22M66.758,80.994c9.863-1.38,18.044-3.814,24.543-7.305c6.498-3.489,11.66-7.496,15.484-12.021c3.822-4.524,6.479-9.472,7.971-14.841c1.49-5.367,2.236-10.621,2.236-15.761c0-9.433-2.62-16.969-7.856-22.605c-5.238-5.637-12.177-8.455-20.816-8.455c-4.358,0-8.22,0.768-11.583,2.301c-3.366,1.535-6.233,3.528-8.603,5.982c-2.37,2.455-4.148,5.254-5.333,8.397c-1.186,3.146-1.777,6.367-1.777,9.663c0,8.82,2.638,15.186,7.914,19.098c5.275,3.911,11.888,5.866,19.841,5.866c-2.064,3.606-4.817,6.271-8.258,7.995c-3.44,1.727-8.028,2.666-13.763,2.819V80.994z%20M5.628,80.994c9.863-1.38,18.044-3.814,24.544-7.305C36.67,70.2,41.83,66.193,45.654,61.668c3.823-4.524,6.48-9.472,7.971-14.841c1.492-5.367,2.237-10.621,2.237-15.761c0-9.433-2.62-16.969-7.856-22.605c-5.238-5.637-12.177-8.455-20.816-8.455c-4.357,0-8.22,0.768-11.584,2.301C12.24,3.842,9.393,5.835,7.062,8.289c-2.333,2.455-4.091,5.254-5.275,8.397C0.6,19.832,0.008,23.054,0.008,26.35c0,8.82,2.618,15.186,7.856,19.098c5.236,3.911,11.87,5.866,19.899,5.866c-2.064,3.606-4.817,6.271-8.258,7.995c-3.441,1.727-8.068,2.666-13.878,2.819V80.994z%22/%3E%3C/svg%3E");

	}
}
.format-aside-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=%22160px%22%20height=%22147px%22%20viewBox=%220%200%20160%20147%22%20enable-background=%22new%200%200%20160%20147%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade}%22%20d=%22M104.992,0c-30.38,0-55.01,24.515-55.01,54.755c0,11.99,3.885,23.072,10.451,32.09L0,147l39.562-0.008l42.616-42.418c6.952,3.16,14.673,4.936,22.814,4.936c30.38,0,55.008-24.515,55.008-54.753C160,24.515,135.372,0,104.992,0z%20M102.492,42.807c-9.464,0-17.136-5.401-17.136-12.064c0-6.663,7.671-12.064,17.136-12.064c9.464,0,17.134,5.401,17.134,12.064C119.626,37.406,111.955,42.807,102.492,42.807z%22/%3E%3C/svg%3E");

}
.format-link-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=%22160px%22%20height=%22160px%22%20viewBox=%220%200%20160%20160%22%20enable-background=%22new%200%200%20160%20160%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade}%22%20d=%22M43.753,57.189c2.871-2.84,6.037-5.196,9.4-7.06c18.77-10.347,42.856-4.84,54.898,13.467%09L93.495,78.192c-4.212-9.551-14.589-14.981-24.935-12.671c-3.924,0.871-7.621,2.81-10.643,5.847L29.915,99.333c-8.484,8.514-8.484,22.33,0,30.829c8.499,8.468,22.322,8.468,30.82,0l8.627-8.65c7.846,3.12,16.277,4.362,24.556,3.757l-19.05,19.012c-16.315,16.345-42.78,16.345-59.118,0c-16.315-16.315-16.315-42.765,0-59.103L43.753,57.189z%20M88.216,12.766L69.166,31.8c8.293-0.621,16.716,0.614,24.571,3.734l8.62-8.627c8.498-8.483,22.313-8.483,30.812,0%09c8.499,8.491,8.499,22.329,0,30.813l-27.979,27.98c-8.514,8.544-22.375,8.468-30.828,0c-1.969-1.969-3.667-4.416-4.734-6.824L55.032,93.471c1.538,2.363,3.128,4.362,5.181,6.408c5.271,5.256,11.99,9.24,19.73,11.089c10.021,2.394,20.762,1.061,29.988-4.029c3.362-1.863,6.528-4.212,9.377-7.06l27.965-27.98c16.375-16.323,16.375-42.788,0-59.118C131.003-3.558,104.522-3.558,88.216,12.766z%22/%3E%3C/svg%3E");

}

.content .block-style-widget {
	background: @widget-sidebar-bg-color @widget-sidebar-bg-image @widget-sidebar-bg-repeat @widget-sidebar-bg-position-x @widget-sidebar-bg-position-y;
}
.no-avatar {
	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%2025%2025%22%20enable-background=%22new%200%200%2025%2025%22%20xml:space=%22preserve%22%3E%3Cpath%20id=%22user-icon%22%20fill=%22@{accent-color-temp}%22%20d=%22M21.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%22/%3E%3C/svg%3E");
}
.old-ie .no-avatar {
	background-position: 10px -550px;
}
.old-ie .comment .no-avatar {
	background-position: 15px -545px;
}
.shortcode-blockquote.block-style-widget: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=%22117px%22%20height=%2281px%22%20viewBox=%220%200%20117%2081%22%20enable-background=%22new%200%200%20117%2081%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-color-temp}%22%20d=%22M66.758,80.994c9.863-1.38,18.044-3.814,24.543-7.305c6.498-3.489,11.66-7.496,15.484-12.021c3.822-4.524,6.479-9.472,7.971-14.841c1.49-5.367,2.236-10.621,2.236-15.761c0-9.433-2.62-16.969-7.856-22.605c-5.238-5.637-12.177-8.455-20.816-8.455c-4.358,0-8.22,0.768-11.583,2.301c-3.366,1.535-6.233,3.528-8.603,5.982c-2.37,2.455-4.148,5.254-5.333,8.397c-1.186,3.146-1.777,6.367-1.777,9.663c0,8.82,2.638,15.186,7.914,19.098c5.275,3.911,11.888,5.866,19.841,5.866c-2.064,3.606-4.817,6.271-8.258,7.995c-3.44,1.727-8.028,2.666-13.763,2.819V80.994z%20M5.628,80.994c9.863-1.38,18.044-3.814,24.544-7.305C36.67,70.2,41.83,66.193,45.654,61.668c3.823-4.524,6.48-9.472,7.971-14.841c1.492-5.367,2.237-10.621,2.237-15.761c0-9.433-2.62-16.969-7.856-22.605c-5.238-5.637-12.177-8.455-20.816-8.455c-4.357,0-8.22,0.768-11.584,2.301C12.24,3.842,9.393,5.835,7.062,8.289c-2.333,2.455-4.091,5.254-5.275,8.397C0.6,19.832,0.008,23.054,0.008,26.35c0,8.82,2.618,15.186,7.856,19.098c5.236,3.911,11.87,5.866,19.899,5.866c-2.064,3.606-4.817,6.271-8.258,7.995c-3.441,1.727-8.068,2.666-13.878,2.819V80.994z%22/%3E%3C/svg%3E");
}
.post-format-aside .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M1.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%22/%3E%20%3C/svg%3E");
	.stripe-style-1 & {
		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='@{strype-1-color-cap}'%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");

	}
	.stripe-style-2 & {
		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='@{strype-2-color-cap}'%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");

	}
	.stripe-style-3 & {
		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='@{strype-3-color-cap}'%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");

	}
}
.sidebar .post-format-aside .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-color-fade-cap}%22%20d=%22M1.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%22/%3E%20%3C/svg%3E");
}
.footer .post-format-aside .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-footer-color-fade-cap}%22%20d=%22M1.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%22/%3E%20%3C/svg%3E");
}

.post-format-photo .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M21.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%22/%3E%3C/svg%3E");
	.stripe-style-1 & {
		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='@{strype-1-color-cap}'%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");

	}
	.stripe-style-2 & {
		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='@{strype-2-color-cap}'%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");

	}
	.stripe-style-3 & {
		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='@{strype-3-color-cap}'%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");

	}
}
.sidebar .post-format-photo .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-color-fade-cap}%22%20d=%22M21.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%22/%3E%3C/svg%3E");
}
.footer .post-format-photo .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-footer-color-fade-cap}%22%20d=%22M21.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%22/%3E%3C/svg%3E");
}
.post-format-standard .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M29.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%22/%3E%3C/svg%3E");
	.stripe-style-1 & {
		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='@{strype-1-color-cap}'%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");

	}
	.stripe-style-2 & {
		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='@{strype-2-color-cap}'%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");

	}
	.stripe-style-3 & {
		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='@{strype-3-color-cap}'%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");

	}
}
.sidebar .post-format-standard .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-color-fade-cap}%22%20d=%22M29.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%22/%3E%3C/svg%3E");
}
.footer .post-format-standard .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-footer-color-fade-cap}%22%20d=%22M29.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%22/%3E%3C/svg%3E");
}
.post-format-video .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M20.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%22/%3E%3C/svg%3E");
	.stripe-style-1 & {
		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='@{strype-1-color-cap}'%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");
	}
	.stripe-style-2 & {
		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='@{strype-2-color-cap}'%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");
	}
	.stripe-style-3 & {
		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='@{strype-3-color-cap}'%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");
	}
}
.sidebar .post-format-video .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-color-fade-cap}%22%20d=%22M20.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%22/%3E%3C/svg%3E");
}
.footer .post-format-video .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-footer-color-fade-cap}%22%20d=%22M20.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%22/%3E%3C/svg%3E");
}
.post-format-audio .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M16.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%22/%3E%3C/svg%3E");
	.stripe-style-1 & {
		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='@{strype-1-color-cap}'%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");
	}
	.stripe-style-2 & {
		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='@{strype-2-color-cap}'%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");
	}
	.stripe-style-3 & {
		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='@{strype-3-color-cap}'%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");
	}
}
.sidebar .post-format-audio .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-color-fade-cap}%22%20d=%22M16.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%22/%3E%3C/svg%3E");
}
.footer .post-format-audio .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-footer-color-fade-cap}%22%20d=%22M16.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%22/%3E%3C/svg%3E");
}
.post-format-gallery .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M10.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%22/%3E%3C/svg%3E");
	.stripe-style-1 & {
		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='@{strype-1-color-cap}'%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");
	}
	.stripe-style-2 & {
		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='@{strype-2-color-cap}'%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");
	}
	.stripe-style-3 & {
		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='@{strype-3-color-cap}'%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");
	}
}
.sidebar .post-format-gallery .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-color-fade-cap}%22%20d=%22M10.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%22/%3E%3C/svg%3E");
}
.footer .post-format-gallery .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-footer-color-fade-cap}%22%20d=%22M10.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%22/%3E%3C/svg%3E");
}
.post-format-quote .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M13.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%22/%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M29.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%22/%3E%3C/svg%3E");
	.stripe-style-1 & {
		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='@{strype-1-color-cap}'%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='@{base-color-rgba-fade-cap}'%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");
	}
	.stripe-style-2 & {
		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='@{strype-2-color-cap}'%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='@{base-color-rgba-fade-cap}'%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");
	}
	.stripe-style-3 & {
		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='@{strype-3-color-cap}'%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='@{base-color-rgba-fade-cap}'%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");
	}
}
.sidebar .post-format-quote .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M13.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%22/%3E%3Cpath%20fill=%22@{widget-sidebar-color-fade-cap}%22%20d=%22M29.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%22/%3E%3C/svg%3E");
}
.footer .post-format-quote .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M13.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%22/%3E%3Cpath%20fill=%22@{widget-footer-color-fade-cap}%22%20d=%22M29.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%22/%3E%3C/svg%3E");
}
.post-format-link .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M7.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%22/%3E%3C/svg%3E");
	.stripe-style-1 & {
		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='@{strype-1-color-cap}'%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");
	}
	.stripe-style-2 & {
		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='@{strype-2-color-cap}'%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");
	}
	.stripe-style-3 & {
		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='@{strype-3-color-cap}'%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");
	}
}
.sidebar .post-format-link .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-color-fade-cap}%22%20d=%22M7.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%22/%3E%3C/svg%3E");
}
.footer .post-format-link .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-footer-color-fade-cap}%22%20d=%22M7.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%22/%3E%3C/svg%3E");
}
.post-format-status .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M15,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%22/%3E%3C/svg%3E");
	.stripe-style-1 & {
		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='@{strype-1-color-cap}'%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");
	}
	.stripe-style-2 & {
		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='@{strype-2-color-cap}'%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");
	}
	.stripe-style-3 & {
		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='@{strype-3-color-cap}'%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");
	}
}
.sidebar .post-format-status .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-color-fade-cap}%22%20d=%22M15,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%22/%3E%3C/svg%3E");
}
.footer .post-format-status .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-footer-color-fade-cap}%22%20d=%22M15,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%22/%3E%3C/svg%3E");
}
.post-format-chat .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-rgba-fade-cap}%22%20d=%22M11.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%22/%3E%3C/svg%3E");
	.stripe-style-1 & {
		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='@{strype-1-color-cap}'%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");
	}
	.stripe-style-2 & {
		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='@{strype-2-color-cap}'%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");
	}
	.stripe-style-3 & {
		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='@{strype-3-color-cap}'%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");
	}
}
.sidebar .post-format-chat .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-color-fade-cap}%22%20d=%22M11.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%22/%3E%3C/svg%3E");
}
.footer .post-format-chat .no-avatar {
	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=%2230px%22%20viewBox=%220%200%2030%2030%22%20enable-background=%22new%200%200%2030%2030%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-footer-color-fade-cap}%22%20d=%22M11.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%22/%3E%3C/svg%3E");
}
/* !- List */
.standard-number-list li:before {
	background-color: @accent-bg-color;
	color: @accent-color;
}
/* List: end */
/* !- Tabs */

	.shortcode-tabs.tab-style-one .tab,
	.shortcode-tabs.tab-style-three .tab,
	.tab-style-one .tab-content,
	.shortcode-tabs.tab-style-three .tab.active-tab.fullsize-tab,
	.shortcode-tabs.tab-style-three .tab.active-tab.fullsize-tab:hover {
		background-color: @backgrounds-bg-color;

		.stripe-style-1 & {
			background-color: @strype-1-backgrounds-bg-color;
		}
		.stripe-style-2 & {
			background-color: @strype-2-backgrounds-bg-color;
		}
		.stripe-style-3 & {
			background-color: @strype-3-backgrounds-bg-color;
		}
			.old-ie .stripe-style-1 & {
				background-color: @strype-1-backgrounds-bg-color-ie;
			}
			.old-ie .stripe-style-2 & {
				background-color: @strype-2-backgrounds-bg-color-ie;
			}
			.old-ie .stripe-style-3 & {
				background-color: @strype-3-backgrounds-bg-color-ie;
			}
	}
		.old-ie .shortcode-tabs.tab-style-one .tab,
		.old-ie .shortcode-tabs.tab-style-three .tab,
		.old-ie .tab-style-one .tab-content {
			background-color: @backgrounds-bg-color-ie;
		}
	.shortcode-tabs.tab-style-one .tab,
	.shortcode-tabs.tab-style-three .tab {
		color: @h1-color;
		.stripe-style-1 & {
			color: @strype-1-header-color;
		}
		.stripe-style-2 & {
			color: @strype-2-header-color;
		}
		.stripe-style-3 & {
			color: @strype-3-header-color;
		}
	}
	.shortcode-tabs.tab-style-one .tab:hover,
	.shortcode-tabs.tab-style-three .tab:hover {
		color: @accent-bg-color;
		.stripe-style-1 & {
			color: @accent-bg-color;
		}
		.stripe-style-2 & {
			color: @accent-bg-color;
		}
		.stripe-style-3 & {
			color: @accent-bg-color;
		}
			
	}
	.shortcode-tabs.tab-style-two .tab:hover {
		color: fade(@h1-color, 60%);
		.stripe-style-1 & {
			color: fade(@strype-1-header-color, 60%);
		}
		.stripe-style-2 & {
			color: fade(@strype-2-header-color, 60%);
		}
		.stripe-style-3 & {
			color: fade(@strype-3-header-color, 60%);
		}
	}
	.shortcode-tabs.tab-style-two .nav {
		border-bottom-style: @divider-thin-style;
		border-bottom-width: @divider-thin-height;
	}

			.shortcode-tabs.tab-style-two .tab {
				border-right-style: @divider-thin-style;
				border-right-width: @divider-thin-height;
				border-top-style: @divider-thin-style;
				border-top-width: @divider-thin-height;
			}
			.shortcode-tabs.tab-style-two.tab-horizontal .tab {
				border-bottom-style: @divider-thin-style;
				border-bottom-width: @divider-thin-height;
			}
			
			.shortcode-tabs.tab-style-two .tab.fullsize-tab {
				border-bottom-style: @divider-thin-style;
				border-bottom-width: @divider-thin-height;
				border-top: none;		
			}
			.shortcode-tabs.tab-style-two .tab.fullsize-tab.active-tab {
				border-bottom: none;
			}
			.shortcode-tabs.tab-style-two .nav .tab:first-child {
				border-color: @divider-bg-color;
				border-left-style: @divider-thin-style;
				border-left-width: @divider-thin-height;
				.stripe-style-1 & {
					border-color: @strype-1-divider-bg-color;
				}

				.stripe-style-2 & {
					border-color: @strype-2-divider-bg-color;
				}
				.stripe-style-3 & {
					border-color: @strype-3-divider-bg-color;
				}
				
					.old-ie .stripe-style-1 & {
						border-color: @strype-1-divider-bg-color-ie;
					}
					.old-ie .stripe-style-2 & {
						border-color: @strype-2-divider-bg-color-ie;
					}
					.old-ie .stripe-style-3 & {
						border-color: @strype-3-divider-bg-color-ie;
					}
			}

			.shortcode-tabs.tab-style-two .tab.active-tab,
			.shortcode-tabs.tab-style-two .nav .tab.active-tab:first-child {
				border-color: @accent-bg-color;
				.stripe-style-1 & {
					border-color: @accent-bg-color;
				}

				.stripe-style-2 & {
					border-color: @accent-bg-color;
				}
				.stripe-style-3 & {
					border-color: @accent-bg-color;
				}
			}

	.shortcode-tabs.tab-style-two .nav,
	.shortcode-tabs.tab-style-two .tab,
	.shortcode-tabs.tab-style-two .tab.active-tab.fullsize-tab,
	.shortcode-tabs.tab-style-two .tab.active-tab.fullsize-tab:hover {
		border-color: @divider-bg-color;
		color: @h1-color;

		.stripe-style-1 & {
			border-color: @strype-1-divider-bg-color;
			color: @strype-1-header-color;
		}

		.stripe-style-2 & {
			border-color: @strype-2-divider-bg-color;
			color: @strype-2-header-color;
		}
		.stripe-style-3 & {
			border-color: @strype-3-divider-bg-color;
			color: @strype-3-header-color;
		}
		
			.old-ie .stripe-style-1 & {
				border-color: @strype-1-divider-bg-color-ie;
			}
			.old-ie .stripe-style-2 & {
				border-color: @strype-2-divider-bg-color-ie;
			}
			.old-ie .stripe-style-3 & {
				border-color: @strype-3-divider-bg-color-ie;
			}
	}
	.shortcode-tabs.tab-style-two .tab.active-tab.fullsize-tab,
	.shortcode-tabs.tab-style-two .tab.active-tab.fullsize-tab:hover {
		color: @h1-color;

		.stripe-style-1 & {
			color: @strype-1-header-color;
		}

		.stripe-style-2 & {
			color: @strype-2-header-color;
		}
		.stripe-style-3 & {
			color: @strype-3-header-color;
		}
	}
	
	.old-ie .shortcode-tabs.tab-style-two .tab,
	.old-ie .shortcode-tabs.tab-style-two .nav {
		border-color: @backgrounds-bg-color-ie;
	}
	.shortcode-tabs.tab-style-two .active-tab,
	.shortcode-tabs.tab-style-two.vertical-tab .tab.active-tab,
	.shortcode-tabs.tab-style-two.vertical-tab .tab.active-tab:first-child {
		border-color: @accent-bg-color;
	}
	.shortcode-tabs .tab {
		font-size: @text-big;
	}
		
	.shortcode-tabs .tab.active-tab,
	.old-ie .shortcode-tabs.tab-style-one .tab.active-tab,
	.shortcode-tabs.tab-style-one .tab.active-tab:hover,
	.old-ie .shortcode-tabs.tab-style-three .tab.active-tab,
	.shortcode-tabs.tab-style-three .tab.active-tab:hover,
	.shortcode-tabs.tab-style-two .tab.active-tab:hover {
		background-color: @accent-bg-color;
		color: @accent-color;

		.stripe-style-1 & {
			background-color: @accent-bg-color;
			color: @accent-color;
		}
		.stripe-style-2 & {
			background-color: @accent-bg-color;
			color: @accent-color;
		}
		.stripe-style-3 & {
			background-color: @accent-bg-color;
			color: @accent-color;
		}
	}
	.shortcode-tabs.tab-style-one .tab.active-tab:before,
	.shortcode-tabs.tab-style-three .tab.active-tab:before {
		border-top-color: @accent-bg-color;
	}
	.shortcode-tabs.vertical-tab .tab.active-tab:after {
		border-left-color: @accent-bg-color;
	}

	.shortcode-tabs.tab-style-two.vertical-tab .nav,
	.shortcode-tabs.tab-style-two.vertical-tab .tab,
	.shortcode-tabs.tab-style-two.vertical-tab .tab:first-child {
		border-color: @divider-bg-color;
		.stripe-style-1 & {
			border-color: @strype-1-divider-bg-color;
		}

		.stripe-style-2 & {
			border-color: @strype-2-divider-bg-color;
		}
		.stripe-style-3 & {
			border-color: @strype-3-divider-bg-color;
		}
		
			.old-ie .stripe-style-1 & {
				border-color: @strype-1-divider-bg-color-ie;
			}
			.old-ie .stripe-style-2 & {
				border-color: @strype-2-divider-bg-color-ie;
			}
			.old-ie .stripe-style-3 & {
				border-color: @strype-3-divider-bg-color-ie;
			}
	}
	.shortcode-tabs.tab-style-two.vertical-tab .tab.active-tab:first-child {
		border-top: none;
	}
	.shortcode-tabs.tab-style-two.vertical-tab .tab:first-child {
		border-left: none;
	}
	.shortcode-tabs.tab-style-two .nav {
		border-bottom-style: @divider-thin-style;
		border-bottom-width: @divider-thin-height;
	}

	.shortcode-tabs.tab-style-two.vertical-tab .nav {
		border-right-style: @divider-thin-style;
		border-right-width: @divider-thin-height;
		border-bottom: none;
	}
	
			.shortcode-tabs.tab-style-two .tab:first-child {
				border-left-style: @divider-thin-style;
				border-left-width: @divider-thin-height;
			}
	.old-ie .shortcode-tabs.tab-style-two.vertical-tab .nav,
	.old-ie .shortcode-tabs.tab-style-two.vertical-tab .tab,
	.old-ie .shortcode-tabs.tab-style-two.vertical-tab .tab:first-child {
		border-color: @backgrounds-bg-color-ie;
	}
	@media screen and (max-width: 760px) {
		.shortcode-tabs.tab-style-two .tab-content.active-tab-content {
			border-bottom-style: @divider-thin-style;
			border-bottom-width: @divider-thin-height;
			border-color: @divider-bg-color;
			.stripe-style-1 & {
				border-color: @strype-1-divider-bg-color;
			}

			.stripe-style-2 & {
				border-color: @strype-2-divider-bg-color;
			}
			.stripe-style-3 & {
				border-color: @strype-3-divider-bg-color;
			}
			
				.old-ie .stripe-style-1 & {
					border-color: @strype-1-divider-bg-color-ie;
				}
				.old-ie .stripe-style-2 & {
					border-color: @strype-2-divider-bg-color-ie;
				}
				.old-ie .stripe-style-3 & {
					border-color: @strype-3-divider-bg-color-ie;
				}
		}

		.old-ie .shortcode-tabs.tab-style-three .tab.active-tab,
		.shortcode-tabs.tab-style-three .tab.active-tab:hover,
		.shortcode-tabs.tab-style-three .tab.active-tab {
			color: @h1-color !important;

			.stripe-style-1 & {
				color: @strype-1-header-color !important;
			}

			.stripe-style-2 & {
				color: @strype-2-header-color !important;
			}
			.stripe-style-3 & {
				color: @strype-3-header-color !important;
			}
		}
	}
/* Tabs: end */
/* !- Tables */
	.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: @accent-bg-color;
		color: @accent-color;
	}

	.shortcode-table-wrap .shortcode-table thead td,
	.title-row,
	.footer-row {
		background-color: @backgrounds-bg-color;
		color: @backgrounds-color;
		.stripe-style-1 & {
			background-color: @strype-1-backgrounds-bg-color;
			color: @strype-1-backgrounds-color;
		}
		.stripe-style-2 & {
			background-color: @strype-2-backgrounds-bg-color;
			color: @strype-2-backgrounds-color;
		}
		.stripe-style-3 & {
			background-color: @strype-3-backgrounds-bg-color;
			color: @strype-3-backgrounds-color;
		}
			.old-ie .stripe-style-1 & {
				background-color: @strype-1-backgrounds-bg-color-ie;
			}
			.old-ie .stripe-style-2 & {
				background-color: @strype-2-backgrounds-bg-color-ie;
			}
			.old-ie .stripe-style-3 & {
				background-color: @strype-3-backgrounds-bg-color-ie;
			}
	}
	
	.table-style-one tbody tr:nth-of-type(2n) {
		background-color: @backgrounds-bg-color;
		.stripe-style-1 & {
			background-color: @strype-1-backgrounds-bg-color;
		}
		.stripe-style-2 & {
			background-color: @strype-2-backgrounds-bg-color;
		}
		.stripe-style-3 & {
			background-color: @strype-3-backgrounds-bg-color;
		}
			.old-ie .stripe-style-1 & {
				background-color: @strype-1-backgrounds-bg-color-ie;
			}
			.old-ie .stripe-style-2 & {
				background-color: @strype-2-backgrounds-bg-color-ie;
			}
			.old-ie .stripe-style-3 & {
				background-color: @strype-3-backgrounds-bg-color-ie;
			}
	}
	.old-ie .shortcode-table thead td,
	.old-ie .title-row,
	.old-ie .footer-row {
		background-color: @backgrounds-bg-color-ie;
	}
	.old-ie .table-style-one tbody tr:nth-of-type(2n) {
		background-color: @backgrounds-bg-color-ie;
	}
	.table-style-two thead td {
		border-bottom: none;
	}
	.table-style-two td {
		border-bottom-color: @divider-bg-color;
		.stripe-style-1 & {
			border-bottom-color: @strype-1-divider-bg-color;
		}
		.stripe-style-2 & {
			border-bottom-color: @strype-2-divider-bg-color;
		}
		.stripe-style-3 & {
			border-bottom-color: @strype-3-divider-bg-color;
		}
			.old-ie .stripe-style-1 & {
				border-bottom-color: @strype-1-divider-bg-color-ie;
			}
			.old-ie .stripe-style-2 & {
				border-bottom-color: @strype-2-divider-bg-color-ie;
			}
			.old-ie .stripe-style-3 & {
				border-bottom-color: @strype-3-divider-bg-color-ie;
			}
	}
	.old-ie .table-style-two td {
		border-bottom-color: @divider-bg-color-ie;
	}
	.table-style-three tbody,
	.table-style-three td,
	.normal-row,
	.full-boxed-pricing .normal-row,
	.full-boxed-pricing .last .normal-row {
		border-color: @divider-bg-color;
		.stripe-style-1 & {
			border-color: @strype-1-divider-bg-color;
		}
		.stripe-style-2 & {
			border-color: @strype-2-divider-bg-color;
		}
		.stripe-style-3 & {
			border-color: @strype-3-divider-bg-color;
		}
			.old-ie .stripe-style-1 & {
				border-color: @strype-1-divider-bg-color-ie;
			}
			.old-ie .stripe-style-2 & {
				border-color: @strype-2-divider-bg-color-ie;
			}
			.old-ie .stripe-style-3 & {
				border-color: @strype-3-divider-bg-color-ie;
			}
	}
	
	.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: @backgrounds-bg-color-ie;
	}
	
	.title-row {
		font-size: @h4-font-size;
	}
	.title-row .price {
		font-size: @h2-font-size;
	}
		.title-row .price span {
			font-size: @text-small;	
		}
/* Tables: end */
/* !- Images */
	.borderstyle (@br-width: 5px) {
		border-width: @br-width;
	}
	.borderframe .shortcode-single-image {
		.borderstyle;
		border-color: @backgrounds-bg-color;
		.stripe-style-1 & {
			border-color: @strype-1-backgrounds-bg-color;
		}
		.stripe-style-2 & {
			border-color: @strype-2-backgrounds-bg-color;
		}
		.stripe-style-3 & {
			border-color: @strype-3-backgrounds-bg-color;
		}
			.old-ie .stripe-style-1 & {
				border-color: @strype-1-backgrounds-bg-color-ie;
			}
			.old-ie .stripe-style-2 & {
				border-color: @strype-2-backgrounds-bg-color-ie;
			}
			.old-ie .stripe-style-3 & {
				border-color: @strype-3-backgrounds-bg-color-ie;
			}
	}
	.old-ie .borderframe .shortcode-single-image {
		border-color: @backgrounds-bg-color-ie;
	}
	
		.shortcode-single-caption {
			background-color: @backgrounds-bg-color;
			line-height: @base-line-height;
			.stripe-style-1 & {
				background-color: @strype-1-backgrounds-bg-color;
			}
			.stripe-style-2 & {
				background-color: @strype-2-backgrounds-bg-color;
			}
			.stripe-style-3 & {
				background-color: @strype-3-backgrounds-bg-color;
			}
				.old-ie .stripe-style-1 & {
					background-color: @strype-1-backgrounds-bg-color-ie;
				}
				.old-ie .stripe-style-2 & {
					background-color: @strype-2-backgrounds-bg-color-ie;
				}
				.old-ie .stripe-style-3 & {
					background-color: @strype-3-backgrounds-bg-color-ie;
				}
		}
		.old-ie .shortcode-single-caption {
			background-color: @backgrounds-bg-color-ie;
		}
	
/* Images: end */
/* !- Teasers */
	.frame-on {
		background-color: @backgrounds-bg-color;
		.stripe-style-1 & {
			background-color: @strype-1-backgrounds-bg-color;
		}
		.stripe-style-2 & {
			background-color: @strype-2-backgrounds-bg-color;
		}
		.stripe-style-3 & {
			background-color: @strype-3-backgrounds-bg-color;
		}
			.old-ie .stripe-style-1 & {
				background-color: @strype-1-backgrounds-bg-color-ie;
			}
			.old-ie .stripe-style-2 & {
				background-color: @strype-2-backgrounds-bg-color-ie;
			}
			.old-ie .stripe-style-3 & {
				background-color: @strype-3-backgrounds-bg-color-ie;
			}
	}
	.old-ie .frame-on {
		background-color: @backgrounds-bg-color-ie;
	}
	.content .frame-on.frame-fancy {
		background: @widget-sidebar-bg-color @widget-sidebar-bg-image @widget-sidebar-bg-repeat @widget-sidebar-bg-position-x @widget-sidebar-bg-position-y;
		color: @widget-sidebar-color;
	}
	.content .stripe .frame-on.frame-fancy,
	.content .stripe .frame-on.frame-fancy * {
		color: @widget-sidebar-color;
	}
	.old-ie .frame-on.frame-fancy {
		background: @widget-sidebar-bg-color-ie @widget-sidebar-bg-image @widget-sidebar-bg-repeat @widget-sidebar-bg-position-x @widget-sidebar-bg-position-y;
		border-bottom: solid 1px mix(#757575, @widget-sidebar-bg-color-ie, 30%)
	}
		.details,
		.details:hover {
			font-size: @text-small;			
			color: @h1-color;
			.stripe-style-1 & {
				color: @strype-1-header-color;
			}
			.stripe-style-2 & {
				color: @strype-2-header-color;
			}
			.stripe-style-3 & {
				color: @strype-3-header-color;
			}
		}
		.content .frame-on.frame-fancy h1,
		.content .frame-on.frame-fancy h2,
		.content .frame-on.frame-fancy h3,
		.content .frame-on.frame-fancy h4,
		.content .frame-on.frame-fancy h5,
		.content .frame-on.frame-fancy h6,
		.content .frame-on.frame-fancy .details,
		.content .frame-on.frame-fancy .details:hover {
			color: @widget-sidebar-header-color !important;
		}
		.content .frame-on.frame-fancy .more-link.dt-btn,
		.content .frame-on.frame-fancy .more-link.dt-btn:hover {
			color: @dt-btn-color !important;
		}
/* Teasers: end */

.shortcode-banner-bg > * {
	line-height: @base-line-height;
}
/* !- Team */
.team-container {
	background-color: @backgrounds-bg-color;
	.stripe-style-1 & {
		background-color: @strype-1-backgrounds-bg-color;
	}
	.stripe-style-2 & {
		background-color: @strype-2-backgrounds-bg-color;
	}
	.stripe-style-3 & {
		background-color: @strype-3-backgrounds-bg-color;
	}
		.old-ie .stripe-style-1 & {
			background-color: @strype-1-backgrounds-bg-color-ie;
		}
		.old-ie .stripe-style-2 & {
			background-color: @strype-2-backgrounds-bg-color-ie;
		}
		.old-ie .stripe-style-3 & {
			background-color: @strype-3-backgrounds-bg-color-ie;
		}	
}
	.old-ie .team-container {
		background-color: @backgrounds-bg-color-ie;	
	}
	.team-author-name,
	.team-author p {
		color: @h4-color;
		.stripe-style-1 & {
			color: @strype-1-header-color;
		}
		.stripe-style-2 & {
			color: @strype-2-header-color;
		}
		.stripe-style-3 & {
			color: @strype-3-header-color;
		}
	}
	.sidebar .team-author-name,
	.sidebar .team-author p {
		color: @widget-sidebar-header-color;
	}
	.footer .team-author-name,
	.footer .team-author p {
		color: @widget-footer-header-color;
	}
	.team-author-name {
		font-size: @h4-font-size;
	}
	.team-author p {
		font-size: @text-small;
	}
/* Team: end */
/* !- Instagram */
	.fs-entry .link i:before,
	.fs-entry .link a:before,
	.rollover-project .link i:before,
	.shortcode-instagram .fs-entry .link a:before,
	.swiper-slide .link i:before {
		border-top-color: @accent-bg-color;
	}
	.fs-entry-content,
	.rollover-content,
	.swiper-caption {
		background-color: fade(@accent-bg-color, 90%);
	}
	.old-ie .fs-entry-content,
	.old-ie .rollover-content,
	.old-ie .swiper-caption {
		background-color: @accent-bg-color;
	}
	.fs-entry-content,
	.fs-entry-content h4,
	.fs-entry-content h4 a,
	.rollover-content,
	.rollover-content *,
	.rollover-content h2.entry-title,
	.rollover-content h2.entry-title a,
	.project-details,
	.project-link,
	.project-details:hover,
	.project-link:hover,
	.swiper-caption,
	.swiper-caption h4,
	.swiper-caption a,
	.swiper-caption h4 a {
		color: @accent-color;
		.stripe-style-1 & {
			color: @accent-color;
		}
		.stripe-style-2 & {
			color: @accent-color;
		}
		.stripe-style-3 & {
			color: @accent-color;
		}
	}
	.fs-navigation .prev,
	.fs-navigation .next {		
		background-color: @accent-bg-color;
	}
	.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=%2220px%22%20height=%2220px%22%20viewBox=%220%200%2020%2020%22%20enable-background=%22new%200%200%2020%2020%22%20xml:space=%22preserve%22%3E%3Crect%20x=%227.99%22%20y=%2210%22%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20fill=%22@{accent-color-temp}%22%20width=%224%22%20height=%221%22/%3E%3Crect%20x=%227.99%22%20y=%228%22%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20fill=%22@{accent-color-temp}%22%20width=%222.469%22%20height=%221%22/%3E%3Crect%20x=%227.99%22%20y=%2212%22%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20fill=%22@{accent-color-temp}%22%20width=%224%22%20height=%221%22/%3E%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20fill=%22@{accent-color-temp}%22%20d=%22M10,0C4.477,0,0,4.477,0,10c0,5.521,4.477,10,10,10c5.521,0,10-4.479,10-10C20,4.477,15.521,0,10,0z%20M14,15H6V5h8V15z%22/%3E%3C/svg%3E");
	}
	.project-link,
	.swiper-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=%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%20fill=%22@{accent-color-temp}%22%20d=%22M10,0C4.477,0,0,4.477,0,10c0,5.521,4.477,10,10,10c5.521,0,10-4.479,10-10C20,4.477,15.521,0,10,0zM7.591,11.415L5.76,9.586c-1.066-1.068-1.066-2.799,0-3.868c1.068-1.067,2.801-1.067,3.867,0l1.244,1.246c-0.542-0.042-1.092,0.041-1.604,0.244L8.702,6.645c-0.555-0.556-1.46-0.556-2.017,0c-0.555,0.556-0.555,1.46,0,2.016l1.831,1.832c0.557,0.555,1.464,0.553,2.016,0c0.13-0.129,0.24-0.289,0.31-0.448L11.797,11c-0.102,0.152-0.206,0.284-0.34,0.415c-0.345,0.347-0.785,0.604-1.29,0.726c-0.656,0.157-1.357,0.07-1.963-0.261C7.984,11.758,7.776,11.604,7.591,11.415z%20M14.365,14.323c-1.068,1.066-2.799,1.066-3.867,0l-1.245-1.246c0.543,0.04,1.093-0.038,1.606-0.244l0.564,0.564c0.557,0.555,1.459,0.555,2.016,0c0.555-0.557,0.555-1.459,0-2.016l-1.83-1.83c-0.199-0.198-0.441-0.325-0.695-0.381c-0.678-0.152-1.357,0.203-1.631,0.829L8.328,9.044c0.79-1.198,2.365-1.557,3.592-0.881c0.221,0.121,0.428,0.276,0.614,0.463l1.831,1.83C15.432,11.525,15.432,13.255,14.365,14.323z%22/%3E%3C/svg%3E");
	}
/* Instagram: end */
/*Link*/
.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=%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=%2214px%22%20height=%2214px%22%20viewBox=%220%200%2014%2014%22%20enable-background=%22new%200%200%2014%2014%22%20fill=%22@{accent-color-temp}%22%20xml:space=%22preserve%22%3E%3Crect%20x=%225.988%22%20width=%222.027%22%20height=%2214%22/%3E%3Crect%20x=%220.002%22%20y=%225.986%22%20width=%2214%22%20height=%222.028%22/%3E%3C/svg%3E");
}
.old-ie .fs-entry .link i:after,
.old-ie .fs-entry .link a:after,
.old-ie .rollover-project .link i:after,
.old-ie .swiper-slide .link i:after {
	background-position: -8px -375px;
}
.shortcode-instagram .fs-entry .link 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=%228px%22%20height=%228px%22%20viewBox=%220%200%208%208%22%20fill=%22@{accent-color-temp}%22%20enable-background=%22new%200%200%208%208%22%20xml:space=%22preserve%22%3E%3Crect%20x=%222.969%22%20width=%222.031%22%20height=%228%22/%3E%3Crect%20y=%223%22%20width=%228%22%20height=%222%22/%3E%3C/svg%3E");
}
.old-ie .shortcode-instagram .fs-entry .link a:after {
	background-position: -1px -351px;
}
.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=%2214px%22%20height=%2214px%22%20viewBox=%220%200%2014%2014%22%20enable-background=%22new%200%200%2014%2014%22%20fill=%22@{accent-color-temp}%22%20xml:space=%22preserve%22%3E%3Crect%20x=%225.988%22%20y=%220%22%20transform=%22matrix(-0.707%20-0.7072%200.7072%20-0.707%207.0015%2016.9013)%22%20width=%222.028%22%20height=%2214.001%22/%3E%3Crect%20x=%220.003%22%20y=%225.986%22%20transform=%22matrix(-0.7071%20-0.7072%200.7072%20-0.7071%207.0039%2016.9014)%22%20width=%2214%22%20height=%222.027%22/%3E%3C/svg%3E");
}
.old-ie .close-link {
	background-position: 0 -716px;
}
.fs-navigation .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=%2219px%22%20height=%2219px%22%20fill=%22@{accent-color-temp}%22%20viewBox=%220%200%2019%2019%22%20enable-background=%22new%200%200%2019%2019%22%20xml:space=%22preserve%22%3E%3Cpolygon%20points=%229.495,9.489%2015.796,3.159%2012.646,0%203.21,9.477%203.218,9.484%203.21,9.488%2012.68,19%2015.85,15.852%20%22/%3E%3C/svg%3E");
}
.old-ie .fs-navigation .prev {
	background-position: 0 -209px;
}
.fs-navigation .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=%2219px%22%20height=%2219px%22%20fill=%22@{accent-color-temp}%22%20viewBox=%220%200%2019%2019%22%20enable-background=%22new%200%200%2019%2019%22%20xml:space=%22preserve%22%3E%3Cpolygon%20points=%223.21,15.852%206.38,19%2015.85,9.488%2015.842,9.484%2015.85,9.477%206.413,0%203.264,3.159%209.564,9.489%20%22/%3E%3C/svg%3E");
}
.old-ie .fs-navigation .next {
	background-position: 0 -249px;
}
.shortcode-tooltip {
	color: @secondary-base-color;
	border-color: @secondary-base-color;
	.stripe-style-1 & {
		color: @strype-1-secondary-color;
	}
	.stripe-style-2 & {
		color: @strype-2-secondary-color;
	}
	.stripe-style-3 & {
		color: @strype-3-secondary-color;
	}
}

/*RsContent*/
/*Slider container bullets*/
.rsCont .rsBullet {
	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=%223px%22%20height=%223px%22%20viewBox=%220%200%203%203%22%20enable-background=%22new%200%200%203%203%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{base-color-temp}%22%20%20d=%22M1.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%22/%3E%3C/svg%3E");

	.stripe-style-1 & {
		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=%223px%22%20height=%223px%22%20viewBox=%220%200%203%203%22%20enable-background=%22new%200%200%203%203%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{strype-1-color-temp}%22%20%20d=%22M1.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%22/%3E%3C/svg%3E");

	}
	.stripe-style-2 & {
		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=%223px%22%20height=%223px%22%20viewBox=%220%200%203%203%22%20enable-background=%22new%200%200%203%203%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{strype-2-color-temp}%22%20%20d=%22M1.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%22/%3E%3C/svg%3E");

	}
	.stripe-style-3 & {
		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=%223px%22%20height=%223px%22%20viewBox=%220%200%203%203%22%20enable-background=%22new%200%200%203%203%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{strype-3-color-temp}%22%20%20d=%22M1.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%22/%3E%3C/svg%3E");

	}

	
}
.sidebar .rsContW .rsBullet {
	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=%223px%22%20height=%223px%22%20viewBox=%220%200%203%203%22%20enable-background=%22new%200%200%203%203%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-sidebar-color-bullet}%22%20%20d=%22M1.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%22/%3E%3C/svg%3E");
}
.old-ie .rsCont .rsBullet,
.old-ie .sidebar .rsContW .rsBullet,
.old-ie #footer .rsContW .rsBullet {
	background-position: 0 -740px;
	background-image: url(../../images/old-ie.png);
}
#footer .rsContW .rsBullet {
	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=%223px%22%20height=%223px%22%20viewBox=%220%200%203%203%22%20enable-background=%22new%200%200%203%203%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{widget-footer-color-temp}%22 %20d=%22M1.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%22/%3E%3C/svg%3E");
}
.rsCont .rsBullet.rsNavSelected,
.sidebar .rsContW .rsBullet.rsNavSelected,
#footer .rsContW .rsBullet.rsNavSelected {
	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=%223px%22%20height=%223px%22%20viewBox=%220%200%203%203%22%20enable-background=%22new%200%200%203%203%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{accent-bg-color-temp}%22 %20d=%22M1.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%22/%3E%3C/svg%3E");
}

.old-ie .rsCont .rsBullet.rsNavSelected,
.old-ie .sidebar .rsContW .rsBullet.rsNavSelected,
.old-ie #footer .rsContW .rsBullet.rsNavSelected {
	background-image: url(../../images/old-ie.png);
	background-position: 0 -750px;
}
/* !- Shortcode slider */
.rsShor .rsArrowIcn {
	background-color: @accent-bg-color-rgb;
	background-color: @accent-bg-color-rgb-fade;
}
	.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=%229px%22%20height=%2214px%22%20viewBox=%220%200%209%2014%22%20enable-background=%22new%200%200%209%2014%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%220,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%22/%3E%3C/svg%3E");
	}
	.old-ie .rsShor .rsArrowRight .rsArrowIcn:before {
		background-position: 0 -142px;
	}
	.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=%229px%22%20height=%2214px%22%20viewBox=%220%200%209%2014%22%20enable-background=%22new%200%200%209%2014%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%224.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%22/%3E%3C/svg%3E");
	}
	.old-ie .rsShor .rsArrowLeft .rsArrowIcn:before {
		background-position: 0 -101px;
	}
.rsShor .rsBullet span {	
	background: @accent-color;
}
.rsShor .rsBullet.rsNavSelected span {	
	background: @accent-bg-color;
}

/* !- Mobile menu */

@temp-submenu-color: escape(~"@{submenu-color}");
.dl-menuwrapper li.dl-back span: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%09%20width=%2210px%22%20height=%227px%22%20viewBox=%220%200%2010%207%22%20enable-background=%22new%200%200%2010%207%22%20xml:space=%22preserve%22%3E%3Crect%20x=%223.5%22%20y=%222%22%20fill=%22@{temp-submenu-color}%22%20width=%226.5%22%20height=%223%22/%3E%3Cpolyline%20fill=%22@{temp-submenu-color}%22%20points=%224.031,7%200.068,3.5%204.031,0%20%22/%3E%3C/svg%3E");
}

@temp-submenu-hover-color: escape(~"@{submenu-hover-color}");
.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=%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=%227px%22%20viewBox=%220%200%2010%207%22%20enable-background=%22new%200%200%2010%207%22%20xml:space=%22preserve%22%3E%3Crect%20x=%223.5%22%20y=%222%22%20fill=%22@{temp-submenu-hover-color}%22%20width=%226.5%22%20height=%223%22/%3E%3Cpolyline%20fill=%22@{temp-submenu-hover-color}%22%20points=%224.031,7%200.068,3.5%204.031,0%20%22/%3E%3C/svg%3E");
}

@temp-menu-hover-color: escape(~"@{menu-hover-color}");
#mobile-menu {
	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%09%20width=%2212px%22%20height=%2212px%22%20viewBox=%220%200%2012%2012%22%20enable-background=%22new%200%200%2012%2012%22%20xml:space=%22preserve%22%3E%3Crect%20y=%228.984%22%20width=%2212%22%20height=%222.016%22%20fill=%22@{temp-menu-hover-color}%22%20/%3E%3Crect%20y=%224.992%22%20width=%2212%22%20height=%222.016%22%20fill=%22@{temp-menu-hover-color}%22%20/%3E%3Crect%20y=%221%22%20width=%2212%22%20height=%222.016%22%20fill=%22@{temp-menu-hover-color}%22%20/%3E%3C/svg%3E");
}
#mobile-menu.dl-active {
	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%09%20width=%2212px%22%20height=%2212px%22%20viewBox=%220%200%2012%2012%22%20enable-background=%22new%200%200%2012%2012%22%20xml:space=%22preserve%22%3E%3Cg%3E%09%3Cg%3E%09%09%3Cpolygon%20fill=%22@{temp-menu-hover-color}%22%20points=%2212,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%22/%3E%09%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Mobile menu: end */
/* Shortcodes: end */

/* !Rollovers */

@rollover-bg-color: rgba(0, 0, 0, 0.4);
@rollover-bg-color-old-ie: rgb(0, 0, 0);
.rgba(@colour, @alpha)
{
	@alphaColour: hsla(hue(@colour), saturation(@colour), lightness(@colour), @alpha);
	@ieAlphaColour: argb(@alphaColour);
	
	background-color: @colour; // Fallback for older browsers
	background-color: @alphaColour; 
	
	// IE hacks
	zoom: 1; // hasLayout
	background-color: transparent\9;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=@{ieAlphaColour}, endColorstr=@{ieAlphaColour})"; // IE 8+
        filter:  ~"progid:DXImageTransform.Microsoft.gradient(startColorstr=@{ieAlphaColour}, endColorstr=@{ieAlphaColour})";  // IE 6 & 7 
	
}

.rollover i {
	background-color: @rollover-bg-color;
}
	.old-ie .rollover i {
		.rgba(@rollover-bg-color-old-ie, 0.3);
	}
.post-rollover i:before {
	border-top-color: @accent-bg-color;
}

.rollover-thumbnails span:first-child i {
	background-color: @accent-bg-color;
	color: @accent-color;
}
.rollover i:before,
.rollover-small i:before,
.albums .rollover-small i:before,
.albums .rollover-zoom.rollover i:before {
	background-color: @accent-bg-color;
}
.rollover 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=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2018%2018%22%20enable-background=%22new%200%200%2018%2018%22%20xml:space=%22preserve%22%3E%3Crect%20x=%228%22%20fill=%22@{accent-color-temp}%22%20width=%222%22%20height=%2218%22/%3E%3Crect%20x=%220%22%20y=%228%22%20fill=%22@{accent-color-temp}%22%20width=%2218%22%20height=%222%22/%3E%3C/svg%3E");
}
.old-ie .rollover i:after {
	background-position: 0 -390px;
}
.rollover-small 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=%2212px%22%20height=%2212px%22%20fill=%22@{accent-color-temp}%22%20viewBox=%220%200%2012%2012%22%20enable-background=%22new%200%200%2012%2012%22%20xml:space=%22preserve%22%3E%3Crect%20x=%225%22%20width=%222%22%20height=%2212%22/%3E%3Crect%20y=%225%22%20width=%2212%22%20height=%222%22/%3E%3C/svg%3E");
}
.old-ie .rollover-small i:after {
	background-position: 0 -368px;
}
.format-photo .rollover i:after,
.rollover-zoom 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=%2225px%22%20height=%2225px%22%20viewBox=%220%200%2025%2025%22%20enable-background=%22new%200%200%2025%2025%22%20xml:space=%22preserve%22%3E%3Cpath%20id=%22magnifier-6-icon%22%20fill=%22@{accent-color-temp}%22%20d=%22M24,21.01l-6.134-6.09c0.897-1.402,1.417-3.065,1.417-4.846%09C19.283,5.07,15.183,1,10.142,1C5.102,1,1,5.07,1,10.074s4.102,9.073,9.142,9.073c1.707,0,3.304-0.467,4.672-1.277L20.988,24L24,21.01z%20M3.52,10.074C3.52,6.449,6.49,3.5,10.142,3.5s6.622,2.948,6.622,6.573c0,3.625-2.971,6.573-6.622,6.573S3.52,13.698,3.52,10.074z%22/%3E%3Crect%20x=%229.016%22%20y=%226%22%20fill=%22@{accent-color-temp}%22%20width=%222%22%20height=%228%22/%3E%3Crect%20x=%226.016%22%20y=%229%22%20fill=%22@{accent-color-temp}%22%20width=%228%22%20height=%222%22/%3E%3C/svg%3E");
}
.old-ie .format-photo .rollover i:after,
.old-ie .rollover-zoom i:after {
	background-position: 0 -440px;
}
.format-video .rollover 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=%2216px%22%20height=%2222px%22%20viewBox=%220%200%2016%2022%22%20enable-background=%22new%200%200%2016%2022%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22@{accent-color-temp}%22%20d=%22M2.491,4.582l9.283,6.417l-9.283,6.419V4.582%20M0.087,0v22L16,10.999L0.087,0L0.087,0z%22/%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=%22100px%22%20height=%22100px%22%20viewBox=%220%200%20100%20100%22%20enable-background=%22new%200%200%20100%20100%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22rgb(255, 255, 255)%22%20d=%22M50,9.827c10.784,0,20.917,4.193,28.532,11.809C86.115,29.219,90.291,39.291,90.291,50c0,10.708-4.176,20.781-11.759,28.364C70.917,85.979,60.784,90.173,50,90.173c-10.785,0-20.918-4.194-28.532-11.809C13.885,70.781,9.709,60.708,9.709,50c0-10.709,4.176-20.781,11.759-28.365%09C29.082,14.021,39.215,9.827,50,9.827%20M50,0C22.386,0,0,22.385,0,50c0,27.613,22.386,50,50,50s50-22.387,50-50C100,22.385,77.614,0,50,0L50,0z%20M37.996,74.853V26.373l39.058,24.24L37.996,74.853z%22/%3E%3C/svg%3E");
}
.old-ie .rollover-video .video-icon {
	background-position: 0 -610px;
}
.post-rollover i:after {
	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=%228px%22%20height=%228px%22%20viewBox=%220%200%208%208%22%20fill=%22@{accent-color-temp}%22%20enable-background=%22new%200%200%208%208%22%20xml:space=%22preserve%22%3E%3Crect%20x=%222.953%22%20width=%222%22%20height=%228%22/%3E%3Crect%20y=%223%22%20width=%228%22%20height=%222%22/%3E%3C/svg%3E");
}
.old-ie .post-rollover i:after {
	background-position: -1px -351px;
}

/*SWIPER*/
.arrow-left {
	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=%2240px%22%20viewBox=%220%200%2025%2040%22%20enable-background=%22new%200%200%2025%2040%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%2212.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%22/%3E%3C/svg%3E");
}
.old-ie .arrow-left {
	background-position: 0px -840px;
}
.arrow-right {
	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=%2240px%22%20viewBox=%220%200%2025%2040%22%20enable-background=%22new%200%200%2025%2040%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%2212.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%22/%3E%3C/svg%3E");
}
.old-ie .arrow-right {
	background-position: 0px -790px;
}
.arrow-bottom {
	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=%2214px%22%20viewBox=%220%200%2020%2014%22%20enable-background=%22new%200%200%2020%2014%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%229.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%22/%3E%3C/svg%3E");
}
.old-ie .arrow-bottom {
	background-position: 0px -890px;
}
.arrow-top {
	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=%2214px%22%20viewBox=%220%200%2020%2014%22%20enable-background=%22new%200%200%2020%2014%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%2210.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%22/%3E%3C/svg%3E");
}
.old-ie .arrow-top {
	background-position: 0px -920px;
}


/* Rollovers: end */
.old-ie .searchform .submit,
.old-ie .navigation-inner .prev-post,
.old-ie .navigation-inner .next-post,
.old-ie .st-accordion li > a,
.old-ie .st-toggles li > a,
.old-ie .shortcode-tabs.tab-style-two .tab.fullsize-tab,
.old-ie .shortcode-tabs.tab-style-three .tab.fullsize-tab,
.old-ie .st-accordion li.st-open > a,
.old-ie .st-toggles li.st-open > a,
.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 .filter .act,
.old-ie .filter-categories .act:hover,
.old-ie .no-avatar,
.old-ie .fs-navigation .prev,
.old-ie .fs-navigation .next,
.old-ie .rsShor .rsArrowRight .rsArrowIcn:before,
.old-ie .rsShor .rsArrowLeft .rsArrowIcn:before,
.old-ie .post-rollover i:after,
.old-ie .rollover-video .video-icon,
.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 {
	background-image: url("../../images/old-ie.png");
	background-repeat: no-repeat;
}
/*!3D slider*/
.three-d-slider .navig .act,
.scale-me .navig div.act:hover {
	background-color: @accent-bg-color;
	color: @accent-color;
}
.three-d-slider .navig div,
.scale-me .navig div:hover {
	background-color: @accent-color;
	color: @accent-bg-color;
}
/*3D slider: end*/

.fs-title {
	font: @h4-font-style @h4-font-variant @h4-font-weight @h4-font-size~"/"@h4-line-height @h4-font-family;
	text-transform: @h4-text-transform;
}