

/* Start:/bitrix/templates/timeberry_new/css/style.css?1555054704179508*/
@charset 'utf-8';
/*
Template Name: Kingler HTMl Template
Template URI: https://kingler-html.themerex.net/
Description: Kingler - Multipurpose and Multiskin Responsive HTML Template 
Author: themerex
Author URI: https://themerex.net/
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: kingler-html-template
*/


/* TABLE OF CONTENTS:

1. Reset tags
2. Default tag's settings
3. Form fields settings
4. Styles and Screen readers
5. Template grid
6. Page layouts
7. Section's decorations
   7.1 Header
   7.2 Main Slider
   7.3 Page top: page title and breadcrumbs
   7.4 Main content wrapper
   7.5 Post Formats
   7.6 Post Layouts
   7.7 Paginations
8. Single page parts
   8.1 Attachment and Portfolio post navigation
   8.2 Reviews block
   8.3 Post author
   8.4 Comments
   8.5 Page 404
   8.8 Team member
9. Sidebars
10. Footer areas
11. Utils
12. Registration and Login popups
13. Third part plugins
14. Predefined classes for users

-------------------------------------------------------------- */




/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input,textarea,button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height:inherit;
	border: 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height:150%;
}
html {
	height: 100%;
	font-size: 100%;	/*62.5%;*/		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units https://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;		 			/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; 	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	    -ms-text-size-adjust: 100%; 	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	/* height: 100%; */					/* Commented, because it conflict with overflow-x: hidden - appear second scrollbar while tooltip is display in the Booked plugin */
}

select {
    padding: 1.036em 1.357em;
}

/* 2. Default tag's settings
-------------------------------------------------------------- */
body { 	text-rendering: optimizeLegibility; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {	display: block; }

h1, h2, h3, h4, h5, h6 { line-height:120%; text-transform: uppercase; }
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, address { margin: 0; }
h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,
h2+h3,h2+h4,h2+h5,h2+h6,
h3+h4,h3+h5,h3+h6,
h4+h5,h4+h6,
h5+h6 {
	margin-top:0;
}
dt, b, strong {	font-weight: 500; }
p, ul, ol, dl, blockquote, address { margin-bottom: 1.5em; }
li > ol, li > ul { margin-bottom:0; }
ul>li, ol>li, dl>dd { margin-bottom:0.5em; line-height: 1.5em; }
li>ul, li>ol, dd>dl { margin-top:0.5em; }
li > p { margin-bottom:0; }
li > p+p { margin-top:0.5em; }

ol, ul {
	padding-left:1.5em;
}
.sc_list_style_ol, .sc_list_style_ul {padding-left:0;}
.sc_list_style_ol li, .sc_list_style_ul li {list-style-position: inside;list-style: inherit;}

/* Links */
a {
	text-decoration:none;
	background:transparent;
}
a,
a:hover,
a:focus,
a:active {
	outline: 0;
}
a img { border: none; }

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

:active, :focus { outline:0; }


/* Tables */
table {
	border-collapse:collapse;
	border-spacing: 0;
}
td, th {
	border: 1px solid #e4e7e8;
	padding: 4px;
}
caption, th {
	font-weight: bold;
	text-align: center;
}
body[class*="woocommerce-"] table th, body[class*="woocommerce-"] table td {
	border-width:0;
}

blockquote:before, blockquote:after,
q:before, q:after {	content: ""; }
blockquote, q {	quotes: "" "";}

dt {	font-weight: bold; }
dd {	margin-left: 1.5em; }
b, strong {	font-weight: bold; }
dfn, cite, em, i { font-style: italic; }
blockquote { padding: 0.7em; }

pre, code, kbd, tt, var, samp {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	overflow: auto;
	max-width: 100%;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
mark, ins {
	background-color:transparent;
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
small {	font-size: 75%; }
big {	font-size: 125%; }

[hidden], template { display: none; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
	vertical-align:top;
}

.thin {
    font-weight: 300;
}
.post_content p {
    overflow: hidden;
}
figure,
.wp-caption-overlay .wp-caption {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	max-width:100%;
}
figure figcaption,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
	-webkit-transition: all ease-in-out .3s;
	   -moz-transition: all ease-in-out .3s;
	    -ms-transition: all ease-in-out .3s;
	     -o-transition: all ease-in-out .3s;
	        transition: all ease-in-out .3s;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.5);
	font-size: 0.75em;
	line-height:1.2857em;
	color: #fff;
	padding: 1em 0.8em;
}
figure:hover figcaption,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
	margin-bottom: -5em !important;
}

svg:not(:root) { overflow: hidden; }



/* Audio and Video */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe, video, embed {
	max-width: 100%;
	min-height: 100px;
	vertical-align: top;
}

/* Media Elements player hook */
.me-cannotplay { overflow:hidden; }
.me-plugin { position: absolute; height: 0; width: 0; }			/* Media elements hook for Safary */

/* Fontello icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
	line-height: inherit;
	font-weight: inherit;
	font-size: inherit;
	width:auto;
	margin:0;
}




/* 3. Form fields settings
-------------------------------------------------------------- */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 1em;				/* Corrects font size not being inherited in all browsers */
	line-height: 1.2857em;
	margin: 0;					/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;	/* Improves appearance and consistency in all browsers */
}
button, input {
	line-height: normal;		/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button {
	overflow: visible; 
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea,
select,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	/* Addresses box sizing set to content-box in IE8/9 */
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;						/* Addresses excess padding in IE8/9 */
    vertical-align: middle;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;		/* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;		/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
}
button::-moz-focus-inner,
input::-moz-focus-inner {			/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
select,
textarea {
	-webkit-appearance: none;
	outline: none;
	resize: none;
	padding: 1.036em 1.2em;
	height: 3.42em;
	border:none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}

button::-moz-focus-inner { 
	border: 0;
}
button:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select,
textarea:focus {
	outline: none;
}
textarea {
	overflow: auto;			/* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top;	/* Improves readability and alignment in all browsers */
	min-height:5em;
}
label.required:after {
	content:'*';
	display:inline-block;
	vertical-align:text-top;
	font-size:80%;
	color:#da6f5b;
}



/* 4. WP styles and Screen readers
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

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

.alignleft {
	display: inline-block;
	float: left;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.alignright {
	display: inline-block;
	float: right;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.aligncenter {
	clear: both;
	display: block !important;
	margin-left: auto !important;
	margin-right:auto !important;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align:center;
}


.textalign_left * {
    text-align: left;
}

.sticky {
	position:relative;
}
.sticky .sticky_label {
	position:absolute; 
	right:0;
	top: 0;
	width:3em;
	height:3em;
	background-image:url(/bitrix/templates/timeberry_new/css/images/sticky.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:3em 3em;
}
.gallery-caption {}
.bypostauthor {}

.wp-caption {
	position: relative;
	overflow:hidden;
	max-width:100%;
}
.wp-caption a[class*="magnific"],
.wp-caption a[class*="prettyPhoto"] {
	display: block;
}
.wp-caption a[class*="magnific"] img,
.wp-caption a[class*="prettyPhoto"] img {
	vertical-align: top;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
	padding: 0.5em 0 2em;
	font-size:0.75em;
	line-height:16px;
	font-style:italic;
	text-align:center;
}

.gallery {
	margin: 0 -5px;
}
.gallery .gallery-item a {
	display: block;
}
.gallery .gallery-item a img {
    border: none !important;
    display: block;
    width: 100%;
}
.gallery .gallery-item .gallery-icon {
	margin: 0 5px;
}
.gallery .gallery-item .gallery-caption {
    line-height: 100%;
    margin: 0;
    padding: 6px 6px 0;
	font-size:0.875em;
}
.gallery.gallery-columns-9 .gallery-item {	width: 11.1111% !important; }
.gallery.gallery-columns-8 .gallery-item {	width: 12.5% !important; }
.gallery.gallery-columns-7 .gallery-item {	width: 14.2857% !important; }
.gallery.gallery-columns-6 .gallery-item {	width: 16.6666% !important; }
.gallery.gallery-columns-5 .gallery-item {	width: 20% !important; }
.gallery.gallery-columns-4 .gallery-item {	width: 25% !important; }
.gallery.gallery-columns-3 .gallery-item {	width: 33.3333% !important; }
.gallery.gallery-columns-2 .gallery-item {	width: 50% !important; }
.gallery.gallery-columns-1 .gallery-item {	width: 100% !important; }
.gallery.gallery-columns-9 .gallery-caption { font-size: 0.625em; }
.gallery.gallery-columns-8 .gallery-caption { font-size: 0.6875em; }
.gallery.gallery-columns-7 .gallery-caption { font-size: 0.75em; }
.gallery.gallery-columns-6 .gallery-caption { font-size: 0.8125em; }

.post-password-form label {
	display:inline-block;
	vertical-align:top;
}
.post-password-form input[type="submit"] {
	display:inline-block;
	margin-left:10px;
}





/* 5. Template grid
-------------------------------------------------------------- */
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row, .columns_wrap {
  margin-left: 0px;		/* -15px; */
  margin-right: -30px;	/* -15px; */
}
.row > [class*="column-"], .columns_wrap > [class*="column-"] {

  /* Old way: floating columns */
  /* float: left;*/

  /* New way: inline blocks */
  /* Warning: remove spaces between columns tags:
		Right:															Wrong:
		<div class="columns_wrap"><div class="column-1_2">				<div class="columns_wrap">
																			<div class="column-1_2">
			...																	...
  		</div><div class="column-1_2">										</div
																			<div class="column-1_2">
			...																	...
		</div></div>														</div>
																		</div>
  */
  display:inline-block;
  vertical-align:top;

  position: relative;
  min-height: 1px;
  padding-left: 0px;	/* 15px; */
  padding-right: 30px;	/* 15px; */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.row.column_padding_left, .columns_wrap.column_padding_left {
  margin-left: -30px;
  margin-right: 0;
}
.row.column_padding_left > [class*="column-"], .columns_wrap.column_padding_left > [class*="column-"],
.row > [class*="column-"].column_padding_left, .columns_wrap > [class*="column-"].column_padding_left {
	padding-left:30px;
	padding-right:0;
}
.row.column_padding_right, .columns_wrap.column_padding_right {
  margin-left: 0;
  margin-right: -30px;
}
.row.column_padding_right > [class*="column-"], .columns_wrap.column_padding_right > [class*="column-"],
.row > [class*="column-"].column_padding_right, .columns_wrap > [class*="column-"].column_padding_right {
	padding-left:0;
	padding-right:30px;
}
.row.column_padding_center, .columns_wrap.column_padding_center {
  margin-left: -15px;
  margin-right: -15px;
}
.row.column_padding_center > [class*="column-"], .columns_wrap.column_padding_center > [class*="column-"],
.row > [class*="column-"].column_padding_center, .columns_wrap > [class*="column-"].column_padding_center {
	padding-left:15px;
	padding-right:15px;
}
.row > [class*="column-"].column_padding_bottom, .columns_wrap > [class*="column-"].column_padding_bottom {
 padding-bottom: 30px;
}
.sc_blogger.no_margins .row, .sc_blogger.no_margins .columns_wrap,
.row.no_margins, .columns_wrap.no_margins {
  margin: 0 !important;
}
.sc_blogger.no_margins .row > [class*="column-"], .sc_blogger.no_margins .columns_wrap > [class*="column-"],
.row.no_margins > [class*="column-"], .columns_wrap.no_margins > [class*="column-"] {
  padding: 0 !important;
}

/* Columns width */
.column-1, .column-1_1, .column-2_2, .column-3_3, .column-4_4, .column-5_5, .column-6_6, .column-7_7, .column-8_8, .column-9_9, .column-10_10, .column-11_11, .column-12_12	{ width:100%; }
.column-1_2, .column-2_4, .column-3_6, .column-4_8, .column-5_10, .column-6_12	{ width:49%; }
.column-1_3, .column-2_6, .column-3_9, .column-4_12								{ width:32.33333333%; }
.column-2_3, .column-4_6, .column-8_12											{ width:66.66666667%; }
.column-1_4, .column-2_8, .column-3_12											{ width:24%; }
.column-3_4, .column-6_8, .column-9_12											{ width:75%; }
.column-1_5, .column-2_10														{ width:19%; }
.column-2_5, .column-4_10														{ width:40%; }
.column-3_5, .column-6_10														{ width:60%; }
.column-4_5, .column-8_10														{ width:80%; }
.column-1_6, .column-2_12														{ width:16.66666667%; }
.column-5_6, .column-10_12														{ width:83.33333333%; }
.column-1_7																		{ width:14.28571429%; }
.column-2_7																		{ width:28.57142857%; }
.column-3_7																		{ width:42.85714286%; }
.column-4_7																		{ width:57.14285714%; }
.column-5_7																		{ width:71.42857143%; }
.column-6_7																		{ width:85.71428571%; }
.column-1_8																		{ width:12.5%; }
.column-3_8																		{ width:37.5%; }
.column-5_8																		{ width:62.5%; }
.column-7_8																		{ width:87.5%; }
.column-1_9																		{ width:11.11111111%; }
.column-2_9																		{ width:22.22222222%; }
.column-3_9																		{ width:33.33333333%; }
.column-4_9																		{ width:44.44444444%; }
.column-5_9																		{ width:55.55555556%; }
.column-6_9																		{ width:66.66666667%; }
.column-7_9																		{ width:77.77777778%; }
.column-8_9																		{ width:88.88888889%; }
.column-1_10																	{ width:10%; }
.column-3_10																	{ width:30%; }
.column-7_10																	{ width:70%; }
.column-9_10																	{ width:90%; }
.column-1_11																	{ width: 9.09090909%; }
.column-2_11																	{ width:18.18181818%; }
.column-3_11																	{ width:27.27272727%; }
.column-4_11																	{ width:36.36363636%; }
.column-5_11																	{ width:45.45454545%; }
.column-6_11																	{ width:54.54545455%; }
.column-7_11																	{ width:63.63636364%; }
.column-8_11																	{ width:72.72727273%; }
.column-9_11																	{ width:81.81818182%; }
.column-10_11																	{ width:90.90909091%; }
.column-1_12																	{ width: 8.33333333%; }
.column-5_12																	{ width:41.66666667%; }
.column-7_12																	{ width:58.33333333%; }
.column-11_12																	{ width:91.66666667%; }
/* Push columns */
.push-1_2, .push-2_4, .push-3_6, .push-4_8, .push-5_10, .push-6_12	{ left:50%; }
.push-1_3, .push-2_6, .push-3_9, .push-4_12							{ left:33.33333333%; }
.push-2_3, .push-4_6, .push-8_12									{ left:66.66666667%; }
.push-1_4, .push-2_8, .push-3_12									{ left:25%; }
.push-3_4, .push-6_8, .push-9_12									{ left:75%; }
.push-1_5, .push-2_10												{ left:20%; }
.push-2_5, .push-4_10												{ left:40%; }
.push-3_5, .push-6_10												{ left:60%; }
.push-4_5, .push-8_10												{ left:80%; }
.push-1_6, .push-2_12												{ left:16.66666667%; }
.push-5_6, .push-10_12												{ left:83.33333333%; }
.push-1_7															{ left:14.28571429%; }
.push-2_7															{ left:28.57142857%; }
.push-3_7															{ left:42.85714286%; }
.push-4_7															{ left:57.14285714%; }
.push-5_7															{ left:71.42857143%; }
.push-6_7															{ left:85.71428571%; }
.push-1_8															{ left:12.5%; }
.push-3_8															{ left:37.5%; }
.push-5_8															{ left:62.5%; }
.push-7_8															{ left:87.5%; }
.push-1_9															{ left:11.11111111%; }
.push-2_9															{ left:22.22222222%; }
.push-3_9															{ left:33.33333333%; }
.push-4_9															{ left:44.44444444%; }
.push-5_9															{ left:55.55555556%; }
.push-6_9															{ left:66.66666667%; }
.push-7_9															{ left:77.77777778%; }
.push-8_9															{ left:88.88888889%; }
.push-1_10															{ left:10%; }
.push-3_10															{ left:30%; }
.push-7_10															{ left:70%; }
.push-9_10															{ left:90%; }
.push-1_11															{ left: 9.09090909%; }
.push-2_11															{ left:18.18181818%; }
.push-3_11															{ left:27.27272727%; }
.push-4_11															{ left:36.36363636%; }
.push-5_11															{ left:45.45454545%; }
.push-6_11															{ left:54.54545455%; }
.push-7_11															{ left:63.63636364%; }
.push-8_11															{ left:72.72727273%; }
.push-9_11															{ left:81.81818182%; }
.push-10_11															{ left:90.90909091%; }
.push-1_12															{ left: 8.33333333%; }
.push-5_12															{ left:41.66666667%; }
.push-7_12															{ left:58.33333333%; }
.push-11_12															{ left:91.66666667%; }
/* Pull columns */
.pull-1_2, .pull-2_4, .pull-3_6, .pull-4_8, .pull-5_10, .pull-6_12	{ right:50%; }
.pull-1_3, .pull-2_6, .pull-3_9, .pull-4_12							{ right:33.33333333%; }
.pull-2_3, .pull-4_6, .pull-8_12									{ right:66.66666667%; }
.pull-1_4, .pull-2_8, .pull-3_12									{ right:25%; }
.pull-3_4, .pull-6_8, .pull-9_12									{ right:75%; }
.pull-1_5, .pull-2_10												{ right:20%; }
.pull-2_5, .pull-4_10												{ right:40%; }
.pull-3_5, .pull-6_10												{ right:60%; }
.pull-4_5, .pull-8_10												{ right:80%; }
.pull-1_6, .pull-2_12												{ right:16.66666667%; }
.pull-5_6, .pull-10_12												{ right:83.33333333%; }
.pull-1_7															{ right:14.28571429%; }
.pull-2_7															{ right:28.57142857%; }
.pull-3_7															{ right:42.85714286%; }
.pull-4_7															{ right:57.14285714%; }
.pull-5_7															{ right:71.42857143%; }
.pull-6_7															{ right:85.71428571%; }
.pull-1_8															{ right:12.5%; }
.pull-3_8															{ right:37.5%; }
.pull-5_8															{ right:62.5%; }
.pull-7_8															{ right:87.5%; }
.pull-1_9															{ right:11.11111111%; }
.pull-2_9															{ right:22.22222222%; }
.pull-3_9															{ right:33.33333333%; }
.pull-4_9															{ right:44.44444444%; }
.pull-5_9															{ right:55.55555556%; }
.pull-6_9															{ right:66.66666667%; }
.pull-7_9															{ right:77.77777778%; }
.pull-8_9															{ right:88.88888889%; }
.pull-1_10															{ right:10%; }
.pull-3_10															{ right:30%; }
.pull-7_10															{ right:70%; }
.pull-9_10															{ right:90%; }
.pull-1_11															{ right: 9.09090909%; }
.pull-2_11															{ right:18.18181818%; }
.pull-3_11															{ right:27.27272727%; }
.pull-4_11															{ right:36.36363636%; }
.pull-5_11															{ right:45.45454545%; }
.pull-6_11															{ right:54.54545455%; }
.pull-7_11															{ right:63.63636364%; }
.pull-8_11															{ right:72.72727273%; }
.pull-9_11															{ right:81.81818182%; }
.pull-10_11															{ right:90.90909091%; }
.pull-1_12															{ right: 8.33333333%; }
.pull-5_12															{ right:41.66666667%; }
.pull-7_12															{ right:58.33333333%; }
.pull-11_12															{ right:91.66666667%; }
/* Margin for the columns */
.offset-1_2, .offset-2_4, .offset-3_6, .offset-4_8, .offset-5_10, .offset-6_12	{ margin-left:50%; }
.offset-1_3, .offset-2_6, .offset-3_9, .offset-4_12								{ margin-left:33.33333333%; }
.offset-2_3, .offset-4_6, .offset-8_12											{ margin-left:66.66666667%; }
.offset-1_4, .offset-2_8, .offset-3_12											{ margin-left:25%; }
.offset-3_4, .offset-6_8, .offset-9_12											{ margin-left:75%; }
.offset-1_5, .offset-2_10														{ margin-left:20%; }
.offset-2_5, .offset-4_10														{ margin-left:40%; }
.offset-3_5, .offset-6_10														{ margin-left:60%; }
.offset-4_5, .offset-8_10														{ margin-left:80%; }
.offset-1_6, .offset-2_12														{ margin-left:16.66666667%; }
.offset-5_6, .offset-10_12														{ margin-left:83.33333333%; }
.offset-1_7																		{ margin-left:14.28571429%; }
.offset-2_7																		{ margin-left:28.57142857%; }
.offset-3_7																		{ margin-left:42.85714286%; }
.offset-4_7																		{ margin-left:57.14285714%; }
.offset-5_7																		{ margin-left:71.42857143%; }
.offset-6_7																		{ margin-left:85.71428571%; }
.offset-1_8																		{ margin-left:12.5%; }
.offset-3_8																		{ margin-left:37.5%; }
.offset-5_8																		{ margin-left:62.5%; }
.offset-7_8																		{ margin-left:87.5%; }
.offset-1_9																		{ margin-left:11.11111111%; }
.offset-2_9																		{ margin-left:22.22222222%; }
.offset-3_9																		{ margin-left:33.33333333%; }
.offset-4_9																		{ margin-left:44.44444444%; }
.offset-5_9																		{ margin-left:55.55555556%; }
.offset-6_9																		{ margin-left:66.66666667%; }
.offset-7_9																		{ margin-left:77.77777778%; }
.offset-8_9																		{ margin-left:88.88888889%; }
.offset-1_10																	{ margin-left:10%; }
.offset-3_10																	{ margin-left:30%; }
.offset-7_10																	{ margin-left:70%; }
.offset-9_10																	{ margin-left:90%; }
.offset-1_11																	{ margin-left: 9.09090909%; }
.offset-2_11																	{ margin-left:18.18181818%; }
.offset-3_11																	{ margin-left:27.27272727%; }
.offset-4_11																	{ margin-left:36.36363636%; }
.offset-5_11																	{ margin-left:45.45454545%; }
.offset-6_11																	{ margin-left:54.54545455%; }
.offset-7_11																	{ margin-left:63.63636364%; }
.offset-8_11																	{ margin-left:72.72727273%; }
.offset-9_11																	{ margin-left:81.81818182%; }
.offset-10_11																	{ margin-left:90.90909091%; }
.offset-1_12																	{ margin-left: 8.33333333%; }
.offset-5_12																	{ margin-left:41.66666667%; }
.offset-7_12																	{ margin-left:58.33333333%; }
.offset-11_12																	{ margin-left:91.66666667%; }

/* Utils */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.columns_wrap:before,
.columns_wrap:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.columns_wrap:after {
  clear: both;
  width:100%;
  height:0;
  display:block;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}

.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.text-hide {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}







/* 6. Page layouts
-------------------------------------------------------------- */
.page_wrap,
.content_wrap {
	margin:0 auto;
}
.body_style_boxed .page_wrap {
	width:1230px;
	overflow:hidden;
}
.slider_boxed,
.content_wrap,
.content_container {
	width:1170px;
	margin:0 auto;
}
/*
.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
	width:100%;
}
*/
.content_wrap:after,
.content_container:after {
	content:" ";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.body_style_fullwide .content_wrap {
	width: auto;
	padding-left:30px;
	padding-right:30px;
}
.content, .sidebar, .sidebar_inner {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Content and Sidebar */
.sidebar_show .content { width: 100%; }
.sidebar { 				 width: 270px; }
.sidebar_right .content { float: left; }
.sidebar_right .sidebar { float: right; }
.sidebar_left .content  { float: right; }
.sidebar_left .sidebar  { float: left; }

/* Fullwide or Fullscreen with sidebar */
.body_style_fullwide.sidebar_show  .content, .body_style_fullscreen.sidebar_show  .content { width:auto; max-width:100%; }
.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 400px; }
.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: -360px; }
.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  400px; }
.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:-360px; }

.body_style_fullscreen .page_content_wrap {
	overflow:hidden;
	padding:0;
}

/* Use preloader */
/*
.preloader > .kingler_theme_profiler,
.preloader > .outer_wrap,
.preloader > .body_wrap {
				opacity: 0;
	filter: alpha(opacity=0);
}
*/

/* Transparent body */
.body_transparent .page_wrap,
.body_transparent .copy_wrap,
.body_transparent .widget_area_inner {
  background-color: transparent;
}

/* Sidebar outer */
.sidebar_outer {
	width: 290px;
	position: absolute;
	top:0;
	bottom:0;
	z-index:99998;
}
.sidebar_outer_inner {
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
}
.sidebar_outer_show .outer_wrap { 		overflow:hidden; position:relative; }
.sidebar_outer_left .sidebar_outer {	left: 0; right: auto; }
.sidebar_outer_left .body_wrap {		padding-left: 290px; }
.sidebar_outer_right .sidebar_outer {	left: auto; right: 0; }
.sidebar_outer_right .body_wrap {		padding-right: 290px; }

.sidebar_outer .logo img {
	max-width:210px;
}

/* Boxed style for articles and sidebar */
.page_content_wrap {
	padding: 4.7em 0;
}
.page_content_wrap.page_paddings_no,
.body_style_fullscreen .page_content_wrap {
	padding:0;
}

.article_style_boxed .content > article > .post_content,
/*.article_style_boxed[class*="single-"] .content > article,*/
.article_style_boxed[class*="single-"] .content > .comments_wrap,
.article_style_boxed[class*="single-"] .content > article > .post_info_share,
.body_filled .widget_area[class*="scheme_"]:not(.footer_wrap) .widget_area_inner  aside {
	padding: 2.53em 2.8em;
}/*
.body_filled .sidebar[class*="scheme_"] .sidebar_inner {
	padding: 2.1429em 2.8571em;
}*/
.body_style_fullscreen .content > article.page {
	padding:0;
}

/* With video Background */
.video_bg_show .body_wrap {
	position:relative;
}
.video_bg_show .video_bg {
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video_bg_show .video_bg_overlay:after {
	content: ' ';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.3);
	z-index:3;
	background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_7.png);
}


/* 7. Section's decorations
-------------------------------------------------------------- */


/* 7.1 Header
-------------------------------------------------------------- */

/* Top panel */
.top_panel_wrap {
	position:relative;
}
.top_panel_fixed .top_panel_wrap {
	-webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
			box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);	
}
.top_panel_over .top_panel_wrap {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:10000;
}
body:not(.top_panel_fixed) .top_panel_position_over.top_panel_wrap_inner,
body:not(.top_panel_fixed) .top_panel_position_over .top_panel_top,
body:not(.top_panel_fixed) .top_panel_position_over .top_panel_middle,
body:not(.top_panel_fixed) .top_panel_position_over .top_panel_bottom {
	background: none !important;
}
.admin-bar.top_panel_over .top_panel_wrap {
	top:32px;
}
.top_panel_wrap [class^="icon-"]::before, .top_panel_wrap [class*=" icon-"]::before {
	margin-right:0.5em;
}
.top_panel_bottom{
	border-top: 2px solid #121215;
}

/* Fixed panel */
.top_panel_fixed_wrap {
	display:none;
}
.top_panel_fixed:not(.top_panel_over) .top_panel_fixed_wrap {
	display:block;
}
.top_panel_fixed .top_panel_wrap {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:10000;
}
.sidebar_outer_left.top_panel_fixed .top_panel_wrap {
	left:290px;
}
.sidebar_outer_right.top_panel_fixed .top_panel_wrap {
	right:290px;
}
.top_panel_fixed .top_panel_top,
.top_panel_fixed .top_panel_style_1 .top_panel_middle,
.top_panel_fixed .top_panel_style_2 .top_panel_middle {
	display:none;
}
.top_panel_fixed .top_panel_style_5 .contact_logo {
	float: left;
}
.top_panel_fixed .top_panel_middle {
	min-height:0;
}
.top_panel_fixed .menu_main_wrap {
	margin-top:0;
}

.admin-bar.top_panel_fixed .top_panel_wrap {
	top:32px;
}


/* Top panel (top area) */
.top_panel_top {
	min-height:3.215em;
	margin-top:0;
	position:relative;
	z-index:10000;
}
.top_panel_style_1 .top_panel_middle,
.top_panel_style_2 .top_panel_middle,
.top_panel_style_3 .top_panel_middle,
.top_panel_style_4 .top_panel_middle,
.top_panel_style_5 .top_panel_middle,
.top_panel_style_6 .top_panel_middle,
.top_panel_style_8 .top_panel_middle {
	background-repeat:repeat;
	background-position:center top;
}
.top_panel_top_contact_area {
	float: left;
	margin-top:1em;
}
.top_panel_top_open_hours {
	float:right;
	margin-top:0.8em;
	margin-right:3em;
}
.top_panel_top_open_hours:before {
    font-size: 1.2em;
    vertical-align: top;
}
.top_panel_top_user_area {
	float:left;
}
.top_panel_top_socials {
	float:left;
	margin-right:2em;
	margin-top: 0.3em;
}
.top_panel_top_search,
.menu_user_nav {
	float:left;
	margin-top:1em;
}
.top_panel_top_search {
	padding-top: 0.2em;
	margin-right: 2em;
}
.top_panel_wrap .sc_socials a:before,
.top_panel_wrap .sc_socials [class*="icon-"]:before {
	margin-right:0;
}

.top_panel_wrap ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.top_panel_wrap li {
	margin-bottom: 0;
	position:relative;
}
.top_panel_wrap li li > a {
	position:relative;
	display:block;
	padding:0.5em 1.5em;
}
.top_panel_wrap li li.menu-item-has-children > a:after {
	content: '\e836';
	font-family: 'fontello';
	position:absolute;
	right:8px;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.top_panel_top .sc_socials.sc_socials_size_tiny .sc_socials_item {
    margin: 0 2px 0 0;
}

/* User menu */
.menu_user_nav > li {
	margin-left: 2em;
}
.menu_user_nav > li a {
	font-weight:400;
}
.menu_user_nav > li > a {
	display: block;
	padding: 0.8em 0;
}
.menu_user_nav > li li {
	line-height:1.5em;
}
.menu_user_nav > li ul:not(.cart_list) {
	width:12em;
	padding: 0;
	border:1px solid #ddd;
}
.menu_user_nav > li.menu_user_bookmarks ul {
	width:15em;
}
.menu_user_nav > li > ul {
	left:0;
	top:3.7em;
}
.menu_user_nav > li > ul ul {
	left:12em;
	margin-left:4px;
	top:-0.5em;
}
.menu_user_nav > li > ul ul.submenu_left {
	left:-12em;
	margin-left:-1px;
}

.menu_user_nav > li.menu_user_controls .user_avatar {
	display: inline-block;
	border: 1px solid #ddd;
	margin-right: 0.4em;
	overflow: hidden;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	width: 1em;
	height: 1em;
	line-height:1em;
}
.popup_link.popup_register_link:before {
    font-size: 1.2em;
    line-height: 1.1em;
}

/* Main and user menu */
.menu_main_nav_area {
	position:relative;
	z-index:1000;
}
.menu_show .menu_main_nav_area {
	display:block;
}

.menu_user_nav > li:first-child {
	margin-left:0;
}

.menu_user_nav > li,
.menu_main_nav > li {
	position:relative;
	float:left;
	z-index:20;
}
header .menu_main_nav > li{
    padding: 10px 0.5em 10px;
}
header .menu_main_nav > li > a{
	padding: 0.7em 1em 0.7em;
}
.menu_main_nav > li:first-child {
    padding-left: 0;
}
.menu_main_nav > li+li { z-index:19; }
.menu_main_nav > li+li+li { z-index:18; }
.menu_main_nav > li+li+li+li { z-index:17; }
.menu_main_nav > li+li+li+li+li { z-index:16; }
.menu_main_nav > li+li+li+li+li+li { z-index:15; }
.menu_main_nav > li+li+li+li+li+li+li { z-index:14; }
.menu_main_nav > li+li+li+li+li+li+li+li { z-index:13; }
.menu_main_nav > li+li+li+li+li+li+li+li+li { z-index:12; }
.menu_main_nav > li+li+li+li+li+li+li+li+li+li { z-index:11; }
.menu_user_nav > li { z-index:30; }
.menu_user_nav > li+li { z-index:29; }
.menu_user_nav > li+li+li { z-index:28; }
.menu_user_nav > li+li+li+li { z-index:27; }
.menu_user_nav > li+li+li+li+li { z-index:26; }
.menu_user_nav > li+li+li+li+li+li { z-index:25; }
.menu_user_nav > li+li+li+li+li+li+li { z-index:24; }
.menu_user_nav > li+li+li+li+li+li+li+li { z-index:23; }
.menu_user_nav > li+li+li+li+li+li+li+li+li { z-index:22; }
.menu_user_nav > li+li+li+li+li+li+li+li+li+li { z-index:21; }
.menu_user_nav > li ul,
.menu_main_nav > li ul {
	position:absolute;
	display:none;
	z-index:10000;
}

.menu_main_nav > li > a {
	display: block;
	padding:1em 1.5em;
	position: relative;
}
.menu_main_nav li > a {
    letter-spacing: 1px;
	text-transform:uppercase;
}
.menu_main_nav > li ul {
	border: 1px solid #ddd;
}
.menu_main_nav > li ul {
	width:220px;
	padding: 0;
}
.menu_main_nav > li > ul {
	left:0;
	top:40px;
}
.menu_main_nav > li > ul ul {
	left:222px;
	top:-1px;
}
.menu_main_nav > li > ul ul.submenu_left {
	left:-221px;
}
.menu_main_nav li a:before {
	margin-right:0.5em;
}

/* Main menu slider */
.menu_main_nav > li#blob {
	position: absolute;
	top: 0;
	z-index : 1;
	opacity:0;
}
.menu_main_nav > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,
.menu_main_nav > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

/* Currency */
.menu_user_nav > li.menu_user_currency > a {
	padding-left:1.6em;
	padding-right:0.2em;
}

/* Bookmarks */
.menu_user_nav > li.menu_user_bookmarks li > a {
	position:relative;
}

.menu_user_nav > li.menu_user_bookmarks .bookmarks_add {
	border-bottom:1px solid rgba(0,0,0, 0.5);
}
.menu_user_nav > li.menu_user_bookmarks .bookmarks_delete {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-0.5em;
	margin-right:0.5em;
	width:1em;
	height:1em;
	line-height:1em;
	font-size:1.25em;
}

/* Cart button */
.top_panel_style_3 .top_panel_cart_button,
.top_panel_style_4 .top_panel_cart_button {
	display:block;
	padding-left:1.5em !important;
	padding-right:1.5em !important;
}
.top_panel_middle .contact_cart {
	position:relative;
}
.top_panel_middle .sidebar_cart {
	position:absolute;
	top: 4.5em;
    left: auto;
    right: 30px;
	z-index:1000;
	display:none;
	float:none;
	text-align:left;
	border: 1px solid #eee;
}
.top_panel_icon {
	padding:0;
}
.top_panel_icon .sidebar_cart {
	top: 3.5em;
	left:-0.7em;
}
.top_panel_style_5 .top_panel_icon .sidebar_cart,
.top_panel_style_6 .top_panel_icon .sidebar_cart,
.top_panel_style_7 .top_panel_icon .sidebar_cart,
.top_panel_style_8 .top_panel_icon .sidebar_cart {
	left:auto;
	right: -1em;
}
.top_panel_icon.search_wrap {
	width: 2.2857em;
	height: 2.2857em;
	line-height: 2.2857em;
	-webkit-border-radius: 1.15em;
	   -moz-border-radius: 1.15em;
	        border-radius: 1.15em;
}
.top_panel_icon.search_wrap.search_state_opened {
	width: 8em;
}
.top_panel_icon.search_wrap .search_submit {
	line-height: 2.2857em;
}
.top_panel_icon .contact_cart_label,
.top_panel_icon .contact_cart_totals {
	display:none;
}
.top_panel_icon .contact_icon {
	display:inline-block;
	text-align:center;
}
.top_panel_icon .contact_icon:before {
	margin-right:0;
}
.top_panel_icon.menu_main_cart {
	position:relative;
}
.top_panel_icon .contact_icon {
	width: 2.2857em;
	height: 2.2857em;
	line-height: 2.2857em;
}
.top_panel_icon.menu_main_cart .contact_icon {
	-webkit-border-radius: 1.15em;
	   -moz-border-radius: 1.15em;
	        border-radius: 1.15em;
}


/* Logo in the header */
.top_panel_wrap .logo {
	margin: 2em 0 1em 0;
	overflow:hidden;
}
.top_panel_wrap .logo_main {
	max-height:31px;
	width:auto;
}
.logo a {
	display:inline-block;
}
.logo img {
	float:left;
	margin: 0 0 0 0;
	width: auto;
}
.logo_text,
.logo_slogan {
	float:left;
	text-align:left;
}
.logo_slogan {
	margin-top:0.25em;
	font-style:italic;
}
.top_panel_fixed .top_panel_wrap .logo_main {
	display: none;
}
.top_panel_wrap .logo_fixed {
	display:none;
	max-height:42px;
	width:auto;
}
.top_panel_fixed .top_panel_wrap .logo_fixed {
	display: block;
}
.top_panel_fixed .top_panel_middle .menu_main_wrap {
	margin-top:0;
}

.top_panel_style_3 .content_wrap,
.top_panel_style_4 .content_wrap,
.top_panel_style_6 .content_wrap,
.top_panel_style_7 .content_wrap {
	position:relative;
}
.top_panel_style_3 .menu_main_wrap,
.top_panel_style_4 .menu_main_wrap,
.top_panel_style_6 .menu_main_wrap,
.top_panel_style_7 .menu_main_wrap {
	float: right;
}
.top_panel_style_3 .contact_logo,
.top_panel_style_4 .contact_logo,
.top_panel_style_6 .contact_logo,
.top_panel_style_7 .contact_logo {
	position:absolute;
	z-index:1;
	top: 0;
	left: 0;
}

.top_panel_style_5 .top_panel_wrap_inner {
	text-align:center;
}
.top_panel_style_5 .contact_logo {
	overflow:hidden;
}
.top_panel_style_5 .menu_main_wrap {
	display:inline-block;
	margin-top:0 !important;
}
.top_panel_style_5 .menu_main_nav_area,
.top_panel_style_5 .top_panel_icon {
	display:block !important;
	float: left;
}
.top_panel_style_5 .top_panel_top_user_area {
	text-align:left;
}

.top_panel_style_6 .menu_main_nav_area,
.top_panel_style_7 .menu_main_nav_area {
	float:none;
}
.top_panel_style_6 .top_panel_icon,
.top_panel_style_7 .top_panel_icon {
	float: right;
}

/* Featured image in the header 7 */
.top_panel_image {
	height:45em;
	overflow:hidden;
	position:relative;
	background-size:cover;
	background-position:center;
}
.top_panel_image_hover {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(2,75,94, 0.8);
}
.top_panel_image_header {
	position:absolute;
	left:50%;
	top:50%;
	display:block;
	max-width:50%;
	text-align:center;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}
.top_panel_image_icon {
	font-size: 4em;
	line-height:1em;
	margin-top:1em;
}

/* Slide submenu button */
.open_child_menu {
	cursor:pointer;
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	text-align:center;
	width: 2em;
	height: 2.2857em;
	line-height:2.2857em;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.open_child_menu:hover {
	-webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.open_child_menu:before {
	content: '\e828';
	font-family:fontello;
}
li.opened > a > .open_child_menu:before {
	content: '\e835';
}


/* Contact fields */
.top_panel_wrap .contact_field {
    margin-top: 1.45em;
    line-height: 1.3em;
    width: 240px;
	float: right;
	text-align: left;
}
.top_panel_inner_style_2 .contact_field {
    margin-top: 4.85em;
}
.top_panel_wrap .contact_field > a > span,
.top_panel_wrap .contact_field > span {
	display:block;
}
.top_panel_wrap .contact_label {
	font-weight:bold;
	margin:0.3em 0 0.15em;
}
.top_panel_middle .contact_icon {
/*	float:left;*/
	width: 3.5em;
	height: 3.5em;
	margin-right:0.5em;
	text-align:center;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.top_panel_middle .contact_icon:not(.icon-iconmonstr-shipping-box-12-icon):before {
    font-size: 14px;
    line-height: 1.1em;
	margin-right:0;
}
.top_panel_middle .contact_icon.icon-iconmonstr-shipping-box-12-icon:before {
    font-size: 3.4em;
    line-height: 0.9em;
}
.column-1_5.contact_field.contact_phone, 
.column-1_5.contact_field.contact_cart {
    width: 16%;
}
.column-1_5.contact_field.contact_address {
    margin-left: 5%;
}
.top_panel_style_2 .logo,
.top_panel_style_5 .logo {
	text-align:center;
}
.top_panel_style_2 .contact_phone > span + span {
	text-align:right;
}
.top_panel_style_2 .contact_phone .contact_icon {
	float:right;
	margin-right:0;
}
.top_panel_style_2 .top_panel_bottom  {
    text-align: center;
}
.top_panel_style_2 .menu_main_nav_area {
    display: table;
    margin: auto;
    text-align: left;
}
.top_panel_middle .menu_main_wrap {
	text-align:right;
}
.top_panel_middle .menu_main_nav_area {
	display:inline-block;
	text-align:left;
}
.top_panel_style_5 .top_panel_middle .menu_main_nav_area {
	display:block;
}
.top_panel_style_6 .top_panel_middle,
.top_panel_style_7 .top_panel_middle {
	min-height:0;
}


/* Search field */
.top_panel_middle .search_wrap {
	display:none;
}
.menu_show .top_panel_middle .search_wrap {
	display:block;
}
.search_wrap {
	position:relative;
	max-width:14em;
	min-width:2.2857em;
}
.search_wrap.search_state_closed:not(.top_panel_icon) {
	min-width:0;
	width:1.5em;
}
.search_wrap:not(.search_state_fixed) {
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.search_wrap .search_field,
.search_wrap:not(.search_style_button) .search_submit,
.search_wrap:not(.search_style_button) .search_submit:hover {
	background-color:transparent !important;
	border:none;
}
.content .search_wrap,
.content .search_wrap .search_submit,
.content .search_wrap .search_field,
.top_panel_bottom .search_wrap,
.top_panel_bottom .search_wrap .search_submit,
.top_panel_bottom .search_wrap .search_field,
.top_panel_style_4 .search_wrap,
.top_panel_style_4 .search_wrap .search_submit,
.top_panel_style_4 .search_wrap .search_field {
    padding-left: 0;
    height: 3.42em;
    line-height: 3.42em;
    vertical-align: top;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.content .search_wrap,
	.content .search_wrap .search_submit,
	.content .search_wrap .search_field,
	.top_panel_bottom .search_wrap,
	.top_panel_bottom .search_wrap .search_submit,
	.top_panel_bottom .search_wrap .search_field,
	.top_panel_style_4 .search_wrap,
	.top_panel_style_4 .search_wrap .search_submit,
	.top_panel_style_4 .search_wrap .search_field {
		line-height: 1em;
	}
}
.search_wrap.search_state_closed .search_field {
    padding-right: 0;
}
.top_panel_bottom .search_wrap,
.top_panel_style_4 .search_wrap {
	float:right;
	z-index:1;
	padding-top:1em;
	padding-left:1em;
	/*padding-bottom: 0.708em;*/
}
.search_wrap form {
	width: 100%;
	padding-left: 2.2em;
	position:relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.search_wrap .search_submit {
	position:absolute;
	left:0;
	top:1px;
	width:2em;
	padding:0;
	margin:0;
	text-align:right;
	font-weight:normal;
}
.top_panel_top_search .search_submit {
	top:2px;
}
.search_wrap .search_field {
	width:100%;
}
.top_panel_top .search_field {
	padding:0;
	max-width:6em;
}
.search_wrap .search_submit:before {
    margin-right: 0;
    font-size: 14px;
    line-height: 3.2em;
    left: 12px;
    top: 0;
    position: absolute;
}
.search_wrap.search_style_rounded {
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
			border-radius: 25px;
}
.top_panel_inner_style_1 .search_wrap.search_state_closed:not(.top_panel_icon),
.top_panel_inner_style_2 .search_wrap.search_state_closed:not(.top_panel_icon) {
    width: 5em;
}
.top_panel_inner_style_1 .search_state_closed .search_submit::before, .top_panel_inner_style_2 .search_state_closed .search_submit::before {
    font-size: 22px;
    line-height: 2em;
    left: -4.5px;
}
.top_panel_style_5 .search_form_wrap,
.top_panel_style_6 .search_form_wrap,
.top_panel_style_7 .search_form_wrap {
	width:100%;
	overflow:hidden;
}
.top_panel_style_5 .search_results,
.top_panel_style_6 .search_results,
.top_panel_style_7 .search_results {
	top: 3.3em !important;
}
.top_panel_icon .search_submit {
	display:inline-block;
	text-align:center;
}
.top_panel_icon .search_submit:before {
	margin-right:0;
}
.search_style_button.search_wrap {
    padding-right: 117px;
}
.search_style_button.search_wrap form {
    padding-left: 0;
}
.search_style_button input[type="text"].search_field {
    padding-left: 1.2em;
    border: 2px solid;
}
.search_style_button .search_submit {
    width: auto;
    left: auto;
    right: -117px;
    padding: 0.6em 1.7em !important;
    border: 2px solid;
    font-size: 1em;
    line-height: 1em !important;
    top: 0;
}
.search_style_button .search_submit:hover {
    border: 2px solid;
}


/* Search results */
.search_wrap .search_results {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 4.2857em;
    background-color: #fff;
    border: 1px solid #000;
    width: 270px;
    padding: 0;
    line-height: 1.5em;
    text-align: left;
    background-color: #000 !important;
}
.top_panel_top .search_results {
	top:2.65em;
}

.top_panel_middle .sidebar_cart:after,
.menu_user_nav > li > ul:after,
.search_wrap .search_results:after {
	content:" ";
	width:10px;
	height:10px;
	background-color: #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	position: absolute;
	top:-6px;
	right:3em;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.top_panel_middle .sidebar_cart:after,
.menu_user_nav > li > ul:after {
    left: 8px;
    margin-left: -7px;
	right:auto;
}
.top_panel_style_5 .top_panel_middle .sidebar_cart:after,
.top_panel_style_6 .top_panel_middle .sidebar_cart:after,
.top_panel_style_7 .top_panel_middle .sidebar_cart:after,
.top_panel_style_8 .top_panel_middle .sidebar_cart:after {
	right:2.15em;
	left:auto;
}
.menu_user_nav > li > ul > li {
	z-index:1;
}
.search_wrap .search_results .search_results_close {
	position: absolute;
	top:3px;
	right:3px;
	display:block;
	text-align:center;
	overflow:hidden;
	font-size:0.875em;
	width:1.2em;
	height:1.2em;
	line-height:1.2em;
	cursor:pointer;
}
.search_wrap .post_more {
	display:block;
	text-align:center;
}
.widget_area .post_item {
	overflow:hidden;
}
.widget_area aside .post_item + .post_item,
.search_results.widget_area .post_item + .post_item {
}
.search_results.widget_area .post_item  {
	padding: 1.8em;
}
.search_results.widget_area .post_item + .post_item {
	border-top:1px solid #e5e5e5;
}
.widget_area .post_item .post_content {
	overflow:hidden;
}
.widget_area .post_item .post_thumb {
	float:left;
	width: 4em;
	height: 4em;
	margin:0 1.25em 4px 0;
	overflow:hidden;
}
.widget_area .post_item .post_thumb img {
	width:100%;
}
.widget_area .post_item .post_title {
	margin: -4px 0 6px 0;
	font-size:1.1538em;
}
.widget_area .post_item .post_title {
    font-size: 1em;
    text-transform: none;
    margin-top: 0;
}
.widget_area .post_item .post_info {
    font-size: 0.868em;
    margin-bottom: 0;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
}
.widget_area .post_item .post_info .post_info_item+.post_info_item:before {
	content: "";
	margin:0 0 0 5px;
}

/* Search field inside content */
.content .search_wrap {
	max-width:50%;
	margin:0;
}
.content .columns_wrap .search_wrap {
	max-width:100%;
}
.content .search_wrap .search_form_wrap {
	width: 100%;
}
.content .search_wrap.search_fixed .search_form_wrap .search_field {
	width: 96%;
}
.content .search_wrap .search_results {
	width:100%;
}

/* Header 8 - dropdown menu */
.top_panel_style_8 .content_wrap {
	width:100%;
	padding: 0 3.8462em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_panel_style_8 .top_panel_middle {
	position:relative;
}
.top_panel_style_8 .top_panel_middle .menu_pushy_wrap {
	margin:0;
	text-align:left;
	float:left;
}
.top_panel_style_8 .contact_logo {
	display:inline-block;
	position:absolute;
	z-index:1;
	left: 50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}
.top_panel_style_8 .top_panel_middle .logo {
	margin:0.5em 0 0 0;
}
.top_panel_style_8 .menu_pushy_button {
	display: inline-block;
}
.top_panel_style_8 .menu_pushy_button:before {
	font-size: 1.4em;
	line-height:1.2em;
	vertical-align:top;
}
.top_panel_style_8 .top_panel_buttons {
	float:right;
}
.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before,
.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after {
	content:' ';
	display:block;
	font-size:0.75em;
	position:absolute;
	z-index:1;
	right: 0;
	top:-1px;
	width: 1em;
	height: 1em;
	line-height: 1em;
}
.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before {
	background-color:red;
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	        transform:rotate(45deg);
	right: 2px;
	top:-2px;
}
.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after {
	content: attr(data-items);
	font-size:0.65em;
	font-weight:700;
}
.top_panel_inner_style_8 .top_panel_buttons,
.top_panel_inner_style_8 .menu_pushy_button {
	margin:0;
	padding-top:1.8em;
	padding-bottom:1.8em;
}
.top_panel_style_8 .top_panel_buttons .top_panel_icon {
	margin:0;
	float:right;
}
.top_panel_style_8 .top_panel_buttons .top_panel_icon.search_wrap {
	height:1.5em;
	line-height:1.5em;
	margin-left:1em;
}
.top_panel_style_8 .top_panel_buttons .contact_icon,
.top_panel_style_8 .top_panel_buttons .top_panel_icon .search_submit {
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.top_panel_style_8 .top_panel_buttons .top_panel_icon .search_field {
	padding:2px;
	vertical-align:top;
}
.top_panel_style_8 .top_panel_buttons .top_panel_icon.menu_main_cart .contact_icon,
.top_panel_style_8 .top_panel_buttons .top_panel_icon.search_wrap,
.top_panel_style_8 .top_panel_buttons a:hover,
.top_panel_style_8 .top_panel_middle .top_panel_buttons a:hover .contact_icon,
.top_panel_style_8 .top_panel_buttons .top_panel_icon.search_wrap:hover,
.top_panel_style_8 .top_panel_buttons .top_panel_icon:hover .contact_icon,
.top_panel_style_8 .top_panel_buttons .top_panel_icon:hover .search_submit {
	background-color:transparent;
}

/* Push panel */
.site-overlay {
    display: none;
    position: fixed;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    height: 110%;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.pushy {
	position: fixed;
	width: 25em;
	bottom: 0;
	top: 0;
	left: -25em;
	z-index: 10000;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.pushy-active .pushy {
	left: 0;
}
.pushy .pushy_inner {
	width:105%;
	height: 100%;
	padding: 3em 0 1em 0;
	position:relative;
	overflow: scroll;
	-webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}
.pushy .close-pushy:before {
	content: '\e8ac';
	font-family: fontello;
	font-size: 1.5em;
	position:absolute;
	right: 1.25em;
	top: 2em;
	z-index: 999;
}
.pushy .logo_fixed {
	display: none;
}
.pushy .logo {
	margin: 2em 0;
}

.menu_pushy_nav_area .menu_pushy_nav {
	margin-bottom:2em;
}
.menu_pushy_nav_area ul,
.menu_pushy_nav_area li {
	margin:0;
	padding:0;
	list-style:none;
}
.menu_pushy_nav_area li > a {
	position:relative;
	display:block;
	padding:0.5em 3em;
}
.menu_pushy_nav_area li.menu-item-has-children ul {
	display:none;
}
.menu_pushy_nav_area li.menu-item-has-children > a > .open_child_menu {
	right: 2em;
}



/* Header mobile
---------------------------------------------------------------- */
.menu_mobile_open {
    height: 100%;
}
.bar.menu_mobile_open {
    height: calc(100% - 32px);
}
.menu_mobile_open body {
    height: 100%;
    overflow: hidden;
}
.header_mobile {
	position: fixed; 
    z-index: 10003;	
	display: none;
    background-color: #1D1E23;
    width: 100%;
    top: 0;
}
.header_mobile .top_panel_fixed_wrap {
    display: none;
}
.header_mobile .mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
	cursor: pointer;
	z-index: 1001;
    background-color: rgba(0,0,0,0.6);
}
.header_mobile .mask.show {
	right: 0;
}

/* content wrap */
.header_mobile .content_wrap{
	text-align: center;
}
.header_mobile .logo {
    padding-top: 35px;
    padding-bottom: 20px;
}
.header_mobile .logo_main{
    width: 50%;
}
.top_panel_style_2 + .header_mobile .logo_main {
    height: 80px;
}
.header_mobile .menu_button {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -13px;
}
.header_mobile .menu_main_cart {
	position: absolute;
    right: 30px;
    margin: 0;
	top: 50%;
    margin-top: -12px;
}
.header_mobile .menu_button,
.header_mobile .menu_main_cart .top_panel_cart_button .contact_icon {
	background-color: transparent !important;
    font-size: 26px;
    height: auto;
    width: auto;
    line-height: 25px;
	cursor: pointer;
	 -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}


/* side wrap */
.header_mobile .side_wrap {
    display: block;
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: auto;
    bottom: 0;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 10003;
    padding: 0px;
    transition: left 0.3s linear;
    -moz-transition: left .3s linear;
    -webkit-transition: left 0.3s linear;
    -o-transition: left .3s linear;
}
.admin-bar .header_mobile .side_wrap{
	top: 32px;
}
.header_mobile .side_wrap.open{
	left: 0;
}
.header_mobile .side_wrap .close {
    position: absolute;
    top: 15px;
    right: 20px;
    text-transform: uppercase;
    cursor: pointer;
	display: none;
}


/* panels */
.panel_top, .panel_middle, .panel_bottom{
	padding: 0px;
	position: relative;
	display: block;
}
.header_mobile .panel_middle{
	padding: 20px 35px;
	font-size: 13px;
}
.header_mobile .panel_middle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.header_mobile .panel_middle > * {
    z-index: 1;
	position: relative;
}


/* menu */
.header_mobile .menu_main_nav_area{
	display: block;
}
.header_mobile .menu_main_nav{
	padding-left: 0;
	margin: 0;
}
.header_mobile .menu_main_nav li,
.header_mobile .menu_main_nav ul{
	margin: 0;
}
.header_mobile .menu_main_nav > li {
    float: none;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.header_mobile .menu_main_nav > li > a {
	padding: 17px 35px;
	padding-right: 54px;
    font-size: 12px;
    line-height: 16px;
}
.header_mobile .menu_main_nav > li a:before,
.header_mobile .menu_main_nav > li a:after{
	display: none;
}
.header_mobile .menu_main_nav > li > ul a {
    font-size: 12px;
    padding: 12px 35px;
	padding-right: 54px;
    line-height: 15px;
	display: block;
}
.header_mobile .menu_main_nav > li li li > a {
    padding: 12px 54px;
}
.header_mobile .menu_main_nav > li ul {
    display: none;
    position: relative;
    padding: 0px;
	margin: 0;
    width: auto;
    list-style-type: none;
    top: 0;
    overflow: hidden;
	border: none;
	background-color: transparent;
}
.header_mobile .menu_main_nav li.menu-item-has-children > a:after {
	display:none;
}
.header_mobile .menu_main_nav > li > a > .open_child_menu {
	right: 1em;
	top: 1em;
}
.header_mobile .menu_main_nav > li ul > li > a > .open_child_menu {
	right: 0.8em;
	top: 0.2em;
}
.header_mobile .menu_main_nav > li > ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.09);
    z-index: 0;
}
.header_mobile .menu_main_nav > li ul > * {
	z-index: 1;
    position: relative;
}
.header_mobile .menu_main_nav > li ul > li:last-child{
	margin-bottom: 0;
}
.header_mobile .menu_main_nav > li > ul ul {
    left: 0;
}

.header_mobile .side_wrap .menu_main_nav > li ul,
.header_mobile .side_wrap .menu_main_nav > li ul li.current-menu-item > a, 
.header_mobile .side_wrap .menu_main_nav > li ul li.current-menu-ancestor > a {
	background-color: transparent;
}
.header_mobile .side_wrap .menu_main_nav > a:hover, 
.header_mobile .side_wrap .menu_main_nav li > a:hover, 
.header_mobile .side_wrap .login .popup_link:hover{
	background-color: rgba(0,0,0,0.3) !important;
}
.header_mobile .side_wrap .menu_main_nav > li.current-menu-parent > a,
.header_mobile .side_wrap .menu_main_nav > li ul li.current-menu-parent > a,
.header_mobile .side_wrap .menu_main_nav > li.current-menu-item > a,
.header_mobile .side_wrap .menu_main_nav > li ul li.current-menu-item > a {
	background-color: rgba(0,0,0,0.2);
	font-weight:bold;
}


/* search and menu */
.header_mobile .search_wrap, .header_mobile .login {
	position: relative;
    float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.header_mobile .search_wrap:after, .header_mobile .login:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.header_mobile .search_wrap > *,
.header_mobile .login > * {
    z-index: 1;
	position: relative;
}
.header_mobile .login  .popup_link{
	padding: 17px 35px;
	padding-right: 54px;
    font-size: 12px;
	text-transform: uppercase;
    line-height: 16px;
	display: block;
}
.header_mobile .login  .popup_link:before{
    content: '\e8c3';
    font-family: fontello;
    position: absolute;
    right: 28px;
    top: 16px;
    font-size: 12px;
}
.header_mobile .login  .popup_link.popup_login_link:before{
	content: '\e80a';
}

/* search */
.header_mobile .search_wrap {
    max-width: 100%;
	padding: 1.5px 35px;
	padding-right: 54px;
}
.header_mobile .search_wrap:before {
    content: '\e807';
    font-family: fontello;
    position: absolute;
    right: 28px;
    top: 16px;
    font-size: 12px;
}
.header_mobile .search_wrap .search_field {
    padding: 0;
	font-size: 14px;
    line-height: 29px;
}
.header_mobile .search_wrap form {
    padding-left: 0;
}
.header_mobile .search_wrap .search_submit,
.header_mobile .search_wrap .search_results {
	display: none !important;
}


/* contact info */
.header_mobile .contact_field .contact_icon,
.header_mobile .top_panel_top_open_hours:before  {
    font-size: 16px;
    margin-right: 15px;
}
.header_mobile .top_panel_top_open_hours:before {
    content: '\e808';
}
.header_mobile .contact_field .contact_icon.icon-home:before {
    content: '\e833';
    font-size: 18px;
}
.header_mobile .top_panel_top_open_hours, 
.header_mobile .top_panel_top_socials{
	margin-left: 0;
}
.header_mobile .top_panel_top_contact_area,
.header_mobile .top_panel_top_open_hours,
.header_mobile .top_panel_top_user_area{
	float: none;
	display: block;
	margin: 0;
    padding: 0;
	text-align: left;
}
.header_mobile .contact_field,
.header_mobile .top_panel_top_open_hours{
	padding: 0.4em 0;
}
.header_mobile .top_panel_top_user_area {
    display: none;
}

/* socials */
.header_mobile .contact_socials {
    text-align: left;
	margin: 0 35px;
    padding: 0.5em 0 0.2em;
}
.header_mobile .sc_socials.sc_socials_size_small  {
    overflow: visible;
    margin: 5px auto;
}
.header_mobile .sc_socials.sc_socials_size_small  .social_icons span {
    font-size: 18px;
	opacity: 0.6;
}
.header_mobile .sc_socials.sc_socials_size_small .sc_socials_item {
    margin: 0 0.5em 0m 0;
}

/* woo */
.header_mobile .sidebar_cart {
    position: absolute;
    top: 35px;
    left: auto;
    right: 0;
    z-index: 1000;
    display: none;
    float: none;
    text-align: left;
}
.header_mobile .sidebar_cart {
	width: 250px !important;
	padding: 1.5em !important;
	z-index:100000;
	background-color: #000 !important;
}
.header_mobile .widget_shopping_cart { 
	display:block !important;
}
.header_mobile .widget_shopping_cart ul.cart_list { 
	display:block;
	position:static;
	width:100%;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;		
}
.header_mobile .sidebar_cart > li,
.header_mobile .widget_shopping_cart ul.cart_list > li {
	margin:0;
	padding-left:0;
	list-style-type: none;
}
.header_mobile .sidebar_cart > li:before,
.header_mobile .sidebar_cart > li > a:before,
.header_mobile .widget_shopping_cart ul.cart_list > li:before,
.header_mobile .widget_shopping_cart ul.cart_list > li > a:before {
	display:none;
}
.woocommerce .header_mobile .widget_shopping_cart .empty,
.woocommerce-page .header_mobile .widget_shopping_cart .empty {
	padding-bottom: 1em;
}
.header_mobile .widget_shopping_cart ul.cart_list > li > a {
	padding: 0;
}
.header_mobile .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
	margin-top:-0.15em;
    padding-right: 20px
}
.header_mobile .widget_shopping_cart ul.cart_list > li > a:hover {
	background-color: transparent;
}
.header_mobile .widget_shopping_cart ul.cart_list > li img {
	width:50px;
	margin-top:0.5em;
}
.header_mobile .widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
	left: auto;
    right: 0;
    margin-top: 0;
    text-align: center;
}

/* popup */
.header_mobile .popup_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    color: initial;
	-webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
	-webkit-animation-name: none;
    animation-name: none;
}


/* 7.2 Main Slider
-------------------------------------------------------------- */
.slider_wrap .rev_slider_wrapper {
	z-index:0;
}

.tparrows.default {
/* 	display: none; */	/* Remove this row if you want display slides navigation arrows */
	background:none; 
	background-color:transparent; 
	line-height:40px; 
}
.tparrows.default:before { 
	font-family: "fontello"; 
	font-size:3em; 
}
.tp-leftarrow.default:before { 
	content: '\e837'; 
}
.tp-rightarrow.default:before { 
	content: '\e836'; 
}
.tp-bullets.simplebullets.round .bullet {
	background:none;
	margin-left:16px;
	border:1px solid transparent;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.tp-bullets.simplebullets.round .bullet.selected {
	background-color:transparent !important;
	border-width:1px;
	border-style: solid;
}





/* 7.3 Page info: page title and breadcrumbs
-------------------------------------------------------------- */
.top_panel_title.title_present.breadcrumbs_present .post_navi,
.top_panel_title.title_present.breadcrumbs_present .page_title,
.top_panel_title.title_present.breadcrumbs_present .breadcrumbs {
	max-width:49%;
}
.top_panel_style_3 .post_navi,
.top_panel_style_3 .page_title,
.top_panel_style_3 .breadcrumbs {
	float:none !important;
	max-width:100% !important;
	text-align:center;
}

.top_panel_title_inner {
	overflow:hidden;
	border-top: 1px solid rgba(0,0,0, 0.1);
}
.top_panel_title .page_title {
	float: left;
    margin: 0;
    font-weight: 600;
    font-size: 1.3em;
    padding: 2.56em 0;
    line-height: 1.2em;
}
.top_panel_title .post_navi {
    float: left;
    margin: 0;
    font-weight: 600;
    font-size: 1.3em;
    padding: 2.56em 0;
    line-height: 1.2em;
    text-transform: uppercase;
    font-style: italic;
}
.top_panel_style_3 .post_navi,
.top_panel_style_3 .page_title {
	padding:0.5em 0 0.25em;
}

.top_panel_title .breadcrumbs {
    float: right;
    padding: 4em 0 2.5em;
    font-size: 0.875em;
    line-height: 1.5em;
    letter-spacing: 0.8px;
	text-align: right;
}
.top_panel_title.title_present:not(.navi_present) .breadcrumbs {
	padding: 4em 0 1em 2.5em;
}
.top_panel_style_3.title_present .breadcrumbs {
	padding: 0 0 1.5em 0;
}
.post_navi .post_navi_item,
.breadcrumbs .breadcrumbs_item {
	display:inline-block;
	vertical-align:top;
}
.post_navi .post_navi_item + .post_navi_item:before,
.breadcrumbs .breadcrumbs_delimiter {
	display:inline-block;
	position:relative;
	margin: 0 0.5em;
	vertical-align:top;
	text-align:center;
}
.post_navi .post_navi_item + .post_navi_item:before,
.breadcrumbs .breadcrumbs_delimiter:before {
	content:'/';
}



/* 7.4 Main content wrapper
-------------------------------------------------------------- */

/* Post featured block */
.post_featured {
	overflow:hidden;
	margin-bottom: 2em;
	position:relative;
}
.post_featured blockquote {
    margin: 0;
}
.post_format_status .post_featured ,
.post_format_aside .post_featured ,
.post_format_quote  .post_featured,
.post_format_link  .post_featured {
	margin-bottom: 0.9em;
}
.article_style_boxed .post_featured {
	margin-bottom:0;
}
.post_featured img {
	width:100%;
	height:auto;
}

.post_featured_right > .post_featured {
	float: right;
	width: 50%;
	margin-left: 4.3478%;
}
.post_featured_left > .post_featured {
	float: left;
	width: 50%;
	margin-right: 4.3478%;
}


/* Post info block */
.post_info_bottom {
	margin-bottom:3em;
}
.post_info .post_info_item+.post_info_item:before {
	display: inline-block;
	content:"/";
	vertical-align:top;
	font-style:normal;
	margin:0 1em;
}
.post_info .post_info_counters .post_counters_item {
	display:inline-block;
	margin-right:0.75em;
}
.post_info .post_info_counters .post_counters_item:before {
	margin-right:0.5em;
}
.post_info.post_info_share_vertical {
	margin:0;
}
.article_style_boxed[class*="single-"] .content > article > .post_info_share {
	margin-bottom:0;
}
.post_info .post_info_counters .post_counters_likes.disabled {
	color:#e05100;
}





/* 7.5 Post Formats
-------------------------------------------------------------- */

/* Quote */
blockquote {
    padding: 1.3em 1.62em;
    font-weight: 600;
    font-size: 1.78em;
    line-height: 1.3333em;
    font-family: Ubuntu;
    font-style: italic;
    margin-left: 2.45em;
}
blockquote, blockquote p {
	position:relative;
	z-index:2;
}
blockquote:before {
	font-family: Georgia;
    content: 'вЂњ';
    display: block;
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 0;
    font-size: 6em;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.1);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	blockquote:before {
		font-size: 1em;
	}
}
blockquote p {
	margin: 0;
}
blockquote p + p {
	margin-top: 0.3em;
}
blockquote .sc_quote_title, blockquote cite, blockquote > a {
    font-size: 0.55em;
    font-style: normal;
    font-family: Ubuntu;
    font-weight: 600;
    margin-top: 0.85em;
	display: block;
}

/* Link */
.post_format_link .post_featured p {
    font-size: 1.79em;
    font-style: italic;
    font-weight: 600;
    font-family: Ubuntu;
    padding: 1.47em 1.6em;
    background: url(/bitrix/templates/timeberry_new/css/images/bg_texture.jpg);
    margin-bottom: 0;
}


/* Status */
.post_format_status.post_item_single .post_content p,
.post_format_status .post_descr {
	font-size: 1.875em;
	line-height:1.3333em;
}
.post_format_status .post_featured p,
.post_format_aside .post_featured p {
    font-family: Ubuntu;
    font-size: 1.643em;
    font-style: italic;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 0;
    padding: 1.5em 1.7em;
}

/* Aside */
.post_format_aside.post_item_single .post_content p,
.post_format_aside .post_descr {
	border-width: 1px;
	border-style: solid;
	padding: 1.2em;
}
.post_format_aside .post_descr p {
	margin-bottom:0;
}
.post_format_aside .post_descr p+p {
	margin-top:1em;
}





/* 7.6 Post Layouts
-------------------------------------------------------------- */

.post_item .post_descr {
	line-height: 1.94em;
}
.post_item .post_descr .sc_button {
    margin-top: 0.65em;
}
.post_item .post_readmore:after {
	content: '\e836';
	font-family:fontello;
	display: inline-block;
	margin-left:0.5em;
}

/* Layout Excerpt */
.post_title .post_icon {
	font-size:0.9375em;
	margin-right:0.5em;
}
.post_item_excerpt .post_title .post_icon {
	display:block;
	margin-right:0;
    display: none;
}
.post_item_excerpt .post_title {
	margin-top:0;
	margin-bottom:0.05em;
}
.post_item_excerpt.post_featured_left .post_title,
.post_item_excerpt.post_featured_right .post_title {
	font-size: 2.2857em;
}
.post_item_excerpt:not([class*="isotope_column"]) + .post_item_excerpt:not([class*="isotope_column"]) {
    margin-top: 5.7em;
    border-top: 1px solid #e4e7e8;
    padding-top: 5.65em;
}
.article_style_boxed .post_item_excerpt:not([class*="isotope_column"]) + .post_item_excerpt:not([class*="isotope_column"]) {
	border-top:none;
	padding-top:0;
}
.post_item_excerpt .post_content {
	margin-bottom:4.2em;
}


/* Related posts */
.related_wrap {
	margin-top: 5.7em;
    border-top: 1px solid #e4e7e8;
    padding-top: 5.65em;
}
.related_wrap.related_wrap_empty {
	margin-bottom:0;
	display: none;
}
.related_wrap .section_title {
}
.article_style_stretch:not(.sidebar_show) .related_wrap:not(.related_wrap_empty) {
}
.related_wrap .post_item_related,
.article_style_stretch .post_item_related {
	background-color:#ffffff;
}
.article_style_boxed.sidebar_show[class*="single-"] .related_wrap .post_item_related {
	background-color: #f4f7f9;
}
.related_wrap.scroll_wrap .post_item_related {
	width:350px;
	float:left;
}
.related_wrap.scroll_wrap .post_item_related+.post_item_related {
	margin-left:3.125em;
}
.article_style_stretch:not(.body_style_fullscreen):not(.sidebar_hide) .related_wrap.scroll_wrap  .post_item_related {
	width:340px;
}
.article_style_stretch:not(.body_style_fullscreen):not(.sidebar_hide) .related_wrap.scroll_wrap  .post_item_related+.post_item_related {
	margin-left:1.875em;
}
.post_item_related .post_featured {
	width:100%;
	/*height:56.25%;*/
	overflow:hidden;
	margin:0;
	float:none !important;
}
.post_item_related .post_featured .sc_audio.sc_audio_image {
	min-height:14.8571em;
}
.post_item_related .post_content_wrap {
	width:100%;
	height:6.4em;
	overflow:hidden;
	padding: 1em 1.25em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.post_item_related .post_title {
	margin: 0 0 0.25em;
}

/* Masonry and Portfolio */
.post_item_classic .post_title {
	max-height: 1.2em;
	overflow: hidden;
}
.post_item_short .post_title {
	max-height: 2em;
	overflow: hidden;
}
.post_item_grid .post_descr {
	max-height: 8em;
	overflow: hidden;
}
.isotope_item_masonry .post_title {
    margin-bottom: 0.5em;
    margin-top: 1.2em;
}
.post_item .post_readmore_label{
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Isotope layout */
.isotope_wrap {
	margin-right:-30px;
}
.isotope_wrap .isotope_item {
	padding-right:30px;
	padding-bottom:30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
}
.sc_blogger.no_margins .isotope_wrap,
.isotope_wrap.no_margins {
	margin-right:0;
}
.sc_blogger.no_margins .isotope_wrap .isotope_item,
.isotope_wrap.no_margins .isotope_item {
	padding-right:0;
	padding-bottom:0;
}
.sc_blogger.small_margins .isotope_wrap,
.isotope_wrap.small_margins {
	margin-right:-10px;
}
.sc_blogger.small_margins .isotope_wrap .isotope_item,
.isotope_wrap.small_margins .isotope_item {
	padding-right:10px;
	padding-bottom:10px;
}
.isotope_wrap .isotope_item.isotope_item_show {
	opacity: 1;
	filter: alpha(opacity=100);
}
.isotope_wrap .isotope_column_2 {	width:50%;}
.isotope_wrap .isotope_column_2[class*="isotope_item_size-2"] {	width:100%;}
.isotope_wrap .isotope_column_3 {	width:33.3333%;}
.isotope_wrap .isotope_column_3[class*="isotope_item_size-2"] {	width:66.6666%;}
.isotope_wrap .isotope_column_3[class*="isotope_item_size-3"] {	width:100%;}
.isotope_wrap .isotope_column_4 {	width:25%;}
.isotope_wrap .isotope_column_4[class*="isotope_item_size-2"] {	width:50%;}
.isotope_wrap .isotope_column_4[class*="isotope_item_size-3"] {	width:75%;}
.isotope_wrap .isotope_column_4[class*="isotope_item_size-4"] {	width:100%;}
.isotope_wrap .isotope_column_5 {	width:20%;}
.isotope_wrap .isotope_column_5[class*="isotope_item_size-2"] {	width:40%;}
.isotope_wrap .isotope_column_5[class*="isotope_item_size-3"] {	width:60%;}
.isotope_wrap .isotope_column_5[class*="isotope_item_size-4"] {	width:80%;}
.isotope_wrap .isotope_column_5[class*="isotope_item_size-5"] {	width:100%;}
.isotope_wrap .isotope_column_6 {	width:16.6666%;}
.isotope_wrap .isotope_column_6[class*="isotope_item_size-2"] {	width:33.3333%;}
.isotope_wrap .isotope_column_6[class*="isotope_item_size-3"] {	width:50%;}
.isotope_wrap .isotope_column_6[class*="isotope_item_size-4"] {	width:66.6666%;}
.isotope_wrap .isotope_column_6[class*="isotope_item_size-5"] {	width:83.3333%;}
.isotope_wrap .isotope_column_6[class*="isotope_item_size-6"] {	width:100%;}
.isotope_wrap .isotope_column_7 {	width:14.2857%;}
.isotope_wrap .isotope_column_7[class*="isotope_item_size-2"] {	width:28.5714%;}
.isotope_wrap .isotope_column_7[class*="isotope_item_size-3"] {	width:42.8571%;}
.isotope_wrap .isotope_column_7[class*="isotope_item_size-4"] {	width:57.1428%;}
.isotope_wrap .isotope_column_7[class*="isotope_item_size-5"] {	width:71.4285%;}
.isotope_wrap .isotope_column_7[class*="isotope_item_size-6"] {	width:85.7128%;}
.isotope_wrap .isotope_column_7[class*="isotope_item_size-7"] {	width:100%;}
.isotope_wrap .isotope_column_8 {	width:12.5%;}
.isotope_wrap .isotope_column_8[class*="isotope_item_size-2"] {	width:25%;}
.isotope_wrap .isotope_column_8[class*="isotope_item_size-3"] {	width:37.5%;}
.isotope_wrap .isotope_column_8[class*="isotope_item_size-4"] {	width:50%;}
.isotope_wrap .isotope_column_8[class*="isotope_item_size-5"] {	width:62.5%;}
.isotope_wrap .isotope_column_8[class*="isotope_item_size-6"] {	width:75%;}
.isotope_wrap .isotope_column_8[class*="isotope_item_size-7"] {	width:87.5%;}
.isotope_wrap .isotope_column_8[class*="isotope_item_size-8"] {	width:100%;}

/* Isotope item decoration */
.isotope_wrap .isotope_item .post_item {
	overflow:hidden;
}
.isotope_wrap .isotope_item .post_featured .hover_icon:before {
}
.isotope_wrap .isotope_item .post_featured {
	margin-bottom:0;
}
.article_style_boxed .isotope_wrap .isotope_item .post_title {
	margin-top:0;
}
.article_style_boxed .isotope_wrap .isotope_item .post_content {
	padding:1.25em 1.8em;
}
.article_style_boxed.template_portfolio .isotope_wrap .isotope_item .post_content,
.article_style_boxed .template_portfolio .isotope_wrap .isotope_item .post_content {
	padding:0;
}
.isotope_wrap .isotope_item p,
.isotope_wrap .isotope_item .post_info {
	margin-bottom:1em;
}

/* Portfolio items */
.isotope_wrap .isotope_item_colored .post_item,
.isotope_wrap .isotope_item_grid .post_item,
.isotope_wrap .isotope_item_square .post_item,
.isotope_wrap .isotope_item_portfolio .post_item {
	overflow:visible;
}
.isotope_wrap .isotope_item_colored .post_featured,
.isotope_wrap .isotope_item_portfolio .post_featured,
.isotope_wrap .isotope_item_square .post_featured,
.isotope_wrap .isotope_item_grid .post_featured {
	border-bottom: none;
}
.isotope_wrap .isotope_item_colored .post_item .hover_icon,
.isotope_wrap .isotope_item_grid .post_item .hover_icon,
.isotope_wrap .isotope_item_square .post_item .hover_icon,
.isotope_wrap .isotope_item_portfolio .post_item .hover_icon {
	position:relative;
	top: 0;
	opacity:1;
}
.isotope_wrap .isotope_item_colored .post_item .hover_icon:before,
.isotope_wrap .isotope_item_grid .post_item .hover_icon:before,
.isotope_wrap .isotope_item_square .post_item .hover_icon:before,
.isotope_wrap .isotope_item_portfolio .post_item .hover_icon:before {
	position:static;
	margin-top:0.3em;
	opacity:1;
	font-size:2.5em;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	-webkit-transform: translateX(0) translateY(0);
	   -moz-transform: translateX(0) translateY(0);
	        transform: translateX(0) translateY(0);
}


/* Isotope filters */
.isotope_filters {
	overflow:hidden;
	text-align:center;
	margin: 0 0 1em;
	padding-bottom:0.5em;
}
.sidebar_hide .isotope_filters {
	margin: 1em 0 1.5em;
}
.isotope_filters a {
    display: inline-block;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Roboto;
    letter-spacing: 0.8px;
    background-color: transparent;
    border: none;
    line-height: 27px;
    padding: 0 13px;
    border-radius: 0;
    margin: 0 5px 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

/* Isotope transitions */
.isotope-hidden.isotope_item {
	pointer-events: none; 
	z-index: 1;
}


/* Style "Colored" */
.isotope_item_colored .post_featured .post_mark_new {
	-webkit-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);
			box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);	
}
.post_item_colored .post_featured .post_mark_new {
	position:absolute;
	left:0;
	top:0;
	margin:1.6em 0 0 1.6em;
	width:4em;
	height:4em;
	overflow:hidden;
	font-size:0.625em;
	font-weight:bold;
	text-align:center;
	line-height:4em;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.post_item_colored .post_featured .post_title,
.post_item_colored .post_featured .post_descr {
	position:absolute;
	left: 0;
	right: 0;
	bottom:0;
	height:20%;
	padding: 10px 16px;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.post_item_colored .post_featured .post_title {
	bottom:20%;
	margin:0;
	line-height:1.15em;
}
.post_item_colored_4 .post_featured .post_title {
	font-size: 1.125em;
	line-height:1.15em;
	padding: 0.5em 0.6667em;
}
.post_item_colored .post_category {
	font-size: 1.125em;
	font-weight:400;
	line-height:1.15em;
	margin: 0.25em 0 0.5em 0;
}
.post_item_colored .post_descr .post_price {
	float:right;
	margin-top:1.5em;
}
.post_item_colored_4 .post_descr .post_price {
	margin-top:0.875em;
}
.post_item_colored .post_descr .post_price_value {
	color: #222222;
	font-size: 1.875em;
	line-height:1.2857em;
}
.post_item_colored_4 .post_descr .post_price_value {
	font-size: 1.5em;
	line-height:1.2857em;
}
.post_item_colored .post_descr .post_price_period {
	font-size: 1.125em;
	line-height:1.2857em;
	color: #909090;
}
.post_item_colored_4 .post_descr .post_price_period {
	font-size: 1em;
	line-height:1.2857em;
}
.post_item_colored .post_descr .post_price_period:before {
	content:'/';
	display:inline-block;
	margin:0 0.5em;
}
.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info {
	padding:0;
	text-align:left;
}
.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_title {
	font-size:1.625em;
	line-height:1.15em;
	padding:4px 8%;
	text-align:left;
	margin-top:8%;
}
.post_item_colored_4 .post_content.ih-item.square.colored .post_info_wrap.info .post_title {
	font-size:1.125em;
	line-height:1.15em;
	margin-top:4%;
}
.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr,
.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p {
	text-align:left;
	padding: 0.5em 8% 0;
	font-style:normal;
}
.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p {
	font-size:0.875em;
	padding:0;
}
.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p.post_info {
	margin-bottom:2em;
}
.post_item_colored .post_info_wrap .post_buttons {
	position:absolute;
	left:8%; 	/*1.875em;*/
	right:8%;
	bottom:1.875em;
	height:3em;
	overflow:hidden;
	padding:0 0 0 4px;
}
.post_item_colored_4 .post_info_wrap .post_buttons {
	bottom:1.125em;
	height:2.3em;
	white-space:nowrap;
}
.post_item_colored .post_info_wrap .post_button {
	float:none;
	display:inline-block;
}
.post_item_colored .post_info_wrap .post_button+.post_button {
	margin-left:0.625em;
}
.post_item_colored_4 .post_info_wrap .post_button .sc_button {
	padding:0.5em 0.75em;
}


/* Colored excerpt */
.isotope_wrap .isotope_item_colored_1 {
	width:100%;
}
.isotope_wrap .isotope_item_colored_1 .post_item {
	overflow:hidden;
	position:relative;
}
.isotope_wrap .isotope_item_colored_1 .post_featured {
	width: 250px;
	height: 250px;
	float: left;
	border-right:20px solid #f0f0f0;
	margin-right:1.875em;
}
.isotope_wrap .isotope_item.isotope_item_colored_1 .post_description {
	padding-right: 2em;
}
.isotope_wrap .isotope_item.isotope_item_colored_1 .post_title {
	margin-top: 0.8em; 
	margin-bottom: 0.25em;
}
.isotope_wrap .isotope_item.isotope_item_colored_1 .post_descr {
	max-height:6em;
	margin-top:1em;
	margin-bottom:1em;
	overflow:hidden;
}
.isotope_wrap .isotope_item.isotope_item_colored_1 .post_buttons {
	text-align:right;
	white-space:nowrap;
}
.isotope_wrap .isotope_item.isotope_item_colored_1 .post_buttons a {
	float:none;
	display:inline-block;
	margin-left:10px;
}




/* 7.7 Paginations
-------------------------------------------------------------- */

/* Blog pagination */
.pagination_wrap {
	text-align:center;
	position:relative;
    margin-top: 2.2em;
    margin-bottom: 3.2em;
}
.pagination_wrap:after {
	content:" ";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.pagination_single > .pager_numbers,
.pagination_single a,
.pagination_slider .pager_cur,
.pagination_pages > a,
.pagination_pages > span {
	border:2px solid #ddd;
}
.pagination_slider .pager_slider {
	border:1px solid #ddd;
}
.pagination_wrap .pager_next,
.pagination_wrap .pager_prev,
.pagination_wrap .pager_last,
.pagination_wrap .pager_first {
	border: none !important;
	background-color: transparent !important;
}
.pagination_wrap .pager_next {
	margin-left:0.6em;
}
.pagination_wrap .pager_prev {
	margin-right:1em;
}
.pagination_wrap .pager_next:before {
	font-family:fontello;
	content: '\e836';
	margin-right:0;
}
.pagination_wrap .pager_prev:before {
	font-family:fontello;
	content: '\e837';
	margin-right:0;
}
.pagination_wrap .pager_last:before {
	font-family:fontello;
	content: '\e836\e836';
	margin-right:0;
	letter-spacing:-7px;
}
.pagination_wrap .pager_first:before {
	font-family:fontello;
	content: '\e837\e837';
	margin-right:0;
	letter-spacing:-7px;
}
.pagination_wrap .pager_next:hover,
.pagination_wrap .pager_prev:hover,
.pagination_wrap .pager_last:hover,
.pagination_wrap .pager_first:hover {
	background-color:transparent;
}
.pagination_wrap.pagination_pages a, .pagination_wrap.pagination_pages .pager_current {
    border: none;
    font-weight: 600;
    width: 27px;
    height: 27px;
    line-height: 27px;
    padding: 0;
    margin: 0 5px;
    position: relative;
}
.pagination_wrap .pager_next,
.pagination_wrap .pager_prev,
.pagination_wrap .pager_last,
.pagination_wrap .pager_first{
    font-size: 1.3em;
    font-weight: 400!important;
}

/* Pagination single page parts */
.pagination_single {
	margin-bottom: 2em;
}
.pagination_single > .pager_pages {
	margin-right:0.5em;
}
.pagination_lessons {
	margin-top: 2em;
	margin-bottom: 3em;
	overflow:hidden;
}
.pagination_lessons .pager_prev {
	float:left;
	margin-right:2em;
	margin-top:1em;
}
.pagination_lessons .pager_next {
	float:right;
	margin-top:1em;
}

/* Style 'Pages' and 'Slider' */
.pagination_single > .pager_numbers,
.pagination_single a,
.pagination_slider .pager_cur,
.pagination_pages > a,
.pagination_pages > span {
	display:inline-block;
	margin: 0 4px 4px 0;
	text-align:center;
	padding:0.7143em 0.8em;
	font-size:0.875em;
	line-height: 0.875em;
    vertical-align: top;
}

.pagination_slider .pager_pages {
	display:inline-block;
	position:relative;
	z-index:1000;
}
.pagination_slider .pager_cur {
	cursor:pointer;
}
.pagination_slider .pager_slider {
	display:none;
	position:absolute;
	bottom:3.5em;
	left:50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	        transform: translateX(-50%);
	padding: 1em;
	overflow: hidden;
}
.pagination_slider .pager_slider .sc_slider {
	width: 300px;
	height:230px;
}
.pagination_slider .pager_slider .sc_slider_swiper:hover .sc_slider_prev {
	margin-left:0;
}
.pagination_slider .pager_slider .sc_slider_swiper:hover .sc_slider_next {
	margin-right:0;
}
.pagination_slider .pager_slider .pager_numbers table {
	font-size:1.8em;
	font-weight:300;
}
.pagination_slider .pager_slider .pager_numbers table td {
	vertical-align:middle;
	padding:0;
	margin:0;
	border:none;
}
.pagination_slider .pager_slider .pager_numbers table td a {
	display: block;
	text-align:center;
	width:58px;
	line-height:2em;
}
.pagination_slider .pager_slider .pager_numbers table td a.active,
.pagination_slider .pager_slider .pager_numbers table td a:hover {
	font-weight: 700;
}
.pagination_slider .pager_slider .pager_numbers table td a.active {
	color:#666666;
	cursor:default;
}


/* Style 'Load more' */
.pagination_viewmore > a {
	display:inline-block;
	text-align:center;
	padding:0.75em 1.5em;
    font-size: 0.857em;
    line-height: 1.2857em;
	padding: 1.209em 2.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border: 2px solid;
    border-width: 2px !important;
}
.pagination_viewmore .viewmore_loading,
.pagination_viewmore .viewmore_text_2 {
	display:none;
}
.pagination_viewmore.loading .viewmore_text_1 {
	display:none;
}
.pagination_viewmore.loading .viewmore_loading,
.pagination_viewmore.loading .viewmore_text_2 {
	display:inline-block;
}

/* Style 'Infinite' */
.pagination_infinite {
	height:0;
}
.pagination_infinite #viewmore_link {
	display:none;
}

/* Loader picture */
.pagination_wrap.loading {
	height:1.2857em;
	padding: 10px 0;
}
.viewmore_loader,
.mfp-preloader span,
.sc_video_frame.sc_video_active:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	right:auto;
}
.viewmore_loader {
	display:none;
	width: 50px;
	height: 50px;
	z-index: 1;
	margin: -25px 0 0 -25px;
}
.loading * {
	display: none !important;
}
.loading > .viewmore_loader {
	display:block !important;
}
.loading > .viewmore_loader,
.mfp-preloader span,
.sc_video_frame.sc_video_active:before {
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
			animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px); 
				transform: perspective(120px);
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg); 
				transform: perspective(120px) rotateY(180deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); 
				transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}
}
@keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px); 
				transform: perspective(120px);
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg); 
				transform: perspective(120px) rotateY(180deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); 
				transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}
}




/* 8. Single page parts
-------------------------------------------------------------- */
.post_content.post_content_editor_present {
	position:relative;
}
.post_item_attachment > .post_title,
.post_item_single > .post_title {
	margin-top:0;
}
.post_info .frontend_editor_buttons {
	float:right;
}
.post_info .frontend_editor_buttons [class*="icon-"]:before {
	margin-right:0.5em;
}
.post_info {
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* 8.1 Attachment and Portfolio post navigation
------------------------------------------------------------ */
.post_featured .post_nav {
	position:relative;
}
.post_featured .post_nav_item {
	display:block;
	position:absolute;
	left:0;
	top:50%;
	width:50%;
	height:60px;
	color:#3a3a3a;
	margin-top:-80px;
	overflow:hidden;
	padding: 50px 0;
}
.post_featured .post_nav_next {
	left:auto;
	right:0;
}
.post_featured .post_nav_item:before {
	position:absolute;
	display:block;
	top:50px;
	left: 25px;
	width:58px;
	height:58px;
	line-height:58px;
	font-size:25px;
	font-family: "fontello";
	border:1px solid #ddd;
	background-color: rgba(255,255,255, 0.8);
	color:#888888;
	text-align:center;
	opacity: 0;
	filter: alpha(opacity=0);
}
.post_featured .post_nav:hover .post_nav_item:before { 
	opacity: 1;
	filter: alpha(opacity=100);
}
.post_featured .post_nav:hover .post_nav_prev:hover:before {
	opacity: 0;
	filter: alpha(opacity=0);
	left: -60px;
}
.post_featured .post_nav:hover .post_nav_next:hover:before {
	opacity: 0;
	filter: alpha(opacity=0);
	right: -60px;
}
.post_featured .post_nav .post_nav_prev:before {
	content:'\e837';
}
.post_featured .post_nav .post_nav_next:before {
	content:'\e836';
	left: auto;
	right: 25px;
}

/* Info block */
.post_featured .post_nav_item .post_nav_info {
	display:block;
	height:60px;
	width:auto;
	float: left;
	padding: 0 25px;
	margin-left:-300px;
	overflow: hidden;
	max-width:160px;
	background-color: rgba(255,255,255, 0.8);
	line-height:1.5em;
}
.post_featured .post_nav_next .post_nav_info {
	float:right;
	margin-left: 0;
	margin-right: -300px;
}
.post_featured .post_nav .post_nav_info_title {
	display:block;
	padding-top: 8px;
	line-height:1.2857em;
}
.post_featured .post_nav .post_nav_info_description {
	font-size: 0.75em;
	line-height:1.5em;
}

.post_featured .post_nav_prev:hover .post_nav_info {
	margin-left: -6px;
}
.post_featured .post_nav_next:hover .post_nav_info {
	margin-right: -6px;
}

.post_featured .post_nav_item .post_nav_info {
	-webkit-transition: all 0.6s ease-out;
	   -moz-transition: all 0.6s ease-out;
	    -ms-transition: all 0.6s ease-out;
	     -o-transition: all 0.6s ease-out;
	        transition: all 0.6s ease-out;
     -webkit-transition-delay: 0.15s;
          -o-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
             transition-delay: 0.15s;
}
.post_featured .post_nav_item:before {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}


/* 8.2 Reviews block
-------------------------------------------------------------- */

.reviews_block { 
	width: 270px;
	overflow: hidden;
}
.widget_area .reviews_block { 
	width: 100%;
}
.reviews_block .sc_tabs_content {
	overflow:hidden;
	border: 1px solid #f4f7f9;
}
.widget_area .reviews_block .sc_tabs_content {
	border:none;
}
.reviews_block.sc_tabs.sc_tabs_style_2 .sc_tabs_content {
	padding:0;
}
.reviews_block.sc_tabs .sc_tabs_titles li {
	font-size:0.875em;
}
.reviews_block.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
	padding: 0.25em 0.5em;
}
.reviews_block .reviews_editor {
	padding:1em;
}
.widget_area .reviews_block .reviews_editor {
	padding:0 0 1em 0;
}
.reviews_block .reviews_accept {
	padding-top:0.5em;
	padding-bottom:1.5em;
	text-align:center;
	display:none;
}
.reviews_block .reviews_item { 
	white-space:nowrap;
	padding:0.3em 0;
}
.reviews_block .reviews_criteria,
.reviews_block .reviews_stars { 
	display: inline-block;
	vertical-align:top;
}
.reviews_block .reviews_criteria {
	width:40%;
	white-space:normal;
}
.reviews_block .reviews_max_level_100 .reviews_criteria {
	height:1.7857em;
	line-height:1.7857em;
	font-size:0.875em;
}
.reviews_block .reviews_stars {
	width: 60%;
	white-space:nowrap;
	position:relative;
}
.reviews_block .reviews_value {
	display:inline-block;
	vertical-align:top;
	width:10%;
	text-align:right;
	font-size:0.875em;
	line-height:1.5em;
	position:absolute;
	top: 0;
	right:3px;
}
.reviews_block .reviews_max_level_100 .reviews_value {
	width:17%;
}
.widget_area .reviews_block .reviews_max_level_100 .reviews_value {
	width:25%;
}
.reviews_block .reviews_stars_wrap {
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.reviews_block .reviews_max_level_100 .reviews_stars_wrap {
	width: 80%;
}
.widget_area .reviews_block .reviews_max_level_100 .reviews_stars_wrap {
	width: 70%;
}
.reviews_block .reviews_editable .reviews_criteria,
.reviews_block .reviews_editable .reviews_stars_wrap {
	cursor: pointer;
}
.reviews_block .reviews_stars_hover {
	position:absolute;
	left:0;
	top:0;
	white-space:nowrap;
	overflow:hidden;
}
.reviews_block .reviews_max_level_100 .reviews_stars_bg {
	background-color: #f4f7f9;
	height:1.5625em;
}
.reviews_block .reviews_max_level_100 .reviews_stars_hover {
	background-color: #666666;
	height:1.5625em;
}
.reviews_block .reviews_slider {
	display:none;
	background-color: #666666;
	height: 6px;
	width: 8px;
	position: absolute;
	bottom: 4px;
	left: 0;
	-webkit-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.reviews_block .reviews_editable .reviews_max_level_100  .reviews_slider {
	display:block;
}
.reviews_block .reviews_max_level_100 .reviews_slider {
	bottom: -10px;
}
.reviews_block .reviews_slider:before {
	content: ' ';
	display: block;
	height: 7px;
	width: 7px;
	background-color: inherit;
	margin: -3px 0 0 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.reviews_star {
	display: inline-block;
	margin: 0;
	padding: 0; 
	font-size: 1.125em;
	vertical-align: top; 
} 
.reviews_max_level_10 .reviews_star {
	font-size: 0.875em;
} 
.reviews_star:before {
	content: '\e8c8';
	font-family: "fontello";
	font-size:inherit;
	display: inline-block;
	vertical-align:top;
	text-align: center;
}
.reviews_stars_hover .reviews_star:before {
	content: '\e820';
}

.reviews_block .reviews_max_level_100 .reviews_value:after {
	content: '%';
}

/* Summary */
.reviews_block .reviews_summary {
	background-color: #f4f7f9;
	overflow:hidden;
}
.reviews_block .reviews_summary .reviews_item {
	height: 7.375em;
	padding:0;
	overflow:hidden;
	background-image:url(/bitrix/templates/timeberry_new/css/images/rating_summary_bg.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.reviews_block .reviews_summary .reviews_stars_wrap {
	display:none;
}

.reviews_block .reviews_summary .reviews_criteria {
	position:static;
	display:block;
	float:left;
	padding: 1.15em 1.15em 0;
	width:53.8462%;	/* 210px; */
	height:6.1428em;
	color:#222222;
	font-size:0.875em;
	line-height:1.5em;
	overflow:hidden;
}
.widget_area .reviews_block .reviews_summary .reviews_criteria {
	width:40%;
	height:8em;
	padding: 0.85em 0.85em 0;
	font-size:0.75em;
	line-height:1.2857em;
}
.reviews_block .reviews_summary .reviews_stars {
	float:right;
	width: 30.7692%;	/* 120px; */
	height:7.375em;
	position:relative;
	overflow:hidden;
}
.widget_area .reviews_block .reviews_summary .reviews_stars {
	width: 40%;
}
.reviews_block .reviews_summary .reviews_value {
	top:0;
	width:100%;
	height:2.3em;
	line-height:2.3em;
	font-size:3em;
	font-weight:300;
	color:#ffffff;
	text-align:right;
}
.widget_area .reviews_block .reviews_summary .reviews_value {
	width:100%;
	font-size:2.25em;
	line-height:3em;
	padding-right:5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Summary stars in the post item (under the title) */
.post_rating {
	margin-bottom:6px;
	overflow:hidden;
}
.post_rating .reviews_stars_wrap {
	white-space:nowrap;
}
.post_rating .reviews_stars_wrap {
	position:relative;
	height:1em;
	/*width:92px;*/
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.post_rating .reviews_value {
	display:inline-block;
	vertical-align:top;
	font-size:0.875em;
	font-weight:400;
	margin-left:0.5em;
}
.post_rating .reviews_stars_bg,
.post_rating .reviews_stars_hover {
	white-space:nowrap;
	overflow:hidden;
}
.post_rating .reviews_stars_hover {
	position:absolute;
	left:0;
	top:0;
}



/* 8.3 Post author
------------------------------------------------------ */

.post_author {
	margin-bottom: 2em;
	padding:1.25em 1.85em;
	overflow:hidden;
}
.article_style_boxed.single .post_author {
	margin-top: 2em;
}
.post_author .post_author_avatar {
	float:left;
	margin: 0 20px 10px 0;
	overflow:hidden;
	width: 75px;
	height:75px;
}
.post_author .post_author_title {
	margin-top:0;
}
.post_author .post_author_info {
	overflow:hidden;
}
.post_author .post_author_info p {
	margin:0;
}
.post_author .post_author_info p+p {
	margin-top:0.5em;
}
.post_author .post_author_info .sc_socials {
	margin-top: 0.5em;
	display:block;
}


/* 8.4 Comments
-------------------------------------------------------- */
.comments_wrap {
	margin-top: 5.7em;
    border-top: 1px solid #e4e7e8;
    padding-top: 5.65em;
}
.body_style_fullscreen .comments_wrap {
	margin-bottom: 3em;
}
.comments_list_wrap ul.children,
.comments_list_wrap ul > li + li {
	padding-top: 2em;
	margin-top: 2em;
	border-top-width: 1px;
	border-top-style: solid;
}
.comments_wrap .comment-respond {
	padding-bottom:4px;
}
.comments_list_wrap .comment-respond {
	padding-bottom: 1.25em;
	margin-bottom: 1.25em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.comments_list_wrap > ul {
	padding-bottom: 1.25em;
}
.comments_list_wrap ul > li + li > .comment_author_avatar {
	top: 1.5em;
}


/* Trackbacks and pingbacks */
.comments_list > li.trackback {
	list-style:none;
	margin-left:0;
	padding-left:0;
	padding-right:4em;
	min-height: 0;
	position:relative;
}
.comments_list > li.trackback p {
	font-style:italic;
	padding-bottom:0.8em;
}
.comments_list > li.trackback p a { font-style:normal; }
.comments_list > li.trackback .edit-link { 
	position:absolute;
	right:0;
	top: 0;
}
.comments_list > li+li.trackback .edit-link { 
	margin-top: 1.25em;
}

/* Comment list */
.comments_list_wrap .comments_closed {
	margin-top:2em;
	color:#222222;
}
.comments_list_wrap .comments_list_title {
	margin-top:0;
}
.comments_list_wrap > ul {
	padding:0;
	margin:0;
	list-style: none;
}
.comments_list_wrap ul > li {
	overflow:hidden;
	position:relative;
	min-height:5em;
	margin-bottom: 2em;
}
.comments_list_wrap ul > li:before {
	display:none;
}
.comments_list_wrap ul ul {
	/* padding-left:105px; */	/* This way for more long border under previous item */
	margin-left:105px;			/* This way for more short border under previous item */
}
.comments_list_wrap ul ul ul ul ul {
	/* padding-left:0; */
	margin-left:0;
}

.comments_list_wrap .comment_author_avatar {
	position: absolute;
	left:0;
	top: 0.25em;
	z-index:1;
	width:75px;
	height:75px;
}
.comments_list_wrap .comment_content {
	padding-left:105px;
}

.comments_list_wrap .comment_info {
	font-size:0.875em;
    text-transform: uppercase;
	margin-bottom:0.5em;
}
.comments_list_wrap .comment_info > span + span:before {
	content: "|";
	display:inline-block;
	margin: 0 0.8em;
}
.comments_list_wrap .comment_info .comment_date_label {
	font-style:italic;
}

.comments_list_wrap .comment_not_approved {
	padding: 0 0 0.5em 0;
	font-style:italic;
	font-weight:300;
}
.comments_list_wrap .comment_text {
	margin-bottom:0.5em;
}
.comments_list_wrap .comment_text p {
	margin:0;
}
.comments_list_wrap .comment_text p+p {
	margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul {
	margin:0;
	padding: 0 0 0 1.5em;
	list-style:outside;
}
.comments_list_wrap .comment_text ul > li > ul {
	margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul > li {
	min-height:0;
	border:none;
	padding:0;
	margin:0 0 0.5em 0;
	overflow:visible;
}

.comments_list_wrap .comment_reply a {
	font-size:0.875em;
}
.comments_list_wrap .comment_reply a:before {
	content:'\e802';
	font-family: fontello;
	margin-right:0.5em;
}


/* Comments form */
.comments_wrap .comment-reply-title {
	display:none;
}
.comments_wrap .comments_list_wrap .comment-reply-title {
	display:block;
}

.comments_wrap .comments_notes {
	font-size:0.875em;
	color:#909090;
}
.comments_wrap .comments_field  {
	margin-bottom:20px;
    margin-left: -2px;
}

.comments_wrap .comments_field label {
	display:none;
}
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
	width:100%;
	padding:0.75em 1em;
}

/* Submit button */
.comments_form_wrap {
	padding-bottom:4px;		/* To show shadow under button */
}
.comments_wrap .form-submit { 
	text-align:left;
	margin:0;
}
.comments_wrap .form-submit input[type="submit"],
.comments_wrap .form-submit input[type="button"] {
	text-transform:uppercase;
}




/* 8.5 Page 404
-------------------------------------------------------------- */
.article_style_boxed .post_item_404 {
	padding:1px 0;
}
.post_item_404 .page_title,
.post_item_404 .page_subtitle,
.post_item_404 .page_description,
.post_item_404 .page_search {
	text-align:center;
}
.post_item_404{
	text-align:center;
}
.post_item_404 .page_title {
font-size: 21em;
    line-height: 0.97em;
    margin-bottom: 0;
    margin-top: 0;
    font-style: normal;
    position: relative;
    display: inline-block;
}
.post_item_404 .page_title span {
    display: block;
    height: 6em;
    width: 6em;
    font-size: 0.044em;
    line-height: 6em;
    border-radius: 50%;
    font-weight: 100;
    letter-spacing: 1.8px;
    font-family: Roboto;
    position: absolute;
    top: 3.2em;
    left: 0.5em;
}
.post_item_404 .page_subtitle {
    font-size: 2.857em;
    line-height: 1.2em;
    font-weight: 100;
    margin-bottom: 1.15em;
    margin-top: 1.1em;
}
.post_item_404 .page_description {
	margin-bottom: 3.75em;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5em;
}
.post_item_404 .page_search {
	margin-bottom:3em
}
.post_item_404 .page_search .search_wrap {
	max-width:30%;
	margin:0 auto;
}





/* 8.8 Team member
-------------------------------------------------------------- */

/* Share block */
.post_item_single_team .post_info_share_horizontal {
	margin:2em 0;
}




/* 9. Sidebars
-------------------------------------------------------------- */

/* Sidebar outer */
.sidebar_outer_logo_wrap {
	overflow:hidden;
}
.sidebar_outer_logo {
	padding: 1em 0;
}
.sidebar_outer_socials {
	padding: 1em 1em 1em 0;
}

/* Side menu */
.sidebar_outer_menu {
	position:relative;
	padding-top: 1em;
	min-height:2em;
}
.sidebar_outer_menu_buttons {
	position:absolute;
	right:0;
	top:0;
	display:none;
	padding-top:1.25em;
}
.sidebar_outer_menu_buttons a {
	display:inline-block;
	text-align:center;
}
.sidebar_outer_menu_buttons a.sidebar_outer_widgets_button {
	font-size:1.25em;
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
	margin-left:0.5em;
}
.sidebar_outer_menu_buttons a.sidebar_outer_menu_responsive_button {
	display:none;
	font-size:1.5em;
	line-height:1.5em;
	position:relative;
}
.sidebar_outer_menu_buttons a.sidebar_outer_menu_responsive_button:before {
	display:block;
	width:1em;
	height: 1em;
	position:absolute;
	right:0;
	top:0;
}

.sidebar_outer_menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.sidebar_outer_menu ul li {
	position:relative;
	margin-bottom: 0;
	padding-left:0 !important;
}
.sidebar_outer_menu li:before {
	display:none;
}

.sidebar_outer_menu li li > a {
	position:relative;
	display:block;
	padding:0.5em 1.5em;
}

.menu_side_nav {
	display:none;
}
.menu_side_nav > li > a {
	display:block;
	padding: 0.5em;
}
.menu_side_nav > li ul {
	position:absolute;
	border: 1px solid #ddd;
	width:220px;
	padding: 0;
	display:none;
	z-index:100000;
}
.menu_side_nav > li > ul {
	left:251px;
	top:-0.5em;
}
.sidebar_outer_right .menu_side_nav > li > ul {
	left:-263px;
}
.menu_side_nav > li > ul ul {
	left:222px;
	top:-0.5em;
}
.sidebar_outer_right .menu_side_nav > li > ul ul {
	left:-224px;
}
.menu_side_nav > li > ul ul.submenu_left {
	left:-221px;
}
.menu_side_nav > li.menu-item-has-children > a {
	padding-right:2em;
}
.menu_side_nav > li.menu-item-has-children > a:after {
	content: '\e836';
	font-family: 'fontello';
	position:absolute;
	right:10px;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.sidebar_outer_menu li li.menu-item-has-children > a:after {
	content: '\e836';
	font-family: 'fontello';
	position:absolute;
	right:8px;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.menu_side_nav li a:before {
	margin-right:0.5em;
}

/* Responsive side menu */
.menu_side_responsive,
.menu_side_responsive ul {
	display:none;
}
.sidebar_outer_menu .menu_side_responsive {
	padding-top:2em;
}
.menu_mobile .menu_side_nav {
	display:none !important;
}
.menu_mobile .sidebar_outer_menu_buttons {
	left:0;
	padding-right:3em;
	padding-top:0.5em;
}
.menu_mobile .sidebar_outer_menu_buttons a.sidebar_outer_menu_responsive_button {
	display:block;
}
.menu_mobile .sidebar_outer_menu_buttons a.sidebar_outer_widgets_button {
	position:absolute;
	right:0;
	top:0.5em;
}
.sidebar_outer_menu .menu_side_responsive ul {
	margin-top: 0;
}
.sidebar_outer_menu .menu_side_responsive li {
	margin:0;
	padding: 0 0 0 1.5em !important;
}
.sidebar_outer_menu .menu_side_responsive li > a {
	display:block;
	padding: 0.5em;
	position:relative;
}
.menu_side_responsive > li.menu-item-has-children > a:after,
.menu_side_responsive li li.menu-item-has-children > a:after {
	content: '\e828';
	font-family: 'fontello';
	position:absolute;
	right:10px;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.menu_side_responsive > li.menu-item-has-children.opened > a:after,
.menu_side_responsive li li.menu-item-has-children.opened > a:after {
	content: '\e835';
}


/* Common rules */
.sidebar_outer aside,
.sidebar aside+aside {
	margin-top:0;
	padding-top:1.8em;
	border-top: 1px solid #ddd;
}

.widget_area .widget_title {
	margin-top:0;
	margin-bottom:1.5em;
}
.widget_area .widget_title:after {
    content: '//';
    font-style: normal;
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
}
.widget_area ul {
	list-style-type:none;
	margin-bottom:0;
	padding-left:0;
}
.widget_area ul ul {
	margin-top:0.5em;
}
.widget_area aside ul ul ul {
    margin-left: -1.2em;
}
.widget_area ul li {
	position:relative;
	padding-left:1.5em;
}
.widget_area ul ul.children li {
    padding-left: 0.5em;
}
.widget_area ul ul.children li:before {
    content: none;
}
.widget_area ul li:last-child {
    margin-bottom: 0;
}
.widget_area ul li:before {
	content: '\e903';
	font-family: 'fontello';
	position:absolute;
	left:1px;
	top:0;
    line-height: 0.95em;
}
.widget_area select{
	display: block;
    width: 100%;
	position: relative;
    background: url(/bitrix/templates/timeberry_new/css/skins/less/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}


/* Tabs in widgets */
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li {
	font-size:0.875em;
}
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li {
	margin-left: 1em;
}
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
	padding:2px 10px;
}
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_content {
	padding:10px 0 0 0;
	border: none;
}
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_content {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;	
}


/* Widget: Search */
.widget_area .widget_product_search .search_form,
.widget_area .widget_search .search_form {
	position:relative;
	overflow:hidden;
}
.widget_area .widget_product_search .search_button,
.widget_area .widget_search .search_button {
	text-align:center;
	border:none;
	background:none;
}
.widget_area_inner .widget_product_search .search_field,
.widget_area_inner .widget_search .search_field {
	padding-left: 30px;
    background: none;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget_area_inner .widget_product_search .search_form:before, 
.widget_area_inner .widget_search .search_form:before{
	content: '\e8f6';
    font-family: fontello;
    position: absolute;
    line-height: 3.4em;
    left: 12px;
}
.widget_area_inner .widget_product_search .search_button,
.widget_area_inner .widget_search .search_button {
	position:absolute;
	right: 0;
	top:0;
	padding:0;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

/* Widget Recent Comments */
.widget_area ul#recentcomments li {
    padding-left: 0;
    line-height: 1.65em;
}
.widget_area ul#recentcomments li:before {
    content: none;
}
.widget_area ul#recentcomments li + li {
    margin-top: 1.55em;
    padding-top: 1.77em;
    border-top: 1px dashed;
}


/* Widget: Calendar */
.widget_area .widget_calendar table {
	width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 4px;
}
.widget_area .widget_calendar .weekday {
	font-size: 0.8em;
    text-transform: uppercase;
}
.widget_area .widget_calendar td .day_wrap {
	display: block;
    position: relative;
    border: 2px solid transparent;
    height: 22px;
    width: 22px;
}
.widget_area .widget_calendar th,
.widget_area .widget_calendar td {
	font-weight:400;
	text-align:center;
	border-width:0;
	padding:0;
}
.widget_area .widget_calendar th {
}
.widget_area .widget_calendar td {
	padding:0;
}
.widget_area .widget_calendar .month_cur {
	display: none;
}
.widget_area .widget_calendar .month_prev a,
.widget_area .widget_calendar .month_next a {
	display:block;
}
.widget_area .widget_calendar .month_prev a:before,
.widget_area .widget_calendar .month_next a:before {
	font-family: 'fontello';
}
.widget_area .widget_calendar .month_prev a:before {
	content: '\e837';
	margin-right: 5px;
	display: inline-block;
}
.widget_area .widget_calendar .month_next a:before {
	content: '\e836';
}
.widget_area .widget_calendar th.month_prev {
    width: 60px;
    display: block;
    text-align: left;
}

/* Widget: RSS */
.widget_area .widget_rss .widget_title a {
	display:inline-block;
	margin-right:6px;
}
.widget_area .widget_rss .widget_title img {
	vertical-align:baseline;
}
.widget_area .widget_rss {
	color: #222222;
}
.widget_area .widget_rss li {
	line-height: 1.785em;
	padding-left: 0;
    margin-bottom: 1.7em;
}
.widget_area .widget_rss li:before{
	content: none;
}
.widget_area .widget_rss li .rss-date {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 0.72em;
    display: block;
    font-weight: 400;
}
.widget_area .widget_rss li .rssSummary {
    max-height: 5em;
    overflow: hidden;
}


/* Widget: Tag Cloud */
.widget_area .widget_product_tag_cloud,
.widget_area .widget_tag_cloud {
	overflow:hidden;
}
.widget_area .widget_product_tag_cloud a,
.widget_area .widget_tag_cloud a {
display: block;
    float: left;
    padding: 3px 12px;
    margin: 0 5px 5px 0;
    font-size: 0.868em !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border: 2px solid #ddd;
}
.widget_area .widget_product_tag_cloud a:hover,
.widget_area .widget_tag_cloud a:hover {
	background-color: transparent !important;
}

/* Widget: Kingler Template Advertisement */
.widget_area .widget_advert .image_wrap {
	overflow:hidden;
	display:block;
	margin-bottom:1em;
}


/* Widget: Kingler Template Flickr */
.widget_area .widget_flickr {
	overflow:hidden;
}
.widget_area .widget_flickr .flickr_images {
	margin-right:-5px;
}
.widget_area .widget_flickr .flickr_badge_image {
	float:left;
	margin:0 5px 5px 0;
	overflow:hidden;
	width:31%;
	height:auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.widget_area .widget_flickr .flickr_badge_image img {
	width: 100%;
}


/* Widget: Kingler Template Logo and Socials */
.widget_area .widget_socials .sc_socials {
	margin-top:1em;
}


/* Widget: Kingler Template Twitter */
.widget_area .widget_twitter ul li {
	padding-left:1.5em;
}
.widget_area .widget_twitter ul li:before {
	content: '\e89a';
	font-size:1em;
	left:0;
}



/* 10. Footer areas
-------------------------------------------------------------- */

/* Footer widgets */
.footer_wrap_inner {
	padding: 7.4em 0 5.4em;
}
.footer_wrap aside {
	margin-bottom:1.5em;
}

.footer_wrap .columns_wrap > aside:not([class*="column-"]) {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    box-sizing: border-box;
}

/* Contacts */
.contacts_wrap_inner {
	padding:30px 0 10px;
	text-align:center;
}
.contacts_wrap .logo {
	text-align:center;
	margin-bottom: 2.5em;
}
.contacts_wrap .logo .logo_text {
	font-size:2em;
}
.contacts_wrap .logo img {
	vertical-align:middle;
	display:inline-block;
}
.contacts_wrap .contacts_address {
	overflow:hidden;
	font-size:1em;
	margin-bottom:1.1em;
}
.contacts_wrap .contacts_address .address_left {
	width:48%;
	text-align:right;
	float:left;
}
.contacts_wrap .contacts_address .address_right {
	width:48%;
	text-align:left;
	float:right;
}


/* Testimonials and Twitter area */
.testimonials_wrap.sc_section,
.twitter_wrap.sc_section {
	padding: 0;
}
.testimonials_wrap_inner,
.twitter_wrap_inner {
	background-repeat:no-repeat;
	background-position:center top;
}
footer.testimonials_wrap .sc_section_overlay,
footer.twitter_wrap .sc_section_overlay {
	padding: 3em 0;
}


/* Copyright area */
.copyright_wrap_inner {
	padding: 2.5em 0 2em;
	overflow:hidden;
}
.copyright_wrap p {
	margin:0;
}

.copyright_style_menu .copyright_text,
.copyright_style_socials .copyright_text {
	float:left;
}
.copyright_style_socials .sc_socials,
.copyright_style_menu .menu_footer_nav {
	float:right;
}
.copyright_style_socials .copyright_wrap_inner {
	padding-bottom: 1.5em;
}
.copyright_style_menu .menu_footer_nav {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}
.menu_mobile .copyright_style_socials .copyright_text,
.menu_mobile .copyright_style_menu .copyright_text,
.menu_mobile .copyright_wrap .sc_socials,
.menu_mobile .menu_footer_nav {
	float: none;
	text-align:center;
}
.menu_mobile .copyright_style_socials .copyright_text,
.menu_mobile .copyright_style_menu .copyright_text {
	margin-top:1em;
}
.menu_mobile .copyright_wrap .sc_socials {
	display:block;
}

.copyright_style_menu .menu_footer_nav li {
	display:inline-block;
	margin-bottom:0;
}
.copyright_style_menu .menu_footer_nav li+li:before {
	content:'|';
	display:inline-block;
	margin:0 0.5em;
}



/* 11. Utils
-------------------------------------------------------------- */

/* Table of contents */
#toc {
	position:fixed;
	z-index:999;
	top: 0;
	bottom:0;
	right: 0;
	width: 60px;
}
#toc a { color: #ffffff; }
#toc.toc_no { display:none; }
#toc .toc_inner {
	position:absolute;
	top: 50%;
	right: -60px;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	        transform:translateY(-50%);
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out; 
}
#toc.toc_fixed .toc_inner,
#toc:hover .toc_inner {
	right:0;
}
#toc .toc_item {
	position:relative;
	width:57px;
	height:60px;
	border-right:3px solid rgba(0,0,0,0.8);
	background-color:rgba(0,0,0,0.8);
}
#toc .toc_item.toc_separator {
	margin-bottom: 1px;
}
#toc .toc_item.current,
#toc .toc_item:hover {
	background-color:rgba(128,128,128,0.8);
}
#toc .toc_icon {
	position:absolute;
	display:block;
	z-index:2;
	top:0;
	left:0;
	width:57px;
	height: 60px;
	line-height:60px;
	text-align:center;
}
#toc .toc_icon.with_title {
	line-height:40px;
}
#toc .toc_icon:before {
	font-size:inherit;
	color:inherit;
	margin:0;
	padding:0;
}
#toc .toc_title {
	position:absolute;
	bottom:6px;
	left:0;
	display:block;
	width: 57px;
	line-height:12px;
	font-size:12px;
}
#toc .toc_description {
	position:absolute;
	top:0;
	right:-300px;
	width:240px;
	height:30px;
	padding: 1em;
	font-size: 0.875em;
	line-height:1.2em;
	z-index:1;
	background-color:rgba(128,128,128,0.8);
	color: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out; 
}
#toc .toc_item:hover .toc_description {
	right:68px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#toc .toc_description:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color:transparent;
	border-left-color: rgba(128,128,128,0.8);
	border-width: 8px;
	margin-top: -8px; 
}


/* Hovers for images and videos */
.hover_icon {
	position:relative;
	display:block;
}
.hover_icon:before {
    font-family: 'fontello';
    font-size: 2.2em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border: 2px solid;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.hover_icon:hover:before,
.sc_video_play_button.hover_icon:before{
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 0;
}
.hover_icon_play{
	
}
.hover_icon_play:before {
	content:'\e8fc';
}
.hover_icon_link:before {
	content:'\e8b5';
}
.hover_icon_zoom:before {
	content:'\e839';
}
.hover_icon_view:before {
	content:'\e843';
}
.hover_icon:after {
	content: ' ';
	position: absolute;
	z-index:1;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-transition: opacity ease .3s;
	   -moz-transition: opacity ease .3s;
	    -ms-transition: opacity ease .3s;
	     -o-transition: opacity ease .3s;
	        transition: opacity ease .3s;
}
.hover_icon:hover:after,
.sc_video_play_button.hover_icon:after{
	opacity: 1;
}
.sc_video_frame.hover_icon:after{
	display: none;
}
.sc_video_frame.sc_video_play_button.hover_icon:after{
	display: block;
}
.hover_icon.hover_icon_link:before {
    font-size: 1.4645em;
}


/* Scroll to top */
.scroll_to_top {
	display:block;
	position: fixed;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align:center;
	bottom: -4em;
	right: 2em;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	z-index: 100001;
	-webkit-transition: all ease 1.5s;
	   -moz-transition: all ease 1.5s;
	    -ms-transition: all ease 1.5s;
	     -o-transition: all ease 1.5s;
	        transition: all ease 1.5s;
	filter: alpha(opacity=0);
	opacity: 0;
}
.scroll_to_top.show {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: 2em;
}


/* Debug window */
#debug_log {
	position:fixed;
	z-index:1000000;
	display:block;
	width:100%;
	max-height:400px;
	left:0;
	top:0;
	background:rgba(0,0,0,0.8);
	color:#ffffff;
	overflow:auto;
}
.admin-bar #debug_log { 
	top:32px; 
}
#debug_log_close {
	position:absolute;
	right:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	cursor:pointer;
}
#debug_log_content {
	padding:12px;
}

/* Customizer */
.custom_options #co_toggle {
	right: -2.5625em !important;
}

/* Profiler */
.kingler_theme_profiler {
	background-color:#effcfc;
	padding: 2em;
	border-top: 1px dashed #20c7ca;
}
.kingler_theme_profiler .profiler_title {
	margin-top:0;
}
.kingler_theme_profiler table th,
.kingler_theme_profiler table td {
	border: 1px solid #aaeeee !important;
	padding:6px 8px;
}
.kingler_theme_profiler table th {
	background-color:#ddf0f0;
}




/* 12. Registration and Login popups
-------------------------------------------------------------- */
.popup_wrap {
	position: absolute;
	top: 3.3333em;
	right: 0;
	width: 37.5em;
	padding: 3em 2.5em 2em;
	display:none;
	-webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
			box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);	
}
.popup_wrap input[type="text"],
.popup_wrap input[type="email"],
.popup_wrap input[type="password"] {
	font-size:1.1667em;
	line-height:1.5em;
	padding: 0.3em;
}
.popup_registration {
	right: -5.5em;
}

.popup_wrap .popup_close {
	display:block;
	font-size:1em;
	line-height:1em;
	width: 1em;
	height:1em;
	position:absolute;
	right:0;
	top:0;
	margin:0.5em 0.5em 0 0;
	text-align:center;
	color: #cccccc;
	border: 2px solid #ebebeb;
	background-color:#f4f7f9;
}
.popup_wrap .popup_close:hover {
	color: #909090;
	border: 2px solid #cccccc;
	background-color:#ffffff;
}
.popup_wrap .popup_close:before {
	font-family:fontello;
	content:'\e8ac';
	line-height:1em;
	padding:0 !important;
	margin:0 !important;
}

.popup_wrap .form_wrap {
	position:relative;
	overflow:hidden;
}
.popup_wrap .form_wrap .result {
	position:absolute;
	z-index:10;
	left:50%;
	top:25%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
	-webkit-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);
			box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);	
}
.popup_wrap .form_wrap .result p {
	line-height:1.5em;
}
.popup_wrap .form_wrap .result a {
	color: #ffffff;
}
.popup_wrap .form_wrap .error_fields_class {
	border-color: #CC6868;
}
.popup_wrap .form_left {
	float: left;
	padding-right: 2.5em;
	width: 54%;
	border-right: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.popup_wrap .form_right {
	float: right;
	padding-left: 2.5em;
	width: 45%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.popup_wrap.popup_registration .form_left {
	width: 50%;
	padding-right: 5px;
	border-right: none;
}
.popup_wrap.popup_registration .form_right {
	width: 50%;
	padding-left: 5px;
}

.popup_wrap .popup_form_field {
	margin-bottom:0.625em;
}
.popup_wrap input[type="text"],
.popup_wrap input[type="email"],
.popup_wrap input[type="password"] {
	width:100%;
	border: 2px solid #ebebeb;
	background-color:#fafafa;
}
.popup_wrap input:not([type="submit"]):focus {
	background-color:#ffffff;
}
.popup_wrap .popup_form_field.iconed_field {
	position:relative;
}
#registration_agree {
    margin-right: 5px;
}
#rememberme {
    margin-right: 5px;
}
.popup_wrap .popup_form_field.iconed_field::before {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 8px;
    margin-right: 0;
    color: #c9c9c9;
    width: 1em;
}
.popup_wrap .popup_form_field.iconed_field input {
	padding-right:30px;
}

.popup_wrap .popup_form_field .forgot_password {
	float: right;
}

.popup_wrap .popup_form_field.submit_field {
	padding:1em 0 4px 4px;
}
.popup_wrap .popup_form_field .submit_button {
	width:100%;
}

.popup_wrap .login_socials_title {
	color:#222222;
	font-size:1.5em;
	line-height:1.2857em;
	margin-bottom:0.5em;
}
.popup_wrap .login_socials_problem {
	line-height:1.2857em;
}

.popup_wrap .popup_form_field.remember_field {
	margin-top: 1.2em;
}

#popup_registration, #popup_login{
    top: 50%;
    left: 50%;
	right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation-name: none;
    animation-name: none;
    z-index: 100000;
}





/* 13. Third part plugins
------------------------------------------------------------------------------------ */
.menu_user_login .wp-social-login-provider-list{ padding-left: 0;}

.esg-filter-wrapper {
    margin-bottom: 3.75em;
}
.esg-grid.esg-container .esg-filterbutton{    
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Roboto;
    letter-spacing: 0.8px;
    background-color: transparent;
    border: none;
    line-height: 27px;
    padding: 0 13px;
    border-radius: 0;
	margin: 0 5px 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	position: relative;
}
.esg-grid.esg-container .esg-filterbutton:hover,
.esg-grid.esg-container .esg-filterbutton.selected{
	background-color: transparent;
    color: #808080;
    box-shadow: none;
}
.esg-grid.esg-container .esg-filterbutton.esg-pagination-button{
	padding: 0 11px;
	font-weight: 600;
}
.esg-grid.esg-container .esg-pagination {
    margin-top: 4em;
}

/* VC */
.vc_row[class*="vc_custom_"] {
    background-position: center;
}

/* Rev Slider */
.custom .tp-bullet {
    width: 6px;
    height: 6px;
    border: 2px solid;
    background-color: transparent;
}
/* 13.1 Media player
------------------------------------------------------- */

/*
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls { background:#1eaace !important; }
.mejs-controls .mejs-volume-button .mejs-volume-slider { background: rgba(30,170,206,0.7) !important; }
*/
.mejs-controls button:hover,
.mejs-controls button:active { background-color:transparent !important; }


/* 13.2 Magnific popup 
-------------------------------------------------------- */
.mfp-figure figcaption {
	margin-bottom:40px !important;
	height:40px;
	padding:0 16px;
	overflow:hidden;
}
.mfp-figure figcaption .mfp-bottom-bar {
	left: 16px;
	right:16px;
	margin-top:-30px;
	width:auto;
}


/* 13.3 Google conversion 
---------------------------------------------------------- */
iframe[name="google_conversion_frame"] { height:1px; min-height:0px; display:none; }


/* 13.4 Visual Composer 
-------------------------------------------------------- */
.wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
	margin-bottom:0 !important;
}
.sc_gap .vc_row {
	margin-left:0;
	margin-right:0;
}
.sc_gap .vc_column_container {
	padding-left:0;
	padding-right:0;
}

h1 .wpb_text_column p, h2 .wpb_text_column p, h3 .wpb_text_column p, h4 .wpb_text_column p, h5 .wpb_text_column p, h6 .wpb_text_column p {
	padding-bottom:0 !important;
}


/* 14. Predefined classes for users
-------------------------------------------------------------- */
.texture_bg_green,
.texture_bg_dark  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg_dark.jpg); }
.texture_bg_blue,
.texture_bg_light  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg_light.jpg); }
.texture_bg_yellow  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg_yellow.jpg); }

.texture_bg_slider:after,
.texture_bg_slider_full:after {
	content:' ';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
	background: url(/bitrix/templates/timeberry_new/css/images/texture_top.png) center top repeat-x, url(/bitrix/templates/timeberry_new/css/images/texture_slider.png) left top repeat;
}
.texture_bg_slider_full:after {
	background: url(/bitrix/templates/timeberry_new/css/images/texture_center.png) center center no-repeat, url(/bitrix/templates/timeberry_new/css/images/texture_top.png) center top repeat-x, url(/bitrix/templates/timeberry_new/css/images/texture_slider.png) left top repeat;
}

/* Predefined classes for the background texture and/or image */
.texture_bg_1  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_1.png); }
.texture_bg_2  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_2.png); }
.texture_bg_3  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_3.png); }
.texture_bg_4  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_4.png); }
.texture_bg_5  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_5.png); }
.texture_bg_6  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_6.png); }
.texture_bg_7  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_7.png); }
.texture_bg_8  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_8.png); }
.texture_bg_9  { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_9.png); }
.texture_bg_10 { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_10.png); }
.texture_bg_11 { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_11.png); }
.texture_bg_12 { background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_12.png); }

.overlay_bg_1:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_1.png); }
.overlay_bg_2:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_2.png); }
.overlay_bg_3:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_3.png); }
.overlay_bg_4:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_4.png); }
.overlay_bg_5:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_5.png); }
.overlay_bg_6:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_6.png); }
.overlay_bg_7:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_7.png); }
.overlay_bg_8:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_8.png); }
.overlay_bg_9:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_9.png); }
.overlay_bg_10:after { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_10.png); }
.overlay_bg_11:after { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_11.png); }
.overlay_bg_12:after { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/bitrix/templates/timeberry_new/css/images/bg/texture_12.png); }

.bg_pattern_1  { background: url(/bitrix/templates/timeberry_new/css/images/bg/pattern_1.jpg) 50% 50% repeat fixed !important; }
.bg_pattern_2  { background: url(/bitrix/templates/timeberry_new/css/images/bg/pattern_2.jpg) 50% 50% repeat fixed !important; }
.bg_pattern_3  { background: url(/bitrix/templates/timeberry_new/css/images/bg/pattern_3.jpg) 50% 50% repeat fixed !important; }
.bg_pattern_4  { background: url(/bitrix/templates/timeberry_new/css/images/bg/pattern_4.jpg) 50% 50% repeat fixed !important; }
.bg_pattern_5  { background: url(/bitrix/templates/timeberry_new/css/images/bg/pattern_5.jpg) 50% 50% repeat fixed !important; }

.bg_image_1 { background: url(/bitrix/templates/timeberry_new/css/images/bg/image_1.jpg) 50% 0% repeat-y fixed !important; }
.bg_image_2 { background: url(/bitrix/templates/timeberry_new/css/images/bg/image_2.jpg) 50% 0% repeat-y fixed !important; }
.bg_image_3 { background: url(/bitrix/templates/timeberry_new/css/images/bg/image_3.jpg) 50% 0% repeat-y fixed !important; }
.bg_image_1, .bg_image_2, .bg_image_3 {
	-webkit-background-size: 100% auto; 
	   -moz-background-size: 100% auto;
	     -o-background-size: 100% auto; 
			background-size: 100% auto; 
}

.accent_top:before  {
	content:' ';
	display: block;
	position:absolute;
	z-index:1;
	left:50%;
	top:0;
	width: 3em;
	height: 2.8em;
	background-color:#fff;
	margin: -1.4em 0 0 -1.2857em;
	-webkit-transform: rotate(35deg) skewX(-20deg);
	   -moz-transform: rotate(35deg) skewX(-20deg);
	        transform: rotate(35deg) skewX(-20deg);
}

.rounded_none {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}
.rounded_tiny {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.rounded_small {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.rounded_medium {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
.rounded_large {
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
}
.rounded {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

/* Predefined Template Margins */
.margin_left_null,.margin_left_none,.margin_left_no,.margin_left_hide {		margin-left:0 !important; }
.margin_left_tiny {		margin-left:0.5em !important;	margin-left:0.5rem !important; }
.margin_left_small {	margin-left:2em !important;		margin-left:2rem !important; }
.margin_left_medium {	margin-left:3em !important;		margin-left:3rem !important; }
.margin_left_large {	margin-left:4em !important;		margin-left:4rem !important; }
.margin_left_huge {		margin-left:6em !important;		margin-left:6rem !important; }
.margin_left_tiny- {	margin-left:-0.5em !important;	margin-left:-0.5rem !important; }
.margin_left_small- {	margin-left:-2em !important;	margin-left:-2rem !important; }
.margin_left_medium- {	margin-left:-3em !important;	margin-left:-3rem !important; }
.margin_left_large- {	margin-left:-4em !important;	margin-left:-4rem !important; }
.margin_left_huge- {	margin-left:-6em !important;	margin-left:-6rem !important; }

.margin_right_null,.margin_right_none,.margin_right_no,.margin_right_hide {	margin-right:0 !important; }
.margin_right_tiny {	margin-right:0.5em !important;	margin-right:0.5rem !important; }
.margin_right_small {	margin-right:2em !important;	margin-right:2rem !important; }
.margin_right_medium {	margin-right:3em !important;	margin-right:3rem !important; }
.margin_right_large {	margin-right:4em !important;	margin-right:4rem !important; }
.margin_right_huge {	margin-right:6em !important;	margin-right:6rem !important; }
.margin_right_tiny- {	margin-right:-0.5em !important;	margin-right:-0.5rem !important; }
.margin_right_small- {	margin-right:-2em !important;	margin-right:-2rem !important; }
.margin_right_medium- {	margin-right:-3em !important;	margin-right:-3rem !important; }
.margin_right_large- {	margin-right:-4em !important;	margin-right:-4rem !important; }
.margin_right_huge- {	margin-right:-6em !important;	margin-right:-6rem !important; }

.margin_top_null,.margin_top_none,.margin_top_no,.margin_top_hide {		margin-top:0 !important; }
.margin_top_tiny {		margin-top:0.5em !important;	margin-top:0.5rem !important; }
.margin_top_small {		margin-top:2em !important;		margin-top:2rem !important; }
.margin_top_medium {	margin-top:3em !important;		margin-top:3rem !important; }
.margin_top_large {		margin-top:4em !important;		margin-top:4rem !important; }
.margin_top_huge {		margin-top:6em !important;		margin-top:6rem !important; }
.margin_top_tiny- {		margin-top:-0.5em !important;	margin-top:-0.5rem !important; }
.margin_top_small- {	margin-top:-2em !important;		margin-top:-2rem !important; }
.margin_top_medium- {	margin-top:-3em !important;		margin-top:-3rem !important; }
.margin_top_large- {	margin-top:-4em !important;		margin-top:-4rem !important; }
.margin_top_huge- {		margin-top:-6em !important;		margin-top:-6rem !important; }

.margin_bottom_null,.margin_bottom_none,.margin_bottom_no,.margin_bottom_hide {	margin-bottom:0 !important; }
.margin_bottom_tiny {	margin-bottom:0.5em !important;	margin-bottom:0.5rem !important; }
.margin_bottom_small {	margin-bottom:2em !important;	margin-bottom:2rem !important; }
.margin_bottom_medium {	margin-bottom:3em !important;	margin-bottom:3rem !important; }
.margin_bottom_large {	margin-bottom:4em !important;	margin-bottom:4rem !important; }
.margin_bottom_huge {	margin-bottom:6em !important;	margin-bottom:6rem !important; }
.margin_bottom_tiny- {	margin-bottom:-0.5em !important;margin-bottom:-0.5rem !important; }
.margin_bottom_small- {	margin-bottom:-2em !important;	margin-bottom:-2rem !important; }
.margin_bottom_medium- {margin-bottom:-3em !important;	margin-bottom:-3rem !important; }
.margin_bottom_large- {	margin-bottom:-4em !important;	margin-bottom:-4rem !important; }
.margin_bottom_huge- {	margin-bottom:-6em !important;	margin-bottom:-6rem !important; }


/* Buttons border */
.menu_main_nav > li > a:before,
.menu_main_nav > li > a:after,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:before,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:after , 
.sc_socials a:before,
.sc_socials a:after ,
.sc_skills_read_more:before,
.sc_skills_read_more:after,
.esg-grid.esg-container .esg-filterbutton:after, 
.esg-grid.esg-container .esg-filterbutton:before,
.pagination_wrap.pagination_pages a:after,
.pagination_wrap.pagination_pages a:before,
.pagination_wrap.pagination_pages .pager_current:after ,
.pagination_wrap.pagination_pages .pager_current:before,
.isotope_filters a:after,
.isotope_filters a:before,
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:after,
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:before,
.sc_recent_news_header_split .sc_recent_news_header_categories > a:after,
.sc_recent_news_header_split .sc_recent_news_header_categories > a:before{
    content: '\e8ed';
    font-family: fontello;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    margin: 0 !important;
    text-align: center;
    top: 0;
    bottom: 0;
    display: block;
	opacity: 0;
	font-weight: 400;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
}
.menu_main_nav > li > a:after ,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:after,
.sc_socials a:after,
.sc_skills_read_more:after,
.esg-grid.esg-container .esg-filterbutton:after,
.pagination_wrap.pagination_pages a:after,
.pagination_wrap.pagination_pages .pager_current:after,
.isotope_filters a:after,
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:after,
.sc_recent_news_header_split .sc_recent_news_header_categories > a:after{
    content: '\e8ec';
    right: 0;
}
.menu_main_nav > li > a:before,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:before,
.sc_socials a:before,
.sc_skills_read_more:before,
.esg-grid.esg-container .esg-filterbutton:before,
.pagination_wrap.pagination_pages a:before,
.pagination_wrap.pagination_pages .pager_current:before,
.isotope_filters a:before,
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:before,
.sc_recent_news_header_split .sc_recent_news_header_categories > a:before{
    left: 0;
}


/* menu*/
.menu_main_nav > li > a:hover:after {
    right: -13px;
	opacity: 1;
}
.menu_main_nav > li > a:hover:before{
    left: -13px;
	opacity: 1;
}


/* tabs */
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:before, 
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:after {
    font-size: 27px;
    line-height: 27px;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li:not(.ui-state-active) a:hover:after {
    right: -11px;
	opacity: 1;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:before ,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li:not(.ui-state-active) a:hover:before {
    left: -11px;
	opacity: 1;
}


/* socials */
.sc_socials a:before, 
.sc_socials a:after {
    font-size: 32px;
    line-height: 32px;
}
.sc_socials a:hover:after{
    right: -13px;
	opacity: 1;
}
.sc_socials a:hover:before  {
    left: -13px;
	opacity: 1;
}


/* skills */
.sc_skills_read_more:before, 
.sc_skills_read_more:after {
    font-size: 32px;
    line-height: 32px;
}
.sc_skills_read_more:after{
    right: -13px;
	opacity: 1;
}
.sc_skills_read_more:before  {
    left: -13px;
	opacity: 1;
}
.sc_skills_read_more:hover:after{
    right: -18px;
}
.sc_skills_read_more:hover:before  {
    left: -18px;
}

/* Ess grid */
.esg-grid.esg-container .esg-filterbutton:after, 
.esg-grid.esg-container .esg-filterbutton:before   {
    font-size: 27px;
    line-height: 27px;
}
.esg-grid.esg-container .esg-filterbutton:hover:after, 
.esg-grid.esg-container .esg-filterbutton.selected:after{
    right: -10px;
	opacity: 1;
}
.esg-grid.esg-container .esg-filterbutton:hover:before, 
.esg-grid.esg-container .esg-filterbutton.selected:before{
    left: -10px;
	opacity: 1;
}

/* Pagination */
.pagination_wrap.pagination_pages a:after,
.pagination_wrap.pagination_pages a:before,
.pagination_wrap.pagination_pages .pager_current:after,
.pagination_wrap.pagination_pages .pager_current:before{
	font-size: 27px;
    line-height: 27px;
}
.pagination_wrap.pagination_pages a:hover:after,
.pagination_wrap.pagination_pages .pager_current:after{
    right: -10px;
	opacity: 1;
}
.pagination_wrap.pagination_pages a:hover:before,
.pagination_wrap.pagination_pages .pager_current:before{
    left: -10px;
	opacity: 1;
}


/* Isotope */
.isotope_filters a:after, 
.isotope_filters a:before   {
    font-size: 27px;
    line-height: 27px;
}
.isotope_filters a:hover:after, 
.isotope_filters a.active:after{
    right: -10px;
	opacity: 1;
}
.isotope_filters a:hover:before, 
.isotope_filters a.active:before{
    left: -10px;
	opacity: 1;
}


/* Woo tabs*/
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:before, 
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:after {
    font-size: 27px;
    line-height: 27px;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li.active a:after,
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:hover:after {
    right: -11px;
	opacity: 1;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li.active a:before ,
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:hover:before {
    left: -11px;
	opacity: 1;
}


/* Recent news */
.sc_recent_news_header_split .sc_recent_news_header_categories > a:before, 
.sc_recent_news_header_split .sc_recent_news_header_categories > a:after {
    font-size: 27px;
    line-height: 27px;
}
.sc_recent_news_header_split .sc_recent_news_header_categories > a:hover:after {
    right: -11px;
	opacity: 1;
}
.sc_recent_news_header_split .sc_recent_news_header_categories > a:hover:before {
    left: -11px;
	opacity: 1;
}

/* Margins */
.remove_bottom {
    margin-bottom: -4.7em !important;
}


/* Ess grid */
.esg-entry-cover .esg-overlay {
    top: -1px !important;
    left: -1px !important;
    width: 105% !important;
    height: 105% !important;
}


body.home .sc_recent_news_header_split .sc_recent_news_header_categories {
    line-height: 1.5em;
    text-align: right !important;
    vertical-align: top;
    float: right;
    margin-top: 1.5em;
}
img.wp-smiley,
img.emoji {
    display: inline!important;
    border: none!important;
    box-shadow: none!important;
    height: 1em!important;
    width: 1em!important;
    margin: 0 .07em!important;
    vertical-align: -0.1em!important;
    background: none!important;
    padding: 0!important;
}
#page_preloader {
    background-color: #1D1E23;
    background-image: url(/bitrix/templates/timeberry_new/css/../images/loader-1.gif)
}
/*.contacts_wrap .logo img {
    height: 100px
}*/
li.empty{
	padding: 20px !important;
	color:#fff  !important;
}
.sc_line_style_solid{
	border-top-style:solid;
}
figure.sc_image_shape_square{
	width: 40%;
}
.scheme_original .widget_area .widget_title::after, .scheme_original .widget_area ul li::before {
    color: #000 ;
}
.top_panel_middle .contact_icon.icon-iconmonstr-shipping-box-12-icon::before {
    font-size: 3.4em;
    line-height: 0.9em;
    position: relative;
    left: -1px;
}
.icon-iconmonstr-shopping-cart-4-icon::before {content: '\e8ee';position: absolute;left: -1px;z-index: 1;}
span.contact_address_1 {
    position: relative;
    left: 8.5px;
}
span.contact_cart_label {
    position: relative;
    left: 1.5px;
}	
span.contact_cart_totals{
    position: relative;
    left: 1.5px;
}
span.contact_address_2{
    position: relative;
    left: 8.5px;
}
span.contact_phone {
    position: relative;
    left: 5px;
}
span.contact_email{
    position: relative;
    left: 5px;
}
span.icon-iconmonstr-phone-2-icon{
    position: relative;
    left: 1px;
}	

.scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 22px;
}

.post_navi .post_navi_item + .post_navi_item::before, .breadcrumbs .breadcrumbs_delimiter {
    display: inline-block;
    position: relative;
    margin: 0 0.2em;
    vertical-align: top;
    text-align: center;
}
.heading_h1, .heading_h2, .heading_h3, .heading_h4, .heading_h5, .heading_h6{
	margin-bottom: 37px;
}
h2.heading_h22{
	padding-bottom: 2px;
}
.sc_line {
    display: block;
    width: 100%;
    height: 0px;
    border-top: 1px solid #e4e7e8;
    margin: 70px 0 !important;
    position: relative;
}
#sc_skills_diagram_90986678, #sc_skills_diagram_272034285, #sc_skills_diagram_166992299{
	width: 210px;
}
body.shortcodes .slide1{
	background-image:url(/bitrix/templates/timeberry_new/css/../images/event-1.jpg);
	width:100%;
}
body.shortcodes .slide2{
	background-image:url(/bitrix/templates/timeberry_new/css/../images/image-7.jpg);
	width:100%;
}
body.shortcodes .slide3{
	background-image:url(/bitrix/templates/timeberry_new/css/../images/image-4.jpg);
	width:100%;
}
#sc_googlemap_1612592772{
	width:100%;height:480px;
}
.sc_skills_count{
	background-color:#FEA526 !important; 
	border-color:#FEA526 !important;
}
#sc_skills_diagram_438553300 .sc_skills_style_1{
	height: 190px !important;
}
.sc_line_style_dashed{
	height:1.5em;
	border-top-style:dashed;
}
.sc_line_style_solid{
	border-width: 2px;
	height:1.5em;
	border-top-style:solid;
}
.sc_skills_circle{
	width:180px;
}
body.shortcodes .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
    position: absolute;
    left: 43% !important;
    top: 50%;
    font-size: 0.7em;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
body.shortcodes .sc_accordion_content p{
	margin-bottom: 0px;
}
.contact_address{
	margin-right: 12px;
}
.sc_audio_image{
	background-image: url(/bitrix/templates/timeberry_new/css/../images/1.jpg);
}
#sc_skills_diagram_166992299 .sc_skills_count {
    background-color: transparent !important;
}
#sc_skills_diagram_272034285 .sc_skills_count {
    background-color: transparent !important;
}
#sc_skills_diagram_90986678 .sc_skills_count {
    background-color: transparent !important;
}
#sc_skills_diagram_166992299{
	margin-bottom: 35px;
}
.sc_socials {
    overflow: hidden;
    display: inline-block;
    margin-right: -1.25em;
    position: relative;
    top: 1px !important;
}
body.about_us h2.our_store{
	padding-top: 67px;
}
body.about_us span.icon_about {
    display: block;
    left: -13px;
    font-size: 65px;
    line-height: 1em;
    width: 65px;
    margin-left: 0px;
    color: #fea526;
    padding-left: 0px !important;
    top: 1px;
}
body.about_us figure.sc_image_shape_square {
	width: 100%;
}
body.about_us p.about_p{
	padding-top: 1px;
}
body.about_us .block_1 {
    margin-bottom: 32px;
}
body.about_us .block_2 {
    margin-bottom: 32px;
}
body.about_us figure.gun_img img{
	position: relative;
	left: 9px;
	top:1px;
}
body.about_us .team{
/*    background-color: #121215!important;*/
    padding-bottom: 70px;
}
body.about_us .course {
    background-image: url(/bitrix/templates/timeberry_new/css/../images/Layer-152.jpg);
    height: 540px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
body.about_us .our_store_main{
	min-height: 632px;
}
body.about_us .team h2{
	padding-top: 55px;
}
body.about_us .team .column-1_4, .column-2_8, .column-3_12 {
    width: 24.7% !important;
}
body.about_us .team .row > [class*="column-"], .columns_wrap > [class*="column-"] {
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.about_us p.sign_up {
    text-transform: uppercase;
    color: #fea526;
    font-size: 12px;
    padding-top: 131px;
    letter-spacing: 0.8px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
body.about_us .book_section {
    left: 27px;
    max-width: 468px;
}
body.about_us p.white{
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    line-height: 21px;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
}	
body.contact .map{
	height: 400px;
}
body.contact #sc_googlemap_720738712{
	height: 400px;
}
body.contact h2.contact_today {
    padding-top: 55px;
}
body.contact form#sc_form_39943451_form{
	margin-bottom: 123px;
	margin-top: 30px
}
p.white{
	color: #fff;
}
body.shop .page_content_wrap{
    /* background: url(/bitrix/templates/timeberry_new/css/../images/bg.png) left top no-repeat fixed; */
    background-color: #efefef;
}
body.shop .icon-th:before {
    content: '\e8dd';
    position: relative;
    left: -3px;
    top: 2px;
}
body.shop .icon-th-list:before {
    content: '\e8de';
    position: relative;
    left: -13px;
    top: 2px;
}
body.shop p.woocommerce-result-count {
    position: relative;
    left: -16px;
}
.slide1{
	background-image: url(/bitrix/templates/timeberry_new/css/../images/image-4-770x434.jpg);
	width: 860px; 
	height: 483px; 
	position: relative;
}
.slide2{
	background-image: url(/bitrix/templates/timeberry_new/css/../images/image-5-770x434.jpg);
	width: 860px; 
	height: 483px; 
	position: relative;
}
.slide3{
	background-image: url(/bitrix/templates/timeberry_new/css/../images/image-4-770x434.jpg);
	width: 860px; 
	height: 483px; 
	position: relative;
}
.slide4{
	background-image: url(/bitrix/templates/timeberry_new/css/../images/image-6-770x434.jpg);
	width: 860px; 
	height: 483px; 
	position: relative;
}
.slide5{
	background-image: url(/bitrix/templates/timeberry_new/css/../images/image-7-770x434.jpg);
	width: 860px; 
	height: 483px; 
	position: relative;
}

.swiper-wrapper{
	height: 434px; 
	transition-duration: 0ms; 
	transform: translate3d(-2580px, 0px, 0px);
}
#sc_slider_1378827426{
	cursor: grab; 
	height: 483px;
}
body.single-product .page_content_wrap{
    background: url(/bitrix/templates/timeberry_new/css/../images/bg.png) left top no-repeat fixed;
    background-color: #ffffff;
}
body.single-product .breadcrumbs_present{
    background: url(/bitrix/templates/timeberry_new/css/../images/bg.png) left top no-repeat fixed;
    background-color: #ffffff;
}

li.empty::before{
	color:#000 !important;
}
.clients_bg{
    background: url(/bitrix/templates/timeberry_new/css/../images/bg.png) left top no-repeat fixed;
    background-color: #ffffff;
    padding: 75px 0;
    margin-top: 25px;
}
h4.about_our{
	text-align:left;
	color:#fea526;
}
figure.member_img{
	width: 570px;
}
body.our_team h4.about_our{
    text-align: left;
    padding-top: 85px;
    color: #fea526;
}
body.our_team .new_col_img{
	padding-top: 85px;
	padding-left: 10px;
}
body.our_team .about_member{
	padding-bottom: 60px;
}
body.our_team .team{
    background-color: #121215;
}
body.our_team .clients_bg {
    background: url(/bitrix/templates/timeberry_new/css/../images/bg.png) left top no-repeat fixed;
    background-color: #ffffff;
    padding: 76px 0;
    margin-top: 0px !important;
}
body.our_team h2.our_team_h2{
	padding-top: 95px;
}
body.our_team #sc_team_1113102043_wrap {
    padding-bottom: 48px;
}
span.owner{
	color: #fea526;
}
body.team_member figure.author_img{
	width: 370px;
	height: auto;
	padding-bottom: 35px;
}
body.team_member h4.sc_title_member {
    text-transform: capitalize;
}
body.team_member .single_member {
    padding-top: 85px;
    padding-bottom: 51px;
}
body.team_member #sc_skills_diagram_81504515{
	padding-left: 30px;
	padding-top: 5px;
}
body.team_member .book_now {
    background-image: url(/bitrix/templates/timeberry_new/css/../images/Layer-152.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%; 
}
body.team_member .same_btn2{
	margin-bottom: 85px;
}
body.team_member .certification{
	background-color: #121215!important;
}
body.team_member #sc_blogger_1545526097{
	margin-bottom: 0px !important;
}
body.team_member .certification h2.prof_sert{
	padding-top: 95px;
}
body.team_member .conact_btn{
	padding-bottom: 120px;
}
body.team_member .right_text_block {
    padding-top: 25px;
    position: relative;
    left: -2.2%;
}
body.team_member .sign_up p{
    text-transform: uppercase;
    color: #fea526;
    font-size: 12px;
    padding-top: 105px;
    letter-spacing: 0.8px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
body.team_member p.white {
    width: 366px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    line-height: 21px;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
body.masonry_2_col .isotope_wrap{
	position: relative; 
	height: 3101.38px;
}
body.masonry_2_col .isotope_item2{
	position: absolute; 
	left: 445px; 
	top: 0px; 
	opacity: 1;
}
body.masonry_2_col .isotope_item3{
	position: absolute; 
	left: 0px; 
	top: 439px; 
	opacity: 1;
}
body.masonry_2_col .isotope_item4{
	position: absolute; 
	left: 445px; 
	top: 556px; 
	opacity: 1;
}
body.masonry_2_col .isotope_item5{
	position: absolute; 
	left: 0px; 
	top: 917px; 
	opacity: 1;
}
body.masonry_2_col .isotope_item6{
	position: absolute; 
	left: 445px; 
	top: 1039px; 
	opacity: 1;
}
body.masonry_2_col .isotope_item7{
	position: absolute; 
	left: 445px; 
	top: 1505px; 
	opacity: 1;
}
body.masonry_2_col .isotope_item8{
	position: absolute; 
	left: 0px; 
	top: 1553px; 
	opacity: 1;
}
body.masonry_2_col .isotope_item9{
	position: absolute; 
	left: 0px; 
	top: 2063px; 
	opacity: 1;
}
body.masonry_2_col .isotope_item10{
	position: absolute; 
	left: 445px; 
	top: 2109px; 
	opacity: 1;
}
body.masonry_2_col .isotope_item11{
	position: absolute; 
	left: 0px; 
	top: 2545px; 
	opacity: 1;
}
body.masonry_2_col .isotope_item12{
	position: absolute; 
	left: 445px; 
	top: 2591px; 
	opacity: 1;
}

body.masonry_3_col .isotope_wrap .isotope_column_3 {
    width: 45.1%;
}
body.masonry_3_col .isotope_wrap{
	position: relative; height: 2075.25px;
}
body.masonry_3_col .pagination_wrap {
    text-align: center;
    position: relative;
    margin-top: 2.2em;
    margin-bottom: 3.2em;
    left: 15%;
}
body.masonry_3_col .isotope_item1{
	position: absolute; left: 0px; top: 0px; opacity: 1;
}
body.masonry_3_col .isotope_item2{
	position: absolute; left: 399px; top: 0px; opacity: 1;
}
body.masonry_3_col .isotope_item3{
	position: absolute; left: 799px; top: 0px; opacity: 1;
}
body.masonry_3_col .isotope_item4{
	position: absolute; left: 0px; top: 441px; opacity: 1;
}
body.masonry_3_col .isotope_item5{
	position: absolute; left: 799px; top: 475px; opacity: 1;
}
body.masonry_3_col .isotope_item6{
	position: absolute; left: 399px; top: 521px; opacity: 1;
}
body.masonry_3_col .isotope_item7{
	position: absolute; left: 0px; top: 921px; opacity: 1;
}
body.masonry_3_col .isotope_item8{
	position: absolute; left: 799px; top: 979px; opacity: 1;
}
body.masonry_3_col .isotope_item9{
	position: absolute; left: 399px; top: 1020px; opacity: 1;
}
body.masonry_3_col .isotope_item10{
	position: absolute; left: 0px; top: 1400px; opacity: 1;
}
body.masonry_3_col .isotope_item11{
	position: absolute; left: 399px; top: 1461px; opacity: 1;
}
body.masonry_3_col .isotope_item12{
	position: absolute; left: 799px; top: 1595px; opacity: 1;
}
span.new_6{
	width:60%;
}
span.new_8{
	width:80%;
}
.sc_video_frame2{
	opacity: 1; width: 770px; height: 433px;
}
body.home-2 .first_section {
    background-image: url(/bitrix/templates/timeberry_new/css/../images/123.jpg?id=1333);
    background-repeat: no-repeat;
    margin-top: -14px;
    background-position: center;
}
body.home-2 .save {
    background-color: #fea526;
    margin-top: -1px;
}
body.home-2 .save h2 {
    color: #1d1e23;
    padding-top: 21px;
}
body.home-2 .save .sc_item_descr{
	color: #1d1e23;
}
body.home-2 .save_btn{
	margin-bottom: 19px;
}

body.home-4 .save {
    background-color: #fea526;
    margin-top: -1px;
}
body.home-4 .save h2 {
    color: #1d1e23;
    padding-top: 21px;
}
body.home-4 .save .sc_item_descr{
	color: #1d1e23;
}
body.home-4 .save_btn{
	margin-bottom: 19px;
}
body.home-2 .book{
    background-image: url(/bitrix/templates/timeberry_new/css/../images/Layer-152.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
body.home-2 .featured_products h2{
	padding-top: 9px;
}
body.home-2 p.first_text_block {
    padding-top: 357px;
    color: #fea526;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
body.home-2 h1.title_new {
    line-height: 1em;
    color: #ffffff;
    font-size: 5em;
    padding-left: 0;
}
body.home-2 a.first_btn {
    margin-bottom: 295px;
}
body.home-2 .icon-iconmonstr-shopping-cart-4-icon::before {
    content: '\e8ee';
    left: -3px;
}
body.home-2 .scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
    left: 20px;
}
body.home-2 .featured_products {
    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-1.jpg);
    margin-top: -15px;
    padding-bottom: 14px;
    background-position: center;
}
body.home-2 .recent_products h2{
	padding-top: 34px;
}
body.home-2 .new_gun_section {
    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-4.jpg);
    background-position: center;
}
body.home-2 p.targetmaster {
    padding-top: 47px;
    font-size: 0.89em;
    text-transform: uppercase;
    color: #fea526;
    margin-bottom: 0px;
}
body.home-2 a.second_btn{
	margin-bottom: 55px;
}
body.home-2 h1.text_heading{
	line-height: 1em;
	text-align:left;
	color:#fea526;
}
body.home-2 h1.buy_btn{
	text-align:left;
	color:#ffffff;
	font-weight:100;
}
body.home-2 p.date {
    letter-spacing: 3px;
    color: #fff;
    padding-top: 8px;
}
body.home-2 .recent_products{
    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-1.jpg);
}
body.home-4 .recent_products{
    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-1.jpg);
}
body.home-2 a.browse {
    margin-bottom: 38px;
}
body.home-2 p.sign_up {
    color: #fea526;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 63px;
    padding-left: 28px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
body.home-2 h2.book_now{
	padding-left: 28px;
}
body.home-2 p.white2 {
    color: #fff;
    text-transform: uppercase;
    padding-left: 29px;
    line-height: 21px;
    width: 75%;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
body.home-2 .sign_section {
    padding-left: 57.5%;
}
body.home-2 a.learn_more2{
	margin-bottom: 75px;
	margin-left: 6%;
}
body.home-3 .clients_bg {
    margin-top: 0 !important;
}
body.home-3 .featured_products {
    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-1.jpg);
    margin-top: -15px;
    padding-bottom: 14px;
}
body.home-3 .sc_skills_count {
    background-color: transparent !important;
    color: #FEA526 !important;
}
body.home-3 .testimonials {
    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-5.jpg);
    background-size: cover;
    padding: 102px 0px;
}
body.home-3 img.rev-slidebg{
	background-color:#000000;
}
body.home-3 .rev_slider_wrapper{
	margin:0px auto;
	background-color:transparent;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
body.home-3 .tp-resizeme{
	z-index: 5;
	text-transform:left;
}
body.home-3 #slide-6-layer-2{
	z-index: 6; white-space: nowrap; font-size: 75px; line-height: 75px; 
	font-weight: 900; color: rgba(254, 165, 38, 1.00);font-family:Ubuntu;text-transform:uppercase;
}
body.home-3 #slide-6-layer-3{
	z-index: 7; white-space: nowrap; font-size: 15px; line-height: 21px; font-weight: 300;
	 color: rgba(255, 255, 255, 1.00);font-family:Ubuntu;text-align:center;text-transform:uppercase;letter-spacing:4px;
}
body.home-3 #slide-6-layer-4{
	z-index: 8; white-space: nowrap; font-size: 24px; line-height: 24px; font-weight: 900; 
	color: rgba(255, 255, 255, 1.00);font-family:Ubuntu;text-transform:uppercase;letter-spacing:2px;
}
body.home-3 #slide-6-layer-5{
	z-index: 9; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 48px; 
	font-weight: 400; 
	color: rgba(0, 0, 0, 1.00);
	font-family:Roboto;text-transform:uppercase;
	background-color:rgba(255, 255, 255, 1.00);
	padding:0px 28px 0 28px;
	border-color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:2px;
	letter-spacing:1px;
	cursor:pointer;
}
body.home-3 .popup_wrap .popup_form_field.iconed_field:before {
    top: 18px;
}
body.home-3 .icon-clock:before {
    content: '\e811';
    position: relative;
    top: 4px;
    left: 1px;
}
.align_center{
	text-align: center;
}
body.home h2.align_center{
	text-align: center;
}
body.home h2.order{
	text-align:center;color:#fea526;
}
body.home p.ever{
	text-align: center; 
	color: #ffffff;
	text-transform: uppercase;
	line-height: 21px;
	letter-spacing: 3px;
}
body.home p.ever2{
	text-align: center; 
	color: #b4b4b4;
}
body.home .to_order {
    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-3.jpg);
    background-size: cover;
    padding: 55px 0 74px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(27, 26, 26, 0.48);
    background-blend-mode: multiply;
}
body.home .featured_prod {
    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-1.jpg);
    padding: 76px 0;
}
body.home .featured_prod {
    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-1.jpg);
    padding: 76px 0 82px 0;
}
body.home-4 .featured_prod {
    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-1.jpg);
    padding: 76px 0 82px 0;
    background-position: center;
}
body.home .custom .tp-bullet {
    width: 6px !important;
    height: 6px !important;
    position: absolute;
    background: #aaa;
    background-color: #1b1c20;
    cursor: pointer;
    box-sizing: content-box;
}
body.home .sc_skills_count {
    background-color: transparent !important;
    border-color: #FEA526 !important;
}
body.home .skills {
    padding: 102px 0 113px 0;
}
body.home .recent_news {
    padding: 91px 0 108px 0;
}
body.home .header_slider .column-1_4 {
    width: 24.5% !important;
}
body.home .sc_clients{
	background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-2.jpg);
	padding: 35px 0;
	background-position: center;
}
body.home .header_slider {
    background-color: #121215;
    padding: 61px 0;
}
body.home-4 .same_categories {
    padding-top: 80px;
    padding-bottom: 10px;
}
body.home-4 .save_up_2{
	padding: 40px 0;
}
body.home-4 .team .row > [class*="column-"], .columns_wrap > [class*="column-"] {
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.home-4 img.logo_main {
    position: relative;
    left: 8%;
    height: 50% !important;
}
body.home-4 .column-1_4.contact_field.contact_cart {
    position: relative;
    left: 0.3%;
}
.contact_field.contact_cart {
    margin-left: 1%;
}
.tp-bullet {
    width: 6px !important;
    height: 6px !important;
}
body.home-3 #rev_slider_3_1_wrapper {
    margin-top: 296px !important;
    margin: 0px auto;
    background-color: transparent;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
body.home-3 #slide-8-layer-2{
	z-index: 6; 
	white-space: nowrap; 
	font-size: 70px; 
	line-height: 70px; 
	font-weight: 900; 
	color: rgba(255, 255, 255, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	font-style:italic;
}
body.home-3 #slide-8-layer-6{
	z-index: 9; 
	white-space: nowrap; 
	font-size: 14px; 
	line-height: 14px; 
	font-weight: 400; 
	color: rgba(254, 165, 38, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	letter-spacing:0.8px;
}
body.home-3 #slide-8-layer-5{
	z-index: 10; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 48px; 
	font-weight: 400; 
	color: rgba(254, 165, 38, 1.00);
	font-family:Roboto;
	text-transform:uppercase;
	padding:0px 28px 0 28px;
	border-color:rgba(254, 165, 38, 1.00);
	border-style:solid;
	border-width:2px;
	letter-spacing:1px;
	cursor:pointer;
}
body.home-3 #slide-9-layer-1{
	z-index: 5;text-transform:left;
}
body.home-3 #slide-9-layer-2{
	z-index: 6; 
	white-space: nowrap; 
	font-size: 70px; 
	line-height: 70px; 
	font-weight: 100;
	 color: rgba(255, 255, 255, 1.00);
	 font-family:Ubuntu;
	text-transform:uppercase;
	font-style:italic;
}
body.home-3 #slide-9-layer-7{
	z-index: 7; 
	white-space: nowrap; 
	font-size: 70px; 
	line-height: 70px; 
	font-weight: 900; 
	color: rgba(255, 255, 255, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	font-style:italic;
}
body.home-3 #slide-9-layer-3{
	z-index: 8; 
	white-space: nowrap; 
	font-size: 17px; 
	line-height: 25px; 
	font-weight: 400; 
	color: rgba(193, 193, 193, 1.00);
	font-family:Roboto;
	text-transform:left;
}
body.home-3 #slide-9-layer-6{
	z-index: 9;
	 white-space: nowrap; 
	 font-size: 14px; 
	line-height: 14px; 
	font-weight: 400; 
	color: rgba(254, 165, 38, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	letter-spacing:0.8px;
}
body.home-3 #slide-9-layer-5{
	z-index: 10; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 48px; 
	font-weight: 400; 
	color: rgba(254, 165, 38, 1.00);
	font-family:Roboto;
	text-transform:uppercase;
	padding:0px 28px 0 28px;
	border-color:rgba(254, 165, 38, 1.00);
	border-style:solid;
	border-width:2px;
	letter-spacing:1px;
	cursor:pointer;
}
body.home-3 #slide-8-layer-3{
	z-index: 8; 
	white-space: nowrap; 
	font-size: 17px; 
	line-height: 25px; 
	font-weight: 400; 
	color: rgba(193, 193, 193, 1.00);
	font-family:Roboto;
	text-transform:left;
}
body.home-3 #slide-8-layer-7{
	z-index: 7; 
	white-space: nowrap; 
	font-size: 70px; 
	line-height: 70px; 
	font-weight: 900; color: rgba(255, 255, 255, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	font-style:italic;
}
body.home-4 #rev_slider_4_1_wrapper{
	margin:0px auto;background-color:transparent;padding:0px;margin-top:0px;margin-bottom:0px;
}

body.home-4 #slide-12-layer-2{
z-index: 6;
 white-space:
 nowrap; 
 font-size: 70px; 
 line-height: 70px; 
font-style: italic;
 font-weight: 100 !important; 
 color: rgba(255, 255, 255, 1.00);
 font-family:Ubuntu;
 text-transform:uppercase;
}
body.home-4 #slide-11-layer-2{
	left: -3% !important;
}
body.home-4 #slide-11-layer-7{
	left: -2.5% !important;
}
body.home-4 .tp-bullet{
	background-color: #1b1c20 !important;
}
body.home-4 .tp-bullet.selected {
    border-color: #fea526 !important;
    background-color: #fea526 !important;
}
body.home-3 .tp-bullet{
	background-color: #1b1c20 !important;
}
body.home-3 .tp-bullet.selected {
    border-color: #fea526 !important;
    background-color: #fea526 !important;
}
body.home-3 .sc_skills_item{
	padding-top: 41px;
}
body.home-3 .column-1_4, .column-2_8, .column-3_12 {
    width: 24%!important;
}
body.home-3 .logo img {
    position: relative;
    left: 8%;
}
body.home-3 #sc_events_1674404313_wrap{
    padding-top: 102px;
}
body.home-3 #sc_events_1674404314_wrap {
    padding-top: 102px;
}
body.home-3 .gallery1{
	padding-bottom:3.3em;
}
body.home-3 .icon-iconmonstr-shopping-cart-4-icon::before {
    content: '\e8ee';
    position: absolute;
    left: 2px;
    z-index: 1;
}
body.home-3 .scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 26px;
}
body.home-3 span.contact_cart_label {
    position: relative;
    left: 5.5px;
}
body.home-3 span.contact_cart_totals {
    position: relative;
    left: 5.5px;
}
body.home-3 #sc_skills_diagram_915569813{
	margin: auto;
	width:210px;
}
body.home-3 #sc_skills_diagram_936377264{
	margin: auto;width:210px;
}
body.home-3 #sc_skills_diagram_1822722920{
	margin: auto;width:210px;
}
body.home-3 #sc_skills_diagram_1861728332{
	margin: auto;width:210px;
}
body.cart label.billing_country{
	color: #808080 !important;
}
body.shop .scheme_original .pagination_single > .pager_numbers, .scheme_original .pagination_single a:hover, .scheme_original .pagination_slider .pager_cur:hover, .scheme_original .pagination_slider .pager_cur:focus, .scheme_original .pagination_pages > .active, .scheme_original .pagination_pages > a:hover {
    color: #000 !important;
}
body.shop .scheme_original .pagination_single > .pager_numbers, .scheme_original .pagination_single a, .scheme_original .pagination_slider .pager_cur, .scheme_original .pagination_pages > a, .scheme_original .pagination_pages > span {
    color: #000 !important;
}
body.shortcodes .scheme_original .woocommerce .woocommerce-ordering select {
    background-color: #000 !important;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}
body.shortcodes select::-ms-expand {
  display: none;
}
body.masonry_3_col .scheme_original .pagination_single > .pager_numbers, .scheme_original .pagination_single a:hover, .scheme_original .pagination_slider .pager_cur:hover, .scheme_original .pagination_slider .pager_cur:focus, .scheme_original .pagination_pages > .active, .scheme_original .pagination_pages > a:hover {
    color: #fff !important;
}
body.masonry_3_col .scheme_original .pagination_single > .pager_numbers, .scheme_original .pagination_single a, .scheme_original .pagination_slider .pager_cur, .scheme_original .pagination_pages > a, .scheme_original .pagination_pages > span {
    color: #fff !important;
}
body.single-post .comments_email {
    width: 50.5% !important;
}
body.shop #pagination span.pager_current{
	color: #000 !important;
}
body.shop #pagination a{
	color: #000 !important;
}
body.home-4 #slide-12-layer-7{
	z-index: 7; 
	white-space: nowrap; 
	font-size: 70px; 
	line-height: 70px; 
	font-weight: 900; 
	color: rgba(255, 255, 255, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	font-style:italic;
}
body.home-4 #slide-12-layer-6{
	z-index: 8; 
	white-space: nowrap; 
	font-size: 14px; 
	line-height: 14px; 
	font-weight: 400; 
	color: rgba(254, 165, 38, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	letter-spacing:0.8px;
}
body.home-4 #slide-12-layer-5{
	z-index: 9; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 48px; 
	font-weight: 400; 
	color: rgba(254, 165, 38, 1.00);
	font-family:Roboto;
	text-transform:uppercase;
	padding:0px 28px 0 28px;
	border-color:rgba(254, 165, 38, 1.00);
	border-style:solid;
	border-width:2px;
	letter-spacing:1px;
	cursor:pointer;
}
body.home-4 #slide-11-layer-1{
	z-index: 5;
	text-transform:left;
}
body.home-4 .tp-bannertimer{
	visibility: hidden !important;
}
body.home-4 #slide-11-layer-2{
	z-index: 6; 
	white-space: nowrap; 
	font-size: 70px; 
	line-height: 70px;
	font-weight: 900; 
	color: rgba(255, 255, 255, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	font-style:italic;
}
body.home-4 #slide-11-layer-7{
	z-index: 7; 
	white-space: nowrap; 
	font-size: 70px; 
	line-height: 70px; 
	font-weight: 900; 
	color: rgba(255, 255, 255, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	font-style:italic;
}

body.home-4 #slide-11-layer-3{
	z-index: 8; 
	white-space: nowrap; 
	font-size: 17px; 
	line-height: 25px; 
	font-weight: 400; 
	color: rgba(193, 193, 193, 1.00);
	font-family:Roboto;
	text-transform:left;
}
body.home-4 #slide-11-layer-6{
	z-index: 9; 
	white-space: nowrap; 
	font-size: 14px; 
	line-height: 14px; 
	font-weight: 400; 
	color: rgba(254, 165, 38, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	letter-spacing:0.8px;
}
body.home-4 #slide-11-layer-5{
	z-index: 10; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 48px; 
	font-weight: 400; 
	color: rgba(254, 165, 38, 1.00);
	font-family:Roboto;
	text-transform:uppercase;
	padding:0px 28px 0 28px;
	border-color:rgba(254, 165, 38, 1.00);
	border-style:solid;
	border-width:2px;
	letter-spacing:1px;
	cursor:pointer;
}
body.home-4 #slide-14-layer-1{
	z-index: 5;
	text-transform:left;
}
body.home-4 #slide-14-layer-2{
	z-index: 6; 
	white-space: 
	nowrap; font-size: 70px;
	line-height: 70px;
	font-weight: 100; 
	color: rgba(255, 255, 255, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	font-style:italic;
}
body.home-4 #slide-14-layer-7{
	z-index: 7; 
	white-space: nowrap; 
	font-size: 70px; 
	line-height: 70px; 
	font-weight: 900; 
	color: rgba(255, 255, 255, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	font-style:italic;
}
body.home-4 #slide-14-layer-6{
	z-index: 8; 
	white-space: nowrap; 
	font-size: 14px; 
	line-height: 14px; 
	font-weight: 400; 
	color: rgba(254, 165, 38, 1.00);
	font-family:Ubuntu;
	text-transform:uppercase;
	letter-spacing:0.8px;
}
body.home-4 #slide-14-layer-5{
	z-index: 9; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 48px;
	 font-weight: 400; 
	 color: rgba(254, 165, 38, 1.00);
	font-family:Roboto;
	text-transform:uppercase;
	padding:0px 28px 0 28px;
	border-color:rgba(254, 165, 38, 1.00);
	border-style:solid;
	border-width:2px;
	letter-spacing:1px;
	cursor:pointer;
}
body.home #rev_slider_1_1_wrapper{
	margin:0px auto;background-color:transparent;padding:0px;margin-top:0px;margin-bottom:0px;
}
body.home #slide-1-layer-1{
	z-index: 5;text-transform:left;
}
body.home #slide-1-layer-2{
	z-index: 6; white-space: nowrap; font-size: 60px; line-height: 70px; font-weight: 900; color: rgba(255, 255, 255, 1.00);font-family:Ubuntu;text-transform:left;
}
body.home #slide-1-layer-3{
	z-index: 7; white-space: nowrap; font-size: 22px; line-height: 22px; font-weight: 300; color: rgba(255, 255, 255, 1.00);font-family:Ubuntu;text-transform:left;
}
body.home #slide-1-layer-4{
	z-index: 8; white-space: nowrap; font-size: 40px; line-height: 40px; font-weight: 900; color: rgba(254, 165, 38, 1.00);font-family:Ubuntu;text-transform:left;
}
body.home #slide-1-layer-5{
	z-index: 9; white-space: nowrap; font-size: 12px; line-height: 48px; font-weight: 400; color: rgba(255, 255, 255, 1.00);font-family:Roboto;text-transform:uppercase;padding:0px 28px 0 28px;border-color:rgba(255, 255, 255, 1.00);border-style:solid;border-width:2px;letter-spacing:1px;cursor:pointer;"
}
body.home #slide-3-layer-1{
	z-index: 5;text-transform:left;
}
body.home #slide-3-layer-2{
	z-index: 6; white-space: nowrap; font-size: 60px; line-height: 70px; font-weight: 900; color: rgba(255, 255, 255, 1.00);font-family:Ubuntu;text-transform:uppercase;
}
body.home #slide-3-layer-3{
	z-index: 7; white-space: nowrap; font-size: 22px; line-height: 22px; font-weight: 300; color: rgba(255, 255, 255, 1.00);font-family:Ubuntu;text-transform:left;
}
body.home #slide-3-layer-4{
	z-index: 8; white-space: nowrap; font-size: 40px; line-height: 40px; font-weight: 900; color: rgba(254, 165, 38, 1.00);font-family:Ubuntu;text-transform:left;
}
body.home #slide-3-layer-5{
	z-index: 9; white-space: nowrap; font-size: 12px; line-height: 48px; font-weight: 400; color: rgba(255, 255, 255, 1.00);font-family:Roboto;text-transform:uppercase;padding:0px 28px 0 28px;border-color:rgba(255, 255, 255, 1.00);border-style:solid;border-width:2px;letter-spacing:1px;cursor:pointer;
}
body.home #slide-4-layer-1{
	z-index: 5;text-transform:left;
}
body.home #slide-4-layer-2{
	z-index: 6; white-space: nowrap; font-size: 70px; line-height: 70px; font-weight: 900; color: rgba(255, 255, 255, 1.00);font-family:Ubuntu;text-transform:uppercase;
}
body.home #slide-4-layer-6{
	z-index: 7; white-space: nowrap; font-size: 25px; line-height: 25px; font-weight: 900; color: rgba(254, 165, 38, 1.00);font-family:Ubuntu;text-transform:uppercase;letter-spacing:2px;
}
body.home #slide-4-layer-3{
	z-index: 8; white-space: nowrap; font-size: 15px; line-height: 22px; font-weight: 300; color: rgba(255, 255, 255, 1.00);font-family:Ubuntu;text-align:center;text-transform:uppercase;letter-spacing:4px;
}
body.home #slide-4-layer-5{
	z-index: 9; white-space: nowrap; font-size: 12px; line-height: 48px; font-weight: 400; color: rgba(254, 165, 38, 1.00);font-family:Roboto;text-transform:uppercase;padding:0px 28px 0 28px;border-color:rgba(254, 165, 38, 1.00);border-style:solid;border-width:2px;letter-spacing:1px;cursor:pointer;
}
body.home #sc_skills_diagram_1823029194{
	margin: auto;width:210px;
}
body.home #sc_skills_diagram_626422788{
	margin: auto;width:210px;
}
body.home #sc_skills_diagram_1271388801{
	margin: auto;width:210px;
}
body.home #sc_skills_diagram_1020434104{
	margin: auto;width:210px;
}
/* End */


/* Start:/bitrix/templates/timeberry_new/css/fontello/css/fontello.css?155505470417732*/
@font-face {
  font-family: 'fontello';
  src: url('/bitrix/templates/timeberry_new/css/fontello/css/../font/fontello.eot?50171025');
  src: url('/bitrix/templates/timeberry_new/css/fontello/css/../font/fontello.eot?50171025#iefix') format('embedded-opentype'),
       url('/bitrix/templates/timeberry_new/css/fontello/css/../font/fontello.woff?50171025') format('woff'),
       url('/bitrix/templates/timeberry_new/css/fontello/css/../font/fontello.ttf?50171025') format('truetype'),
       url('/bitrix/templates/timeberry_new/css/fontello/css/../font/fontello.svg?50171025#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/bitrix/templates/timeberry_new/css/fontello/css/../font/fontello.svg?50171025#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-vcard:before { content: '\e800'; } /* 'о Ђ' */
.icon-pin:before { content: '\e801'; } /* 'о Ѓ' */
.icon-reply:before { content: '\e802'; } /* 'о ‚' */
.icon-reply-all:before { content: '\e803'; } /* 'о ѓ' */
.icon-forward:before { content: '\e804'; } /* 'о „' */
.icon-print:before { content: '\e805'; } /* 'о …' */
.icon-keyboard:before { content: '\e806'; } /* 'о †' */
.icon-search:before { content: '\e807'; } /* 'о ‡' */
.icon-clock-empty:before { content: '\e808'; } /* 'о €' */
.icon-hourglass:before { content: '\e809'; } /* 'о ‰' */
.icon-login:before { content: '\e80a'; } /* 'о Љ' */
.icon-logout:before { content: '\e80b'; } /* 'о ‹' */
.icon-picture:before { content: '\e80c'; } /* 'о Њ' */
.icon-brush:before { content: '\e80d'; } /* 'о Ќ' */
.icon-ccw:before { content: '\e80e'; } /* 'о Ћ' */
.icon-cw:before { content: '\e80f'; } /* 'о Џ' */
.icon-refresh:before { content: '\e810'; } /* 'о ђ' */
.icon-clock:before { content: '\e811'; } /* 'о ‘' */
.icon-circle-empty:before { content: '\e812'; } /* 'о ’' */
.icon-circle-dot:before { content: '\e813'; } /* 'о “' */
.icon-circle:before { content: '\e814'; } /* 'о ”' */
.icon-checkbox:before { content: '\e815'; } /* 'о •' */
.icon-checkbox-empty:before { content: '\e816'; } /* 'о –' */
.icon-book:before { content: '\e817'; } /* 'о —' */
.icon-mail-empty:before { content: '\e818'; } /* 'о ' */
.icon-mail:before { content: '\e819'; } /* 'о ™' */
.icon-phone:before { content: '\e81a'; } /* 'о љ' */
.icon-book-open:before { content: '\e81b'; } /* 'о ›' */
.icon-users-group:before { content: '\e81c'; } /* 'о њ' */
.icon-male:before { content: '\e81d'; } /* 'о ќ' */
.icon-female:before { content: '\e81e'; } /* 'о ћ' */
.icon-child:before { content: '\e81f'; } /* 'о џ' */
.icon-star:before { content: '\e820'; } /* 'о  ' */
.icon-globe:before { content: '\e821'; } /* 'о Ў' */
.icon-mobile:before { content: '\e822'; } /* 'о ў' */
.icon-tablet:before { content: '\e823'; } /* 'о Ј' */
.icon-laptop:before { content: '\e824'; } /* 'о ¤' */
.icon-desktop:before { content: '\e825'; } /* 'о Ґ' */
.icon-cog:before { content: '\e826'; } /* 'о ¦' */
.icon-cogs:before { content: '\e827'; } /* 'о §' */
.icon-down:before { content: '\e828'; } /* 'о Ё' */
.icon-wrench:before { content: '\e829'; } /* 'о ©' */
.icon-sliders:before { content: '\e82a'; } /* 'о Є' */
.icon-lock:before { content: '\e82b'; } /* 'о «' */
.icon-trophy:before { content: '\e82c'; } /* 'о ¬' */
.icon-spin3:before { content: '\e82d'; } /* 'о ­' */
.icon-spin1:before { content: '\e82e'; } /* 'о ®' */
.icon-spin2:before { content: '\e82f'; } /* 'о Ї' */
.icon-spin4:before { content: '\e830'; } /* 'о °' */
.icon-spin5:before { content: '\e831'; } /* 'о ±' */
.icon-spin6:before { content: '\e832'; } /* 'о І' */
.icon-location:before { content: '\e833'; } /* 'о і' */
.icon-address:before { content: '\e834'; } /* 'о ґ' */
.icon-up:before { content: '\e835'; } /* 'о µ' */
.icon-right:before { content: '\e836'; } /* 'о ¶' */
.icon-left:before { content: '\e837'; } /* 'о ·' */
.icon-music-light:before { content: '\e838'; } /* 'о ё' */
.icon-search-light:before { content: '\e839'; } /* 'о №' */
.icon-mail-light:before { content: '\e83a'; } /* 'о є' */
.icon-heart-light:before { content: '\e83b'; } /* 'о »' */
.icon-dot:before { content: '\e83c'; } /* 'о ј' */
.icon-user-light:before { content: '\e83d'; } /* 'о Ѕ' */
.icon-video-light:before { content: '\e83e'; } /* 'о ѕ' */
.icon-camera-light:before { content: '\e83f'; } /* 'о ї' */
.icon-photo-light:before { content: '\e840'; } /* 'оЎЂ' */
.icon-attach-light:before { content: '\e841'; } /* 'оЎЃ' */
.icon-lock-light:before { content: '\e842'; } /* 'оЎ‚' */
.icon-eye-light:before { content: '\e843'; } /* 'оЎѓ' */
.icon-tag-light:before { content: '\e844'; } /* 'оЎ„' */
.icon-thumbs-up-light:before { content: '\e845'; } /* 'оЎ…' */
.icon-pencil-light:before { content: '\e846'; } /* 'оЎ†' */
.icon-comment-light:before { content: '\e847'; } /* 'оЎ‡' */
.icon-location-light:before { content: '\e848'; } /* 'оЎ€' */
.icon-cup-light:before { content: '\e849'; } /* 'оЎ‰' */
.icon-trash-light:before { content: '\e84a'; } /* 'оЎЉ' */
.icon-doc-light:before { content: '\e84b'; } /* 'оЎ‹' */
.icon-key-light:before { content: '\e84c'; } /* 'оЎЊ' */
.icon-database-light:before { content: '\e84d'; } /* 'оЎЌ' */
.icon-megaphone-light:before { content: '\e84e'; } /* 'оЎЋ' */
.icon-graduation-light:before { content: '\e84f'; } /* 'оЎЏ' */
.icon-fire-light:before { content: '\e850'; } /* 'оЎђ' */
.icon-paper-plane-light:before { content: '\e851'; } /* 'оЎ‘' */
.icon-cloud-light:before { content: '\e852'; } /* 'оЎ’' */
.icon-globe-light:before { content: '\e853'; } /* 'оЎ“' */
.icon-inbox-light:before { content: '\e854'; } /* 'оЎ”' */
.icon-cd-light:before { content: '\e855'; } /* 'оЎ•' */
.icon-mobile-light:before { content: '\e856'; } /* 'оЎ–' */
.icon-desktop-light:before { content: '\e857'; } /* 'оЎ—' */
.icon-tv-light:before { content: '\e858'; } /* 'оЎ' */
.icon-wallet-light:before { content: '\e859'; } /* 'оЎ™' */
.icon-t-shirt-light:before { content: '\e85a'; } /* 'оЎљ' */
.icon-lightbulb-light:before { content: '\e85b'; } /* 'оЎ›' */
.icon-clock-light:before { content: '\e85c'; } /* 'оЎњ' */
.icon-diamond-light:before { content: '\e85d'; } /* 'оЎќ' */
.icon-shop-light:before { content: '\e85e'; } /* 'оЎћ' */
.icon-sound-light:before { content: '\e85f'; } /* 'оЎџ' */
.icon-calendar-light:before { content: '\e860'; } /* 'оЎ ' */
.icon-food-light:before { content: '\e861'; } /* 'оЎЎ' */
.icon-money-light:before { content: '\e862'; } /* 'оЎў' */
.icon-params-light:before { content: '\e863'; } /* 'оЎЈ' */
.icon-cog-light:before { content: '\e864'; } /* 'оЎ¤' */
.icon-beaker-light:before { content: '\e865'; } /* 'оЎҐ' */
.icon-note-light:before { content: '\e866'; } /* 'оЎ¦' */
.icon-truck-light:before { content: '\e867'; } /* 'оЎ§' */
.icon-behance:before { content: '\e868'; } /* 'оЎЁ' */
.icon-bitbucket:before { content: '\e869'; } /* 'оЎ©' */
.icon-cc:before { content: '\e86a'; } /* 'оЎЄ' */
.icon-codeopen:before { content: '\e86b'; } /* 'оЎ«' */
.icon-css3:before { content: '\e86c'; } /* 'оЎ¬' */
.icon-delicious:before { content: '\e86d'; } /* 'оЎ­' */
.icon-digg:before { content: '\e86e'; } /* 'оЎ®' */
.icon-dribbble:before { content: '\e86f'; } /* 'оЎЇ' */
.icon-deviantart:before { content: '\e870'; } /* 'оЎ°' */
.icon-dropbox:before { content: '\e871'; } /* 'оЎ±' */
.icon-drupal:before { content: '\e872'; } /* 'оЎІ' */
.icon-facebook:before { content: '\e873'; } /* 'оЎі' */
.icon-flickr:before { content: '\e874'; } /* 'оЎґ' */
.icon-foursquare:before { content: '\e875'; } /* 'оЎµ' */
.icon-git:before { content: '\e876'; } /* 'оЎ¶' */
.icon-github:before { content: '\e877'; } /* 'оЎ·' */
.icon-gittip:before { content: '\e878'; } /* 'оЎё' */
.icon-google:before { content: '\e879'; } /* 'оЎ№' */
.icon-gplus:before { content: '\e87a'; } /* 'оЎє' */
.icon-gwallet:before { content: '\e87b'; } /* 'оЎ»' */
.icon-hacker-news:before { content: '\e87c'; } /* 'оЎј' */
.icon-html5:before { content: '\e87d'; } /* 'оЎЅ' */
.icon-instagramm:before { content: '\e87e'; } /* 'оЎѕ' */
.icon-ioxhost:before { content: '\e87f'; } /* 'оЎї' */
.icon-joomla:before { content: '\e880'; } /* 'оўЂ' */
.icon-jsfiddle:before { content: '\e881'; } /* 'оўЃ' */
.icon-lastfm:before { content: '\e882'; } /* 'оў‚' */
.icon-linux:before { content: '\e883'; } /* 'оўѓ' */
.icon-linkedin:before { content: '\e884'; } /* 'оў„' */
.icon-maxcdn:before { content: '\e885'; } /* 'оў…' */
.icon-meanpath:before { content: '\e886'; } /* 'оў†' */
.icon-openid:before { content: '\e887'; } /* 'оў‡' */
.icon-pagelines:before { content: '\e888'; } /* 'оў€' */
.icon-paypal:before { content: '\e889'; } /* 'оў‰' */
.icon-qq:before { content: '\e88a'; } /* 'оўЉ' */
.icon-reddit:before { content: '\e88b'; } /* 'оў‹' */
.icon-renren:before { content: '\e88c'; } /* 'оўЊ' */
.icon-skype:before { content: '\e88d'; } /* 'оўЌ' */
.icon-slack:before { content: '\e88e'; } /* 'оўЋ' */
.icon-slideshare:before { content: '\e88f'; } /* 'оўЏ' */
.icon-soundcloud:before { content: '\e890'; } /* 'оўђ' */
.icon-spotify:before { content: '\e891'; } /* 'оў‘' */
.icon-stackexchange:before { content: '\e892'; } /* 'оў’' */
.icon-stackoverflow:before { content: '\e893'; } /* 'оў“' */
.icon-steam:before { content: '\e894'; } /* 'оў”' */
.icon-stumbleupon:before { content: '\e895'; } /* 'оў•' */
.icon-tencent-weibo:before { content: '\e896'; } /* 'оў–' */
.icon-trello:before { content: '\e897'; } /* 'оў—' */
.icon-tumblr:before { content: '\e898'; } /* 'оў' */
.icon-twitch:before { content: '\e899'; } /* 'оў™' */
.icon-twitter:before { content: '\e89a'; } /* 'оўљ' */
.icon-vine:before { content: '\e89b'; } /* 'оў›' */
.icon-vkontakte:before { content: '\e89c'; } /* 'оўњ' */
.icon-wechat:before { content: '\e89d'; } /* 'оўќ' */
.icon-weibo:before { content: '\e89e'; } /* 'оўћ' */
.icon-windows:before { content: '\e89f'; } /* 'оўџ' */
.icon-wordpress:before { content: '\e8a0'; } /* 'оў ' */
.icon-xing:before { content: '\e8a1'; } /* 'оўЎ' */
.icon-yelp:before { content: '\e8a2'; } /* 'оўў' */
.icon-youtube:before { content: '\e8a3'; } /* 'оўЈ' */
.icon-yahoo:before { content: '\e8a4'; } /* 'оў¤' */
.icon-lemon:before { content: '\e8a5'; } /* 'оўҐ' */
.icon-blank:before { content: '\e8a6'; } /* 'оў¦' */
.icon-pinterest-circled:before { content: '\e8a7'; } /* 'оў§' */
.icon-heart-empty:before { content: '\e8a8'; } /* 'оўЁ' */
.icon-lock-open:before { content: '\e8a9'; } /* 'оў©' */
.icon-heart:before { content: '\e8aa'; } /* 'оўЄ' */
.icon-check:before { content: '\e8ab'; } /* 'оў«' */
.icon-cancel:before { content: '\e8ac'; } /* 'оў¬' */
.icon-plus:before { content: '\e8ad'; } /* 'оў­' */
.icon-minus:before { content: '\e8ae'; } /* 'оў®' */
.icon-double-left:before { content: '\e8af'; } /* 'оўЇ' */
.icon-double-right:before { content: '\e8b0'; } /* 'оў°' */
.icon-double-up:before { content: '\e8b1'; } /* 'оў±' */
.icon-double-down:before { content: '\e8b2'; } /* 'оўІ' */
.icon-help:before { content: '\e8b3'; } /* 'оўі' */
.icon-info:before { content: '\e8b4'; } /* 'оўґ' */
.icon-link:before { content: '\e8b5'; } /* 'оўµ' */
.icon-quote:before { content: '\e8b6'; } /* 'оў¶' */
.icon-attach:before { content: '\e8b7'; } /* 'оў·' */
.icon-eye:before { content: '\e8b8'; } /* 'оўё' */
.icon-tag:before { content: '\e8b9'; } /* 'оў№' */
.icon-menu:before { content: '\e8ba'; } /* 'оўє' */
.icon-pencil:before { content: '\e8bb'; } /* 'оў»' */
.icon-feather:before { content: '\e8bc'; } /* 'оўј' */
.icon-code:before { content: '\e8bd'; } /* 'оўЅ' */
.icon-home:before { content: '\e8be'; } /* 'оўѕ' */
.icon-camera:before { content: '\e8bf'; } /* 'оўї' */
.icon-pictures:before { content: '\e8c0'; } /* 'оЈЂ' */
.icon-video:before { content: '\e8c1'; } /* 'оЈЃ' */
.icon-users:before { content: '\e8c2'; } /* 'оЈ‚' */
.icon-user:before { content: '\e8c3'; } /* 'оЈѓ' */
.icon-user-add:before { content: '\e8c4'; } /* 'оЈ„' */
.icon-comment:before { content: '\e8c5'; } /* 'оЈ…' */
.icon-chat-empty:before { content: '\e8c6'; } /* 'оЈ†' */
.icon-bell:before { content: '\e8c7'; } /* 'оЈ‡' */
.icon-star-empty:before { content: '\e8c8'; } /* 'оЈ€' */
.icon-dot2:before { content: '\e8c9'; } /* 'оЈ‰' */
.icon-dot3:before { content: '\e8ca'; } /* 'оЈЉ' */
.icon-note:before { content: '\e8cb'; } /* 'оЈ‹' */
.icon-basket:before { content: '\e8cc'; } /* 'оЈЊ' */
.icon-note2:before { content: '\e8cd'; } /* 'оЈЌ' */
.icon-share:before { content: '\e8ce'; } /* 'оЈЋ' */
.icon-doc:before { content: '\e8cf'; } /* 'оЈЏ' */
.icon-doc-text:before { content: '\e8d0'; } /* 'оЈђ' */
.icon-file-pdf:before { content: '\e8d1'; } /* 'оЈ‘' */
.icon-file-word:before { content: '\e8d2'; } /* 'оЈ’' */
.icon-file-excel:before { content: '\e8d3'; } /* 'оЈ“' */
.icon-file-powerpoint:before { content: '\e8d4'; } /* 'оЈ”' */
.icon-file-image:before { content: '\e8d5'; } /* 'оЈ•' */
.icon-file-archive:before { content: '\e8d6'; } /* 'оЈ–' */
.icon-file-audio:before { content: '\e8d7'; } /* 'оЈ—' */
.icon-file-video:before { content: '\e8d8'; } /* 'оЈ' */
.icon-file-code:before { content: '\e8d9'; } /* 'оЈ™' */
.icon-trash-empty:before { content: '\e8da'; } /* 'оЈљ' */
.icon-trash:before { content: '\e8db'; } /* 'оЈ›' */
.icon-th-large:before { content: '\e8dc'; } /* 'оЈњ' */
.icon-th:before { content: '\e8dd'; } /* 'оЈќ' */
.icon-th-list:before { content: '\e8de'; } /* 'оЈћ' */
.icon-flag:before { content: '\e8df'; } /* 'оЈџ' */
.icon-attention:before { content: '\e8e0'; } /* 'оЈ ' */
.icon-play:before { content: '\e8e1'; } /* 'оЈЎ' */
.icon-stop:before { content: '\e8e2'; } /* 'оЈў' */
.icon-pause:before { content: '\e8e3'; } /* 'оЈЈ' */
.icon-record:before { content: '\e8e4'; } /* 'оЈ¤' */
.icon-to-end:before { content: '\e8e5'; } /* 'оЈҐ' */
.icon-tools:before { content: '\e8e6'; } /* 'оЈ¦' */
.icon-retweet:before { content: '\e8e7'; } /* 'оЈ§' */
.icon-to-start:before { content: '\e8e8'; } /* 'оЈЁ' */
.icon-fast-forward:before { content: '\e8e9'; } /* 'оЈ©' */
.icon-fast-backward:before { content: '\e8ea'; } /* 'оЈЄ' */
.icon-puzzle:before { content: '\e8eb'; } /* 'оЈ«' */
.icon-border-right:before { content: '\e8ec'; } /* 'оЈ¬' */
.icon-border-left:before { content: '\e8ed'; } /* 'оЈ­' */
.icon-iconmonstr-shopping-cart-4-icon:before { content: '\e8ee'; } /* 'оЈ®' */
.icon-iconmonstr-time-icon:before { content: '\e8ef'; } /* 'оЈЇ' */
.icon-iconmonstr-target-icon:before { content: '\e8f0'; } /* 'оЈ°' */
.icon-iconmonstr-shipping-box-12-icon:before { content: '\e8f1'; } /* 'оЈ±' */
.icon-iconmonstr-crosshair-7-icon:before { content: '\e8f2'; } /* 'оЈІ' */
.icon-iconmonstr-trophy-6-icon:before { content: '\e8f3'; } /* 'оЈі' */
.icon-iconmonstr-logout-icon:before { content: '\e8f4'; } /* 'оЈґ' */
.icon-iconmonstr-flashlight-10-icon:before { content: '\e8f5'; } /* 'оЈµ' */
.icon-iconmonstr-magnifier-2-icon:before { content: '\e8f6'; } /* 'оЈ¶' */
.icon-iconmonstr-pencil-6-icon:before { content: '\e8f7'; } /* 'оЈ·' */
.icon-iconmonstr-map-5-icon:before { content: '\e8f8'; } /* 'оЈё' */
.icon-iconmonstr-phone-2-icon:before { content: '\e8f9'; } /* 'оЈ№' */
.icon-iconmonstr-police-weapon-icon:before { content: '\e8fa'; } /* 'оЈє' */
.icon-iconmonstr-safe-2-icon:before { content: '\e8fb'; } /* 'оЈ»' */
.icon-video-1:before { content: '\e8fc'; } /* 'оЈј' */
.icon-volume-up:before { content: '\e8fd'; } /* 'оЈЅ' */
.icon-volume-off:before { content: '\e8fe'; } /* 'оЈѕ' */
.icon-ok:before { content: '\e8ff'; } /* 'оЈї' */
.icon-info-1:before { content: '\e900'; } /* 'о¤Ђ' */
.icon-attention-alt:before { content: '\e901'; } /* 'о¤Ѓ' */
.icon-cancel-1:before { content: '\e902'; } /* 'о¤‚' */
.icon-square:before { content: '\e903'; } /* 'о¤ѓ' */
.icon-quote-1:before { content: '\e904'; } /* 'о¤„' */
.icon-user-plus:before { content: '\e905'; } /* 'о¤…' */
.icon-user-times:before { content: '\e906'; } /* 'о¤†' */
.icon-binocle:before { content: '\e907'; } /* 'о¤‡' */
/* End */


/* Start:/bitrix/templates/timeberry_new/js/essential-grid/css/settings.css?155505470436841*/
/*-----------------------------------------------------------------------------

	-	esg Portfolio -

Screen Stylesheet

author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/****************************************
	-	BASIC SETTINGS FOR PORTFOLIO-
*****************************************/
body.home-3 .eec_main {
    top: 30px !important;
}
.esg-starring	{	line-height:25px;display: inline-block}
.esg-starring .star-rating{	float: none; }

.esg-starring .star-rating {
color: #FFC321 !important;
}

.esg-starring .star-rating, .esg-starring-page .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
font-size: 1em;
width: 5.4em;
font-family: star;
}

.esg-starring .star-rating:before, .esg-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}

.esg-starring star-rating span,
.esg-starring .star-rating span {
									overflow: hidden;
									float: left;
									top: 0;
									left: 0;
									position: absolute;
									padding-top: 1.5em;
									}

.esg-starring .star-rating span:before,
.esg-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}

.esg-starring .star-rating {
color: #FFC321 !important;
}


.esg-starring .star-rating, .esg-starring-page .star-rating {
line-height: 1em;
font-size: 1em;
font-family: star;
}

.esg-grid	{	width:100%;max-width:100%; font-family: 'Open Sans', sans-serif; -webkit-backface-visibility: hidden; backface-visibility:hidden; -webkit-transform: translateZ(0px); transform: translateZ(0px)}
@-moz-document url-prefix() {
  .esg-grid  { transform: none !important}
}

.esg-grid .mainul,
.esg-grid .mainul>li { list-style: none;
	margin:0;
	padding:0;
	transform-style: flat !important;}



.esg-grid * { -webkit-font-smoothing:antialiased; font-smoothing: antialiased;}
.esg-container ul,
.esg-container li {
	list-style: none;
	margin:0;
	padding:0;
	transform-style: flat !important;

}

.esg-overflowtrick	{	position: relative; width:100%; height:auto;
						overflow:hidden;
						padding:0px; box-sizing:border-box;
						-moz-box-sizing:border-box;
						-webkit-box-sizing:border-box;

						z-index:1;
						/*background:#00ff00;*/
					}

.esg-container	{
		position:relative;
		width:100%;
		height:auto;

}

.esg-container >ul,
.esg-overflowtrick >ul {
	width:100%;
	max-width:100%;
	height:0px;
/*	display:none;*/
	position: relative;
	overflow: visible;
/*	background:#ff0000;
	padding:30px;
	margin:-30px;*/
}

.esg-grid li {
		 border: 0px solid transparent;
         outline: 0px solid transparent;
         visibility: hidden;
         display: none;
	/*	 -moz-backface-visibility: hidden;*/




}

.esg-clear				{	clear:both; height:5px !important; background: none !important; }
.esg-clear-no-height,
.eg-clearfix			{	clear:both; height:0px !important; background: none !important; }


.esg-divide-5	{	width:100%;height:5px}
.esg-divide-15	{	width:100%;height:15px}
.esg-divide-20	{	width:100%;height:20px}
.esg-divide-22	{	width:100%;height:22px}
.esg-divide-30	{	width:100%;height:30px}

.esg-click-to-play-video	{	cursor: pointer}

.esg-entry-media iframe		{	-webkit-transform-style: flat;
								-webkit-transform: translateZ(1000px);
							}

/******************************
	-	THE ESG ITEMS	-
********************************/

.esg-container .tp-esg-item					{ 	position:absolute; top:0px;left:0px; }


.esg-container .tp-esg-item					{	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.esg-container .tp-esg-item .blackoverlay	{	width:100%;height:100%;position: absolute;background:#000; top:0px;left:0px;}



.tp-esg-item					{	z-index:5 }
.tp-esg-item.itemonotherpage	{	z-index:0; display:none;}


/******************************
	-	ESG ITEM POSITIONS	-
********************************/

.esg-entry-cover		{	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
							width:100%;height:100%;position:absolute;top:0px;left:0px;overflow: hidden;
							border: 0px solid transparent;
							outline: 0px solid transparent;
						}

.eec					{	display:block; width:auto; height:auto;position:absolute !important;  font-size:20px;top:47px !important;text-align:center; }

/* CONTAINERS */
.esg-tc 			{	top:0px; left:0px; width:100%;}
.esg-lc 			{	top:0px;left:0px; height:100%;}
.esg-cc {
    top: 67px !important;
    left: 0px;
    width: 100%;
    vertical-align: middle;
}

.esg-rc 			{	top:0px;right:0px; height:100%;}
.esg-bc 			{	bottom:0px;left:0px; width:100%;}


/* TOP CONTAINERS */

.esg-tc .ess-tb-cell			{	text-align:center; vertical-align: top; }


/* CENTER CONTAINERS */
.esg-lc .ess-tb-cell			{	text-align:left; vertical-align: middle;}
.esg-cc .ess-tb-cell			{	}
.esg-rc .ess-tb-cell			{	text-align:right; vertical-align: middle;}

/* RIGHT CONTAINERS */
.esg-blc .ess-tb-cell			{	text-align:left; vertical-align: bottom;}
.esg-bc .ess-tb-cell			{	text-align:center; vertical-align: bottom;}
.esg-brc .ess-tb-cell			{	text-align:right; vertical-align: bottom;}

.esg-bc .leftalign	{	text-align:left;}


/******************************
	-	ESG MEDIA	-
********************************/

.esg-entry-media							{	position:relative; border: 0px solid transparent;outline: 0px solid transparent;overflow: hidden;
											}

.esg-entry-media							{	width:100%;}
.esg-entry-media img						{	width:100%; height:auto; max-width:none !important; min-width:none !important}

.esg-layout-masonry .esg-entry-media img	{
	line-height: 0px;
	vertical-align: bottom;
	display: inline-block;

}


.esg-layout-even .esg-entry-media,
.esg-layout-even .esg-entry-media img		{	height:100%;}


.esg-layout-even .esg-entry-media img		{	display:none}


.esg-media-cover-wrapper					{	position: relative; width:100%;}
.esg-layout-even .esg-media-cover-wrapper	{	height:100%;}

.esg-entry-media-wrapper					{	z-index: 0; }
.esg-entry-media-wrapper .esg-video-frame	{ 	background: #000;}


/**********************************
	-	ESG COVER CONTAINER	-
**********************************/


.esg-entry-cover .esg-overlay						{	position: absolute; top:0px;left:0px; width:100%; height:100%; border: 0px solid transparent;
         												outline: 0px solid transparent;}
/******************************
	-	ESG CONTNER PART	-
********************************/


.esg-layout-even .esg-entry-content					{	display:none; }


.esg-entry-content									{
														box-sizing:border-box;
														-moz-box-sizing:border-box;
														-webkit-box-sizing:border-box;
														-webkit-backface-visibility: hidden;

													}



/******************************
	-	NAVIGATION SKINS	-
********************************/

.navigationbuttons,
.esg-pagination,
.esg-filters	{	position: relative; z-index:50; -webkit-backface-visibility:hidden;}

.esg-sortbutton-order.eg-icon-down-open.tp-asc { text-align: center}
.esg-sortbutton-order .tp-desc	{	text-align: center}

/******************************
	-	FILTER BUTTONS 	-
	-	NAVIGATION BUTTONS	-
********************************/

.esg-singlefilters .esg-filter-checked	{	display: none; -webkit-backface-visibility:hidden;}

.esg-filter-wrapper		{	 display:inline-block; }
.esg-sortbutton-wrapper	{	 display:inline-block; }
.esg-cartbutton-wrapper	{	 display:inline-block  }

/* DROP DOWN STYLE FOR ESSENTIAL GRID */
.esg-filter-wrapper.dropdownstyle					{	min-width:100px;cursor: pointer; position: relative; z-index:1500; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(1px);transform:translateZ(1px)}
.esg-filter-wrapper.dropdownstyle .esg-filterbutton	{	display:block;}
.esg-dropdown-wrapper								{	display:none; position: absolute; background:#fff; padding:20px;top:100%; -webkit-backface-visibility: hidden;
-webkit-transform: translateZ(10px);}

.esg-selected-filterbutton							{	color: #999;
														margin-right: 5px;
														cursor: pointer;
														padding: 0px 15px 0px 10px;
														line-height: 20px;
														font-size: 12px;
														font-weight: 600;
														font-family: "Open Sans",sans-serif;
														display: inline-block;
														background: rgba(0, 0, 0, 0);
														margin-bottom: 5px;
													}
.esg-selected-filterbutton:hover					{ color: #444;}

.esg-selected-filterbutton .eg-icon-down-open		{	display: inline-block;
														vertical-align: middle;
														width: 29px;
														line-height: 20px;
														font-size: 9px;
														font-weight: 700;
														color: #999;
														cursor: pointer;
														background: rgba(0, 0, 0, 0);}



/** SAME SETTINGS FOR ALL SKIN **/
.esg-sortbutton-order.tp-desc					{	-moz-transform: scaleY(-1);
												        -o-transform: scaleY(-1);
												        -webkit-transform: scaleY(-1);
												        transform: scaleY(-1);
												        filter: FlipV;
												        -ms-filter: "FlipV";}

.esg-sorting-select							{	cursor: pointer;position:absolute;top:0px;left:0px;width:100%;height:100%;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
													    filter: alpha(opacity=0);
													    -moz-opacity: 0.0;
													    -khtml-opacity: 0.0;
													    opacity: 0.0;
													    -webkit-appearance: menulist-button;
											}

.esg-filters.esg-navbutton-solo-left		{	position:absolute;left:0px;top:50%; z-index: 800}
.esg-filters.esg-navbutton-solo-right		{	position:absolute;right:0px;top:50%; z-index: 800;}

.esg-navigationbutton.esg-right,
.esg-navigationbutton.esg-left				{	margin-left:0px !important; margin-right:0px !important; -webkit-transform-style: flat; -webkit-transform: translateZ(5000px);}


/*************************************************
	-	LET / RIGHT WIDGET AREA CONTAINERS	-
**************************************************/

.eg-leftright-container				{	float:left; width:310px; margin-right:20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; position: relative;}
.eg-leftright-container.dark		{	background:#1e1e1e}
.eg-leftright-container .pagination {	position:absolute;bottom:0px;}

.eg-leftright-container .esg-filters		{	padding:30px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.eg-leftright-container .esg-filterbutton	{	display:block; margin:0px 0px 5px 0px}
.eg-leftright-container .esg-filter-wrapper	{	 display:block; margin-right:0px;}


/***********************************
	-	AJAX TARGET CONTAINER	-
************************************/

.eg-ajaxtarget-container	{	position:relative; width:100%;height:auto;}

/******************************
	-	LOADER FORMS	-
********************************/

.tp-esg-item .add_to_cart_button.loading:before {	content: "";
											position: absolute;
											top: 0;
											right: 0;
											left: 0;
											bottom: 0;
											background: url(/bitrix/templates/timeberry_new/js/essential-grid/css/../images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
										 }

.esg-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.esg-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(/bitrix/templates/timeberry_new/js/essential-grid/css/../images/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  margin-left:-20px;
  -webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
  animation: esg-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.esg-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

  margin-left:-20px;
  -webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
  animation: esg-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.esg-loader.spinner5 	{	background:url(/bitrix/templates/timeberry_new/js/essential-grid/css/../images/loader.gif) no-repeat 10px 10px;
							background-color:#fff;
							margin:-22px -22px;
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes esg-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes esg-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.esg-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: esg-scaleout 1.0s infinite ease-in-out;
  animation: esg-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes esg-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes esg-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.esg-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.eg-search-wrapper .esg-loader.spinner3					{	margin-top:-30px !important}
.simple-light .eg-search-wrapper .esg-loader.spinner3,
.simple-dark .eg-search-wrapper .esg-loader.spinner3	{	margin-top:-25px !important}

.text-light .eg-search-wrapper .esg-loader.spinner3,
.text-dark .eg-search-wrapper .esg-loader.spinner3	{	margin-top:-22px !important}

.esg-loader.spinner3 .bounce1,
.esg-loader.spinner3 .bounce2,
.esg-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: esg-bouncedelay 1.4s infinite ease-in-out;
  animation: esg-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.esg-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.esg-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes esg-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes esg-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.esg-loader.spinner4 {
  margin: 0px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: esg-rotate 2.0s infinite linear;
  animation: esg-rotate 2.0s infinite linear;
}

.esg-loader.spinner4 .dot1,
.esg-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: esg-bounce 2.0s infinite ease-in-out;
  animation: esg-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.esg-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes esg-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes esg-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes esg-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes esg-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/****************************
* Fontello Icons
****************************/
@font-face {
 font-family: 'eg-font';
  src: url('/bitrix/templates/timeberry_new/js/essential-grid/css/../font/egfont.eot?85610117');
  src: url('/bitrix/templates/timeberry_new/js/essential-grid/css/../font/egfont.eot?85610117#iefix') format('embedded-opentype'),
       url('/bitrix/templates/timeberry_new/js/essential-grid/css/../font/egfont.woff?85610117') format('woff'),
       url('/bitrix/templates/timeberry_new/js/essential-grid/css/../font/egfont.ttf?85610117') format('truetype'),
       url('/bitrix/templates/timeberry_new/js/essential-grid/css/../font/egfont.svg?85610117#egfont') format('svg');
  font-weight: normal;
  font-style: normal;

}

[class^="eg-icon-"]:before, [class*=" eg-icon-"]:before {
	font-family: "eg-font";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.eg-icon-soundcloud:before { content: '\e8ca'; } /* 'оЈЉ' */
.eg-icon-music:before { content: '\e858'; } /* 'оЎ' */
.eg-icon-color-adjust:before { content: '\e862'; } /* 'оЎў' */
.eg-icon-mail:before { content: '\e868'; } /* 'оЎЁ' */
.eg-icon-mail-alt:before { content: '\e869'; } /* 'оЎ©' */
.eg-icon-heart:before { content: '\e86a'; } /* 'оЎЄ' */
.eg-icon-heart-empty:before { content: '\e86b'; } /* 'оЎ«' */
.eg-icon-star:before { content: '\e86c'; } /* 'оЎ¬' */
.eg-icon-star-empty:before { content: '\e86d'; } /* 'оЎ­' */
.eg-icon-user:before { content: '\e879'; } /* 'оЎ№' */
.eg-icon-male:before { content: '\e87a'; } /* 'оЎє' */
.eg-icon-female:before { content: '\e87b'; } /* 'оЎ»' */
.eg-icon-video:before { content: '\e805'; } /* 'о …' */
.eg-icon-videocam:before { content: '\e859'; } /* 'оЎ™' */
.eg-icon-picture-1:before { content: '\e803'; } /* 'о ѓ' */
.eg-icon-camera:before { content: '\e85a'; } /* 'оЎљ' */
.eg-icon-camera-alt:before { content: '\e85b'; } /* 'оЎ›' */
.eg-icon-th-large:before { content: '\e83c'; } /* 'о ј' */
.eg-icon-th:before { content: '\e83d'; } /* 'о Ѕ' */
.eg-icon-ok:before { content: '\e80d'; } /* 'о Ќ' */
.eg-icon-ok-circled2:before { content: '\e877'; } /* 'оЎ·' */
.eg-icon-ok-squared:before { content: '\e878'; } /* 'оЎё' */
.eg-icon-cancel:before { content: '\e80a'; } /* 'о Љ' */
.eg-icon-plus:before { content: '\e86e'; } /* 'оЎ®' */
.eg-icon-plus-circled:before { content: '\e876'; } /* 'оЎ¶' */
.eg-icon-plus-squared:before { content: '\e875'; } /* 'оЎµ' */
.eg-icon-minus:before { content: '\e86f'; } /* 'оЎЇ' */
.eg-icon-minus-circled:before { content: '\e870'; } /* 'оЎ°' */
.eg-icon-minus-squared:before { content: '\e871'; } /* 'оЎ±' */
.eg-icon-minus-squared-alt:before { content: '\e872'; } /* 'оЎІ' */
.eg-icon-info-circled:before { content: '\e80f'; } /* 'о Џ' */
.eg-icon-info:before { content: '\e844'; } /* 'оЎ„' */
.eg-icon-home:before { content: '\e843'; } /* 'оЎѓ' */
.eg-icon-link:before { content: '\e80e'; } /* 'о Ћ' */
.eg-icon-unlink:before { content: '\e83f'; } /* 'о ї' */
.eg-icon-link-ext:before { content: '\e840'; } /* 'оЎЂ' */
.eg-icon-lock:before { content: '\e856'; } /* 'оЎ–' */
.eg-icon-lock-open:before { content: '\e857'; } /* 'оЎ—' */
.eg-icon-eye:before { content: '\e841'; } /* 'оЎЃ' */
.eg-icon-eye-off:before { content: '\e842'; } /* 'оЎ‚' */
.eg-icon-tag:before { content: '\e85c'; } /* 'оЎњ' */
.eg-icon-thumbs-up:before { content: '\e887'; } /* 'оў‡' */
.eg-icon-thumbs-up-alt:before { content: '\e888'; } /* 'оў€' */
.eg-icon-download:before { content: '\e88a'; } /* 'оўЉ' */
.eg-icon-upload:before { content: '\e889'; } /* 'оў‰' */
.eg-icon-reply:before { content: '\e8a6'; } /* 'оў¦' */
.eg-icon-forward:before { content: '\e874'; } /* 'оЎґ' */
.eg-icon-export-1:before { content: '\e873'; } /* 'оЎі' */
.eg-icon-print:before { content: '\e886'; } /* 'оў†' */
.eg-icon-gamepad:before { content: '\e837'; } /* 'о ·' */
.eg-icon-trash:before { content: '\e801'; } /* 'о Ѓ' */
.eg-icon-doc-text:before { content: '\e885'; } /* 'оў…' */
.eg-icon-doc-inv:before { content: '\e884'; } /* 'оў„' */
.eg-icon-folder-1:before { content: '\e83e'; } /* 'о ѕ' */
.eg-icon-folder-open:before { content: '\e883'; } /* 'оўѓ' */
.eg-icon-folder-open-empty:before { content: '\e882'; } /* 'оў‚' */
.eg-icon-rss:before { content: '\e880'; } /* 'оўЂ' */
.eg-icon-rss-squared:before { content: '\e881'; } /* 'оўЃ' */
.eg-icon-phone:before { content: '\e87f'; } /* 'оЎї' */
.eg-icon-menu:before { content: '\e830'; } /* 'о °' */
.eg-icon-cog-alt:before { content: '\e847'; } /* 'оЎ‡' */
.eg-icon-wrench:before { content: '\e848'; } /* 'оЎ€' */
.eg-icon-basket-1:before { content: '\e87c'; } /* 'оЎј' */
.eg-icon-calendar:before { content: '\e87d'; } /* 'оЎЅ' */
.eg-icon-calendar-empty:before { content: '\e87e'; } /* 'оЎѕ' */
.eg-icon-lightbulb:before { content: '\e88b'; } /* 'оў‹' */
.eg-icon-resize-full-alt:before { content: '\e845'; } /* 'оЎ…' */
.eg-icon-move:before { content: '\e846'; } /* 'оЎ†' */
.eg-icon-down-dir:before { content: '\e838'; } /* 'о ё' */
.eg-icon-up-dir:before { content: '\e839'; } /* 'о №' */
.eg-icon-left-dir:before { content: '\e817'; } /* 'о —' */
.eg-icon-right-dir:before { content: '\e818'; } /* 'о ' */
.eg-icon-down-open:before { content: '\e83b'; } /* 'о »' */
.eg-icon-left-open:before { content: '\e819'; } /* 'о ™' */
.eg-icon-right-open:before { content: '\e81a'; } /* 'о љ' */
.eg-icon-angle-left:before { content: '\e820'; } /* 'о  ' */
.eg-icon-angle-right:before { content: '\e81d'; } /* 'о ќ' */
.eg-icon-angle-double-left:before { content: '\e892'; } /* 'оў’' */
.eg-icon-angle-double-right:before { content: '\e893'; } /* 'оў“' */
.eg-icon-left-big:before { content: '\e81f'; } /* 'о џ' */
.eg-icon-right-big:before { content: '\e81e'; } /* 'о ћ' */
.eg-icon-up-hand:before { content: '\e835'; } /* 'о µ' */
.eg-icon-ccw-1:before { content: '\e891'; } /* 'оў‘' */
.eg-icon-shuffle-1:before { content: '\e849'; } /* 'оЎ‰' */
.eg-icon-play:before { content: '\e88c'; } /* 'оўЊ' */
.eg-icon-play-circled:before { content: '\e88e'; } /* 'оўЋ' */
.eg-icon-stop:before { content: '\e88f'; } /* 'оўЏ' */
.eg-icon-pause:before { content: '\e88d'; } /* 'оўЌ' */
.eg-icon-fast-fw:before { content: '\e890'; } /* 'оўђ' */
.eg-icon-desktop:before { content: '\e85d'; } /* 'оЎќ' */
.eg-icon-laptop:before { content: '\e85e'; } /* 'оЎћ' */
.eg-icon-tablet:before { content: '\e85f'; } /* 'оЎџ' */
.eg-icon-mobile:before { content: '\e860'; } /* 'оЎ ' */
.eg-icon-flight:before { content: '\e894'; } /* 'оў”' */
.eg-icon-font:before { content: '\e851'; } /* 'оЎ‘' */
.eg-icon-bold:before { content: '\e852'; } /* 'оЎ’' */
.eg-icon-italic:before { content: '\e855'; } /* 'оЎ•' */
.eg-icon-text-height:before { content: '\e84f'; } /* 'оЎЏ' */
.eg-icon-text-width:before { content: '\e850'; } /* 'оЎђ' */
.eg-icon-align-left:before { content: '\e84c'; } /* 'оЎЊ' */
.eg-icon-align-center:before { content: '\e84d'; } /* 'оЎЌ' */
.eg-icon-align-right:before { content: '\e84e'; } /* 'оЎЋ' */
.eg-icon-search:before { content: '\e802'; } /* 'о ‚' */
.eg-icon-indent-left:before { content: '\e866'; } /* 'оЎ¦' */
.eg-icon-indent-right:before { content: '\e867'; } /* 'оЎ§' */
.eg-icon-ajust:before { content: '\e84a'; } /* 'оЎЉ' */
.eg-icon-tint:before { content: '\e84b'; } /* 'оЎ‹' */
.eg-icon-chart-bar:before { content: '\e853'; } /* 'оЎ“' */
.eg-icon-magic:before { content: '\e807'; } /* 'о ‡' */
.eg-icon-sort:before { content: '\e895'; } /* 'оў•' */
.eg-icon-sort-alt-up:before { content: '\e863'; } /* 'оЎЈ' */
.eg-icon-sort-alt-down:before { content: '\e864'; } /* 'оЎ¤' */
.eg-icon-sort-name-up:before { content: '\e854'; } /* 'оЎ”' */
.eg-icon-sort-name-down:before { content: '\e865'; } /* 'оЎҐ' */
.eg-icon-coffee:before { content: '\e896'; } /* 'оў–' */
.eg-icon-food:before { content: '\e897'; } /* 'оў—' */
.eg-icon-medkit:before { content: '\e898'; } /* 'оў' */
.eg-icon-puzzle:before { content: '\e899'; } /* 'оў™' */
.eg-icon-apple:before { content: '\e89a'; } /* 'оўљ' */
.eg-icon-facebook:before { content: '\e89b'; } /* 'оў›' */
.eg-icon-gplus:before { content: '\e89c'; } /* 'оўњ' */
.eg-icon-tumblr:before { content: '\e8a0'; } /* 'оў ' */
.eg-icon-twitter-squared:before { content: '\e8a2'; } /* 'оўў' */
.eg-icon-twitter:before { content: '\e8a1'; } /* 'оўЎ' */
.eg-icon-vimeo-squared:before { content: '\e89d'; } /* 'оўќ' */
.eg-icon-youtube:before { content: '\e89f'; } /* 'оўџ' */
.eg-icon-youtube-squared:before { content: '\e89e'; } /* 'оўћ' */
.eg-icon-picture:before { content: '\e800'; } /* 'о Ђ' */
.eg-icon-check:before { content: '\e810'; } /* 'о ђ' */
.eg-icon-back:before { content: '\e8a5'; } /* 'оўҐ' */
.eg-icon-thumbs-up-1:before { content: '\e8a9'; } /* 'оў©' */
.eg-icon-thumbs-down:before { content: '\e8aa'; } /* 'оўЄ' */
.eg-icon-download-1:before { content: '\e8ab'; } /* 'оў«' */
.eg-icon-upload-1:before { content: '\e8ac'; } /* 'оў¬' */
.eg-icon-reply-1:before { content: '\e8a8'; } /* 'оўЁ' */
.eg-icon-forward-1:before { content: '\e8a7'; } /* 'оў§' */
.eg-icon-export:before { content: '\e80b'; } /* 'о ‹' */
.eg-icon-folder:before { content: '\e813'; } /* 'о “' */
.eg-icon-rss-1:before { content: '\e8c8'; } /* 'оЈ€' */
.eg-icon-cog:before { content: '\e832'; } /* 'о І' */
.eg-icon-tools:before { content: '\e815'; } /* 'о •' */
.eg-icon-basket:before { content: '\e812'; } /* 'о ’' */
.eg-icon-login:before { content: '\e833'; } /* 'о і' */
.eg-icon-logout:before { content: '\e834'; } /* 'о ґ' */
.eg-icon-resize-full:before { content: '\e816'; } /* 'о –' */
.eg-icon-popup:before { content: '\e828'; } /* 'о Ё' */
.eg-icon-arrow-combo:before { content: '\e827'; } /* 'о §' */
.eg-icon-left-open-1:before { content: '\e82a'; } /* 'о Є' */
.eg-icon-right-open-1:before { content: '\e82b'; } /* 'о «' */
.eg-icon-left-open-mini:before { content: '\e822'; } /* 'о ў' */
.eg-icon-right-open-mini:before { content: '\e823'; } /* 'о Ј' */
.eg-icon-left-open-big:before { content: '\e824'; } /* 'о ¤' */
.eg-icon-right-open-big:before { content: '\e825'; } /* 'о Ґ' */
.eg-icon-left:before { content: '\e836'; } /* 'о ¶' */
.eg-icon-right:before { content: '\e826'; } /* 'о ¦' */
.eg-icon-ccw:before { content: '\e808'; } /* 'о €' */
.eg-icon-cw:before { content: '\e8c9'; } /* 'оЈ‰' */
.eg-icon-arrows-ccw:before { content: '\e806'; } /* 'о †' */
.eg-icon-level-down:before { content: '\e8a3'; } /* 'оўЈ' */
.eg-icon-level-up:before { content: '\e8a4'; } /* 'оў¤' */
.eg-icon-shuffle:before { content: '\e814'; } /* 'о ”' */
.eg-icon-palette:before { content: '\e829'; } /* 'о ©' */
.eg-icon-list-add:before { content: '\e80c'; } /* 'о Њ' */
.eg-icon-back-in-time:before { content: '\e821'; } /* 'о Ў' */
.eg-icon-monitor:before { content: '\e81b'; } /* 'о ›' */
.eg-icon-paper-plane:before { content: '\e8ad'; } /* 'оў­' */
.eg-icon-brush:before { content: '\e8ae'; } /* 'оў®' */
.eg-icon-droplet:before { content: '\e81c'; } /* 'о њ' */
.eg-icon-clipboard:before { content: '\e8b0'; } /* 'оў°' */
.eg-icon-megaphone:before { content: '\e8b1'; } /* 'оў±' */
.eg-icon-key:before { content: '\e8af'; } /* 'оўЇ' */
.eg-icon-github:before { content: '\e8b3'; } /* 'оўі' */
.eg-icon-github-circled:before { content: '\e8b4'; } /* 'оўґ' */
.eg-icon-flickr:before { content: '\e8b2'; } /* 'оўІ' */
.eg-icon-flickr-circled:before { content: '\e8b5'; } /* 'оўµ' */
.eg-icon-vimeo:before { content: '\e8b6'; } /* 'оў¶' */
.eg-icon-vimeo-circled:before { content: '\e8b7'; } /* 'оў·' */
.eg-icon-twitter-1:before { content: '\e8b8'; } /* 'оўё' */
.eg-icon-twitter-circled:before { content: '\e8b9'; } /* 'оў№' */
.eg-icon-facebook-1:before { content: '\e8ba'; } /* 'оўє' */
.eg-icon-facebook-circled:before { content: '\e8bb'; } /* 'оў»' */
.eg-icon-facebook-squared:before { content: '\e8bc'; } /* 'оўј' */
.eg-icon-gplus-1:before { content: '\e8bd'; } /* 'оўЅ' */
.eg-icon-gplus-circled:before { content: '\e8be'; } /* 'оўѕ' */
.eg-icon-pinterest:before { content: '\e8bf'; } /* 'оўї' */
.eg-icon-pinterest-circled:before { content: '\e8c0'; } /* 'оЈЂ' */
.eg-icon-tumblr-1:before { content: '\e8c1'; } /* 'оЈЃ' */
.eg-icon-tumblr-circled:before { content: '\e8c2'; } /* 'оЈ‚' */
.eg-icon-linkedin:before { content: '\e8c3'; } /* 'оЈѓ' */
.eg-icon-linkedin-circled:before { content: '\e8c4'; } /* 'оЈ„' */
.eg-icon-dribbble:before { content: '\e8c5'; } /* 'оЈ…' */
.eg-icon-dribbble-circled:before { content: '\e8c6'; } /* 'оЈ†' */
.eg-icon-picasa:before { content: '\e8c7'; } /* 'оЈ‡' */
.eg-icon-ok-1:before { content: '\e811'; } /* 'о ‘' */
.eg-icon-doc:before { content: '\e809'; } /* 'о ‰' */
.eg-icon-left-open-outline:before { content: '\e82e'; } /* 'о ®' */
.eg-icon-left-open-2:before { content: '\e82c'; } /* 'о ¬' */
.eg-icon-right-open-outline:before { content: '\e82f'; } /* 'о Ї' */
.eg-icon-right-open-2:before { content: '\e82d'; } /* 'о ­' */
.eg-icon-equalizer:before { content: '\e83a'; } /* 'о є' */
.eg-icon-layers-alt:before { content: '\e804'; } /* 'о „' */
.eg-icon-pencil-1:before { content: '\e831'; } /* 'о ±' */
.eg-icon-align-justify:before { content: '\e861'; } /* 'оЎЎ' */
.eg-icon-wistia:before { content: '\e89f'; } /* 'Г®ВўЕё' */
.eg-icon-wistia-squared:before { content: '\e89e'; } /* 'Г®ВўЕѕ' */

/* GENERAL STYLE MODS ADDED IN 1.1.0 */

.esg-filter-wrapper .esg-filterbutton:last-child,
.esg-cartbutton a,
.esg-selected-filterbutton										{ margin-right: 0 !important; }
.esg-singlefilters .esg-filter-checked							{	display:none !important}

/*#firstcontentcontainer	{	background:#fff !important; background-image:none !important}*/


/*****************************************
	-	AJAX LOADED CONTENT STYLING	-
*****************************************/
.eg-ajaxclicklistener	{	cursor: pointer}
.eg-ajax-video-container {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.eg-ajax-video-container.widevideo {
    padding-bottom: 50%;
}

.eg-ajax-video-container iframe,
.eg-ajax-video-container object,
.eg-ajax-video-container embed {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.forcenotvisible	{	visibility: hidden !important}
.forcenotdisplay	{	display:none !important}

/******************************
	-	SEARCH FUNCTION	-
********************************/
input.eg-search-input[type="text"],
.eg-search-input	{	display:inline-block}
.eg-search-submit,
.eg-search-clean	{	display:inline-block; width:auto; -moz-user-select: -moz-none;   -khtml-user-select: none;   -webkit-user-select: none;}
.eg-search-submit,
.eg-search-clean	{ cursor: pointer}


.eg-search-wrapper								{	vertical-align: top; line-height:40px;}
input.eg-search-input[type="text"]				{	font-family: "Open Sans",sans-serif;outline:none !important;margin:0px 0px 5px !important; padding:8px 15px;  vertical-align: middle;}




/*****************************************
	-	AJAX NAVIGATION BUTTON STYLING	-
*****************************************/
.eg-ajax-closer-wrapper 		{	display:block; z-index: 51000; position: relative}
.eg-ajax-navbt					{	cursor: pointer; display:inline-block; margin-right:5px;}

.eg-acp-inner.eg-acp-tr .eg-ajax-closer.eg-ajax-navbt,
.eg-acp-inner.eg-acp-br .eg-ajax-closer.eg-ajax-navbt	{	margin-right:0px}


.eg-ajax-closer-wrapper.eg-acp-tl,
.eg-ajax-closer-wrapper.eg-acp-bl	{	 text-align: left; }
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-br	{	 text-align: right; }
.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-b	{	 text-align: center;}

.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-tl	{margin-bottom:5px;}
.eg-ajax-closer-wrapper.eg-acp-bl,
.eg-ajax-closer-wrapper.eg-acp-br,
.eg-ajax-closer-wrapper.eg-acp-b	{margin-top:5px;}



.eg-acp-inner	{	display: block; position:absolute; z-index:50; margin:5px;}

.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-t	{	top:0px; }

.eg-acp-inner.eg-acp-br,
.eg-acp-inner.eg-acp-bl,
.eg-acp-inner.eg-acp-b	{	bottom:0px; }

.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-bl	{	left:0px;}

.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-br	{	right:0px; }

.eg-acp-inner.eg-acp-t,
.eg-acp-inner.eg-acp-b	{	left:50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);-moz-transform: translateX(-50%);}


.eg-ajax-navbt					{	line-height:21px; background:#000; background:rgba(0,0,0,0.75); color:#fff; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; text-transform: uppercase; padding:1px 1px 0px 0px; font-size:11px; font-weight:400; }
.eg-ajax-closer.eg-ajax-navbt	{	padding: 1px 5px 1px 3px;vertical-align: top;}
.eg-acp-light .eg-ajax-navbt	{	background:#e5e5e5; color:#000;}
.eg-ajax-closer.eg-ajax-navbt i	{	font-size:13px;}
.eg-ajax-navbt i				{	font-size:16px;}

.eg-ajax-closer-wrapper.eg-acp-type1	{	margin:0;}

.eg-acp-type1 .eg-ajax-navbt	{	border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px; padding:10px; margin:0px;}
.eg-acp-type1 .eg-ajax-navbt i	{	font-size:20px;}
.eg-acp-type1 .eg-ajax-navbt	{	width: 40px;height: 40px;text-align: center;vertical-align: medium !important; line-height: 40px; padding:0px;}

.eg-acp-type1 .eg-ajax-closer.eg-ajax-navbt	{	vertical-align: top; font-size:24px; font-weight:300; font-family: sans-serif; height: auto;line-height: 28px;padding: 8px 0px 4px;}



span.eg-el-amount:before	{	content:"("}
span.eg-el-amount:after		{	content:")"}
span.eg-el-amount	{	margin-left:10px;}





body.home-3 .esg-entry-media-wrapper{
  width:100%;height:100%; overflow:hidden;position:relative;
}
body.home-3 img.eec_img{
  top: -6.23932%; left: 0%; width: 101%; height: auto; visibility: visible; display: block; position: absolute;
}
body.home-3 .esg-fade2{
  transform-style: flat; visibility: hidden; opacity: 0; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); height: 135px;
}
body.home-3 .esg-overlay2{
  visibility: hidden; opacity: 0; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
body.home-3 .esg-falldown2{
  visibility: hidden; opacity: 0; transform: translate(0%, -100%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
body.grid .esg-cc {
    top: 40% !important;
    left: 0px;
    width: 100%;
    vertical-align: middle;
}
body.masonry .esg-cc {
    top: 40% !important;
    left: 0px;
    width: 100%;
    vertical-align: middle;
}
body.cobbles .esg-cc {
    top: 40% !important;
    left: 0px;
    width: 100%;
    vertical-align: middle;
}
/* End */


/* Start:/bitrix/templates/timeberry_new/js/revslider/css/settings.css?155505470436819*/
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	29/10/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('/bitrix/templates/timeberry_new/js/revslider/css/../fonts/revicons/revicons.eot?5510888');
  src: url('/bitrix/templates/timeberry_new/js/revslider/css/../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('/bitrix/templates/timeberry_new/js/revslider/css/../fonts/revicons/revicons.woff?5510888') format('woff'),
       url('/bitrix/templates/timeberry_new/js/revslider/css/../fonts/revicons/revicons.ttf?5510888') format('truetype'),
       url('/bitrix/templates/timeberry_new/js/revslider/css/../fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* 'о ‚' */
.revicon-pencil-1:before { content: '\e831'; } /* 'о ±' */
.revicon-picture-1:before { content: '\e803'; } /* 'о ѓ' */
.revicon-cancel:before { content: '\e80a'; } /* 'о Љ' */
.revicon-info-circled:before { content: '\e80f'; } /* 'о Џ' */
.revicon-trash:before { content: '\e801'; } /* 'о Ѓ' */
.revicon-left-dir:before { content: '\e817'; } /* 'о —' */
.revicon-right-dir:before { content: '\e818'; } /* 'о ' */
.revicon-down-open:before { content: '\e83b'; } /* 'о »' */
.revicon-left-open:before { content: '\e819'; } /* 'о ™' */
.revicon-right-open:before { content: '\e81a'; } /* 'о љ' */
.revicon-angle-left:before { content: '\e820'; } /* 'о  ' */
.revicon-angle-right:before { content: '\e81d'; } /* 'о ќ' */
.revicon-left-big:before { content: '\e81f'; } /* 'о џ' */
.revicon-right-big:before { content: '\e81e'; } /* 'о ћ' */
.revicon-magic:before { content: '\e807'; } /* 'о ‡' */
.revicon-picture:before { content: '\e800'; } /* 'о Ђ' */
.revicon-export:before { content: '\e80b'; } /* 'о ‹' */
.revicon-cog:before { content: '\e832'; } /* 'о І' */
.revicon-login:before { content: '\e833'; } /* 'о і' */
.revicon-logout:before { content: '\e834'; } /* 'о ґ' */
.revicon-video:before { content: '\e805'; } /* 'о …' */
.revicon-arrow-combo:before { content: '\e827'; } /* 'о §' */
.revicon-left-open-1:before { content: '\e82a'; } /* 'о Є' */
.revicon-right-open-1:before { content: '\e82b'; } /* 'о «' */
.revicon-left-open-mini:before { content: '\e822'; } /* 'о ў' */
.revicon-right-open-mini:before { content: '\e823'; } /* 'о Ј' */
.revicon-left-open-big:before { content: '\e824'; } /* 'о ¤' */
.revicon-right-open-big:before { content: '\e825'; } /* 'о Ґ' */
.revicon-left:before { content: '\e836'; } /* 'о ¶' */
.revicon-right:before { content: '\e826'; } /* 'о ¦' */
.revicon-ccw:before { content: '\e808'; } /* 'о €' */
.revicon-arrows-ccw:before { content: '\e806'; } /* 'о †' */
.revicon-palette:before { content: '\e829'; } /* 'о ©' */
.revicon-list-add:before { content: '\e80c'; } /* 'о Њ' */
.revicon-doc:before { content: '\e809'; } /* 'о ‰' */
.revicon-left-open-outline:before { content: '\e82e'; } /* 'о ®' */
.revicon-left-open-2:before { content: '\e82c'; } /* 'о ¬' */
.revicon-right-open-outline:before { content: '\e82f'; } /* 'о Ї' */
.revicon-right-open-2:before { content: '\e82d'; } /* 'о ­' */
.revicon-equalizer:before { content: '\e83a'; } /* 'о є' */
.revicon-layers-alt:before { content: '\e804'; } /* 'о „' */
.revicon-popup:before { content: '\e828'; } /* 'о Ё' */

							

/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper{
	position:relative;
	z-index: 0;
}


.rev_slider{
	position:relative;
	overflow:visible;
}

.tp-overflow-hidden { overflow:hidden;}

.tp-simpleresponsive img,
.rev_slider img{
	max-width:none !important;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
	list-style:none !important;
	position:absolute;	
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
	top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
	visibility:hidden; 
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	
	padding:0 !important; 
	margin:0 !important; 
	list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}


.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}

.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}

.rev_slider .tp-caption,
.rev_slider .caption 	{ 
	position:relative;  
	visibility:hidden; 
	white-space: nowrap;
	display: block;
}


.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
	margin-bottom:0;

}

.tp-svg-layer svg {	width:100%; height:100%;position: relative;vertical-align: top}

	
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor:url(/bitrix/templates/timeberry_new/js/revslider/css/openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
	cursor:url(/bitrix/templates/timeberry_new/js/revslider/css/closedhand.cur), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
	z-index:1
}

.tp_inner_padding {	
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	max-height:none !important;	
}


.tp-caption {	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;	
	position:absolute;
	-webkit-font-smoothing: antialiased !important;
}

.tp-caption.tp-layer-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;	
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
	max-width: none !important
}






/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.rev_slider_wrapper	{	width:100%;}

.fullscreen-container {	
	position:relative;
	padding:0;
}


.fullwidthbanner-container{
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	
	position:absolute; z-index:101; top:0px;left:0px;
	/*pointer-events:none;*/

}


.tp-caption .frontcorner		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	-webkit-transition:opacity 300ms ease-out !important;
	-moz-transition:opacity 300ms ease-out !important;
	-o-transition:opacity 300ms ease-out !important;
	transition:opacity 300ms ease-out !important;				
}

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button { display:none !important;}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}

.videoisplaying  .tp-video-play-button			{	display:none}
.tp-caption:hover .tp-video-play-button 		{ 	display:block}

.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.fullscreenvideo .fullscreenvideo audio 		{	object-fit:contain !important;}
.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo audio 		{	object-fit:cover !important;}
.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50)));	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {	opacity: .9;}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover 				{	cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; vertical-align: middle;}

.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}

.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-background-video-layer video::-webkit-media-controls { display:none !important;}
.rs-background-video-layer audio::-webkit-media-controls { display:none !important;}

.tp-audio-html5 .tp-video-controls {	opacity: 1 !important; visibility: visible !important}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(/bitrix/templates/timeberry_new/js/revslider/css/../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(/bitrix/templates/timeberry_new/js/revslider/css/../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(/bitrix/templates/timeberry_new/js/revslider/css/../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(/bitrix/templates/timeberry_new/js/revslider/css/../assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;
    -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    -moz-border-radius:100px / 20px;
    border-radius:100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
	padding:6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
	font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}

	
/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround 							{ 	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.rev-minround 							{ 	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }	


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
	0% { opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% { opacity: 0;top: 50%;}
	100% { opacity: 0;top: 29%;}
}
@-moz-keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(/bitrix/templates/timeberry_new/js/revslider/css/../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}


/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

 .tp-simpleresponsive img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;
}



/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(/bitrix/templates/timeberry_new/js/revslider/css/../assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(/bitrix/templates/timeberry_new/js/revslider/css/../assets/coloredbg.png) repeat}
.tp-shape {	width:100%;height:100%;}



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.tp-caption .rs-starring				{	display: inline-block}
.tp-caption .rs-starring .star-rating	{	float: none;}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
	display: inline-block;
    vertical-align: top;
}

.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;
	
	width: 5.4em;
	font-family: star;
}

.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {
	
	font-size: 1em !important;
	font-family: star;
}


/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background:url(/bitrix/templates/timeberry_new/js/revslider/css/../assets/loader.gif) no-repeat center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	
	background:url(/bitrix/templates/timeberry_new/js/revslider/css/../assets/loader.gif) no-repeat 10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {-webkit-transform: scale(1.0); opacity: 0;}
}

@keyframes tp-scaleout {
  0% {transform: scale(0.0);-webkit-transform: scale(0.0);} 
  100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;}

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important}

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important}

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}

.tp-bannertimer					{	background:#000; background:rgba(0,0,0,0.15); height:5px;}


.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }



/***************************
	- KEN BURNS FIXES -
***************************/

body.rtl .tp-kbimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}






/* End */


/* Start:/bitrix/templates/timeberry_new/js/woocommerce/css/woocommerce-layout.css?155505470414668*/
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product div.thumbnails:after,.woocommerce #content div.product div.thumbnails:before,.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product div.thumbnails a.first,.woocommerce #content div.product div.thumbnails:after,.woocommerce .cart-collaterals:after,.woocommerce .col2-set:after,.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails:after,.woocommerce ul.products,.woocommerce ul.products li.first,.woocommerce ul.products:after,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page .cart-collaterals:after,.woocommerce-page .col2-set:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page ul.products,.woocommerce-page ul.products li.first,.woocommerce-page ul.products:after{clear:both}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:before,.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:before,.woocommerce ul.products:after,.woocommerce ul.products:before,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:before,.woocommerce-page ul.products:after,.woocommerce-page ul.products:before{content:" ";display:table}.woocommerce #content div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce .cart-collaterals:after,.woocommerce .cart-collaterals:before,.woocommerce form .form-row:after,.woocommerce form .form-row:before,.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals:after,.woocommerce-page .cart-collaterals:before,.woocommerce-page form .form-row:after,.woocommerce-page form .form-row:before,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:after,.woocommerce-page ul.product_list_widget li:before{content:" ";display:table}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce form .form-row-wide,.woocommerce form .form-row:after,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page form .form-row-wide,.woocommerce-page form .form-row:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{float:left;width:47%;overflow:visible}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}.twentyfourteen .tfwc .product .images img{margin-bottom:1em}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}.rtl .woocommerce form .form-row-first,.rtl .woocommerce form .form-row-last,.rtl .woocommerce-page form .form-row-first,.rtl .woocommerce-page form .form-row-last{float:right}.rtl .woocommerce form .form-row-last,.rtl .woocommerce-page form .form-row-last{float:left}
/* End */


/* Start:/bitrix/templates/timeberry_new/js/woocommerce/css/woocommerce.css?155505470453888*/
@charset "UTF-8";.clear,.woocommerce .woocommerce-breadcrumb:after{clear:both}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-family:star;src:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../fonts/star.eot);src:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../fonts/star.eot?#iefix) format("embedded-opentype"),url(/bitrix/templates/timeberry_new/js/woocommerce/css/../fonts/star.woff) format("woff"),url(/bitrix/templates/timeberry_new/js/woocommerce/css/../fonts/star.ttf) format("truetype"),url(/bitrix/templates/timeberry_new/js/woocommerce/css/../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../fonts/WooCommerce.eot);src:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(/bitrix/templates/timeberry_new/js/woocommerce/css/../fonts/WooCommerce.woff) format("woff"),url(/bitrix/templates/timeberry_new/js/woocommerce/css/../fonts/WooCommerce.ttf) format("truetype"),url(/bitrix/templates/timeberry_new/js/woocommerce/css/../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}p.demo_store{position:fixed;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#a46497;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2)}p.demo_store a{color:#fff}.admin-bar p.demo_store{top:32px}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before{height:1em;width:1em;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;display:block;content:"";-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce small.note{display:block;color:#777;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em;color:#777}.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb a{color:#777}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce #reviews #comments .add_review:after,.woocommerce .products ul:after,.woocommerce div.product form.cart:after,.woocommerce div.product p.cart:after,.woocommerce nav.woocommerce-pagination ul,.woocommerce ul.products:after{clear:both}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#77a464;font-size:1.25em}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .stock{color:#77a464}.woocommerce div.product .out-of-stock{color:red}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #d3ced2;background-color:#ebe9eb;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product form.cart:after,.woocommerce div.product form.cart:before,.woocommerce div.product p.cart:after,.woocommerce div.product p.cart:before{display:table;content:" "}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{border:1px solid #d3ced2;position:absolute;bottom:-1px;width:5px;height:5px;content:" "}.woocommerce div.product .woocommerce-tabs ul.tabs li:before{left:-6px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs li:after{right:-6px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs:before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #d3ced2;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product form.cart,.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;vertical-align:top;line-height:2em}.woocommerce div.product form.cart .variations label{font-weight:700}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#77a464;color:#fff;font-size:.857em;-webkit-font-smoothing:antialiased}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none;clear:both}.woocommerce .products ul:after,.woocommerce .products ul:before,.woocommerce ul.products:after,.woocommerce ul.products:before{content:" ";display:table}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{margin-top:1em}.woocommerce ul.products li.product .price{color:#77a464;display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;border:1px solid #d3ced2;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #d3ced2;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#ebe9eb;color:#8a7e88}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#ebe9eb;border:0;white-space:nowrap;display:inline-block;background-image:none;box-shadow:none;-webkit-box-shadow:none;text-shadow:none}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after{font-family:WooCommerce;content:"\e01c";vertical-align:top;-webkit-font-smoothing:antialiased;font-weight:400;position:absolute;top:.618em;right:1em;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.woocommerce #respond input#submit.added:after,.woocommerce a.button.added:after,.woocommerce button.button.added:after,.woocommerce input.button.added:after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#dad8da;text-decoration:none;background-image:none;color:#515151}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#a46497;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#935386;color:#fff}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background-color:#a46497;color:#fff}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#ebe9eb}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;white-space:nowrap;display:inline-block}.woocommerce #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:before,.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:before,.woocommerce #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:before{content:" ";display:table}.woocommerce #reviews h2 small{float:right;color:#777;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#777}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments h2{clear:none}.woocommerce #review_form #respond:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist:after,.woocommerce .woocommerce-product-rating:after,.woocommerce td.product-name dl.variation:after{clear:both}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li .meta{color:#777;font-size:.75em}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#ebe9eb;border:1px solid #e4e1e3;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li:before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.woocommerce .star-rating:before{content:"\73\73\73\73\73";color:#d3ced2;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:before{content:" ";display:table}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:0 0;border:0}.woocommerce #review_form #respond:after,.woocommerce #review_form #respond:before{content:" ";display:table}.woocommerce p.stars a:before,.woocommerce p.stars a:hover~a:before{content:"\e021"}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a:before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;text-indent:0}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{line-height:1.5;border-bottom:1px dotted rgba(0,0,0,.1);border-top:0;margin:0}.woocommerce p.stars.selected a.active:before,.woocommerce p.stars:hover a:before{content:"\e020"}.woocommerce p.stars.selected a.active~a:before{content:"\e021"}.woocommerce p.stars.selected a:not(.active):before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px}.woocommerce table.shop_attributes td{font-style:italic;padding:0}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes .alt td,.woocommerce table.shop_attributes .alt th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:6px 12px;vertical-align:middle}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.my_account_orders .order-actions{text-align:right}.woocommerce table.my_account_orders .order-actions .button{margin:.125em 0 .125em .25em}.woocommerce td.product-name dl.variation{margin:.25em 0}.woocommerce td.product-name dl.variation:after,.woocommerce td.product-name dl.variation:before{content:" ";display:table}.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce td.product-name dl.variation dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl:after,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li dl:after,.woocommerce ul.product_list_widget li:after{clear:both}.woocommerce td.product-name dl.variation dd{padding:0 0 .25em}.woocommerce td.product-name dl.variation dd p:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before{content:" ";display:table}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl:after,.woocommerce ul.cart_list li dl:before,.woocommerce ul.product_list_widget li dl:after,.woocommerce ul.product_list_widget li dl:before{content:" ";display:table}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}#add_payment_method .wc-proceed-to-checkout:after,.woocommerce .order_details:after,.woocommerce .widget_layered_nav ul li:after,.woocommerce .widget_rating_filter ul li:after,.woocommerce .widget_shopping_cart .buttons:after,.woocommerce-account .addresses .title:after,.woocommerce-account .woocommerce:after,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:after,.woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after,.woocommerce.widget_shopping_cart .buttons:after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #ebe9eb;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:before{content:" ";display:table}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;-moz-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:1}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#69bf29}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #d3ced2;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce ul#shipping_method{list-style:none;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0;padding:.25em 0 .25em 22px;text-indent:-22px;list-style:none}.woocommerce ul#shipping_method li input{margin:3px .5ex}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce .order_details{margin:0 0 1.5em;list-style:none}.woocommerce .order_details:after,.woocommerce .order_details:before{content:" ";display:table}.woocommerce .order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #d3ced2;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce .order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce .order_details li:last-of-type{border:none}.woocommerce .widget_layered_nav ul{margin:0;padding:0;border:0;list-style:none}.woocommerce .widget_layered_nav ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_layered_nav ul li:after,.woocommerce .widget_layered_nav ul li:before{content:" ";display:table}.woocommerce .widget_layered_nav ul li.chosen a:before,.woocommerce .widget_layered_nav_filters ul li a:before{line-height:1;content:"оЂ“";font-family:WooCommerce;font-weight:400;color:#a00;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-decoration:none}.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li span{padding:1px 0}.woocommerce .widget_layered_nav ul li.chosen a:before{margin-right:.618em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1px 1px 0;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a:before{margin-right:.618em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#a46497;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#a46497}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#602053;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li:after,.woocommerce .widget_rating_filter ul li:before{content:" ";display:table}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"оЂ“";text-decoration:none;color:#a00}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em!important;margin:0 0 2em!important;position:relative;background-color:#f7f6f7;color:#515151;border-top:3px solid #a46497;list-style:none!important;width:auto;word-wrap:break-word}.woocommerce-error:after,.woocommerce-error:before,.woocommerce-info:after,.woocommerce-info:before,.woocommerce-message:after,.woocommerce-message:before{content:" ";display:table}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{font-family:WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none!important;padding-left:0!important;margin-left:0!important}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message:before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info:before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error:before{content:"\e016";color:#b81c23}.woocommerce-account .addresses .title:after,.woocommerce-account .addresses .title:before,.woocommerce-account .woocommerce:after,.woocommerce-account .woocommerce:before{content:" ";display:table}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit,.woocommerce-account ul.digital-downloads li .count{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"оЂЉ";text-decoration:none}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #d3ced2;padding:6px 6px 5px;margin:0 4px 0 0;outline:0;line-height:1}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle;line-height:1}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout:after,#add_payment_method .wc-proceed-to-checkout:before,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:before,.woocommerce-checkout .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping_calculator .button,.woocommerce-cart .cart-collaterals .shipping_calculator .button,.woocommerce-checkout .cart-collaterals .shipping_calculator .button{width:100%;float:none;display:block}#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after,.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after,.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"оЂ™";text-decoration:none}#add_payment_method #payment ul.payment_methods li:after,#add_payment_method #payment ul.payment_methods li:before,#add_payment_method #payment ul.payment_methods:after,#add_payment_method #payment ul.payment_methods:before,.woocommerce-cart #payment ul.payment_methods li:after,.woocommerce-cart #payment ul.payment_methods li:before,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-cart #payment ul.payment_methods:before,.woocommerce-checkout #payment ul.payment_methods li:after,.woocommerce-checkout #payment ul.payment_methods li:before,.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:before{content:" ";display:table}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#777;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:40%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#777}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#77a464}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #ebe9eb}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .form-row-first,#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#777;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method #payment ul.payment_methods li:after,#add_payment_method #payment ul.payment_methods:after,#add_payment_method .checkout .shipping_address,.single-product .twentythirteen p.stars,.woocommerce-cart #payment ul.payment_methods li:after,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout #payment ul.payment_methods li:after,.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#ebe9eb;border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #d3ced2;margin:0;list-style:none}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#bbb3b9 #c7c1c6 #c7c1c6}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#777;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before{content:"";display:block;border:1em solid #dfdcde;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}.product.has-default-attributes.has-children>.images{opacity:0}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}
/* End */


/* Start:/bitrix/templates/timeberry_new/css/core.animation.css?155505470476311*/
@charset "UTF-8";
/*!
https://daneden.github.io/animate.css/
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

[data-animation^="animated"] {
	visibility:hidden;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	visibility:visible;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.fast {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
    opacity: 1;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/* End */


/* Start:/bitrix/templates/timeberry_new/js/shortcodes/css/theme.shortcodes.css?1555054704119948*/
/* Accordion
-------------------------------------------------------------- */
.sc_accordion .sc_accordion_item {
	margin-bottom: 2.15em;
    padding-bottom: 2.15em;
    border-bottom: 1px dashed;
}
.sc_accordion .sc_accordion_item:last-child{
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sc_accordion > .sc_accordion_item .sc_accordion_content {
	overflow: hidden;
	display: none;
}
.sc_accordion .sc_accordion_item .sc_accordion_title {
	position:relative;
	overflow:hidden;
	cursor:pointer;
	margin:0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sc_accordion .sc_accordion_item .sc_accordion_title .sc_items_counter:after {
	content:'. ';
}
.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
	position:absolute;
	left:0;
	top:0;
	height: calc(100% - 4px);
	padding:0;
	text-align:center;
	overflow:hidden;
	width: 1.615em;
	color: #ffffff;
	border: 2px solid;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
	position:absolute;
	left:50%;
	top:50%;
    font-size: 0.7em;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}
.sc_accordion .sc_accordion_item .sc_accordion_content {
	padding: 1.7em 2.85em 0;
    line-height: 2em;
}

.sc_accordion .sc_accordion_item .sc_accordion_title {
    padding: 0.31em 0.5em;
    padding-left: 2.7em;
    font-size: 1.15em;
}
.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
	margin-top:-4em;	/* -2.3333em */
}
.sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened {
	margin-top:0;
}
.sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed {
	margin-top:4em;	/* 2.3333em */
}
.sc_accordion .sc_accordion_item .sc_accordion_content {
}




/* Audio
-------------------------------------------------------------- */
.mejs-offscreen {
	display:none !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
	margin-top: 8px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height:3px !important;
}
.mejs-container .mejs-controls .mejs-time {
	padding: 10px 11px 0 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #dedfe0 !important;
}
.sc_audio {
/*
	     opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
*/
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_audio.sc_show {
	     opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.sc_audio .mejs-container {
	margin: 0;
}
.sc_audio.sc_audio_image {
	padding: 103px 40px 35px;
	background-position: center center;
	position: relative;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover; 
			background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box; 
		    box-sizing: border-box;
}
.sc_audio.sc_audio_info {
	position:relative;
	padding: 103px 40px 35px;
}
.sc_audio .sc_audio_header {
	padding: 0 0 20px 0;
}
.sc_audio .sc_audio_header {
	position:absolute;
	top: 0;
	left:0;
	padding: 32px 40px;
}

.sc_audio .sc_audio_author_by {
	color: #222222;
}
.sc_audio .sc_audio_title {
	font-weight: 700;
	margin:0;
}
.sc_audio .sc_audio_author {
    font-size: 0.858em;
    line-height: 1.8em;
}
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background-color: transparent !important;
}
.sc_audio .mejs-container .mejs-controls .mejs-playpause-button,
.sc_audio .mejs-container .mejs-controls .mejs-volume-button {
    width: 2em;
    height: 2em;
    font-size: 15px;
    line-height: 15px;
}
.sc_audio .mejs-controls .mejs-playpause-button button,
.sc_audio .mejs-controls .mejs-volume-button button{
	background: none;
    margin: 7px;
	font-size: 14px;
    text-align: center;
}
.sc_audio .mejs-controls .mejs-button.mejs-play button:before{
	content: '\e8e1';
	font-family: fontello;
    margin-right: 0;
}
.sc_audio .mejs-controls .mejs-button.mejs-pause button:before{
	content: '\e8e3';
	font-family: fontello;
	margin-right: 0;
}
.sc_audio .mejs-controls .mejs-mute button:before{
	content: '\e8fd';
	font-family: fontello;
    margin-right: 0;
}
.sc_audio .mejs-controls .mejs-unmute button:before{
	content: '\e8fe';
	font-family: fontello;
    margin-right: 0;
}
.sc_audio .mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.sc_audio .mejs-button.mejs-volume-button {
    margin: 0 11px;
}
.sc_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 
.sc_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
    top: 14px;
}

/* Blockquote */
blockquote.sc_quote {
    font-size: 2.857em;
    line-height: 1.2em;
    margin: 0;
    padding: 0.9em 0 0;
    font-weight: 100;
	background-color: transparent !important;
}
blockquote.sc_quote:before {
    font-size: 4.5em;
    left: -0.15em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	blockquote.sc_quote:before {
		font-size: 200px;
	}
}
blockquote.sc_quote cite, blockquote.sc_quote a, blockquote.sc_quote .sc_quote_title {
    font-size: 0.33em;
    line-height: 4em;
}

/* Button
-------------------------------------------------------------- */
input[type="submit"],
input[type="button"],
button,
.sc_button {
    display: inline-block;
    text-align: center;
    padding: 1.209em 2.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border: 2px solid;
    border-width: 2px !important;
-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sc_button.sc_button_round {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
input[type="submit"]:before,
input[type="button"]:before,
button:before,
.sc_button:before {
	margin-right:10px;
}
input[type="submit"].sc_button_size_medium,
input[type="button"].sc_button_size_medium,
button.sc_button_size_medium,
.sc_button.sc_button_size_medium {
	font-size:1em;
	padding: 1.2em 1.5em;
}
input[type="submit"].sc_button_size_large,
input[type="button"].sc_button_size_large,
button.sc_button_size_large,
.sc_button.sc_button_size_large {

}
.sc_button.sc_button_style_border {
	border-width: 2px;
	border-style: solid;
}
.sc_button.sc_button_style_border {
	background-color: transparent;
}
.sc_button.aligncenter {
    display: inline-block !important;
    margin: auto;
}

/* Blogger
-------------------------------------------------------------- */
.sc_blogger_descr.sc_item_descr {
    margin-bottom: 3.8em;
}
.sc_blogger_button.sc_item_button {
    margin-top: 2.1em;
}
.sc_blogger.sc_scroll_controls {
	position: relative;
}
.sc_blogger.sc_scroll_controls_type_top {
	overflow: visible !important;	
}
.sc_blogger.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
	top: 0;
}

/* Style 'Polaroid' */
.sc_blogger.layout_polaroid .sc_blogger_elements *,
.sc_blogger.layout_polaroid .sc_blogger_elements *:after,
.sc_blogger.layout_polaroid .sc_blogger_elements *:before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sc_blogger.layout_polaroid .sc_blogger_elements {
    height: 0;
}
.js .sc_blogger.layout_polaroid .sc_blogger_elements .photostack {
	height: 40em;
}
.sc_blogger.layout_polaroid .sc_blogger_elements+.sc_blogger_button {
	margin-top:3em;
}

.sc_blogger.layout_polaroid .sc_blogger_elements figure {
    overflow: visible;
}

.sc_blogger.layout_polaroid .sc_blogger_elements figure figcaption {
    background: transparent;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
	position:static;
    vertical-align: middle;
	font-size:1em;
}
.sc_blogger.layout_polaroid .sc_blogger_elements .sc_polaroid_title {
	font-weight:400;
	margin: 0.6em 0 0 0;
}
.sc_blogger.layout_polaroid .sc_blogger_elements .photostack-back {
	font-size:1.0769em;
	line-height:1.5em;
	padding:2.3077em;
}

/* Style 'Date' */
.sc_blogger.layout_date .sc_blogger_item {
	position: relative;
}
.sc_blogger.layout_date .sc_blogger_item:before {
	content: ' ';
	display: block;
	background-color: #ddd;
	position: absolute;
	z-index: 1;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item:before {
	width: 1px;
	height: 100%;
	left: 40px;
	top: 0;
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item:before {
	height: 1px;
	width: 100%;
	left: 0;
	top: 40px;
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item.sc_blogger_item_last:before {
	content: none;
}

.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date { 
	width: 78px;
	height: 78px;
	border: 1px solid #ddd;
	position: relative;
	z-index: 2;
	background-color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .day_month {
	display: block;
	padding: 14px 0 6px 0;
	font-size: 1.15em;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year {
	display: block;
	font-size: 0.75em;
	margin: 0 auto;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before {
	width: 33px;
	display: block;
	margin: 0 auto 3px;
	content: ' ';
	border-top: 1px solid #ddd;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_title {
	margin:0 0 0.6em 0;
}

.sc_blogger.layout_date.sc_blogger_horizontal {
	overflow: hidden;	
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item {
	float: left;
}
.sc_blogger.layout_date.sc_blogger_horizontal .post_content {
	padding-right:2em;
}

.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item .sc_blogger_date {
	margin-bottom: 1.25em;
}

.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item + .sc_blogger_item {
	padding-top: 2em;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .sc_blogger_date { 
	float: left;
}
.sc_blogger.layout_date.sc_blogger_vertical .post_content {
	padding-left:100px;
}
.sc_blogger.layout_date.sc_blogger_vertical .post_content:after {
	content:' ';
	width:100%;
	height:0;
	display:block;
	clear:both;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .post_info { 
	margin: 0;
}

.sc_blogger.layout_date .load_more {
	height: 60px;
	position: relative;
}
.sc_blogger.layout_date .load_more:before {
	width: 28px;
	height: 28px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-family: "fontello";
	content: '\e82d';
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 24px;
	line-height: 28px;
}
.sc_blogger.layout_date .load_more:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #ddd;
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 1;
}


/* Style Plain */
.sc_blogger_item.sc_plain_item {
	padding: 2.2857em;
	background-color:#f0f0f0;
	margin-bottom:2px;
	text-align:center;
}
.sc_blogger_item.sc_plain_item .post_category {
	font-style:italic;
}
.sc_blogger_item.sc_plain_item .post_title {
	margin-top:0.6em;
	margin-top:0.4em;
}
.sc_blogger_item.sc_plain_item .post_info {
	margin-bottom:0;
}
.sc_blogger.layout_plain .sc_item_button {
	margin-top:2.2857em;
}

/* Style News */
.sc_blogger.sc_blogger_horizontal.layout_news {
	overflow:hidden;
}
.sc_blogger.sc_blogger_horizontal.layout_news .post_featured {
	width: 40%;
	float: left;
	vertical-align: top;
	margin: 0 2em 0.7em 0;
}
.sc_blogger.sc_blogger_horizontal.layout_news .columns_wrap .post_featured {
	width: 100%;
	float: none;
	margin: 0 0 0.7em 0;
}
.sc_blogger.sc_blogger_vertical.layout_news .sc_blogger_item+.sc_blogger_item {
	padding-top:2em;
	margin-top:2em;
	border-top:1px solid #ddd;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.post_item_news .post_featured .hover_icon:before {
	font-size:3em;
}

/* Style 'Related' */
.article_style_boxed .sc_blogger.template_related .post_content_wrap {
	background-color:#f7f7f7;
}

/* Style 'Masonry' */
.article_style_boxed .sc_blogger.template_masonry .post_content {
	background-color:#f7f7f7;
}

/* Isotope filters */
.sc_blogger .isotope_filters {
    margin: 1.5em 0 1em;
}

/* Button below posts */
.sc_blogger.no_margins .sc_blogger_button {
	margin-top: 2em;
}

/* Blogger with scroll */
.sc_scroll_horizontal .sc_blogger .isotope_item,
.sc_scroll_horizontal .sc_blogger [class*=column-],
.sc_blogger .sc_scroll_horizontal .isotope_item,
.sc_blogger .sc_scroll_horizontal [class*=column-] {
	width: 400px;
	display: inline-block;
	vertical-align:top;
	position:relative;
	padding-bottom:0;
	white-space:nowrap; 
}
.sc_scroll_horizontal .sc_blogger .isotope_column_2,
.sc_scroll_horizontal .sc_blogger .column-1_2,
.sc_blogger .sc_scroll_horizontal .isotope_column_2,
.sc_blogger .sc_scroll_horizontal .column-1_2 {
	width: 600px;
}
.sc_scroll_horizontal .sc_blogger .isotope_column_4,
.sc_scroll_horizontal .sc_blogger .column-1_4,
.sc_blogger .sc_scroll_horizontal .isotope_column_4,
.sc_blogger .sc_scroll_horizontal .column-1_4 {
	width: 300px;
}
.sc_scroll_horizontal .sc_blogger .isotope_column_5,
.sc_scroll_horizontal .sc_blogger .column-1_5,
.sc_blogger .sc_scroll_horizontal .isotope_column_5,
.sc_blogger .sc_scroll_horizontal .column-1_5 {
	width: 240px;
}
.sc_scroll_horizontal .sc_blogger .isotope_column_6,
.sc_scroll_horizontal .sc_blogger .column-1_6,
.sc_blogger .sc_scroll_horizontal .isotope_column_6,
.sc_blogger .sc_scroll_horizontal .column-1_6 {
	width: 200px;
}
.sc_scroll_vertical .sc_blogger .isotope_wrap,
.sc_blogger .sc_scroll_vertical .isotope_wrap {
	/*margin-right:0;*/
}
.sc_scroll_vertical .sc_blogger .isotope_item,
.sc_scroll_vertical .sc_blogger [class*=column-],
.sc_blogger .sc_scroll_vertical .isotope_item,
.sc_blogger .sc_scroll_vertical [class*=column-] {
	position:relative;
/*
	width: 100%;
	display: block;
	padding-right:0;
*/
	width: auto;
	max-width:400px;
	display: inline-block;
	padding-right:50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}



/* Call to action
-------------------------------------------------------------- */
.sc_call_to_action_align_left .sc_call_to_action_title, .sc_call_to_action_align_left .sc_call_to_action_subtitle, .sc_call_to_action_align_left .sc_call_to_action_descr,
.sc_call_to_action_align_right .sc_call_to_action_title, .sc_call_to_action_align_right .sc_call_to_action_subtitle, .sc_call_to_action_align_right .sc_call_to_action_descr {
	text-align:left;
}
.sc_call_to_action_align_left .sc_call_to_action_featured, .sc_call_to_action_align_left .sc_call_to_action_info,
.sc_call_to_action_align_right .sc_call_to_action_featured, .sc_call_to_action_align_right .sc_call_to_action_info {
	vertical-align:middle;
}
.sc_call_to_action_align_none .sc_call_to_action_info,
.sc_call_to_action_align_center .sc_call_to_action_info {
	text-align:center;
}

.sc_call_to_action_align_none .sc_call_to_action_featured,
.sc_call_to_action_align_center .sc_call_to_action_featured {
	margin: 0 auto 2.2857em;
}

.sc_call_to_action .sc_call_to_action_title {
    font-weight: 900;
    margin-bottom: 0.43em;
}
.sc_call_to_action .sc_call_to_action_title:after {
	display:none;
}
.sc_call_to_action .sc_call_to_action_descr {
	font-size: 1em;
	font-style:normal;
	font-weight:400;
	line-height: 1.5em;
	text-transform:uppercase;
	margin-bottom:0;
}
.sc_call_to_action .sc_call_to_action_buttons {
	margin-top:2.5em;
}
.sc_call_to_action_align_left .sc_call_to_action_buttons,
.sc_call_to_action_align_right .sc_call_to_action_buttons {
	margin-top:0;
}
.sc_call_to_action_accented {
	padding: 3em 0;
}
.sc_call_to_action_style_2 .sc_call_to_action_info,
.sc_call_to_action_style_2 .sc_call_to_action_buttons {
	vertical-align:middle;
}
.sc_call_to_action_style_2 .sc_call_to_action_buttons {
	text-align: center;
}
.sc_call_to_action_style_2 .sc_call_to_action_title {
	font-size: 1.7857em;
	font-weight:300;
	margin-bottom:0.25em;
}
.sc_call_to_action_style_2 .sc_call_to_action_descr {
	line-height: 1.2857em;
	text-transform: none;
}
.sc_call_to_action_style_2.sc_call_to_action_align_none {
	text-align:center;
}
.sc_call_to_action_style_2.sc_call_to_action_align_none .sc_call_to_action_info,
.sc_call_to_action_style_2.sc_call_to_action_align_none .sc_call_to_action_buttons {
	display:inline-block;
}
.sc_call_to_action_style_2.sc_call_to_action_align_none .sc_call_to_action_buttons {
	margin-left:4em;
}
.sc_call_to_action_style_2.sc_call_to_action_align_center {
	text-align:center;
}


/* Chat
-------------------------------------------------------------- */
.post_format_chat .post_info {
    display: none;
}
.post_format_chat .post_descr {
    margin-top: 1.4em;
}
.sc_chat {
	position: relative;
	padding-left:20px;
	overflow:hidden;
}
.sc_chat+.sc_chat {
	margin-top:1.5em;
}
.sc_chat_inner {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #1eaace;
	padding: 1.2em 1.2em 0.875em;
	overflow:hidden;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.sc_chat:after {
	content:' ';
	position:absolute;
	z-index:1;
	top:30%;
	left:14px;
	width:11px;
	height:30px;
	-webkit-transform: rotate(30deg) skewY(-45deg);
	   -moz-transform: rotate(30deg) skewY(-45deg);
	    -ms-transform: rotate(30deg) skewY(-45deg);
	     -o-transform: rotate(30deg) skewY(-45deg);
			transform: rotate(30deg) skewY(-45deg);
	background-color:#ffffff;
	border-left:1px solid #1eaace;
	border-bottom:1px solid #1eaace;
}
.sc_chat .sc_chat_title {
    margin-bottom: 0.2em;
    font-weight: 400;
    font-size: 0.857em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sc_chat .sc_chat_avatar {
	width: 75px;
	height:75px;
	float:left;
	margin:0 20px 10px 0;
	overflow:hidden;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.sc_chat p {
	margin-bottom:0;
}
/* without photo */
.sc_chat.no_photo {
    padding-left: 0;
}
.sc_chat.no_photo:after{
	content: none;
}
.sc_chat.no_photo .sc_chat_title a:after {
    content: ':';
}
.sc_chat.no_photo .sc_chat_inner {
    background-color: transparent;
    border: none;
    padding: 0;
}


/* Clients
-------------------------------------------------------------- */
.sc_clients .columns_wrap {
	margin-right: -20px;
}
.sc_clients .columns_wrap > [class*="column-"] {
    padding-right: 20px;
}
.sc_clients.sc_slider_swiper:not(.sc_slider_height_auto) .slides .swiper-slide {
	min-height: 3em;
}
.sc_clients_style_clients-2 .sc_client_hover {
	text-align:center;
}
.sc_clients_style_clients-2 .sc_client_title {
	margin: 0.5em 0 0 0;
	font-size:1.3333em;
	font-weight:700;
}
.sc_clients_style_clients-2 .sc_client_position {
	margin-top:0.25em;
	font-style:italic;
}
.sc_clients_style_clients-2 .sc_client_description {
	font-size:1.2857em;
	font-weight:300;
	font-style:italic;
	line-height:1.2857em;
}
.sc_clients_style_clients-2 .sc_client_description:before {
	content: '\e8b6';
	font-family: 'fontello';
	font-size:1.5em;
	font-style:normal;
	line-height:1.5em;
	display:block;
}
.sc_clients_style_clients-2 .sc_client_description p {
	margin:0;
}
.sc_clients_style_clients-2 .sc_client_description p+p {
	margin-top:0.5em;
}
.sc_clients_style_clients-2 .sc_client_image {
	background-color:#fff;
}
.sc_clients_style_clients-2 .sc_client_image img {
	vertical-align:middle;
}
.sc_clients_style_clients-2 .sc_client_info {
	padding-top: 1.5em;
}
.sc_clients_style_clients-2 .sc_client_image {
	position:relative;
}
.sc_clients_style_clients-2 .sc_client_image .sc_client_hover {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align:center;
}
.sc_clients_style_clients-2 .sc_clients_item:hover .sc_client_image .sc_client_hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.sc_clients_style_clients-2 .sc_client_image .sc_client_hover,
.sc_clients_style_clients-2 .sc_client_image .sc_client_hover .sc_client_info {
	overflow:hidden;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_clients_style_clients-2 .sc_client_image .sc_client_hover .sc_client_info {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-top: 50px;
	padding:1.5em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_clients_style_clients-2 .sc_clients_item:hover .sc_client_image .sc_client_hover .sc_client_info {
	margin-top: 0;
}



/* Columns
-------------------------------------------------------------- */
.sc_columns .sc_column_item_inner {
	padding:1.5em;
}



/* Contact form
-------------------------------------------------------------- */
.sc_form form {
	position:relative;
}
.sc_form .result {
	display:none;
	width:70%;
	position:absolute;
	z-index:1000;
	top:38%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	    -ms-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
	-webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);	
}
.sc_form_descr.sc_item_descr {
    margin-bottom: 4.5em;
}
.sc_form .sc_item_descr .sc_socials {
	display:block;
	font-size:0.6667em;
	margin-top:1em;
}
.sc_form .label_over label {
	display:none;
}
.sc_form .sc_form_item {
	margin-bottom:0.7143em;
	width:100%;
	text-align:center;
}
.sc_form .sc_form_item input[type="text"],
.sc_form .sc_form_item select,
.sc_form .sc_form_item textarea {
	padding: 1em;
	text-align:center;
}

.sc_form .sc_form_address_field {
	margin-bottom:1.75em;
	text-align:left;
}
.sc_form .sc_form_address .sc_socials {
	text-align:left;
	display:block;
	margin-top: 2.5em;
}
.sc_form .sc_form_address_label {
	display:block;
	font-weight:700;
}

.sc_form .sc_form_field  {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sc_form .sc_form_item.label_top label {
	display:block;
	margin-bottom:0.4em;
}
.sc_form .sc_form_item.label_bottom label {
	display:block;
	margin-top:0.4em;
}
.sc_form .sc_form_item.label_left {
	overflow:hidden;
}
.sc_form .sc_form_item.label_left label {
	display:inline-block;
	margin-right: 1.5em;
	vertical-align:middle;
}
.sc_form .sc_form_item.label_left input,
.sc_form .sc_form_item.label_left .sc_form_select_container,
.sc_form .sc_form_item.label_left textarea {
	display:inline-block;
	width: auto;
	vertical-align:middle;
}
.sc_form .sc_form_item .sc_form_element {
	width:auto;
	display:inline-block;
}
.sc_form .sc_form_item .sc_form_element+.sc_form_element {
	margin-left:2em;
}
.sc_form .sc_form_item .sc_form_element input,
.sc_form .sc_form_item .sc_form_element label {
	width:auto;
	margin-right:0.5em;
	display:inline-block;
}
.sc_form .sc_form_item .sc_form_element input[type="radio"],
.sc_form .sc_form_item .sc_form_element input[type="checkbox"] {
	display:none;
}
.sc_form .sc_form_item .sc_form_element input[type="radio"] + label,
.sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label {
	position:relative;
	padding-left:1.75em;
	line-height:1.5em;
}
.sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before,
.sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label:before {
	content:' ';
	font-family:fontello;
	display:block;
	text-align:center;
	border: 1px solid #ebebeb;
	position:absolute;
	left:0;
	top:3px;
	width:1em;
	height:1em;
	line-height:1em;
}
.sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_form .sc_form_item .sc_form_element input[type="checkbox"]:checked + label:before {
	content:'\e8ab';
}
.sc_form .sc_form_item .sc_form_element input[type="radio"]:checked + label:before {
	content:'\e8e4';
}

.sc_form .sc_form_field input,
.sc_form .sc_form_message textarea {
	width:100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_form .sc_form_message textarea {
	min-height:12em;
}
#sc_form_email::-webkit-input-placeholder:after{
    content: '*';
    color: red;
	margin-left: 5px;
}
#sc_form_username::-webkit-input-placeholder:after {
    content: '*';
    color: red;
	margin-left: 5px;
}

/* Date and Time picker */
.sc_form .picker {
	position: absolute;
	z-index: 10000;
	left: 0;
	top: 4em;
	width: 100%;
	height: 0;
	padding:1.5em;
	overflow:hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
         opacity: 0;
    -webkit-transition: all 0.15s ease-out;
       -moz-transition: all 0.15s ease-out;
            transition: all 0.15s ease-out;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sc_form .picker--opened {
	height: auto;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	     opacity: 1;
}
.sc_form .picker__header {
	position: relative;
	margin: 0 1.5em;
	font-size: 1.2857em;
    text-transform: uppercase;
	text-align: center;
}
.sc_form .picker__month,
.sc_form .picker__year {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.sc_form .picker__nav--prev,
.sc_form .picker__nav--next {
    position: absolute;
	z-index:1;
    top: 0;
	left: 0;
    line-height: 1.5em;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
}
.sc_form .picker__nav--next {
	left: auto;
	right: 0;
}
.sc_form .picker__nav--prev:before,
.sc_form .picker__nav--next:before {
    font-family: "fontello";
    display: inline-block;
	line-height:inherit;
}
.sc_form .picker__nav--prev:before {
    content: '\e837';
}
.sc_form .picker__nav--next:before {
    content: '\e836';
}
.sc_form .picker__nav--prev:hover,
.sc_form .picker__nav--next:hover {
    cursor: pointer;
}
.sc_form .picker__nav--disabled,
.sc_form .picker__nav--disabled:hover,
.sc_form .picker__nav--disabled:before,
.sc_form .picker__nav--disabled:before:hover {
    cursor: default;
}

.sc_form .picker__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    table-layout: fixed;
    margin: 0.8em 0 0 0;
}
.sc_form .picker__table th,
.sc_form .picker__table td {
    border: none;
	padding:0.25em;
    vertical-align: top;
    text-align: center;
}
.sc_form .picker__weekday {
    width: 14.285714286%;
    text-transform: uppercase;
}
.sc_form .picker__day--today {
    position: relative;
}
.sc_form .picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 7px solid #f15a23;
    border-left: 7px solid transparent !important;
}
.sc_form .picker__day--infocus:hover,
.sc_form .picker__day--outfocus:hover,
.sc_form .picker__day--highlighted:hover,
.sc_form .picker--focused .picker__day--highlighted {
    cursor: pointer;
}
.sc_form .picker__day--disabled,
.sc_form .picker__day--disabled:hover,
.sc_form .picker--focused .picker__day--disabled {
    cursor: default;
	background-color: transparent !important;
}
.sc_form .picker__footer {
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 0.5em;
    padding: 0.5em 0 0 0;
}
.sc_form .picker__button--today,
.sc_form .picker__button--clear,
.sc_form .picker__button--close {
    display: inline-block;
    vertical-align: bottom;
    font-style: italic;
	font-weight:400;
	line-height: 2em;
    width: 33%;
	background-color:transparent !important;
}
.sc_form .picker__button--today:hover,
.sc_form .picker__button--clear:hover,
.sc_form .picker__button--close:hover {
    cursor: pointer;
}
.sc_form .picker__button--today:focus,
.sc_form .picker__button--clear:focus,
.sc_form .picker__button--close:focus {
    background: transparent;
    outline: none;
}
.sc_form .picker__button--today:before,
.sc_form .picker__button--clear:before,
.sc_form .picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0;
}
.sc_form .picker__button--today:before,
.sc_form .picker__button--clear:before {
    content: " ";
    margin-right: 0.3em;
}
.sc_form .picker__button--today:before {
    top: -1px;
    width: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent !important;
}
.sc_form .picker__button--clear:before {
    top: -3px;
    width: 10px;
    border-top: 3px solid transparent;
}
.sc_form .picker__button--close:before {
    content: "\D7";
    vertical-align: top;
    margin-right: 0.4em;
    font-size: 1.5385em;
    font-style: normal;
    font-weight: 700;
}
.sc_form .picker__button--today[disabled],
.sc_form .picker__button--today[disabled]:hover {
    cursor: default;
}

/* Time */
.sc_form .picker--time {
	padding: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.sc_form .picker--time.picker--opened {
    height: 16em;
}
.sc_form .picker__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sc_form .picker__list li {
	margin-bottom:0;
}
.sc_form .picker__list-item {
    position: relative;
    padding: 0.5em 1em;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom:-1px;
}
.sc_form .picker__list-item:hover {
	z-index: 10;
}
.sc_form .picker__list-item:hover,
.sc_form .picker__list-item--highlighted,
.sc_form .picker__list-item--highlighted:hover,
.sc_form .picker--focused .picker__list-item--highlighted,
.sc_form .picker__list-item--selected,
.sc_form .picker__list-item--selected:hover,
.sc_form .picker--focused .picker__list-item--selected {
    cursor: pointer;
}
.sc_form .picker__list-item--disabled,
.sc_form .picker__list-item--disabled:hover,
.sc_form .picker--focused .picker__list-item--disabled {
    cursor: default;
    z-index: auto;
}

/* The clear button */
.sc_form .picker--time .picker__button--clear {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0.75em;
    background-color: transparent;
    border: 0;
    text-align: center;
    text-transform: uppercase;
}
.sc_form .picker--time .picker__button--clear:hover,
.sc_form .picker--time .picker__button--clear:focus {
    outline: none;
}

.sc_form .sc_form_field [class*="icon-"] {
	position:relative;
}
.sc_form .sc_form_field [class*="icon-"]:before {
	position:absolute;
	right: 0.5em;
	top: 0.5em;
	display:block;
	width: 2em;
	height: 2em;
	line-height:2em;
}

.sc_form_select_container {
	width:100%;
	overflow:hidden;
	position:relative;
}
.sc_form_select_container:after {
	content:'\e828';
	font-family:fontello;
	display:block;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
	width:1.5em;
	height:3.5em;
	line-height:3.5em;
	z-index:0;
	pointer-events: none;
	cursor:pointer;
}
.sc_form_select_container select {
	width:100%;
	padding-left: 0.5em !important;
	background:none !important;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.sc_form .sc_form_button { 
	text-align:center;
	margin: 2.9em 0 0;
}

.sc_form_style_form_2 .sc_form_item,
.sc_form_style_form_2 .sc_form_button,
.sc_form_style_form_2 .sc_form_item input[type="text"],
.sc_form_style_form_2 .sc_form_item select,
.sc_form_style_form_2 .sc_form_item textarea {
	text-align:left;
}



/* Content
-------------------------------------------------------------- */
.sc_content {
	/*overflow:hidden;*/
}



/* Countdown
-------------------------------------------------------------- */
.sc_countdown {
	overflow:hidden;
}
.sc_countdown .sc_countdown_inner {
	display:inline-block;
}
.sc_countdown .sc_countdown_item {
	display:block;
	float:left;
	text-align:center;
}
.sc_countdown .sc_countdown_digits {
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom: 12px;
}
.sc_countdown .sc_countdown_digits span {
	display:inline-block;
}
.sc_countdown .sc_countdown_separator {
	display:block;
	float:left;
	margin: 0 8px;
}

/* Countdown Style 1 */
.sc_countdown.sc_countdown_style_1 .sc_countdown_digits,
.sc_countdown.sc_countdown_style_1 .sc_countdown_separator {
	font-size:2.45em;
	height: 2.45em;
	line-height:2.45em;
	margin-bottom:6px;
}
.sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
	width: 2.45em;
	border-width: 6px;
	border-style: solid;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_countdown.sc_countdown_style_1 .sc_countdown_label {
	font-weight:400;
}

/* Countdown Style 2 */
.sc_countdown.sc_countdown_style_2 .sc_countdown_digits,
.sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
	font-size:3em;
	font-weight:700;
	height: 1.3542em;
	line-height:1.3542em;
	
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
	font-weight:300;
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_digits span {
	display:inline-block;
	text-align:center;
	width: 1.1458em;
	color: #ffffff;
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_digits span+span {
	margin-left:2px;
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_label {
	font-weight:400;
}



/* Dropcaps
-------------------------------------------------------------- */
.sc_dropcaps {
	overflow:hidden;
    line-height: 1.92em;
}
.sc_dropcaps .sc_dropcaps_item {
    font-size: 2.14em;
    font-weight: 600;
    font-style: italic;
    font-family: Lato;
    line-height: 1.66em;
    display: block;
    padding: 0 15px;
    margin: 0 8px 2px 0;
    float: left;
}



/* Emailer
-------------------------------------------------------------- */
.sc_emailer {
	display:inline-block;
	padding:0.25em;
	border:1px solid #ddd;
	overflow:hidden;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
}
.sc_emailer .sc_emailer_button {
	display:inline-block;
	text-align:center;
	width:2em;
	height:2em;
	line-height:2em;
}
.sc_emailer input {
	display:inline-block;
	line-height:2em;
	padding:0;
	width:0;
}
.sc_emailer.sc_emailer_opened {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.sc_emailer input {
	background-color:transparent !important;
}
.sc_emailer.sc_emailer_opened input {
	width:250px;
}
.columns_wrap .sc_emailer.sc_emailer_opened input {
	width:230px;
}
.sc_emailer,
.sc_emailer input {
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}



/* Events
-------------------------------------------------------------- */
.sc_events_item .sc_events_item_title {
	margin:1em 0;
	font-size:1.2857em;
}
.sc_events_item .sc_events_item_description {
	line-height:1.75em;
	overflow:hidden;
}
.sc_events_item .sc_events_item_description p {
	margin-bottom:0;
	height: 5em;
	overflow:hidden;
}
.sc_events_item .sc_events_item_readmore {
	display:block;
	margin-top: 1em;
}
.sc_events_item .sc_events_item_readmore span {
	display:inline-block;
	margin-left:0.5em;
}

.sc_events_style_events-1 .sc_events_item {
	text-align:center;
	padding:0;
}
.sc_events_style_events-1 .sc_events_item_content {
	padding:0 2.5em 2.5em;
}
.sc_events_style_events-1 .sc_events_item_date {
	font-size:0.8571em;
	margin-bottom: 1em;
}
.sc_events_style_events-1 .sc_events_item_title {
	margin-top:0;
}
.sc_events_style_events-2 .sc_events_item {
    border: 1px solid #eee;
    height: 5em;
    position: relative;
    white-space: nowrap;
    padding: 1.1em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sc_events_style_events-2 .sc_events_item+.sc_events_item {
	margin-top:10px;
}
.sc_events_style_events-2 .sc_events_item > span,
.sc_events_style_events-2 .sc_events_item_title {
	display:inline-block;
	margin:0;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_events_style_events-2 .sc_events_item_date {
	position:absolute;
	z-index:1;
	left:-1px;
	top:-1px;
	bottom: -1px;
	width: 5em;
	text-align:center;
}
.sc_events_style_events-2 .sc_events_item_month {
    display: block;
    text-transform: none;
    margin-top: 0em;
    font-size: 0.868em;
    line-height: 1.5em;
    font-weight: 600;
    font-family: Lato;
    font-style: italic;
}
.sc_events_style_events-2 .sc_events_item_day {
    display: block;
    font-size: 2.143em;
    font-weight: 900;
    font-family: Lato;
    font-style: italic;
    margin-top: 0.45em;
}
.sc_events_style_events-2 .sc_events_item_title {
    font-size: 1em;
    padding: 0 1.42em 0 6.42em;
    text-transform: uppercase;
    width: 60%;
    font-family: Roboto;
    white-space: normal;
}
.sc_events_style_events-2 .sc_events_item_time {
    position: relative;
    width: 20%;
    padding: 0 1em 0 1em;
    text-align: center;
}
.sc_events_style_events-2 .sc_events_item_details {
	position:relative;
	width:20%;
	padding: 0 1em 0 1em;
    text-align: center;
}
.sc_events_style_events-2 .sc_events_item_details a {
    font-size: 0.868em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sc_events_style_events-2 .sc_events_item_time:before,
.sc_events_style_events-2 .sc_events_item_details:before {
	content: ' ';
	position:absolute;
	z-index:1;
	left: 0;
	top: -0.2em;
	bottom: -0.2em;
	width: 1px;
}
.sc_events_style_events-2 .sc_events_button {
	margin-top: 4.1em;
    text-align: left;
}
.sc_events_style_events-2 .sc_events_item {
    display: table;
    width: 100%;
}
.sc_events_style_events-2 .sc_events_item > span, .sc_events_style_events-2 .sc_events_item > h6 {
    display: table-cell;
    vertical-align: middle;
}
.sc_events_style_events-2 .sc_events_title.sc_item_title {
    text-align: left;
    margin-bottom: 0.85em;
}
.sc_events_style_events-2 .sc_events_title.sc_item_title:after {
	content: none;
}

/* Google map
------------------------------------------------------------- */
.sc_googlemap img {
	max-width: none;
}
.sc_googlemap_wrap {
	position:relative;
}
.sc_googlemap_content {
	position:absolute;
	z-index:1;
	right:10%;
	top: 0;
	bottom:0;
	width: 25%;
	padding:2em 3em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_googlemap_content .sc_item_title:after {
	margin-bottom:0.3em;
}
.sc_googlemap_content .sc_item_title:after {
	display:none;
}


/* Highlight
-------------------------------------------------------------- */
.sc_highlight_style_3{
    padding: 4px 5px;
}

/* Icon
-------------------------------------------------------------- */
.sc_icon {
	display:inline-block;
	position:relative;
	margin-right:0.25em;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_icon_shape_square,
.sc_icon_shape_round {
	display:inline-block; 
	padding: 4px;
	text-align:center;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	border: 0.05em solid #f4f7f9;
}
.sc_icon_shape_round,
a.sc_icon.sc_icon_shape_round:after,
a .sc_icon.sc_icon_shape_round:after {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_icon.sc_icon_shape_square:hover,
.sc_icon.sc_icon_shape_round:hover,
a.sc_icon.sc_icon_shape_square:hover,
a.sc_icon.sc_icon_shape_round:hover,
a:hover .sc_icon.sc_icon_shape_square,
a:hover .sc_icon.sc_icon_shape_round {
	background-color:transparent;
}

a.sc_icon.sc_icon_shape_round:after,
a.sc_icon.sc_icon_shape_square:after,
a .sc_icon.sc_icon_shape_round:after,
a .sc_icon.sc_icon_shape_square:after {
    background-color: inherit;
    box-sizing: content-box;
    content: " ";
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
    z-index: -1;
}
a.sc_icon.sc_icon_shape_round:hover:after,
a.sc_icon.sc_icon_shape_square:hover:after,
a:hover .sc_icon.sc_icon_shape_round:after,
a:hover .sc_icon.sc_icon_shape_square:after {
    opacity: 0;
    transform: scale(1.8);
}


/* Image
-------------------------------------------------------------- */
.sc_image {
	overflow:hidden;
}
figure figcaption,
.sc_image figcaption {
    font-size: 1em;
    text-align: center;
}
.sc_image figcaption span {
	display:inline-block;
	margin-right: 0.3em;
}

.sc_image.sc_image_shape_round {
	display: block;
	position:relative;
	overflow:hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_image.sc_image_shape_round figcaption {
	top:0;
	bottom:0;
	padding:0;
	font-size:1em;
	line-height:1.2857em;
	text-align:center;
	overflow:hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_image_shape_round:hover figcaption {
	opacity:0;
	margin-bottom: 0;
	-webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
	     -o-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
}
.sc_image_shape_round figcaption span {
	display:block;
	margin: 0 auto;
	font-size:2em;
}
.sc_image_shape_round figcaption span:before {
	display:block;
	margin: 35% auto 0.5em;
}



/* Infobox
-------------------------------------------------------------- */
.sc_infobox {
    display: block;
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.5em;
    padding: 2.429em;
    clear: both;
    font-family: Lato;
}
.sc_infobox.sc_infobox_style_info {		background-color:#ffb20e; }
.sc_infobox.sc_infobox_style_success {	background-color:#7e9d10; }
.sc_infobox.sc_infobox_style_error {	background-color:#df4d30; }
.sc_infobox.sc_infobox_style_info {	background-color:#007fd0; }
.sc_infobox.sc_infobox_style_warning {	background-color:#f09c25; }
.sc_infobox.sc_infobox_style_regular {background-color:#fcfcfc; }
.sc_infobox b,
.sc_infobox strong { 
	font-weight: 900;
}
.sc_infobox p {
	margin: 0;
}
.sc_infobox p+p,.sc_infobox h1+p,.sc_infobox h2+p,.sc_infobox h3+p,.sc_infobox h4+p,.sc_infobox h5+p,.sc_infobox h6+p {
	margin-top: 1em;
}
.sc_infobox h1, .sc_infobox h2, .sc_infobox h3, .sc_infobox h4, .sc_infobox h5, .sc_infobox h6 {
	text-align:left;
	margin:-0.1em 0 0.5em 0;
	line-height:1.2em;
	color: inherit;
}

.sc_infobox.sc_infobox_iconed {
	position:relative;
	padding-left: 4em;
}
.sc_infobox.sc_infobox_iconed:before {
    font-size: 1.35em;
    line-height: 1em;
    width: 1em;
    position: absolute;
    left: 1.7em;
    top: 1.85em;
}

.sc_infobox.sc_infobox_closeable {
	cursor: pointer;
	padding-right: 3.5em;
}
.sc_infobox.sc_infobox_closeable:after {
    content: '\e8ac';
    font-family: "fontello";
    cursor: pointer;
    position: absolute;
    right: 2em;
    top: 3.1em;
    font-weight: 100;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(256,256,256,0.15);
    text-align: center;
    font-size: 0.8em;
    line-height: 20px;
}
.sc_infobox.sc_infobox_style_regular.sc_infobox_closeable:after {
	    background-color: #fff;
}


/* List
-------------------------------------------------------------- */
ul.sc_list_style_iconed {
	padding-left: 0;
}
.sc_list_style_iconed li {
	padding: 0 0 0 1.5em !important;
	list-style: none;
	position: relative;
	line-height:1.5em;
}
.sc_list_style_iconed li .sc_list_icon {
	position:absolute;
	left: 0;
	top: 0;
	width: 1em;
	display:inline-block;
	text-align:center;
}



/* Line
-------------------------------------------------------------- */
.sc_line {
	display: block;
	width: 100%;
	height: 0px;
	border-top: 1px solid #e4e7e8;
	margin: 2.4em 0;
	position:relative;
}
.sc_line.sc_line_position_left_top:not(.sc_line_style_image),
.sc_line.sc_line_position_center_top:not(.sc_line_style_image),
.sc_line.sc_line_position_right_top:not(.sc_line_style_image) {
	border-top: none;
	border-bottom: 1px solid #e4e7e8;
}
.sc_line.sc_line_style_dashed { border-style: dashed; }
.sc_line.sc_line_style_dotted { border-style: dotted; }
.sc_line.sc_line_style_double { height: 4px; border-bottom-width: 1px; }
.sc_line.sc_line_style_image {
	background-position:center;
	background-repeat:no-repeat;
	border:none;
}
.sc_line .sc_line_title {
	margin:0;
	padding: 0 1em;
    font-size: 0.858em;
    line-height: 1.5em;
	display:inline-block;
	position:absolute;
	z-index:1;
}
.sc_line.sc_line_position_left_top { background-position: left bottom; }
.sc_line.sc_line_position_left_top .sc_line_title {
	top:0;
	left:0;
	padding-left:0;
}
.sc_line.sc_line_position_center_top { background-position: center bottom; }
.sc_line.sc_line_position_center_top .sc_line_title {
	top:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	   -moz-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
}
.sc_line.sc_line_position_right_top { background-position: right bottom; }
.sc_line.sc_line_position_right_top .sc_line_title {
	top:0;
	right: 0;
	padding-right:0;
}
.sc_line.sc_line_position_left_center { background-position: left center; }
.sc_line.sc_line_position_left_center .sc_line_title {
	top:50%;
	left:0;
	padding-left:0;
	margin-top:-2px;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}
.sc_line.sc_line_position_center_center { background-position: center center; }
.sc_line.sc_line_position_center_center .sc_line_title {
	top:50%;
	left:50%;
	margin-top:-2px;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	    -ms-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}
.sc_line.sc_line_position_right_center { background-position: right center; }
.sc_line.sc_line_position_right_center .sc_line_title {
	top:50%;
	right: 0;
	padding-right:0;
	margin-top:-2px;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}
.sc_line.sc_line_position_left_bottom { background-position: left top; }
.sc_line.sc_line_position_left_bottom .sc_line_title {
	bottom:0;
	left:0;
	padding-left:0;
	padding-bottom: 5px
}
.sc_line.sc_line_position_center_bottom { background-position: center top; }
.sc_line.sc_line_position_center_bottom .sc_line_title {
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	   -moz-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
}
.sc_line.sc_line_position_right_bottom { background-position: right top; }
.sc_line.sc_line_position_right_bottom .sc_line_title {
	bottom:0;
	right: 0;
	padding-right:0;
}



/* Number
-------------------------------------------------------------- */
.sc_number_item {
	display: inline-block;
	text-align:center;
	font-size: 3em;
	font-weight:700;
	width: 1em;
	height: 1.25em;
	line-height:1.25em;
	background-color:rgba(0,0,0, 0.15);
	color: #ffffff;
}
.sc_number_item+.sc_number_item {
	margin-left:2px;
}



/* Parallax
-------------------------------------------------------------- */
.sc_parallax {
	position: relative;
	overflow: hidden;
	background-repeat:no-repeat;
}
.sc_parallax .sc_parallax_content {
	position: relative;
	overflow: hidden;
	z-index: 2;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-repeat:no-repeat;
}
.sc_parallax .sc_parallax_overlay {
	overflow: hidden;
}
.sc_parallax .sc_video_bg_wrapper {
	position:absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
}
.sc_parallax video.sc_video_bg { 
	opacity: 0;
	filter: alpha(opacity=0);
}




/* Popup
-------------------------------------------------------------- */
.sc_popup {
	position: relative;
	background-color: #fff;
	padding: 24px 20px 20px 20px;
	width: auto;
	max-width: 500px;
	max-height:600px;
	margin: 20px auto;
	border: 1px solid #ddd;
	overflow-x:hidden;
	overflow-y:auto;
}
.sc_popup:before {
	height: 4px;
	content: ' ';
	position: absolute;
	width: 100%;
	top: -1px;
	left: -1px;
	display: block;
	padding: 0 1px;
}
.sc_popup.mfp-hide {
	display:none;
}
.sc_popup .mfp-close {
	top:3px;
	width:1em;
	height:1em;
	line-height:1em;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.sc_popup .mfp-close:active {
	top:3px;
}



/* Price
-------------------------------------------------------------- */
.sc_price {
	display:inline-block;
	position:relative;
}
.sc_price .sc_price_currency,
.sc_price .sc_price_money {
	font-size:1.875em;
	line-height:1em;
	color: #222222;
}
.sc_price .sc_price_info {
	display:inline-block;
	position:relative;
	vertical-align:baseline;
}
.sc_price .sc_price_penny {
	display:block;
	text-decoration:underline;
	margin-bottom:0.2em;
	margin-left:0.1em;
	font-size: 0.75em;
	line-height:1em;
	color: #222222;
}
.sc_price .sc_price_period:before {
	content:'/';
	display:inline-block;
	margin-left:0.3em;
	margin-right:0.3em;
}
.sc_price .sc_price_period_empty:before {
	content:' ';
	display:inline-block;
}



/* Price block
-------------------------------------------------------------- */
.sc_price_block {
	display:inline-block;
	overflow:hidden;
}
.sc_price_block .sc_price_block_title {
	font-size: 1.7857em;
	line-height: 1.3em;
	height: 3em;
	padding-top: 0.5em;
	background-color:rgba(0,0,0, 0.1);
	position:relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_price_block .sc_price_block_title span {
	display:block;
	text-align:center;
	position:absolute;
	left: 0;
	top:50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.sc_price_block .sc_price_block_money {
	text-align:center;
	font-size: 1.125em;
	line-height: 6.1111em;
	height: 6.1111em;
	overflow:hidden;
}
.sc_price_block .sc_price_block_money .sc_price_block_icon {
	font-size: 4em;
	line-height:inherit;
	display:inline-block;
}
.sc_price_block .sc_price_block_money .sc_price {
	display:inline-block;
}
.sc_price_block .sc_price_block_money .sc_price_block_icon + .sc_price {
	margin-left:0.5em;
}
.sc_price_block .sc_price_block_money .sc_price_currency {
	font-weight:400;
	font-size: 4em;
	line-height:inherit;
}
.sc_price_block .sc_price_block_money .sc_price_money {
	font-weight:900;
	font-size: 4em;
	line-height:inherit;
}
.sc_price_block .sc_price_block_description {
	text-align:center;
	font-size: 0.8571em;
	line-height: 1.5em;
	height:11em;
	padding:0 2em;
	overflow:hidden;
}
.sc_price_block .sc_price_block_description li,
.sc_price_block .sc_price_block_description p {
	margin-bottom:0;
}
.sc_price_block .sc_price_block_link {
	height:4.5em;
	text-align:center;
	padding-top:0.875em;
}
.sc_price_block .sc_price_block_link .sc_button {
	background-color:rgba(0,0,0, 0.2);
}
.sc_price_block .sc_price_block_link .sc_button:hover {
	background-color:#ef631f !important;
}



/* Promo
-------------------------------------------------------------- */
.sc_promo_inner {
	position: relative;
	height: 260px
}
.sc_promo_image {
    position: absolute;
    top: 0;
    bottom: 0;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.sc_promo_size_small .sc_promo_image {
	background-size:100%;
}
.sc_promo_block {
    width: 50%;
    position: relative;
}
.sc_promo_block_inner {
	padding: 3em 4em;
}
.sc_promo .sc_promo_title {
	font-weight:700;
}
.sc_promo .sc_promo_title:after {
	display:none;
}
.sc_promo .sc_promo_descr {
	font-weight:400;
	font-style:normal;
	margin-bottom: 0;
}
.sc_promo .sc_promo_button {
	margin-top: 2em;
}
.sc_promo.sc_promo_size_small .sc_promo_block_inner {
	padding: 2.5em 1em 1.9em;
}
.sc_promo.sc_promo_size_small .sc_promo_title {
	font-size: 2em;
	line-height:1.3em;
}
.sc_promo.sc_promo_size_small .sc_promo_descr {
    font-size: 1.142em;
    letter-spacing: 0;
    font-weight: 600;
    font-style: italic;
}
.sc_promo.sc_promo_size_small .sc_promo_button {
	margin-top:1.25em;
}
.sc_promo_block.sc_align_left *,
.sc_promo_block.sc_align_left *:after {
	text-align: left !important;
    margin-left: 0;
}
.sc_promo_block.sc_align_right *,
.sc_promo_block.sc_align_right *:after {
	text-align: right !important;
    margin-right: 0;
}
.sc_promo_button .sc_button {
    padding: 0;
    border-width: 0 !important;
    background-color: transparent !important;
}
.sc_promo_button .sc_button:after {
    content: '\e836';
    font-family: fontello;
    border: 2px solid;
    display: inline-block;
    padding: 0 0.23em 0 0.3em;
    height: 1em;
    vertical-align: text-top;
    margin-left: 8px;
    font-weight: 600;
line-height: 10px;
}

/* Scroll
-------------------------------------------------------------- */
.sc_scroll {
	overflow: hidden;
	width: 100%;
	position:relative;
}
.sc_scroll_wrapper {
	overflow: hidden;
}
.sc_scroll_horizontal .sc_scroll_wrapper {
	width: 100000px;
}
.sc_scroll_horizontal {
	width:100%;
	padding-bottom:10px;
}
.sc_scroll_vertical {
	min-height:200px;
	padding-right:6px;
}
.sc_scroll_vertical .swiper-wrapper {
	height: auto;
	display:block;
}
.sc_scroll_vertical .swiper-slide {
	float: none;
	display:block;
	height: auto;
}
/* Scroll bar */
.sc_scroll_bar {
	background:transparent;
	position:absolute;
	z-index:100;
}
.sc_scroll_vertical .sc_scroll_bar {
	right:1px;
	top:0;
	bottom:0;
	width:10px;
	border-right:1px solid #dddddd;
}
.sc_scroll_horizontal .sc_scroll_bar {
	right:0;
	left:0;
	bottom:1px;
	height:10px;
	border-bottom:1px solid #dddddd;
}

.sc_scroll_bar .swiper-scrollbar-drag {
	background:none !important;
}
.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag {
	width:10px;
	left:2px;
}
.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag {
	height:10px;
	top:2px;
}
.sc_scroll_bar .swiper-scrollbar-drag:before {
	content:' ';
	display:block;
	position:absolute;
	background-color: #1dbb90;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag:before {
	width:3px;
	right:-2px;
	top:0;
	bottom:0;
	height:100%;
}
.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag:before {
	height:3px;
	left:0;
	right:0;
	bottom:-2px;
	width:100%;
}

/* Scroll controls */
.sc_scroll_container {
	position:relative;
}
.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
	position: absolute;
	top:-8em;
	right:0;
	width:12em;
	padding-bottom:5px;
	overflow:hidden;
	text-align:right;
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap {
	position: absolute;
	top:50%;
	left:0;
	width:100%;
	height: 0;
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap a {
	margin-top:-25px;
	margin-left: -80px;
	display:block;
	position:absolute;
	top:0;
	left:8px;
	opacity:0;
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap a+a {
	left:auto;
	right:8px;
	margin-right: -80px;
}
.sc_scroll_controls_type_side:hover .sc_scroll_controls_wrap a {
	margin-left:0;
	margin-right:0;
	opacity:1;
}
.sc_scroll_controls_wrap a {
	display: inline-block;
	text-align:center;
	font-size: 1.5em;
	width: 2em;
	height: 2em;
	line-height: 2em;
	margin-left: 0.6667em;
}
.sc_scroll_controls_wrap a:before {
	font-family:fontello;
}
.sc_scroll_controls_wrap .sc_scroll_next:before {
	content:'\e836';
}
.sc_scroll_controls_wrap .sc_scroll_prev:before {
	content:'\e837';
}
.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_next:before {
	content:'\e828';
}
.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_prev:before {
	content:'\e835';
}




/* Section
------------------------------------------------------------ */
.sc_section {
	position: relative;
	/*overflow: hidden;*/
	/*padding:1px 0;*/
	max-width: 100%;
}
.sc_section:after {
	content:' ';
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.sc_section_descr.sc_item_descr {
    margin: 0.25em 0 3.8em 0;
}
.sc_section:not(.sc_scroll_controls) .sc_section_overlay,
.sc_section .sc_section_overlay {
	overflow: hidden;
}
.sc_section .sc_section_content {
	padding: 1em 1.5em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_section .sc_section_content.padding_off {
	padding: 0;
}
.sc_section .sc_section_button {
	margin-top:2em;
}

.sc_pan {
	position:absolute;
	width:100%; 
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
/*
.sc_pan_vertical { cursor: n-resize; }
.sc_pan_horizontal { cursor:e-resize; }
*/
.sc_pan_vertical,
.sc_pan_horizontal {
	cursor: all-scroll;
}



/* Recent News: Widget and schortcode
---------------------------------------------------------------- */
.sc_recent_news_header {
	margin-bottom:3.3em;
}
.sc_recent_news_header_captions,
.sc_recent_news_header_categories {
	display: inline-block;
	vertical-align:bottom;
}
.sc_recent_news_header_split .sc_recent_news_header_captions,
.sc_recent_news_header_split .sc_recent_news_header_categories {
	width:50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sc_recent_news_header_split .sc_recent_news_header_captions {
	padding-right:2em;
}
.sc_recent_news_title {
	margin:0;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight: bold;	
}
.sc_recent_news_subtitle {
	margin: 0;
	line-height:1.5em;
	font-size:1em;
	text-transform:uppercase;
	font-size:0.9231em;
}
.sc_recent_news_header_split .sc_recent_news_header_categories {
	line-height:1.5em;
    text-align: right;
    vertical-align: top;
    margin-top: 1.5em;
}
.sc_recent_news_header_split .sc_recent_news_header_categories > * {
    display: inline-block;
    margin: 0 5px;
    text-transform: uppercase;
    font-size: 0.868em;
    letter-spacing: 0.8px;
    line-height: 27px;
	padding: 0 13px;
}
.sc_recent_news_header_split .sc_recent_news_header_categories > a{
	position: relative;
}
.sc_recent_news_header_category_item_more {
	position:relative;
	cursor:pointer;
}
.sc_recent_news_header_category_item_more:after {
	content: '\e828';
	font-family:'fontello';
	display:inline-block;
	margin-left:0.5em;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_recent_news_header_category_item_more.opened:after {
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	    -ms-transform:rotate(180deg);
	        transform:rotate(180deg);
}
.sc_recent_news_header_more_categories {
	display:none;
	position:absolute;
	right:0;
	top: 2em;
	z-index:1;
	border: 1px solid #eee;
	text-align:left;
	padding:0.5em 1px;
}
.sc_recent_news_header_more_categories > a {
	display:block;
	white-space:nowrap;
	line-height:2em;
	padding:0 1.5em;
}

.sc_recent_news .post_item {
	background-color:transparent;
	text-align:left;
	overflow:hidden;
	margin-bottom:2.8em;
}
.sc_recent_news .post_item + .post_item {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
aside .sc_recent_news .post_item.post_accented_on {
	margin-bottom: 0;
}
.sc_recent_news_style_news-magazine .post_accented_border {
	border-bottom: 1px solid #eee;
	padding-bottom:2.3077em;
}
.sc_recent_news_style_news-magazine .column-1_2:first-child {
    padding-right: 30px;
	border-right: 1px solid;
}
.sc_recent_news_style_news-magazine .column-1_2:last-child {
    padding-left: 30px;
}
.sc_recent_news .post_item .post_thumb {
	float:none;
	width: auto;
	height:auto;
	margin:0;
}

.sc_recent_news .post_accented_on .post_featured {
    margin-bottom: 2.55em;
}
.sc_recent_news_with_accented .post_accented_off .post_featured {
	float: left;
	padding-right:1.5em;
	margin-bottom: 0;
	width: 35%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_recent_news_with_accented .post_accented_off .post_header {
	float:left;
	width:65%;
}
.sc_recent_news_without_accented .post_accented_off .post_featured {
	margin-bottom:1em;
}
.sc_recent_news .post_featured .post_info {
	position:absolute;
	left: 0;
	bottom:0;
	padding: 0.5em;
	z-index:10;
	font-size: 1em;
	font-style:normal;
	display: none;
}
.sc_recent_news .post_featured .post_info .post_categories {
	display:inline-block;
	padding:0 0.5em;
	line-height:1.5em;
	font-size:0.7692em;
	font-weight: bold;
	background-color: #000000;
}
.sc_recent_news .post_featured .post_info *,
.sc_recent_news .post_featured .post_info *:hover {
	color: #ffffff;
	text-shadow:1px 1px #000;
}

.sc_recent_news .post_header {
	text-align:left;
}
.sc_recent_news .post_item .post_title {
	margin: 0;
	text-transform: uppercase;
}
.sc_recent_news .post_meta {
    margin-top: 0.3em;
    font-size: 0.868em;
    line-height: 1.8em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.sc_recent_news .post_meta_author,
.sc_recent_news .post_meta_date {
	display:inline-block;
}
.sc_recent_news .post_meta_author:before {
    content: '/';
    display: inline-block;
    margin: 0 0.6em;
    position: relative;
    top: -1px;
}

.sc_recent_news .post_content {
	margin-top:1.85em;
}
.sc_recent_news .post_content p {
	margin:0;
}

.sc_recent_news .post_footer {
	margin-top: 2.3em;
	overflow:hidden;
}
.sc_recent_news .post_counters {
	text-align:left;
	float:none;
	width: 100%;
	line-height:1.8em;
}
.sc_recent_news .post_counters_item,
.sc_recent_news .post_counters .post_edit a {
	padding:0 1em;
	font-size:0.8462em;
	margin-left:0 !important;
	margin-right:0.5em;
	float:left;
}
.sc_recent_news .post_counters_item .post_counters_number {
	margin-left:0.5em;
}
.sc_recent_news .post_counters .post_edit:before {
	display:none;
}
.sc_recent_news .post_counters .post_edit a:before {
	content:'\e8bb';
	font-family:'fontello';
	display:inline-block;
	margin-right:0.5em;
}

.sc_recent_news .post_delimiter {
	margin-bottom: 2.3077em;
}
.sc_recent_news .post_delimiter:before {
	content: ' ';
	display:block;
	height:0;
	border-top: 1px solid #eee;
}
.sc_recent_news_with_accented .post_accented_off .post_featured .hover_icon:before {
    font-size: 1.108em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.sc_recent_news_with_accented .post_accented_off .post_featured .hover_icon:before {
		font-size: inherit;
	}
}
.sc_recent_news .post_item h6.post_title {
    margin-bottom: 0.4em;
}

/* Style Excerpt */
.sc_recent_news_style_news-excerpt {
	overflow:hidden;
}
.sc_recent_news_style_news-excerpt .post_item {
	padding-bottom:2.3077em;
	border-bottom: 1px solid #eee;
}
.sc_recent_news_style_news-excerpt .post_featured {
	margin-bottom:0;
	padding-right:2.5em;
	float:left;
	width:33.3333%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_recent_news_style_news-excerpt .post_body {
	overflow:hidden;
	float:left;
	width:66.6667%;
}
.sidebar_show .sc_recent_news_style_news-excerpt .post_featured,
.vc_column_container .sc_recent_news_style_news-excerpt .post_featured,
.columns_wrap .sc_recent_news_style_news-excerpt .post_featured {
	width:50%;
}
.sidebar_show .sc_recent_news_style_news-excerpt .post_body,
.vc_column_container .sc_recent_news_style_news-excerpt .post_body,
.columns_wrap .sc_recent_news_style_news-excerpt .post_body {
	width:50%;
}

/* Style Portfolio & Announce */
.sc_recent_news_style_news-portfolio .columns_wrap {
	margin-right: -0.4615em !important;
}
.sc_recent_news_style_news-portfolio [class*="column-"] {
	padding: 0 0.4615em 0.4615em 0 !important;
}
.sc_recent_news_style_news-portfolio .post_item,
.sc_recent_news_style_news-portfolio .post_featured,
.sc_recent_news_style_news-announce .post_item,
.sc_recent_news_style_news-announce .post_featured {
	margin-bottom:0 !important;
}
.sc_recent_news_style_news-portfolio .post_featured .post_info,
.sc_recent_news_style_news-announce .post_featured .post_info {
	padding: 1em 1.5em;
}
.sc_recent_news_style_news-announce {					overflow:hidden; }
.sc_recent_news_style_news-announce .post_item {		float:left; }
.sc_recent_news_style_news-announce .post_size_full {	width:100%; height: 432px; }
.sc_recent_news_style_news-announce .post_size_big {	width:50%; height: 216px; }
.sc_recent_news_style_news-announce .post_size_medium {	width:50%; height: 108px;  }
.sc_recent_news_style_news-announce .post_size_small {	width:25%; height: 108px; }
body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full { height: 656px; }
body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big { height: 328px;  }
body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,
body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small { height: 164px;  }



/* Services
-------------------------------------------------------------- */
.sc_services_item .sc_services_item_title {
	margin:1em 0 0;
	font-size:1.2857em;
	height: 2em;
}
.sc_services_item .sc_services_item_description {
	margin-top:1.2857em;
	line-height:1.75em;
	overflow:hidden;
}
.sc_services_item .sc_services_item_description p {
	margin-bottom:0;
/*
	height: 5em;
	overflow:hidden;
*/
}
.sc_services_item .sc_icon {
	display: block;
	width:5em;
	height: 5em;
	line-height:5em;
	margin:0 auto;
	text-align:center;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_services_item .sc_icon:before {
	font-size:2.2857em;
}
.sc_services_item .sc_services_item_readmore {
	display:block;
	margin-top: 1em;
}
.sc_services_item .sc_services_item_readmore span {
	display:inline-block;
	margin-left:0.5em;
}

.sc_services_style_services-1 .sc_services_item {
	text-align:center;
	padding: 2.5em;
}
.sc_services_style_services-1.sc_services_type_images .sc_services_item {
	padding:0;
}
.sc_services_style_services-1.sc_services_type_images .sc_services_item_content {
	padding:0 2.5em 2.5em;
}
.sc_services_style_services-1.sc_services_type_images .sc_services_item_title {
	margin-top:0;
}
.sc_services_style_services-1 .sc_icon,
.sc_services_style_services-2 .sc_icon {
	border: 2px solid #ddd;
}
.sc_services_style_services-2 .sc_icon,
.sc_services_style_services-2.sc_services_type_images .sc_services_item_featured {
	float:left;
	margin-right:2.2857em;
}
.sc_services_style_services-2.sc_services_type_images .sc_services_item_featured {
	width:30%;
	min-height:4em;
}
.sc_services_style_services-2 .sc_services_item_title {
	margin-top:0;
}
.sc_services_style_services-3 .sc_services_item_title {
	text-align:center;
	text-transform:uppercase;
	font-weight:400;
	font-size:1em;
}
.sc_services_style_services-4 .sc_services_item {
	margin-bottom:0.5em;
}
.sc_services_style_services-4 .sc_icon {
	width:1.5em;
	height:1.5em;
	line-height:1.4em;
	margin:0 0.5em 0 0;
	float:left;
}
.sc_services_style_services-4 .sc_icon:before {
	font-size:0.8571em;
	margin-right:0;
}
.sc_services_style_services-4 .sc_services_item_title {
	margin: 0;
	font-size:1em;
	line-height:1.2857em;
}
.sc_services_style_services-4 .sc_services_button {
	margin-top:3em;
}
.sc_services_style_services-5 .sc_service_container {
	position: relative;
}
.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2 .sc_services_item {
    margin-right: 33%;
}
.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2:nth-child(2n) .sc_services_item {
    margin-left: 33%;
	margin-right: 0;
}
.sc_services_style_services-5 .sc_services_item .sc_icon {
	margin-bottom:2.2857em;
}
.sc_services_style_services-5 .sc_service_container .sc_services_image{
	position: absolute;
    width: 30%;
    left: 50%;
	top: 50%;
    transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.sc_services_style_services-5 .sc_icon {
	border: 2px solid #ddd;
}
.sc_services_style_services-5 .sc_icon,
.sc_services_style_services-5.sc_services_type_images .sc_services_item_featured {
	float:left;
	margin-right:2.2857em;
	margin-left: 0;
}
.sc_services_style_services-5 .sc_service_container .sc_icon,
.sc_services_style_services-5.sc_services_type_images .sc_service_container .sc_services_item_featured {
	float:right;
	margin-left:2.2857em;
	margin-right:0;
}
.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2:nth-child(2n) .sc_icon,
.sc_services_style_services-5.sc_services_type_images .sc_service_container .columns_wrap > .column-1_2:nth-child(2n) .sc_services_item_featured {
	float:left;
	margin-right:2.2857em;
	margin-left: 0;
}
.sc_services_style_services-5  .columns_wrap > .column-1_2:nth-child(2n) .sc_services_item_content{
	text-align: left;
}
.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2 .sc_services_item_content{
	text-align: right;
}
.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2:nth-child(2n) .sc_services_item_content{
	text-align: left;
}
/* aligment left */
.sc_services_style_services-5 .sc_service_container.sc_align_left .sc_services_image {
    left: 0;
    transform: translateY(-50%) translateX(0%);
}
.sc_services_style_services-5 .sc_service_container.sc_align_left .columns_wrap > .column-1_2 .sc_services_item, 
.sc_services_style_services-5 .sc_service_container.sc_align_left .columns_wrap > .column-1_2:nth-child(2n) .sc_services_item {
    margin-left: 0;
    margin-right: 0;
}
.sc_services_style_services-5 .sc_service_container.sc_align_left .sc_icon, 
.sc_services_style_services-5.sc_services_type_images .sc_service_container.sc_align_left .sc_services_item_featured {
    float: left;
    margin-right: 2.2857em;
    margin-left: 0;
}
.sc_services_style_services-5 .sc_service_container.sc_align_left .columns_wrap > .column-1_2 .sc_services_item_content {
    text-align: left;
}
.sc_services_style_services-5 .sc_service_container.sc_align_left .columns_wrap {
    margin-left: 33%;
}
/* aligment right */
.sc_services_style_services-5 .sc_service_container.sc_align_right .sc_services_image {
    right: 0;
	left: auto;
    transform: translateY(-50%) translateX(0%);
}
.sc_services_style_services-5 .sc_service_container.sc_align_right .columns_wrap > .column-1_2 .sc_services_item, 
.sc_services_style_services-5 .sc_service_container.sc_align_right .columns_wrap > .column-1_2:nth-child(2n) .sc_services_item {
    margin-left: 0;
    margin-right: 0;
}
.sc_services_style_services-5 .sc_service_container.sc_align_right .columns_wrap > .column-1_2:nth-child(2n) .sc_icon,
.sc_services_style_services-5.sc_services_type_images .sc_service_container.sc_align_right .columns_wrap > .column-1_2:nth-child(2n) .sc_services_item_featured {
    float: right;
    margin-left: 2.2857em;
    margin-right: 0;
}
.sc_services_style_services-5 .sc_service_container.sc_align_right .columns_wrap > .column-1_2 .sc_services_item_content {
    text-align: right;
}
.sc_services_style_services-5 .sc_service_container.sc_align_right .columns_wrap {
    margin-right: calc(33% - 30px);
}



/* Skills
-------------------------------------------------------------- */
.sc_skills {
	width: 100%;
}

/* Type Counter */
.sc_skills_counter {
	text-align: center;
    max-width: 100%;
}
.sc_skills_counter .sc_skills_item {
	text-align: center;
	display: inline-block;
	padding: 0 10px;
}
.sc_skills_counter .sc_skills_item .sc_skills_icon {
    font-size: 6.5em;
    font-weight: 300;
    line-height: 1em;
}
.sc_skills_counter .sc_skills_item .sc_skills_count {
	font-size: 2.9em;
	line-height: 1em;
    margin-top: 10px;
}
.sc_skills_counter .sc_skills_item .sc_skills_count .sc_skills_total {
	position:relative;
	z-index:1;
}
.sc_skills_counter .sc_skills_item .sc_skills_info {
	color: #222222;
	font-size: 1.125em;
	line-height: 1.2857em;
	margin: 10px 0;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_1 {
	width:100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 2.3em 1em 2.9em;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count {
	font-weight: 900;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info {
	margin-top:0.2em;
	position:relative;
	text-transform:uppercase;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_2 .sc_skills_count {
	font-weight: 300;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count { 
	font-weight: 300;
	color:#fff;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
	font-size: 3.75em;
	height: 1.3333em;
	line-height: 1.3333em;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count:before {
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
    border-top: 1.3333em solid #fff; 
    border-right: 1.6667em solid transparent;	
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count {
	font-weight: 300;
	color:#fff;
	padding: 0 10px;
	font-size: 3.75em;
	line-height: 1.3333em;
	height: 1.3333em;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
	color: #fff;
	padding: 10px;
	margin:0;
	position: relative;
	border-top: 1px solid #fff;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info:before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	background-color: #000;
	z-index: 1;
	width: 100%;
	height: 100%;  
	opacity: 0.1;			
	filter: alpha(opacity=10);
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info .sc_skills_label {
	position:relative;
	z-index:2;
}

.sc_skills_counter .sc_skills_button {
	margin-top:3em;
}
.sc_skills_counter .sc_skills_label {
    font-size: 0.768em;
    letter-spacing: 0.6px;
}
.sc_skills_counter .sc_skills_read_more {
    display: inline-block;
    width: 2.286em;
    height: 2.286em;
    line-height: 2.286em;
	position: relative;
}

/* Type Bar */
.sc_skills_bar .sc_skills_item {
	height:4px;
    line-height: 1.5em;
    background-color: #f4f7f9;
    position: relative;
}
.sc_skills_bar .sc_skills_item .sc_skills_count {
	text-align:right;
	width:0;
	height: 1.5625emem;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	z-index:2;
}
.sc_skills_bar .sc_skills_info:nth-child(n + 3) {
    margin: 22px 0 0 0;
}
.sc_skills_bar .sc_skills_info .sc_skills_label {
    font-weight: 600;
    line-height: 2em;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item {
	height: 30em;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item .sc_skills_count {
	width: 100%;
	height: auto;
	top: auto; 
	bottom: 0;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total { 
	text-align: center;
    font-size: 12px;
	width: 100%;
	line-height: 3em;
	font-weight: 300;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_column {
	text-align:center;
}
.sc_skills_bar.sc_skills_horizontal .sc_skills_columns .sc_skills_info { 
	margin-top: 0;
}
.sc_skills_bar.sc_skills_horizontal .sc_skills_total {
    text-align: right;
    padding-right: 0;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -20px;
}


/* Type Pie */
.sc_skills_pie.sc_skills_compact_off {
	text-align: center;
	display: inline-block;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
	font-size: 1.125em;
}

.sc_skills_pie.sc_skills_compact_on {
	overflow:hidden;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_item {
	min-width:100px;
	min-height:100px;
	float:left;
	width:50%;
}


/* Type Circle */
.sc_skills_circle  .sc_skills_item {
    position: relative;
}
.sc_skills_circle .sc_skills_total {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    text-align: center;
    font-size: 2.85em;
    line-height: 40px;
    font-weight: 900;
    font-family: Lato;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sc_skills_circle .sc_skills_label {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.4px;
	text-align: center;
	margin-top: 5px;
}

/* Type Arc */
.sc_skills_arc {
	overflow:hidden;
}
.sc_skills_arc .sc_skills_arc_canvas {
	min-width:100px;
	min-height:100px;
	float:left;
	width:60%;
}
.sc_skills_arc .sc_skills_legend {
	width:40%;
}


/* Legend */
.sc_skills_legend {
	width:50%;
	float:right;
}
.sc_skills_legend_marker {
	display: inline-block;
	margin:0 10px 2px 0;
	width:6px;
	height:6px;
	line-height:1.5em;
	overflow:hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_skills_legend_title,
.sc_skills_legend_value {
	color: #222222;
}
.sc_skills_legend_value {
	display:inline-block;
	margin-left:6px;
}
.sc_skills_legend_value:before {
	content: '(';
}
.sc_skills_legend_value:after {
	content: ')';
}



/* Slider
-------------------------------------------------------------- */

.sc_slider {
	overflow:hidden;
}
.sc_slider_height_auto {
 -webkit-transition: height ease .5s;
    -moz-transition: height ease .5s;
     -ms-transition: height ease .5s;
      -o-transition: height ease .5s;
         transition: height ease .5s; 
}
.sc_slider_swiper {
	position: relative;
	overflow: hidden;
	visibility: hidden;
	max-width:100%;
}
.sc_slider_swiper.inited {
	visibility: visible;
}
/*
.sc_slider_swiper .slides {
	overflow: hidden;
}
*/
.sc_slider_swiper .slides .swiper-slide {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;

/*	Not work in IE9
	position: absolute; 
*/

/*	Work in IE9 */
	float: left;
}
/*
.sc_slider_swiper.sc_slider_bg:not(.sc_slider_height_auto) .slides .swiper-slide {
	min-height:20em;
}
*/
.sc_slider_swiper .slides .swiper-slide > img {
	width: 100%;
	height: auto;
}

/* Prev / Next controls */
.sc_slider_controls_wrap {
	color:#ffffff;
	position:absolute;
	z-index: 10;
	left:0;
	right:0;
	top:50%;
	height:0;
}
.sc_slider_nocontrols .sc_slider_controls_wrap {
	display:none !important;
}
.sc_slider_controls_wrap a {
	display:block;
	cursor:pointer;
    width: 2.977em;
    height: 2.977em;
    line-height: 2.977em;
    font-size: 1.2em;
	font-weight: 600px;
	text-align:center;
	-webkit-transition: all ease .5s;
	   -moz-transition: all ease .5s;
	    -ms-transition: all ease .5s;
	     -o-transition: all ease .5s;
	        transition: all ease .5s;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
}
.sc_slider_controls_wrap .sc_slider_prev {
	float:left;
	margin-left: -100px;
}
.sc_slider_controls_wrap .sc_slider_next {
	float:right;
	margin-right: -100px;
}
.sc_slider_controls_wrap a:before {
	font-family:'fontello';
}
.sc_slider_controls_wrap .sc_slider_next:before {
	content:'\e836';
}
.sc_slider_controls_wrap .sc_slider_prev:before {
	content:'\e837';
}
.sc_slider_swiper:hover .sc_slider_controls_wrap a,
.sc_slider_swiper + .sc_slider_controls_wrap a {
	opacity: 1;
	filter: alpha(opacity=100);
}
.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
	margin-left: 1em;
}
.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
	margin-right: 1em;
}

/* Side controls */
.sc_slider_swiper + .sc_slider_controls_wrap a {
	width:3em;
	height:3em;
	line-height: 3em;
	font-size: 1.5em;
}
.sc_slider_swiper + .sc_slider_controls_wrap .sc_slider_prev {
	margin-left: 0.8em;
}
.sc_slider_swiper + .sc_slider_controls_wrap .sc_slider_next {
	margin-right: 0.8em;
}

/* Top controls */
.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap {
	top:6px;
	right: 6px;
	text-align:right;
	cursor:default;
	-webkit-transform: none;
	   -moz-transform: none;
	        transform: none;
}
.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap .sc_slider_next,
.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap .sc_slider_prev {
	display:inline-block;
	float:none;
	margin-left: 6px;
	margin-right: 0;
}


/* White circles with accent hover */
.sc_slider_nopagination .sc_slider_pagination_wrap {
	display:none !important;
}
.sc_slider_swiper .sc_slider_pagination_wrap {
	position: absolute;
	z-index:10;
	height:12px;
	margin: 0;
	left: 0;
	right: 0;
	bottom: -12px;
	text-align:center;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.sc_slider_swiper:hover .sc_slider_pagination_wrap {
	bottom: 20px;
	-webkit-transition: all ease .5s .5s;
	-moz-transition: all ease .5s .5s;
	-ms-transition: all ease .5s .5s;
	-o-transition: all ease .5s .5s;
	transition: all ease .5s .5s;
}
.sc_slider_swiper .sc_slider_pagination_wrap span {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ddd;
    background-color: transparent;
    width: 6px;
    height: 6px;
    margin: 0 6px 0 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    opacity: 1;
}
.sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,
.sc_slider_swiper .sc_slider_pagination_wrap span:hover {
	background-color:#ddd;
}

/* Full pagination - posts titles */
.sc_slider_pagination_area {
	overflow:hidden;
	position:relative;
}

.sc_slider_pagination_area .sc_slider {
	float:left;
}
.sc_slider_pagination_area:not(.sc_slider_pagination_over) .sc_slider {
	width:67%;
}
.sc_slider_pagination_area .sc_slider_pagination {
	float:left;
	width:33%;
	position:static;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_slider_pagination_over .sc_slider_pagination {
	position:absolute;
	width:40%;
	left: auto;
	right:-40%;
	top:0;
	bottom:auto;
	float:none;
	background-color:rgba(255,255,255, 0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.sc_slider_pagination_over:hover .sc_slider_pagination {
	right:0;
}
.sc_slider_pagination_over .sc_slider_pagination .post_item {
	background-color:transparent !important;
}

.slider_fullwide .sc_slider_pagination_over .sc_slider_pagination,
.slider_fullscreen .sc_slider_pagination_over .sc_slider_pagination {
	width: 20%;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item {
	padding: 1em;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item+.post_item {
	margin:0;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item.active {
	background-color: rgba(0,0,0,0.1) !important;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item .post_info .post_info_item + .post_info_item:before {
	content: "|";
	margin:0 5px;
}

.sc_slider_pagination.widget_area .post_item + .post_item {
	border-top-width: 1px;
	border-top-style: solid;
}

/* Info block*/
.sc_slider_swiper .sc_slider_info {
	max-width:80%;
	min-width:50%;
	max-height:100px;
	padding:1em 1.5em;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	background-color: rgba(30,170,206, 0.8);
	-webkit-transition: all ease .5s .5s;
	-moz-transition: all ease .5s .5s;
	-ms-transition: all ease .5s .5s;
	-o-transition: all ease .5s .5s;
	transition: all ease .5s .5s;
	margin-bottom:0;
}
.sc_slider_pagination_area .sc_slider .sc_slider_info {
	/*left:0;*/
	max-width:100%;
}

.sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.sc_slider_swiper:hover .sc_slider_info:hover,
.sc_slider_swiper .sc_slider_info:hover {
	margin-bottom:0 !important;
}
.sc_slider_pagination_over:hover .sc_slider_info,
.sc_slider_swiper:hover .sc_slider_info {
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom:-130px !important;
}
	.sc_slider_swiper .slides .swiper-slide .sc_slider_info a {
		display:inline;
		min-height:0;
		color:#ffffff;
	}
	.sc_slider_swiper .slides .swiper-slide .sc_slider_info a:hover {
		color:#cccccc;
	}
	.sc_slider_swiper .sc_slider_info .sc_slider_subtitle {
		margin:0;
		padding:0;
		text-transform:uppercase;
		font-size:1.5em;
		line-height:1.2857em;
		margin:0 0 4px;
	}
	.sc_slider_swiper .sc_slider_info .sc_slider_reviews {
		margin:0 0 4px;
	}
	.sc_slider_swiper .sc_slider_info .sc_slider_reviews.after_category {
		display:inline-block;
		position: relative;
		margin:0 0 0 2px;
		top: 2px;
		font-size:0.8765em;
	}
	.sc_slider_reviews.post_rating .reviews_value {
		display:none;
	}
	.sc_slider_reviews.post_rating .reviews_stars_bg,
	.sc_slider_reviews.post_rating .reviews_stars_hover,
	.sc_slider_reviews.post_rating .reviews_value {
		color: #ffffff !important;
	}
	.sc_slider_swiper .sc_slider_info .sc_slider_descr {
		color:#ffffff;
		line-height:16px;
	}
	.sc_slider_swiper .sc_slider_info .sc_slider_category {
		display:inline-block;
		vertical-align:top;
		text-transform:uppercase;
		position:relative;
		/*max-width:50%;*/
		/*min-width:135px;*/
		font-size: 0.8765em;
		height: 2em;
		line-height:2em;
		padding:0 2em 0 0;
		text-align:left;
		overflow:hidden;
	}
	.sc_slider_pagination_area .sc_slider .sc_slider_info .sc_slider_category {
		min-width:0;
	}
.slider_fullscreen .sc_slider_swiper .sc_slider_info,
.slider_main .sc_slider_swiper .sc_slider_info {
	max-width:50%;
	min-width:40%;
	padding:30px;
	max-height:150px;
}
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info,
.slider_main .sc_slider_swiper:hover .sc_slider_info {
	margin-bottom:-180px;
}
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info:hover,
.slider_fullscreen .sc_slider_swiper .sc_slider_info:hover,
.slider_main .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.slider_main .sc_slider_swiper:hover .sc_slider_info:hover,
.slider_main .sc_slider_swiper .sc_slider_info:hover {
	margin-bottom:0;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_category,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_category {
	font-size:14px;
	font-weight:300;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_subtitle,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_subtitle {
	font-size:21px;
	line-height:28px;
	font-weight:300;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_descr,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_descr {
	font-size:13px;
	line-height:18px;
	font-weight:300;
}






/* Socials icons
-------------------------------------------------------------- */
.sc_socials {
	overflow:hidden;
	display:inline-block;
	margin-right:-1.25em;
}
.sc_socials .sc_socials_item {
    display: block;
    margin: 0 1.25em 0.5em 0;
    outline: none;
    float: left;
}
.sc_socials a {
	display:inline-block;
	outline:none;
}
.sc_socials a,
.sc_socials a .sc_socials_hover {
	overflow:hidden;
	width:4em;
	height:4em;
	line-height:4em;
	text-align:center;
	overflow:hidden;
	position:relative;
	-webkit-border-radius: 6px;		/* Hack for Chrome - show sharp corners while animation */
	background-repeat: no-repeat;
	background-position: 0 -4em;
	-webkit-background-size: 4em 8em;
	   -moz-background-size: 4em 8em;
	     -o-background-size: 4em 8em;
	        background-size: 4em 8em;
}
.sc_socials .social_icons span {
	font-size:4em;
	line-height:inherit;
}
.sc_socials.sc_socials_size_tiny {
	margin-right:-1em;
}
.sc_socials.sc_socials_size_tiny .sc_socials_item {
	margin: 0 0.5em 0 0;
}
.sc_socials.sc_socials_size_small {
	margin-right:-0.5em;
}
.sc_socials.sc_socials_size_small .sc_socials_item {
	margin:0.25em 0.5em 0.25em 0;
}
.sc_socials.sc_socials_size_medium {
	margin-right:-0.625em;
}
.sc_socials.sc_socials_size_medium .sc_socials_item {
	margin:0.25em 0.625em 0.25em 0;
}
.sc_socials.sc_socials_shape_round .sc_socials_item {
	margin:0 0.25em 0.25em 0;
}
.sc_socials.sc_socials_shape_round.sc_socials_size_medium .sc_socials_item {
	margin:0.25em 0.5em 0.25em 0;
}
.sc_socials.sc_socials_size_tiny a {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.sc_socials.sc_socials_size_tiny a .sc_socials_hover {
	-webkit-border-radius: 2px;		/* Hack for Chrome - show sharp corners while animation */
}
.sc_socials.sc_socials_size_small a,
.sc_socials.sc_socials_size_medium a {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.sc_socials.sc_socials_size_small a .sc_socials_hover,
.sc_socials.sc_socials_size_medium a .sc_socials_hover {
	-webkit-border-radius: 4px;		/* Hack for Chrome - show sharp corners while animation */
}
.sc_socials.sc_socials_shape_round a {
	display:block;
	text-align:center;
	border: 2px solid #ddd;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_socials_shape_round.sc_socials_size_tiny a .sc_socials_hover {
	-webkit-border-radius: 50%;		/* Hack for Chrome - show sharp corners while animation */
}
.sc_socials_shape_round.sc_socials_size_small a .sc_socials_hover,
.sc_socials_shape_round.sc_socials_size_medium a .sc_socials_hover {
	-webkit-border-radius: 50%;		/* Hack for Chrome - show sharp corners while animation */
}
.sc_socials.sc_socials_size_tiny .social_icons span {
	font-size: 1em;
	line-height:inherit;
}
.sc_socials.sc_socials_size_tiny a,
.sc_socials.sc_socials_size_tiny a .sc_socials_hover {
	width: 2.286em;
	height:2.286em;
    display: block;
	line-height:2.286em;
	background-position: 0 -1.2em;
	-webkit-background-size: 1.2em 2.4em;
	   -moz-background-size: 1.2em 2.4em;
	     -o-background-size: 1.2em 2.4em;
	        background-size: 1.2em 2.4em;
}
.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_tiny a,
.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_tiny a .sc_socials_hover {
	width:2.5em;
	height:2.5em;
	line-height:2.5em;
}
.sc_socials.sc_socials_size_small .social_icons span {
	font-size:1.5em;
	line-height:inherit;
}
.sc_socials.sc_socials_size_small a,
.sc_socials.sc_socials_size_small a .sc_socials_hover {
	width:2em;
	height:2em;
	line-height:2em;
	display: block;
	background-position: 0 -2em;
	-webkit-background-size: 2em 4em;
	   -moz-background-size: 2em 4em;
	     -o-background-size: 2em 4em;
	        background-size: 2em 4em;
}
.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a,
.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a .sc_socials_hover {
	width:4em;
	height:4em;
	line-height:4em;
}
.sc_socials.sc_socials_size_medium .social_icons span {
	font-size:1em;
	line-height:inherit;
}
.sc_socials.sc_socials_size_medium a,
.sc_socials.sc_socials_size_medium a .sc_socials_hover {
	width:2.5em;
	height:2.5em;
	line-height:2.5em;
	background-position: 0 -2.5em;
	-webkit-background-size: 2.5em 5em;
	   -moz-background-size: 2.5em 5em;
	     -o-background-size: 2.5em 5em;
	        background-size: 2.5em 5em;
}
.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_medium a,
.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_medium a .sc_socials_hover {
	width:5em;
	height:5em;
	line-height:5em;
}
.sc_socials a .sc_socials_hover,
.sc_socials.sc_socials_size_tiny a .sc_socials_hover,
.sc_socials.sc_socials_size_small a .sc_socials_hover,
.sc_socials.sc_socials_size_medium a .sc_socials_hover {
	position: absolute;
	display:block;
	left:0;
	top:0;
	background-position: 0 0;
	     opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_socials a:hover .sc_socials_hover {
	     opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Share buttons */
.sc_socials.sc_socials_share .sc_socials_item {
	vertical-align:top;
}
.sc_socials.sc_socials_share .share_caption {
	display:inline-block;
	font-size:1.25em;
	line-height:2em;
	color: #222222;
	margin-right:0.6em;
}

.sc_socials.sc_socials_share.sc_socials_dir_vertical {
	position:fixed;
	left:0px;
	top:18%;
	z-index:9998;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item {
	display:block;
	margin-top:6px;
	line-height:1em;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical .share_caption {
	display:none;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item a {
	padding:0.25em;
}
.sc_socials.sc_socials_share .share_counter{
	display:inline-block;
	vertical-align:top;
	margin-left:6px;
	position:relative;
	background:#fff;
	color:#666;
	padding:0 8px;
	line-height:3.8em;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical .share_counter {
	line-height:4.2em;
}
.sc_socials.sc_socials_share .share_counter:before{
	content:" ";
	position:absolute;
	z-index:1;
	top:50%;
	left:-4px;
	width:6px;
	height:6px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background:#fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	   -moz-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.sc_socials.sc_socials_share.sc_socials_size_small .share_counter{
	line-height:2em;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical.sc_socials_size_small .share_counter{
	line-height:2.4em;
}
.sc_socials.sc_socials_share.sc_socials_size_medium .share_counter{
	line-height:2.3em;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical.sc_socials_size_medium .share_counter{
	line-height:2.8em;
}





/* Table
-------------------------------------------------------------- */
.sc_table table {
	width: 100%;
}
.sc_table table th,
.sc_table table td {
	padding: 0.9em;
	text-align:left;
}
.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
    font-size: 0.858em;
    line-height: 1.3em;
    font-weight: 400;
    padding-top: 1.45em;
    padding-bottom: 1.45em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sc_table table tr:nth-child(n + 2):hover {
    background-color: rgba(256,256,256,0.05);
}



/* Tabs
-------------------------------------------------------------- */
.sc_tabs .sc_tabs_titles {
	overflow:hidden;
	margin:0;
	padding:0;
}
.sc_tabs .sc_tabs_titles li {
    padding: 0;
    list-style: none;
    font-size: 0.8em;
    float: left;
    text-transform: uppercase;
    letter-spacing: 0.85px;
	margin-right: 1.518em;
}
.sc_tabs .sc_tabs_titles li:before {
	display:none;
}
.sc_tabs .sc_tabs_titles li a {
	display:block;
	padding: 0.492em 1.3em;
}
.sc_tabs .sc_tabs_content {
	display: none;
	overflow:hidden;
}

/* Style 1 */
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li {
	margin-bottom: 0;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
	position:relative;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_content {
	padding: 1.5em 0 0;
}

/* Style 2 */
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li {
	margin:0 0 0.6667em 0;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li {
	margin-left: 0.6667em;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
	text-transform:uppercase;
	border:2px solid #ddd;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.sc_tabs_active a {
	background-color: transparent !important;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_content {
	padding: 1.5em;
	border: 1px solid #e4e7e8;
}



/* Team
-------------------------------------------------------------- */
.single-team .sc_title {
    text-transform: none;
}
.sc_team_descr.sc_item_descr {
    margin-bottom: 3.8em;
}
.sc_team_item .sc_team_item_info .sc_team_item_title {
	margin:0;
}
.sc_team_item .sc_team_item_info .sc_team_item_title a {
    text-transform: none;
}
.sc_team_item .sc_team_item_info .sc_team_item_position {
	margin-top:0;
	color: #222222;
}
.sc_team_item .sc_team_item_info .sc_team_item_description {
    margin-top: 1em;
    line-height: 1.94em;
	overflow:hidden;
}
.sc_team_item .sc_team_item_info .sc_socials {
	margin-top:1.5em;
}
.sc_team_item .sc_team_item_avatar img {
	width: 100%;
}

.sc_team_style_team-1.sc_slider_swiper .sc_team_item,
.sc_team_style_team-2.sc_slider_swiper .sc_team_item {
	padding-right: 2em;
}

.sc_team_style_team-1 .sc_team_item_info,
.sc_team_style_team-3 .sc_team_item_info {
	padding-top: 2.2em;
}
.sc_team_style_team-3 .sc_team_item_avatar,
.sc_team_style_team-4 .sc_team_item_avatar {
	position:relative;
}
.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover,
.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align:center;
}
.sc_team_style_team-3 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover,
.sc_team_style_team-4 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover,
.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials,
.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover,
.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info {
	overflow:hidden;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials,
.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-top: 50px;
}
.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info {
	padding:1.5em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_team_style_team-3 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials,
.sc_team_style_team-4 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info {
	margin-top: 0;
}



/* Testimonials
-------------------------------------------------------------- */
.sc_testimonials_wrap {
	position:relative;
}
.sc_testimonials_wrap .sc_section_overlay {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width:100%;
	padding:1.5em 0;
}
.sc_testimonial_item {
	text-align:center;
	padding: 0 5em;
}
.sc_testimonials .sc_columns .sc_testimonial_item {
	padding: 0;
}
.sc_testimonial_author_name {
    font-weight: 600;
}
.sc_testimonial_position {
	font-style:italic;
}
.sc_testimonial_content {
    font-size: 1.1428em;
    line-height: 1.57em;
}
.sc_testimonials_title.sc_item_title:after {
    content: '\e904';
    font-family: fontello;
    font-weight: 400;
    font-size: 0.35em;
    margin: 2em 0 2.5em;
}
.sc_testimonial_content p {
	margin:0;
}
.sc_testimonial_content p+p {
	margin-top:0.5em;
}
.sc_testimonials .sc_testimonial_avatar {
	overflow:hidden;
	margin:0 auto;
	width:3.5em;
	height:3.5em;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

/* Style 1 */
.sc_testimonials_style_testimonials-1 .sc_testimonial_content p:first-child:before,
.sc_testimonials_style_testimonials-1 .sc_testimonial_content p:last-child:after {
	content: '"';
}
.sc_testimonials_style_testimonials-1 .sc_testimonial_content {
	margin-bottom:1.5em;
}
.sc_testimonials_style_testimonials-1 .sc_testimonial_avatar,
.sc_testimonials_style_testimonials-1 .sc_testimonial_author {
	display: inline-block;
	vertical-align:middle;
}
.sc_testimonials_style_testimonials-1 .sc_testimonial_avatar {
	margin-right:0.75em;
}
.sc_testimonials_style_testimonials-1 .sc_testimonial_author_name,
.sc_testimonials_style_testimonials-1 .sc_testimonial_author_position {
	text-align:left;
}

/* Style 2 */
.sc_testimonials_style_testimonials-2 .sc_testimonial_content p:first-child:before,
.sc_testimonials_style_testimonials-2 .sc_testimonial_content p:last-child:after {
	content: '"';
}
.sc_testimonials_style_testimonials-2 .sc_testimonial_content {
	margin-bottom:1.5em;
}
.sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before {
	content:'-';
	display:inline-block;
	margin-right:0.5em;
}
.sc_testimonials_style_testimonials-2 .sc_testimonial_author_position {
	font-style:normal;
}

/* Style 3 */
.sc_testimonials_style_testimonials-3 .sc_testimonial_item {
	padding: 0 1em;
	line-height:1.4em;
	text-align:right;
}
.sc_testimonials_style_testimonials-3.sc_slider_swiper .sc_testimonial_item {
	padding: 0;
}
.sc_testimonials_style_testimonials-3 .sc_testimonial_content {
	padding: 1em 1em 1em 3em;
	background-color:#ffffff;
	text-align:left;
	position:relative;
	margin-bottom:1em;
}
.sc_testimonials_style_testimonials-3 .sc_testimonial_content:after {
	content:' ';
	display:block;
	position:absolute;
	width: 0.8em;
	height: 0.8em;
	right: 1em;
	bottom:-0.4em;
	background-color:#ffffff;
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	        transform:rotate(45deg);
}
.sc_testimonials_style_testimonials-3 .sc_testimonial_content p:first-child:before {
	content: '\e8b6';
	font-family: 'fontello';
	font-size:1.5em;
	display:block;
	position: absolute;
	left:0.75em;
	top:0.75em;
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	        transform:rotate(180deg);
}
.sc_testimonials_style_testimonials-3 .sc_testimonial_avatar,
.sc_testimonials_style_testimonials-3 .sc_testimonial_author {
	display: inline-block;
	vertical-align:middle;
}
.sc_testimonials_style_testimonials-3 .sc_testimonial_avatar {
	margin-left: 0.75em;
}
.sc_testimonials_style_testimonials-3 .sc_testimonial_author_name,
.sc_testimonials_style_testimonials-3 .sc_testimonial_author_position {
	display:block;
}
.sc_testimonials_style_testimonials-3 .sc_testimonial_author_name {
	font-size:1.2857em;
	font-weight:bold;
}
.sc_testimonials_style_testimonials-3 .sc_testimonial_author_position {
	font-style:italic;
}

/* Style 4 */
.sc_testimonials_style_testimonials-4 .sc_testimonial_item {
	padding: 1.5em !important;
	line-height:1.4em;
	text-align:left;
	background-color:#f0f0f0;
}
.sc_testimonials_style_testimonials-4 .sc_testimonial_content {
	position:relative;
	padding: 0 0 1em 2em;
}
.sc_testimonials_style_testimonials-4 .sc_testimonial_content p:first-child:before {
	content: '\e8b6';
	font-family: 'fontello';
	font-size:1.5em;
	display:block;
	position: absolute;
	left:0;
	top:0;
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	        transform:rotate(180deg);
}
.sc_testimonials_style_testimonials-4 .sc_testimonial_avatar,
.sc_testimonials_style_testimonials-4 .sc_testimonial_author {
	display: inline-block;
	vertical-align:middle;
}
.sc_testimonials_style_testimonials-4 .sc_testimonial_avatar {
	margin-right: 0.75em;
}
.sc_testimonials_style_testimonials-4 .sc_testimonial_author_name,
.sc_testimonials_style_testimonials-4 .sc_testimonial_author_position {
	display:block;
}
.sc_testimonials_style_testimonials-4 .sc_testimonial_author_name {
	font-size:1.2857em;
	font-weight:bold;
}
.sc_testimonials_style_testimonials-4 .sc_testimonial_author_position {
	font-style:italic;
}
.sc_testimonials_style_testimonials-4 .sc_slider_pagination_wrap {
	display:none;
}


/* Title
-------------------------------------------------------------- */
.sc_title {
	overflow: hidden;
	position:relative;
	padding-bottom:2px;
}
.sc_title.sc_align_center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/* Underline */
.sc_title_underline {
	padding-bottom:16px;
}
.sc_title_underline:after {
	content:' ';
	display:block;
	position:absolute;
	border-top: 2px solid #222222;
	height:0;
	width:8%;
	min-width:2em;
	left:0;
	bottom:0.1em;
}
.sc_title_underline.sc_align_center:after {
	left:50%;
	-webkit-transform:translateX(-50%);
	   -moz-transform:translateX(-50%);
	        transform:translateX(-50%);
}
.sc_title_underline.sc_align_right:after {
	right:0;
	left:auto;
}

/* Divider */
.sc_title_divider { 
	position:relative; 
	padding-left: 5ex; 
	padding-right: 5ex;
	text-align:center;
}
.sc_title_divider .sc_title_divider_before,
.sc_title_divider .sc_title_divider_after {
	display:block;
	width:20%;
	height:1px;
	background-color:#222222;
	position:absolute;
	top: 50%;
}
.sc_title_divider .sc_title_divider_before {
	left:0;
}
.sc_title_divider .sc_title_divider_after {
	right:0;
}

/* Icon */
.sc_title_icon {
	display:inline-block;
}
.sc_title_icon_left {
	margin-right:0.5em;
}
.sc_title_icon_top {
	display:block;
}
.sc_title_icon img {
	width:auto;
}
.sc_title_icon_left img {
	vertical-align:middle;
}
.sc_title_icon_top img {
	vertical-align:baseline;
}
.sc_title_icon_small img {
	height: 1em;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.sc_title_icon_medium img {
	height: 2em;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.sc_title_icon_large img {
	height: 3em;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}



/* Toggles
-------------------------------------------------------------- */
.sc_toggles .sc_toggles_item {
	margin-bottom:1.25em;
}
.sc_toggles > .sc_toggles_item .sc_toggles_content {
	overflow: hidden;
	display: none;
}
.sc_toggles .sc_toggles_item .sc_toggles_title {
	position:relative;
	overflow:hidden;
	cursor:pointer;
	margin:0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_items_counter:after {
	content:'. ';
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	padding:0;
	text-align:center;
	overflow:hidden;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon:before {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}
.sc_toggles .sc_toggles_item .sc_toggles_content {
	padding:1.5em 1.8em;
}

.sc_toggles .sc_toggles_item .sc_toggles_title {
	border:1px solid #e4e7e8;
	padding:0.5em 0.5em 0.5em 3em;
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
	width:2.3333em;
	background-color:#e4e7e8;
	color: #ffffff;
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon_opened {
	margin-top:-4em;	/*-2.3333em;*/
}
.sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
	margin-top:0;
}
.sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_closed {
	margin-top:4em;		/*2.3333em;*/
}
.sc_toggles .sc_toggles_item .sc_toggles_content {
	border-width:1px;
	border-style:solid;
	border-top-width:0;
}



/* Tooltip
-------------------------------------------------------------- */
.sc_tooltip_parent {
    text-decoration: none;
    border-bottom: 1px solid #b4b4b4;
    position: relative;
    display: inline-block;
    line-height: 1em;
}
.sc_tooltip_parent .sc_tooltip {
    position: absolute;
    color: #fff;
    background-color: #333333;
    white-space: nowrap;
    top: -4em;
    left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
    padding: 8px 13px;
    z-index: 2;
    font-size: 1em;
    font-family: Lato;
    opacity: 0;
    filter: alpha(opacity=0);
		-webkit-transition: all ease-out 0.1s;
		-moz-transition: all ease-out 0.1s;
		-ms-transition: all ease-out 0.1s;
		-o-transition: all ease-out 0.1s;
		transition: all ease-out 0.1s;
}
.sc_tooltip_parent:hover .sc_tooltip {
	opacity: 1;
	filter: alpha(opacity=100);
	top: -2.5em;
}
.sc_tooltip_parent .sc_tooltip:before {
	content: ' ';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left: -3px;
	z-index: 1;
	background-color:#333333;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
}



/* Twitter
-------------------------------------------------------------- */
.sc_twitter_wrap {
	position:relative;
}
.sc_twitter_wrap .sc_section_overlay {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width:100%;
	padding:1.5em 0;
}
.sc_twitter_item {
	text-align:center;
	padding: 0 5em;
}
.sc_twitter_content {
	font-size:1.125em;
	line-height:1.5em;
}
.sc_twitter_icon {
	font-size:2.5em;
	line-height:1em;
	display:block;
	text-align:center;
	margin-bottom:0.5em;
}
.sc_twitter_content p {
	margin:0;
}
.sc_twitter_content p+p {
	margin-top:0.5em;
}
.bg_tint_dark .sc_twitter a {
	color: #ffffff;
}
.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
	margin-left:10px;
}
.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
	margin-right:10px;
}
.sc_twitter .sc_slider_controls_wrap a {
	font-size:2.5em;
    background-color: transparent;
}





/* Video player
-------------------------------------------------------------- */
.sc_video_player {
	background-repeat:no-repeat;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
	     -o-background-size: 100% auto;
		    background-size: 100% auto;
}
.sc_video_player.sc_video_bordered {
	width:auto;
	height:auto;
	display:inline-block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
/*
.sc_video_player.sc_video_bordered {
	width:100%;
	display:block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
*/
.sc_video_frame {
	position:relative;
	overflow:hidden;
}
.sc_video_frame img {
	width: 100%;
	height:auto;
}
/* Media elements */
.mejs-container {
	max-width:100%;
}




/* Zoom
-------------------------------------------------------------- */
.sc_zoom_wrap {
	width:auto;
	height:auto;
	display:inline-block;
	background-repeat:no-repeat;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
	     -o-background-size: 100% auto;
		    background-size: 100% auto;
}
.sc_zoom {
	position:relative;
	overflow:hidden;
}
.sc_zoom img {
	width: 100%;
	height:auto;
}




/* Common styles (title, subtitle, description, slider controls for some shortcodes)
--------------------------------------------------------------------- */

/* Subtitle */
.sc_item_subtitle {
    margin: 0 0 0.25em;
    font-size: 0.857em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.8px;
}

/* Title */
.sc_item_title {
	margin: 0;
	text-align:center;
}
.sc_item_title:after {
    content: '//';
    font-style: normal;
    display: block;
    margin-left: 10px;
    font-weight: 900;
    margin: 0.65em auto 1em;
    font-size: 0.45em;
    line-height: 1em;
    font-family: fantasy;
    letter-spacing: 1px;
}

/* Description */
.sc_item_descr {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0.25em 0 2em 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* Learn more botton */
.sc_item_button:before {
	content:' ';
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.sc_item_button {
	display:block;
	margin: 0;
	text-align:center;
}
.sc_item_button > a {
	overflow:hidden;
}
.sc_item_button > a:before {
	float:right;
	margin: 0 0 0 1em;
	display:inline-block;
	width: 1.2857em;
	height:1.2857em;
	line-height:1.2857em;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_slider_swiper > .sc_item_button {
	margin-top: 2em;
}

.sc_item_buttons {
	display:inline-block;
	overflow:hidden;
}
.sc_item_buttons > .sc_item_button {
	float:left;
	margin-right: 1.5em;
}
.sc_item_buttons > .sc_item_button+.sc_item_button {
	margin-right: 0;
}

/* Slider controls side */
.sc_slider_controls_side .sc_slider_controls_wrap a {
	width: 2em;
	height: 2em;
	line-height: 2em;
	color: #ddd;
	border: 2px solid #ddd;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_slider_controls_side:hover .sc_slider_controls_wrap .sc_slider_prev {
	margin-left:10px;
}
.sc_slider_controls_side:hover .sc_slider_controls_wrap .sc_slider_next {
	margin-right:10px;
}


/* Slider controls bottom */
.sc_slider_controls_bottom .swiper-slide {
	padding-bottom:5em;
}
.sc_slider_controls_bottom .sc_slider_controls_wrap {
	top: auto;
	bottom:0;
	text-align:center;
	padding-bottom:0;
	height: 3.5em;
}
.sc_slider_controls_bottom .sc_slider_controls_wrap a {
	width: 2em;
	height: 2em;
	line-height: 2em;
	color: #ddd;
	border: 2px solid #ddd;
	margin-left:0;
	margin-right:0;
	float:none;
	display:inline-block;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
				opacity: 1;
	-webkit-transform: none;
	   -moz-transform: none;
	        transform: none;
	filter: alpha(opacity=100);
}
.sc_slider_controls_bottom .sc_slider_controls_wrap .sc_slider_prev {
	margin-right:0.5em;
}
.sc_slider_controls_bottom:hover .sc_slider_controls_wrap .sc_slider_prev {
	margin-left:0;
}
.sc_slider_controls_bottom:hover .sc_slider_controls_wrap .sc_slider_next {
	margin-right:0;
}
.sc_slider_controls_bottom .sc_slider_pagination_wrap {
	display:none;
}

/* Slider pagination bottom */
.sc_slider_pagination_bottom .swiper-slide {
	padding-bottom: 3.6em;
}
.sc_slider_pagination_bottom:hover .sc_slider_pagination_wrap {
	bottom: 0.5em;
}

/* End */


/* Start:/bitrix/templates/timeberry_new/js/tribe-events/css/plugin.tribe-events.css?15550547043874*/
/* Tribe Events
------------------------------------------------------------------------------------ */

/* Hide Tribe breadcrumbs - our more comfortable */
p.tribe-events-back { display:none; }

/* Main template */
#tribe-events-pg-template,
.events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop { max-width:none; }
.tribe-events-day .tribe-events-day-time-slot .vevent { margin-left:0; }

/* Titles */
.tribe-events-meta-group .tribe-events-single-section-title { padding-bottom:0; }
h2.tribe-events-page-title, #tribe-geo-results h2.tribe-events-page-title { font-weight:400; padding-bottom:0; }
.tribe-events-list-separator-month { font-weight:400; }
#tribe-events-header { display:none; }
.tribe-events-list .type-tribe_events h2 { font-size: 3em; }
h2.tribe-events-page-title {
    font-size: 3.5714em;
}

/* Buttons and fields */
#tribe-bar-form input[type="text"],
.tribe-events-button, #tribe-events .tribe-events-button { font-weight:400; }
ul.tribe-events-sub-nav a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a {
    text-align: center;
    padding: 1.209em 2.3em;
    font-size: 0.857em;
    line-height: 1.2857em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border: 2px solid;
    border-width: 2px !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0;
}
.single-tribe_events #tribe-events-header li, .single-tribe_events #tribe-events-footer li { width:auto; }

/* Featured image */
.single-tribe_events .tribe-events-event-image {
    float: right;
    margin: 0 0 2em 2em;
    max-width: 50%;
}

.tribe-events-schedule h2 {
    display: inline-block;
    vertical-align: top;
}

/* Event details */
.tribe-events-event-meta .author { margin-bottom:0; }
.tribe-events-venue-details .author:after { display:none; }
a.tribe-events-ical, a.tribe-events-gcal { margin-top:0; }
.tribe-events-loop .tribe-events-event-meta,
.tribe-events-tooltip .duration { font-weight:400; }
h1.tribe-events-single-event-title { font-size: 3.5714em; } 
.tribe-events-schedule h2 { font-size: 1.2857em; } 
#tribe-bar-form #tribe-bar-views { display: none; } 
#tribe-bar-form #tribe-bar-views+.tribe-bar-filters { right: 0; width: 100%; }
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title { font-weight:600; font-style: normal; font-size: 1em; text-transform: uppercase; font-family: Lato; }
.tribe-events-calendar div[id*=tribe-events-daynum-] a{background: transparent;}
#tribe-events-bar { margin-bottom: 4em; }


/* Event footer */
#tribe-events-footer h3 { display:none; margin-top:0; font-size:1.5em; }

/* Buttons */
a.tribe-events-read-more,
.tribe-events-button,
.tribe-events-nav-previous a,
.tribe-events-nav-next a,
.tribe-events-widget-link a,
.tribe-events-viewmore a {
	display:inline-block;
	text-align:center;
	padding:0.85em 1.15em;
	font-size:0.875em;
	line-height: 1.2857em;
	font-weight:400;
	margin:0 0 4px 4px;
	border:none;
}
a.tribe-events-read-more:hover,
.tribe-events-button:hover,
.tribe-events-nav-previous a:hover,
.tribe-events-nav-next a:hover,
.tribe-events-widget-link a:hover,
.tribe-events-viewmore a:hover {
}

/* Widgets */
.tribe-events-list-widget ol { margin:0; padding: 0; }
.tribe-events-list-widget ol li { margin-bottom:1.5em; }
.tribe-events-list-widget .entry-title { font-size: 1.15em; font-weight:400; margin:0; }
.tribe-events-list-widget .duration { font-weight:400; }


/* End */


/* Start:/bitrix/templates/timeberry_new/js/woocommerce/css/plugin.woocommerce.css?155505470452662*/
/* WooCommerce
------------------------------------------------------------------------------------ */
.woocommerce #review_form #respond input {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce .content > .list_products {
    margin-top: 1.4em;
}
.woocommerce .woocommerce-ordering {
    margin-top: -0.9em;
    margin-bottom: 2.2em;
}

/* Content and Sidebar */
.woocommerce.sidebar_show .content { width: 870px; }
.woocommerce .sidebar { 			 width: 270px; }  

/* Fullwide or Fullscreen with sidebar */
.woocommerce.body_style_fullwide.sidebar_right .content, .woocommerce.body_style_fullscreen.sidebar_right .content { padding-right: 330px; }
.woocommerce.body_style_fullwide.sidebar_right .sidebar, .woocommerce.body_style_fullscreen.sidebar_right .sidebar { margin-left: -300px; }
.woocommerce.body_style_fullwide.sidebar_left  .content, .woocommerce.body_style_fullscreen.sidebar_left  .content { padding-left:  330px; }
.woocommerce.body_style_fullwide.sidebar_left  .sidebar, .woocommerce.body_style_fullscreen.sidebar_left  .sidebar { margin-right:-300px; }

/*
.woocommerce.body_filled .widget_area[class*="scheme_"]:not(.footer_wrap) .widget_area_inner {
	padding: 2.1429em;
}
*/
.woocommerce .sidebar .widget_title {
	font-size:1.2857em;
}

/* Hide WooC breadcrumbs - our more comfortable */
.woocommerce-breadcrumb { display:none; }

/* Hide results count
.woocommerce-result-count { display:none; }
 */
 
/* Buttons area */
.woocommerce p.buttons, .woocommerce-page p.buttons {
	padding-bottom:0;
	margin-bottom:0;
}

/* Lists */
.woocommerce .content ol li, .woocommerce-page .content ol li, .woocommerce .content ul li, .woocommerce-page .content ul li { line-height:21px; }
.woocommerce .content ol li:before, .woocommerce-page .content ol li:before, .woocommerce .content ul li:before, .woocommerce-page .content ul li:before { margin-top:8px; }

/* SALE and NEW icons */
.woocommerce span.new, .woocommerce-page span.new,
.woocommerce span.onsale, .woocommerce-page span.onsale,
.woocommerce ul.products li.product span.new, .woocommerce-page ul.products li.product span.new,
.woocommerce ul.products li.product span.onsale, .woocommerce-page ul.products li.product span.onsale {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: auto;
    min-height: 5px;
    margin: 0;
    overflow: hidden;
    font-size: 0.868em;
    font-weight: 400;
    text-align: center;
    line-height: 2.4em;
    text-transform: uppercase;
    border: none;
    padding: 0 1.2em;
    border-radius: 0;
    font-family: Lato, sans-serif;
}

/* Buttons */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt, .woocommerce-account .addresses .title .edit {
text-align: center;
    padding: 1.209em 2.3em;
    font-size: 0.857em;
    line-height: 1.2857em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border: 2px solid;
    border-width: 2px !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
	font-size: 0.981em;
    padding: 0.792em 1.5em;
}
.woocommerce ul.products li.product .button {
	margin-top: 0;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
	top: 0 !important;
}

/* Input and textarea */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height: 1.3em;
}

/* Select fields */
/*
.woocommerce select, .woocommerce-page select {
	border: 1px solid #dddddd;
	background-color: #f4f7f9;
    color: #888888;
	font-weight:400;
	font-size: 0.875em;
	line-height: 1.3em;
	padding: 0.25em;
}
*/
.woocommerce-ordering {
	overflow:hidden;
	position:relative;
}
.woocommerce-ordering:after {
	content:'\e828';
	font-family:'fontello';
	display:block;
	position:absolute;
	z-index:1;
	right:0;
	top:10px;
	line-height:2em;
	width:2em;
	text-align:center;
	cursor:pointer;
	pointer-events: none;
}
.woocommerce-ordering select {
	width:110%;
	padding-right:2em;
}


/* Shop Listing
----------------------------------------------------------------- */
.woocommerce .mode_buttons, .woocommerce-page .mode_buttons {
	float:left;
	margin-right:0.5em;
	margin-bottom: 0;
	display:block;
	font-size:1.125em;
}
.woocommerce .mode_buttons a+a, .woocommerce-page .mode_buttons a+a {
	margin-left: 0.5em;
}

.woocommerce ul.products, .woocommerce-page ul.products {
	margin-right:-30px;
	margin-bottom:0;
}
.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product,
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    margin: 0;
    padding: 0 30px 30px 0;
    position: relative;
	width: 100%;
}
.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product,
.woocommerce .related.products ul.products li.product.column-1_2, .woocommerce-page .related.products ul.products li.product.column-1_2,
.woocommerce .upcells.products ul.products li.product.column-1_2, .woocommerce-page .upcells.products ul.products li.product.column-1_2,
.woocommerce ul.products li.product.column-1_2, .woocommerce-page ul.products li.product.column-1_2 {
    width: 50%;
}
.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product,
.woocommerce .related.products ul.products li.product.column-1_3, .woocommerce-page .related.products ul.products li.product.column-1_3,
.woocommerce .upcells.products ul.products li.product.column-1_3, .woocommerce-page .upcells.products ul.products li.product.column-1_3,
.woocommerce ul.products li.product.column-1_3, .woocommerce-page ul.products li.product.column-1_3 {
    width: 33.3333%;
}
.woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product,
.woocommerce .related.products ul.products li.product.column-1_4, .woocommerce-page .related.products ul.products li.product.column-1_4,
.woocommerce .upcells.products ul.products li.product.column-1_4, .woocommerce-page .upcells.products ul.products li.product.column-1_4,
.woocommerce ul.products li.product.column-1_4, .woocommerce-page ul.products li.product.column-1_4 {
    width: 25%;
}
.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product,
.woocommerce .related.products ul.products li.product.column-1_5, .woocommerce-page .related.products ul.products li.product.column-1_5,
.woocommerce .upcells.products ul.products li.product.column-1_5, .woocommerce-page .upcells.products ul.products li.product.column-1_5,
.woocommerce ul.products li.product.column-1_5, .woocommerce-page ul.products li.product.column-1_5 {
    width: 20%;
}
.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product,
.woocommerce .related.products ul.products li.product.column-1_6, .woocommerce-page .related.products ul.products li.product.column-1_6,
.woocommerce .upcells.products ul.products li.product.column-1_6, .woocommerce-page .upcells.products ul.products li.product.column-1_6,
.woocommerce ul.products li.product.column-1_6, .woocommerce-page ul.products li.product.column-1_6 {
    width: 16.6667%;
}
.woocommerce ul.products li.product-category mark, .woocommerce-page ul.products li.product-category mark {
	background:none;
}


/* Thumbs mode */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	overflow:hidden;
}
.woocommerce ul.products li.product .post_featured, .woocommerce-page ul.products li.product .post_featured {
	margin-bottom:0;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
	margin: 0;
	box-shadow:none;
}
.woocommerce ul.products li.product .post_featured .hover_icon:before, .woocommerce-page ul.products li.product .post_featured .hover_icon:before {
	font-size:3em;
}
.article_style_boxed.woocommerce ul.products li.product .post_item_wrap, .article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap {
	background-color:#f0f0f0;
}
.article_style_boxed.woocommerce ul.products li.product .post_content, .article_style_boxed.woocommerce-page ul.products li.product .post_content {
	background-color:#f4f7f9;
}
.article_style_boxed.woocommerce ul.products li.product .post_content, .article_style_boxed.woocommerce-page ul.products li.product .post_content {
	padding:1.25em 1.8em;
	text-align:center;
}
.article_style_boxed.woocommerce ul.products li.product .post_content .star-rating, .article_style_boxed.woocommerce-page ul.products li.product .post_content .star-rating {
	margin-left:auto;
	margin-right:auto;
}
.article_style_boxed.woocommerce .upsells  ul.products li.product .post_content, .article_style_boxed.woocommerce-page .upsells ul.products li.product .post_content,
.article_style_boxed.woocommerce .crosssells  ul.products li.product .post_content, .article_style_boxed.woocommerce-page .crosssells ul.products li.product .post_content,
.article_style_boxed.woocommerce .related  ul.products li.product .post_content, .article_style_boxed.woocommerce-page .related ul.products li.product .post_content {
	background-color:#f4f7f9;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    font-size: 1em;
    text-transform: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 1.2em;
    margin-bottom: 0.3em;
    padding: 0;
    overflow: hidden;
    max-height: 2.5em;
    min-height: 2.57em;
}
.article_style_boxed.woocommerce ul.products li.product h3, .article_style_boxed.woocommerce-page ul.products li.product h3 {
	margin-top:0;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	font-size: 1.428em;
    font-weight: 600;
    margin-bottom: 0.2em;
	margin-top: 0.5em;
}
.woocommerce ul.products li.product .price ins {
	text-decoration:none;
	font-weight:inherit;
	font-style:inherit;
}
.woocommerce ul.products li.product .price del {
	display:inline-block;
	margin-right:6px;
    font-size: 0.71em;
    font-weight: 400;
    vertical-align: middle;
}
.woocommerce ul.products li.product .post_item_wrap {
    border: 1px solid;
	text-align:center;
	background-color:#fff;
	padding: 1.428em;
}
.woocommerce ul.products li.product .star-rating {
    display: none;
    margin-top: 1.5em;
    width: 5.2em;
    font-size: .857em;
}
.woocommerce .star-rating:before, .woocommerce .star-rating span:before{
	letter-spacing: 1.5px;
	content: "\e820\e820\e820\e820\e820";
	font-family: fontello;
    color: inherit;
    opacity: 0.5;
}
.woocommerce .star-rating span:before{
	opacity: 1;
}
.woocommerce ul.products li.product .star-rating:before {
    opacity: 0.6;
}
.woocommerce ul.products li.product .post_featured .sc_button {
    position: absolute;
    top: 50%;
    left: 50%;
	opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	padding-top: 0.793em;
	padding-bottom: 0.793em;
}
.woocommerce ul.products li.product .add_to_cart_button:hover {
    border-width: 2px !important;
    border-style: solid !important;
}
.woocommerce ul.products li.product .post_featured .post_thumb{
	position: relative;
}
.woocommerce ul.products li.product .post_featured .post_thumb:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0; 
	left: 0;
	border: 1px solid #c1c1c1;
	opacity: 0;
}
.woocommerce ul.products li.product .post_featured:hover .post_thumb:before{
	opacity: 1;
}
.woocommerce ul.products li.product .post_featured:hover .sc_button {
    top: 50% !important;
	opacity: 1;
}


/* List mode */
.woocommerce .shop_mode_list ul.products li.product, .woocommerce-page .shop_mode_list ul.products li.product {
	overflow:hidden;
	margin:0;
	float:none;
	width:100%;
}
.woocommerce .shop_mode_list ul.products li.product .post_item_wrap, .woocommerce-page .shop_mode_list ul.products li.product .post_item_wrap {
	overflow:hidden;
}
.woocommerce .shop_mode_list ul.products li.product .post_featured, .woocommerce-page .shop_mode_list ul.products li.product .post_featured {
	float: left;
	margin: 0 1.5em 0 0;
	width: 33%;	/*250px;*/
	border-bottom:none;
}
.article_style_boxed.woocommerce .shop_mode_list ul.products li.product .post_content, .article_style_boxed.woocommerce-page .shop_mode_list ul.products li.product .post_content {
	overflow:hidden;
	padding:1.25em 1.875em;
	max-height: 286px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.woocommerce .shop_mode_list ul.products li.product h3, .woocommerce-page .shop_mode_list ul.products li.product h3 {
	margin-top: 0;
	margin-bottom:0.5em;
	border-bottom:none;
}
.woocommerce .shop_mode_list ul.products li.product .description, .woocommerce-page .shop_mode_list ul.products li.product .description {
	margin-bottom:1.5em;
	line-height:1.3em;
	overflow:hidden;
	max-height:6.6em;
}
.woocommerce .shop_mode_list ul.products li.product-category .description, .woocommerce-page .shop_mode_list ul.products li.product-category .description {
	border-bottom: none;
}
.woocommerce .shop_mode_list ul.products li.product .description p, .woocommerce-page .shop_mode_list ul.products li.product .description p,
.woocommerce .shop_mode_list ul.products li.product .description ul, .woocommerce-page .shop_mode_list ul.products li.product .description ul {
	padding-bottom:0;
	margin-bottom:0;
	line-height:1.3em;
}

.woocommerce .shop_mode_list ul.products li.product .price, .woocommerce-page .shop_mode_list ul.products li.product .price {
	font-size:1.625em;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	padding: 0.5em 0 0 0.5em;
    vertical-align: top;
}

/* Rating stars */
.woocommerce .products .star-rating {
	 margin-bottom: 1em;
}
.woocommerce .products .star-rating:before,
.woocommerce .products .star-rating span {
	 top: 1px;
}


/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li {
	margin: 0 4px 4px 0;
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
	border-width:2px;
	border-style: solid;
}


/* List products in the shortcodes */
.vc_row .woocommerce .products .post_item_wrap {
	text-align:center;
}
.vc_row .woocommerce .products .star-rating {
	margin-left:auto;
	margin-right:auto;
}


/* Single product decoration
---------------------------------------------------------------------------- */

/* Title */
.woocommerce div.product .product_title {
    font-size: 2.857em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0.73em;
    text-transform: none;
}

/* Price */
.woocommerce div.product p.price {
    font-size: 1.428em;
	position:relative;
	margin-bottom:1.05em;
	font-weight:600;
    display: inline-block;
    margin-top: 0.35em;
}
.woocommerce div.product p.price ins {
	text-decoration:none;
	font-style:normal;
}
.woocommerce div.product p.price del {
    font-size: 0.71em;
    float: right;
    margin-left: 5px;
    line-height: 2em;
}
.woocommerce div.product .star-rating {
    font-size: 0.85em;
    margin-top: 2px;
}
.woocommerce div.product form.cart {
    margin-top: 2em;
}


/* Images and thumbnails */
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
	margin-bottom: 5em;
	width: 47%;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	margin-right: 1.5%;
	width: 18.5%;
	position:relative;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
	margin-right: 2.5%;
	width: 22.5%;
}
.woocommerce #content div.product div.thumbnails.columns-3 a, .woocommerce div.product div.thumbnails.columns-3 a,
.woocommerce-page #content div.product div.thumbnails.columns-3 a, .woocommerce-page div.product div.thumbnails.columns-3 a {
	margin-right: 3.3333%;
	width: 33%;
}
.woocommerce #content div.product div.thumbnails a:hover, .woocommerce div.product div.thumbnails a:hover, .woocommerce-page #content div.product div.thumbnails a:hover, .woocommerce-page div.product div.thumbnails a:hover {
	border-color: #f0f0f0;
}
.woocommerce #content div.product div.thumbnails a:before, .woocommerce div.product div.thumbnails a:before, .woocommerce-page #content div.product div.thumbnails a:before, .woocommerce-page div.product div.thumbnails a:before {
	content:' ';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.woocommerce #content div.product div.thumbnails a:hover:before, .woocommerce div.product div.thumbnails a:hover:before, .woocommerce-page #content div.product div.thumbnails a:hover:before, .woocommerce-page div.product div.thumbnails a:hover:before {
	background-color:rgba(255,255,255, 0.4);
}
.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
    clear: none;
}
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
    margin-right: 1.5%;
}
.woocommerce #content div.product div.thumbnails a:nth-child(5n+1), .woocommerce div.product div.thumbnails a:nth-child(5n+1), .woocommerce-page #content div.product div.thumbnails a:nth-child(5n+1), .woocommerce-page div.product div.thumbnails a:nth-child(5n+1) {
	clear:both;
}

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous {
	margin-top:4px;
}

/* Meta: SKU, tags, categories, ID */
.woocommerce .product_meta span {
	display:block;
}
.woocommerce .product_meta span span {
	display:inline;
}
.woocommerce .product_meta span {
	font-weight:400;
}
.woocommerce .product_meta span span,
.woocommerce .product_meta a {
	font-weight:400;
}

/* Add to cart */
.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
    margin-bottom: 2.25em;
    overflow: hidden;
}
.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
    margin: 0 1.44em 0 0;
    width: 6em;
	position:relative;
}
.woocommerce div.quantity span.q_inc
.woocommerce div.product form.cart div.quantity span.q_inc, .woocommerce-page div.product form.cart div.quantity span.q_inc {
	top:0;
}
.woocommerce div.quantity span.q_dec,
.woocommerce div.product form.cart div.quantity span.q_dec, .woocommerce-page div.product form.cart div.quantity span.q_dec {
	bottom:0;
	border-top:1px solid #ffffff;
}
.woocommerce div.quantity input[type="number"], 
.woocommerce div.product form.cart div.quantity input[type="number"], .woocommerce-page div.product form.cart div.quantity input[type="number"] {
	width: 100%;
	height: 100%;
	padding: 0.9em;
	padding-right:0;
}
.woocommerce td.product-quantity div.quantity {
    position: relative;
    width: 80px;
    text-align: left;
    display: inline-block;
    margin: auto;
}
.woocommerce td.product-quantity div.quantity  .qty{
	text-align: left;
    line-height: 1.2857em;
}
.woocommerce td.product-quantity div.quantity  span.q_inc{
	top: 0;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	margin-bottom:-1px;
	padding-left:30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	border-width:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background:#ffffff;
	box-shadow: none;
	border:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	border: 1px solid #dddddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-color:#ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	font-weight:400;
	padding:0.75em 1em;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
	border-width: 1px;
	border-style: solid;
    margin: 0;
    padding: 2.3em 0 0 0;
	display:none;
}
.woocommerce div.product .woocommerce-tabs h2, .woocommerce #content div.product .woocommerce-tabs h2, .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce-page #content div.product .woocommerce-tabs h2 {
	margin-top:0;
	font-size: 1.625em;
	font-weight:400;
    display: none;
}
.woocommerce div.product .woocommerce-tabs h3, .woocommerce #content div.product .woocommerce-tabs h3, .woocommerce-page div.product .woocommerce-tabs h3, .woocommerce-page #content div.product .woocommerce-tabs h3 {
    margin-bottom: 0.25em !important;
    font-size: 1.7857em;
}
#review_form_wrapper {
    margin-top: 3em;
}
.woocommerce div.product div.summary {
    margin-bottom: 5em;
}

/* Decorate tabs on single product */
.single-product div.product .woocommerce-tabs.trx-stretch-width {
    padding: 4.3em 0;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .panel {
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs {
	padding-left: 0;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs:before,
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs:after {
	display: none;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li {
    border: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    font-size: 0.8em;
    float: left;
    text-transform: uppercase;
    letter-spacing: 0.85px;
    margin-right: 1.518em;
    line-height: 1.5em;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a {
    display: block;
    padding: 0.492em 1.3em;
}

/* Stars */
.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating { float:none; }
.woocommerce .woocommerce-product-rating .woocommerce-review-link, .woocommerce-page .woocommerce-product-rating .woocommerce-review-link { 
	vertical-align: top;
    display: inline-block;
    line-height: 1.3em;
    color: inherit;
    margin-left: 0.5em;
}
.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating { margin-top:4px; margin-bottom:4px; }
.woocommerce .star-rating, .woocommerce-page .star-rating { height: 1.2em; margin-top:4px; margin-bottom:4px;     line-height: 1.3em;
    font-size: .7em; }


/* Users reviews */
.woocommerce #reviews #comments ol.commentlist {
	padding:0;
}
.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom:0;
}
.woocommerce .woocommerce-tabs .form-submit { display:block; }
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	background:none;
	border:none;
	padding:0;
	width: 60px;
	float:left;
	margin:0 1.5em 0 0;
	position:static;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin:0;
	padding:0;
	border:0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	padding-top:0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 0.45em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 0.875em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time {
    text-transform: uppercase;
    font-size: 0.868em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description, .woocommerce-page #reviews #comments ol.commentlist li .comment-text .description {
	line-height:21px;
}

.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
	height: 150px;
	font-weight: 400;
	overflow:auto;
}
.woocommerce #reviews #comments ol.commentlist li + li {
    margin-top: 1.5em;
}

/* Related products */
.woocommerce .related.products h2 {
	text-align:center;
}
.woocommerce .related.products h2:after {
    content: '//';
    font-style: normal;
    display: block;
    margin-left: 10px;
    font-weight: 900;
    margin: 0.65em auto 1.25em;
    font-size: 0.45em;
    line-height: 1em;
    font-family: fantasy;
    letter-spacing: 1px;
}
.woocommerce .related ul{
	margin-right: 0px;
}
.woocommerce .related ul li.product {
    padding: 0;
    margin-right: -1px;
}

/* Categories list */
.woocommerce ul.products li.product.product-category .thumb_wrapper, .woocommerce-page ul.products li.product.product-category .thumb_wrapper {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/woo/shop-cat-bg-1.jpg) center center no-repeat;
	padding:1em;
	overflow:hidden;
}
/* not work correctly in the Chrome */
.woocommerce ul.products li.product.product-category .thumb_wrapper img, .woocommerce-page ul.products li.product.product-category .thumb_wrapper img {
	   -moz-transform: scale(1.7) translate(15%,15%);
		 -o-transform: scale(1.7) translate(15%,15%);
		-ms-transform: scale(1.7) translate(15%,15%);
}

.woocommerce ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper, .woocommerce-page ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper {
	background:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/woo/shop-cat-bg-2.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper, .woocommerce-page ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper {
	background:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/woo/shop-cat-bg-3.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper, .woocommerce-page ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper {
	background:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/woo/shop-cat-bg-4.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper, .woocommerce-page ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper {
	background:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/woo/shop-cat-bg-5.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper, .woocommerce-page ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper {
	background:url(/bitrix/templates/timeberry_new/js/woocommerce/css/../images/woo/shop-cat-bg-6.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category img, .woocommerce-page ul.products li.product.product-category img {
	width:100%;
	height:auto;
}

.woocommerce ul.products li.product.product-category h3, .woocommerce-page ul.products li.product.product-category h3 {
	margin-bottom:0;
	border-bottom:none;
	text-align:center;
}
.woocommerce ul.products li.product.product-category h3 {
    font-size: 0.868em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.woocommerce ul.products li.product.product-category mark.count, .woocommerce-page ul.products li.product.product-category mark.count {
	font-weight:400;
	font-style: normal;
}
.woocommerce ul.products li.product-category .post_content h3 {
    margin-top: 0;
    padding: 0.7em 0 0;
}

/* Related products */
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    width: 50%;
	border:none;
	box-shadow: none;
}




/* Widgets decoration 
---------------------------------------------------------------*/

/* Cart in top user menu */
.top_panel_wrap .sidebar_cart {
    width: 280px !important;
    padding: 0 !important;
}
.top_panel_wrap .widget_shopping_cart { 
	display:block !important;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list { 
	display:block;
	position:static;
	width:100%;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;		
}
.top_panel_wrap .sidebar_cart > li,
.top_panel_wrap .widget_shopping_cart ul.cart_list > li {
	margin:0;
	padding-left:0;
}
.top_panel_wrap .sidebar_cart > li:before,
.top_panel_wrap .sidebar_cart > li > a:before,
.top_panel_wrap .widget_shopping_cart ul.cart_list > li:before,
.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:before {
	display:none;
}
.woocommerce .top_panel_wrap .widget_shopping_cart .empty,
.woocommerce-page .top_panel_wrap .widget_shopping_cart .empty {
	padding-bottom: 1em;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a {
	padding: 0;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
	margin-top:-0.15em;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:hover {
	background-color: transparent;
	color: #ffffff;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list > li img {
	width:50px;
	margin-top:0.5em;
}


/* Cart & Products list */
.woocommerce a.remove {
	margin-top:1em;
	text-align:left;
}
.woocommerce a.remove,
.woocommerce a.remove:hover {
	background-color:transparent !important;
}
.woocommerce .shop_table a.remove {
	margin-top:0;
	font-weight:400;
	text-align:center;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce-page .widget_shopping_cart .cart_list li {
	padding: 0 0 0 1.5em;
	overflow:hidden;
}
.woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:before {
	display:none;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
    font-weight: 400;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    box-shadow: none;
	width:4.6875em;
	float:left;
	margin:0 1.2em 1em 0;
}
.woocommerce.widget_shopping_cart .quantity, .woocommerce .widget_shopping_cart .quantity, .woocommerce-page.widget_shopping_cart .quantity, .woocommerce-page .widget_shopping_cart .quantity {
	margin: 0.5em 0 1em;
	display:inline-block;
}
.woocommerce ul.cart_list li > .amount, .woocommerce ul.product_list_widget li > .amount, .woocommerce-page ul.cart_list li > .amount, .woocommerce-page ul.product_list_widget li > .amount,
.woocommerce ul.cart_list li span .amount, .woocommerce ul.product_list_widget li span .amount, .woocommerce-page ul.cart_list li span .amount, .woocommerce-page ul.product_list_widget li span .amount,
.woocommerce ul.cart_list li ins .amount, .woocommerce ul.product_list_widget li ins .amount, .woocommerce-page ul.cart_list li ins .amount, .woocommerce-page ul.product_list_widget li ins .amount {
    font-size: 1em;
	font-weight:400;
}
.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li ins, .woocommerce-page ul.product_list_widget li ins {
	text-decoration:none;
	font-style:normal;
}
.woocommerce ul.cart_list li del, .woocommerce ul.product_list_widget li del, .woocommerce-page ul.cart_list li del, .woocommerce-page ul.product_list_widget li del {
    font-size: 0.875em;
}

.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    font-size: 0.868em;
    text-transform: uppercase;
    padding: 1.25em 0 0;
    border-top: none;
    margin-bottom: 2.3em;
}
.woocommerce.widget_shopping_cart .total .amount, .woocommerce .widget_shopping_cart .total .amount, .woocommerce-page.widget_shopping_cart .total .amount, .woocommerce-page .widget_shopping_cart .total .amount {
	font-weight: 600;
    float: right;
}

/* Active filters */
.woocommerce .widget_layered_nav_filters > ul > li { padding:0 0.625em 0.5em 0; display:block; }
.woocommerce .widget_layered_nav_filters > ul > li:before {display:none; }
.woocommerce .widget_layered_nav_filters > ul > li a,
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a { background-color: transparent; border:none; padding:0; color:#222222; }

/* Price filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { margin-bottom:3em; background:#1d1e23; height: 3px; }
.woocommerce .widget_price_filter .price_label { font-size:0.868em; }
.woocommerce .widget_price_filter .price_label span { color:#222222; }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height:3px;
	top: 0px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    border-radius: 0;
}

/* Product categories */
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories {
	margin:0;
	padding:0;
	list-style:none;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li {
	position:relative;
	padding:1em 2em;
	margin:0;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li+li {
	border-top: 1px solid #eeeeee;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:before {
	display:none;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after {
    content: '\e836';
    font-family: 'fontello';
    display: block;
    position: absolute;
    z-index: 1;
    right: 1.6em;
    top: 1.6em;
    width: 1em;
    height: 1.072em;
    border: 1px solid;
    text-align: center;
    line-height: 1.072em;
    font-size: 0.8em;
    padding-left: 0.073em;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children span.open_child_menu {
	display:none;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories ul {
	display:none;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited ul {
	position:absolute;
	z-index:100000;
	top: -0.5em;
    right: -280px;
    width: 270px;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{
    padding: 0.889em 1.56em;
    margin: 0;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title:before{
    content: '\e8ba';
	font-family: fontello; 
	margin-right: 5px;
	font-style: normal;
	font-weight: 100;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title:after{
    content: none;
}
body:not(.woocommerce) .woocommerce ul.products:not(.categories)  {
	margin-right: 0;
}
body:not(.woocommerce) .woocommerce ul.products:not(.categories) li.product:not(.product-category) {
    padding-right: 0;
    margin-right: -1px;
}

/* Cart 
--------------------------------------------------------------------- */
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	font-weight: 400;
}

.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
    width: 75px;
}

.woocommerce table.cart td, .woocommerce #content table.cart td, .woocommerce-page table.cart td, .woocommerce-page #content table.cart td {
	padding: 12px;
	text-align: center;
}
.woocommerce table.cart td.product-name, .woocommerce #content table.cart td.product-name, .woocommerce-page table.cart td.product-name, .woocommerce-page #content table.cart td.product-name {
    text-align: center;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    border: none;
	padding: 0.7em 0.5em;
	margin-right:0.5em;
	width: 12em;
    line-height: 1.2857em;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th {
    font-weight: 400;
    font-size: 0.868em;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
	color: #222222;
	font-weight:400;
	font-size:0.875em;
	text-align:right;
}
.woocommerce table.shop_table td {
    table-layout: fixed;
    text-align: center;
}
.woocommerce .quantity .qty {
    text-align: left;
}
.woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2 {
	font-size:1.5em;
	font-weight: 400;
	line-height:1.3em;
	text-align:right;
}
.woocommerce .cart-collaterals .order-total strong, .woocommerce-page .cart-collaterals .order-total strong {
	font-weight:400;
}

.woocommerce .cart-collaterals .cart-subtotal .amount, .woocommerce-page .cart-collaterals .cart-subtotal .amount {
	font-size: 1em;
	font-weight:400;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	padding: 6px;
	font-weight:400;
}

.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select {
	background-color:#f4f7f9;
	font-size:1em;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 100px;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	color:#222222;
	font-size: 1em;
	font-weight:400;
}



/* Checkout 
--------------------------------------------------------------------------*/

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    line-height: 1.5em;
}

.woocommerce .checkout h3, .woocommerce-page .checkout h3 {
	margin-top:0;
	font-size:1.625em;
	font-weight:400;
}

.woocommerce .checkout .col-2 h3#ship-to-different-address label, .woocommerce-page .checkout .col-2 h3#ship-to-different-address label {
	display:inline-block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	font-weight:400;
}
.woocommerce table.shop_table .cart-subtotal .amount, .woocommerce-page table.shop_table .cart-subtotal .amount,
.woocommerce table.shop_table .shipping td, .woocommerce-page table.shop_table .shipping td {
	font-weight:400;
	color: #222222;	
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    clear: none;
    float: left;
	margin-bottom:30px;
}
.woocommerce .checkout #order_review, .woocommerce-page .checkout #order_review {
	margin-bottom:3em;
}
.woocommerce .checkout #order_review_heading, .woocommerce-page .checkout #order_review_heading {
	padding-top:1.825em;
}
.woocommerce .checkout #order_review .order-total .amount, .woocommerce-page .checkout #order_review .order-total .amount {
	font-size:1.125em;
	line-height:1.3em;
	font-weight:400;
}
.woocommerce .checkout #order_review .payment_methods li, .woocommerce-page .checkout #order_review .payment_methods li {
	list-style:none;
}
.woocommerce .checkout #order_review .payment_methods li label, .woocommerce-page .checkout #order_review .payment_methods li label {
	display:inline-block;
}

.woocommerce-checkout #payment {
	background-color:#f4f7f9;
}
.woocommerce-checkout #payment div.payment_box:after {
	top:0;
}

.woocommerce .order_details li, .woocommerce-page .order_details li {
    font-size: 1em;
    line-height: 1em;
	list-style:none;
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
	font-weight:300;
	color:#222222;
}



/* My Account
--------------------------------------------------------------------------*/
.woocommerce-account .addresses .title h3 {
	font-size: 2em;
	margin-top:0;
}







.woocommerce ul.cart_list li img {
    display: none;
}
.woocommerce a.remove {
    margin-top: 0 !important;
    font-weight: 100;
    font-size: 1.4em;
}
.woocommerce.widget_shopping_cart .quantity {
    font-size: 0.868em;
}
.woocommerce .widget_shopping_cart .cart_list li + li {
    margin-top: 0.95em;
}
.woocommerce.widget_shopping_cart .buttons a {
    padding-top: 0.792em;
    padding-bottom: 0.792em;
    display: block;
    max-width: 70px;
}
.woocommerce.widget_shopping_cart .buttons a + a{
    margin-top: 10px;
}
.woocommerce.widget_shopping_cart .buttons a:hover {
	border-width: 2px;
	border-style: solid;
}
.footer_wrap_inner.widget_area_inner ul.product_list_widget li a {
    margin-bottom: 0.5em;
}
.footer_wrap_inner.widget_area_inner ul.product_list_widget .amount{
    font-size: 1em;
	font-weight: 600 !important;
}
.footer_wrap_inner.widget_area_inner ul.product_list_widget li del .amount{
    font-weight: 400  !important;
    font-size: 1.145em;
}
.footer_wrap_inner.widget_area_inner ul.product_list_widget li + li {
    margin-top: 0.5em;
}
.footer_wrap_inner.widget_area_inner ul.product_list_widget li .reviewer {
    font-size: 0.868em;
}
.woocommerce .widget_area_inner .star-rating{
	width: 6.3em;
    margin: 1em 0 0.6em;
}
.woocommerce .widget_area_inner .star-rating:before, .woocommerce .widget_area_inner .star-rating span:before{
	letter-spacing: 4px;
    line-height: 1.2em;
}
.woocommerce .widget_area_inner .star-rating:before{
	content: "\e8c8\e8c8\e8c8\e8c8\e8c8";
}
.woocommerce .related.products {
    padding:7.2em 0 3.2em;
}
.woocommerce a.remove,
.top_panel_wrap .widget_shopping_cart .cart_list li a.remove:hover{
    color: #fea526 !important;
}
.top_panel_wrap .widget_shopping_cart .cart_list li a.remove {
    left: auto;
    right: 1em;
    top: 1.3em;
    width: 10px;
    height: 15px;
    line-height: 17px;
	color: #808080 !important;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list > li {
	padding: 1.8em 1.8em 0;
    padding-right: 2.5em;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list > li.empty {
    padding: 1.8em;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list > li + li {
    padding-top: 2em;
    margin-top: 0.7em;
    border-top: 1px solid;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list > li + li  a.remove {
	top: 1.5em;
}
.top_panel_wrap .widget_shopping_cart .total {
    padding: 1.9em 1.8em 1.9em;
    margin-top: 0.9em;
    border: 1px solid;
    border-width: 1px 0 1px 0;
}
.top_panel_wrap .woocommerce.widget_shopping_cart .buttons {
    padding: 0 1.8em 1.8em;
}
.top_panel_wrap .woocommerce.widget_shopping_cart .buttons a {
    display: inline-block;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.top_panel_wrap .widget_shopping_cart .total,
.top_panel_wrap .widget_shopping_cart ul.cart_list > li + li{
	border-color: #1c1d22;
}
.top_panel_wrap .woocommerce.widget_shopping_cart .buttons a + a {
    margin-top: 0;
    float: right;
}
.contact_cart .cart_item,
.header_mobile .cart_item{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 20px;
}
.header_mobile .cart_item{
    top: -10px;
	width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.868em;
}
.woocommerce ul.products li.product-category .post_item_wrap {
    padding: 0;
	border: none;
}
.woocommerce ul.products li.product-category .star-rating {
    display: none;
}
.woocommerce ul.products li.product-category .post_featured  {
    height: 9em;
}
.woocommerce ul.products li.product-category .post_featured .post_thumb {
    display: block;
    height: 100% !important;
    position: relative;
}
.woocommerce ul.products li.product-category .post_featured .post_thumb img{
    position: absolute;
    top: 50%;
	left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message a.button:hover{
	color: #fff !important;
}
.woocommerce table.shop_table strong {
    color: #000;
    font-weight: 400;
}
.top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child {
    padding-left: 0;
    padding-right: 0;
}
.top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:after {
    content: '\e836';
    font-family: fontello;
    margin-left: 5px;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1em;
}
.woocommerce.widget .star-rating {
    width: 6em;
    margin-bottom: 0.8em;
}
.woocommerce.widget .star-rating:before,
.woocommerce.widget .star-rating span:before {
    letter-spacing: 0.3em;
}
.woocommerce ul.products li.product a.added_to_cart {
    color: #FEA526;
}


.woocommerce .shop_mode_list ul.products li.product h3 {
    line-height: 1em;
    min-height: auto;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 1em;
    font-weight: 600;
}
.woocommerce a.button.loading{ padding-right: 2.5em !important;}
.woocommerce a.button.loading:after{
	right: 1em !important;
}
body.single-product.woocommerce .post_navi {
    display: none;
}
/*body.single-product.woocommerce .breadcrumbs {
    float: left;
    width: 100%;
	max-width: 100% !important;
    text-align: left;
    padding-top: 4em !important;
    padding-bottom: 0 !important;
}*/
/*body.single-product.woocommerce .top_panel_title_inner {
    background-color: transparent;
}*/
/*body.single-product.woocommerce .top_panel_title_inner a {
    color: #000 !important;
}*/

body.single-product.woocommerce .page_content_wrap {
    padding: 3em 0 0 0;
    background-color: #fff;
}
/* End */


/* Start:/bitrix/templates/timeberry_new/js/jquery-ui/jquery-ui.css?155505470435973*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/bitrix/templates/timeberry_new/js/jquery-ui/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/bitrix/templates/timeberry_new/js/jquery-ui/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/bitrix/templates/timeberry_new/js/jquery-ui/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/bitrix/templates/timeberry_new/js/jquery-ui/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/bitrix/templates/timeberry_new/js/jquery-ui/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/bitrix/templates/timeberry_new/js/jquery-ui/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/bitrix/templates/timeberry_new/js/jquery-ui/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/bitrix/templates/timeberry_new/css/skin.css?1555054704395291*/
/*
Attention! Do not modify this .css-file!
Please, make all necessary changes in the corresponding .less-file!
*/
@charset "utf-8";

body{font-family:"Roboto", sans-serif;font-size:14px;line-height:1.7957em;font-weight:400;}.scheme_original .body_wrap{color:#808080;}.scheme_light .body_wrap{color:#808080;}.scheme_dark .body_wrap{color:#808080;}h1{font-family:"Ubuntu", sans-serif;font-size:3.9285em;line-height:1.3em;font-weight:600;font-style:italic;margin-bottom:0.3em;}h2{font-family:"Ubuntu", sans-serif;font-size:2.5em;line-height:1.3em;font-weight:600;font-style:italic;margin-bottom:0.36em;}h3{font-family:"Ubuntu", sans-serif;font-size:2.8571em;line-height:1.3em;font-weight:600;font-style:italic;margin-bottom:0.45em;}h4{font-family:"Ubuntu", sans-serif;font-size:1.7857em;line-height:1.3em;font-weight:600;font-style:italic;margin-bottom:1.05em;}h5{font-family:"Ubuntu", sans-serif;font-size:1.2857em;line-height:1.3em;font-weight:600;font-style:italic;margin-bottom:1.35em;}h6{font-family:"Ubuntu", sans-serif;font-size:1em;line-height:1.3em;font-weight:400;margin-bottom:0.4em;}.scheme_original h1,.scheme_original h2,.scheme_original h3,.scheme_original h4,.scheme_original h5,.scheme_original h6,.scheme_original h1 a,.scheme_original h2 a,.scheme_original h3 a,.scheme_original h4 a,.scheme_original h5 a,.scheme_original h6 a{color:#fff;}.scheme_light h1,.scheme_light h2,.scheme_light h3,.scheme_light h4,.scheme_light h5,.scheme_light h6,.scheme_light h1 a,.scheme_light h2 a,.scheme_light h3 a,.scheme_light h4 a,.scheme_light h5 a,.scheme_light h6 a{color:#1d1e23;}.scheme_dark h1,.scheme_dark h2,.scheme_dark h3,.scheme_dark h4,.scheme_dark h5,.scheme_dark h6,.scheme_dark h1 a,.scheme_dark h2 a,.scheme_dark h3 a,.scheme_dark h4 a,.scheme_dark h5 a,.scheme_dark h6 a{color:#fff;}.scheme_original .body_wrap.bg_image .page_content_wrap h1,.scheme_original .body_wrap.bg_image .page_content_wrap h2,.scheme_original .body_wrap.bg_image .page_content_wrap h3,.scheme_original .body_wrap.bg_image .page_content_wrap h4,.scheme_original .body_wrap.bg_image .page_content_wrap h5,.scheme_original .body_wrap.bg_image .page_content_wrap h6,.scheme_original .body_wrap.bg_image .page_content_wrap h1 a,.scheme_original .body_wrap.bg_image .page_content_wrap h2 a,.scheme_original .body_wrap.bg_image .page_content_wrap h3 a,.scheme_original .body_wrap.bg_image .page_content_wrap h4 a,.scheme_original .body_wrap.bg_image .page_content_wrap h5 a,.scheme_original .body_wrap.bg_image .page_content_wrap h6 a{color:#1d1e23;}.scheme_light .body_wrap.bg_image .page_content_wrap h1,.scheme_light .body_wrap.bg_image .page_content_wrap h2,.scheme_light .body_wrap.bg_image .page_content_wrap h3,.scheme_light .body_wrap.bg_image .page_content_wrap h4,.scheme_light .body_wrap.bg_image .page_content_wrap h5,.scheme_light .body_wrap.bg_image .page_content_wrap h6,.scheme_light .body_wrap.bg_image .page_content_wrap h1 a,.scheme_light .body_wrap.bg_image .page_content_wrap h2 a,.scheme_light .body_wrap.bg_image .page_content_wrap h3 a,.scheme_light .body_wrap.bg_image .page_content_wrap h4 a,.scheme_light .body_wrap.bg_image .page_content_wrap h5 a,.scheme_light .body_wrap.bg_image .page_content_wrap h6 a{color:#1d1e23;}.scheme_dark .body_wrap.bg_image .page_content_wrap h1,.scheme_dark .body_wrap.bg_image .page_content_wrap h2,.scheme_dark .body_wrap.bg_image .page_content_wrap h3,.scheme_dark .body_wrap.bg_image .page_content_wrap h4,.scheme_dark .body_wrap.bg_image .page_content_wrap h5,.scheme_dark .body_wrap.bg_image .page_content_wrap h6,.scheme_dark .body_wrap.bg_image .page_content_wrap h1 a,.scheme_dark .body_wrap.bg_image .page_content_wrap h2 a,.scheme_dark .body_wrap.bg_image .page_content_wrap h3 a,.scheme_dark .body_wrap.bg_image .page_content_wrap h4 a,.scheme_dark .body_wrap.bg_image .page_content_wrap h5 a,.scheme_dark .body_wrap.bg_image .page_content_wrap h6 a{color:#1d1e23;}.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h1,.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h2,.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h3,.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h4,.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h5,.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h6,.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h1 a,.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h2 a,.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h3 a,.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h4 a,.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h5 a,.scheme_original .body_wrap.bg_image .page_content_wrap  .sidebar h6 a{color:#fff;}.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h1,.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h2,.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h3,.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h4,.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h5,.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h6,.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h1 a,.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h2 a,.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h3 a,.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h4 a,.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h5 a,.scheme_light .body_wrap.bg_image .page_content_wrap  .sidebar h6 a{color:#1d1e23;}.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h1,.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h2,.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h3,.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h4,.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h5,.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h6,.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h1 a,.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h2 a,.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h3 a,.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h4 a,.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h5 a,.scheme_dark .body_wrap.bg_image .page_content_wrap  .sidebar h6 a{color:#fff;}.scheme_original a{color:#fff;}.scheme_light a{color:#fff;}.scheme_dark a{color:#fff;}.scheme_original a:hover{color:#581214;}.scheme_light a:hover{color:#581214;}.scheme_dark a:hover{color:#581214;}.scheme_original blockquote::before{color:rgba(255,255,255,0.2);}.scheme_light blockquote::before{color:rgba(29,30,35,0.2);}.scheme_dark blockquote::before{color:rgba(255,255,255,0.2);}.scheme_original blockquote{background-color:#581214;}.scheme_light blockquote{background-color:#581214;}.scheme_dark blockquote{background-color:#581214;}.scheme_original blockquote,.scheme_original blockquote p{color:#fff;}.scheme_light blockquote,.scheme_light blockquote p{color:#fff;}.scheme_dark blockquote,.scheme_dark blockquote p{color:#fff;}.scheme_original strong{color:#b4b4b4;}.scheme_light strong{color:#b4b4b4;}.scheme_dark strong{color:#b4b4b4;}.scheme_original .accent1{color:#fff;}.scheme_light .accent1{color:#fff;}.scheme_dark .accent1{color:#fff;}.scheme_original .accent1_bgc{background-color:#fff;}.scheme_light .accent1_bgc{background-color:#fff;}.scheme_dark .accent1_bgc{background-color:#fff;}.scheme_original .accent1_bg{background:#fff;}.scheme_light .accent1_bg{background:#fff;}.scheme_dark .accent1_bg{background:#fff;}.scheme_original .accent1_border{border-color:#fff;}.scheme_light .accent1_border{border-color:#fff;}.scheme_dark .accent1_border{border-color:#fff;}.scheme_original a.accent1:hover{color:#581214;}.scheme_light a.accent1:hover{color:#581214;}.scheme_dark a.accent1:hover{color:#581214;}.scheme_original .post_content.ih-item.circle.effect1.colored .info,.scheme_original .post_content.ih-item.circle.effect2.colored .info,.scheme_original .post_content.ih-item.circle.effect3.colored .info,.scheme_original .post_content.ih-item.circle.effect4.colored .info,.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect6.colored .info,.scheme_original .post_content.ih-item.circle.effect7.colored .info,.scheme_original .post_content.ih-item.circle.effect8.colored .info,.scheme_original .post_content.ih-item.circle.effect9.colored .info,.scheme_original .post_content.ih-item.circle.effect10.colored .info,.scheme_original .post_content.ih-item.circle.effect11.colored .info,.scheme_original .post_content.ih-item.circle.effect12.colored .info,.scheme_original .post_content.ih-item.circle.effect13.colored .info,.scheme_original .post_content.ih-item.circle.effect14.colored .info,.scheme_original .post_content.ih-item.circle.effect15.colored .info,.scheme_original .post_content.ih-item.circle.effect16.colored .info,.scheme_original .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect19.colored .info,.scheme_original .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_original .post_content.ih-item.square.effect1.colored .info,.scheme_original .post_content.ih-item.square.effect2.colored .info,.scheme_original .post_content.ih-item.square.effect3.colored .info,.scheme_original .post_content.ih-item.square.effect4.colored .mask1,.scheme_original .post_content.ih-item.square.effect4.colored .mask2,.scheme_original .post_content.ih-item.square.effect5.colored .info,.scheme_original .post_content.ih-item.square.effect6.colored .info,.scheme_original .post_content.ih-item.square.effect7.colored .info,.scheme_original .post_content.ih-item.square.effect8.colored .info,.scheme_original .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_original .post_content.ih-item.square.effect10.colored .info,.scheme_original .post_content.ih-item.square.effect11.colored .info,.scheme_original .post_content.ih-item.square.effect12.colored .info,.scheme_original .post_content.ih-item.square.effect13.colored .info,.scheme_original .post_content.ih-item.square.effect14.colored .info,.scheme_original .post_content.ih-item.square.effect15.colored .info,.scheme_original .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_original .post_content.ih-item.square.effect_book.colored .info{background:#fff;}.scheme_light .post_content.ih-item.circle.effect1.colored .info,.scheme_light .post_content.ih-item.circle.effect2.colored .info,.scheme_light .post_content.ih-item.circle.effect3.colored .info,.scheme_light .post_content.ih-item.circle.effect4.colored .info,.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect6.colored .info,.scheme_light .post_content.ih-item.circle.effect7.colored .info,.scheme_light .post_content.ih-item.circle.effect8.colored .info,.scheme_light .post_content.ih-item.circle.effect9.colored .info,.scheme_light .post_content.ih-item.circle.effect10.colored .info,.scheme_light .post_content.ih-item.circle.effect11.colored .info,.scheme_light .post_content.ih-item.circle.effect12.colored .info,.scheme_light .post_content.ih-item.circle.effect13.colored .info,.scheme_light .post_content.ih-item.circle.effect14.colored .info,.scheme_light .post_content.ih-item.circle.effect15.colored .info,.scheme_light .post_content.ih-item.circle.effect16.colored .info,.scheme_light .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect19.colored .info,.scheme_light .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_light .post_content.ih-item.square.effect1.colored .info,.scheme_light .post_content.ih-item.square.effect2.colored .info,.scheme_light .post_content.ih-item.square.effect3.colored .info,.scheme_light .post_content.ih-item.square.effect4.colored .mask1,.scheme_light .post_content.ih-item.square.effect4.colored .mask2,.scheme_light .post_content.ih-item.square.effect5.colored .info,.scheme_light .post_content.ih-item.square.effect6.colored .info,.scheme_light .post_content.ih-item.square.effect7.colored .info,.scheme_light .post_content.ih-item.square.effect8.colored .info,.scheme_light .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_light .post_content.ih-item.square.effect10.colored .info,.scheme_light .post_content.ih-item.square.effect11.colored .info,.scheme_light .post_content.ih-item.square.effect12.colored .info,.scheme_light .post_content.ih-item.square.effect13.colored .info,.scheme_light .post_content.ih-item.square.effect14.colored .info,.scheme_light .post_content.ih-item.square.effect15.colored .info,.scheme_light .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_light .post_content.ih-item.square.effect_book.colored .info{background:#fff;}.scheme_dark .post_content.ih-item.circle.effect1.colored .info,.scheme_dark .post_content.ih-item.circle.effect2.colored .info,.scheme_dark .post_content.ih-item.circle.effect3.colored .info,.scheme_dark .post_content.ih-item.circle.effect4.colored .info,.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect6.colored .info,.scheme_dark .post_content.ih-item.circle.effect7.colored .info,.scheme_dark .post_content.ih-item.circle.effect8.colored .info,.scheme_dark .post_content.ih-item.circle.effect9.colored .info,.scheme_dark .post_content.ih-item.circle.effect10.colored .info,.scheme_dark .post_content.ih-item.circle.effect11.colored .info,.scheme_dark .post_content.ih-item.circle.effect12.colored .info,.scheme_dark .post_content.ih-item.circle.effect13.colored .info,.scheme_dark .post_content.ih-item.circle.effect14.colored .info,.scheme_dark .post_content.ih-item.circle.effect15.colored .info,.scheme_dark .post_content.ih-item.circle.effect16.colored .info,.scheme_dark .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect19.colored .info,.scheme_dark .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_dark .post_content.ih-item.square.effect1.colored .info,.scheme_dark .post_content.ih-item.square.effect2.colored .info,.scheme_dark .post_content.ih-item.square.effect3.colored .info,.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,.scheme_dark .post_content.ih-item.square.effect5.colored .info,.scheme_dark .post_content.ih-item.square.effect6.colored .info,.scheme_dark .post_content.ih-item.square.effect7.colored .info,.scheme_dark .post_content.ih-item.square.effect8.colored .info,.scheme_dark .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_dark .post_content.ih-item.square.effect10.colored .info,.scheme_dark .post_content.ih-item.square.effect11.colored .info,.scheme_dark .post_content.ih-item.square.effect12.colored .info,.scheme_dark .post_content.ih-item.square.effect13.colored .info,.scheme_dark .post_content.ih-item.square.effect14.colored .info,.scheme_dark .post_content.ih-item.square.effect15.colored .info,.scheme_dark .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_dark .post_content.ih-item.square.effect_book.colored .info{background:#fff;}.scheme_original .post_content.ih-item.circle.effect1.colored .info,.scheme_original .post_content.ih-item.circle.effect2.colored .info,.scheme_original .post_content.ih-item.circle.effect3.colored .info,.scheme_original .post_content.ih-item.circle.effect4.colored .info,.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect6.colored .info,.scheme_original .post_content.ih-item.circle.effect7.colored .info,.scheme_original .post_content.ih-item.circle.effect8.colored .info,.scheme_original .post_content.ih-item.circle.effect9.colored .info,.scheme_original .post_content.ih-item.circle.effect10.colored .info,.scheme_original .post_content.ih-item.circle.effect11.colored .info,.scheme_original .post_content.ih-item.circle.effect12.colored .info,.scheme_original .post_content.ih-item.circle.effect13.colored .info,.scheme_original .post_content.ih-item.circle.effect14.colored .info,.scheme_original .post_content.ih-item.circle.effect15.colored .info,.scheme_original .post_content.ih-item.circle.effect16.colored .info,.scheme_original .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect19.colored .info,.scheme_original .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_original .post_content.ih-item.square.effect1.colored .info,.scheme_original .post_content.ih-item.square.effect2.colored .info,.scheme_original .post_content.ih-item.square.effect3.colored .info,.scheme_original .post_content.ih-item.square.effect4.colored .mask1,.scheme_original .post_content.ih-item.square.effect4.colored .mask2,.scheme_original .post_content.ih-item.square.effect5.colored .info,.scheme_original .post_content.ih-item.square.effect6.colored .info,.scheme_original .post_content.ih-item.square.effect7.colored .info,.scheme_original .post_content.ih-item.square.effect8.colored .info,.scheme_original .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_original .post_content.ih-item.square.effect10.colored .info,.scheme_original .post_content.ih-item.square.effect11.colored .info,.scheme_original .post_content.ih-item.square.effect12.colored .info,.scheme_original .post_content.ih-item.square.effect13.colored .info,.scheme_original .post_content.ih-item.square.effect14.colored .info,.scheme_original .post_content.ih-item.square.effect15.colored .info,.scheme_original .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_original .post_content.ih-item.square.effect_book.colored .info{color:#1d1e23;}.scheme_light .post_content.ih-item.circle.effect1.colored .info,.scheme_light .post_content.ih-item.circle.effect2.colored .info,.scheme_light .post_content.ih-item.circle.effect3.colored .info,.scheme_light .post_content.ih-item.circle.effect4.colored .info,.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect6.colored .info,.scheme_light .post_content.ih-item.circle.effect7.colored .info,.scheme_light .post_content.ih-item.circle.effect8.colored .info,.scheme_light .post_content.ih-item.circle.effect9.colored .info,.scheme_light .post_content.ih-item.circle.effect10.colored .info,.scheme_light .post_content.ih-item.circle.effect11.colored .info,.scheme_light .post_content.ih-item.circle.effect12.colored .info,.scheme_light .post_content.ih-item.circle.effect13.colored .info,.scheme_light .post_content.ih-item.circle.effect14.colored .info,.scheme_light .post_content.ih-item.circle.effect15.colored .info,.scheme_light .post_content.ih-item.circle.effect16.colored .info,.scheme_light .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect19.colored .info,.scheme_light .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_light .post_content.ih-item.square.effect1.colored .info,.scheme_light .post_content.ih-item.square.effect2.colored .info,.scheme_light .post_content.ih-item.square.effect3.colored .info,.scheme_light .post_content.ih-item.square.effect4.colored .mask1,.scheme_light .post_content.ih-item.square.effect4.colored .mask2,.scheme_light .post_content.ih-item.square.effect5.colored .info,.scheme_light .post_content.ih-item.square.effect6.colored .info,.scheme_light .post_content.ih-item.square.effect7.colored .info,.scheme_light .post_content.ih-item.square.effect8.colored .info,.scheme_light .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_light .post_content.ih-item.square.effect10.colored .info,.scheme_light .post_content.ih-item.square.effect11.colored .info,.scheme_light .post_content.ih-item.square.effect12.colored .info,.scheme_light .post_content.ih-item.square.effect13.colored .info,.scheme_light .post_content.ih-item.square.effect14.colored .info,.scheme_light .post_content.ih-item.square.effect15.colored .info,.scheme_light .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_light .post_content.ih-item.square.effect_book.colored .info{color:#1d1e23;}.scheme_dark .post_content.ih-item.circle.effect1.colored .info,.scheme_dark .post_content.ih-item.circle.effect2.colored .info,.scheme_dark .post_content.ih-item.circle.effect3.colored .info,.scheme_dark .post_content.ih-item.circle.effect4.colored .info,.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect6.colored .info,.scheme_dark .post_content.ih-item.circle.effect7.colored .info,.scheme_dark .post_content.ih-item.circle.effect8.colored .info,.scheme_dark .post_content.ih-item.circle.effect9.colored .info,.scheme_dark .post_content.ih-item.circle.effect10.colored .info,.scheme_dark .post_content.ih-item.circle.effect11.colored .info,.scheme_dark .post_content.ih-item.circle.effect12.colored .info,.scheme_dark .post_content.ih-item.circle.effect13.colored .info,.scheme_dark .post_content.ih-item.circle.effect14.colored .info,.scheme_dark .post_content.ih-item.circle.effect15.colored .info,.scheme_dark .post_content.ih-item.circle.effect16.colored .info,.scheme_dark .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect19.colored .info,.scheme_dark .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_dark .post_content.ih-item.square.effect1.colored .info,.scheme_dark .post_content.ih-item.square.effect2.colored .info,.scheme_dark .post_content.ih-item.square.effect3.colored .info,.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,.scheme_dark .post_content.ih-item.square.effect5.colored .info,.scheme_dark .post_content.ih-item.square.effect6.colored .info,.scheme_dark .post_content.ih-item.square.effect7.colored .info,.scheme_dark .post_content.ih-item.square.effect8.colored .info,.scheme_dark .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_dark .post_content.ih-item.square.effect10.colored .info,.scheme_dark .post_content.ih-item.square.effect11.colored .info,.scheme_dark .post_content.ih-item.square.effect12.colored .info,.scheme_dark .post_content.ih-item.square.effect13.colored .info,.scheme_dark .post_content.ih-item.square.effect14.colored .info,.scheme_dark .post_content.ih-item.square.effect15.colored .info,.scheme_dark .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_dark .post_content.ih-item.square.effect_book.colored .info{color:#1d1e23;}.scheme_original .post_content.ih-item.circle.effect1.colored .info,.scheme_original .post_content.ih-item.circle.effect2.colored .info,.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect19.colored .info,.scheme_original .post_content.ih-item.square.effect4.colored .mask1,.scheme_original .post_content.ih-item.square.effect4.colored .mask2,.scheme_original .post_content.ih-item.square.effect6.colored .info,.scheme_original .post_content.ih-item.square.effect7.colored .info,.scheme_original .post_content.ih-item.square.effect12.colored .info,.scheme_original .post_content.ih-item.square.effect13.colored .info,.scheme_original .post_content.ih-item.square.effect_more.colored .info,.scheme_original .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_original .post_content.ih-item.square.effect_dir.colored .info,.scheme_original .post_content.ih-item.square.effect_shift.colored .info{background:#581214;}.scheme_light .post_content.ih-item.circle.effect1.colored .info,.scheme_light .post_content.ih-item.circle.effect2.colored .info,.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect19.colored .info,.scheme_light .post_content.ih-item.square.effect4.colored .mask1,.scheme_light .post_content.ih-item.square.effect4.colored .mask2,.scheme_light .post_content.ih-item.square.effect6.colored .info,.scheme_light .post_content.ih-item.square.effect7.colored .info,.scheme_light .post_content.ih-item.square.effect12.colored .info,.scheme_light .post_content.ih-item.square.effect13.colored .info,.scheme_light .post_content.ih-item.square.effect_more.colored .info,.scheme_light .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_light .post_content.ih-item.square.effect_dir.colored .info,.scheme_light .post_content.ih-item.square.effect_shift.colored .info{background:#581214;}.scheme_dark .post_content.ih-item.circle.effect1.colored .info,.scheme_dark .post_content.ih-item.circle.effect2.colored .info,.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect19.colored .info,.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,.scheme_dark .post_content.ih-item.square.effect6.colored .info,.scheme_dark .post_content.ih-item.square.effect7.colored .info,.scheme_dark .post_content.ih-item.square.effect12.colored .info,.scheme_dark .post_content.ih-item.square.effect13.colored .info,.scheme_dark .post_content.ih-item.square.effect_more.colored .info,.scheme_dark .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_dark .post_content.ih-item.square.effect_dir.colored .info,.scheme_dark .post_content.ih-item.square.effect_shift.colored .info{background:#581214;}.scheme_original .post_content.ih-item.circle.effect1.colored .info,.scheme_original .post_content.ih-item.circle.effect2.colored .info,.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect19.colored .info,.scheme_original .post_content.ih-item.square.effect4.colored .mask1,.scheme_original .post_content.ih-item.square.effect4.colored .mask2,.scheme_original .post_content.ih-item.square.effect6.colored .info,.scheme_original .post_content.ih-item.square.effect7.colored .info,.scheme_original .post_content.ih-item.square.effect12.colored .info,.scheme_original .post_content.ih-item.square.effect13.colored .info,.scheme_original .post_content.ih-item.square.effect_more.colored .info,.scheme_original .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_original .post_content.ih-item.square.effect_dir.colored .info,.scheme_original .post_content.ih-item.square.effect_shift.colored .info{color:#b4b4b4;}.scheme_light .post_content.ih-item.circle.effect1.colored .info,.scheme_light .post_content.ih-item.circle.effect2.colored .info,.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect19.colored .info,.scheme_light .post_content.ih-item.square.effect4.colored .mask1,.scheme_light .post_content.ih-item.square.effect4.colored .mask2,.scheme_light .post_content.ih-item.square.effect6.colored .info,.scheme_light .post_content.ih-item.square.effect7.colored .info,.scheme_light .post_content.ih-item.square.effect12.colored .info,.scheme_light .post_content.ih-item.square.effect13.colored .info,.scheme_light .post_content.ih-item.square.effect_more.colored .info,.scheme_light .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_light .post_content.ih-item.square.effect_dir.colored .info,.scheme_light .post_content.ih-item.square.effect_shift.colored .info{color:#b4b4b4;}.scheme_dark .post_content.ih-item.circle.effect1.colored .info,.scheme_dark .post_content.ih-item.circle.effect2.colored .info,.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect19.colored .info,.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,.scheme_dark .post_content.ih-item.square.effect6.colored .info,.scheme_dark .post_content.ih-item.square.effect7.colored .info,.scheme_dark .post_content.ih-item.square.effect12.colored .info,.scheme_dark .post_content.ih-item.square.effect13.colored .info,.scheme_dark .post_content.ih-item.square.effect_more.colored .info,.scheme_dark .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_dark .post_content.ih-item.square.effect_dir.colored .info,.scheme_dark .post_content.ih-item.square.effect_shift.colored .info{color:#b4b4b4;}.scheme_original .post_content.ih-item.circle.effect1 .spinner{border-right-color:#fff;}.scheme_light .post_content.ih-item.circle.effect1 .spinner{border-right-color:#fff;}.scheme_dark .post_content.ih-item.circle.effect1 .spinner{border-right-color:#fff;}.scheme_original .post_content.ih-item.circle.effect1 .spinner{border-bottom-color:#fff;}.scheme_light .post_content.ih-item.circle.effect1 .spinner{border-bottom-color:#fff;}.scheme_dark .post_content.ih-item.circle.effect1 .spinner{border-bottom-color:#fff;}.scheme_original .post_content.ih-item .post_readmore .post_readmore_label,.scheme_original .post_content.ih-item .info a,.scheme_original .post_content.ih-item .info a > span{color:#1d1e23;}.scheme_light .post_content.ih-item .post_readmore .post_readmore_label,.scheme_light .post_content.ih-item .info a,.scheme_light .post_content.ih-item .info a > span{color:#1d1e23;}.scheme_dark .post_content.ih-item .post_readmore .post_readmore_label,.scheme_dark .post_content.ih-item .info a,.scheme_dark .post_content.ih-item .info a > span{color:#1d1e23;}.scheme_original .post_content.ih-item .post_readmore:hover .post_readmore_label,.scheme_original .post_content.ih-item .info a:hover,.scheme_original .post_content.ih-item .info a:hover > span{color:#1d1e23;}.scheme_light .post_content.ih-item .post_readmore:hover .post_readmore_label,.scheme_light .post_content.ih-item .info a:hover,.scheme_light .post_content.ih-item .info a:hover > span{color:#1d1e23;}.scheme_dark .post_content.ih-item .post_readmore:hover .post_readmore_label,.scheme_dark .post_content.ih-item .info a:hover,.scheme_dark .post_content.ih-item .info a:hover > span{color:#1d1e23;}.scheme_original td,.scheme_original th{border-color:#343539;}.scheme_light td,.scheme_light th{border-color:#343539;}.scheme_dark td,.scheme_dark th{border-color:#343539;}.scheme_original .sc_table table tr:first-child{background-color:#fff;}.scheme_light .sc_table table tr:first-child{background-color:#f6f6f6;}.scheme_dark .sc_table table tr:first-child{background-color:#121215;}.scheme_original .sc_table table tr:first-child{color:#000;}.scheme_light .sc_table table tr:first-child{color:#808080;}.scheme_dark .sc_table table tr:first-child{color:#fff;}.scheme_original pre.code,.scheme_original #toc .toc_item.current,.scheme_original #toc .toc_item:hover{border-color:#fff;}.scheme_light pre.code,.scheme_light #toc .toc_item.current,.scheme_light #toc .toc_item:hover{border-color:#fff;}.scheme_dark pre.code,.scheme_dark #toc .toc_item.current,.scheme_dark #toc .toc_item:hover{border-color:#fff;}.scheme_original ::selection,.scheme_original ::-moz-selection{background-color:#fff;}.scheme_light ::selection,.scheme_light ::-moz-selection{background-color:#fff;}.scheme_dark ::selection,.scheme_dark ::-moz-selection{background-color:#fff;}.scheme_original ::selection,.scheme_original ::-moz-selection{color:#1d1e23;}.scheme_light ::selection,.scheme_light ::-moz-selection{color:#1d1e23;}.scheme_dark ::selection,.scheme_dark ::-moz-selection{color:#1d1e23;}input[type="text"],input[type="number"],input[type="email"],input[type="search"],input[type="password"],select,textarea{line-height:1.2857em;}.scheme_original input[type="text"],.scheme_original input[type="number"],.scheme_original input[type="email"],.scheme_original input[type="search"],.scheme_original input[type="password"],.scheme_original select,.scheme_original textarea{color:#808080;}.scheme_light input[type="text"],.scheme_light input[type="number"],.scheme_light input[type="email"],.scheme_light input[type="search"],.scheme_light input[type="password"],.scheme_light select,.scheme_light textarea{color:#808080;}.scheme_dark input[type="text"],.scheme_dark input[type="number"],.scheme_dark input[type="email"],.scheme_dark input[type="search"],.scheme_dark input[type="password"],.scheme_dark select,.scheme_dark textarea{color:#808080;}.scheme_original input[type="text"],.scheme_original input[type="number"],.scheme_original input[type="email"],.scheme_original input[type="search"],.scheme_original input[type="password"],.scheme_original select,.scheme_original textarea{background-color:#121215;}.scheme_light input[type="text"],.scheme_light input[type="number"],.scheme_light input[type="email"],.scheme_light input[type="search"],.scheme_light input[type="password"],.scheme_light select,.scheme_light textarea{background-color:#f6f6f6;}.scheme_dark input[type="text"],.scheme_dark input[type="number"],.scheme_dark input[type="email"],.scheme_dark input[type="search"],.scheme_dark input[type="password"],.scheme_dark select,.scheme_dark textarea{background-color:#121215;}.scheme_original input[type="text"]:focus,.scheme_original input[type="number"]:focus,.scheme_original input[type="email"]:focus,.scheme_original input[type="search"]:focus,.scheme_original input[type="password"]:focus,.scheme_original select:focus,.scheme_original textarea:focus{color:#808080;}.scheme_light input[type="text"]:focus,.scheme_light input[type="number"]:focus,.scheme_light input[type="email"]:focus,.scheme_light input[type="search"]:focus,.scheme_light input[type="password"]:focus,.scheme_light select:focus,.scheme_light textarea:focus{color:#808080;}.scheme_dark input[type="text"]:focus,.scheme_dark input[type="number"]:focus,.scheme_dark input[type="email"]:focus,.scheme_dark input[type="search"]:focus,.scheme_dark input[type="password"]:focus,.scheme_dark select:focus,.scheme_dark textarea:focus{color:#808080;}.scheme_original input[type="text"]:focus,.scheme_original input[type="number"]:focus,.scheme_original input[type="email"]:focus,.scheme_original input[type="search"]:focus,.scheme_original input[type="password"]:focus,.scheme_original select:focus,.scheme_original textarea:focus{background-color:#000;}.scheme_light input[type="text"]:focus,.scheme_light input[type="number"]:focus,.scheme_light input[type="email"]:focus,.scheme_light input[type="search"]:focus,.scheme_light input[type="password"]:focus,.scheme_light select:focus,.scheme_light textarea:focus{background-color:#f6f6f6;}.scheme_dark input[type="text"]:focus,.scheme_dark input[type="number"]:focus,.scheme_dark input[type="email"]:focus,.scheme_dark input[type="search"]:focus,.scheme_dark input[type="password"]:focus,.scheme_dark select:focus,.scheme_dark textarea:focus{background-color:#000;}.scheme_original input[type="text"]::-webkit-input-placeholder,.scheme_original input[type="number"]::-webkit-input-placeholder,.scheme_original input[type="email"]::-webkit-input-placeholder,.scheme_original input[type="search"]::-webkit-input-placeholder,.scheme_original input[type="password"]::-webkit-input-placeholder,.scheme_original select::-webkit-input-placeholder,.scheme_original textarea::-webkit-input-placeholder{color:#808080;}.scheme_light input[type="text"]::-webkit-input-placeholder,.scheme_light input[type="number"]::-webkit-input-placeholder,.scheme_light input[type="email"]::-webkit-input-placeholder,.scheme_light input[type="search"]::-webkit-input-placeholder,.scheme_light input[type="password"]::-webkit-input-placeholder,.scheme_light select::-webkit-input-placeholder,.scheme_light textarea::-webkit-input-placeholder{color:#808080;}.scheme_dark input[type="text"]::-webkit-input-placeholder,.scheme_dark input[type="number"]::-webkit-input-placeholder,.scheme_dark input[type="email"]::-webkit-input-placeholder,.scheme_dark input[type="search"]::-webkit-input-placeholder,.scheme_dark input[type="password"]::-webkit-input-placeholder,.scheme_dark select::-webkit-input-placeholder,.scheme_dark textarea::-webkit-input-placeholder{color:#808080;}.scheme_original input[type="text"]::-moz-placeholder,.scheme_original input[type="number"]::-moz-placeholder,.scheme_original input[type="email"]::-moz-placeholder,.scheme_original input[type="search"]::-moz-placeholder,.scheme_original input[type="password"]::-moz-placeholder,.scheme_original select::-moz-placeholder,.scheme_original textarea::-moz-placeholder{color:#808080;}.scheme_light input[type="text"]::-moz-placeholder,.scheme_light input[type="number"]::-moz-placeholder,.scheme_light input[type="email"]::-moz-placeholder,.scheme_light input[type="search"]::-moz-placeholder,.scheme_light input[type="password"]::-moz-placeholder,.scheme_light select::-moz-placeholder,.scheme_light textarea::-moz-placeholder{color:#808080;}.scheme_dark input[type="text"]::-moz-placeholder,.scheme_dark input[type="number"]::-moz-placeholder,.scheme_dark input[type="email"]::-moz-placeholder,.scheme_dark input[type="search"]::-moz-placeholder,.scheme_dark input[type="password"]::-moz-placeholder,.scheme_dark select::-moz-placeholder,.scheme_dark textarea::-moz-placeholder{color:#808080;}.scheme_original input[type="text"]:-moz-placeholder,.scheme_original input[type="number"]:-moz-placeholder,.scheme_original input[type="email"]:-moz-placeholder,.scheme_original input[type="search"]:-moz-placeholder,.scheme_original input[type="password"]:-moz-placeholder,.scheme_original select:-moz-placeholder,.scheme_original textarea:-moz-placeholder{color:#808080;}.scheme_light input[type="text"]:-moz-placeholder,.scheme_light input[type="number"]:-moz-placeholder,.scheme_light input[type="email"]:-moz-placeholder,.scheme_light input[type="search"]:-moz-placeholder,.scheme_light input[type="password"]:-moz-placeholder,.scheme_light select:-moz-placeholder,.scheme_light textarea:-moz-placeholder{color:#808080;}.scheme_dark input[type="text"]:-moz-placeholder,.scheme_dark input[type="number"]:-moz-placeholder,.scheme_dark input[type="email"]:-moz-placeholder,.scheme_dark input[type="search"]:-moz-placeholder,.scheme_dark input[type="password"]:-moz-placeholder,.scheme_dark select:-moz-placeholder,.scheme_dark textarea:-moz-placeholder{color:#808080;}.scheme_original input[type="text"]:-ms-input-placeholder,.scheme_original input[type="number"]:-ms-input-placeholder,.scheme_original input[type="email"]:-ms-input-placeholder,.scheme_original input[type="search"]:-ms-input-placeholder,.scheme_original input[type="password"]:-ms-input-placeholder,.scheme_original select:-ms-input-placeholder,.scheme_original textarea:-ms-input-placeholder{color:#808080;}.scheme_light input[type="text"]:-ms-input-placeholder,.scheme_light input[type="number"]:-ms-input-placeholder,.scheme_light input[type="email"]:-ms-input-placeholder,.scheme_light input[type="search"]:-ms-input-placeholder,.scheme_light input[type="password"]:-ms-input-placeholder,.scheme_light select:-ms-input-placeholder,.scheme_light textarea:-ms-input-placeholder{color:#808080;}.scheme_dark input[type="text"]:-ms-input-placeholder,.scheme_dark input[type="number"]:-ms-input-placeholder,.scheme_dark input[type="email"]:-ms-input-placeholder,.scheme_dark input[type="search"]:-ms-input-placeholder,.scheme_dark input[type="password"]:-ms-input-placeholder,.scheme_dark select:-ms-input-placeholder,.scheme_dark textarea:-ms-input-placeholder{color:#808080;}.scheme_original .search_style_button input[type="text"].search_field{border-color:#000;}.scheme_light .search_style_button input[type="text"].search_field{border-color:#000;}.scheme_dark .search_style_button input[type="text"].search_field{border-color:#000;}.scheme_original .body_style_boxed .body_wrap{background-color:#1d1e23;}.scheme_light .body_style_boxed .body_wrap{background-color:#1d1e23;}.scheme_dark .body_style_boxed .body_wrap{background-color:#1d1e23;}.scheme_original body,.scheme_original .copy_wrap,.scheme_original .sidebar_cart,.scheme_original .widget_area_inner,.scheme_original #page_preloader{background-color:#1d1e23;}.scheme_light body,.scheme_light .copy_wrap,.scheme_light .sidebar_cart,.scheme_light .widget_area_inner,.scheme_light #page_preloader{background-color:#1d1e23;}.scheme_dark body,.scheme_dark .copy_wrap,.scheme_dark .sidebar_cart,.scheme_dark .widget_area_inner,.scheme_dark #page_preloader{background-color:#1d1e23;}.scheme_original .article_style_boxed .content > article > .post_content,.scheme_original .article_style_boxed[class*="single-"] .content > .comments_wrap,.scheme_original .article_style_boxed[class*="single-"] .content > article > .post_info_share,.scheme_original .article_style_boxed:not(.layout_excerpt):not(.single) .content .post_item{background-color:#121215;}.scheme_light .article_style_boxed .content > article > .post_content,.scheme_light .article_style_boxed[class*="single-"] .content > .comments_wrap,.scheme_light .article_style_boxed[class*="single-"] .content > article > .post_info_share,.scheme_light .article_style_boxed:not(.layout_excerpt):not(.single) .content .post_item{background-color:#f6f6f6;}.scheme_dark .article_style_boxed .content > article > .post_content,.scheme_dark .article_style_boxed[class*="single-"] .content > .comments_wrap,.scheme_dark .article_style_boxed[class*="single-"] .content > article > .post_info_share,.scheme_dark .article_style_boxed:not(.layout_excerpt):not(.single) .content .post_item{background-color:#121215;}.scheme_original .top_panel_wrap_inner{background-color:#1d1e23;}.scheme_light .top_panel_wrap_inner{background-color:#1d1e23;}.scheme_dark .top_panel_wrap_inner{background-color:#1d1e23;}.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner{background-color:#121215;}.scheme_light .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner{background-color:#f6f6f6;}.scheme_dark .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner{background-color:#121215;}.scheme_original .top_panel_inner_style_3 .top_panel_cart_button,.scheme_original .top_panel_inner_style_4 .top_panel_cart_button{background-color:rgba(254,165,38,0.2);}.scheme_light .top_panel_inner_style_3 .top_panel_cart_button,.scheme_light .top_panel_inner_style_4 .top_panel_cart_button{background-color:rgba(254,165,38,0.2);}.scheme_dark .top_panel_inner_style_3 .top_panel_cart_button,.scheme_dark .top_panel_inner_style_4 .top_panel_cart_button{background-color:rgba(254,165,38,0.2);}.scheme_original .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before{background-color:#fff;}.scheme_light .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before{background-color:#fff;}.scheme_dark .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before{background-color:#fff;}.scheme_original .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after{color:#1d1e23;}.scheme_light .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after{color:#1d1e23;}.scheme_dark .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after{color:#1d1e23;}.scheme_original .top_panel_middle .sidebar_cart:after,.scheme_original .top_panel_middle .sidebar_cart,.scheme_original body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){border-color:#000;}.scheme_light .top_panel_middle .sidebar_cart:after,.scheme_light .top_panel_middle .sidebar_cart,.scheme_light body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){border-color:#f6f6f6;}.scheme_dark .top_panel_middle .sidebar_cart:after,.scheme_dark .top_panel_middle .sidebar_cart,.scheme_dark body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){border-color:#000;}.scheme_original .top_panel_middle .sidebar_cart:after,.scheme_original .top_panel_middle .sidebar_cart,.scheme_original body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){background-color:#000;}.scheme_light .top_panel_middle .sidebar_cart:after,.scheme_light .top_panel_middle .sidebar_cart,.scheme_light body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){background-color:#f6f6f6;}.scheme_dark .top_panel_middle .sidebar_cart:after,.scheme_dark .top_panel_middle .sidebar_cart,.scheme_dark body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){background-color:#000;}.scheme_original .top_panel_top{background-color:#121215;}.scheme_light .top_panel_top{background-color:#f6f6f6;}.scheme_dark .top_panel_top{background-color:#121215;}.scheme_original .top_panel_inner_style_3 .top_panel_top,.scheme_original .top_panel_inner_style_4 .top_panel_top,.scheme_original .top_panel_inner_style_5 .top_panel_top,.scheme_original .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_original .top_panel_inner_style_4 .top_panel_top .sidebar_cart{color:#1d1e23;}.scheme_light .top_panel_inner_style_3 .top_panel_top,.scheme_light .top_panel_inner_style_4 .top_panel_top,.scheme_light .top_panel_inner_style_5 .top_panel_top,.scheme_light .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_light .top_panel_inner_style_4 .top_panel_top .sidebar_cart{color:#1d1e23;}.scheme_dark .top_panel_inner_style_3 .top_panel_top,.scheme_dark .top_panel_inner_style_4 .top_panel_top,.scheme_dark .top_panel_inner_style_5 .top_panel_top,.scheme_dark .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_dark .top_panel_inner_style_4 .top_panel_top .sidebar_cart{color:#1d1e23;}.scheme_original .top_panel_inner_style_3 .top_panel_top,.scheme_original .top_panel_inner_style_4 .top_panel_top,.scheme_original .top_panel_inner_style_5 .top_panel_top,.scheme_original .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_original .top_panel_inner_style_4 .top_panel_top .sidebar_cart{background-color:#fff;}.scheme_light .top_panel_inner_style_3 .top_panel_top,.scheme_light .top_panel_inner_style_4 .top_panel_top,.scheme_light .top_panel_inner_style_5 .top_panel_top,.scheme_light .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_light .top_panel_inner_style_4 .top_panel_top .sidebar_cart{background-color:#fff;}.scheme_dark .top_panel_inner_style_3 .top_panel_top,.scheme_dark .top_panel_inner_style_4 .top_panel_top,.scheme_dark .top_panel_inner_style_5 .top_panel_top,.scheme_dark .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_dark .top_panel_inner_style_4 .top_panel_top .sidebar_cart{background-color:#fff;}.scheme_original .top_panel_top a{color:#808080;}.scheme_light .top_panel_top a{color:#808080;}.scheme_dark .top_panel_top a{color:#808080;}.scheme_original .top_panel_top a:hover{color:#581214;}.scheme_light .top_panel_top a:hover{color:#581214;}.scheme_dark .top_panel_top a:hover{color:#581214;}.scheme_original .top_panel_inner_style_3 .top_panel_top a,.scheme_original .top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a,.scheme_original .top_panel_inner_style_4 .top_panel_top a,.scheme_original .top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a,.scheme_original .top_panel_inner_style_5 .top_panel_top a,.scheme_original .top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a{color:#1d1e23;}.scheme_light .top_panel_inner_style_3 .top_panel_top a,.scheme_light .top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a,.scheme_light .top_panel_inner_style_4 .top_panel_top a,.scheme_light .top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a,.scheme_light .top_panel_inner_style_5 .top_panel_top a,.scheme_light .top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a{color:#1d1e23;}.scheme_dark .top_panel_inner_style_3 .top_panel_top a,.scheme_dark .top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a,.scheme_dark .top_panel_inner_style_4 .top_panel_top a,.scheme_dark .top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a,.scheme_dark .top_panel_inner_style_5 .top_panel_top a,.scheme_dark .top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a{color:#1d1e23;}.scheme_original .top_panel_inner_style_3 .search_results .post_info a > span,.scheme_original .top_panel_inner_style_3 .search_results .post_info a[class*="icon-"]{color:#1d1e23;}.scheme_light .top_panel_inner_style_3 .search_results .post_info a > span,.scheme_light .top_panel_inner_style_3 .search_results .post_info a[class*="icon-"]{color:#1d1e23;}.scheme_dark .top_panel_inner_style_3 .search_results .post_info a > span,.scheme_dark .top_panel_inner_style_3 .search_results .post_info a[class*="icon-"]{color:#1d1e23;}.scheme_original .top_panel_inner_style_3 .search_results .post_info a[class*="icon-"]:hover{color:#581214;}.scheme_light .top_panel_inner_style_3 .search_results .post_info a[class*="icon-"]:hover{color:#581214;}.scheme_dark .top_panel_inner_style_3 .search_results .post_info a[class*="icon-"]:hover{color:#581214;}.scheme_original .top_panel_wrap .widget_shopping_cart ul.cart_list > li a{color:#b4b4b4;}.scheme_light .top_panel_wrap .widget_shopping_cart ul.cart_list > li a{color:#b4b4b4;}.scheme_dark .top_panel_wrap .widget_shopping_cart ul.cart_list > li a{color:#b4b4b4;}.scheme_original .top_panel_wrap .widget_shopping_cart ul.cart_list > li a:hover{color:#581214;}.scheme_light .top_panel_wrap .widget_shopping_cart ul.cart_list > li a:hover{color:#581214;}.scheme_dark .top_panel_wrap .widget_shopping_cart ul.cart_list > li a:hover{color:#581214;}.scheme_original .top_panel_wrap .widget_shopping_cart ul.cart_list > li .quantity{color:#808080;}.scheme_light .top_panel_wrap .widget_shopping_cart ul.cart_list > li .quantity{color:#808080;}.scheme_dark .top_panel_wrap .widget_shopping_cart ul.cart_list > li .quantity{color:#808080;}.scheme_original .search_results.widget_area .post_item + .post_item{border-color:#343539;}.scheme_light .search_results.widget_area .post_item + .post_item{border-color:#343539;}.scheme_dark .search_results.widget_area .post_item + .post_item{border-color:#343539;}.scheme_original .top_panel_top_open_hours:before,.scheme_original .top_panel_top_open_hours span,.scheme_original .top_panel_top .sc_socials.sc_socials_type_icons a{color:#b4b4b4;}.scheme_light .top_panel_top_open_hours:before,.scheme_light .top_panel_top_open_hours span,.scheme_light .top_panel_top .sc_socials.sc_socials_type_icons a{color:#b4b4b4;}.scheme_dark .top_panel_top_open_hours:before,.scheme_dark .top_panel_top_open_hours span,.scheme_dark .top_panel_top .sc_socials.sc_socials_type_icons a{color:#b4b4b4;}.scheme_original .menu_user_nav > li > a{color:#b4b4b4;}.scheme_light .menu_user_nav > li > a{color:#b4b4b4;}.scheme_dark .menu_user_nav > li > a{color:#b4b4b4;}.scheme_original .menu_user_nav > li > a:hover{color:#581214;}.scheme_light .menu_user_nav > li > a:hover{color:#581214;}.scheme_dark .menu_user_nav > li > a:hover{color:#581214;}.scheme_original .top_panel_inner_style_3 .menu_user_nav > li > a,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li > a,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li > a{color:#1d1e23;}.scheme_light .top_panel_inner_style_3 .menu_user_nav > li > a,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li > a,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li > a{color:#1d1e23;}.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li > a,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li > a,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li > a{color:#1d1e23;}.scheme_original .top_panel_inner_style_3 .menu_user_nav > li > a:hover,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li > a:hover,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li > a:hover{color:#581214;}.scheme_light .top_panel_inner_style_3 .menu_user_nav > li > a:hover,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li > a:hover,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li > a:hover{color:#581214;}.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li > a:hover,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li > a:hover,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li > a:hover{color:#581214;}.scheme_original .menu_user_nav > li ul:not(.cart_list){border-color:#343539;}.scheme_light .menu_user_nav > li ul:not(.cart_list){border-color:#343539;}.scheme_dark .menu_user_nav > li ul:not(.cart_list){border-color:#343539;}.scheme_original .menu_user_nav > li ul:not(.cart_list){background-color:#1d1e23;}.scheme_light .menu_user_nav > li ul:not(.cart_list){background-color:#1d1e23;}.scheme_dark .menu_user_nav > li ul:not(.cart_list){background-color:#1d1e23;}.scheme_original .top_panel_wrap_inner .menu_user_nav > li > ul:after,.scheme_original .top_panel_inner_style_2 .menu_user_nav > li > ul:after{border-color:#343539;}.scheme_light .top_panel_wrap_inner .menu_user_nav > li > ul:after,.scheme_light .top_panel_inner_style_2 .menu_user_nav > li > ul:after{border-color:#343539;}.scheme_dark .top_panel_wrap_inner .menu_user_nav > li > ul:after,.scheme_dark .top_panel_inner_style_2 .menu_user_nav > li > ul:after{border-color:#343539;}.scheme_original .top_panel_wrap_inner .menu_user_nav > li > ul:after,.scheme_original .top_panel_inner_style_2 .menu_user_nav > li > ul:after{background-color:#1d1e23;}.scheme_light .top_panel_wrap_inner .menu_user_nav > li > ul:after,.scheme_light .top_panel_inner_style_2 .menu_user_nav > li > ul:after{background-color:#1d1e23;}.scheme_dark .top_panel_wrap_inner .menu_user_nav > li > ul:after,.scheme_dark .top_panel_inner_style_2 .menu_user_nav > li > ul:after{background-color:#1d1e23;}.scheme_original .top_panel_inner_style_3 .menu_user_nav > li > ul:after,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li > ul:after,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li > ul:after,.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul{color:#1d1e23;}.scheme_light .top_panel_inner_style_3 .menu_user_nav > li > ul:after,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li > ul:after,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li > ul:after,.scheme_light .top_panel_inner_style_3 .menu_user_nav > li ul,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li ul,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li ul{color:#1d1e23;}.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li > ul:after,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li > ul:after,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li > ul:after,.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul{color:#1d1e23;}.scheme_original .top_panel_inner_style_3 .menu_user_nav > li > ul:after,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li > ul:after,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li > ul:after,.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul{background-color:#fff;}.scheme_light .top_panel_inner_style_3 .menu_user_nav > li > ul:after,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li > ul:after,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li > ul:after,.scheme_light .top_panel_inner_style_3 .menu_user_nav > li ul,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li ul,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li ul{background-color:#fff;}.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li > ul:after,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li > ul:after,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li > ul:after,.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul{background-color:#fff;}.scheme_original .top_panel_inner_style_3 .menu_user_nav > li > ul:after,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li > ul:after,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li > ul:after,.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul{border-color:#581214;}.scheme_light .top_panel_inner_style_3 .menu_user_nav > li > ul:after,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li > ul:after,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li > ul:after,.scheme_light .top_panel_inner_style_3 .menu_user_nav > li ul,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li ul,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li ul{border-color:#581214;}.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li > ul:after,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li > ul:after,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li > ul:after,.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul{border-color:#581214;}.scheme_original .menu_user_nav > li ul li a{color:#808080;}.scheme_light .menu_user_nav > li ul li a{color:#808080;}.scheme_dark .menu_user_nav > li ul li a{color:#808080;}.scheme_original .menu_user_nav > li ul li a:hover,.scheme_original .menu_user_nav > li ul li.current-menu-item > a,.scheme_original .menu_user_nav > li ul li.current-menu-ancestor > a{color:#fff;}.scheme_light .menu_user_nav > li ul li a:hover,.scheme_light .menu_user_nav > li ul li.current-menu-item > a,.scheme_light .menu_user_nav > li ul li.current-menu-ancestor > a{color:#808080;}.scheme_dark .menu_user_nav > li ul li a:hover,.scheme_dark .menu_user_nav > li ul li.current-menu-item > a,.scheme_dark .menu_user_nav > li ul li.current-menu-ancestor > a{color:#fff;}.scheme_original .menu_user_nav > li ul li a:hover,.scheme_original .menu_user_nav > li ul li.current-menu-item > a,.scheme_original .menu_user_nav > li ul li.current-menu-ancestor > a{background-color:#000;}.scheme_light .menu_user_nav > li ul li a:hover,.scheme_light .menu_user_nav > li ul li.current-menu-item > a,.scheme_light .menu_user_nav > li ul li.current-menu-ancestor > a{background-color:#f6f6f6;}.scheme_dark .menu_user_nav > li ul li a:hover,.scheme_dark .menu_user_nav > li ul li.current-menu-item > a,.scheme_dark .menu_user_nav > li ul li.current-menu-ancestor > a{background-color:#000;}.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul li a:hover,.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul li.current-menu-item > a,.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul li.current-menu-ancestor > a,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul li a:hover,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul li.current-menu-item > a,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul li.current-menu-ancestor > a,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul li a:hover,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul li.current-menu-item > a,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul li.current-menu-ancestor > a{background-color:#581214;}.scheme_light .top_panel_inner_style_3 .menu_user_nav > li ul li a:hover,.scheme_light .top_panel_inner_style_3 .menu_user_nav > li ul li.current-menu-item > a,.scheme_light .top_panel_inner_style_3 .menu_user_nav > li ul li.current-menu-ancestor > a,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li ul li a:hover,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li ul li.current-menu-item > a,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li ul li.current-menu-ancestor > a,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li ul li a:hover,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li ul li.current-menu-item > a,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li ul li.current-menu-ancestor > a{background-color:#581214;}.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul li a:hover,.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul li.current-menu-item > a,.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul li.current-menu-ancestor > a,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul li a:hover,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul li.current-menu-item > a,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul li.current-menu-ancestor > a,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul li a:hover,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul li.current-menu-item > a,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul li.current-menu-ancestor > a{background-color:#581214;}.scheme_original .menu_user_nav > li.menu_user_controls .user_avatar{border-color:#343539;}.scheme_light .menu_user_nav > li.menu_user_controls .user_avatar{border-color:#343539;}.scheme_dark .menu_user_nav > li.menu_user_controls .user_avatar{border-color:#343539;}.scheme_original .top_panel_inner_style_3 .menu_user_nav > li.menu_user_controls .user_avatar,.scheme_original .top_panel_inner_style_4 .menu_user_nav > li.menu_user_controls .user_avatar,.scheme_original .top_panel_inner_style_5 .menu_user_nav > li.menu_user_controls .user_avatar{border-color:#1d1e23;}.scheme_light .top_panel_inner_style_3 .menu_user_nav > li.menu_user_controls .user_avatar,.scheme_light .top_panel_inner_style_4 .menu_user_nav > li.menu_user_controls .user_avatar,.scheme_light .top_panel_inner_style_5 .menu_user_nav > li.menu_user_controls .user_avatar{border-color:#1d1e23;}.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li.menu_user_controls .user_avatar,.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li.menu_user_controls .user_avatar,.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li.menu_user_controls .user_avatar{border-color:#1d1e23;}.scheme_original .menu_user_nav > li.menu_user_bookmarks .bookmarks_add{border-bottom-color:#121215;}.scheme_light .menu_user_nav > li.menu_user_bookmarks .bookmarks_add{border-bottom-color:#121215;}.scheme_dark .menu_user_nav > li.menu_user_bookmarks .bookmarks_add{border-bottom-color:#121215;}.scheme_original .top_panel_middle{background-color:#1d1e23;}.scheme_light .top_panel_middle{background-color:#1d1e23;}.scheme_dark .top_panel_middle{background-color:#1d1e23;}.scheme_original .top_panel_position_over.top_panel_middle{background-color:rgba(18,18,21,0.75);}.scheme_light .top_panel_position_over.top_panel_middle{background-color:rgba(246,246,246,0.75);}.scheme_dark .top_panel_position_over.top_panel_middle{background-color:rgba(18,18,21,0.75);}.top_panel_middle .logo{margin-top:1.45em;margin-bottom:1.45em;}.logo .logo_text{font-size:2.8571em;line-height:0.75em;font-weight:700;}.scheme_original .logo .logo_text{color:#fff;}.scheme_light .logo .logo_text{color:#1d1e23;}.scheme_dark .logo .logo_text{color:#fff;}.scheme_original .logo .logo_slogan{color:#808080;}.scheme_light .logo .logo_slogan{color:#808080;}.scheme_dark .logo .logo_slogan{color:#808080;}.top_panel_middle .menu_main_wrap{margin-top:2.25em;}.top_panel_style_5 .top_panel_middle .logo{margin-bottom:0.725em;}.scheme_original .top_panel_bottom{background-color:#1d1e23;}.scheme_light .top_panel_bottom{background-color:#1d1e23;}.scheme_dark .top_panel_bottom{background-color:#1d1e23;}.scheme_original .top_panel_bottom{border-color:#121215;}.scheme_light .top_panel_bottom{border-color:#f6f6f6;}.scheme_dark .top_panel_bottom{border-color:#121215;}.scheme_original .top_panel_image_hover{background-color:rgba(254,165,38,0.8);}.scheme_light .top_panel_image_hover{background-color:rgba(254,165,38,0.8);}.scheme_dark .top_panel_image_hover{background-color:rgba(254,165,38,0.8);}.scheme_original .top_panel_image_header,.scheme_original .top_panel_image_title,.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_text,.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_slogan{color:#1d1e23;}.scheme_light .top_panel_image_header,.scheme_light .top_panel_image_title,.scheme_light .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_text,.scheme_light .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_slogan{color:#1d1e23;}.scheme_dark .top_panel_image_header,.scheme_dark .top_panel_image_title,.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_text,.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_slogan{color:#1d1e23;}.scheme_original .top_panel_image_header a,.scheme_original .top_panel_image_title > a,.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a{color:#1d1e23;}.scheme_light .top_panel_image_header a,.scheme_light .top_panel_image_title > a,.scheme_light .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a{color:#1d1e23;}.scheme_dark .top_panel_image_header a,.scheme_dark .top_panel_image_title > a,.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a{color:#1d1e23;}.scheme_original .post_featured .post_header a:hover,.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a:hover{color:#581214;}.scheme_light .post_featured .post_header a:hover,.scheme_light .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a:hover{color:#581214;}.scheme_dark .post_featured .post_header a:hover,.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a:hover{color:#581214;}.menu_main_nav > li > a{padding:0.708em 1.5em 0.708em;font-size:0.858em;line-height:1.2857em;}.scheme_original .menu_main_nav > li > a{color:#b4b4b4;}.scheme_light .menu_main_nav > li > a{color:#b4b4b4;}.scheme_dark .menu_main_nav > li > a{color:#b4b4b4;}.scheme_original .menu_main_nav > li > a:hover{color:#581214;}.scheme_light .menu_main_nav > li > a:hover{color:#581214;}.scheme_dark .menu_main_nav > li > a:hover{color:#581214;}.scheme_original .top_panel_wrap_inner .menu_main_nav > li > a{color:#b4b4b4;}.scheme_light .top_panel_wrap_inner .menu_main_nav > li > a{color:#b4b4b4;}.scheme_dark .top_panel_wrap_inner .menu_main_nav > li > a{color:#b4b4b4;}.scheme_original .top_panel_wrap_inner .menu_main_nav > li > a:hover{color:#581214;}.scheme_light .top_panel_wrap_inner .menu_main_nav > li > a:hover{color:#581214;}.scheme_dark .top_panel_wrap_inner .menu_main_nav > li > a:hover{color:#581214;}.scheme_original .menu_main_nav > li ul{color:#fff;}.scheme_light .menu_main_nav > li ul{color:#808080;}.scheme_dark .menu_main_nav > li ul{color:#fff;}.scheme_original .menu_main_nav > li ul{background-color:#121215;}.scheme_light .menu_main_nav > li ul{background-color:#f6f6f6;}.scheme_dark .menu_main_nav > li ul{background-color:#121215;}.scheme_original .menu_main_nav > li ul{border-color:#121215;}.scheme_light .menu_main_nav > li ul{border-color:#121215;}.scheme_dark .menu_main_nav > li ul{border-color:#121215;}.scheme_original .menu_main_nav > a:hover,.scheme_original .menu_main_nav > li.sfHover > a,.scheme_original .menu_main_nav > li#blob,.scheme_original .menu_main_nav > li.current-menu-item > a,.scheme_original .menu_main_nav > li.current-menu-parent > a,.scheme_original .menu_main_nav > li.current-menu-ancestor > a{color:#581214;}.scheme_light .menu_main_nav > a:hover,.scheme_light .menu_main_nav > li.sfHover > a,.scheme_light .menu_main_nav > li#blob,.scheme_light .menu_main_nav > li.current-menu-item > a,.scheme_light .menu_main_nav > li.current-menu-parent > a,.scheme_light .menu_main_nav > li.current-menu-ancestor > a{color:#581214;}.scheme_dark .menu_main_nav > a:hover,.scheme_dark .menu_main_nav > li.sfHover > a,.scheme_dark .menu_main_nav > li#blob,.scheme_dark .menu_main_nav > li.current-menu-item > a,.scheme_dark .menu_main_nav > li.current-menu-parent > a,.scheme_dark .menu_main_nav > li.current-menu-ancestor > a{color:#581214;}.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul,.scheme_original .top_panel_inner_style_2 .menu_main_nav > li ul{border-color:#343539;}.scheme_light .top_panel_wrap_inner .menu_main_nav > li ul,.scheme_light .top_panel_inner_style_2 .menu_main_nav > li ul{border-color:#343539;}.scheme_dark .top_panel_wrap_inner .menu_main_nav > li ul,.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li ul{border-color:#343539;}.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul,.scheme_original .top_panel_inner_style_2 .menu_main_nav > li ul{background-color:#1d1e23;}.scheme_light .top_panel_wrap_inner .menu_main_nav > li ul,.scheme_light .top_panel_inner_style_2 .menu_main_nav > li ul{background-color:#1d1e23;}.scheme_dark .top_panel_wrap_inner .menu_main_nav > li ul,.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li ul{background-color:#1d1e23;}.scheme_original .top_panel_wrap_inner .menu_main_nav > a:hover,.scheme_original .top_panel_wrap_inner .menu_main_nav > li.sfHover > a,.scheme_original .top_panel_wrap_inner .menu_main_nav > li#blob,.scheme_original .top_panel_wrap_inner .menu_main_nav > li.current-menu-item > a,.scheme_original .top_panel_wrap_inner .menu_main_nav > li.current-menu-parent > a,.scheme_original .top_panel_wrap_inner .menu_main_nav > li.current-menu-ancestor > a{color:#581214;}.scheme_light .top_panel_wrap_inner .menu_main_nav > a:hover,.scheme_light .top_panel_wrap_inner .menu_main_nav > li.sfHover > a,.scheme_light .top_panel_wrap_inner .menu_main_nav > li#blob,.scheme_light .top_panel_wrap_inner .menu_main_nav > li.current-menu-item > a,.scheme_light .top_panel_wrap_inner .menu_main_nav > li.current-menu-parent > a,.scheme_light .top_panel_wrap_inner .menu_main_nav > li.current-menu-ancestor > a{color:#581214;}.scheme_dark .top_panel_wrap_inner .menu_main_nav > a:hover,.scheme_dark .top_panel_wrap_inner .menu_main_nav > li.sfHover > a,.scheme_dark .top_panel_wrap_inner .menu_main_nav > li#blob,.scheme_dark .top_panel_wrap_inner .menu_main_nav > li.current-menu-item > a,.scheme_dark .top_panel_wrap_inner .menu_main_nav > li.current-menu-parent > a,.scheme_dark .top_panel_wrap_inner .menu_main_nav > li.current-menu-ancestor > a{color:#581214;}.menu_main_nav > li > ul{font-size:0.858em;line-height:1.2857em;}.menu_main_nav > li > ul{top:4.7017em;}.menu_main_nav > li ul li a{padding:inherit 1.5em inherit;}.scheme_original .menu_main_nav > li ul li a{color:#fff;}.scheme_light .menu_main_nav > li ul li a{color:#808080;}.scheme_dark .menu_main_nav > li ul li a{color:#fff;}.scheme_original .menu_main_nav > li ul li a:hover,.scheme_original .menu_main_nav > li ul li.current-menu-item > a,.scheme_original .menu_main_nav > li ul li.current-menu-ancestor > a{color:#581214;}.scheme_light .menu_main_nav > li ul li a:hover,.scheme_light .menu_main_nav > li ul li.current-menu-item > a,.scheme_light .menu_main_nav > li ul li.current-menu-ancestor > a{color:#581214;}.scheme_dark .menu_main_nav > li ul li a:hover,.scheme_dark .menu_main_nav > li ul li.current-menu-item > a,.scheme_dark .menu_main_nav > li ul li.current-menu-ancestor > a{color:#581214;}.scheme_original .menu_main_nav > li ul li a:hover,.scheme_original .menu_main_nav > li ul li.current-menu-item > a,.scheme_original .menu_main_nav > li ul li.current-menu-ancestor > a{background-color:#000;}.scheme_light .menu_main_nav > li ul li a:hover,.scheme_light .menu_main_nav > li ul li.current-menu-item > a,.scheme_light .menu_main_nav > li ul li.current-menu-ancestor > a{background-color:#f6f6f6;}.scheme_dark .menu_main_nav > li ul li a:hover,.scheme_dark .menu_main_nav > li ul li.current-menu-item > a,.scheme_dark .menu_main_nav > li ul li.current-menu-ancestor > a{background-color:#000;}.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul li a{color:#b4b4b4;}.scheme_light .top_panel_wrap_inner .menu_main_nav > li ul li a{color:#b4b4b4;}.scheme_dark .top_panel_wrap_inner .menu_main_nav > li ul li a{color:#b4b4b4;}.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul li a:hover,.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-item > a,.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-ancestor > a{color:#fff;}.scheme_light .top_panel_wrap_inner .menu_main_nav > li ul li a:hover,.scheme_light .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-item > a,.scheme_light .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-ancestor > a{color:#fff;}.scheme_dark .top_panel_wrap_inner .menu_main_nav > li ul li a:hover,.scheme_dark .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-item > a,.scheme_dark .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-ancestor > a{color:#fff;}.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul li a:hover,.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-item > a,.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-ancestor > a{background-color:#581214;}.scheme_light .top_panel_wrap_inner .menu_main_nav > li ul li a:hover,.scheme_light .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-item > a,.scheme_light .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-ancestor > a{background-color:#581214;}.scheme_dark .top_panel_wrap_inner .menu_main_nav > li ul li a:hover,.scheme_dark .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-item > a,.scheme_dark .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-ancestor > a{background-color:#581214;}.scheme_original .top_panel_wrap_inner .search_wrap,.scheme_original .top_panel_inner_style_2 .search_wrap{border-color:rgba(29,30,35,0.1);}.scheme_light .top_panel_wrap_inner .search_wrap,.scheme_light .top_panel_inner_style_2 .search_wrap{border-color:rgba(29,30,35,0.1);}.scheme_dark .top_panel_wrap_inner .search_wrap,.scheme_dark .top_panel_inner_style_2 .search_wrap{border-color:rgba(29,30,35,0.1);}.scheme_original .search_wrap .search_results{background-color:#121215;}.scheme_light .search_wrap .search_results{background-color:#f6f6f6;}.scheme_dark .search_wrap .search_results{background-color:#121215;}.scheme_original .search_wrap .search_results{background-color:#121215;}.scheme_light .search_wrap .search_results{background-color:#f6f6f6;}.scheme_dark .search_wrap .search_results{background-color:#121215;}.scheme_original .top_panel_middle .contact_field,.scheme_original .top_panel_middle .contact_field > a{color:#fff;}.scheme_light .top_panel_middle .contact_field,.scheme_light .top_panel_middle .contact_field > a{color:#1d1e23;}.scheme_dark .top_panel_middle .contact_field,.scheme_dark .top_panel_middle .contact_field > a{color:#fff;}.scheme_original .top_panel_wrap .contact_field > .contact_email,.scheme_original .top_panel_wrap .contact_field > a > .contact_cart_totals,.scheme_original .top_panel_wrap .contact_field > .contact_address_2{color:#b4b4b4;}.scheme_light .top_panel_wrap .contact_field > .contact_email,.scheme_light .top_panel_wrap .contact_field > a > .contact_cart_totals,.scheme_light .top_panel_wrap .contact_field > .contact_address_2{color:#b4b4b4;}.scheme_dark .top_panel_wrap .contact_field > .contact_email,.scheme_dark .top_panel_wrap .contact_field > a > .contact_cart_totals,.scheme_dark .top_panel_wrap .contact_field > .contact_address_2{color:#b4b4b4;}.scheme_original .top_panel_middle .contact_icon{color:#fff;}.scheme_light .top_panel_middle .contact_icon{color:#1d1e23;}.scheme_dark .top_panel_middle .contact_icon{color:#fff;}.top_panel_bottom .search_wrap,.top_panel_inner_style_4 .search_wrap{padding-top:0.1em;}.scheme_original .top_panel_wrap_inner .search_state_opened .search_form_wrap,.scheme_original .top_panel_inner_style_2 .search_state_opened .search_form_wrap{background-color:#121215;}.scheme_light .top_panel_wrap_inner .search_state_opened .search_form_wrap,.scheme_light .top_panel_inner_style_2 .search_state_opened .search_form_wrap{background-color:#f6f6f6;}.scheme_dark .top_panel_wrap_inner .search_state_opened .search_form_wrap,.scheme_dark .top_panel_inner_style_2 .search_state_opened .search_form_wrap{background-color:#121215;}.scheme_original .top_panel_wrap_inner .search_state_closed .search_submit:before,.scheme_original .top_panel_inner_style_2 .search_state_closed .search_submit:before{color:#581214;}.scheme_light .top_panel_wrap_inner .search_state_closed .search_submit:before,.scheme_light .top_panel_inner_style_2 .search_state_closed .search_submit:before{color:#581214;}.scheme_dark .top_panel_wrap_inner .search_state_closed .search_submit:before,.scheme_dark .top_panel_inner_style_2 .search_state_closed .search_submit:before{color:#581214;}.scheme_original .top_panel_inner_style_4 .search_form_wrap{background-color:rgba(255,255,255,0.05);}.scheme_light .top_panel_inner_style_4 .search_form_wrap{background-color:rgba(29,30,35,0.05);}.scheme_dark .top_panel_inner_style_4 .search_form_wrap{background-color:rgba(255,255,255,0.05);}.scheme_original .content .search_form_wrap{background-color:#000;}.scheme_light .content .search_form_wrap{background-color:#f6f6f6;}.scheme_dark .content .search_form_wrap{background-color:#000;}.scheme_original .content .search_field,.scheme_original .content .search_submit{color:#808080;}.scheme_light .content .search_field,.scheme_light .content .search_submit{color:#808080;}.scheme_dark .content .search_field,.scheme_dark .content .search_submit{color:#808080;}.scheme_original .content .search_field:focus,.scheme_original .content .search_submit:hover{color:#fff;}.scheme_light .content .search_field:focus,.scheme_light .content .search_submit:hover{color:#808080;}.scheme_dark .content .search_field:focus,.scheme_dark .content .search_submit:hover{color:#fff;}.scheme_original .top_panel_wrap_inner .search_field,.scheme_original .top_panel_wrap_inner .search_submit,.scheme_original .top_panel_inner_style_2 .search_field,.scheme_original .top_panel_inner_style_2 .search_submit,.scheme_original .top_panel_inner_style_4 .search_field,.scheme_original .top_panel_inner_style_4 .search_submit{color:#808080;}.scheme_light .top_panel_wrap_inner .search_field,.scheme_light .top_panel_wrap_inner .search_submit,.scheme_light .top_panel_inner_style_2 .search_field,.scheme_light .top_panel_inner_style_2 .search_submit,.scheme_light .top_panel_inner_style_4 .search_field,.scheme_light .top_panel_inner_style_4 .search_submit{color:#808080;}.scheme_dark .top_panel_wrap_inner .search_field,.scheme_dark .top_panel_wrap_inner .search_submit,.scheme_dark .top_panel_inner_style_2 .search_field,.scheme_dark .top_panel_inner_style_2 .search_submit,.scheme_dark .top_panel_inner_style_4 .search_field,.scheme_dark .top_panel_inner_style_4 .search_submit{color:#808080;}.scheme_original .top_panel_inner_style_3 .search_field{color:#1d1e23;}.scheme_light .top_panel_inner_style_3 .search_field{color:#1d1e23;}.scheme_dark .top_panel_inner_style_3 .search_field{color:#1d1e23;}.scheme_original .top_panel_inner_style_8 .search_field:focus{color:#fff;}.scheme_light .top_panel_inner_style_8 .search_field:focus{color:#808080;}.scheme_dark .top_panel_inner_style_8 .search_field:focus{color:#fff;}.scheme_original .top_panel_inner_style_8 .search_field:focus{background-color:#000;}.scheme_light .top_panel_inner_style_8 .search_field:focus{background-color:#f6f6f6;}.scheme_dark .top_panel_inner_style_8 .search_field:focus{background-color:#000;}.top_panel_icon{margin:0.708em 0 0 1em;}.scheme_original .top_panel_icon.search_wrap{background-color:#1d1e23;}.scheme_light .top_panel_icon.search_wrap{background-color:#1d1e23;}.scheme_dark .top_panel_icon.search_wrap{background-color:#1d1e23;}.scheme_original .top_panel_icon.search_wrap{color:#fff;}.scheme_light .top_panel_icon.search_wrap{color:#fff;}.scheme_dark .top_panel_icon.search_wrap{color:#fff;}.scheme_original .top_panel_icon .contact_icon,.scheme_original .top_panel_icon .search_submit{color:#fff;}.scheme_light .top_panel_icon .contact_icon,.scheme_light .top_panel_icon .search_submit{color:#fff;}.scheme_dark .top_panel_icon .contact_icon,.scheme_dark .top_panel_icon .search_submit{color:#fff;}.scheme_original .top_panel_icon.search_wrap:hover,.scheme_original .top_panel_icon:hover .search_submit{background-color:#fff;}.scheme_light .top_panel_icon.search_wrap:hover,.scheme_light .top_panel_icon:hover .search_submit{background-color:#fff;}.scheme_dark .top_panel_icon.search_wrap:hover,.scheme_dark .top_panel_icon:hover .search_submit{background-color:#fff;}.scheme_original .top_panel_icon.search_wrap:hover input,.scheme_original .top_panel_icon.search_wrap:hover button,.scheme_original .top_panel_icon:hover .search_submit{color:#1d1e23;}.scheme_light .top_panel_icon.search_wrap:hover input,.scheme_light .top_panel_icon.search_wrap:hover button,.scheme_light .top_panel_icon:hover .search_submit{color:#1d1e23;}.scheme_dark .top_panel_icon.search_wrap:hover input,.scheme_dark .top_panel_icon.search_wrap:hover button,.scheme_dark .top_panel_icon:hover .search_submit{color:#1d1e23;}.scheme_original .search_results .post_more,.scheme_original .search_results .search_results_close{color:#fff;}.scheme_light .search_results .post_more,.scheme_light .search_results .search_results_close{color:#fff;}.scheme_dark .search_results .post_more,.scheme_dark .search_results .search_results_close{color:#fff;}.scheme_original .search_results .post_more:hover,.scheme_original .search_results .search_results_close:hover{color:#581214;}.scheme_light .search_results .post_more:hover,.scheme_light .search_results .search_results_close:hover{color:#581214;}.scheme_dark .search_results .post_more:hover,.scheme_dark .search_results .search_results_close:hover{color:#581214;}.scheme_original body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_wrap_inner .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_2 .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_3 .search_results:after{color:#808080;}.scheme_light body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_wrap_inner .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_2 .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_3 .search_results:after{color:#808080;}.scheme_dark body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_wrap_inner .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_2 .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_3 .search_results:after{color:#808080;}.scheme_original body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_wrap_inner .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_2 .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_3 .search_results:after{background-color:#000;}.scheme_light body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_wrap_inner .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_2 .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_3 .search_results:after{background-color:#f6f6f6;}.scheme_dark body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_wrap_inner .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_2 .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_3 .search_results:after{background-color:#000;}.scheme_original body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_wrap_inner .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_2 .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_3 .search_results:after{border-color:#000;}.scheme_light body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_wrap_inner .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_2 .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_3 .search_results:after{border-color:#f6f6f6;}.scheme_dark body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_wrap_inner .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_2 .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_3 .search_results:after{border-color:#000;}.scheme_original .top_panel_wrap_inner .search_results a,.scheme_original .top_panel_wrap_inner .search_results .post_info a,.scheme_original .top_panel_wrap_inner .search_results .post_info a > span,.scheme_original .top_panel_wrap_inner .search_results .post_more,.scheme_original .top_panel_wrap_inner .search_results .search_results_close,.scheme_original .top_panel_inner_style_2 .search_results a,.scheme_original .top_panel_inner_style_2 .search_results .post_info a,.scheme_original .top_panel_inner_style_2 .search_results .post_info a > span,.scheme_original .top_panel_inner_style_2 .search_results .post_more,.scheme_original .top_panel_inner_style_2 .search_results .search_results_close,.scheme_original .top_panel_inner_style_3 .search_results a,.scheme_original .top_panel_inner_style_3 .search_results .post_info a,.scheme_original .top_panel_inner_style_3 .search_results .post_info a > span,.scheme_original .top_panel_inner_style_3 .search_results .post_more,.scheme_original .top_panel_inner_style_3 .search_results .search_results_close{color:#808080;}.scheme_light .top_panel_wrap_inner .search_results a,.scheme_light .top_panel_wrap_inner .search_results .post_info a,.scheme_light .top_panel_wrap_inner .search_results .post_info a > span,.scheme_light .top_panel_wrap_inner .search_results .post_more,.scheme_light .top_panel_wrap_inner .search_results .search_results_close,.scheme_light .top_panel_inner_style_2 .search_results a,.scheme_light .top_panel_inner_style_2 .search_results .post_info a,.scheme_light .top_panel_inner_style_2 .search_results .post_info a > span,.scheme_light .top_panel_inner_style_2 .search_results .post_more,.scheme_light .top_panel_inner_style_2 .search_results .search_results_close,.scheme_light .top_panel_inner_style_3 .search_results a,.scheme_light .top_panel_inner_style_3 .search_results .post_info a,.scheme_light .top_panel_inner_style_3 .search_results .post_info a > span,.scheme_light .top_panel_inner_style_3 .search_results .post_more,.scheme_light .top_panel_inner_style_3 .search_results .search_results_close{color:#808080;}.scheme_dark .top_panel_wrap_inner .search_results a,.scheme_dark .top_panel_wrap_inner .search_results .post_info a,.scheme_dark .top_panel_wrap_inner .search_results .post_info a > span,.scheme_dark .top_panel_wrap_inner .search_results .post_more,.scheme_dark .top_panel_wrap_inner .search_results .search_results_close,.scheme_dark .top_panel_inner_style_2 .search_results a,.scheme_dark .top_panel_inner_style_2 .search_results .post_info a,.scheme_dark .top_panel_inner_style_2 .search_results .post_info a > span,.scheme_dark .top_panel_inner_style_2 .search_results .post_more,.scheme_dark .top_panel_inner_style_2 .search_results .search_results_close,.scheme_dark .top_panel_inner_style_3 .search_results a,.scheme_dark .top_panel_inner_style_3 .search_results .post_info a,.scheme_dark .top_panel_inner_style_3 .search_results .post_info a > span,.scheme_dark .top_panel_inner_style_3 .search_results .post_more,.scheme_dark .top_panel_inner_style_3 .search_results .search_results_close{color:#808080;}.scheme_original .top_panel_wrap_inner .search_results a:hover,.scheme_original .top_panel_wrap_inner .search_results .post_info a:hover,.scheme_original .top_panel_wrap_inner .search_results .post_info a:hover > span,.scheme_original .top_panel_wrap_inner .search_results .post_more:hover,.scheme_original .top_panel_wrap_inner .search_results .search_results_close:hover,.scheme_original .top_panel_inner_style_2 .search_results a:hover,.scheme_original .top_panel_inner_style_2 .search_results .post_info a:hover,.scheme_original .top_panel_inner_style_2 .search_results .post_info a:hover > span,.scheme_original .top_panel_inner_style_2 .search_results .post_more:hover,.scheme_original .top_panel_inner_style_2 .search_results .search_results_close:hover,.scheme_original .top_panel_inner_style_3 .search_results a:hover,.scheme_original .top_panel_inner_style_3 .search_results .post_info a:hover,.scheme_original .top_panel_inner_style_3 .search_results .post_info a:hover > span,.scheme_original .top_panel_inner_style_3 .search_results .post_more:hover,.scheme_original .top_panel_inner_style_3 .search_results .search_results_close:hover{color:#581214;}.scheme_light .top_panel_wrap_inner .search_results a:hover,.scheme_light .top_panel_wrap_inner .search_results .post_info a:hover,.scheme_light .top_panel_wrap_inner .search_results .post_info a:hover > span,.scheme_light .top_panel_wrap_inner .search_results .post_more:hover,.scheme_light .top_panel_wrap_inner .search_results .search_results_close:hover,.scheme_light .top_panel_inner_style_2 .search_results a:hover,.scheme_light .top_panel_inner_style_2 .search_results .post_info a:hover,.scheme_light .top_panel_inner_style_2 .search_results .post_info a:hover > span,.scheme_light .top_panel_inner_style_2 .search_results .post_more:hover,.scheme_light .top_panel_inner_style_2 .search_results .search_results_close:hover,.scheme_light .top_panel_inner_style_3 .search_results a:hover,.scheme_light .top_panel_inner_style_3 .search_results .post_info a:hover,.scheme_light .top_panel_inner_style_3 .search_results .post_info a:hover > span,.scheme_light .top_panel_inner_style_3 .search_results .post_more:hover,.scheme_light .top_panel_inner_style_3 .search_results .search_results_close:hover{color:#581214;}.scheme_dark .top_panel_wrap_inner .search_results a:hover,.scheme_dark .top_panel_wrap_inner .search_results .post_info a:hover,.scheme_dark .top_panel_wrap_inner .search_results .post_info a:hover > span,.scheme_dark .top_panel_wrap_inner .search_results .post_more:hover,.scheme_dark .top_panel_wrap_inner .search_results .search_results_close:hover,.scheme_dark .top_panel_inner_style_2 .search_results a:hover,.scheme_dark .top_panel_inner_style_2 .search_results .post_info a:hover,.scheme_dark .top_panel_inner_style_2 .search_results .post_info a:hover > span,.scheme_dark .top_panel_inner_style_2 .search_results .post_more:hover,.scheme_dark .top_panel_inner_style_2 .search_results .search_results_close:hover,.scheme_dark .top_panel_inner_style_3 .search_results a:hover,.scheme_dark .top_panel_inner_style_3 .search_results .post_info a:hover,.scheme_dark .top_panel_inner_style_3 .search_results .post_info a:hover > span,.scheme_dark .top_panel_inner_style_3 .search_results .post_more:hover,.scheme_dark .top_panel_inner_style_3 .search_results .search_results_close:hover{color:#581214;}.top_panel_fixed .menu_main_wrap{padding-top:0.2124em;}.top_panel_fixed .top_panel_wrap .logo{margin-top:0.4248em;margin-bottom:0.4248em;}.scheme_original .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button{color:#808080;}.scheme_light .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button{color:#808080;}.scheme_dark .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button{color:#808080;}.scheme_original .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button:hover{color:#fff;}.scheme_light .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button:hover{color:#808080;}.scheme_dark .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button:hover{color:#fff;}.top_panel_inner_style_8 .top_panel_buttons,.top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button{padding-top:0.708em;padding-bottom:0.708em;}.scheme_original .top_panel_inner_style_8 .top_panel_buttons .contact_icon,.scheme_original .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon .search_submit{color:#808080;}.scheme_light .top_panel_inner_style_8 .top_panel_buttons .contact_icon,.scheme_light .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon .search_submit{color:#808080;}.scheme_dark .top_panel_inner_style_8 .top_panel_buttons .contact_icon,.scheme_dark .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon .search_submit{color:#808080;}.scheme_original .top_panel_inner_style_8 .top_panel_buttons a:hover .contact_icon,.scheme_original .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon:hover .search_submit{color:#fff;}.scheme_light .top_panel_inner_style_8 .top_panel_buttons a:hover .contact_icon,.scheme_light .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon:hover .search_submit{color:#808080;}.scheme_dark .top_panel_inner_style_8 .top_panel_buttons a:hover .contact_icon,.scheme_dark .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon:hover .search_submit{color:#fff;}.scheme_original .pushy_inner{color:#808080;}.scheme_light .pushy_inner{color:#808080;}.scheme_dark .pushy_inner{color:#808080;}.scheme_original .pushy_inner{background-color:#1d1e23;}.scheme_light .pushy_inner{background-color:#1d1e23;}.scheme_dark .pushy_inner{background-color:#1d1e23;}.scheme_original .pushy_inner a{color:#fff;}.scheme_light .pushy_inner a{color:#fff;}.scheme_dark .pushy_inner a{color:#fff;}.scheme_original .pushy_inner a:hover{color:#581214;}.scheme_light .pushy_inner a:hover{color:#581214;}.scheme_dark .pushy_inner a:hover{color:#581214;}.scheme_original .pushy_inner ul ul{background-color:rgba(18,18,21,0.8);}.scheme_light .pushy_inner ul ul{background-color:rgba(246,246,246,0.8);}.scheme_dark .pushy_inner ul ul{background-color:rgba(18,18,21,0.8);}.scheme_original .top_panel_inner_style_3 .popup_wrap a,.scheme_original .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_original .top_panel_inner_style_4 .popup_wrap a,.scheme_original .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_original .top_panel_inner_style_5 .popup_wrap a,.scheme_original .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a:hover{color:#fff;}.scheme_light .top_panel_inner_style_3 .popup_wrap a,.scheme_light .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_light .top_panel_inner_style_4 .popup_wrap a,.scheme_light .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_light .top_panel_inner_style_5 .popup_wrap a,.scheme_light .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a:hover{color:#fff;}.scheme_dark .top_panel_inner_style_3 .popup_wrap a,.scheme_dark .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_dark .top_panel_inner_style_4 .popup_wrap a,.scheme_dark .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_dark .top_panel_inner_style_5 .popup_wrap a,.scheme_dark .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a:hover{color:#fff;}.scheme_original .top_panel_inner_style_3 .popup_wrap a:hover,.scheme_original .top_panel_inner_style_4 .popup_wrap a:hover,.scheme_original .top_panel_inner_style_5 .popup_wrap a:hover{color:#581214;}.scheme_light .top_panel_inner_style_3 .popup_wrap a:hover,.scheme_light .top_panel_inner_style_4 .popup_wrap a:hover,.scheme_light .top_panel_inner_style_5 .popup_wrap a:hover{color:#581214;}.scheme_dark .top_panel_inner_style_3 .popup_wrap a:hover,.scheme_dark .top_panel_inner_style_4 .popup_wrap a:hover,.scheme_dark .top_panel_inner_style_5 .popup_wrap a:hover{color:#581214;}.scheme_original .top_panel_inner_style_3 .popup_wrap,.scheme_original .top_panel_inner_style_4 .popup_wrap,.scheme_original .top_panel_inner_style_5 .popup_wrap,.scheme_original .top_panel_inner_style_3 .popup_wrap .popup_close,.scheme_original .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_original .top_panel_inner_style_4 .popup_wrap .popup_close,.scheme_original .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_original .top_panel_inner_style_5 .popup_wrap .popup_close,.scheme_original .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a{color:#808080;}.scheme_light .top_panel_inner_style_3 .popup_wrap,.scheme_light .top_panel_inner_style_4 .popup_wrap,.scheme_light .top_panel_inner_style_5 .popup_wrap,.scheme_light .top_panel_inner_style_3 .popup_wrap .popup_close,.scheme_light .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_light .top_panel_inner_style_4 .popup_wrap .popup_close,.scheme_light .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_light .top_panel_inner_style_5 .popup_wrap .popup_close,.scheme_light .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a{color:#808080;}.scheme_dark .top_panel_inner_style_3 .popup_wrap,.scheme_dark .top_panel_inner_style_4 .popup_wrap,.scheme_dark .top_panel_inner_style_5 .popup_wrap,.scheme_dark .top_panel_inner_style_3 .popup_wrap .popup_close,.scheme_dark .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_dark .top_panel_inner_style_4 .popup_wrap .popup_close,.scheme_dark .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_dark .top_panel_inner_style_5 .popup_wrap .popup_close,.scheme_dark .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a{color:#808080;}.scheme_original .top_panel_inner_style_3 .popup_wrap .popup_close:hover,.scheme_original .top_panel_inner_style_4 .popup_wrap .popup_close:hover,.scheme_original .top_panel_inner_style_5 .popup_wrap .popup_close:hover{color:#fff;}.scheme_light .top_panel_inner_style_3 .popup_wrap .popup_close:hover,.scheme_light .top_panel_inner_style_4 .popup_wrap .popup_close:hover,.scheme_light .top_panel_inner_style_5 .popup_wrap .popup_close:hover{color:#1d1e23;}.scheme_dark .top_panel_inner_style_3 .popup_wrap .popup_close:hover,.scheme_dark .top_panel_inner_style_4 .popup_wrap .popup_close:hover,.scheme_dark .top_panel_inner_style_5 .popup_wrap .popup_close:hover{color:#fff;}.scheme_original .popup_wrap,.scheme_original .popup_wrap a{color:#808080;}.scheme_light .popup_wrap,.scheme_light .popup_wrap a{color:#808080;}.scheme_dark .popup_wrap,.scheme_dark .popup_wrap a{color:#808080;}.scheme_original .popup_wrap .login_socials_title{color:#fff;}.scheme_light .popup_wrap .login_socials_title{color:#1d1e23;}.scheme_dark .popup_wrap .login_socials_title{color:#fff;}.scheme_original .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_original .popup_wrap a:hover{color:#581214;}.scheme_light .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_light .popup_wrap a:hover{color:#581214;}.scheme_dark .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_dark .popup_wrap a:hover{color:#581214;}.scheme_original .popup_wrap input[type="text"],.scheme_original .popup_wrap input[type="email"],.scheme_original .popup_wrap input[type="password"]{border-color:#121215;}.scheme_light .popup_wrap input[type="text"],.scheme_light .popup_wrap input[type="email"],.scheme_light .popup_wrap input[type="password"]{border-color:#121215;}.scheme_dark .popup_wrap input[type="text"],.scheme_dark .popup_wrap input[type="email"],.scheme_dark .popup_wrap input[type="password"]{border-color:#121215;}.scheme_original .popup_wrap .form_left{border-color:#343539;}.scheme_light .popup_wrap .form_left{border-color:#343539;}.scheme_dark .popup_wrap .form_left{border-color:#343539;}.scheme_original .popup_wrap .popup_close{background-color:#1d1e23;}.scheme_light .popup_wrap .popup_close{background-color:#1d1e23;}.scheme_dark .popup_wrap .popup_close{background-color:#1d1e23;}.scheme_original .popup_wrap .popup_close{border-color:#343539;}.scheme_light .popup_wrap .popup_close{border-color:#343539;}.scheme_dark .popup_wrap .popup_close{border-color:#343539;}.scheme_original .popup_wrap .popup_form_field.iconed_field::before{color:#b4b4b4;}.scheme_light .popup_wrap .popup_form_field.iconed_field::before{color:#b4b4b4;}.scheme_dark .popup_wrap .popup_form_field.iconed_field::before{color:#b4b4b4;}.scheme_original .header_mobile .menu_button,.scheme_original .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon{color:#b4b4b4;}.scheme_light .header_mobile .menu_button,.scheme_light .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon{color:#b4b4b4;}.scheme_dark .header_mobile .menu_button,.scheme_dark .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon{color:#b4b4b4;}.scheme_original .header_mobile .side_wrap{color:#b4b4b4;}.scheme_light .header_mobile .side_wrap{color:#b4b4b4;}.scheme_dark .header_mobile .side_wrap{color:#b4b4b4;}.scheme_original .header_mobile .panel_top,.scheme_original .header_mobile .side_wrap{background-color:#1d1e23;}.scheme_light .header_mobile .panel_top,.scheme_light .header_mobile .side_wrap{background-color:#1d1e23;}.scheme_dark .header_mobile .panel_top,.scheme_dark .header_mobile .side_wrap{background-color:#1d1e23;}.scheme_original .header_mobile .panel_middle{background-color:#1d1e23;}.scheme_light .header_mobile .panel_middle{background-color:#1d1e23;}.scheme_dark .header_mobile .panel_middle{background-color:#1d1e23;}.scheme_original .header_mobile .panel_bottom{background-color:#000;}.scheme_light .header_mobile .panel_bottom{background-color:#f6f6f6;}.scheme_dark .header_mobile .panel_bottom{background-color:#000;}.scheme_original .header_mobile .menu_button:hover,.scheme_original .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon:hover,.scheme_original .header_mobile .menu_main_cart.top_panel_icon:hover .top_panel_cart_button .contact_icon,.scheme_original .header_mobile .side_wrap .close:hover{color:#fff;}.scheme_light .header_mobile .menu_button:hover,.scheme_light .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon:hover,.scheme_light .header_mobile .menu_main_cart.top_panel_icon:hover .top_panel_cart_button .contact_icon,.scheme_light .header_mobile .side_wrap .close:hover{color:#fff;}.scheme_dark .header_mobile .menu_button:hover,.scheme_dark .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon:hover,.scheme_dark .header_mobile .menu_main_cart.top_panel_icon:hover .top_panel_cart_button .contact_icon,.scheme_dark .header_mobile .side_wrap .close:hover{color:#fff;}.scheme_original .header_mobile .menu_main_nav > li a,.scheme_original .header_mobile .menu_main_nav > li > a:hover{color:#b4b4b4;}.scheme_light .header_mobile .menu_main_nav > li a,.scheme_light .header_mobile .menu_main_nav > li > a:hover{color:#b4b4b4;}.scheme_dark .header_mobile .menu_main_nav > li a,.scheme_dark .header_mobile .menu_main_nav > li > a:hover{color:#b4b4b4;}.scheme_original .header_mobile .menu_main_nav > a:hover,.scheme_original .header_mobile .menu_main_nav > li.sfHover > a,.scheme_original .header_mobile .menu_main_nav > li.current-menu-item > a,.scheme_original .header_mobile .menu_main_nav > li.current-menu-parent > a,.scheme_original .header_mobile .menu_main_nav > li.current-menu-ancestor > a,.scheme_original .header_mobile .menu_main_nav > li > a:hover,.scheme_original .header_mobile .menu_main_nav > li ul li a:hover,.scheme_original .header_mobile .menu_main_nav > li ul li.current-menu-item > a,.scheme_original .header_mobile .menu_main_nav > li ul li.current-menu-ancestor > a,.scheme_original .header_mobile .login a:hover{color:#581214;}.scheme_light .header_mobile .menu_main_nav > a:hover,.scheme_light .header_mobile .menu_main_nav > li.sfHover > a,.scheme_light .header_mobile .menu_main_nav > li.current-menu-item > a,.scheme_light .header_mobile .menu_main_nav > li.current-menu-parent > a,.scheme_light .header_mobile .menu_main_nav > li.current-menu-ancestor > a,.scheme_light .header_mobile .menu_main_nav > li > a:hover,.scheme_light .header_mobile .menu_main_nav > li ul li a:hover,.scheme_light .header_mobile .menu_main_nav > li ul li.current-menu-item > a,.scheme_light .header_mobile .menu_main_nav > li ul li.current-menu-ancestor > a,.scheme_light .header_mobile .login a:hover{color:#581214;}.scheme_dark .header_mobile .menu_main_nav > a:hover,.scheme_dark .header_mobile .menu_main_nav > li.sfHover > a,.scheme_dark .header_mobile .menu_main_nav > li.current-menu-item > a,.scheme_dark .header_mobile .menu_main_nav > li.current-menu-parent > a,.scheme_dark .header_mobile .menu_main_nav > li.current-menu-ancestor > a,.scheme_dark .header_mobile .menu_main_nav > li > a:hover,.scheme_dark .header_mobile .menu_main_nav > li ul li a:hover,.scheme_dark .header_mobile .menu_main_nav > li ul li.current-menu-item > a,.scheme_dark .header_mobile .menu_main_nav > li ul li.current-menu-ancestor > a,.scheme_dark .header_mobile .login a:hover{color:#581214;}.scheme_original .header_mobile .search_wrap,.scheme_original .header_mobile .login,.scheme_original .header_mobile .menu_main_nav > li{border-color:#000;}.scheme_light .header_mobile .search_wrap,.scheme_light .header_mobile .login,.scheme_light .header_mobile .menu_main_nav > li{border-color:#f6f6f6;}.scheme_dark .header_mobile .search_wrap,.scheme_dark .header_mobile .login,.scheme_dark .header_mobile .menu_main_nav > li{border-color:#000;}.scheme_original .header_mobile .login .popup_link,.scheme_original .header_mobile .sc_socials.sc_socials_type_icons a{color:#b4b4b4;}.scheme_light .header_mobile .login .popup_link,.scheme_light .header_mobile .sc_socials.sc_socials_type_icons a{color:#b4b4b4;}.scheme_dark .header_mobile .login .popup_link,.scheme_dark .header_mobile .sc_socials.sc_socials_type_icons a{color:#b4b4b4;}.scheme_original .header_mobile .search_wrap .search_field,.scheme_original .header_mobile .search_wrap .search_field:focus{color:#b4b4b4;}.scheme_light .header_mobile .search_wrap .search_field,.scheme_light .header_mobile .search_wrap .search_field:focus{color:#b4b4b4;}.scheme_dark .header_mobile .search_wrap .search_field,.scheme_dark .header_mobile .search_wrap .search_field:focus{color:#b4b4b4;}.scheme_original .header_mobile .widget_shopping_cart ul.cart_list > li > a:hover{color:#b4b4b4;}.scheme_light .header_mobile .widget_shopping_cart ul.cart_list > li > a:hover{color:#b4b4b4;}.scheme_dark .header_mobile .widget_shopping_cart ul.cart_list > li > a:hover{color:#b4b4b4;}.scheme_original .header_mobile .popup_wrap .sc_socials.sc_socials_type_icons a{color:#b4b4b4;}.scheme_light .header_mobile .popup_wrap .sc_socials.sc_socials_type_icons a{color:#b4b4b4;}.scheme_dark .header_mobile .popup_wrap .sc_socials.sc_socials_type_icons a{color:#b4b4b4;}.scheme_original .tparrows.default{color:#1d1e23;}.scheme_light .tparrows.default{color:#1d1e23;}.scheme_dark .tparrows.default{color:#1d1e23;}.scheme_original .tp-bullets.simplebullets.round .bullet{background-color:#1d1e23;}.scheme_light .tp-bullets.simplebullets.round .bullet{background-color:#1d1e23;}.scheme_dark .tp-bullets.simplebullets.round .bullet{background-color:#1d1e23;}.scheme_original .tp-bullets.simplebullets.round .bullet.selected{border-color:#1d1e23;}.scheme_light .tp-bullets.simplebullets.round .bullet.selected{border-color:#1d1e23;}.scheme_dark .tp-bullets.simplebullets.round .bullet.selected{border-color:#1d1e23;}.scheme_original .top_panel_title_inner{background-color:#121215;}.scheme_light .top_panel_title_inner{background-color:#f6f6f6;}.scheme_dark .top_panel_title_inner{background-color:#121215;}.scheme_original .top_panel_title_inner{border-color:rgba(18,18,21,0.1);}.scheme_light .top_panel_title_inner{border-color:rgba(18,18,21,0.1);}.scheme_dark .top_panel_title_inner{border-color:rgba(18,18,21,0.1);}.scheme_original .top_panel_title_inner .page_title{color:#fff;}.scheme_light .top_panel_title_inner .page_title{color:#808080;}.scheme_dark .top_panel_title_inner .page_title{color:#fff;}.scheme_original .top_panel_title_inner .post_navi .post_navi_item a,.scheme_original .top_panel_title_inner .breadcrumbs a.breadcrumbs_item{color:#fff;}.scheme_light .top_panel_title_inner .post_navi .post_navi_item a,.scheme_light .top_panel_title_inner .breadcrumbs a.breadcrumbs_item{color:#808080;}.scheme_dark .top_panel_title_inner .post_navi .post_navi_item a,.scheme_dark .top_panel_title_inner .breadcrumbs a.breadcrumbs_item{color:#fff;}.scheme_original .top_panel_title_inner .post_navi .post_navi_item a:hover,.scheme_original .top_panel_title_inner .breadcrumbs a.breadcrumbs_item:hover{color:#808080;}.scheme_light .top_panel_title_inner .post_navi .post_navi_item a:hover,.scheme_light .top_panel_title_inner .breadcrumbs a.breadcrumbs_item:hover{color:#808080;}.scheme_dark .top_panel_title_inner .post_navi .post_navi_item a:hover,.scheme_dark .top_panel_title_inner .breadcrumbs a.breadcrumbs_item:hover{color:#808080;}.scheme_original .top_panel_title_inner .post_navi span,.scheme_original .top_panel_title_inner .breadcrumbs span{color:#808080;}.scheme_light .top_panel_title_inner .post_navi span,.scheme_light .top_panel_title_inner .breadcrumbs span{color:#808080;}.scheme_dark .top_panel_title_inner .post_navi span,.scheme_dark .top_panel_title_inner .breadcrumbs span{color:#808080;}.scheme_original .post_navi .post_navi_item + .post_navi_item:before,.scheme_original .top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter{color:#808080;}.scheme_light .post_navi .post_navi_item + .post_navi_item:before,.scheme_light .top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter{color:#808080;}.scheme_dark .post_navi .post_navi_item + .post_navi_item:before,.scheme_dark .top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter{color:#808080;}.scheme_original .post_title .post_icon{color:#fff;}.scheme_light .post_title .post_icon{color:#fff;}.scheme_dark .post_title .post_icon{color:#fff;}.scheme_original .pagination > a{border-color:#fff;}.scheme_light .pagination > a{border-color:#fff;}.scheme_dark .pagination > a{border-color:#fff;}.scheme_original .body_wrap.bg_image .pagination_pages > a,.scheme_original .body_wrap.bg_image .pagination_pages > .active{color:#1d1e23;}.scheme_light .body_wrap.bg_image .pagination_pages > a,.scheme_light .body_wrap.bg_image .pagination_pages > .active{color:#1d1e23;}.scheme_dark .body_wrap.bg_image .pagination_pages > a,.scheme_dark .body_wrap.bg_image .pagination_pages > .active{color:#1d1e23;}.scheme_original .post_format_aside.post_item_single .post_content p,.scheme_original .post_format_aside .post_descr{border-color:#fff;}.scheme_light .post_format_aside.post_item_single .post_content p,.scheme_light .post_format_aside .post_descr{border-color:#fff;}.scheme_dark .post_format_aside.post_item_single .post_content p,.scheme_dark .post_format_aside .post_descr{border-color:#fff;}.scheme_original .post_format_aside.post_item_single .post_content p,.scheme_original .post_format_aside .post_descr{background-color:#1d1e23;}.scheme_light .post_format_aside.post_item_single .post_content p,.scheme_light .post_format_aside .post_descr{background-color:#1d1e23;}.scheme_dark .post_format_aside.post_item_single .post_content p,.scheme_dark .post_format_aside .post_descr{background-color:#1d1e23;}.scheme_original .post_item_excerpt:not([class*="isotope_column"]) + .post_item_excerpt:not([class*="isotope_column"]){border-color:#343539;}.scheme_light .post_item_excerpt:not([class*="isotope_column"]) + .post_item_excerpt:not([class*="isotope_column"]){border-color:#343539;}.scheme_dark .post_item_excerpt:not([class*="isotope_column"]) + .post_item_excerpt:not([class*="isotope_column"]){border-color:#343539;}.scheme_original .hover_icon:after,.scheme_original .sc_video_play_button.hover_icon:after{background-color:rgba(0,0,0,0.7);}.scheme_light .hover_icon:after,.scheme_light .sc_video_play_button.hover_icon:after{background-color:rgba(246,246,246,0.7);}.scheme_dark .hover_icon:after,.scheme_dark .sc_video_play_button.hover_icon:after{background-color:rgba(0,0,0,0.7);}.scheme_original .hover_icon:before{color:#581214;}.scheme_light .hover_icon:before{color:#581214;}.scheme_dark .hover_icon:before{color:#581214;}.scheme_original .hover_icon:before{color:#581214;}.scheme_light .hover_icon:before{color:#581214;}.scheme_dark .hover_icon:before{color:#581214;}.post_info{font-size:0.857em;line-height:1.2857em;margin-bottom:2.4em;}.scheme_original .post_info a,.scheme_original .post_info a > span{color:#581214;}.scheme_light .post_info a,.scheme_light .post_info a > span{color:#581214;}.scheme_dark .post_info a,.scheme_dark .post_info a > span{color:#581214;}.scheme_original .post_info a:hover,.scheme_original .post_info a:hover > span{color:#fff;}.scheme_light .post_info a:hover,.scheme_light .post_info a:hover > span{color:#fff;}.scheme_dark .post_info a:hover,.scheme_dark .post_info a:hover > span{color:#fff;}.scheme_original .post_info a[class*="icon-"]{color:#808080;}.scheme_light .post_info a[class*="icon-"]{color:#808080;}.scheme_dark .post_info a[class*="icon-"]{color:#808080;}.scheme_original .post_info a:hover,.scheme_original .post_info a:hover > span{color:#581214;}.scheme_light .post_info a:hover,.scheme_light .post_info a:hover > span{color:#581214;}.scheme_dark .post_info a:hover,.scheme_dark .post_info a:hover > span{color:#581214;}.scheme_original .post_item .post_readmore_label{color:#fff;}.scheme_light .post_item .post_readmore_label{color:#1d1e23;}.scheme_dark .post_item .post_readmore_label{color:#fff;}.scheme_original .post_item .post_readmore:hover .post_readmore_label{color:#581214;}.scheme_light .post_item .post_readmore:hover .post_readmore_label{color:#581214;}.scheme_dark .post_item .post_readmore:hover .post_readmore_label{color:#581214;}.scheme_original .related_wrap{border-color:#343539;}.scheme_light .related_wrap{border-color:#343539;}.scheme_dark .related_wrap{border-color:#343539;}.scheme_original .post_item_related .post_info a{color:#808080;}.scheme_light .post_item_related .post_info a{color:#808080;}.scheme_dark .post_item_related .post_info a{color:#808080;}.scheme_original .post_item_related .post_info a:hover,.scheme_original .post_item_related .post_title a:hover{color:#581214;}.scheme_light .post_item_related .post_info a:hover,.scheme_light .post_item_related .post_title a:hover{color:#581214;}.scheme_dark .post_item_related .post_info a:hover,.scheme_dark .post_item_related .post_title a:hover{color:#581214;}.scheme_original .related_wrap .post_item_related,.scheme_original .article_style_stretch .post_item_related{background-color:#121215;}.scheme_light .related_wrap .post_item_related,.scheme_light .article_style_stretch .post_item_related{background-color:#f6f6f6;}.scheme_dark .related_wrap .post_item_related,.scheme_dark .article_style_stretch .post_item_related{background-color:#121215;}.scheme_original .article_style_boxed.sidebar_show[class*="single-"] .related_wrap .post_item_related{background-color:#121215;}.scheme_light .article_style_boxed.sidebar_show[class*="single-"] .related_wrap .post_item_related{background-color:#f6f6f6;}.scheme_dark .article_style_boxed.sidebar_show[class*="single-"] .related_wrap .post_item_related{background-color:#121215;}.scheme_original .isotope_item_colored .post_featured .post_mark_new,.scheme_original .isotope_item_colored .post_featured .post_title,.scheme_original .isotope_item_colored .post_content.ih-item.square.colored .info{color:#1d1e23;}.scheme_light .isotope_item_colored .post_featured .post_mark_new,.scheme_light .isotope_item_colored .post_featured .post_title,.scheme_light .isotope_item_colored .post_content.ih-item.square.colored .info{color:#1d1e23;}.scheme_dark .isotope_item_colored .post_featured .post_mark_new,.scheme_dark .isotope_item_colored .post_featured .post_title,.scheme_dark .isotope_item_colored .post_content.ih-item.square.colored .info{color:#1d1e23;}.scheme_original .isotope_item_colored .post_featured .post_mark_new,.scheme_original .isotope_item_colored .post_featured .post_title,.scheme_original .isotope_item_colored .post_content.ih-item.square.colored .info{background-color:#fff;}.scheme_light .isotope_item_colored .post_featured .post_mark_new,.scheme_light .isotope_item_colored .post_featured .post_title,.scheme_light .isotope_item_colored .post_content.ih-item.square.colored .info{background-color:#fff;}.scheme_dark .isotope_item_colored .post_featured .post_mark_new,.scheme_dark .isotope_item_colored .post_featured .post_title,.scheme_dark .isotope_item_colored .post_content.ih-item.square.colored .info{background-color:#fff;}.scheme_original .isotope_item_colored .post_featured .post_title a{color:#1d1e23;}.scheme_light .isotope_item_colored .post_featured .post_title a{color:#1d1e23;}.scheme_dark .isotope_item_colored .post_featured .post_title a{color:#1d1e23;}.scheme_original .isotope_item_colored .post_category a,.scheme_original .isotope_item_colored .post_rating .reviews_stars_bg,.scheme_original .isotope_item_colored .post_rating .reviews_stars_hover,.scheme_original .isotope_item_colored .post_rating .reviews_value{color:#fff;}.scheme_light .isotope_item_colored .post_category a,.scheme_light .isotope_item_colored .post_rating .reviews_stars_bg,.scheme_light .isotope_item_colored .post_rating .reviews_stars_hover,.scheme_light .isotope_item_colored .post_rating .reviews_value{color:#fff;}.scheme_dark .isotope_item_colored .post_category a,.scheme_dark .isotope_item_colored .post_rating .reviews_stars_bg,.scheme_dark .isotope_item_colored .post_rating .reviews_stars_hover,.scheme_dark .isotope_item_colored .post_rating .reviews_value{color:#fff;}.scheme_original .isotope_item_colored .post_featured .post_descr{background-color:#121215;}.scheme_light .isotope_item_colored .post_featured .post_descr{background-color:#f6f6f6;}.scheme_dark .isotope_item_colored .post_featured .post_descr{background-color:#121215;}.scheme_original .article_style_boxed .isotope_item_colored .post_featured .post_descr{background-color:#121215;}.scheme_light .article_style_boxed .isotope_item_colored .post_featured .post_descr{background-color:#f6f6f6;}.scheme_dark .article_style_boxed .isotope_item_colored .post_featured .post_descr{background-color:#121215;}.scheme_original .isotope_item_colored .post_info_wrap .post_button .sc_button{color:#fff;}.scheme_light .isotope_item_colored .post_info_wrap .post_button .sc_button{color:#fff;}.scheme_dark .isotope_item_colored .post_info_wrap .post_button .sc_button{color:#fff;}.scheme_original .isotope_item_colored .post_info_wrap .post_button .sc_button{background-color:#1d1e23;}.scheme_light .isotope_item_colored .post_info_wrap .post_button .sc_button{background-color:#1d1e23;}.scheme_dark .isotope_item_colored .post_info_wrap .post_button .sc_button{background-color:#1d1e23;}.scheme_original .isotope_item_colored_1 .post_item{background-color:#121215;}.scheme_light .isotope_item_colored_1 .post_item{background-color:#f6f6f6;}.scheme_dark .isotope_item_colored_1 .post_item{background-color:#121215;}.scheme_original .isotope_item_colored_1 .post_item{color:#808080;}.scheme_light .isotope_item_colored_1 .post_item{color:#808080;}.scheme_dark .isotope_item_colored_1 .post_item{color:#808080;}.scheme_original .isotope_item_colored_1 a,.scheme_original .isotope_item_colored_1 .post_title a{color:#fff;}.scheme_light .isotope_item_colored_1 a,.scheme_light .isotope_item_colored_1 .post_title a{color:#fff;}.scheme_dark .isotope_item_colored_1 a,.scheme_dark .isotope_item_colored_1 .post_title a{color:#fff;}.scheme_original .isotope_item_colored_1 a:hover,.scheme_original .isotope_item_colored_1 .post_title a:hover,.scheme_original .isotope_item_colored_1 .post_category a:hover{color:#581214;}.scheme_light .isotope_item_colored_1 a:hover,.scheme_light .isotope_item_colored_1 .post_title a:hover,.scheme_light .isotope_item_colored_1 .post_category a:hover{color:#581214;}.scheme_dark .isotope_item_colored_1 a:hover,.scheme_dark .isotope_item_colored_1 .post_title a:hover,.scheme_dark .isotope_item_colored_1 .post_category a:hover{color:#581214;}.scheme_original .isotope_wrap .isotope_item_colored_1 .post_featured{border-color:#fff;}.scheme_light .isotope_wrap .isotope_item_colored_1 .post_featured{border-color:#fff;}.scheme_dark .isotope_wrap .isotope_item_colored_1 .post_featured{border-color:#fff;}.scheme_original .isotope_filters a{color:#808080;}.scheme_light .isotope_filters a{color:#808080;}.scheme_dark .isotope_filters a{color:#808080;}.scheme_original .isotope_filters a.active,.scheme_original .isotope_filters a:hover{color:#581214;}.scheme_light .isotope_filters a.active,.scheme_light .isotope_filters a:hover{color:#581214;}.scheme_dark .isotope_filters a.active,.scheme_dark .isotope_filters a:hover{color:#581214;}.scheme_original .isotope_filters a.active:before,.scheme_original .isotope_filters a:hover:before,.scheme_original .isotope_filters a.active:after,.scheme_original .isotope_filters a:hover:after{color:#581214;}.scheme_light .isotope_filters a.active:before,.scheme_light .isotope_filters a:hover:before,.scheme_light .isotope_filters a.active:after,.scheme_light .isotope_filters a:hover:after{color:#581214;}.scheme_dark .isotope_filters a.active:before,.scheme_dark .isotope_filters a:hover:before,.scheme_dark .isotope_filters a.active:after,.scheme_dark .isotope_filters a:hover:after{color:#581214;}.scheme_original .pagination_single > .pager_numbers,.scheme_original .pagination_single a,.scheme_original .pagination_slider .pager_cur,.scheme_original .pagination_pages > a,.scheme_original .pagination_pages > span{color:#fff;}.scheme_light .pagination_single > .pager_numbers,.scheme_light .pagination_single a,.scheme_light .pagination_slider .pager_cur,.scheme_light .pagination_pages > a,.scheme_light .pagination_pages > span{color:#1d1e23;}.scheme_dark .pagination_single > .pager_numbers,.scheme_dark .pagination_single a,.scheme_dark .pagination_slider .pager_cur,.scheme_dark .pagination_pages > a,.scheme_dark .pagination_pages > span{color:#fff;}.scheme_original .pagination_single > .pager_numbers,.scheme_original .pagination_single a:hover,.scheme_original .pagination_slider .pager_cur:hover,.scheme_original .pagination_slider .pager_cur:focus,.scheme_original .pagination_pages > .active,.scheme_original .pagination_pages > a:hover{color:#fff;}.scheme_light .pagination_single > .pager_numbers,.scheme_light .pagination_single a:hover,.scheme_light .pagination_slider .pager_cur:hover,.scheme_light .pagination_slider .pager_cur:focus,.scheme_light .pagination_pages > .active,.scheme_light .pagination_pages > a:hover{color:#1d1e23;}.scheme_dark .pagination_single > .pager_numbers,.scheme_dark .pagination_single a:hover,.scheme_dark .pagination_slider .pager_cur:hover,.scheme_dark .pagination_slider .pager_cur:focus,.scheme_dark .pagination_pages > .active,.scheme_dark .pagination_pages > a:hover{color:#fff;}.scheme_original .pagination_wrap.pagination_pages a:after,.scheme_original .pagination_wrap.pagination_pages a:before,.scheme_original .pagination_wrap.pagination_pages .pager_current:after,.scheme_original .pagination_wrap.pagination_pages .pager_current:before{color:#581214;}.scheme_light .pagination_wrap.pagination_pages a:after,.scheme_light .pagination_wrap.pagination_pages a:before,.scheme_light .pagination_wrap.pagination_pages .pager_current:after,.scheme_light .pagination_wrap.pagination_pages .pager_current:before{color:#581214;}.scheme_dark .pagination_wrap.pagination_pages a:after,.scheme_dark .pagination_wrap.pagination_pages a:before,.scheme_dark .pagination_wrap.pagination_pages .pager_current:after,.scheme_dark .pagination_wrap.pagination_pages .pager_current:before{color:#581214;}.scheme_original .pagination_slider .pager_slider{border-color:#343539;}.scheme_light .pagination_slider .pager_slider{border-color:#343539;}.scheme_dark .pagination_slider .pager_slider{border-color:#343539;}.scheme_original .pagination_slider .pager_slider{background-color:#1d1e23;}.scheme_light .pagination_slider .pager_slider{background-color:#1d1e23;}.scheme_dark .pagination_slider .pager_slider{background-color:#1d1e23;}.scheme_original .pagination_wrap .pager_next,.scheme_original .pagination_wrap .pager_prev,.scheme_original .pagination_wrap .pager_last,.scheme_original .pagination_wrap .pager_first{color:#fff;}.scheme_light .pagination_wrap .pager_next,.scheme_light .pagination_wrap .pager_prev,.scheme_light .pagination_wrap .pager_last,.scheme_light .pagination_wrap .pager_first{color:#fff;}.scheme_dark .pagination_wrap .pager_next,.scheme_dark .pagination_wrap .pager_prev,.scheme_dark .pagination_wrap .pager_last,.scheme_dark .pagination_wrap .pager_first{color:#fff;}.scheme_original .pagination_wrap .pager_next:hover,.scheme_original .pagination_wrap .pager_prev:hover,.scheme_original .pagination_wrap .pager_last:hover,.scheme_original .pagination_wrap .pager_first:hover{color:#581214;}.scheme_light .pagination_wrap .pager_next:hover,.scheme_light .pagination_wrap .pager_prev:hover,.scheme_light .pagination_wrap .pager_last:hover,.scheme_light .pagination_wrap .pager_first:hover{color:#581214;}.scheme_dark .pagination_wrap .pager_next:hover,.scheme_dark .pagination_wrap .pager_prev:hover,.scheme_dark .pagination_wrap .pager_last:hover,.scheme_dark .pagination_wrap .pager_first:hover{color:#581214;}.scheme_original .pagination_viewmore > a{color:#1d1e23;}.scheme_light .pagination_viewmore > a{color:#1d1e23;}.scheme_dark .pagination_viewmore > a{color:#1d1e23;}.scheme_original .pagination_viewmore > a{background-color:#fff;}.scheme_light .pagination_viewmore > a{background-color:#fff;}.scheme_dark .pagination_viewmore > a{background-color:#fff;}.scheme_original .pagination_viewmore > a:hover{color:#1d1e23;}.scheme_light .pagination_viewmore > a:hover{color:#1d1e23;}.scheme_dark .pagination_viewmore > a:hover{color:#1d1e23;}.scheme_original .pagination_viewmore > a:hover{background-color:#581214;}.scheme_light .pagination_viewmore > a:hover{background-color:#581214;}.scheme_dark .pagination_viewmore > a:hover{background-color:#581214;}.scheme_original .viewmore_loader,.scheme_original .mfp-preloader span,.scheme_original .sc_video_frame.sc_video_active:before{background-color:#581214;}.scheme_light .viewmore_loader,.scheme_light .mfp-preloader span,.scheme_light .sc_video_frame.sc_video_active:before{background-color:#581214;}.scheme_dark .viewmore_loader,.scheme_dark .mfp-preloader span,.scheme_dark .sc_video_frame.sc_video_active:before{background-color:#581214;}.scheme_original .post_featured .post_nav_item{color:#1d1e23;}.scheme_light .post_featured .post_nav_item{color:#1d1e23;}.scheme_dark .post_featured .post_nav_item{color:#1d1e23;}.post_featured .post_nav_item:before{border-color:transparent;}.scheme_original .post_featured .post_nav_item:before{background-color:#fff;}.scheme_light .post_featured .post_nav_item:before{background-color:#fff;}.scheme_dark .post_featured .post_nav_item:before{background-color:#fff;}.scheme_original .post_featured .post_nav_item:before{color:#1d1e23;}.scheme_light .post_featured .post_nav_item:before{color:#1d1e23;}.scheme_dark .post_featured .post_nav_item:before{color:#1d1e23;}.scheme_original .post_featured .post_nav_item .post_nav_info{background-color:#fff;}.scheme_light .post_featured .post_nav_item .post_nav_info{background-color:#fff;}.scheme_dark .post_featured .post_nav_item .post_nav_info{background-color:#fff;}.scheme_original .reviews_block .reviews_summary .reviews_item{background-color:#fff;}.scheme_light .reviews_block .reviews_summary .reviews_item{background-color:#fff;}.scheme_dark .reviews_block .reviews_summary .reviews_item{background-color:#fff;}.scheme_original .reviews_block .reviews_summary,.scheme_original .reviews_block .reviews_max_level_100 .reviews_stars_bg{background-color:#000;}.scheme_light .reviews_block .reviews_summary,.scheme_light .reviews_block .reviews_max_level_100 .reviews_stars_bg{background-color:#f6f6f6;}.scheme_dark .reviews_block .reviews_summary,.scheme_dark .reviews_block .reviews_max_level_100 .reviews_stars_bg{background-color:#000;}.scheme_original .reviews_block .reviews_max_level_100 .reviews_stars_hover,.scheme_original .reviews_block .reviews_item .reviews_slider{color:#1d1e23;}.scheme_light .reviews_block .reviews_max_level_100 .reviews_stars_hover,.scheme_light .reviews_block .reviews_item .reviews_slider{color:#1d1e23;}.scheme_dark .reviews_block .reviews_max_level_100 .reviews_stars_hover,.scheme_dark .reviews_block .reviews_item .reviews_slider{color:#1d1e23;}.scheme_original .reviews_block .reviews_max_level_100 .reviews_stars_hover,.scheme_original .reviews_block .reviews_item .reviews_slider{background-color:#fff;}.scheme_light .reviews_block .reviews_max_level_100 .reviews_stars_hover,.scheme_light .reviews_block .reviews_item .reviews_slider{background-color:#fff;}.scheme_dark .reviews_block .reviews_max_level_100 .reviews_stars_hover,.scheme_dark .reviews_block .reviews_item .reviews_slider{background-color:#fff;}.scheme_original .reviews_block .reviews_item .reviews_stars_hover{color:#fff;}.scheme_light .reviews_block .reviews_item .reviews_stars_hover{color:#fff;}.scheme_dark .reviews_block .reviews_item .reviews_stars_hover{color:#fff;}.scheme_original .reviews_block .reviews_value{color:#fff;}.scheme_light .reviews_block .reviews_value{color:#1d1e23;}.scheme_dark .reviews_block .reviews_value{color:#fff;}.scheme_original .reviews_block .reviews_summary .reviews_criteria{color:#808080;}.scheme_light .reviews_block .reviews_summary .reviews_criteria{color:#808080;}.scheme_dark .reviews_block .reviews_summary .reviews_criteria{color:#808080;}.scheme_original .reviews_block .reviews_summary .reviews_value{color:#1d1e23;}.scheme_light .reviews_block .reviews_summary .reviews_value{color:#1d1e23;}.scheme_dark .reviews_block .reviews_summary .reviews_value{color:#1d1e23;}.scheme_original .post_item .post_rating .reviews_stars_bg,.scheme_original .post_item .post_rating .reviews_stars_hover,.scheme_original .post_item .post_rating .reviews_value{color:#fff;}.scheme_light .post_item .post_rating .reviews_stars_bg,.scheme_light .post_item .post_rating .reviews_stars_hover,.scheme_light .post_item .post_rating .reviews_value{color:#fff;}.scheme_dark .post_item .post_rating .reviews_stars_bg,.scheme_dark .post_item .post_rating .reviews_stars_hover,.scheme_dark .post_item .post_rating .reviews_value{color:#fff;}.scheme_original .post_author{background-color:#121215;}.scheme_light .post_author{background-color:#f6f6f6;}.scheme_dark .post_author{background-color:#121215;}.scheme_original .post_author{color:#808080;}.scheme_light .post_author{color:#808080;}.scheme_dark .post_author{color:#808080;}.scheme_original .post_author .post_author_title{color:#fff;}.scheme_light .post_author .post_author_title{color:#808080;}.scheme_dark .post_author .post_author_title{color:#fff;}.scheme_original .post_author .post_author_title a{color:#fff;}.scheme_light .post_author .post_author_title a{color:#fff;}.scheme_dark .post_author .post_author_title a{color:#fff;}.scheme_original .post_author .post_author_title a:hover{color:#581214;}.scheme_light .post_author .post_author_title a:hover{color:#581214;}.scheme_dark .post_author .post_author_title a:hover{color:#581214;}.scheme_original .post_author .post_author_info .sc_socials_shape_square a{color:#fff;}.scheme_light .post_author .post_author_info .sc_socials_shape_square a{color:#808080;}.scheme_dark .post_author .post_author_info .sc_socials_shape_square a{color:#fff;}.scheme_original .post_author .post_author_info .sc_socials_shape_square a:hover{color:#581214;}.scheme_light .post_author .post_author_info .sc_socials_shape_square a:hover{color:#581214;}.scheme_dark .post_author .post_author_info .sc_socials_shape_square a:hover{color:#581214;}.scheme_original .comments_wrap{border-color:#343539;}.scheme_light .comments_wrap{border-color:#343539;}.scheme_dark .comments_wrap{border-color:#343539;}.scheme_original .comments_list_wrap ul.children,.scheme_original .comments_list_wrap ul > li + li{border-top-color:#343539;}.scheme_light .comments_list_wrap ul.children,.scheme_light .comments_list_wrap ul > li + li{border-top-color:#343539;}.scheme_dark .comments_list_wrap ul.children,.scheme_dark .comments_list_wrap ul > li + li{border-top-color:#343539;}.scheme_original .comments_list_wrap .comment-respond{border-bottom-color:#343539;}.scheme_light .comments_list_wrap .comment-respond{border-bottom-color:#343539;}.scheme_dark .comments_list_wrap .comment-respond{border-bottom-color:#343539;}.scheme_original .comments_list_wrap > ul{border-bottom-color:#343539;}.scheme_light .comments_list_wrap > ul{border-bottom-color:#343539;}.scheme_dark .comments_list_wrap > ul{border-bottom-color:#343539;}.scheme_original .comments_list_wrap .comment_info > span.comment_author,.scheme_original .comments_list_wrap .comment_info > .comment_date > .comment_date_value{color:#581214;}.scheme_light .comments_list_wrap .comment_info > span.comment_author,.scheme_light .comments_list_wrap .comment_info > .comment_date > .comment_date_value{color:#581214;}.scheme_dark .comments_list_wrap .comment_info > span.comment_author,.scheme_dark .comments_list_wrap .comment_info > .comment_date > .comment_date_value{color:#581214;}.scheme_original .comments_list_wrap .comment_reply a{color:#581214;}.scheme_light .comments_list_wrap .comment_reply a{color:#581214;}.scheme_dark .comments_list_wrap .comment_reply a{color:#581214;}.scheme_original .post_item_404 .page_title{color:#121215;}.scheme_light .post_item_404 .page_title{color:#f6f6f6;}.scheme_dark .post_item_404 .page_title{color:#121215;}.scheme_original .post_item_404 .page_title span{background-color:#581214;}.scheme_light .post_item_404 .page_title span{background-color:#581214;}.scheme_dark .post_item_404 .page_title span{background-color:#581214;}.scheme_original .post_item_404 .page_title span{color:#fff;}.scheme_light .post_item_404 .page_title span{color:#1d1e23;}.scheme_dark .post_item_404 .page_title span{color:#fff;}.scheme_original .post_item_404 .page_subtitle{color:#fff;}.scheme_light .post_item_404 .page_subtitle{color:#fff;}.scheme_dark .post_item_404 .page_subtitle{color:#fff;}.scheme_original .post_item_404 .page_description{color:#808080;}.scheme_light .post_item_404 .page_description{color:#808080;}.scheme_dark .post_item_404 .page_description{color:#808080;}.scheme_original .post_item_404 .page_description a{color:#581214;}.scheme_light .post_item_404 .page_description a{color:#581214;}.scheme_dark .post_item_404 .page_description a{color:#581214;}.scheme_original .post_item_404 .page_description a:hover{color:#fff;}.scheme_light .post_item_404 .page_description a:hover{color:#fff;}.scheme_dark .post_item_404 .page_description a:hover{color:#fff;}.sidebar_outer_menu .menu_side_nav > li > a,.sidebar_outer_menu .menu_side_responsive > li > a{font-size:0.858em;line-height:1.2857em;}.scheme_original .sidebar_outer_menu .menu_side_nav li > a,.scheme_original .sidebar_outer_menu .menu_side_responsive li > a{color:#fff;}.scheme_light .sidebar_outer_menu .menu_side_nav li > a,.scheme_light .sidebar_outer_menu .menu_side_responsive li > a{color:#1d1e23;}.scheme_dark .sidebar_outer_menu .menu_side_nav li > a,.scheme_dark .sidebar_outer_menu .menu_side_responsive li > a{color:#fff;}.scheme_original .sidebar_outer_menu .menu_side_nav li > a:hover,.scheme_original .sidebar_outer_menu .menu_side_nav li.sfHover > a,.scheme_original .sidebar_outer_menu .menu_side_responsive li > a:hover,.scheme_original .sidebar_outer_menu .menu_side_responsive li.sfHover > a{color:#fff;}.scheme_light .sidebar_outer_menu .menu_side_nav li > a:hover,.scheme_light .sidebar_outer_menu .menu_side_nav li.sfHover > a,.scheme_light .sidebar_outer_menu .menu_side_responsive li > a:hover,.scheme_light .sidebar_outer_menu .menu_side_responsive li.sfHover > a{color:#808080;}.scheme_dark .sidebar_outer_menu .menu_side_nav li > a:hover,.scheme_dark .sidebar_outer_menu .menu_side_nav li.sfHover > a,.scheme_dark .sidebar_outer_menu .menu_side_responsive li > a:hover,.scheme_dark .sidebar_outer_menu .menu_side_responsive li.sfHover > a{color:#fff;}.scheme_original .sidebar_outer_menu .menu_side_nav li > a:hover,.scheme_original .sidebar_outer_menu .menu_side_nav li.sfHover > a,.scheme_original .sidebar_outer_menu .menu_side_responsive li > a:hover,.scheme_original .sidebar_outer_menu .menu_side_responsive li.sfHover > a{background-color:#000;}.scheme_light .sidebar_outer_menu .menu_side_nav li > a:hover,.scheme_light .sidebar_outer_menu .menu_side_nav li.sfHover > a,.scheme_light .sidebar_outer_menu .menu_side_responsive li > a:hover,.scheme_light .sidebar_outer_menu .menu_side_responsive li.sfHover > a{background-color:#f6f6f6;}.scheme_dark .sidebar_outer_menu .menu_side_nav li > a:hover,.scheme_dark .sidebar_outer_menu .menu_side_nav li.sfHover > a,.scheme_dark .sidebar_outer_menu .menu_side_responsive li > a:hover,.scheme_dark .sidebar_outer_menu .menu_side_responsive li.sfHover > a{background-color:#000;}.scheme_original .sidebar_outer_menu .menu_side_nav > li ul,.scheme_original .sidebar_outer_menu .menu_side_responsive > li ul{color:#fff;}.scheme_light .sidebar_outer_menu .menu_side_nav > li ul,.scheme_light .sidebar_outer_menu .menu_side_responsive > li ul{color:#1d1e23;}.scheme_dark .sidebar_outer_menu .menu_side_nav > li ul,.scheme_dark .sidebar_outer_menu .menu_side_responsive > li ul{color:#fff;}.scheme_original .sidebar_outer_menu .menu_side_nav > li ul,.scheme_original .sidebar_outer_menu .menu_side_responsive > li ul{background-color:#1d1e23;}.scheme_light .sidebar_outer_menu .menu_side_nav > li ul,.scheme_light .sidebar_outer_menu .menu_side_responsive > li ul{background-color:#1d1e23;}.scheme_dark .sidebar_outer_menu .menu_side_nav > li ul,.scheme_dark .sidebar_outer_menu .menu_side_responsive > li ul{background-color:#1d1e23;}.scheme_original .sidebar_outer_menu .menu_side_nav > li ul,.scheme_original .sidebar_outer_menu .menu_side_responsive > li ul{border-color:#343539;}.scheme_light .sidebar_outer_menu .menu_side_nav > li ul,.scheme_light .sidebar_outer_menu .menu_side_responsive > li ul{border-color:#343539;}.scheme_dark .sidebar_outer_menu .menu_side_nav > li ul,.scheme_dark .sidebar_outer_menu .menu_side_responsive > li ul{border-color:#343539;}.scheme_original .sidebar_outer_menu .menu_side_nav li.current-menu-item > a,.scheme_original .sidebar_outer_menu .menu_side_nav li.current-menu-parent > a,.scheme_original .sidebar_outer_menu .menu_side_nav li.current-menu-ancestor > a,.scheme_original .sidebar_outer_menu .menu_side_responsive li.current-menu-item > a,.scheme_original .sidebar_outer_menu .menu_side_responsive li.current-menu-parent > a,.scheme_original .sidebar_outer_menu .menu_side_responsive li.current-menu-ancestor > a{color:#b4b4b4;}.scheme_light .sidebar_outer_menu .menu_side_nav li.current-menu-item > a,.scheme_light .sidebar_outer_menu .menu_side_nav li.current-menu-parent > a,.scheme_light .sidebar_outer_menu .menu_side_nav li.current-menu-ancestor > a,.scheme_light .sidebar_outer_menu .menu_side_responsive li.current-menu-item > a,.scheme_light .sidebar_outer_menu .menu_side_responsive li.current-menu-parent > a,.scheme_light .sidebar_outer_menu .menu_side_responsive li.current-menu-ancestor > a{color:#b4b4b4;}.scheme_dark .sidebar_outer_menu .menu_side_nav li.current-menu-item > a,.scheme_dark .sidebar_outer_menu .menu_side_nav li.current-menu-parent > a,.scheme_dark .sidebar_outer_menu .menu_side_nav li.current-menu-ancestor > a,.scheme_dark .sidebar_outer_menu .menu_side_responsive li.current-menu-item > a,.scheme_dark .sidebar_outer_menu .menu_side_responsive li.current-menu-parent > a,.scheme_dark .sidebar_outer_menu .menu_side_responsive li.current-menu-ancestor > a{color:#b4b4b4;}.sidebar_outer_menu .menu_side_nav > li ul,.sidebar_outer_menu .menu_side_responsive > li ul{font-size:0.858em;line-height:1.2857em;}.sidebar_outer_menu .menu_side_nav > li ul li a,.sidebar_outer_menu .menu_side_responsive > li ul li a{padding:inherit 1.5em inherit;}.scheme_original .sidebar_outer_menu .sidebar_outer_menu_buttons > a{color:#fff;}.scheme_light .sidebar_outer_menu .sidebar_outer_menu_buttons > a{color:#1d1e23;}.scheme_dark .sidebar_outer_menu .sidebar_outer_menu_buttons > a{color:#fff;}.scheme_original .sidebar_outer_menu .sidebar_outer_menu_buttons > a:hover{color:#fff;}.scheme_light .sidebar_outer_menu .sidebar_outer_menu_buttons > a:hover{color:#fff;}.scheme_dark .sidebar_outer_menu .sidebar_outer_menu_buttons > a:hover{color:#fff;}.scheme_original .sidebar_inner aside:nth-child(3n+4),.scheme_original .sidebar_inner aside:nth-child(3n+5),.scheme_original .sidebar_inner aside:nth-child(3n+6),.scheme_original .sidebar_outer_inner aside:nth-child(3n+4),.scheme_original .sidebar_outer_inner aside:nth-child(3n+5),.scheme_original .sidebar_outer_inner aside:nth-child(3n+6),.scheme_original .widget_area_inner aside:nth-child(2n+3),.scheme_original .widget_area_inner aside:nth-child(2n+4),.scheme_original .widget_area_inner aside+aside{border-color:#1d1e23;}.scheme_light .sidebar_inner aside:nth-child(3n+4),.scheme_light .sidebar_inner aside:nth-child(3n+5),.scheme_light .sidebar_inner aside:nth-child(3n+6),.scheme_light .sidebar_outer_inner aside:nth-child(3n+4),.scheme_light .sidebar_outer_inner aside:nth-child(3n+5),.scheme_light .sidebar_outer_inner aside:nth-child(3n+6),.scheme_light .widget_area_inner aside:nth-child(2n+3),.scheme_light .widget_area_inner aside:nth-child(2n+4),.scheme_light .widget_area_inner aside+aside{border-color:#1d1e23;}.scheme_dark .sidebar_inner aside:nth-child(3n+4),.scheme_dark .sidebar_inner aside:nth-child(3n+5),.scheme_dark .sidebar_inner aside:nth-child(3n+6),.scheme_dark .sidebar_outer_inner aside:nth-child(3n+4),.scheme_dark .sidebar_outer_inner aside:nth-child(3n+5),.scheme_dark .sidebar_outer_inner aside:nth-child(3n+6),.scheme_dark .widget_area_inner aside:nth-child(2n+3),.scheme_dark .widget_area_inner aside:nth-child(2n+4),.scheme_dark .widget_area_inner aside+aside{border-color:#1d1e23;}.scheme_original .widget_area_inner{color:#808080;}.scheme_light .widget_area_inner{color:#808080;}.scheme_dark .widget_area_inner{color:#808080;}.scheme_original .widget_area_inner{background-color:#121215;}.scheme_light .widget_area_inner{background-color:#f6f6f6;}.scheme_dark .widget_area_inner{background-color:#121215;}.scheme_original .widget_area_inner a,.scheme_original .widget_area_inner ul li:before,.scheme_original .widget_area_inner ul li a:hover,.scheme_original .widget_area_inner button:before{color:#581214;}.scheme_light .widget_area_inner a,.scheme_light .widget_area_inner ul li:before,.scheme_light .widget_area_inner ul li a:hover,.scheme_light .widget_area_inner button:before{color:#581214;}.scheme_dark .widget_area_inner a,.scheme_dark .widget_area_inner ul li:before,.scheme_dark .widget_area_inner ul li a:hover,.scheme_dark .widget_area_inner button:before{color:#581214;}.scheme_original .widget_area_inner a:hover,.scheme_original .widget_area_inner ul li a,.scheme_original .widget_area_inner button:hover:before{color:#b4b4b4;}.scheme_light .widget_area_inner a:hover,.scheme_light .widget_area_inner ul li a,.scheme_light .widget_area_inner button:hover:before{color:#b4b4b4;}.scheme_dark .widget_area_inner a:hover,.scheme_dark .widget_area_inner ul li a,.scheme_dark .widget_area_inner button:hover:before{color:#b4b4b4;}.widget_area_inner ul li:before{font-size:1.5em;}.scheme_original .widget_area_inner .post_title a{color:#fff;}.scheme_light .widget_area_inner .post_title a{color:#1d1e23;}.scheme_dark .widget_area_inner .post_title a{color:#fff;}.scheme_original .widget_area_inner .widget_text a:not(.sc_button),.scheme_original .widget_area_inner .post_info a{color:#fff;}.scheme_light .widget_area_inner .widget_text a:not(.sc_button),.scheme_light .widget_area_inner .post_info a{color:#fff;}.scheme_dark .widget_area_inner .widget_text a:not(.sc_button),.scheme_dark .widget_area_inner .post_info a{color:#fff;}.scheme_original .widget_area_inner .widget_text a:not(.sc_button):hover,.scheme_original .widget_area_inner .post_info a:hover{color:#581214;}.scheme_light .widget_area_inner .widget_text a:not(.sc_button):hover,.scheme_light .widget_area_inner .post_info a:hover{color:#581214;}.scheme_dark .widget_area_inner .widget_text a:not(.sc_button):hover,.scheme_dark .widget_area_inner .post_info a:hover{color:#581214;}.scheme_original .widget_area .widget_title:after,.scheme_original .widget_area ul li:before{color:#581214;}.scheme_light .widget_area .widget_title:after,.scheme_light .widget_area ul li:before{color:#581214;}.scheme_dark .widget_area .widget_title:after,.scheme_dark .widget_area ul li:before{color:#581214;}.scheme_original .widget_area select{background-color:#1d1e23;}.scheme_light .widget_area select{background-color:#1d1e23;}.scheme_dark .widget_area select{background-color:#1d1e23;}.scheme_original .widget_area select{color:rgba(128,128,128,0.5);}.scheme_light .widget_area select{color:rgba(128,128,128,0.5);}.scheme_dark .widget_area select{color:rgba(128,128,128,0.5);}.footer_wrap.widget_area select{background-color:#000;}.scheme_original .footer_wrap.widget_area select{color:#808080;}.scheme_light .footer_wrap.widget_area select{color:#808080;}.scheme_dark .footer_wrap.widget_area select{color:#808080;}.scheme_original .widget_area select option{color:#808080;}.scheme_light .widget_area select option{color:#808080;}.scheme_dark .widget_area select option{color:#808080;}.scheme_original .widget_area ul ul.children li a{color:#808080;}.scheme_light .widget_area ul ul.children li a{color:#808080;}.scheme_dark .widget_area ul ul.children li a{color:#808080;}.scheme_original .widget_area .widget_rss li{color:#808080;}.scheme_light .widget_area .widget_rss li{color:#808080;}.scheme_dark .widget_area .widget_rss li{color:#808080;}.scheme_original .widget_area .widget_rss li a{color:#b4b4b4;}.scheme_light .widget_area .widget_rss li a{color:#b4b4b4;}.scheme_dark .widget_area .widget_rss li a{color:#b4b4b4;}.scheme_original .widget_area .widget_rss li a:hover,.scheme_original .widget_area .widget_rss li .rss-date{color:#581214;}.scheme_light .widget_area .widget_rss li a:hover,.scheme_light .widget_area .widget_rss li .rss-date{color:#581214;}.scheme_dark .widget_area .widget_rss li a:hover,.scheme_dark .widget_area .widget_rss li .rss-date{color:#581214;}.scheme_original .widget_area_inner .widget_product_search .search_form,.scheme_original .widget_area_inner .widget_search .search_form{background-color:#121215;}.scheme_light .widget_area_inner .widget_product_search .search_form,.scheme_light .widget_area_inner .widget_search .search_form{background-color:#f6f6f6;}.scheme_dark .widget_area_inner .widget_product_search .search_form,.scheme_dark .widget_area_inner .widget_search .search_form{background-color:#121215;}.scheme_original .widget_area_inner .widget_product_search .search_field,.scheme_original .widget_area_inner .widget_search .search_field{color:#808080;}.scheme_light .widget_area_inner .widget_product_search .search_field,.scheme_light .widget_area_inner .widget_search .search_field{color:#808080;}.scheme_dark .widget_area_inner .widget_product_search .search_field,.scheme_dark .widget_area_inner .widget_search .search_field{color:#808080;}.scheme_original .widget_area_inner .widget_product_search .search_field,.scheme_original .widget_area_inner .widget_search .search_field{background-color:#1d1e23;}.scheme_light .widget_area_inner .widget_product_search .search_field,.scheme_light .widget_area_inner .widget_search .search_field{background-color:#1d1e23;}.scheme_dark .widget_area_inner .widget_product_search .search_field,.scheme_dark .widget_area_inner .widget_search .search_field{background-color:#1d1e23;}.scheme_original .widget_area_inner .widget_product_search .search_form:before,.scheme_original .widget_area_inner .widget_search .search_form:before{color:rgba(128,128,128,0.5);}.scheme_light .widget_area_inner .widget_product_search .search_form:before,.scheme_light .widget_area_inner .widget_search .search_form:before{color:rgba(128,128,128,0.5);}.scheme_dark .widget_area_inner .widget_product_search .search_form:before,.scheme_dark .widget_area_inner .widget_search .search_form:before{color:rgba(128,128,128,0.5);}.scheme_original .widget_area_inner .widget_product_search .search_field::-webkit-input-placeholder,.scheme_original .widget_area_inner .widget_search .search_field::-webkit-input-placeholder{color:rgba(128,128,128,0.5);}.scheme_light .widget_area_inner .widget_product_search .search_field::-webkit-input-placeholder,.scheme_light .widget_area_inner .widget_search .search_field::-webkit-input-placeholder{color:rgba(128,128,128,0.5);}.scheme_dark .widget_area_inner .widget_product_search .search_field::-webkit-input-placeholder,.scheme_dark .widget_area_inner .widget_search .search_field::-webkit-input-placeholder{color:rgba(128,128,128,0.5);}.scheme_original .widget_area_inner .widget_product_search .search_field::-moz-placeholder,.scheme_original .widget_area_inner .widget_search .search_field::-moz-placeholder{color:rgba(128,128,128,0.5);}.scheme_light .widget_area_inner .widget_product_search .search_field::-moz-placeholder,.scheme_light .widget_area_inner .widget_search .search_field::-moz-placeholder{color:rgba(128,128,128,0.5);}.scheme_dark .widget_area_inner .widget_product_search .search_field::-moz-placeholder,.scheme_dark .widget_area_inner .widget_search .search_field::-moz-placeholder{color:rgba(128,128,128,0.5);}.scheme_original .widget_area_inner .widget_product_search .search_field:-moz-placeholder,.scheme_original .widget_area_inner .widget_search .search_field:-moz-placeholder{color:rgba(128,128,128,0.5);}.scheme_light .widget_area_inner .widget_product_search .search_field:-moz-placeholder,.scheme_light .widget_area_inner .widget_search .search_field:-moz-placeholder{color:rgba(128,128,128,0.5);}.scheme_dark .widget_area_inner .widget_product_search .search_field:-moz-placeholder,.scheme_dark .widget_area_inner .widget_search .search_field:-moz-placeholder{color:rgba(128,128,128,0.5);}.scheme_original .widget_area_inner .widget_product_search .search_field:-ms-input-placeholder,.scheme_original .widget_area_inner .widget_search .search_field:-ms-input-placeholder{color:rgba(128,128,128,0.5);}.scheme_light .widget_area_inner .widget_product_search .search_field:-ms-input-placeholder,.scheme_light .widget_area_inner .widget_search .search_field:-ms-input-placeholder{color:rgba(128,128,128,0.5);}.scheme_dark .widget_area_inner .widget_product_search .search_field:-ms-input-placeholder,.scheme_dark .widget_area_inner .widget_search .search_field:-ms-input-placeholder{color:rgba(128,128,128,0.5);}.scheme_original .widget_area_inner .widget_product_search .search_button,.scheme_original .widget_area_inner .widget_search .search_button{color:#808080;}.scheme_light .widget_area_inner .widget_product_search .search_button,.scheme_light .widget_area_inner .widget_search .search_button{color:#808080;}.scheme_dark .widget_area_inner .widget_product_search .search_button,.scheme_dark .widget_area_inner .widget_search .search_button{color:#808080;}.scheme_original .widget_area_inner .widget_product_search .search_button:hover,.scheme_original .widget_area_inner .widget_search .search_button:hover{color:#fff;}.scheme_light .widget_area_inner .widget_product_search .search_button:hover,.scheme_light .widget_area_inner .widget_search .search_button:hover{color:#808080;}.scheme_dark .widget_area_inner .widget_product_search .search_button:hover,.scheme_dark .widget_area_inner .widget_search .search_button:hover{color:#fff;}.scheme_original .recentcomments .comment-author-link{color:#b4b4b4;}.scheme_light .recentcomments .comment-author-link{color:#b4b4b4;}.scheme_dark .recentcomments .comment-author-link{color:#b4b4b4;}.scheme_original .widget_area ul#recentcomments li + li{border-color:#343539;}.scheme_light .widget_area ul#recentcomments li + li{border-color:#343539;}.scheme_dark .widget_area ul#recentcomments li + li{border-color:#343539;}.scheme_original .widget_area_inner .widget_calendar .weekday{color:#b4b4b4;}.scheme_light .widget_area_inner .widget_calendar .weekday{color:#b4b4b4;}.scheme_dark .widget_area_inner .widget_calendar .weekday{color:#b4b4b4;}.scheme_original .widget_area_inner .widget_calendar .today .day_wrap{border-color:rgba(255,255,255,0.2);}.scheme_light .widget_area_inner .widget_calendar .today .day_wrap{border-color:rgba(255,255,255,0.2);}.scheme_dark .widget_area_inner .widget_calendar .today .day_wrap{border-color:rgba(255,255,255,0.2);}.scheme_original .widget_area .widget_calendar td a.day_wrap{background-color:#581214;}.scheme_light .widget_area .widget_calendar td a.day_wrap{background-color:#581214;}.scheme_dark .widget_area .widget_calendar td a.day_wrap{background-color:#581214;}.scheme_original .widget_area .widget_calendar td a.day_wrap{color:#fff;}.scheme_light .widget_area .widget_calendar td a.day_wrap{color:#fff;}.scheme_dark .widget_area .widget_calendar td a.day_wrap{color:#fff;}.scheme_original .widget_area_inner .widget_product_tag_cloud a,.scheme_original .widget_area_inner .widget_tag_cloud a{border-color:#343539;}.scheme_light .widget_area_inner .widget_product_tag_cloud a,.scheme_light .widget_area_inner .widget_tag_cloud a{border-color:#343539;}.scheme_dark .widget_area_inner .widget_product_tag_cloud a,.scheme_dark .widget_area_inner .widget_tag_cloud a{border-color:#343539;}.scheme_original .widget_area_inner .widget_product_tag_cloud a,.scheme_original .widget_area_inner .widget_tag_cloud a{color:#b4b4b4;}.scheme_light .widget_area_inner .widget_product_tag_cloud a,.scheme_light .widget_area_inner .widget_tag_cloud a{color:#b4b4b4;}.scheme_dark .widget_area_inner .widget_product_tag_cloud a,.scheme_dark .widget_area_inner .widget_tag_cloud a{color:#b4b4b4;}.scheme_original .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_original .widget_area_inner .widget_tag_cloud a:hover{border-color:#581214;}.scheme_light .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_light .widget_area_inner .widget_tag_cloud a:hover{border-color:#581214;}.scheme_dark .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_dark .widget_area_inner .widget_tag_cloud a:hover{border-color:#581214;}.scheme_original .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_original .widget_area_inner .widget_tag_cloud a:hover{color:#581214;}.scheme_light .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_light .widget_area_inner .widget_tag_cloud a:hover{color:#581214;}.scheme_dark .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_dark .widget_area_inner .widget_tag_cloud a:hover{color:#581214;}.scheme_original .sidebar_outer_inner aside,.scheme_original .sidebar_inner aside{border-top-color:#343539;}.scheme_light .sidebar_outer_inner aside,.scheme_light .sidebar_inner aside{border-top-color:#343539;}.scheme_dark .sidebar_outer_inner aside,.scheme_dark .sidebar_inner aside{border-top-color:#343539;}.scheme_original .contacts_wrap_inner{color:#808080;}.scheme_light .contacts_wrap_inner{color:#808080;}.scheme_dark .contacts_wrap_inner{color:#808080;}.scheme_original .contacts_wrap_inner{background-color:#0a0a0d;}.scheme_light .contacts_wrap_inner{background-color:#f6f6f6;}.scheme_dark .contacts_wrap_inner{background-color:#121215;}.scheme_original .testimonials_wrap_inner,.scheme_original .twitter_wrap_inner{color:#808080;}.scheme_light .testimonials_wrap_inner,.scheme_light .twitter_wrap_inner{color:#808080;}.scheme_dark .testimonials_wrap_inner,.scheme_dark .twitter_wrap_inner{color:#808080;}.scheme_original .testimonials_wrap_inner,.scheme_original .twitter_wrap_inner{background-color:#1d1e23;}.scheme_light .testimonials_wrap_inner,.scheme_light .twitter_wrap_inner{background-color:#1d1e23;}.scheme_dark .testimonials_wrap_inner,.scheme_dark .twitter_wrap_inner{background-color:#1d1e23;}.scheme_original .copyright_wrap_inner{background-color:#000;}.scheme_light .copyright_wrap_inner{background-color:#f6f6f6;}.scheme_dark .copyright_wrap_inner{background-color:#000;}.scheme_original .copyright_wrap_inner .copyright_text{color:#808080;}.scheme_light .copyright_wrap_inner .copyright_text{color:#808080;}.scheme_dark .copyright_wrap_inner .copyright_text{color:#808080;}.scheme_original .copyright_wrap_inner .copyright_text a{color:#581214;}.scheme_light .copyright_wrap_inner .copyright_text a{color:#581214;}.scheme_dark .copyright_wrap_inner .copyright_text a{color:#581214;}.scheme_original .copyright_wrap_inner .menu_footer_nav li a{color:#808080;}.scheme_light .copyright_wrap_inner .menu_footer_nav li a{color:#808080;}.scheme_dark .copyright_wrap_inner .menu_footer_nav li a{color:#808080;}.scheme_original .copyright_wrap_inner .menu_footer_nav li a:hover{color:#fff;}.scheme_light .copyright_wrap_inner .menu_footer_nav li a:hover{color:#fff;}.scheme_dark .copyright_wrap_inner .menu_footer_nav li a:hover{color:#fff;}.scheme_original .footer_wrap_inner.widget_area_inner{background-color:#1d1e23;}.scheme_light .footer_wrap_inner.widget_area_inner{background-color:#1d1e23;}.scheme_dark .footer_wrap_inner.widget_area_inner{background-color:#1d1e23;}.scheme_original .footer_wrap_inner.widget_area_inner  ul.product_list_widget .amount{color:#581214;}.scheme_light .footer_wrap_inner.widget_area_inner  ul.product_list_widget .amount{color:#581214;}.scheme_dark .footer_wrap_inner.widget_area_inner  ul.product_list_widget .amount{color:#581214;}.scheme_original .footer_wrap_inner.widget_area_inner  ul.product_list_widget li del .amount{color:#b4b4b4;}.scheme_light .footer_wrap_inner.widget_area_inner  ul.product_list_widget li del .amount{color:#b4b4b4;}.scheme_dark .footer_wrap_inner.widget_area_inner  ul.product_list_widget li del .amount{color:#b4b4b4;}.scheme_original .woocommerce .widget_area_inner .star-rating:before,.scheme_original .woocommerce .widget_area_inner .star-rating span:before{color:#581214;}.scheme_light .woocommerce .widget_area_inner .star-rating:before,.scheme_light .woocommerce .widget_area_inner .star-rating span:before{color:#581214;}.scheme_dark .woocommerce .widget_area_inner .star-rating:before,.scheme_dark .woocommerce .widget_area_inner .star-rating span:before{color:#581214;}.scroll_to_top{border:none;}.scheme_original .scroll_to_top{color:#1d1e23;}.scheme_light .scroll_to_top{color:#1d1e23;}.scheme_dark .scroll_to_top{color:#1d1e23;}.scheme_original .scroll_to_top{background-color:#fff;border-radius: 10px;}.scheme_light .scroll_to_top{background-color:#fff;}.scheme_dark .scroll_to_top{background-color:#fff;}.scheme_original .scroll_to_top:hover{color:#1d1e23;}.scheme_light .scroll_to_top:hover{color:#1d1e23;}.scheme_dark .scroll_to_top:hover{color:#1d1e23;}.scheme_original .scroll_to_top:hover{background-color:#581214;}.scheme_light .scroll_to_top:hover{background-color:#581214;}.scheme_dark .scroll_to_top:hover{background-color:#581214;}.scheme_original .popup_wrap{background-color:#1d1e23;}.scheme_light .popup_wrap{background-color:#1d1e23;}.scheme_dark .popup_wrap{background-color:#1d1e23;}.scheme_original .esg-grid.esg-container .esg-filterbutton{color:#808080;}.scheme_light .esg-grid.esg-container .esg-filterbutton{color:#808080;}.scheme_dark .esg-grid.esg-container .esg-filterbutton{color:#808080;}.scheme_original .esg-grid.esg-container .esg-filterbutton:hover,.scheme_original .esg-grid.esg-container .esg-filterbutton.selected{color:#581214;}.scheme_light .esg-grid.esg-container .esg-filterbutton:hover,.scheme_light .esg-grid.esg-container .esg-filterbutton.selected{color:#581214;}.scheme_dark .esg-grid.esg-container .esg-filterbutton:hover,.scheme_dark .esg-grid.esg-container .esg-filterbutton.selected{color:#581214;}.scheme_original .esg-grid.esg-container .esg-filterbutton.esg-pagination-button,.scheme_original .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:hover{color:#fff;}.scheme_light .esg-grid.esg-container .esg-filterbutton.esg-pagination-button,.scheme_light .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:hover{color:#1d1e23;}.scheme_dark .esg-grid.esg-container .esg-filterbutton.esg-pagination-button,.scheme_dark .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:hover{color:#fff;}.scheme_original .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:after,.scheme_original .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:before{color:#581214;}.scheme_light .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:after,.scheme_light .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:before{color:#581214;}.scheme_dark .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:after,.scheme_dark .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:before{color:#581214;}.scheme_original .woocommerce .woocommerce-message:before,.scheme_original .woocommerce-page .woocommerce-message:before,.scheme_original .woocommerce a.button.alt:hover,.scheme_original .woocommerce button.button.alt:hover,.scheme_original .woocommerce input.button.alt:hover,.scheme_original .woocommerce #respond input#submit.alt:hover,.scheme_original .woocommerce #content input.button.alt:hover,.scheme_original .woocommerce-page a.button.alt:hover,.scheme_original .woocommerce-page button.button.alt:hover,.scheme_original .woocommerce-page input.button.alt:hover,.scheme_original .woocommerce-page #respond input#submit.alt:hover,.scheme_original .woocommerce-page #content input.button.alt:hover,.scheme_original .woocommerce a.button:hover,.scheme_original .woocommerce button.button:hover,.scheme_original .woocommerce input.button:hover,.scheme_original .woocommerce #respond input#submit:hover,.scheme_original .woocommerce #content input.button:hover,.scheme_original .woocommerce-page a.button:hover,.scheme_original .woocommerce-page button.button:hover,.scheme_original .woocommerce-page input.button:hover,.scheme_original .woocommerce-page #respond input#submit:hover,.scheme_original .woocommerce-page #content input.button:hover,.scheme_original .woocommerce .quantity input[type="button"]:hover,.scheme_original .woocommerce #content input[type="button"]:hover,.scheme_original .woocommerce-page .quantity input[type="button"]:hover,.scheme_original .woocommerce-page #content .quantity input[type="button"]:hover,.scheme_original .woocommerce .star-rating,.scheme_original .woocommerce-page .star-rating,.scheme_original .widget_area_inner .widgetWrap ul > li .star-rating span,.scheme_original .woocommerce #review_form #respond .stars a,.scheme_original .woocommerce-page #review_form #respond .stars a,.scheme_original .woocommerce ul.cart_list li a:hover{color:#581214;}.scheme_light .woocommerce .woocommerce-message:before,.scheme_light .woocommerce-page .woocommerce-message:before,.scheme_light .woocommerce a.button.alt:hover,.scheme_light .woocommerce button.button.alt:hover,.scheme_light .woocommerce input.button.alt:hover,.scheme_light .woocommerce #respond input#submit.alt:hover,.scheme_light .woocommerce #content input.button.alt:hover,.scheme_light .woocommerce-page a.button.alt:hover,.scheme_light .woocommerce-page button.button.alt:hover,.scheme_light .woocommerce-page input.button.alt:hover,.scheme_light .woocommerce-page #respond input#submit.alt:hover,.scheme_light .woocommerce-page #content input.button.alt:hover,.scheme_light .woocommerce a.button:hover,.scheme_light .woocommerce button.button:hover,.scheme_light .woocommerce input.button:hover,.scheme_light .woocommerce #respond input#submit:hover,.scheme_light .woocommerce #content input.button:hover,.scheme_light .woocommerce-page a.button:hover,.scheme_light .woocommerce-page button.button:hover,.scheme_light .woocommerce-page input.button:hover,.scheme_light .woocommerce-page #respond input#submit:hover,.scheme_light .woocommerce-page #content input.button:hover,.scheme_light .woocommerce .quantity input[type="button"]:hover,.scheme_light .woocommerce #content input[type="button"]:hover,.scheme_light .woocommerce-page .quantity input[type="button"]:hover,.scheme_light .woocommerce-page #content .quantity input[type="button"]:hover,.scheme_light .woocommerce .star-rating,.scheme_light .woocommerce-page .star-rating,.scheme_light .widget_area_inner .widgetWrap ul > li .star-rating span,.scheme_light .woocommerce #review_form #respond .stars a,.scheme_light .woocommerce-page #review_form #respond .stars a,.scheme_light .woocommerce ul.cart_list li a:hover{color:#581214;}.scheme_dark .woocommerce .woocommerce-message:before,.scheme_dark .woocommerce-page .woocommerce-message:before,.scheme_dark .woocommerce a.button.alt:hover,.scheme_dark .woocommerce button.button.alt:hover,.scheme_dark .woocommerce input.button.alt:hover,.scheme_dark .woocommerce #respond input#submit.alt:hover,.scheme_dark .woocommerce #content input.button.alt:hover,.scheme_dark .woocommerce-page a.button.alt:hover,.scheme_dark .woocommerce-page button.button.alt:hover,.scheme_dark .woocommerce-page input.button.alt:hover,.scheme_dark .woocommerce-page #respond input#submit.alt:hover,.scheme_dark .woocommerce-page #content input.button.alt:hover,.scheme_dark .woocommerce a.button:hover,.scheme_dark .woocommerce button.button:hover,.scheme_dark .woocommerce input.button:hover,.scheme_dark .woocommerce #respond input#submit:hover,.scheme_dark .woocommerce #content input.button:hover,.scheme_dark .woocommerce-page a.button:hover,.scheme_dark .woocommerce-page button.button:hover,.scheme_dark .woocommerce-page input.button:hover,.scheme_dark .woocommerce-page #respond input#submit:hover,.scheme_dark .woocommerce-page #content input.button:hover,.scheme_dark .woocommerce .quantity input[type="button"]:hover,.scheme_dark .woocommerce #content input[type="button"]:hover,.scheme_dark .woocommerce-page .quantity input[type="button"]:hover,.scheme_dark .woocommerce-page #content .quantity input[type="button"]:hover,.scheme_dark .woocommerce .star-rating,.scheme_dark .woocommerce-page .star-rating,.scheme_dark .widget_area_inner .widgetWrap ul > li .star-rating span,.scheme_dark .woocommerce #review_form #respond .stars a,.scheme_dark .woocommerce-page #review_form #respond .stars a,.scheme_dark .woocommerce ul.cart_list li a:hover{color:#581214;}.scheme_original .woocommerce div.quantity span,.scheme_original .woocommerce-page div.quantity span{color:#fff;}.scheme_light .woocommerce div.quantity span,.scheme_light .woocommerce-page div.quantity span{color:#1d1e23;}.scheme_dark .woocommerce div.quantity span,.scheme_dark .woocommerce-page div.quantity span{color:#fff;}.scheme_original .woocommerce div.quantity span,.scheme_original .woocommerce-page div.quantity span{background-color:#1d1e23;}.scheme_light .woocommerce div.quantity span,.scheme_light .woocommerce-page div.quantity span{background-color:#1d1e23;}.scheme_dark .woocommerce div.quantity span,.scheme_dark .woocommerce-page div.quantity span{background-color:#1d1e23;}.scheme_original .woocommerce div.quantity span:hover,.scheme_original .woocommerce-page div.quantity span:hover,.scheme_original .woocommerce .widget_price_filter .ui-slider .ui-slider-range,.scheme_original .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.scheme_original .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.scheme_original .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{background-color:#581214;}.scheme_light .woocommerce div.quantity span:hover,.scheme_light .woocommerce-page div.quantity span:hover,.scheme_light .woocommerce .widget_price_filter .ui-slider .ui-slider-range,.scheme_light .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.scheme_light .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.scheme_light .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{background-color:#581214;}.scheme_dark .woocommerce div.quantity span:hover,.scheme_dark .woocommerce-page div.quantity span:hover,.scheme_dark .woocommerce .widget_price_filter .ui-slider .ui-slider-range,.scheme_dark .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.scheme_dark .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.scheme_dark .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{background-color:#581214;}.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button{background-color:#581214;}.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button{background-color:#581214;}.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button{background-color:#581214;}.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button{border-color:#581214;}.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button{border-color:#581214;}.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button{border-color:#581214;}.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button{color:#fff;}.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button{color:#1d1e23;}.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button{color:#fff;}.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button:hover{background-color:#581214;}.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button:hover{background-color:#581214;}.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button:hover{background-color:#581214;}.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button:hover{border-color:#581214;}.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button:hover{border-color:#581214;}.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button:hover{border-color:#581214;}.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button:hover{color:#fff;}.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button:hover{color:#1d1e23;}.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button:hover{color:#fff;}.scheme_original .woocommerce .widget_price_filter .price_label span{color:#b4b4b4;}.scheme_light .woocommerce .widget_price_filter .price_label span{color:#b4b4b4;}.scheme_dark .woocommerce .widget_price_filter .price_label span{color:#b4b4b4;}.scheme_original .woocommerce .woocommerce-message,.scheme_original .woocommerce-page .woocommerce-message,.scheme_original .woocommerce a.button.alt:active,.scheme_original .woocommerce button.button.alt:active,.scheme_original .woocommerce input.button.alt:active,.scheme_original .woocommerce #respond input#submit.alt:active,.scheme_original .woocommerce #content input.button.alt:active,.scheme_original .woocommerce-page a.button.alt:active,.scheme_original .woocommerce-page button.button.alt:active,.scheme_original .woocommerce-page input.button.alt:active,.scheme_original .woocommerce-page #respond input#submit.alt:active,.scheme_original .woocommerce-page #content input.button.alt:active,.scheme_original .woocommerce a.button:active,.scheme_original .woocommerce button.button:active,.scheme_original .woocommerce input.button:active,.scheme_original .woocommerce #respond input#submit:active,.scheme_original .woocommerce #content input.button:active,.scheme_original .woocommerce-page a.button:active,.scheme_original .woocommerce-page button.button:active,.scheme_original .woocommerce-page input.button:active,.scheme_original .woocommerce-page #respond input#submit:active,.scheme_original .woocommerce-page #content input.button:active{border-top-color:#fff;}.scheme_light .woocommerce .woocommerce-message,.scheme_light .woocommerce-page .woocommerce-message,.scheme_light .woocommerce a.button.alt:active,.scheme_light .woocommerce button.button.alt:active,.scheme_light .woocommerce input.button.alt:active,.scheme_light .woocommerce #respond input#submit.alt:active,.scheme_light .woocommerce #content input.button.alt:active,.scheme_light .woocommerce-page a.button.alt:active,.scheme_light .woocommerce-page button.button.alt:active,.scheme_light .woocommerce-page input.button.alt:active,.scheme_light .woocommerce-page #respond input#submit.alt:active,.scheme_light .woocommerce-page #content input.button.alt:active,.scheme_light .woocommerce a.button:active,.scheme_light .woocommerce button.button:active,.scheme_light .woocommerce input.button:active,.scheme_light .woocommerce #respond input#submit:active,.scheme_light .woocommerce #content input.button:active,.scheme_light .woocommerce-page a.button:active,.scheme_light .woocommerce-page button.button:active,.scheme_light .woocommerce-page input.button:active,.scheme_light .woocommerce-page #respond input#submit:active,.scheme_light .woocommerce-page #content input.button:active{border-top-color:#fff;}.scheme_dark .woocommerce .woocommerce-message,.scheme_dark .woocommerce-page .woocommerce-message,.scheme_dark .woocommerce a.button.alt:active,.scheme_dark .woocommerce button.button.alt:active,.scheme_dark .woocommerce input.button.alt:active,.scheme_dark .woocommerce #respond input#submit.alt:active,.scheme_dark .woocommerce #content input.button.alt:active,.scheme_dark .woocommerce-page a.button.alt:active,.scheme_dark .woocommerce-page button.button.alt:active,.scheme_dark .woocommerce-page input.button.alt:active,.scheme_dark .woocommerce-page #respond input#submit.alt:active,.scheme_dark .woocommerce-page #content input.button.alt:active,.scheme_dark .woocommerce a.button:active,.scheme_dark .woocommerce button.button:active,.scheme_dark .woocommerce input.button:active,.scheme_dark .woocommerce #respond input#submit:active,.scheme_dark .woocommerce #content input.button:active,.scheme_dark .woocommerce-page a.button:active,.scheme_dark .woocommerce-page button.button:active,.scheme_dark .woocommerce-page input.button:active,.scheme_dark .woocommerce-page #respond input#submit:active,.scheme_dark .woocommerce-page #content input.button:active{border-top-color:#fff;}.scheme_original .woocommerce.widget_shopping_cart .total strong,.scheme_original .woocommerce.widget_shopping_cart .total .amount{color:#fff;}.scheme_light .woocommerce.widget_shopping_cart .total strong,.scheme_light .woocommerce.widget_shopping_cart .total .amount{color:#1d1e23;}.scheme_dark .woocommerce.widget_shopping_cart .total strong,.scheme_dark .woocommerce.widget_shopping_cart .total .amount{color:#fff;}.scheme_original .woocommerce.widget_shopping_cart .buttons a{background-color:#581214;}.scheme_light .woocommerce.widget_shopping_cart .buttons a{background-color:#581214;}.scheme_dark .woocommerce.widget_shopping_cart .buttons a{background-color:#581214;}.scheme_original .woocommerce.widget_shopping_cart .buttons a{border-color:#581214;}.scheme_light .woocommerce.widget_shopping_cart .buttons a{border-color:#581214;}.scheme_dark .woocommerce.widget_shopping_cart .buttons a{border-color:#581214;}.scheme_original .woocommerce.widget_shopping_cart .buttons a{color:#fff;}.scheme_light .woocommerce.widget_shopping_cart .buttons a{color:#fff;}.scheme_dark .woocommerce.widget_shopping_cart .buttons a{color:#fff;}.scheme_original .woocommerce.widget_shopping_cart .buttons a:hover{background-color:#581214;}.scheme_light .woocommerce.widget_shopping_cart .buttons a:hover{background-color:#581214;}.scheme_dark .woocommerce.widget_shopping_cart .buttons a:hover{background-color:#581214;}.scheme_original .woocommerce.widget_shopping_cart .buttons a:hover{border-color:#581214;}.scheme_light .woocommerce.widget_shopping_cart .buttons a:hover{border-color:#581214;}.scheme_dark .woocommerce.widget_shopping_cart .buttons a:hover{border-color:#581214;}.scheme_original .woocommerce.widget_shopping_cart .buttons a:hover{color:#fff;}.scheme_light .woocommerce.widget_shopping_cart .buttons a:hover{color:#fff;}.scheme_dark .woocommerce.widget_shopping_cart .buttons a:hover{color:#fff;}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{color:#581214;}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{color:#581214;}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{color:#581214;}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{background-color:rgba(254,165,38,0);}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{background-color:rgba(254,165,38,0);}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{background-color:rgba(254,165,38,0);}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{border-color:rgba(254,165,38,0);}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{border-color:rgba(254,165,38,0);}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{border-color:rgba(254,165,38,0);}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{color:#fff;}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{color:#1d1e23;}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{color:#fff;}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{background-color:rgba(254,165,38,0);}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{background-color:rgba(254,165,38,0);}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{background-color:rgba(254,165,38,0);}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{border-color:rgba(254,165,38,0);}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{border-color:rgba(254,165,38,0);}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{border-color:rgba(254,165,38,0);}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{color:#fff;}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{color:#1d1e23;}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{color:#fff;}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{background-color:#581214;}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{background-color:#581214;}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{background-color:#581214;}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{border-color:#581214;}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{border-color:#581214;}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{border-color:#581214;}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{color:#fff;}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{color:#1d1e23;}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{color:#fff;}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{background-color:#581214;}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{background-color:#581214;}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{background-color:#581214;}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{border-color:#581214;}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{border-color:#581214;}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{border-color:#581214;}.scheme_original .woocommerce .quantity .qty,.scheme_original .woocommerce table.cart td.actions .coupon .input-text,.scheme_original .woocommerce-checkout #payment{background-color:#fff;}.scheme_light .woocommerce .quantity .qty,.scheme_light .woocommerce table.cart td.actions .coupon .input-text,.scheme_light .woocommerce-checkout #payment{background-color:#fff;}.scheme_dark .woocommerce .quantity .qty,.scheme_dark .woocommerce table.cart td.actions .coupon .input-text,.scheme_dark .woocommerce-checkout #payment{background-color:#fff;}.scheme_original .contact_cart .cart_item,.scheme_original .header_mobile .cart_item{background-color:#581214;}.scheme_light .contact_cart .cart_item,.scheme_light .header_mobile .cart_item{background-color:#581214;}.scheme_dark .contact_cart .cart_item,.scheme_dark .header_mobile .cart_item{background-color:#581214;}.scheme_original .contact_cart .cart_item,.scheme_original .header_mobile .cart_item{color:#fff;}.scheme_light .contact_cart .cart_item,.scheme_light .header_mobile .cart_item{color:#1d1e23;}.scheme_dark .contact_cart .cart_item,.scheme_dark .header_mobile .cart_item{color:#fff;}.scheme_original .woocommerce ul.products li.product-category .post_item_wrap{background-color:#581214;}.scheme_light .woocommerce ul.products li.product-category .post_item_wrap{background-color:#581214;}.scheme_dark .woocommerce ul.products li.product-category .post_item_wrap{background-color:#581214;}.scheme_original .woocommerce ul.products li.product h3:hover,.scheme_original .woocommerce ul.products li.product h3 a:hover{color:#581214;}.scheme_light .woocommerce ul.products li.product h3:hover,.scheme_light .woocommerce ul.products li.product h3 a:hover{color:#581214;}.scheme_dark .woocommerce ul.products li.product h3:hover,.scheme_dark .woocommerce ul.products li.product h3 a:hover{color:#581214;}.scheme_original .woocommerce ul.products li.product h3,.scheme_original .woocommerce ul.products li.product h3 a,.scheme_original .woocommerce .product_meta span span,.scheme_original .woocommerce .product_meta a,.scheme_original .woocommerce div.product .product_title,.scheme_original .woocommerce .related.products h2{color:#1d1e23;}.scheme_light .woocommerce ul.products li.product h3,.scheme_light .woocommerce ul.products li.product h3 a,.scheme_light .woocommerce .product_meta span span,.scheme_light .woocommerce .product_meta a,.scheme_light .woocommerce div.product .product_title,.scheme_light .woocommerce .related.products h2{color:#1d1e23;}.scheme_dark .woocommerce ul.products li.product h3,.scheme_dark .woocommerce ul.products li.product h3 a,.scheme_dark .woocommerce .product_meta span span,.scheme_dark .woocommerce .product_meta a,.scheme_dark .woocommerce div.product .product_title,.scheme_dark .woocommerce .related.products h2{color:#1d1e23;}.scheme_original .woocommerce ul.products li.product.product-category h3:hover,.scheme_original .woocommerce ul.products li.product.product-category h3 a:hover{color:#1d1e23;}.scheme_light .woocommerce ul.products li.product.product-category h3:hover,.scheme_light .woocommerce ul.products li.product.product-category h3 a:hover{color:#1d1e23;}.scheme_dark .woocommerce ul.products li.product.product-category h3:hover,.scheme_dark .woocommerce ul.products li.product.product-category h3 a:hover{color:#1d1e23;}.scheme_original .woocommerce a.button,.scheme_original .woocommerce button.button,.scheme_original .woocommerce input.button,.scheme_original .woocommerce #respond input#submit,.scheme_original .woocommerce #content input.button,.scheme_original .woocommerce-page a.button,.scheme_original .woocommerce-page button.button,.scheme_original .woocommerce-page input.button,.scheme_original .woocommerce-page #respond input#submit,.scheme_original .woocommerce-page #content input.button,.scheme_original .woocommerce a.button.alt,.scheme_original .woocommerce button.button.alt,.scheme_original .woocommerce input.button.alt,.scheme_original .woocommerce #respond input#submit.alt,.scheme_original .woocommerce #content input.button.alt,.scheme_original .woocommerce-page a.button.alt,.scheme_original .woocommerce-page button.button.alt,.scheme_original .woocommerce-page input.button.alt,.scheme_original .woocommerce-page #respond input#submit.alt,.scheme_original .woocommerce-page #content input.button.alt,.scheme_original .woocommerce-account .addresses .title .edit{background-color:#581214;}.scheme_light .woocommerce a.button,.scheme_light .woocommerce button.button,.scheme_light .woocommerce input.button,.scheme_light .woocommerce #respond input#submit,.scheme_light .woocommerce #content input.button,.scheme_light .woocommerce-page a.button,.scheme_light .woocommerce-page button.button,.scheme_light .woocommerce-page input.button,.scheme_light .woocommerce-page #respond input#submit,.scheme_light .woocommerce-page #content input.button,.scheme_light .woocommerce a.button.alt,.scheme_light .woocommerce button.button.alt,.scheme_light .woocommerce input.button.alt,.scheme_light .woocommerce #respond input#submit.alt,.scheme_light .woocommerce #content input.button.alt,.scheme_light .woocommerce-page a.button.alt,.scheme_light .woocommerce-page button.button.alt,.scheme_light .woocommerce-page input.button.alt,.scheme_light .woocommerce-page #respond input#submit.alt,.scheme_light .woocommerce-page #content input.button.alt,.scheme_light .woocommerce-account .addresses .title .edit{background-color:#581214;}.scheme_dark .woocommerce a.button,.scheme_dark .woocommerce button.button,.scheme_dark .woocommerce input.button,.scheme_dark .woocommerce #respond input#submit,.scheme_dark .woocommerce #content input.button,.scheme_dark .woocommerce-page a.button,.scheme_dark .woocommerce-page button.button,.scheme_dark .woocommerce-page input.button,.scheme_dark .woocommerce-page #respond input#submit,.scheme_dark .woocommerce-page #content input.button,.scheme_dark .woocommerce a.button.alt,.scheme_dark .woocommerce button.button.alt,.scheme_dark .woocommerce input.button.alt,.scheme_dark .woocommerce #respond input#submit.alt,.scheme_dark .woocommerce #content input.button.alt,.scheme_dark .woocommerce-page a.button.alt,.scheme_dark .woocommerce-page button.button.alt,.scheme_dark .woocommerce-page input.button.alt,.scheme_dark .woocommerce-page #respond input#submit.alt,.scheme_dark .woocommerce-page #content input.button.alt,.scheme_dark .woocommerce-account .addresses .title .edit{background-color:#581214;}.scheme_original .woocommerce a.button,.scheme_original .woocommerce button.button,.scheme_original .woocommerce input.button,.scheme_original .woocommerce #respond input#submit,.scheme_original .woocommerce #content input.button,.scheme_original .woocommerce-page a.button,.scheme_original .woocommerce-page button.button,.scheme_original .woocommerce-page input.button,.scheme_original .woocommerce-page #respond input#submit,.scheme_original .woocommerce-page #content input.button,.scheme_original .woocommerce a.button.alt,.scheme_original .woocommerce button.button.alt,.scheme_original .woocommerce input.button.alt,.scheme_original .woocommerce #respond input#submit.alt,.scheme_original .woocommerce #content input.button.alt,.scheme_original .woocommerce-page a.button.alt,.scheme_original .woocommerce-page button.button.alt,.scheme_original .woocommerce-page input.button.alt,.scheme_original .woocommerce-page #respond input#submit.alt,.scheme_original .woocommerce-page #content input.button.alt,.scheme_original .woocommerce-account .addresses .title .edit{border-color:#581214;}.scheme_light .woocommerce a.button,.scheme_light .woocommerce button.button,.scheme_light .woocommerce input.button,.scheme_light .woocommerce #respond input#submit,.scheme_light .woocommerce #content input.button,.scheme_light .woocommerce-page a.button,.scheme_light .woocommerce-page button.button,.scheme_light .woocommerce-page input.button,.scheme_light .woocommerce-page #respond input#submit,.scheme_light .woocommerce-page #content input.button,.scheme_light .woocommerce a.button.alt,.scheme_light .woocommerce button.button.alt,.scheme_light .woocommerce input.button.alt,.scheme_light .woocommerce #respond input#submit.alt,.scheme_light .woocommerce #content input.button.alt,.scheme_light .woocommerce-page a.button.alt,.scheme_light .woocommerce-page button.button.alt,.scheme_light .woocommerce-page input.button.alt,.scheme_light .woocommerce-page #respond input#submit.alt,.scheme_light .woocommerce-page #content input.button.alt,.scheme_light .woocommerce-account .addresses .title .edit{border-color:#581214;}.scheme_dark .woocommerce a.button,.scheme_dark .woocommerce button.button,.scheme_dark .woocommerce input.button,.scheme_dark .woocommerce #respond input#submit,.scheme_dark .woocommerce #content input.button,.scheme_dark .woocommerce-page a.button,.scheme_dark .woocommerce-page button.button,.scheme_dark .woocommerce-page input.button,.scheme_dark .woocommerce-page #respond input#submit,.scheme_dark .woocommerce-page #content input.button,.scheme_dark .woocommerce a.button.alt,.scheme_dark .woocommerce button.button.alt,.scheme_dark .woocommerce input.button.alt,.scheme_dark .woocommerce #respond input#submit.alt,.scheme_dark .woocommerce #content input.button.alt,.scheme_dark .woocommerce-page a.button.alt,.scheme_dark .woocommerce-page button.button.alt,.scheme_dark .woocommerce-page input.button.alt,.scheme_dark .woocommerce-page #respond input#submit.alt,.scheme_dark .woocommerce-page #content input.button.alt,.scheme_dark .woocommerce-account .addresses .title .edit{border-color:#581214;}.scheme_original .woocommerce a.button,.scheme_original .woocommerce button.button,.scheme_original .woocommerce input.button,.scheme_original .woocommerce #respond input#submit,.scheme_original .woocommerce #content input.button,.scheme_original .woocommerce-page a.button,.scheme_original .woocommerce-page button.button,.scheme_original .woocommerce-page input.button,.scheme_original .woocommerce-page #respond input#submit,.scheme_original .woocommerce-page #content input.button,.scheme_original .woocommerce a.button.alt,.scheme_original .woocommerce button.button.alt,.scheme_original .woocommerce input.button.alt,.scheme_original .woocommerce #respond input#submit.alt,.scheme_original .woocommerce #content input.button.alt,.scheme_original .woocommerce-page a.button.alt,.scheme_original .woocommerce-page button.button.alt,.scheme_original .woocommerce-page input.button.alt,.scheme_original .woocommerce-page #respond input#submit.alt,.scheme_original .woocommerce-page #content input.button.alt,.scheme_original .woocommerce-account .addresses .title .edit{color:#fff;}.scheme_light .woocommerce a.button,.scheme_light .woocommerce button.button,.scheme_light .woocommerce input.button,.scheme_light .woocommerce #respond input#submit,.scheme_light .woocommerce #content input.button,.scheme_light .woocommerce-page a.button,.scheme_light .woocommerce-page button.button,.scheme_light .woocommerce-page input.button,.scheme_light .woocommerce-page #respond input#submit,.scheme_light .woocommerce-page #content input.button,.scheme_light .woocommerce a.button.alt,.scheme_light .woocommerce button.button.alt,.scheme_light .woocommerce input.button.alt,.scheme_light .woocommerce #respond input#submit.alt,.scheme_light .woocommerce #content input.button.alt,.scheme_light .woocommerce-page a.button.alt,.scheme_light .woocommerce-page button.button.alt,.scheme_light .woocommerce-page input.button.alt,.scheme_light .woocommerce-page #respond input#submit.alt,.scheme_light .woocommerce-page #content input.button.alt,.scheme_light .woocommerce-account .addresses .title .edit{color:#fff;}.scheme_dark .woocommerce a.button,.scheme_dark .woocommerce button.button,.scheme_dark .woocommerce input.button,.scheme_dark .woocommerce #respond input#submit,.scheme_dark .woocommerce #content input.button,.scheme_dark .woocommerce-page a.button,.scheme_dark .woocommerce-page button.button,.scheme_dark .woocommerce-page input.button,.scheme_dark .woocommerce-page #respond input#submit,.scheme_dark .woocommerce-page #content input.button,.scheme_dark .woocommerce a.button.alt,.scheme_dark .woocommerce button.button.alt,.scheme_dark .woocommerce input.button.alt,.scheme_dark .woocommerce #respond input#submit.alt,.scheme_dark .woocommerce #content input.button.alt,.scheme_dark .woocommerce-page a.button.alt,.scheme_dark .woocommerce-page button.button.alt,.scheme_dark .woocommerce-page input.button.alt,.scheme_dark .woocommerce-page #respond input#submit.alt,.scheme_dark .woocommerce-page #content input.button.alt,.scheme_dark .woocommerce-account .addresses .title .edit{color:#fff;}.scheme_original .woocommerce a.button:hover,.scheme_original .woocommerce button.button:hover,.scheme_original .woocommerce input.button:hover,.scheme_original .woocommerce #respond input#submit:hover,.scheme_original .woocommerce #content input.button:hover,.scheme_original .woocommerce-page a.button:hover,.scheme_original .woocommerce-page button.button:hover,.scheme_original .woocommerce-page input.button:hover,.scheme_original .woocommerce-page #respond input#submit:hover,.scheme_original .woocommerce-page #content input.button:hover,.scheme_original .woocommerce a.button.alt:hover,.scheme_original .woocommerce button.button.alt:hover,.scheme_original .woocommerce input.button.alt:hover,.scheme_original .woocommerce #respond input#submit.alt:hover,.scheme_original .woocommerce #content input.button.alt:hover,.scheme_original .woocommerce-page a.button.alt:hover,.scheme_original .woocommerce-page button.button.alt:hover,.scheme_original .woocommerce-page input.button.alt:hover,.scheme_original .woocommerce-page #respond input#submit.alt:hover,.scheme_original .woocommerce-page #content input.button.alt:hover,.scheme_original .woocommerce-account .addresses .title .edit:hover{background-color:#581214;}.scheme_light .woocommerce a.button:hover,.scheme_light .woocommerce button.button:hover,.scheme_light .woocommerce input.button:hover,.scheme_light .woocommerce #respond input#submit:hover,.scheme_light .woocommerce #content input.button:hover,.scheme_light .woocommerce-page a.button:hover,.scheme_light .woocommerce-page button.button:hover,.scheme_light .woocommerce-page input.button:hover,.scheme_light .woocommerce-page #respond input#submit:hover,.scheme_light .woocommerce-page #content input.button:hover,.scheme_light .woocommerce a.button.alt:hover,.scheme_light .woocommerce button.button.alt:hover,.scheme_light .woocommerce input.button.alt:hover,.scheme_light .woocommerce #respond input#submit.alt:hover,.scheme_light .woocommerce #content input.button.alt:hover,.scheme_light .woocommerce-page a.button.alt:hover,.scheme_light .woocommerce-page button.button.alt:hover,.scheme_light .woocommerce-page input.button.alt:hover,.scheme_light .woocommerce-page #respond input#submit.alt:hover,.scheme_light .woocommerce-page #content input.button.alt:hover,.scheme_light .woocommerce-account .addresses .title .edit:hover{background-color:#581214;}.scheme_dark .woocommerce a.button:hover,.scheme_dark .woocommerce button.button:hover,.scheme_dark .woocommerce input.button:hover,.scheme_dark .woocommerce #respond input#submit:hover,.scheme_dark .woocommerce #content input.button:hover,.scheme_dark .woocommerce-page a.button:hover,.scheme_dark .woocommerce-page button.button:hover,.scheme_dark .woocommerce-page input.button:hover,.scheme_dark .woocommerce-page #respond input#submit:hover,.scheme_dark .woocommerce-page #content input.button:hover,.scheme_dark .woocommerce a.button.alt:hover,.scheme_dark .woocommerce button.button.alt:hover,.scheme_dark .woocommerce input.button.alt:hover,.scheme_dark .woocommerce #respond input#submit.alt:hover,.scheme_dark .woocommerce #content input.button.alt:hover,.scheme_dark .woocommerce-page a.button.alt:hover,.scheme_dark .woocommerce-page button.button.alt:hover,.scheme_dark .woocommerce-page input.button.alt:hover,.scheme_dark .woocommerce-page #respond input#submit.alt:hover,.scheme_dark .woocommerce-page #content input.button.alt:hover,.scheme_dark .woocommerce-account .addresses .title .edit:hover{background-color:#581214;}.scheme_original .woocommerce a.button:hover,.scheme_original .woocommerce button.button:hover,.scheme_original .woocommerce input.button:hover,.scheme_original .woocommerce #respond input#submit:hover,.scheme_original .woocommerce #content input.button:hover,.scheme_original .woocommerce-page a.button:hover,.scheme_original .woocommerce-page button.button:hover,.scheme_original .woocommerce-page input.button:hover,.scheme_original .woocommerce-page #respond input#submit:hover,.scheme_original .woocommerce-page #content input.button:hover,.scheme_original .woocommerce a.button.alt:hover,.scheme_original .woocommerce button.button.alt:hover,.scheme_original .woocommerce input.button.alt:hover,.scheme_original .woocommerce #respond input#submit.alt:hover,.scheme_original .woocommerce #content input.button.alt:hover,.scheme_original .woocommerce-page a.button.alt:hover,.scheme_original .woocommerce-page button.button.alt:hover,.scheme_original .woocommerce-page input.button.alt:hover,.scheme_original .woocommerce-page #respond input#submit.alt:hover,.scheme_original .woocommerce-page #content input.button.alt:hover,.scheme_original .woocommerce-account .addresses .title .edit:hover{border-color:#581214;}.scheme_light .woocommerce a.button:hover,.scheme_light .woocommerce button.button:hover,.scheme_light .woocommerce input.button:hover,.scheme_light .woocommerce #respond input#submit:hover,.scheme_light .woocommerce #content input.button:hover,.scheme_light .woocommerce-page a.button:hover,.scheme_light .woocommerce-page button.button:hover,.scheme_light .woocommerce-page input.button:hover,.scheme_light .woocommerce-page #respond input#submit:hover,.scheme_light .woocommerce-page #content input.button:hover,.scheme_light .woocommerce a.button.alt:hover,.scheme_light .woocommerce button.button.alt:hover,.scheme_light .woocommerce input.button.alt:hover,.scheme_light .woocommerce #respond input#submit.alt:hover,.scheme_light .woocommerce #content input.button.alt:hover,.scheme_light .woocommerce-page a.button.alt:hover,.scheme_light .woocommerce-page button.button.alt:hover,.scheme_light .woocommerce-page input.button.alt:hover,.scheme_light .woocommerce-page #respond input#submit.alt:hover,.scheme_light .woocommerce-page #content input.button.alt:hover,.scheme_light .woocommerce-account .addresses .title .edit:hover{border-color:#581214;}.scheme_dark .woocommerce a.button:hover,.scheme_dark .woocommerce button.button:hover,.scheme_dark .woocommerce input.button:hover,.scheme_dark .woocommerce #respond input#submit:hover,.scheme_dark .woocommerce #content input.button:hover,.scheme_dark .woocommerce-page a.button:hover,.scheme_dark .woocommerce-page button.button:hover,.scheme_dark .woocommerce-page input.button:hover,.scheme_dark .woocommerce-page #respond input#submit:hover,.scheme_dark .woocommerce-page #content input.button:hover,.scheme_dark .woocommerce a.button.alt:hover,.scheme_dark .woocommerce button.button.alt:hover,.scheme_dark .woocommerce input.button.alt:hover,.scheme_dark .woocommerce #respond input#submit.alt:hover,.scheme_dark .woocommerce #content input.button.alt:hover,.scheme_dark .woocommerce-page a.button.alt:hover,.scheme_dark .woocommerce-page button.button.alt:hover,.scheme_dark .woocommerce-page input.button.alt:hover,.scheme_dark .woocommerce-page #respond input#submit.alt:hover,.scheme_dark .woocommerce-page #content input.button.alt:hover,.scheme_dark .woocommerce-account .addresses .title .edit:hover{border-color:#581214;}.scheme_original .woocommerce a.button:hover,.scheme_original .woocommerce button.button:hover,.scheme_original .woocommerce input.button:hover,.scheme_original .woocommerce #respond input#submit:hover,.scheme_original .woocommerce #content input.button:hover,.scheme_original .woocommerce-page a.button:hover,.scheme_original .woocommerce-page button.button:hover,.scheme_original .woocommerce-page input.button:hover,.scheme_original .woocommerce-page #respond input#submit:hover,.scheme_original .woocommerce-page #content input.button:hover,.scheme_original .woocommerce a.button.alt:hover,.scheme_original .woocommerce button.button.alt:hover,.scheme_original .woocommerce input.button.alt:hover,.scheme_original .woocommerce #respond input#submit.alt:hover,.scheme_original .woocommerce #content input.button.alt:hover,.scheme_original .woocommerce-page a.button.alt:hover,.scheme_original .woocommerce-page button.button.alt:hover,.scheme_original .woocommerce-page input.button.alt:hover,.scheme_original .woocommerce-page #respond input#submit.alt:hover,.scheme_original .woocommerce-page #content input.button.alt:hover,.scheme_original .woocommerce-account .addresses .title .edit:hover{color:#fff;}.scheme_light .woocommerce a.button:hover,.scheme_light .woocommerce button.button:hover,.scheme_light .woocommerce input.button:hover,.scheme_light .woocommerce #respond input#submit:hover,.scheme_light .woocommerce #content input.button:hover,.scheme_light .woocommerce-page a.button:hover,.scheme_light .woocommerce-page button.button:hover,.scheme_light .woocommerce-page input.button:hover,.scheme_light .woocommerce-page #respond input#submit:hover,.scheme_light .woocommerce-page #content input.button:hover,.scheme_light .woocommerce a.button.alt:hover,.scheme_light .woocommerce button.button.alt:hover,.scheme_light .woocommerce input.button.alt:hover,.scheme_light .woocommerce #respond input#submit.alt:hover,.scheme_light .woocommerce #content input.button.alt:hover,.scheme_light .woocommerce-page a.button.alt:hover,.scheme_light .woocommerce-page button.button.alt:hover,.scheme_light .woocommerce-page input.button.alt:hover,.scheme_light .woocommerce-page #respond input#submit.alt:hover,.scheme_light .woocommerce-page #content input.button.alt:hover,.scheme_light .woocommerce-account .addresses .title .edit:hover{color:#fff;}.scheme_dark .woocommerce a.button:hover,.scheme_dark .woocommerce button.button:hover,.scheme_dark .woocommerce input.button:hover,.scheme_dark .woocommerce #respond input#submit:hover,.scheme_dark .woocommerce #content input.button:hover,.scheme_dark .woocommerce-page a.button:hover,.scheme_dark .woocommerce-page button.button:hover,.scheme_dark .woocommerce-page input.button:hover,.scheme_dark .woocommerce-page #respond input#submit:hover,.scheme_dark .woocommerce-page #content input.button:hover,.scheme_dark .woocommerce a.button.alt:hover,.scheme_dark .woocommerce button.button.alt:hover,.scheme_dark .woocommerce input.button.alt:hover,.scheme_dark .woocommerce #respond input#submit.alt:hover,.scheme_dark .woocommerce #content input.button.alt:hover,.scheme_dark .woocommerce-page a.button.alt:hover,.scheme_dark .woocommerce-page button.button.alt:hover,.scheme_dark .woocommerce-page input.button.alt:hover,.scheme_dark .woocommerce-page #respond input#submit.alt:hover,.scheme_dark .woocommerce-page #content input.button.alt:hover,.scheme_dark .woocommerce-account .addresses .title .edit:hover{color:#fff;}.scheme_original .woocommerce ul.products li.product .post_item_wrap{border-color:rgba(52,53,57,0.1);}.scheme_light .woocommerce ul.products li.product .post_item_wrap{border-color:rgba(52,53,57,0.1);}.scheme_dark .woocommerce ul.products li.product .post_item_wrap{border-color:rgba(52,53,57,0.1);}.scheme_original .woocommerce .woocommerce-ordering select{color:#b4b4b4;}.scheme_light .woocommerce .woocommerce-ordering select{color:#b4b4b4;}.scheme_dark .woocommerce .woocommerce-ordering select{color:#b4b4b4;}.scheme_original .woocommerce .woocommerce-ordering select{background-color:#fff;}.scheme_light .woocommerce .woocommerce-ordering select{background-color:#fff;}.scheme_dark .woocommerce .woocommerce-ordering select{background-color:#fff;}.scheme_original .woocommerce div.product form.cart div.quantity input[type="number"],.scheme_original .woocommerce td.product-quantity div.quantity .qty{background-color:#fff;}.scheme_light .woocommerce div.product form.cart div.quantity input[type="number"],.scheme_light .woocommerce td.product-quantity div.quantity .qty{background-color:#fff;}.scheme_dark .woocommerce div.product form.cart div.quantity input[type="number"],.scheme_dark .woocommerce td.product-quantity div.quantity .qty{background-color:#fff;}.scheme_original .woocommerce div.product form.cart div.quantity input[type="number"],.scheme_original .woocommerce td.product-quantity div.quantity .qty{color:#1d1e23;}.scheme_light .woocommerce div.product form.cart div.quantity input[type="number"],.scheme_light .woocommerce td.product-quantity div.quantity .qty{color:#1d1e23;}.scheme_dark .woocommerce div.product form.cart div.quantity input[type="number"],.scheme_dark .woocommerce td.product-quantity div.quantity .qty{color:#1d1e23;}.scheme_original .woocommerce .mode_buttons a,.scheme_original .woocommerce .related.products h2:after{color:#581214;}.scheme_light .woocommerce .mode_buttons a,.scheme_light .woocommerce .related.products h2:after{color:#581214;}.scheme_dark .woocommerce .mode_buttons a,.scheme_dark .woocommerce .related.products h2:after{color:#581214;}.scheme_original .article_style_boxed.woocommerce .woocommerce-error,.scheme_original .article_style_boxed.woocommerce .woocommerce-info,.scheme_original .article_style_boxed.woocommerce .woocommerce-message,.scheme_original .article_style_boxed.woocommerce-page .woocommerce-error,.scheme_original .article_style_boxed.woocommerce-page .woocommerce-info,.scheme_original .article_style_boxed.woocommerce-page .woocommerce-message,.scheme_original .article_style_boxed.woocommerce.archive .woocommerce-error,.scheme_original .article_style_boxed.woocommerce.archive .woocommerce-info,.scheme_original .article_style_boxed.woocommerce.archive .woocommerce-message,.scheme_original .article_style_boxed.woocommerce-page.archive .woocommerce-error,.scheme_original .article_style_boxed.woocommerce-page.archive .woocommerce-info,.scheme_original .article_style_boxed.woocommerce-page.archive .woocommerce-message{background-color:#121215;}.scheme_light .article_style_boxed.woocommerce .woocommerce-error,.scheme_light .article_style_boxed.woocommerce .woocommerce-info,.scheme_light .article_style_boxed.woocommerce .woocommerce-message,.scheme_light .article_style_boxed.woocommerce-page .woocommerce-error,.scheme_light .article_style_boxed.woocommerce-page .woocommerce-info,.scheme_light .article_style_boxed.woocommerce-page .woocommerce-message,.scheme_light .article_style_boxed.woocommerce.archive .woocommerce-error,.scheme_light .article_style_boxed.woocommerce.archive .woocommerce-info,.scheme_light .article_style_boxed.woocommerce.archive .woocommerce-message,.scheme_light .article_style_boxed.woocommerce-page.archive .woocommerce-error,.scheme_light .article_style_boxed.woocommerce-page.archive .woocommerce-info,.scheme_light .article_style_boxed.woocommerce-page.archive .woocommerce-message{background-color:#f6f6f6;}.scheme_dark .article_style_boxed.woocommerce .woocommerce-error,.scheme_dark .article_style_boxed.woocommerce .woocommerce-info,.scheme_dark .article_style_boxed.woocommerce .woocommerce-message,.scheme_dark .article_style_boxed.woocommerce-page .woocommerce-error,.scheme_dark .article_style_boxed.woocommerce-page .woocommerce-info,.scheme_dark .article_style_boxed.woocommerce-page .woocommerce-message,.scheme_dark .article_style_boxed.woocommerce.archive .woocommerce-error,.scheme_dark .article_style_boxed.woocommerce.archive .woocommerce-info,.scheme_dark .article_style_boxed.woocommerce.archive .woocommerce-message,.scheme_dark .article_style_boxed.woocommerce-page.archive .woocommerce-error,.scheme_dark .article_style_boxed.woocommerce-page.archive .woocommerce-info,.scheme_dark .article_style_boxed.woocommerce-page.archive .woocommerce-message{background-color:#121215;}.scheme_original .woocommerce div.product span.price,.scheme_original .woocommerce div.product p.price,.scheme_original .woocommerce #content div.product span.price,.scheme_original .woocommerce #content div.product p.price,.scheme_original .woocommerce-page div.product span.price,.scheme_original .woocommerce-page div.product p.price,.scheme_original .woocommerce-page #content div.product span.price,.scheme_original .woocommerce-page #content div.product p.price,.scheme_original .woocommerce ul.products li.product .price,.scheme_original .woocommerce-page ul.products li.product .price{color:#1d1e23;}.scheme_light .woocommerce div.product span.price,.scheme_light .woocommerce div.product p.price,.scheme_light .woocommerce #content div.product span.price,.scheme_light .woocommerce #content div.product p.price,.scheme_light .woocommerce-page div.product span.price,.scheme_light .woocommerce-page div.product p.price,.scheme_light .woocommerce-page #content div.product span.price,.scheme_light .woocommerce-page #content div.product p.price,.scheme_light .woocommerce ul.products li.product .price,.scheme_light .woocommerce-page ul.products li.product .price{color:#1d1e23;}.scheme_dark .woocommerce div.product span.price,.scheme_dark .woocommerce div.product p.price,.scheme_dark .woocommerce #content div.product span.price,.scheme_dark .woocommerce #content div.product p.price,.scheme_dark .woocommerce-page div.product span.price,.scheme_dark .woocommerce-page div.product p.price,.scheme_dark .woocommerce-page #content div.product span.price,.scheme_dark .woocommerce-page #content div.product p.price,.scheme_dark .woocommerce ul.products li.product .price,.scheme_dark .woocommerce-page ul.products li.product .price{color:#1d1e23;}.scheme_original .woocommerce span.new,.scheme_original .woocommerce-page span.new,.scheme_original .woocommerce span.onsale,.scheme_original .woocommerce-page span.onsale{background-color:#1d1e23;}.scheme_light .woocommerce span.new,.scheme_light .woocommerce-page span.new,.scheme_light .woocommerce span.onsale,.scheme_light .woocommerce-page span.onsale{background-color:#1d1e23;}.scheme_dark .woocommerce span.new,.scheme_dark .woocommerce-page span.new,.scheme_dark .woocommerce span.onsale,.scheme_dark .woocommerce-page span.onsale{background-color:#1d1e23;}.scheme_original .woocommerce span.new,.scheme_original .woocommerce-page span.new,.scheme_original .woocommerce span.onsale,.scheme_original .woocommerce-page span.onsale{color:#fff;}.scheme_light .woocommerce span.new,.scheme_light .woocommerce-page span.new,.scheme_light .woocommerce span.onsale,.scheme_light .woocommerce-page span.onsale{color:#fff;}.scheme_dark .woocommerce span.new,.scheme_dark .woocommerce-page span.new,.scheme_dark .woocommerce span.onsale,.scheme_dark .woocommerce-page span.onsale{color:#fff;}.scheme_original .article_style_boxed.woocommerce ul.products li.product .post_item_wrap,.scheme_original .article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap{background-color:#121215;}.scheme_light .article_style_boxed.woocommerce ul.products li.product .post_item_wrap,.scheme_light .article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap{background-color:#f6f6f6;}.scheme_dark .article_style_boxed.woocommerce ul.products li.product .post_item_wrap,.scheme_dark .article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap{background-color:#121215;}.scheme_original .woocommerce ul.products li.product .add_to_cart_button,.scheme_original .woocommerce-page ul.products li.product .add_to_cart_button{background-color:#581214;}.scheme_light .woocommerce ul.products li.product .add_to_cart_button,.scheme_light .woocommerce-page ul.products li.product .add_to_cart_button{background-color:#581214;}.scheme_dark .woocommerce ul.products li.product .add_to_cart_button,.scheme_dark .woocommerce-page ul.products li.product .add_to_cart_button{background-color:#581214;}.scheme_original .woocommerce ul.products li.product .add_to_cart_button,.scheme_original .woocommerce-page ul.products li.product .add_to_cart_button{border-color:#581214;}.scheme_light .woocommerce ul.products li.product .add_to_cart_button,.scheme_light .woocommerce-page ul.products li.product .add_to_cart_button{border-color:#581214;}.scheme_dark .woocommerce ul.products li.product .add_to_cart_button,.scheme_dark .woocommerce-page ul.products li.product .add_to_cart_button{border-color:#581214;}.scheme_original .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_original .woocommerce-page ul.products li.product .add_to_cart_button:hover{background-color:#581214;}.scheme_light .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_light .woocommerce-page ul.products li.product .add_to_cart_button:hover{background-color:#581214;}.scheme_dark .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_dark .woocommerce-page ul.products li.product .add_to_cart_button:hover{background-color:#581214;}.scheme_original .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_original .woocommerce-page ul.products li.product .add_to_cart_button:hover{border-color:#581214;}.scheme_light .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_light .woocommerce-page ul.products li.product .add_to_cart_button:hover{border-color:#581214;}.scheme_dark .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_dark .woocommerce-page ul.products li.product .add_to_cart_button:hover{border-color:#581214;}.scheme_original .woocommerce a.remove:hover{color:#fff;}.scheme_light .woocommerce a.remove:hover{color:#fff;}.scheme_dark .woocommerce a.remove:hover{color:#fff;}.article_style_boxed.woocommerce ul.products li.product .post_item_wrap.scheme_original,.article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap.scheme_original{background-color:#000;}.article_style_boxed.woocommerce ul.products li.product .post_item_wrap.scheme_light,.article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap.scheme_light{background-color:#f6f6f6;}.article_style_boxed.woocommerce ul.products li.product .post_item_wrap.scheme_dark,.article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap.scheme_dark{background-color:#000;}.article_style_boxed.woocommerce ul.products li.product .post_content.scheme_original,.article_style_boxed.woocommerce-page ul.products li.product .post_content.scheme_original{background-color:#121215;}.article_style_boxed.woocommerce ul.products li.product .post_content.scheme_light,.article_style_boxed.woocommerce-page ul.products li.product .post_content.scheme_light{background-color:#f6f6f6;}.article_style_boxed.woocommerce ul.products li.product .post_content.scheme_dark,.article_style_boxed.woocommerce-page ul.products li.product .post_content.scheme_dark{background-color:#121215;}.scheme_original .woocommerce a.remove,.scheme_original .woocommerce ul.products li.product .star-rating:before,.scheme_original .woocommerce ul.products li.product .star-rating span,.scheme_original .woocommerce div.product .star-rating{color:#581214;}.scheme_light .woocommerce a.remove,.scheme_light .woocommerce ul.products li.product .star-rating:before,.scheme_light .woocommerce ul.products li.product .star-rating span,.scheme_light .woocommerce div.product .star-rating{color:#581214;}.scheme_dark .woocommerce a.remove,.scheme_dark .woocommerce ul.products li.product .star-rating:before,.scheme_dark .woocommerce ul.products li.product .star-rating span,.scheme_dark .woocommerce div.product .star-rating{color:#581214;}.scheme_original .woocommerce ul.products li.product .price del,.scheme_original .woocommerce-page ul.products li.product .price del,.scheme_original .woocommerce .product_meta{color:#484848;}.scheme_light .woocommerce ul.products li.product .price del,.scheme_light .woocommerce-page ul.products li.product .price del,.scheme_light .woocommerce .product_meta{color:#777;}.scheme_dark .woocommerce ul.products li.product .price del,.scheme_dark .woocommerce-page ul.products li.product .price del,.scheme_dark .woocommerce .product_meta{color:#b4b4b4;}.scheme_original .single-product div.product .woocommerce-tabs.trx-stretch-width{background-color:#fff;}.scheme_light .single-product div.product .woocommerce-tabs.trx-stretch-width{background-color:#fff;}.scheme_dark .single-product div.product .woocommerce-tabs.trx-stretch-width{background-color:#fff;}.scheme_original .woocommerce nav.woocommerce-pagination ul li a,.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current{border-color:#fff;}.scheme_light .woocommerce nav.woocommerce-pagination ul li a,.scheme_light .woocommerce nav.woocommerce-pagination ul li span.current{border-color:#fff;}.scheme_dark .woocommerce nav.woocommerce-pagination ul li a,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current{border-color:#fff;}.scheme_original .woocommerce nav.woocommerce-pagination ul li a,.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#fff;}.scheme_light .woocommerce nav.woocommerce-pagination ul li a,.scheme_light .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#fff;}.scheme_dark .woocommerce nav.woocommerce-pagination ul li a,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#fff;}.scheme_original .woocommerce nav.woocommerce-pagination ul li a,.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current{color:#1d1e23;}.scheme_light .woocommerce nav.woocommerce-pagination ul li a,.scheme_light .woocommerce nav.woocommerce-pagination ul li span.current{color:#1d1e23;}.scheme_dark .woocommerce nav.woocommerce-pagination ul li a,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current{color:#1d1e23;}.scheme_original .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_original .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current{color:#fff;}.scheme_light .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_light .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_light .woocommerce nav.woocommerce-pagination ul li span.current{color:#fff;}.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current{color:#fff;}.scheme_original .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_original .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#1d1e23;}.scheme_light .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_light .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_light .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#1d1e23;}.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#1d1e23;}.scheme_original .woocommerce div.product .woocommerce-tabs .panel,.scheme_original .woocommerce #content div.product .woocommerce-tabs .panel,.scheme_original .woocommerce-page div.product .woocommerce-tabs .panel,.scheme_original .woocommerce-page #content div.product .woocommerce-tabs .panel{border-color:#343539;}.scheme_light .woocommerce div.product .woocommerce-tabs .panel,.scheme_light .woocommerce #content div.product .woocommerce-tabs .panel,.scheme_light .woocommerce-page div.product .woocommerce-tabs .panel,.scheme_light .woocommerce-page #content div.product .woocommerce-tabs .panel{border-color:#343539;}.scheme_dark .woocommerce div.product .woocommerce-tabs .panel,.scheme_dark .woocommerce #content div.product .woocommerce-tabs .panel,.scheme_dark .woocommerce-page div.product .woocommerce-tabs .panel,.scheme_dark .woocommerce-page #content div.product .woocommerce-tabs .panel{border-color:#343539;}.scheme_original .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a{color:#808080;}.scheme_light .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a{color:#808080;}.scheme_dark .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a{color:#808080;}.scheme_original .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li.active a,.scheme_original .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:hover,.scheme_original .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:before,.scheme_original .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:after{color:#581214;}.scheme_light .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li.active a,.scheme_light .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:hover,.scheme_light .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:before,.scheme_light .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:after{color:#581214;}.scheme_dark .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li.active a,.scheme_dark .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:hover,.scheme_dark .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:before,.scheme_dark .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:after{color:#581214;}.scheme_original .woocommerce table.cart thead th,.scheme_original .woocommerce #content table.cart thead th,.scheme_original .woocommerce-page table.cart thead th,.scheme_original .woocommerce-page #content table.cart thead th,.scheme_original .woocommerce table.shop_table thead th,.scheme_original .woocommerce #content table.shop_table thead th,.scheme_original .woocommerce-page table.shop_table thead th,.scheme_original .woocommerce-page #content table.shop_table thead th{background-color:#1d1e23;}.scheme_light .woocommerce table.cart thead th,.scheme_light .woocommerce #content table.cart thead th,.scheme_light .woocommerce-page table.cart thead th,.scheme_light .woocommerce-page #content table.cart thead th,.scheme_light .woocommerce table.shop_table thead th,.scheme_light .woocommerce #content table.shop_table thead th,.scheme_light .woocommerce-page table.shop_table thead th,.scheme_light .woocommerce-page #content table.shop_table thead th{background-color:#1d1e23;}.scheme_dark .woocommerce table.cart thead th,.scheme_dark .woocommerce #content table.cart thead th,.scheme_dark .woocommerce-page table.cart thead th,.scheme_dark .woocommerce-page #content table.cart thead th,.scheme_dark .woocommerce table.shop_table thead th,.scheme_dark .woocommerce #content table.shop_table thead th,.scheme_dark .woocommerce-page table.shop_table thead th,.scheme_dark .woocommerce-page #content table.shop_table thead th{background-color:#1d1e23;}.scheme_original .woocommerce table.cart thead th,.scheme_original .woocommerce #content table.cart thead th,.scheme_original .woocommerce-page table.cart thead th,.scheme_original .woocommerce-page #content table.cart thead th,.scheme_original .woocommerce table.shop_table thead th,.scheme_original .woocommerce #content table.shop_table thead th,.scheme_original .woocommerce-page table.shop_table thead th,.scheme_original .woocommerce-page #content table.shop_table thead th{color:#fff;}.scheme_light .woocommerce table.cart thead th,.scheme_light .woocommerce #content table.cart thead th,.scheme_light .woocommerce-page table.cart thead th,.scheme_light .woocommerce-page #content table.cart thead th,.scheme_light .woocommerce table.shop_table thead th,.scheme_light .woocommerce #content table.shop_table thead th,.scheme_light .woocommerce-page table.shop_table thead th,.scheme_light .woocommerce-page #content table.shop_table thead th{color:#1d1e23;}.scheme_dark .woocommerce table.cart thead th,.scheme_dark .woocommerce #content table.cart thead th,.scheme_dark .woocommerce-page table.cart thead th,.scheme_dark .woocommerce-page #content table.cart thead th,.scheme_dark .woocommerce table.shop_table thead th,.scheme_dark .woocommerce #content table.shop_table thead th,.scheme_dark .woocommerce-page table.shop_table thead th,.scheme_dark .woocommerce-page #content table.shop_table thead th{color:#fff;}.scheme_original .woocommerce-checkout input[type="text"],.scheme_original .woocommerce-checkout input[type="text"]:focus,.scheme_original .woocommerce-checkout input[type="email"],.scheme_original .woocommerce-checkout input[type="email"]:focus,.scheme_original .woocommerce-checkout textarea,.scheme_original .woocommerce-checkout textarea:focus,.scheme_original .woocommerce-checkout #payment,.scheme_original .woocommerce .woocommerce-error,.scheme_original .woocommerce .woocommerce-info,.scheme_original .woocommerce .woocommerce-message{background-color:#fff;}.scheme_light .woocommerce-checkout input[type="text"],.scheme_light .woocommerce-checkout input[type="text"]:focus,.scheme_light .woocommerce-checkout input[type="email"],.scheme_light .woocommerce-checkout input[type="email"]:focus,.scheme_light .woocommerce-checkout textarea,.scheme_light .woocommerce-checkout textarea:focus,.scheme_light .woocommerce-checkout #payment,.scheme_light .woocommerce .woocommerce-error,.scheme_light .woocommerce .woocommerce-info,.scheme_light .woocommerce .woocommerce-message{background-color:#fff;}.scheme_dark .woocommerce-checkout input[type="text"],.scheme_dark .woocommerce-checkout input[type="text"]:focus,.scheme_dark .woocommerce-checkout input[type="email"],.scheme_dark .woocommerce-checkout input[type="email"]:focus,.scheme_dark .woocommerce-checkout textarea,.scheme_dark .woocommerce-checkout textarea:focus,.scheme_dark .woocommerce-checkout #payment,.scheme_dark .woocommerce .woocommerce-error,.scheme_dark .woocommerce .woocommerce-info,.scheme_dark .woocommerce .woocommerce-message{background-color:#fff;}.scheme_original .woocommerce .woocommerce-error a,.scheme_original .woocommerce .woocommerce-info a,.scheme_original .woocommerce .woocommerce-message a,.scheme_original .woocommerce .checkout h3,.scheme_original .woocommerce-page .checkout h3,.scheme_original .woocommerce .cart-collaterals h2,.scheme_original .woocommerce-page .cart-collaterals h2,.scheme_original .woocommerce table.cart td.product-name a{color:#1d1e23;}.scheme_light .woocommerce .woocommerce-error a,.scheme_light .woocommerce .woocommerce-info a,.scheme_light .woocommerce .woocommerce-message a,.scheme_light .woocommerce .checkout h3,.scheme_light .woocommerce-page .checkout h3,.scheme_light .woocommerce .cart-collaterals h2,.scheme_light .woocommerce-page .cart-collaterals h2,.scheme_light .woocommerce table.cart td.product-name a{color:#1d1e23;}.scheme_dark .woocommerce .woocommerce-error a,.scheme_dark .woocommerce .woocommerce-info a,.scheme_dark .woocommerce .woocommerce-message a,.scheme_dark .woocommerce .checkout h3,.scheme_dark .woocommerce-page .checkout h3,.scheme_dark .woocommerce .cart-collaterals h2,.scheme_dark .woocommerce-page .cart-collaterals h2,.scheme_dark .woocommerce table.cart td.product-name a{color:#1d1e23;}.scheme_original .woocommerce .woocommerce-message a.button{color:#fff;}.scheme_light .woocommerce .woocommerce-message a.button{color:#fff;}.scheme_dark .woocommerce .woocommerce-message a.button{color:#fff;}.scheme_original .woocommerce .woocommerce-error a:hover,.scheme_original .woocommerce .woocommerce-info a:hover,.scheme_original .woocommerce .woocommerce-message a:hover,.scheme_original .woocommerce table.cart td.product-name a:hover{color:#581214;}.scheme_light .woocommerce .woocommerce-error a:hover,.scheme_light .woocommerce .woocommerce-info a:hover,.scheme_light .woocommerce .woocommerce-message a:hover,.scheme_light .woocommerce table.cart td.product-name a:hover{color:#581214;}.scheme_dark .woocommerce .woocommerce-error a:hover,.scheme_dark .woocommerce .woocommerce-info a:hover,.scheme_dark .woocommerce .woocommerce-message a:hover,.scheme_dark .woocommerce table.cart td.product-name a:hover{color:#581214;}.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .empty,.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .quantity,.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .quantity .amount,.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .total,.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .total .amount{color:#1d1e23;}.scheme_light .top_panel_inner_style_4 .widget_shopping_cart .empty,.scheme_light .top_panel_inner_style_4 .widget_shopping_cart .quantity,.scheme_light .top_panel_inner_style_4 .widget_shopping_cart .quantity .amount,.scheme_light .top_panel_inner_style_4 .widget_shopping_cart .total,.scheme_light .top_panel_inner_style_4 .widget_shopping_cart .total .amount{color:#1d1e23;}.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .empty,.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .quantity,.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .quantity .amount,.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .total,.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .total .amount{color:#1d1e23;}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap){background-color:#1d1e23;}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap){background-color:#1d1e23;}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap){background-color:#1d1e23;}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li+li{border-color:rgba(52,53,57,0.5);}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li+li{border-color:rgba(52,53,57,0.5);}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li+li{border-color:rgba(52,53,57,0.5);}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li,.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li > a{color:#fff;}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li,.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li > a{color:#1d1e23;}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li,.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li > a{color:#fff;}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover,.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover > a,.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li > a:hover{color:#581214;}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover,.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover > a,.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li > a:hover{color:#581214;}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover,.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover > a,.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li > a:hover{color:#581214;}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories ul{background-color:#1d1e23;}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories ul{background-color:#1d1e23;}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories ul{background-color:#1d1e23;}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{color:#fff;}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{color:#fff;}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{color:#fff;}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{background-color:#581214;}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{background-color:#581214;}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{background-color:#581214;}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{border-color:rgba(52,53,57,0.7);}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{border-color:rgba(52,53,57,0.7);}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{border-color:rgba(52,53,57,0.7);}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{color:#fff;}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{color:#1d1e23;}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{color:#fff;}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:hover:after{color:#581214;}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:hover:after{color:#581214;}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:hover:after{color:#581214;}.scheme_original #tribe-events-content a,.scheme_original .tribe-events-adv-list-widget .tribe-events-widget-link a,.scheme_original .tribe-events-back a,.scheme_original .tribe-events-event-meta a,.scheme_original .tribe-events-list-widget .tribe-events-widget-link a{color:#1d1e23;}.scheme_light #tribe-events-content a,.scheme_light .tribe-events-adv-list-widget .tribe-events-widget-link a,.scheme_light .tribe-events-back a,.scheme_light .tribe-events-event-meta a,.scheme_light .tribe-events-list-widget .tribe-events-widget-link a{color:#1d1e23;}.scheme_dark #tribe-events-content a,.scheme_dark .tribe-events-adv-list-widget .tribe-events-widget-link a,.scheme_dark .tribe-events-back a,.scheme_dark .tribe-events-event-meta a,.scheme_dark .tribe-events-list-widget .tribe-events-widget-link a{color:#1d1e23;}.scheme_original #tribe-events-content a.sc_button,.scheme_original .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_original ul.tribe-events-sub-nav a{color:#fff;}.scheme_light #tribe-events-content a.sc_button,.scheme_light .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_light ul.tribe-events-sub-nav a{color:#1d1e23;}.scheme_dark #tribe-events-content a.sc_button,.scheme_dark .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_dark ul.tribe-events-sub-nav a{color:#fff;}.scheme_original .tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.scheme_original .tribe-events-back a:hover,.scheme_original .tribe-events-list-widget .tribe-events-widget-link a:hover,.scheme_original ul.tribe-events-sub-nav a:hover{color:#581214;}.scheme_light .tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.scheme_light .tribe-events-back a:hover,.scheme_light .tribe-events-list-widget .tribe-events-widget-link a:hover,.scheme_light ul.tribe-events-sub-nav a:hover{color:#581214;}.scheme_dark .tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.scheme_dark .tribe-events-back a:hover,.scheme_dark .tribe-events-list-widget .tribe-events-widget-link a:hover,.scheme_dark ul.tribe-events-sub-nav a:hover{color:#581214;}.scheme_original .tribe-events-calendar thead th{background-color:#1d1e23;}.scheme_light .tribe-events-calendar thead th{background-color:#1d1e23;}.scheme_dark .tribe-events-calendar thead th{background-color:#1d1e23;}.scheme_original .tribe-events-calendar thead th{color:#fff;}.scheme_light .tribe-events-calendar thead th{color:#1d1e23;}.scheme_dark .tribe-events-calendar thead th{color:#fff;}.scheme_original .single-tribe_events .tribe-events-event-meta{background-color:#fff;}.scheme_light .single-tribe_events .tribe-events-event-meta{background-color:#fff;}.scheme_dark .single-tribe_events .tribe-events-event-meta{background-color:#fff;}.scheme_original .tribe-events-meta-group .tribe-events-single-section-title,.scheme_original .tribe-mobile-day-heading,.scheme_original h1.tribe-events-single-event-title,.scheme_original .tribe-events-schedule h2{color:#1d1e23;}.scheme_light .tribe-events-meta-group .tribe-events-single-section-title,.scheme_light .tribe-mobile-day-heading,.scheme_light h1.tribe-events-single-event-title,.scheme_light .tribe-events-schedule h2{color:#1d1e23;}.scheme_dark .tribe-events-meta-group .tribe-events-single-section-title,.scheme_dark .tribe-mobile-day-heading,.scheme_dark h1.tribe-events-single-event-title,.scheme_dark .tribe-events-schedule h2{color:#1d1e23;}.scheme_original #tribe-bar-collapse-toggle{background-color:#fff;}.scheme_light #tribe-bar-collapse-toggle{background-color:#1d1e23;}.scheme_dark #tribe-bar-collapse-toggle{background-color:#fff;}.scheme_original #tribe-events-footer .tribe-events-sub-nav a{background-color:#581214;}.scheme_light #tribe-events-footer .tribe-events-sub-nav a{background-color:#581214;}.scheme_dark #tribe-events-footer .tribe-events-sub-nav a{background-color:#581214;}.scheme_original #tribe-events-footer .tribe-events-sub-nav a{border-color:#581214;}.scheme_light #tribe-events-footer .tribe-events-sub-nav a{border-color:#581214;}.scheme_dark #tribe-events-footer .tribe-events-sub-nav a{border-color:#581214;}.scheme_original #tribe-events-footer .tribe-events-sub-nav a{color:#fff;}.scheme_light #tribe-events-footer .tribe-events-sub-nav a{color:#1d1e23;}.scheme_dark #tribe-events-footer .tribe-events-sub-nav a{color:#fff;}.scheme_original #tribe-events-footer .tribe-events-sub-nav a:hover{background-color:#581214;}.scheme_light #tribe-events-footer .tribe-events-sub-nav a:hover{background-color:#581214;}.scheme_dark #tribe-events-footer .tribe-events-sub-nav a:hover{background-color:#581214;}.scheme_original #tribe-events-footer .tribe-events-sub-nav a:hover{border-color:#581214;}.scheme_light #tribe-events-footer .tribe-events-sub-nav a:hover{border-color:#581214;}.scheme_dark #tribe-events-footer .tribe-events-sub-nav a:hover{border-color:#581214;}.scheme_original #tribe-events-footer .tribe-events-sub-nav a:hover{color:#fff;}.scheme_light #tribe-events-footer .tribe-events-sub-nav a:hover{color:#1d1e23;}.scheme_dark #tribe-events-footer .tribe-events-sub-nav a:hover{color:#fff;}.scheme_original a.tribe-events-read-more,.scheme_original .tribe-events-button,.scheme_original .tribe-events-nav-previous a,.scheme_original .tribe-events-nav-next a,.scheme_original .tribe-events-widget-link a,.scheme_original .tribe-events-viewmore a{background-color:#581214;}.scheme_light a.tribe-events-read-more,.scheme_light .tribe-events-button,.scheme_light .tribe-events-nav-previous a,.scheme_light .tribe-events-nav-next a,.scheme_light .tribe-events-widget-link a,.scheme_light .tribe-events-viewmore a{background-color:#581214;}.scheme_dark a.tribe-events-read-more,.scheme_dark .tribe-events-button,.scheme_dark .tribe-events-nav-previous a,.scheme_dark .tribe-events-nav-next a,.scheme_dark .tribe-events-widget-link a,.scheme_dark .tribe-events-viewmore a{background-color:#581214;}.scheme_original a.tribe-events-read-more,.scheme_original .tribe-events-button,.scheme_original .tribe-events-nav-previous a,.scheme_original .tribe-events-nav-next a,.scheme_original .tribe-events-widget-link a,.scheme_original .tribe-events-viewmore a{color:#1d1e23;}.scheme_light a.tribe-events-read-more,.scheme_light .tribe-events-button,.scheme_light .tribe-events-nav-previous a,.scheme_light .tribe-events-nav-next a,.scheme_light .tribe-events-widget-link a,.scheme_light .tribe-events-viewmore a{color:#1d1e23;}.scheme_dark a.tribe-events-read-more,.scheme_dark .tribe-events-button,.scheme_dark .tribe-events-nav-previous a,.scheme_dark .tribe-events-nav-next a,.scheme_dark .tribe-events-widget-link a,.scheme_dark .tribe-events-viewmore a{color:#1d1e23;}.scheme_original a.tribe-events-read-more:hover,.scheme_original .tribe-events-button:hover,.scheme_original .tribe-events-nav-previous a:hover,.scheme_original .tribe-events-nav-next a:hover,.scheme_original .tribe-events-widget-link a:hover,.scheme_original .tribe-events-viewmore a:hover{background-color:#581214;}.scheme_light a.tribe-events-read-more:hover,.scheme_light .tribe-events-button:hover,.scheme_light .tribe-events-nav-previous a:hover,.scheme_light .tribe-events-nav-next a:hover,.scheme_light .tribe-events-widget-link a:hover,.scheme_light .tribe-events-viewmore a:hover{background-color:#581214;}.scheme_dark a.tribe-events-read-more:hover,.scheme_dark .tribe-events-button:hover,.scheme_dark .tribe-events-nav-previous a:hover,.scheme_dark .tribe-events-nav-next a:hover,.scheme_dark .tribe-events-widget-link a:hover,.scheme_dark .tribe-events-viewmore a:hover{background-color:#581214;}.scheme_original a.tribe-events-read-more:hover,.scheme_original .tribe-events-button:hover,.scheme_original .tribe-events-nav-previous a:hover,.scheme_original .tribe-events-nav-next a:hover,.scheme_original .tribe-events-widget-link a:hover,.scheme_original .tribe-events-viewmore a:hover{color:#1d1e23;}.scheme_light a.tribe-events-read-more:hover,.scheme_light .tribe-events-button:hover,.scheme_light .tribe-events-nav-previous a:hover,.scheme_light .tribe-events-nav-next a:hover,.scheme_light .tribe-events-widget-link a:hover,.scheme_light .tribe-events-viewmore a:hover{color:#1d1e23;}.scheme_dark a.tribe-events-read-more:hover,.scheme_dark .tribe-events-button:hover,.scheme_dark .tribe-events-nav-previous a:hover,.scheme_dark .tribe-events-nav-next a:hover,.scheme_dark .tribe-events-widget-link a:hover,.scheme_dark .tribe-events-viewmore a:hover{color:#1d1e23;}.scheme_original #bbpress-forums div.bbp-topic-content a,.scheme_original #buddypress button,.scheme_original #buddypress a.button,.scheme_original #buddypress input[type="submit"],.scheme_original #buddypress input[type="button"],.scheme_original #buddypress input[type="reset"],.scheme_original #buddypress ul.button-nav li a,.scheme_original #buddypress div.generic-button a,.scheme_original #buddypress .comment-reply-link,.scheme_original a.bp-title-button,.scheme_original #buddypress div.item-list-tabs ul li.selected a,.scheme_original #buddypress .acomment-options a{background:#fff;}.scheme_light #bbpress-forums div.bbp-topic-content a,.scheme_light #buddypress button,.scheme_light #buddypress a.button,.scheme_light #buddypress input[type="submit"],.scheme_light #buddypress input[type="button"],.scheme_light #buddypress input[type="reset"],.scheme_light #buddypress ul.button-nav li a,.scheme_light #buddypress div.generic-button a,.scheme_light #buddypress .comment-reply-link,.scheme_light a.bp-title-button,.scheme_light #buddypress div.item-list-tabs ul li.selected a,.scheme_light #buddypress .acomment-options a{background:#fff;}.scheme_dark #bbpress-forums div.bbp-topic-content a,.scheme_dark #buddypress button,.scheme_dark #buddypress a.button,.scheme_dark #buddypress input[type="submit"],.scheme_dark #buddypress input[type="button"],.scheme_dark #buddypress input[type="reset"],.scheme_dark #buddypress ul.button-nav li a,.scheme_dark #buddypress div.generic-button a,.scheme_dark #buddypress .comment-reply-link,.scheme_dark a.bp-title-button,.scheme_dark #buddypress div.item-list-tabs ul li.selected a,.scheme_dark #buddypress .acomment-options a{background:#fff;}.scheme_original #bbpress-forums div.bbp-topic-content a,.scheme_original #buddypress button,.scheme_original #buddypress a.button,.scheme_original #buddypress input[type="submit"],.scheme_original #buddypress input[type="button"],.scheme_original #buddypress input[type="reset"],.scheme_original #buddypress ul.button-nav li a,.scheme_original #buddypress div.generic-button a,.scheme_original #buddypress .comment-reply-link,.scheme_original a.bp-title-button,.scheme_original #buddypress div.item-list-tabs ul li.selected a,.scheme_original #buddypress .acomment-options a{color:#1d1e23;}.scheme_light #bbpress-forums div.bbp-topic-content a,.scheme_light #buddypress button,.scheme_light #buddypress a.button,.scheme_light #buddypress input[type="submit"],.scheme_light #buddypress input[type="button"],.scheme_light #buddypress input[type="reset"],.scheme_light #buddypress ul.button-nav li a,.scheme_light #buddypress div.generic-button a,.scheme_light #buddypress .comment-reply-link,.scheme_light a.bp-title-button,.scheme_light #buddypress div.item-list-tabs ul li.selected a,.scheme_light #buddypress .acomment-options a{color:#1d1e23;}.scheme_dark #bbpress-forums div.bbp-topic-content a,.scheme_dark #buddypress button,.scheme_dark #buddypress a.button,.scheme_dark #buddypress input[type="submit"],.scheme_dark #buddypress input[type="button"],.scheme_dark #buddypress input[type="reset"],.scheme_dark #buddypress ul.button-nav li a,.scheme_dark #buddypress div.generic-button a,.scheme_dark #buddypress .comment-reply-link,.scheme_dark a.bp-title-button,.scheme_dark #buddypress div.item-list-tabs ul li.selected a,.scheme_dark #buddypress .acomment-options a{color:#1d1e23;}.scheme_original #bbpress-forums div.bbp-topic-content a:hover,.scheme_original #buddypress button:hover,.scheme_original #buddypress a.button:hover,.scheme_original #buddypress input[type="submit"]:hover,.scheme_original #buddypress input[type="button"]:hover,.scheme_original #buddypress input[type="reset"]:hover,.scheme_original #buddypress ul.button-nav li a:hover,.scheme_original #buddypress div.generic-button a:hover,.scheme_original #buddypress .comment-reply-link:hover,.scheme_original a.bp-title-button:hover,.scheme_original #buddypress div.item-list-tabs ul li.selected a:hover,.scheme_original #buddypress .acomment-options a:hover{background:#581214;}.scheme_light #bbpress-forums div.bbp-topic-content a:hover,.scheme_light #buddypress button:hover,.scheme_light #buddypress a.button:hover,.scheme_light #buddypress input[type="submit"]:hover,.scheme_light #buddypress input[type="button"]:hover,.scheme_light #buddypress input[type="reset"]:hover,.scheme_light #buddypress ul.button-nav li a:hover,.scheme_light #buddypress div.generic-button a:hover,.scheme_light #buddypress .comment-reply-link:hover,.scheme_light a.bp-title-button:hover,.scheme_light #buddypress div.item-list-tabs ul li.selected a:hover,.scheme_light #buddypress .acomment-options a:hover{background:#581214;}.scheme_dark #bbpress-forums div.bbp-topic-content a:hover,.scheme_dark #buddypress button:hover,.scheme_dark #buddypress a.button:hover,.scheme_dark #buddypress input[type="submit"]:hover,.scheme_dark #buddypress input[type="button"]:hover,.scheme_dark #buddypress input[type="reset"]:hover,.scheme_dark #buddypress ul.button-nav li a:hover,.scheme_dark #buddypress div.generic-button a:hover,.scheme_dark #buddypress .comment-reply-link:hover,.scheme_dark a.bp-title-button:hover,.scheme_dark #buddypress div.item-list-tabs ul li.selected a:hover,.scheme_dark #buddypress .acomment-options a:hover{background:#581214;}.scheme_original #bbpress-forums div.bbp-topic-content a:hover,.scheme_original #buddypress button:hover,.scheme_original #buddypress a.button:hover,.scheme_original #buddypress input[type="submit"]:hover,.scheme_original #buddypress input[type="button"]:hover,.scheme_original #buddypress input[type="reset"]:hover,.scheme_original #buddypress ul.button-nav li a:hover,.scheme_original #buddypress div.generic-button a:hover,.scheme_original #buddypress .comment-reply-link:hover,.scheme_original a.bp-title-button:hover,.scheme_original #buddypress div.item-list-tabs ul li.selected a:hover,.scheme_original #buddypress .acomment-options a:hover{color:#1d1e23;}.scheme_light #bbpress-forums div.bbp-topic-content a:hover,.scheme_light #buddypress button:hover,.scheme_light #buddypress a.button:hover,.scheme_light #buddypress input[type="submit"]:hover,.scheme_light #buddypress input[type="button"]:hover,.scheme_light #buddypress input[type="reset"]:hover,.scheme_light #buddypress ul.button-nav li a:hover,.scheme_light #buddypress div.generic-button a:hover,.scheme_light #buddypress .comment-reply-link:hover,.scheme_light a.bp-title-button:hover,.scheme_light #buddypress div.item-list-tabs ul li.selected a:hover,.scheme_light #buddypress .acomment-options a:hover{color:#1d1e23;}.scheme_dark #bbpress-forums div.bbp-topic-content a:hover,.scheme_dark #buddypress button:hover,.scheme_dark #buddypress a.button:hover,.scheme_dark #buddypress input[type="submit"]:hover,.scheme_dark #buddypress input[type="button"]:hover,.scheme_dark #buddypress input[type="reset"]:hover,.scheme_dark #buddypress ul.button-nav li a:hover,.scheme_dark #buddypress div.generic-button a:hover,.scheme_dark #buddypress .comment-reply-link:hover,.scheme_dark a.bp-title-button:hover,.scheme_dark #buddypress div.item-list-tabs ul li.selected a:hover,.scheme_dark #buddypress .acomment-options a:hover{color:#1d1e23;}.scheme_original #buddypress #item-nav,.scheme_original #buddypress div#subnav.item-list-tabs,.scheme_original #buddypress div.item-list-tabs{background-color:#121215;}.scheme_light #buddypress #item-nav,.scheme_light #buddypress div#subnav.item-list-tabs,.scheme_light #buddypress div.item-list-tabs{background-color:#f6f6f6;}.scheme_dark #buddypress #item-nav,.scheme_dark #buddypress div#subnav.item-list-tabs,.scheme_dark #buddypress div.item-list-tabs{background-color:#121215;}.scheme_original #buddypress #item-nav li:not(.selected) a,.scheme_original #buddypress div#subnav.item-list-tabs li:not(.selected) a,.scheme_original #buddypress div.item-list-tabs li:not(.selected) a{color:#808080;}.scheme_light #buddypress #item-nav li:not(.selected) a,.scheme_light #buddypress div#subnav.item-list-tabs li:not(.selected) a,.scheme_light #buddypress div.item-list-tabs li:not(.selected) a{color:#808080;}.scheme_dark #buddypress #item-nav li:not(.selected) a,.scheme_dark #buddypress div#subnav.item-list-tabs li:not(.selected) a,.scheme_dark #buddypress div.item-list-tabs li:not(.selected) a{color:#808080;}.scheme_original #buddypress #item-nav li:not(.selected) a:hover,.scheme_original #buddypress div#subnav.item-list-tabs li:not(.selected) a:hover,.scheme_original #buddypress div.item-list-tabs li:not(.selected) a:hover{color:#fff;}.scheme_light #buddypress #item-nav li:not(.selected) a:hover,.scheme_light #buddypress div#subnav.item-list-tabs li:not(.selected) a:hover,.scheme_light #buddypress div.item-list-tabs li:not(.selected) a:hover{color:#808080;}.scheme_dark #buddypress #item-nav li:not(.selected) a:hover,.scheme_dark #buddypress div#subnav.item-list-tabs li:not(.selected) a:hover,.scheme_dark #buddypress div.item-list-tabs li:not(.selected) a:hover{color:#fff;}.scheme_original #buddypress #item-nav li:not(.selected) a:hover,.scheme_original #buddypress div#subnav.item-list-tabs li:not(.selected) a:hover,.scheme_original #buddypress div.item-list-tabs li:not(.selected) a:hover{background-color:#000;}.scheme_light #buddypress #item-nav li:not(.selected) a:hover,.scheme_light #buddypress div#subnav.item-list-tabs li:not(.selected) a:hover,.scheme_light #buddypress div.item-list-tabs li:not(.selected) a:hover{background-color:#f6f6f6;}.scheme_dark #buddypress #item-nav li:not(.selected) a:hover,.scheme_dark #buddypress div#subnav.item-list-tabs li:not(.selected) a:hover,.scheme_dark #buddypress div.item-list-tabs li:not(.selected) a:hover{background-color:#000;}.scheme_original #buddypress .dir-search input[type="search"],.scheme_original #buddypress .dir-search input[type="text"],.scheme_original #buddypress .groups-members-search input[type="search"],.scheme_original #buddypress .groups-members-search input[type="text"],.scheme_original #buddypress .standard-form input[type="color"],.scheme_original #buddypress .standard-form input[type="date"],.scheme_original #buddypress .standard-form input[type="datetime-local"],.scheme_original #buddypress .standard-form input[type="datetime"],.scheme_original #buddypress .standard-form input[type="email"],.scheme_original #buddypress .standard-form input[type="month"],.scheme_original #buddypress .standard-form input[type="number"],.scheme_original #buddypress .standard-form input[type="password"],.scheme_original #buddypress .standard-form input[type="range"],.scheme_original #buddypress .standard-form input[type="search"],.scheme_original #buddypress .standard-form input[type="tel"],.scheme_original #buddypress .standard-form input[type="text"],.scheme_original #buddypress .standard-form input[type="time"],.scheme_original #buddypress .standard-form input[type="url"],.scheme_original #buddypress .standard-form input[type="week"],.scheme_original #buddypress .standard-form select,.scheme_original #buddypress .standard-form textarea,.scheme_original #buddypress form#whats-new-form textarea{color:#808080;}.scheme_light #buddypress .dir-search input[type="search"],.scheme_light #buddypress .dir-search input[type="text"],.scheme_light #buddypress .groups-members-search input[type="search"],.scheme_light #buddypress .groups-members-search input[type="text"],.scheme_light #buddypress .standard-form input[type="color"],.scheme_light #buddypress .standard-form input[type="date"],.scheme_light #buddypress .standard-form input[type="datetime-local"],.scheme_light #buddypress .standard-form input[type="datetime"],.scheme_light #buddypress .standard-form input[type="email"],.scheme_light #buddypress .standard-form input[type="month"],.scheme_light #buddypress .standard-form input[type="number"],.scheme_light #buddypress .standard-form input[type="password"],.scheme_light #buddypress .standard-form input[type="range"],.scheme_light #buddypress .standard-form input[type="search"],.scheme_light #buddypress .standard-form input[type="tel"],.scheme_light #buddypress .standard-form input[type="text"],.scheme_light #buddypress .standard-form input[type="time"],.scheme_light #buddypress .standard-form input[type="url"],.scheme_light #buddypress .standard-form input[type="week"],.scheme_light #buddypress .standard-form select,.scheme_light #buddypress .standard-form textarea,.scheme_light #buddypress form#whats-new-form textarea{color:#808080;}.scheme_dark #buddypress .dir-search input[type="search"],.scheme_dark #buddypress .dir-search input[type="text"],.scheme_dark #buddypress .groups-members-search input[type="search"],.scheme_dark #buddypress .groups-members-search input[type="text"],.scheme_dark #buddypress .standard-form input[type="color"],.scheme_dark #buddypress .standard-form input[type="date"],.scheme_dark #buddypress .standard-form input[type="datetime-local"],.scheme_dark #buddypress .standard-form input[type="datetime"],.scheme_dark #buddypress .standard-form input[type="email"],.scheme_dark #buddypress .standard-form input[type="month"],.scheme_dark #buddypress .standard-form input[type="number"],.scheme_dark #buddypress .standard-form input[type="password"],.scheme_dark #buddypress .standard-form input[type="range"],.scheme_dark #buddypress .standard-form input[type="search"],.scheme_dark #buddypress .standard-form input[type="tel"],.scheme_dark #buddypress .standard-form input[type="text"],.scheme_dark #buddypress .standard-form input[type="time"],.scheme_dark #buddypress .standard-form input[type="url"],.scheme_dark #buddypress .standard-form input[type="week"],.scheme_dark #buddypress .standard-form select,.scheme_dark #buddypress .standard-form textarea,.scheme_dark #buddypress form#whats-new-form textarea{color:#808080;}.scheme_original #buddypress .dir-search input[type="search"],.scheme_original #buddypress .dir-search input[type="text"],.scheme_original #buddypress .groups-members-search input[type="search"],.scheme_original #buddypress .groups-members-search input[type="text"],.scheme_original #buddypress .standard-form input[type="color"],.scheme_original #buddypress .standard-form input[type="date"],.scheme_original #buddypress .standard-form input[type="datetime-local"],.scheme_original #buddypress .standard-form input[type="datetime"],.scheme_original #buddypress .standard-form input[type="email"],.scheme_original #buddypress .standard-form input[type="month"],.scheme_original #buddypress .standard-form input[type="number"],.scheme_original #buddypress .standard-form input[type="password"],.scheme_original #buddypress .standard-form input[type="range"],.scheme_original #buddypress .standard-form input[type="search"],.scheme_original #buddypress .standard-form input[type="tel"],.scheme_original #buddypress .standard-form input[type="text"],.scheme_original #buddypress .standard-form input[type="time"],.scheme_original #buddypress .standard-form input[type="url"],.scheme_original #buddypress .standard-form input[type="week"],.scheme_original #buddypress .standard-form select,.scheme_original #buddypress .standard-form textarea,.scheme_original #buddypress form#whats-new-form textarea{background-color:#121215;}.scheme_light #buddypress .dir-search input[type="search"],.scheme_light #buddypress .dir-search input[type="text"],.scheme_light #buddypress .groups-members-search input[type="search"],.scheme_light #buddypress .groups-members-search input[type="text"],.scheme_light #buddypress .standard-form input[type="color"],.scheme_light #buddypress .standard-form input[type="date"],.scheme_light #buddypress .standard-form input[type="datetime-local"],.scheme_light #buddypress .standard-form input[type="datetime"],.scheme_light #buddypress .standard-form input[type="email"],.scheme_light #buddypress .standard-form input[type="month"],.scheme_light #buddypress .standard-form input[type="number"],.scheme_light #buddypress .standard-form input[type="password"],.scheme_light #buddypress .standard-form input[type="range"],.scheme_light #buddypress .standard-form input[type="search"],.scheme_light #buddypress .standard-form input[type="tel"],.scheme_light #buddypress .standard-form input[type="text"],.scheme_light #buddypress .standard-form input[type="time"],.scheme_light #buddypress .standard-form input[type="url"],.scheme_light #buddypress .standard-form input[type="week"],.scheme_light #buddypress .standard-form select,.scheme_light #buddypress .standard-form textarea,.scheme_light #buddypress form#whats-new-form textarea{background-color:#f6f6f6;}.scheme_dark #buddypress .dir-search input[type="search"],.scheme_dark #buddypress .dir-search input[type="text"],.scheme_dark #buddypress .groups-members-search input[type="search"],.scheme_dark #buddypress .groups-members-search input[type="text"],.scheme_dark #buddypress .standard-form input[type="color"],.scheme_dark #buddypress .standard-form input[type="date"],.scheme_dark #buddypress .standard-form input[type="datetime-local"],.scheme_dark #buddypress .standard-form input[type="datetime"],.scheme_dark #buddypress .standard-form input[type="email"],.scheme_dark #buddypress .standard-form input[type="month"],.scheme_dark #buddypress .standard-form input[type="number"],.scheme_dark #buddypress .standard-form input[type="password"],.scheme_dark #buddypress .standard-form input[type="range"],.scheme_dark #buddypress .standard-form input[type="search"],.scheme_dark #buddypress .standard-form input[type="tel"],.scheme_dark #buddypress .standard-form input[type="text"],.scheme_dark #buddypress .standard-form input[type="time"],.scheme_dark #buddypress .standard-form input[type="url"],.scheme_dark #buddypress .standard-form input[type="week"],.scheme_dark #buddypress .standard-form select,.scheme_dark #buddypress .standard-form textarea,.scheme_dark #buddypress form#whats-new-form textarea{background-color:#121215;}.scheme_original #buddypress .dir-search input[type="search"],.scheme_original #buddypress .dir-search input[type="text"],.scheme_original #buddypress .groups-members-search input[type="search"],.scheme_original #buddypress .groups-members-search input[type="text"],.scheme_original #buddypress .standard-form input[type="color"],.scheme_original #buddypress .standard-form input[type="date"],.scheme_original #buddypress .standard-form input[type="datetime-local"],.scheme_original #buddypress .standard-form input[type="datetime"],.scheme_original #buddypress .standard-form input[type="email"],.scheme_original #buddypress .standard-form input[type="month"],.scheme_original #buddypress .standard-form input[type="number"],.scheme_original #buddypress .standard-form input[type="password"],.scheme_original #buddypress .standard-form input[type="range"],.scheme_original #buddypress .standard-form input[type="search"],.scheme_original #buddypress .standard-form input[type="tel"],.scheme_original #buddypress .standard-form input[type="text"],.scheme_original #buddypress .standard-form input[type="time"],.scheme_original #buddypress .standard-form input[type="url"],.scheme_original #buddypress .standard-form input[type="week"],.scheme_original #buddypress .standard-form select,.scheme_original #buddypress .standard-form textarea,.scheme_original #buddypress form#whats-new-form textarea{border-color:#121215;}.scheme_light #buddypress .dir-search input[type="search"],.scheme_light #buddypress .dir-search input[type="text"],.scheme_light #buddypress .groups-members-search input[type="search"],.scheme_light #buddypress .groups-members-search input[type="text"],.scheme_light #buddypress .standard-form input[type="color"],.scheme_light #buddypress .standard-form input[type="date"],.scheme_light #buddypress .standard-form input[type="datetime-local"],.scheme_light #buddypress .standard-form input[type="datetime"],.scheme_light #buddypress .standard-form input[type="email"],.scheme_light #buddypress .standard-form input[type="month"],.scheme_light #buddypress .standard-form input[type="number"],.scheme_light #buddypress .standard-form input[type="password"],.scheme_light #buddypress .standard-form input[type="range"],.scheme_light #buddypress .standard-form input[type="search"],.scheme_light #buddypress .standard-form input[type="tel"],.scheme_light #buddypress .standard-form input[type="text"],.scheme_light #buddypress .standard-form input[type="time"],.scheme_light #buddypress .standard-form input[type="url"],.scheme_light #buddypress .standard-form input[type="week"],.scheme_light #buddypress .standard-form select,.scheme_light #buddypress .standard-form textarea,.scheme_light #buddypress form#whats-new-form textarea{border-color:#121215;}.scheme_dark #buddypress .dir-search input[type="search"],.scheme_dark #buddypress .dir-search input[type="text"],.scheme_dark #buddypress .groups-members-search input[type="search"],.scheme_dark #buddypress .groups-members-search input[type="text"],.scheme_dark #buddypress .standard-form input[type="color"],.scheme_dark #buddypress .standard-form input[type="date"],.scheme_dark #buddypress .standard-form input[type="datetime-local"],.scheme_dark #buddypress .standard-form input[type="datetime"],.scheme_dark #buddypress .standard-form input[type="email"],.scheme_dark #buddypress .standard-form input[type="month"],.scheme_dark #buddypress .standard-form input[type="number"],.scheme_dark #buddypress .standard-form input[type="password"],.scheme_dark #buddypress .standard-form input[type="range"],.scheme_dark #buddypress .standard-form input[type="search"],.scheme_dark #buddypress .standard-form input[type="tel"],.scheme_dark #buddypress .standard-form input[type="text"],.scheme_dark #buddypress .standard-form input[type="time"],.scheme_dark #buddypress .standard-form input[type="url"],.scheme_dark #buddypress .standard-form input[type="week"],.scheme_dark #buddypress .standard-form select,.scheme_dark #buddypress .standard-form textarea,.scheme_dark #buddypress form#whats-new-form textarea{border-color:#121215;}.scheme_original #buddypress .dir-search input[type="search"]:focus,.scheme_original #buddypress .dir-search input[type="text"]:focus,.scheme_original #buddypress .groups-members-search input[type="search"]:focus,.scheme_original #buddypress .groups-members-search input[type="text"]:focus,.scheme_original #buddypress .standard-form input[type="color"]:focus,.scheme_original #buddypress .standard-form input[type="date"]:focus,.scheme_original #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_original #buddypress .standard-form input[type="datetime"]:focus,.scheme_original #buddypress .standard-form input[type="email"]:focus,.scheme_original #buddypress .standard-form input[type="month"]:focus,.scheme_original #buddypress .standard-form input[type="number"]:focus,.scheme_original #buddypress .standard-form input[type="password"]:focus,.scheme_original #buddypress .standard-form input[type="range"]:focus,.scheme_original #buddypress .standard-form input[type="search"]:focus,.scheme_original #buddypress .standard-form input[type="tel"]:focus,.scheme_original #buddypress .standard-form input[type="text"]:focus,.scheme_original #buddypress .standard-form input[type="time"]:focus,.scheme_original #buddypress .standard-form input[type="url"]:focus,.scheme_original #buddypress .standard-form input[type="week"]:focus,.scheme_original #buddypress .standard-form select:focus,.scheme_original #buddypress .standard-form textarea:focus,.scheme_original #buddypress form#whats-new-form textarea:focus{color:#fff;}.scheme_light #buddypress .dir-search input[type="search"]:focus,.scheme_light #buddypress .dir-search input[type="text"]:focus,.scheme_light #buddypress .groups-members-search input[type="search"]:focus,.scheme_light #buddypress .groups-members-search input[type="text"]:focus,.scheme_light #buddypress .standard-form input[type="color"]:focus,.scheme_light #buddypress .standard-form input[type="date"]:focus,.scheme_light #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_light #buddypress .standard-form input[type="datetime"]:focus,.scheme_light #buddypress .standard-form input[type="email"]:focus,.scheme_light #buddypress .standard-form input[type="month"]:focus,.scheme_light #buddypress .standard-form input[type="number"]:focus,.scheme_light #buddypress .standard-form input[type="password"]:focus,.scheme_light #buddypress .standard-form input[type="range"]:focus,.scheme_light #buddypress .standard-form input[type="search"]:focus,.scheme_light #buddypress .standard-form input[type="tel"]:focus,.scheme_light #buddypress .standard-form input[type="text"]:focus,.scheme_light #buddypress .standard-form input[type="time"]:focus,.scheme_light #buddypress .standard-form input[type="url"]:focus,.scheme_light #buddypress .standard-form input[type="week"]:focus,.scheme_light #buddypress .standard-form select:focus,.scheme_light #buddypress .standard-form textarea:focus,.scheme_light #buddypress form#whats-new-form textarea:focus{color:#808080;}.scheme_dark #buddypress .dir-search input[type="search"]:focus,.scheme_dark #buddypress .dir-search input[type="text"]:focus,.scheme_dark #buddypress .groups-members-search input[type="search"]:focus,.scheme_dark #buddypress .groups-members-search input[type="text"]:focus,.scheme_dark #buddypress .standard-form input[type="color"]:focus,.scheme_dark #buddypress .standard-form input[type="date"]:focus,.scheme_dark #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_dark #buddypress .standard-form input[type="datetime"]:focus,.scheme_dark #buddypress .standard-form input[type="email"]:focus,.scheme_dark #buddypress .standard-form input[type="month"]:focus,.scheme_dark #buddypress .standard-form input[type="number"]:focus,.scheme_dark #buddypress .standard-form input[type="password"]:focus,.scheme_dark #buddypress .standard-form input[type="range"]:focus,.scheme_dark #buddypress .standard-form input[type="search"]:focus,.scheme_dark #buddypress .standard-form input[type="tel"]:focus,.scheme_dark #buddypress .standard-form input[type="text"]:focus,.scheme_dark #buddypress .standard-form input[type="time"]:focus,.scheme_dark #buddypress .standard-form input[type="url"]:focus,.scheme_dark #buddypress .standard-form input[type="week"]:focus,.scheme_dark #buddypress .standard-form select:focus,.scheme_dark #buddypress .standard-form textarea:focus,.scheme_dark #buddypress form#whats-new-form textarea:focus{color:#fff;}.scheme_original #buddypress .dir-search input[type="search"]:focus,.scheme_original #buddypress .dir-search input[type="text"]:focus,.scheme_original #buddypress .groups-members-search input[type="search"]:focus,.scheme_original #buddypress .groups-members-search input[type="text"]:focus,.scheme_original #buddypress .standard-form input[type="color"]:focus,.scheme_original #buddypress .standard-form input[type="date"]:focus,.scheme_original #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_original #buddypress .standard-form input[type="datetime"]:focus,.scheme_original #buddypress .standard-form input[type="email"]:focus,.scheme_original #buddypress .standard-form input[type="month"]:focus,.scheme_original #buddypress .standard-form input[type="number"]:focus,.scheme_original #buddypress .standard-form input[type="password"]:focus,.scheme_original #buddypress .standard-form input[type="range"]:focus,.scheme_original #buddypress .standard-form input[type="search"]:focus,.scheme_original #buddypress .standard-form input[type="tel"]:focus,.scheme_original #buddypress .standard-form input[type="text"]:focus,.scheme_original #buddypress .standard-form input[type="time"]:focus,.scheme_original #buddypress .standard-form input[type="url"]:focus,.scheme_original #buddypress .standard-form input[type="week"]:focus,.scheme_original #buddypress .standard-form select:focus,.scheme_original #buddypress .standard-form textarea:focus,.scheme_original #buddypress form#whats-new-form textarea:focus{background-color:#000;}.scheme_light #buddypress .dir-search input[type="search"]:focus,.scheme_light #buddypress .dir-search input[type="text"]:focus,.scheme_light #buddypress .groups-members-search input[type="search"]:focus,.scheme_light #buddypress .groups-members-search input[type="text"]:focus,.scheme_light #buddypress .standard-form input[type="color"]:focus,.scheme_light #buddypress .standard-form input[type="date"]:focus,.scheme_light #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_light #buddypress .standard-form input[type="datetime"]:focus,.scheme_light #buddypress .standard-form input[type="email"]:focus,.scheme_light #buddypress .standard-form input[type="month"]:focus,.scheme_light #buddypress .standard-form input[type="number"]:focus,.scheme_light #buddypress .standard-form input[type="password"]:focus,.scheme_light #buddypress .standard-form input[type="range"]:focus,.scheme_light #buddypress .standard-form input[type="search"]:focus,.scheme_light #buddypress .standard-form input[type="tel"]:focus,.scheme_light #buddypress .standard-form input[type="text"]:focus,.scheme_light #buddypress .standard-form input[type="time"]:focus,.scheme_light #buddypress .standard-form input[type="url"]:focus,.scheme_light #buddypress .standard-form input[type="week"]:focus,.scheme_light #buddypress .standard-form select:focus,.scheme_light #buddypress .standard-form textarea:focus,.scheme_light #buddypress form#whats-new-form textarea:focus{background-color:#f6f6f6;}.scheme_dark #buddypress .dir-search input[type="search"]:focus,.scheme_dark #buddypress .dir-search input[type="text"]:focus,.scheme_dark #buddypress .groups-members-search input[type="search"]:focus,.scheme_dark #buddypress .groups-members-search input[type="text"]:focus,.scheme_dark #buddypress .standard-form input[type="color"]:focus,.scheme_dark #buddypress .standard-form input[type="date"]:focus,.scheme_dark #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_dark #buddypress .standard-form input[type="datetime"]:focus,.scheme_dark #buddypress .standard-form input[type="email"]:focus,.scheme_dark #buddypress .standard-form input[type="month"]:focus,.scheme_dark #buddypress .standard-form input[type="number"]:focus,.scheme_dark #buddypress .standard-form input[type="password"]:focus,.scheme_dark #buddypress .standard-form input[type="range"]:focus,.scheme_dark #buddypress .standard-form input[type="search"]:focus,.scheme_dark #buddypress .standard-form input[type="tel"]:focus,.scheme_dark #buddypress .standard-form input[type="text"]:focus,.scheme_dark #buddypress .standard-form input[type="time"]:focus,.scheme_dark #buddypress .standard-form input[type="url"]:focus,.scheme_dark #buddypress .standard-form input[type="week"]:focus,.scheme_dark #buddypress .standard-form select:focus,.scheme_dark #buddypress .standard-form textarea:focus,.scheme_dark #buddypress form#whats-new-form textarea:focus{background-color:#000;}.scheme_original #buddypress .dir-search input[type="search"]:focus,.scheme_original #buddypress .dir-search input[type="text"]:focus,.scheme_original #buddypress .groups-members-search input[type="search"]:focus,.scheme_original #buddypress .groups-members-search input[type="text"]:focus,.scheme_original #buddypress .standard-form input[type="color"]:focus,.scheme_original #buddypress .standard-form input[type="date"]:focus,.scheme_original #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_original #buddypress .standard-form input[type="datetime"]:focus,.scheme_original #buddypress .standard-form input[type="email"]:focus,.scheme_original #buddypress .standard-form input[type="month"]:focus,.scheme_original #buddypress .standard-form input[type="number"]:focus,.scheme_original #buddypress .standard-form input[type="password"]:focus,.scheme_original #buddypress .standard-form input[type="range"]:focus,.scheme_original #buddypress .standard-form input[type="search"]:focus,.scheme_original #buddypress .standard-form input[type="tel"]:focus,.scheme_original #buddypress .standard-form input[type="text"]:focus,.scheme_original #buddypress .standard-form input[type="time"]:focus,.scheme_original #buddypress .standard-form input[type="url"]:focus,.scheme_original #buddypress .standard-form input[type="week"]:focus,.scheme_original #buddypress .standard-form select:focus,.scheme_original #buddypress .standard-form textarea:focus,.scheme_original #buddypress form#whats-new-form textarea:focus{border-color:#000;}.scheme_light #buddypress .dir-search input[type="search"]:focus,.scheme_light #buddypress .dir-search input[type="text"]:focus,.scheme_light #buddypress .groups-members-search input[type="search"]:focus,.scheme_light #buddypress .groups-members-search input[type="text"]:focus,.scheme_light #buddypress .standard-form input[type="color"]:focus,.scheme_light #buddypress .standard-form input[type="date"]:focus,.scheme_light #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_light #buddypress .standard-form input[type="datetime"]:focus,.scheme_light #buddypress .standard-form input[type="email"]:focus,.scheme_light #buddypress .standard-form input[type="month"]:focus,.scheme_light #buddypress .standard-form input[type="number"]:focus,.scheme_light #buddypress .standard-form input[type="password"]:focus,.scheme_light #buddypress .standard-form input[type="range"]:focus,.scheme_light #buddypress .standard-form input[type="search"]:focus,.scheme_light #buddypress .standard-form input[type="tel"]:focus,.scheme_light #buddypress .standard-form input[type="text"]:focus,.scheme_light #buddypress .standard-form input[type="time"]:focus,.scheme_light #buddypress .standard-form input[type="url"]:focus,.scheme_light #buddypress .standard-form input[type="week"]:focus,.scheme_light #buddypress .standard-form select:focus,.scheme_light #buddypress .standard-form textarea:focus,.scheme_light #buddypress form#whats-new-form textarea:focus{border-color:#000;}.scheme_dark #buddypress .dir-search input[type="search"]:focus,.scheme_dark #buddypress .dir-search input[type="text"]:focus,.scheme_dark #buddypress .groups-members-search input[type="search"]:focus,.scheme_dark #buddypress .groups-members-search input[type="text"]:focus,.scheme_dark #buddypress .standard-form input[type="color"]:focus,.scheme_dark #buddypress .standard-form input[type="date"]:focus,.scheme_dark #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_dark #buddypress .standard-form input[type="datetime"]:focus,.scheme_dark #buddypress .standard-form input[type="email"]:focus,.scheme_dark #buddypress .standard-form input[type="month"]:focus,.scheme_dark #buddypress .standard-form input[type="number"]:focus,.scheme_dark #buddypress .standard-form input[type="password"]:focus,.scheme_dark #buddypress .standard-form input[type="range"]:focus,.scheme_dark #buddypress .standard-form input[type="search"]:focus,.scheme_dark #buddypress .standard-form input[type="tel"]:focus,.scheme_dark #buddypress .standard-form input[type="text"]:focus,.scheme_dark #buddypress .standard-form input[type="time"]:focus,.scheme_dark #buddypress .standard-form input[type="url"]:focus,.scheme_dark #buddypress .standard-form input[type="week"]:focus,.scheme_dark #buddypress .standard-form select:focus,.scheme_dark #buddypress .standard-form textarea:focus,.scheme_dark #buddypress form#whats-new-form textarea:focus{border-color:#000;}.scheme_original #buddypress #reply-title small a span,.scheme_original #buddypress a.bp-primary-action span{color:#fff;}.scheme_light #buddypress #reply-title small a span,.scheme_light #buddypress a.bp-primary-action span{color:#fff;}.scheme_dark #buddypress #reply-title small a span,.scheme_dark #buddypress a.bp-primary-action span{color:#fff;}.scheme_original #buddypress #reply-title small a span,.scheme_original #buddypress a.bp-primary-action span{background-color:#1d1e23;}.scheme_light #buddypress #reply-title small a span,.scheme_light #buddypress a.bp-primary-action span{background-color:#1d1e23;}.scheme_dark #buddypress #reply-title small a span,.scheme_dark #buddypress a.bp-primary-action span{background-color:#1d1e23;}.scheme_original #buddypress .activity .activity-item:nth-child(2n+1){background-color:#121215;}.scheme_light #buddypress .activity .activity-item:nth-child(2n+1){background-color:#f6f6f6;}.scheme_dark #buddypress .activity .activity-item:nth-child(2n+1){background-color:#121215;}.vc_row.scheme_original{background-color:#1d1e23;}.vc_row.scheme_light{background-color:#1d1e23;}.vc_row.scheme_dark{background-color:#1d1e23;}.booking_font_custom,.booking_day_container,.booking_calendar_container_all{font-family:"Roboto", sans-serif;}.booking_weekdays_custom{font-family:"Ubuntu", sans-serif;}.scheme_original .booking_month_container_custom,.scheme_original .booking_month_navigation_button_custom{background-color:#121215;}.scheme_light .booking_month_container_custom,.scheme_light .booking_month_navigation_button_custom{background-color:#f6f6f6;}.scheme_dark .booking_month_container_custom,.scheme_dark .booking_month_navigation_button_custom{background-color:#121215;}.scheme_original .booking_month_name_custom,.scheme_original .booking_month_navigation_button_custom{color:#fff;}.scheme_light .booking_month_name_custom,.scheme_light .booking_month_navigation_button_custom{color:#808080;}.scheme_dark .booking_month_name_custom,.scheme_dark .booking_month_navigation_button_custom{color:#fff;}.scheme_original .booking_month_navigation_button_custom:hover{color:#1d1e23;}.scheme_light .booking_month_navigation_button_custom:hover{color:#1d1e23;}.scheme_dark .booking_month_navigation_button_custom:hover{color:#1d1e23;}.scheme_original .booking_month_navigation_button_custom:hover{background-color:#581214;}.scheme_light .booking_month_navigation_button_custom:hover{background-color:#581214;}.scheme_dark .booking_month_navigation_button_custom:hover{background-color:#581214;}.scheme_original #learndash_next_prev_link > a{color:#1d1e23;}.scheme_light #learndash_next_prev_link > a{color:#1d1e23;}.scheme_dark #learndash_next_prev_link > a{color:#1d1e23;}.scheme_original #learndash_next_prev_link > a{background-color:#fff;}.scheme_light #learndash_next_prev_link > a{background-color:#fff;}.scheme_dark #learndash_next_prev_link > a{background-color:#fff;}.scheme_original #learndash_next_prev_link > a:hover{background-color:#581214;}.scheme_light #learndash_next_prev_link > a:hover{background-color:#581214;}.scheme_dark #learndash_next_prev_link > a:hover{background-color:#581214;}.scheme_original .widget_area dd.course_progress div.course_progress_blue{background-color:#581214;}.scheme_light .widget_area dd.course_progress div.course_progress_blue{background-color:#581214;}.scheme_dark .widget_area dd.course_progress div.course_progress_blue{background-color:#581214;}.scheme_original #myplayer .ttw-music-player .progress-wrapper{background-color:#000;}.scheme_light #myplayer .ttw-music-player .progress-wrapper{background-color:#f6f6f6;}.scheme_dark #myplayer .ttw-music-player .progress-wrapper{background-color:#000;}.scheme_original #myplayer .ttw-music-player .tracklist li.track{border-color:#343539;}.scheme_light #myplayer .ttw-music-player .tracklist li.track{border-color:#343539;}.scheme_dark #myplayer .ttw-music-player .tracklist li.track{border-color:#343539;}.scheme_original #myplayer .ttw-music-player .tracklist,.scheme_original #myplayer .ttw-music-player .buy,.scheme_original #myplayer .ttw-music-player .description,.scheme_original #myplayer .ttw-music-player .artist,.scheme_original #myplayer .ttw-music-player .artist-outer{color:#808080;}.scheme_light #myplayer .ttw-music-player .tracklist,.scheme_light #myplayer .ttw-music-player .buy,.scheme_light #myplayer .ttw-music-player .description,.scheme_light #myplayer .ttw-music-player .artist,.scheme_light #myplayer .ttw-music-player .artist-outer{color:#808080;}.scheme_dark #myplayer .ttw-music-player .tracklist,.scheme_dark #myplayer .ttw-music-player .buy,.scheme_dark #myplayer .ttw-music-player .description,.scheme_dark #myplayer .ttw-music-player .artist,.scheme_dark #myplayer .ttw-music-player .artist-outer{color:#808080;}.scheme_original #myplayer .ttw-music-player .player .title,.scheme_original #myplayer .ttw-music-player .tracklist li:hover{color:#fff;}.scheme_light #myplayer .ttw-music-player .player .title,.scheme_light #myplayer .ttw-music-player .tracklist li:hover{color:#1d1e23;}.scheme_dark #myplayer .ttw-music-player .player .title,.scheme_dark #myplayer .ttw-music-player .tracklist li:hover{color:#fff;}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title{border-color:#343539;}.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title{border-color:#343539;}.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title{border-color:#343539;}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon{color:#fff;}.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon{color:#fff;}.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon{color:#fff;}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon{border-color:#581214;}.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon{border-color:#581214;}.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon{border-color:#581214;}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active{color:#fff;}.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active{color:#fff;}.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active{color:#fff;}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active{border-color:#fff;}.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active{border-color:#fff;}.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active{border-color:#fff;}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title:hover{color:#581214;}.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title:hover{color:#581214;}.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title:hover{color:#581214;}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title:hover{border-color:#581214;}.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title:hover{border-color:#581214;}.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title:hover{border-color:#581214;}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon{background-color:#581214;}.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon{background-color:#581214;}.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon{background-color:#581214;}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_content{border-color:#343539;}.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_content{border-color:#343539;}.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_content{border-color:#343539;}.scheme_original .sc_audio{background-color:#fff;}.scheme_light .sc_audio{background-color:#fff;}.scheme_dark .sc_audio{background-color:#fff;}.scheme_original .sc_audio{color:#808080;}.scheme_light .sc_audio{color:#808080;}.scheme_dark .sc_audio{color:#808080;}.scheme_original .sc_audio .sc_audio_title{color:#1d1e23;}.scheme_light .sc_audio .sc_audio_title{color:#1d1e23;}.scheme_dark .sc_audio .sc_audio_title{color:#1d1e23;}.scheme_original .sc_audio .sc_audio_author_name,.scheme_original .sc_audio .mejs-container .mejs-controls .mejs-time{color:#808080;}.scheme_light .sc_audio .sc_audio_author_name,.scheme_light .sc_audio .mejs-container .mejs-controls .mejs-time{color:#808080;}.scheme_dark .sc_audio .sc_audio_author_name,.scheme_dark .sc_audio .mejs-container .mejs-controls .mejs-time{color:#808080;}.scheme_original .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.scheme_original .mejs-controls .mejs-time-rail .mejs-time-current{background:#581214;}.scheme_light .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.scheme_light .mejs-controls .mejs-time-rail .mejs-time-current{background:#581214;}.scheme_dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-current{background:#581214;}.scheme_original .sc_audio .mejs-container .mejs-controls .mejs-playpause-button,.scheme_original .sc_audio .mejs-container .mejs-controls .mejs-volume-button{background-color:#581214;}.scheme_light .sc_audio .mejs-container .mejs-controls .mejs-playpause-button,.scheme_light .sc_audio .mejs-container .mejs-controls .mejs-volume-button{background-color:#581214;}.scheme_dark .sc_audio .mejs-container .mejs-controls .mejs-playpause-button,.scheme_dark .sc_audio .mejs-container .mejs-controls .mejs-volume-button{background-color:#581214;}.scheme_original .sc_audio .mejs-controls .mejs-playpause-button button,.scheme_original .sc_audio .mejs-controls .mejs-volume-button button{color:#fff;}.scheme_light .sc_audio .mejs-controls .mejs-playpause-button button,.scheme_light .sc_audio .mejs-controls .mejs-volume-button button{color:#fff;}.scheme_dark .sc_audio .mejs-controls .mejs-playpause-button button,.scheme_dark .sc_audio .mejs-controls .mejs-volume-button button{color:#fff;}.scheme_original blockquote.sc_quote{color:#b4b4b4;}.scheme_light blockquote.sc_quote{color:#b4b4b4;}.scheme_dark blockquote.sc_quote{color:#b4b4b4;}.scheme_original blockquote.sc_quote cite,.scheme_original blockquote.sc_quote a,.scheme_original blockquote.sc_quote .sc_quote_title{color:#581214;}.scheme_light blockquote.sc_quote cite,.scheme_light blockquote.sc_quote a,.scheme_light blockquote.sc_quote .sc_quote_title{color:#581214;}.scheme_dark blockquote.sc_quote cite,.scheme_dark blockquote.sc_quote a,.scheme_dark blockquote.sc_quote .sc_quote_title{color:#581214;}input[type="submit"],input[type="reset"],input[type="button"],button,.sc_button{font-size:0.857em;line-height:1.2857em;}.scheme_original input[type="submit"],.scheme_original input[type="reset"],.scheme_original input[type="button"],.scheme_original button,.scheme_original .sc_button{color:#fff;}.scheme_light input[type="submit"],.scheme_light input[type="reset"],.scheme_light input[type="button"],.scheme_light button,.scheme_light .sc_button{color:#fff;}.scheme_dark input[type="submit"],.scheme_dark input[type="reset"],.scheme_dark input[type="button"],.scheme_dark button,.scheme_dark .sc_button{color:#fff;}.scheme_original input[type="submit"],.scheme_original input[type="reset"],.scheme_original input[type="button"],.scheme_original button,.scheme_original .sc_button{background-color:#581214;}.scheme_light input[type="submit"],.scheme_light input[type="reset"],.scheme_light input[type="button"],.scheme_light button,.scheme_light .sc_button{background-color:#581214;}.scheme_dark input[type="submit"],.scheme_dark input[type="reset"],.scheme_dark input[type="button"],.scheme_dark button,.scheme_dark .sc_button{background-color:#581214;}.scheme_original input[type="submit"],.scheme_original input[type="reset"],.scheme_original input[type="button"],.scheme_original button,.scheme_original .sc_button{border-color:#581214;}.scheme_light input[type="submit"],.scheme_light input[type="reset"],.scheme_light input[type="button"],.scheme_light button,.scheme_light .sc_button{border-color:#581214;}.scheme_dark input[type="submit"],.scheme_dark input[type="reset"],.scheme_dark input[type="button"],.scheme_dark button,.scheme_dark .sc_button{border-color:#581214;}.scheme_original input[type="submit"]:hover,.scheme_original input[type="reset"]:hover,.scheme_original input[type="button"]:hover,.scheme_original button:hover,.scheme_original .sc_button.sc_button_style_filled:hover{background-color:#581214;}.scheme_light input[type="submit"]:hover,.scheme_light input[type="reset"]:hover,.scheme_light input[type="button"]:hover,.scheme_light button:hover,.scheme_light .sc_button.sc_button_style_filled:hover{background-color:#581214;}.scheme_dark input[type="submit"]:hover,.scheme_dark input[type="reset"]:hover,.scheme_dark input[type="button"]:hover,.scheme_dark button:hover,.scheme_dark .sc_button.sc_button_style_filled:hover{background-color:#581214;}.scheme_original input[type="submit"]:hover,.scheme_original input[type="reset"]:hover,.scheme_original input[type="button"]:hover,.scheme_original button:hover,.scheme_original .sc_button.sc_button_style_filled:hover{border-color:#581214;}.scheme_light input[type="submit"]:hover,.scheme_light input[type="reset"]:hover,.scheme_light input[type="button"]:hover,.scheme_light button:hover,.scheme_light .sc_button.sc_button_style_filled:hover{border-color:#581214;}.scheme_dark input[type="submit"]:hover,.scheme_dark input[type="reset"]:hover,.scheme_dark input[type="button"]:hover,.scheme_dark button:hover,.scheme_dark .sc_button.sc_button_style_filled:hover{border-color:#581214;}.scheme_original .sc_button.sc_button_style_border{border-color:#581214;}.scheme_light .sc_button.sc_button_style_border{border-color:#581214;}.scheme_dark .sc_button.sc_button_style_border{border-color:#581214;}.scheme_original .sc_button.sc_button_style_border{background-color:rgba(254,165,38,0);}.scheme_light .sc_button.sc_button_style_border{background-color:rgba(254,165,38,0);}.scheme_dark .sc_button.sc_button_style_border{background-color:rgba(254,165,38,0);}.scheme_original .sc_button.sc_button_style_border{color:#581214;}.scheme_light .sc_button.sc_button_style_border{color:#581214;}.scheme_dark .sc_button.sc_button_style_border{color:#581214;}.scheme_original .sc_button.sc_button_style_border:hover{background-color:#581214;}.scheme_light .sc_button.sc_button_style_border:hover{background-color:#581214;}.scheme_dark .sc_button.sc_button_style_border:hover{background-color:#581214;}.scheme_original .sc_button.sc_button_style_border:hover{color:#fff;}.scheme_light .sc_button.sc_button_style_border:hover{color:#fff;}.scheme_dark .sc_button.sc_button_style_border:hover{color:#fff;}.scheme_original .sc_button.sc_button_style_dark{background-color:#581214;}.scheme_light .sc_button.sc_button_style_dark{background-color:#581214;}.scheme_dark .sc_button.sc_button_style_dark{background-color:#581214;}.scheme_original .sc_button.sc_button_style_dark{border-color:#581214;}.scheme_light .sc_button.sc_button_style_dark{border-color:#581214;}.scheme_dark .sc_button.sc_button_style_dark{border-color:#581214;}.scheme_original .sc_button.sc_button_style_dark{color:#fff;}.scheme_light .sc_button.sc_button_style_dark{color:#fff;}.scheme_dark .sc_button.sc_button_style_dark{color:#fff;}.scheme_original .sc_button.sc_button_style_dark:hover{background-color:#581214;}.scheme_light .sc_button.sc_button_style_dark:hover{background-color:#581214;}.scheme_dark .sc_button.sc_button_style_dark:hover{background-color:#581214;}.scheme_original .sc_button.sc_button_style_dark:hover{border-color:#581214;}.scheme_light .sc_button.sc_button_style_dark:hover{border-color:#581214;}.scheme_dark .sc_button.sc_button_style_dark:hover{border-color:#581214;}.scheme_original .sc_button.sc_button_style_light{background-color:#fff;}.scheme_light .sc_button.sc_button_style_light{background-color:#fff;}.scheme_dark .sc_button.sc_button_style_light{background-color:#fff;}.scheme_original .sc_button.sc_button_style_light{border-color:#fff;}.scheme_light .sc_button.sc_button_style_light{border-color:#fff;}.scheme_dark .sc_button.sc_button_style_light{border-color:#fff;}.scheme_original .sc_button.sc_button_style_light{color:#1d1e23;}.scheme_light .sc_button.sc_button_style_light{color:#1d1e23;}.scheme_dark .sc_button.sc_button_style_light{color:#1d1e23;}.scheme_original .sc_button.sc_button_style_light:hover{background-color:rgba(255,255,255,0.7);}.scheme_light .sc_button.sc_button_style_light:hover{background-color:rgba(255,255,255,0.7);}.scheme_dark .sc_button.sc_button_style_light:hover{background-color:rgba(255,255,255,0.7);}.scheme_original .sc_button.sc_button_style_light:hover{border-color:rgba(255,255,255,0);}.scheme_light .sc_button.sc_button_style_light:hover{border-color:rgba(255,255,255,0);}.scheme_dark .sc_button.sc_button_style_light:hover{border-color:rgba(255,255,255,0);}.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{background-color:#fff;}.scheme_light .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{background-color:#fff;}.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{background-color:#fff;}.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{border-color:#fff;}.scheme_light .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{border-color:#fff;}.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{border-color:#fff;}.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{color:#1d1e23;}.scheme_light .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{color:#1d1e23;}.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{color:#1d1e23;}.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before{border-color:#1d1e23;}.scheme_light .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before{border-color:#1d1e23;}.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before{border-color:#1d1e23;}.scheme_original .sc_blogger.layout_date .sc_blogger_item::before{background-color:#121215;}.scheme_light .sc_blogger.layout_date .sc_blogger_item::before{background-color:#f6f6f6;}.scheme_dark .sc_blogger.layout_date .sc_blogger_item::before{background-color:#121215;}.scheme_original .sc_blogger_item.sc_plain_item{background-color:#121215;}.scheme_light .sc_blogger_item.sc_plain_item{background-color:#f6f6f6;}.scheme_dark .sc_blogger_item.sc_plain_item{background-color:#121215;}.scheme_original .sc_blogger.layout_polaroid .photostack nav span.current{color:#1d1e23;}.scheme_light .sc_blogger.layout_polaroid .photostack nav span.current{color:#1d1e23;}.scheme_dark .sc_blogger.layout_polaroid .photostack nav span.current{color:#1d1e23;}.scheme_original .sc_blogger.layout_polaroid .photostack nav span.current{background-color:#fff;}.scheme_light .sc_blogger.layout_polaroid .photostack nav span.current{background-color:#fff;}.scheme_dark .sc_blogger.layout_polaroid .photostack nav span.current{background-color:#fff;}.scheme_original .sc_blogger.layout_polaroid .photostack nav span.current.flip{background-color:#581214;}.scheme_light .sc_blogger.layout_polaroid .photostack nav span.current.flip{background-color:#581214;}.scheme_dark .sc_blogger.layout_polaroid .photostack nav span.current.flip{background-color:#581214;}.scheme_original .sc_call_to_action .sc_call_to_action_descr{color:#fff;}.scheme_light .sc_call_to_action .sc_call_to_action_descr{color:#1d1e23;}.scheme_dark .sc_call_to_action .sc_call_to_action_descr{color:#fff;}.scheme_original .sc_call_to_action_accented{color:#1d1e23;}.scheme_light .sc_call_to_action_accented{color:#1d1e23;}.scheme_dark .sc_call_to_action_accented{color:#1d1e23;}.scheme_original .sc_call_to_action_accented{background-color:#fff;}.scheme_light .sc_call_to_action_accented{background-color:#fff;}.scheme_dark .sc_call_to_action_accented{background-color:#fff;}.scheme_original .sc_call_to_action_accented .sc_item_title,.scheme_original .sc_call_to_action_accented .sc_item_subtitle,.scheme_original .sc_call_to_action_accented .sc_item_descr{color:#1d1e23;}.scheme_light .sc_call_to_action_accented .sc_item_title,.scheme_light .sc_call_to_action_accented .sc_item_subtitle,.scheme_light .sc_call_to_action_accented .sc_item_descr{color:#1d1e23;}.scheme_dark .sc_call_to_action_accented .sc_item_title,.scheme_dark .sc_call_to_action_accented .sc_item_subtitle,.scheme_dark .sc_call_to_action_accented .sc_item_descr{color:#1d1e23;}.scheme_original .sc_call_to_action_accented .sc_item_button > a{color:#fff;}.scheme_light .sc_call_to_action_accented .sc_item_button > a{color:#fff;}.scheme_dark .sc_call_to_action_accented .sc_item_button > a{color:#fff;}.scheme_original .sc_call_to_action_accented .sc_item_button > a{background-color:#1d1e23;}.scheme_light .sc_call_to_action_accented .sc_item_button > a{background-color:#1d1e23;}.scheme_dark .sc_call_to_action_accented .sc_item_button > a{background-color:#1d1e23;}.scheme_original .sc_call_to_action_accented .sc_item_button > a:before{background-color:#fff;}.scheme_light .sc_call_to_action_accented .sc_item_button > a:before{background-color:#fff;}.scheme_dark .sc_call_to_action_accented .sc_item_button > a:before{background-color:#fff;}.scheme_original .sc_call_to_action_accented .sc_item_button > a:before{color:#1d1e23;}.scheme_light .sc_call_to_action_accented .sc_item_button > a:before{color:#1d1e23;}.scheme_dark .sc_call_to_action_accented .sc_item_button > a:before{color:#1d1e23;}.scheme_original .sc_call_to_action_button .sc_button{background-color:#1d1e23;}.scheme_light .sc_call_to_action_button .sc_button{background-color:#1d1e23;}.scheme_dark .sc_call_to_action_button .sc_button{background-color:#1d1e23;}.scheme_original .sc_call_to_action_button .sc_button{border-color:#1d1e23;}.scheme_light .sc_call_to_action_button .sc_button{border-color:#1d1e23;}.scheme_dark .sc_call_to_action_button .sc_button{border-color:#1d1e23;}.scheme_original .sc_call_to_action_button .sc_button:hover{background-color:rgba(29,30,35,0);}.scheme_light .sc_call_to_action_button .sc_button:hover{background-color:rgba(29,30,35,0);}.scheme_dark .sc_call_to_action_button .sc_button:hover{background-color:rgba(29,30,35,0);}.scheme_original .sc_call_to_action_button .sc_button:hover{color:#1d1e23;}.scheme_light .sc_call_to_action_button .sc_button:hover{color:#1d1e23;}.scheme_dark .sc_call_to_action_button .sc_button:hover{color:#1d1e23;}.scheme_original .sc_call_to_action_button .sc_button:hover{border-color:#1d1e23;}.scheme_light .sc_call_to_action_button .sc_button:hover{border-color:#1d1e23;}.scheme_dark .sc_call_to_action_button .sc_button:hover{border-color:#1d1e23;}.scheme_original .sc_chat p{color:#b4b4b4;}.scheme_light .sc_chat p{color:#b4b4b4;}.scheme_dark .sc_chat p{color:#b4b4b4;}.scheme_original .sc_chat:after{background-color:#121215;}.scheme_light .sc_chat:after{background-color:#f6f6f6;}.scheme_dark .sc_chat:after{background-color:#121215;}.scheme_original .sc_chat:after{border-color:#121215;}.scheme_light .sc_chat:after{border-color:#121215;}.scheme_dark .sc_chat:after{border-color:#121215;}.scheme_original .sc_chat_inner{color:#808080;}.scheme_light .sc_chat_inner{color:#808080;}.scheme_dark .sc_chat_inner{color:#808080;}.scheme_original .sc_chat_inner{background-color:#121215;}.scheme_light .sc_chat_inner{background-color:#f6f6f6;}.scheme_dark .sc_chat_inner{background-color:#121215;}.scheme_original .sc_chat_inner{border-color:#121215;}.scheme_light .sc_chat_inner{border-color:#121215;}.scheme_dark .sc_chat_inner{border-color:#121215;}.scheme_original .sc_chat_inner a{color:#fff;}.scheme_light .sc_chat_inner a{color:#fff;}.scheme_dark .sc_chat_inner a{color:#fff;}.scheme_original .sc_chat_inner a:hover{color:#581214;}.scheme_light .sc_chat_inner a:hover{color:#581214;}.scheme_dark .sc_chat_inner a:hover{color:#581214;}.scheme_original .post_format_status .post_featured p,.scheme_original .post_format_aside .post_featured p{color:#fff;}.scheme_light .post_format_status .post_featured p,.scheme_light .post_format_aside .post_featured p{color:#1d1e23;}.scheme_dark .post_format_status .post_featured p,.scheme_dark .post_format_aside .post_featured p{color:#fff;}.scheme_original .post_format_status .post_featured p,.scheme_original .post_format_aside .post_featured p{background-color:#581214;}.scheme_light .post_format_status .post_featured p,.scheme_light .post_format_aside .post_featured p{background-color:#581214;}.scheme_dark .post_format_status .post_featured p,.scheme_dark .post_format_aside .post_featured p{background-color:#581214;}.scheme_original .post_format_link .post_featured p,.scheme_original .post_format_link .post_featured p a:hover{color:#1d1e23;}.scheme_light .post_format_link .post_featured p,.scheme_light .post_format_link .post_featured p a:hover{color:#1d1e23;}.scheme_dark .post_format_link .post_featured p,.scheme_dark .post_format_link .post_featured p a:hover{color:#1d1e23;}.scheme_original .post_format_link .post_featured p a{color:#581214;}.scheme_light .post_format_link .post_featured p a{color:#581214;}.scheme_dark .post_format_link .post_featured p a{color:#581214;}.scheme_original .sc_clients_style_clients-2 .sc_client_image .sc_client_hover{color:#1d1e23;}.scheme_light .sc_clients_style_clients-2 .sc_client_image .sc_client_hover{color:#1d1e23;}.scheme_dark .sc_clients_style_clients-2 .sc_client_image .sc_client_hover{color:#1d1e23;}.scheme_original .sc_clients_style_clients-2 .sc_client_image .sc_client_hover{background-color:rgba(255,255,255,0.8);}.scheme_light .sc_clients_style_clients-2 .sc_client_image .sc_client_hover{background-color:rgba(29,30,35,0.8);}.scheme_dark .sc_clients_style_clients-2 .sc_client_image .sc_client_hover{background-color:rgba(255,255,255,0.8);}.scheme_original .sc_clients_style_clients-2 .sc_client_title,.scheme_original .sc_clients_style_clients-2 .sc_client_title a{color:#1d1e23;}.scheme_light .sc_clients_style_clients-2 .sc_client_title,.scheme_light .sc_clients_style_clients-2 .sc_client_title a{color:#1d1e23;}.scheme_dark .sc_clients_style_clients-2 .sc_client_title,.scheme_dark .sc_clients_style_clients-2 .sc_client_title a{color:#1d1e23;}.scheme_original .sc_clients_style_clients-2 .sc_client_title a:hover{color:#fff;}.scheme_light .sc_clients_style_clients-2 .sc_client_title a:hover{color:#fff;}.scheme_dark .sc_clients_style_clients-2 .sc_client_title a:hover{color:#fff;}.scheme_original .sc_clients_style_clients-2 .sc_client_description:before,.scheme_original .sc_clients_style_clients-2 .sc_client_position{color:#fff;}.scheme_light .sc_clients_style_clients-2 .sc_client_description:before,.scheme_light .sc_clients_style_clients-2 .sc_client_position{color:#fff;}.scheme_dark .sc_clients_style_clients-2 .sc_client_description:before,.scheme_dark .sc_clients_style_clients-2 .sc_client_position{color:#fff;}.scheme_original .sc_form .sc_form_address_label,.scheme_original .sc_form .sc_form_item > label{color:#b4b4b4;}.scheme_light .sc_form .sc_form_address_label,.scheme_light .sc_form .sc_form_item > label{color:#b4b4b4;}.scheme_dark .sc_form .sc_form_address_label,.scheme_dark .sc_form .sc_form_item > label{color:#b4b4b4;}.scheme_original .sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before,.scheme_original .sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label:before{border-color:#121215;}.scheme_light .sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before,.scheme_light .sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label:before{border-color:#121215;}.scheme_dark .sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before,.scheme_dark .sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label:before{border-color:#121215;}.scheme_original .sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before,.scheme_original .sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label:before{background-color:#121215;}.scheme_light .sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before,.scheme_light .sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label:before{background-color:#f6f6f6;}.scheme_dark .sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before,.scheme_dark .sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label:before{background-color:#121215;}.scheme_original .sc_form_select_container{background-color:#121215;}.scheme_light .sc_form_select_container{background-color:#f6f6f6;}.scheme_dark .sc_form_select_container{background-color:#121215;}.scheme_original #sc_form_email::-webkit-input-placeholder:after{color:#581214;}.scheme_light #sc_form_email::-webkit-input-placeholder:after{color:#581214;}.scheme_dark #sc_form_email::-webkit-input-placeholder:after{color:#581214;}.scheme_original #sc_form_username::-webkit-input-placeholder:after{color:#581214;}.scheme_light #sc_form_username::-webkit-input-placeholder:after{color:#581214;}.scheme_dark #sc_form_username::-webkit-input-placeholder:after{color:#581214;}.scheme_original .sc_form .picker{color:#808080;}.scheme_light .sc_form .picker{color:#808080;}.scheme_dark .sc_form .picker{color:#808080;}.scheme_original .sc_form .picker{border-color:#121215;}.scheme_light .sc_form .picker{border-color:#121215;}.scheme_dark .sc_form .picker{border-color:#121215;}.scheme_original .sc_form .picker{background-color:#121215;}.scheme_light .sc_form .picker{background-color:#f6f6f6;}.scheme_dark .sc_form .picker{background-color:#121215;}.scheme_original .picker__month,.scheme_original .picker__year{color:#fff;}.scheme_light .picker__month,.scheme_light .picker__year{color:#808080;}.scheme_dark .picker__month,.scheme_dark .picker__year{color:#fff;}.scheme_original .sc_form .picker__nav--prev:before,.scheme_original .sc_form .picker__nav--next:before{color:#808080;}.scheme_light .sc_form .picker__nav--prev:before,.scheme_light .sc_form .picker__nav--next:before{color:#808080;}.scheme_dark .sc_form .picker__nav--prev:before,.scheme_dark .sc_form .picker__nav--next:before{color:#808080;}.scheme_original .sc_form .picker__nav--prev:hover:before,.scheme_original .sc_form .picker__nav--next:hover:before{color:#fff;}.scheme_light .sc_form .picker__nav--prev:hover:before,.scheme_light .sc_form .picker__nav--next:hover:before{color:#808080;}.scheme_dark .sc_form .picker__nav--prev:hover:before,.scheme_dark .sc_form .picker__nav--next:hover:before{color:#fff;}.scheme_original .sc_form .picker__nav--disabled,.scheme_original .sc_form .picker__nav--disabled:hover,.scheme_original .sc_form .picker__nav--disabled:before,.scheme_original .sc_form .picker__nav--disabled:before:hover{color:#808080;}.scheme_light .sc_form .picker__nav--disabled,.scheme_light .sc_form .picker__nav--disabled:hover,.scheme_light .sc_form .picker__nav--disabled:before,.scheme_light .sc_form .picker__nav--disabled:before:hover{color:#808080;}.scheme_dark .sc_form .picker__nav--disabled,.scheme_dark .sc_form .picker__nav--disabled:hover,.scheme_dark .sc_form .picker__nav--disabled:before,.scheme_dark .sc_form .picker__nav--disabled:before:hover{color:#808080;}.scheme_original .sc_form table.picker__table th{color:#1d1e23;}.scheme_light .sc_form table.picker__table th{color:#1d1e23;}.scheme_dark .sc_form table.picker__table th{color:#1d1e23;}.scheme_original .sc_form table.picker__table th{background-color:#fff;}.scheme_light .sc_form table.picker__table th{background-color:#fff;}.scheme_dark .sc_form table.picker__table th{background-color:#fff;}.scheme_original .sc_form .picker__day--infocus{color:#fff;}.scheme_light .sc_form .picker__day--infocus{color:#808080;}.scheme_dark .sc_form .picker__day--infocus{color:#fff;}.scheme_original .sc_form .picker__day--today,.scheme_original .sc_form .picker__day--infocus:hover,.scheme_original .sc_form .picker__day--outfocus:hover,.scheme_original .sc_form .picker__day--highlighted:hover,.scheme_original .sc_form .picker--focused .picker__day--highlighted{color:#fff;}.scheme_light .sc_form .picker__day--today,.scheme_light .sc_form .picker__day--infocus:hover,.scheme_light .sc_form .picker__day--outfocus:hover,.scheme_light .sc_form .picker__day--highlighted:hover,.scheme_light .sc_form .picker--focused .picker__day--highlighted{color:#808080;}.scheme_dark .sc_form .picker__day--today,.scheme_dark .sc_form .picker__day--infocus:hover,.scheme_dark .sc_form .picker__day--outfocus:hover,.scheme_dark .sc_form .picker__day--highlighted:hover,.scheme_dark .sc_form .picker--focused .picker__day--highlighted{color:#fff;}.scheme_original .sc_form .picker__day--today,.scheme_original .sc_form .picker__day--infocus:hover,.scheme_original .sc_form .picker__day--outfocus:hover,.scheme_original .sc_form .picker__day--highlighted:hover,.scheme_original .sc_form .picker--focused .picker__day--highlighted{background-color:#000;}.scheme_light .sc_form .picker__day--today,.scheme_light .sc_form .picker__day--infocus:hover,.scheme_light .sc_form .picker__day--outfocus:hover,.scheme_light .sc_form .picker__day--highlighted:hover,.scheme_light .sc_form .picker--focused .picker__day--highlighted{background-color:#f6f6f6;}.scheme_dark .sc_form .picker__day--today,.scheme_dark .sc_form .picker__day--infocus:hover,.scheme_dark .sc_form .picker__day--outfocus:hover,.scheme_dark .sc_form .picker__day--highlighted:hover,.scheme_dark .sc_form .picker--focused .picker__day--highlighted{background-color:#000;}.scheme_original .sc_form .picker__day--disabled,.scheme_original .sc_form .picker__day--disabled:hover{color:#808080;}.scheme_light .sc_form .picker__day--disabled,.scheme_light .sc_form .picker__day--disabled:hover{color:#808080;}.scheme_dark .sc_form .picker__day--disabled,.scheme_dark .sc_form .picker__day--disabled:hover{color:#808080;}.scheme_original .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_original .sc_form .picker__day--highlighted.picker__day--disabled:hover{color:#808080;}.scheme_light .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_light .sc_form .picker__day--highlighted.picker__day--disabled:hover{color:#808080;}.scheme_dark .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_dark .sc_form .picker__day--highlighted.picker__day--disabled:hover{color:#808080;}.scheme_original .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_original .sc_form .picker__day--highlighted.picker__day--disabled:hover{background-color:#000;}.scheme_light .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_light .sc_form .picker__day--highlighted.picker__day--disabled:hover{background-color:#f6f6f6;}.scheme_dark .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_dark .sc_form .picker__day--highlighted.picker__day--disabled:hover{background-color:#000;}.scheme_original .sc_form .picker__day--today:before,.scheme_original .sc_form .picker__button--today:before,.scheme_original .sc_form .picker__button--clear:before,.scheme_original .sc_form button:focus{border-color:#fff;}.scheme_light .sc_form .picker__day--today:before,.scheme_light .sc_form .picker__button--today:before,.scheme_light .sc_form .picker__button--clear:before,.scheme_light .sc_form button:focus{border-color:#fff;}.scheme_dark .sc_form .picker__day--today:before,.scheme_dark .sc_form .picker__button--today:before,.scheme_dark .sc_form .picker__button--clear:before,.scheme_dark .sc_form button:focus{border-color:#fff;}.scheme_original .sc_form .picker__button--close:before{color:#fff;}.scheme_light .sc_form .picker__button--close:before{color:#fff;}.scheme_dark .sc_form .picker__button--close:before{color:#fff;}.scheme_original .sc_form .picker--time .picker__button--clear:hover,.scheme_original .sc_form .picker--time .picker__button--clear:focus{background-color:#581214;}.scheme_light .sc_form .picker--time .picker__button--clear:hover,.scheme_light .sc_form .picker--time .picker__button--clear:focus{background-color:#581214;}.scheme_dark .sc_form .picker--time .picker__button--clear:hover,.scheme_dark .sc_form .picker--time .picker__button--clear:focus{background-color:#581214;}.scheme_original .sc_form .picker__footer{border-color:#121215;}.scheme_light .sc_form .picker__footer{border-color:#121215;}.scheme_dark .sc_form .picker__footer{border-color:#121215;}.scheme_original .sc_form .picker__button--today,.scheme_original .sc_form .picker__button--clear,.scheme_original .sc_form .picker__button--close{color:#808080;}.scheme_light .sc_form .picker__button--today,.scheme_light .sc_form .picker__button--clear,.scheme_light .sc_form .picker__button--close{color:#808080;}.scheme_dark .sc_form .picker__button--today,.scheme_dark .sc_form .picker__button--clear,.scheme_dark .sc_form .picker__button--close{color:#808080;}.scheme_original .sc_form .picker__button--today:hover,.scheme_original .sc_form .picker__button--clear:hover,.scheme_original .sc_form .picker__button--close:hover{color:#fff;}.scheme_light .sc_form .picker__button--today:hover,.scheme_light .sc_form .picker__button--clear:hover,.scheme_light .sc_form .picker__button--close:hover{color:#808080;}.scheme_dark .sc_form .picker__button--today:hover,.scheme_dark .sc_form .picker__button--clear:hover,.scheme_dark .sc_form .picker__button--close:hover{color:#fff;}.scheme_original .sc_form .picker__button--today:hover,.scheme_original .sc_form .picker__button--clear:hover,.scheme_original .sc_form .picker__button--close:hover{background-color:#000;}.scheme_light .sc_form .picker__button--today:hover,.scheme_light .sc_form .picker__button--clear:hover,.scheme_light .sc_form .picker__button--close:hover{background-color:#f6f6f6;}.scheme_dark .sc_form .picker__button--today:hover,.scheme_dark .sc_form .picker__button--clear:hover,.scheme_dark .sc_form .picker__button--close:hover{background-color:#000;}.scheme_original .sc_form .picker__button--today[disabled],.scheme_original .sc_form .picker__button--today[disabled]:hover{color:#808080;}.scheme_light .sc_form .picker__button--today[disabled],.scheme_light .sc_form .picker__button--today[disabled]:hover{color:#808080;}.scheme_dark .sc_form .picker__button--today[disabled],.scheme_dark .sc_form .picker__button--today[disabled]:hover{color:#808080;}.scheme_original .sc_form .picker__button--today[disabled],.scheme_original .sc_form .picker__button--today[disabled]:hover{background-color:#000;}.scheme_light .sc_form .picker__button--today[disabled],.scheme_light .sc_form .picker__button--today[disabled]:hover{background-color:#f6f6f6;}.scheme_dark .sc_form .picker__button--today[disabled],.scheme_dark .sc_form .picker__button--today[disabled]:hover{background-color:#000;}.scheme_original .sc_form .picker__button--today[disabled],.scheme_original .sc_form .picker__button--today[disabled]:hover{border-color:#000;}.scheme_light .sc_form .picker__button--today[disabled],.scheme_light .sc_form .picker__button--today[disabled]:hover{border-color:#f6f6f6;}.scheme_dark .sc_form .picker__button--today[disabled],.scheme_dark .sc_form .picker__button--today[disabled]:hover{border-color:#000;}.scheme_original .sc_form .picker__button--today[disabled]:before{border-top-color:#808080;}.scheme_light .sc_form .picker__button--today[disabled]:before{border-top-color:#808080;}.scheme_dark .sc_form .picker__button--today[disabled]:before{border-top-color:#808080;}.scheme_original .sc_form .picker__list-item{color:#808080;}.scheme_light .sc_form .picker__list-item{color:#808080;}.scheme_dark .sc_form .picker__list-item{color:#808080;}.scheme_original .sc_form .picker__list-item{border-color:#121215;}.scheme_light .sc_form .picker__list-item{border-color:#121215;}.scheme_dark .sc_form .picker__list-item{border-color:#121215;}.scheme_original .sc_form .picker__list-item:hover,.scheme_original .sc_form .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--highlighted:hover,.scheme_original .sc_form .picker--focused .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--selected,.scheme_original .sc_form .picker__list-item--selected:hover,.scheme_original .sc_form .picker--focused .picker__list-item--selected{color:#fff;}.scheme_light .sc_form .picker__list-item:hover,.scheme_light .sc_form .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--highlighted:hover,.scheme_light .sc_form .picker--focused .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--selected,.scheme_light .sc_form .picker__list-item--selected:hover,.scheme_light .sc_form .picker--focused .picker__list-item--selected{color:#808080;}.scheme_dark .sc_form .picker__list-item:hover,.scheme_dark .sc_form .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--highlighted:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--selected,.scheme_dark .sc_form .picker__list-item--selected:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--selected{color:#fff;}.scheme_original .sc_form .picker__list-item:hover,.scheme_original .sc_form .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--highlighted:hover,.scheme_original .sc_form .picker--focused .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--selected,.scheme_original .sc_form .picker__list-item--selected:hover,.scheme_original .sc_form .picker--focused .picker__list-item--selected{background-color:#000;}.scheme_light .sc_form .picker__list-item:hover,.scheme_light .sc_form .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--highlighted:hover,.scheme_light .sc_form .picker--focused .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--selected,.scheme_light .sc_form .picker__list-item--selected:hover,.scheme_light .sc_form .picker--focused .picker__list-item--selected{background-color:#f6f6f6;}.scheme_dark .sc_form .picker__list-item:hover,.scheme_dark .sc_form .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--highlighted:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--selected,.scheme_dark .sc_form .picker__list-item--selected:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--selected{background-color:#000;}.scheme_original .sc_form .picker__list-item:hover,.scheme_original .sc_form .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--highlighted:hover,.scheme_original .sc_form .picker--focused .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--selected,.scheme_original .sc_form .picker__list-item--selected:hover,.scheme_original .sc_form .picker--focused .picker__list-item--selected{border-color:#000;}.scheme_light .sc_form .picker__list-item:hover,.scheme_light .sc_form .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--highlighted:hover,.scheme_light .sc_form .picker--focused .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--selected,.scheme_light .sc_form .picker__list-item--selected:hover,.scheme_light .sc_form .picker--focused .picker__list-item--selected{border-color:#000;}.scheme_dark .sc_form .picker__list-item:hover,.scheme_dark .sc_form .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--highlighted:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--selected,.scheme_dark .sc_form .picker__list-item--selected:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--selected{border-color:#000;}.scheme_original .sc_form .picker__list-item--disabled,.scheme_original .sc_form .picker__list-item--disabled:hover,.scheme_original .sc_form .picker--focused .picker__list-item--disabled{color:#808080;}.scheme_light .sc_form .picker__list-item--disabled,.scheme_light .sc_form .picker__list-item--disabled:hover,.scheme_light .sc_form .picker--focused .picker__list-item--disabled{color:#808080;}.scheme_dark .sc_form .picker__list-item--disabled,.scheme_dark .sc_form .picker__list-item--disabled:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--disabled{color:#808080;}.scheme_original .sc_form .picker__list-item--disabled,.scheme_original .sc_form .picker__list-item--disabled:hover,.scheme_original .sc_form .picker--focused .picker__list-item--disabled{background-color:#121215;}.scheme_light .sc_form .picker__list-item--disabled,.scheme_light .sc_form .picker__list-item--disabled:hover,.scheme_light .sc_form .picker--focused .picker__list-item--disabled{background-color:#f6f6f6;}.scheme_dark .sc_form .picker__list-item--disabled,.scheme_dark .sc_form .picker__list-item--disabled:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--disabled{background-color:#121215;}.scheme_original .sc_form .picker__list-item--disabled,.scheme_original .sc_form .picker__list-item--disabled:hover,.scheme_original .sc_form .picker--focused .picker__list-item--disabled{border-color:#121215;}.scheme_light .sc_form .picker__list-item--disabled,.scheme_light .sc_form .picker__list-item--disabled:hover,.scheme_light .sc_form .picker--focused .picker__list-item--disabled{border-color:#121215;}.scheme_dark .sc_form .picker__list-item--disabled,.scheme_dark .sc_form .picker__list-item--disabled:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--disabled{border-color:#121215;}.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_separator{color:#fff;}.scheme_light .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,.scheme_light .sc_countdown.sc_countdown_style_1 .sc_countdown_separator{color:#fff;}.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_separator{color:#fff;}.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_digits{border-color:#121215;}.scheme_light .sc_countdown.sc_countdown_style_1 .sc_countdown_digits{border-color:#121215;}.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_digits{border-color:#121215;}.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_digits{background-color:#121215;}.scheme_light .sc_countdown.sc_countdown_style_1 .sc_countdown_digits{background-color:#f6f6f6;}.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_digits{background-color:#121215;}.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_label{color:#fff;}.scheme_light .sc_countdown.sc_countdown_style_1 .sc_countdown_label{color:#fff;}.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_label{color:#fff;}.scheme_original .sc_countdown.sc_countdown_style_2 .sc_countdown_separator{color:#fff;}.scheme_light .sc_countdown.sc_countdown_style_2 .sc_countdown_separator{color:#fff;}.scheme_dark .sc_countdown.sc_countdown_style_2 .sc_countdown_separator{color:#fff;}.scheme_original .sc_countdown.sc_countdown_style_2 .sc_countdown_digits span{background-color:#fff;}.scheme_light .sc_countdown.sc_countdown_style_2 .sc_countdown_digits span{background-color:#fff;}.scheme_dark .sc_countdown.sc_countdown_style_2 .sc_countdown_digits span{background-color:#fff;}.scheme_original .sc_countdown.sc_countdown_style_2 .sc_countdown_label{color:#fff;}.scheme_light .sc_countdown.sc_countdown_style_2 .sc_countdown_label{color:#fff;}.scheme_dark .sc_countdown.sc_countdown_style_2 .sc_countdown_label{color:#fff;}.scheme_original .sc_dropcaps .sc_dropcaps_item{color:#1d1e23;}.scheme_light .sc_dropcaps .sc_dropcaps_item{color:#1d1e23;}.scheme_dark .sc_dropcaps .sc_dropcaps_item{color:#1d1e23;}.scheme_original .sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item{color:#fff;}.scheme_light .sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item{color:#fff;}.scheme_dark .sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item{color:#fff;}.scheme_original .sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item{background-color:#fff;}.scheme_light .sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item{background-color:#fff;}.scheme_dark .sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item{background-color:#fff;}.scheme_original .sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item{background-color:#581214;}.scheme_light .sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item{background-color:#581214;}.scheme_dark .sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item{background-color:#581214;}.scheme_original .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item{color:#fff;}.scheme_light .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item{color:#fff;}.scheme_dark .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item{color:#fff;}.scheme_original .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item{background-color:#581214;}.scheme_light .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item{background-color:#581214;}.scheme_dark .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item{background-color:#581214;}.scheme_original .sc_emailer{border-color:#121215;}.scheme_light .sc_emailer{border-color:#121215;}.scheme_dark .sc_emailer{border-color:#121215;}.scheme_original .sc_events_item .sc_events_item_readmore{color:#fff;}.scheme_light .sc_events_item .sc_events_item_readmore{color:#1d1e23;}.scheme_dark .sc_events_item .sc_events_item_readmore{color:#fff;}.scheme_original .sc_events_item .sc_events_item_readmore span{color:#fff;}.scheme_light .sc_events_item .sc_events_item_readmore span{color:#fff;}.scheme_dark .sc_events_item .sc_events_item_readmore span{color:#fff;}.scheme_original .sc_events_item .sc_events_item_readmore:hover,.scheme_original .sc_events_item .sc_events_item_readmore:hover span{color:#581214;}.scheme_light .sc_events_item .sc_events_item_readmore:hover,.scheme_light .sc_events_item .sc_events_item_readmore:hover span{color:#581214;}.scheme_dark .sc_events_item .sc_events_item_readmore:hover,.scheme_dark .sc_events_item .sc_events_item_readmore:hover span{color:#581214;}.scheme_original .sc_events_style_events-1 .sc_events_item{background-color:#1d1e23;}.scheme_light .sc_events_style_events-1 .sc_events_item{background-color:#1d1e23;}.scheme_dark .sc_events_style_events-1 .sc_events_item{background-color:#1d1e23;}.scheme_original .sc_events_style_events-1 .sc_events_item{color:#808080;}.scheme_light .sc_events_style_events-1 .sc_events_item{color:#808080;}.scheme_dark .sc_events_style_events-1 .sc_events_item{color:#808080;}.scheme_original .sc_events_style_events-2 .sc_events_item{border-color:#343539;}.scheme_light .sc_events_style_events-2 .sc_events_item{border-color:#343539;}.scheme_dark .sc_events_style_events-2 .sc_events_item{border-color:#343539;}.scheme_original .sc_events_style_events-2 .sc_events_item_date{background-color:#581214;}.scheme_light .sc_events_style_events-2 .sc_events_item_date{background-color:#581214;}.scheme_dark .sc_events_style_events-2 .sc_events_item_date{background-color:#581214;}.scheme_original .sc_events_style_events-2 .sc_events_item_date{color:#fff;}.scheme_light .sc_events_style_events-2 .sc_events_item_date{color:#1d1e23;}.scheme_dark .sc_events_style_events-2 .sc_events_item_date{color:#fff;}.scheme_original .sc_events_style_events-2 .sc_events_item_details a{color:#581214;}.scheme_light .sc_events_style_events-2 .sc_events_item_details a{color:#581214;}.scheme_dark .sc_events_style_events-2 .sc_events_item_details a{color:#581214;}.scheme_original .sc_events_style_events-2 .sc_events_item_details a:hover{color:#fff;}.scheme_light .sc_events_style_events-2 .sc_events_item_details a:hover{color:#fff;}.scheme_dark .sc_events_style_events-2 .sc_events_item_details a:hover{color:#fff;}.scheme_original .sc_events_style_events-2 .sc_events_item_time:before,.scheme_original .sc_events_style_events-2 .sc_events_item_details:before{background-color:#343539;}.scheme_light .sc_events_style_events-2 .sc_events_item_time:before,.scheme_light .sc_events_style_events-2 .sc_events_item_details:before{background-color:#343539;}.scheme_dark .sc_events_style_events-2 .sc_events_item_time:before,.scheme_dark .sc_events_style_events-2 .sc_events_item_details:before{background-color:#343539;}.scheme_original .sc_googlemap_content{background-color:#1d1e23;}.scheme_light .sc_googlemap_content{background-color:#1d1e23;}.scheme_dark .sc_googlemap_content{background-color:#1d1e23;}.scheme_original .sc_highlight_style_1{color:#fff;}.scheme_light .sc_highlight_style_1{color:#fff;}.scheme_dark .sc_highlight_style_1{color:#fff;}.scheme_original .sc_highlight_style_2{color:#581214;}.scheme_light .sc_highlight_style_2{color:#581214;}.scheme_dark .sc_highlight_style_2{color:#581214;}.scheme_original .sc_highlight_style_3{background-color:#581214;}.scheme_light .sc_highlight_style_3{background-color:#581214;}.scheme_dark .sc_highlight_style_3{background-color:#581214;}.scheme_original .sc_highlight_style_3{color:#fff;}.scheme_light .sc_highlight_style_3{color:#fff;}.scheme_dark .sc_highlight_style_3{color:#fff;}.scheme_original .sc_icon_hover:hover,.scheme_original a:hover .sc_icon_hover{color:#1d1e23;}.scheme_light .sc_icon_hover:hover,.scheme_light a:hover .sc_icon_hover{color:#1d1e23;}.scheme_dark .sc_icon_hover:hover,.scheme_dark a:hover .sc_icon_hover{color:#1d1e23;}.scheme_original .sc_icon_hover:hover,.scheme_original a:hover .sc_icon_hover{background-color:#fff;}.scheme_light .sc_icon_hover:hover,.scheme_light a:hover .sc_icon_hover{background-color:#fff;}.scheme_dark .sc_icon_hover:hover,.scheme_dark a:hover .sc_icon_hover{background-color:#fff;}.scheme_original .sc_icon_shape_round.sc_icon,.scheme_original .sc_icon_shape_square.sc_icon{background-color:#fff;}.scheme_light .sc_icon_shape_round.sc_icon,.scheme_light .sc_icon_shape_square.sc_icon{background-color:#fff;}.scheme_dark .sc_icon_shape_round.sc_icon,.scheme_dark .sc_icon_shape_square.sc_icon{background-color:#fff;}.scheme_original .sc_icon_shape_round.sc_icon,.scheme_original .sc_icon_shape_square.sc_icon{border-color:#fff;}.scheme_light .sc_icon_shape_round.sc_icon,.scheme_light .sc_icon_shape_square.sc_icon{border-color:#fff;}.scheme_dark .sc_icon_shape_round.sc_icon,.scheme_dark .sc_icon_shape_square.sc_icon{border-color:#fff;}.scheme_original .sc_icon_shape_round.sc_icon,.scheme_original .sc_icon_shape_square.sc_icon{color:#1d1e23;}.scheme_light .sc_icon_shape_round.sc_icon,.scheme_light .sc_icon_shape_square.sc_icon{color:#1d1e23;}.scheme_dark .sc_icon_shape_round.sc_icon,.scheme_dark .sc_icon_shape_square.sc_icon{color:#1d1e23;}.scheme_original .sc_icon_shape_round.sc_icon:hover,.scheme_original .sc_icon_shape_square.sc_icon:hover,.scheme_original a:hover .sc_icon_shape_round.sc_icon,.scheme_original a:hover .sc_icon_shape_square.sc_icon{color:#fff;}.scheme_light .sc_icon_shape_round.sc_icon:hover,.scheme_light .sc_icon_shape_square.sc_icon:hover,.scheme_light a:hover .sc_icon_shape_round.sc_icon,.scheme_light a:hover .sc_icon_shape_square.sc_icon{color:#fff;}.scheme_dark .sc_icon_shape_round.sc_icon:hover,.scheme_dark .sc_icon_shape_square.sc_icon:hover,.scheme_dark a:hover .sc_icon_shape_round.sc_icon,.scheme_dark a:hover .sc_icon_shape_square.sc_icon{color:#fff;}.scheme_original .sc_icon_shape_round.sc_icon:hover,.scheme_original .sc_icon_shape_square.sc_icon:hover,.scheme_original a:hover .sc_icon_shape_round.sc_icon,.scheme_original a:hover .sc_icon_shape_square.sc_icon{background-color:#1d1e23;}.scheme_light .sc_icon_shape_round.sc_icon:hover,.scheme_light .sc_icon_shape_square.sc_icon:hover,.scheme_light a:hover .sc_icon_shape_round.sc_icon,.scheme_light a:hover .sc_icon_shape_square.sc_icon{background-color:#1d1e23;}.scheme_dark .sc_icon_shape_round.sc_icon:hover,.scheme_dark .sc_icon_shape_square.sc_icon:hover,.scheme_dark a:hover .sc_icon_shape_round.sc_icon,.scheme_dark a:hover .sc_icon_shape_square.sc_icon{background-color:#1d1e23;}.scheme_original figure figcaption,.scheme_original .sc_image figcaption{background-color:#121215;}.scheme_light figure figcaption,.scheme_light .sc_image figcaption{background-color:#f6f6f6;}.scheme_dark figure figcaption,.scheme_dark .sc_image figcaption{background-color:#121215;}.scheme_original figure figcaption,.scheme_original .sc_image figcaption{color:#b4b4b4;}.scheme_light figure figcaption,.scheme_light .sc_image figcaption{color:#b4b4b4;}.scheme_dark figure figcaption,.scheme_dark .sc_image figcaption{color:#b4b4b4;}.scheme_original .sc_infobox.sc_infobox_style_regular{color:#1d1e23;}.scheme_light .sc_infobox.sc_infobox_style_regular{color:#1d1e23;}.scheme_dark .sc_infobox.sc_infobox_style_regular{color:#1d1e23;}.scheme_original .sc_list{color:#b4b4b4;}.scheme_light .sc_list{color:#b4b4b4;}.scheme_dark .sc_list{color:#b4b4b4;}.scheme_original .sc_list_style_iconed li:before,.scheme_original .sc_list_style_iconed .sc_list_icon{color:#581214;}.scheme_light .sc_list_style_iconed li:before,.scheme_light .sc_list_style_iconed .sc_list_icon{color:#581214;}.scheme_dark .sc_list_style_iconed li:before,.scheme_dark .sc_list_style_iconed .sc_list_icon{color:#581214;}.scheme_original .sc_list_style_iconed li .sc_list_title{color:#fff;}.scheme_light .sc_list_style_iconed li .sc_list_title{color:#1d1e23;}.scheme_dark .sc_list_style_iconed li .sc_list_title{color:#fff;}.scheme_original .sc_list_style_iconed li a:hover .sc_list_title{color:#581214;}.scheme_light .sc_list_style_iconed li a:hover .sc_list_title{color:#581214;}.scheme_dark .sc_list_style_iconed li a:hover .sc_list_title{color:#581214;}.scheme_original .sc_line{border-color:#343539;}.scheme_light .sc_line{border-color:#343539;}.scheme_dark .sc_line{border-color:#343539;}.scheme_original .sc_line .sc_line_title{color:#b4b4b4;}.scheme_light .sc_line .sc_line_title{color:#b4b4b4;}.scheme_dark .sc_line .sc_line_title{color:#b4b4b4;}.scheme_original .sc_popup:before{background-color:#fff;}.scheme_light .sc_popup:before{background-color:#fff;}.scheme_dark .sc_popup:before{background-color:#fff;}.scheme_original .sc_price .sc_price_currency,.scheme_original .sc_price .sc_price_money,.scheme_original .sc_price .sc_price_penny{color:#fff;}.scheme_light .sc_price .sc_price_currency,.scheme_light .sc_price .sc_price_money,.scheme_light .sc_price .sc_price_penny{color:#1d1e23;}.scheme_dark .sc_price .sc_price_currency,.scheme_dark .sc_price .sc_price_money,.scheme_dark .sc_price .sc_price_penny{color:#fff;}.scheme_original .sc_price .sc_price_info{color:#b4b4b4;}.scheme_light .sc_price .sc_price_info{color:#b4b4b4;}.scheme_dark .sc_price .sc_price_info{color:#b4b4b4;}.scheme_original .sc_price_block,.scheme_original .sc_price_block .sc_price_block_money *{color:#1d1e23;}.scheme_light .sc_price_block,.scheme_light .sc_price_block .sc_price_block_money *{color:#1d1e23;}.scheme_dark .sc_price_block,.scheme_dark .sc_price_block .sc_price_block_money *{color:#1d1e23;}.scheme_original .sc_price_block.sc_price_block_style_1{background-color:#fff;}.scheme_light .sc_price_block.sc_price_block_style_1{background-color:#fff;}.scheme_dark .sc_price_block.sc_price_block_style_1{background-color:#fff;}.scheme_original .sc_price_block.sc_price_block_style_1 .sc_price_block_link .sc_button{background-color:#581214;}.scheme_light .sc_price_block.sc_price_block_style_1 .sc_price_block_link .sc_button{background-color:#581214;}.scheme_dark .sc_price_block.sc_price_block_style_1 .sc_price_block_link .sc_button{background-color:#581214;}.scheme_original .sc_price_block.sc_price_block_style_2{background-color:#581214;}.scheme_light .sc_price_block.sc_price_block_style_2{background-color:#581214;}.scheme_dark .sc_price_block.sc_price_block_style_2{background-color:#581214;}.scheme_original .sc_price_block.sc_price_block_style_3,.scheme_original .sc_price_block.sc_price_block_style_3 .sc_price_block_money *{color:#808080;}.scheme_light .sc_price_block.sc_price_block_style_3,.scheme_light .sc_price_block.sc_price_block_style_3 .sc_price_block_money *{color:#808080;}.scheme_dark .sc_price_block.sc_price_block_style_3,.scheme_dark .sc_price_block.sc_price_block_style_3 .sc_price_block_money *{color:#808080;}.scheme_original .sc_price_block.sc_price_block_style_3,.scheme_original .sc_price_block.sc_price_block_style_3 .sc_price_block_money *{background-color:#000;}.scheme_light .sc_price_block.sc_price_block_style_3,.scheme_light .sc_price_block.sc_price_block_style_3 .sc_price_block_money *{background-color:#f6f6f6;}.scheme_dark .sc_price_block.sc_price_block_style_3,.scheme_dark .sc_price_block.sc_price_block_style_3 .sc_price_block_money *{background-color:#000;}.scheme_original .sc_price_block.sc_price_block_style_3 .sc_price_block_title{color:#fff;}.scheme_light .sc_price_block.sc_price_block_style_3 .sc_price_block_title{color:#808080;}.scheme_dark .sc_price_block.sc_price_block_style_3 .sc_price_block_title{color:#fff;}.scheme_original .sc_promo_image,.scheme_original .sc_promo_block{background-color:#000;}.scheme_light .sc_promo_image,.scheme_light .sc_promo_block{background-color:#f6f6f6;}.scheme_dark .sc_promo_image,.scheme_dark .sc_promo_block{background-color:#000;}.scheme_original .sc_promo_title{color:#581214;}.scheme_light .sc_promo_title{color:#581214;}.scheme_dark .sc_promo_title{color:#581214;}.scheme_original .sc_promo_descr{color:#fff;}.scheme_light .sc_promo_descr{color:#1d1e23;}.scheme_dark .sc_promo_descr{color:#fff;}.scheme_original .sc_recent_news_header{border-color:#fff;}.scheme_light .sc_recent_news_header{border-color:#1d1e23;}.scheme_dark .sc_recent_news_header{border-color:#fff;}.scheme_original .sc_recent_news_header_category_item_more{color:#fff;}.scheme_light .sc_recent_news_header_category_item_more{color:#fff;}.scheme_dark .sc_recent_news_header_category_item_more{color:#fff;}.scheme_original .sc_recent_news_header_more_categories{border-color:#121215;}.scheme_light .sc_recent_news_header_more_categories{border-color:#121215;}.scheme_dark .sc_recent_news_header_more_categories{border-color:#121215;}.scheme_original .sc_recent_news_header_more_categories{background-color:#121215;}.scheme_light .sc_recent_news_header_more_categories{background-color:#f6f6f6;}.scheme_dark .sc_recent_news_header_more_categories{background-color:#121215;}.scheme_original .sc_recent_news_header_more_categories > a{color:#fff;}.scheme_light .sc_recent_news_header_more_categories > a{color:#fff;}.scheme_dark .sc_recent_news_header_more_categories > a{color:#fff;}.scheme_original .sc_recent_news_header_more_categories > a:hover{color:#581214;}.scheme_light .sc_recent_news_header_more_categories > a:hover{color:#581214;}.scheme_dark .sc_recent_news_header_more_categories > a:hover{color:#581214;}.scheme_original .sc_recent_news_header_more_categories > a:hover{background-color:#000;}.scheme_light .sc_recent_news_header_more_categories > a:hover{background-color:#f6f6f6;}.scheme_dark .sc_recent_news_header_more_categories > a:hover{background-color:#000;}.sc_recent_news .post_item .post_title{font-family:"Ubuntu", sans-serif;font-size:1.7857em;line-height:1.3em;font-weight:600;font-style:italic;}.sc_recent_news .post_item h6.post_title{font-family:"Ubuntu", sans-serif;font-size:1.2857em;line-height:1.3em;font-weight:600;font-style:italic;}.scheme_original .sc_recent_news .post_counters_item,.scheme_original .sc_recent_news .post_counters .post_edit a{background-color:#121215;}.scheme_light .sc_recent_news .post_counters_item,.scheme_light .sc_recent_news .post_counters .post_edit a{background-color:#f6f6f6;}.scheme_dark .sc_recent_news .post_counters_item,.scheme_dark .sc_recent_news .post_counters .post_edit a{background-color:#121215;}.scheme_original .sidebar .sc_recent_news .post_counters_item,.scheme_original .sidebar .sc_recent_news .post_counters .post_edit a{background-color:#1d1e23;}.scheme_light .sidebar .sc_recent_news .post_counters_item,.scheme_light .sidebar .sc_recent_news .post_counters .post_edit a{background-color:#1d1e23;}.scheme_dark .sidebar .sc_recent_news .post_counters_item,.scheme_dark .sidebar .sc_recent_news .post_counters .post_edit a{background-color:#1d1e23;}.scheme_original .sc_recent_news .post_counters .post_edit a{color:#fff;}.scheme_light .sc_recent_news .post_counters .post_edit a{color:#808080;}.scheme_dark .sc_recent_news .post_counters .post_edit a{color:#fff;}.scheme_original .sc_recent_news_style_news-magazine .post_accented_border{border-color:#343539;}.scheme_light .sc_recent_news_style_news-magazine .post_accented_border{border-color:#343539;}.scheme_dark .sc_recent_news_style_news-magazine .post_accented_border{border-color:#343539;}.scheme_original .sc_recent_news_style_news-excerpt .post_item{border-color:#343539;}.scheme_light .sc_recent_news_style_news-excerpt .post_item{border-color:#343539;}.scheme_dark .sc_recent_news_style_news-excerpt .post_item{border-color:#343539;}.scheme_original .sc_recent_news_header_split .sc_recent_news_header_categories > *{color:#808080;}.scheme_light .sc_recent_news_header_split .sc_recent_news_header_categories > *{color:#808080;}.scheme_dark .sc_recent_news_header_split .sc_recent_news_header_categories > *{color:#808080;}.scheme_original .sc_recent_news_header_split .sc_recent_news_header_categories > a:hover,.scheme_original .sc_recent_news_header_split .sc_recent_news_header_categories > a:after,.scheme_original .sc_recent_news_header_split .sc_recent_news_header_categories > a:before{color:#581214;}.scheme_light .sc_recent_news_header_split .sc_recent_news_header_categories > a:hover,.scheme_light .sc_recent_news_header_split .sc_recent_news_header_categories > a:after,.scheme_light .sc_recent_news_header_split .sc_recent_news_header_categories > a:before{color:#581214;}.scheme_dark .sc_recent_news_header_split .sc_recent_news_header_categories > a:hover,.scheme_dark .sc_recent_news_header_split .sc_recent_news_header_categories > a:after,.scheme_dark .sc_recent_news_header_split .sc_recent_news_header_categories > a:before{color:#581214;}.scheme_original .sc_recent_news .post_meta a{color:#581214;}.scheme_light .sc_recent_news .post_meta a{color:#581214;}.scheme_dark .sc_recent_news .post_meta a{color:#581214;}.scheme_original .sc_recent_news .post_meta a:hover{color:#fff;}.scheme_light .sc_recent_news .post_meta a:hover{color:#fff;}.scheme_dark .sc_recent_news .post_meta a:hover{color:#fff;}.scheme_original .sc_recent_news_style_news-magazine .column-1_2:first-child{border-color:#343539;}.scheme_light .sc_recent_news_style_news-magazine .column-1_2:first-child{border-color:#343539;}.scheme_dark .sc_recent_news_style_news-magazine .column-1_2:first-child{border-color:#343539;}.scheme_original .sc_section_inner{color:#808080;}.scheme_light .sc_section_inner{color:#808080;}.scheme_dark .sc_section_inner{color:#808080;}.scheme_original .sc_services_item .sc_services_item_readmore{color:#fff;}.scheme_light .sc_services_item .sc_services_item_readmore{color:#1d1e23;}.scheme_dark .sc_services_item .sc_services_item_readmore{color:#fff;}.scheme_original .sc_services_item .sc_services_item_readmore span{color:#fff;}.scheme_light .sc_services_item .sc_services_item_readmore span{color:#fff;}.scheme_dark .sc_services_item .sc_services_item_readmore span{color:#fff;}.scheme_original .sc_services_item .sc_services_item_readmore:hover,.scheme_original .sc_services_item .sc_services_item_readmore:hover span{color:#581214;}.scheme_light .sc_services_item .sc_services_item_readmore:hover,.scheme_light .sc_services_item .sc_services_item_readmore:hover span{color:#581214;}.scheme_dark .sc_services_item .sc_services_item_readmore:hover,.scheme_dark .sc_services_item .sc_services_item_readmore:hover span{color:#581214;}.scheme_original .sc_services_style_services-1 .sc_services_item{background-color:#1d1e23;}.scheme_light .sc_services_style_services-1 .sc_services_item{background-color:#1d1e23;}.scheme_dark .sc_services_style_services-1 .sc_services_item{background-color:#1d1e23;}.scheme_original .sc_services_style_services-1 .sc_services_item{color:#808080;}.scheme_light .sc_services_style_services-1 .sc_services_item{color:#808080;}.scheme_dark .sc_services_style_services-1 .sc_services_item{color:#808080;}.scheme_original .sc_services_style_services-1 .sc_icon,.scheme_original .sc_services_style_services-2 .sc_icon{color:#fff;}.scheme_light .sc_services_style_services-1 .sc_icon,.scheme_light .sc_services_style_services-2 .sc_icon{color:#fff;}.scheme_dark .sc_services_style_services-1 .sc_icon,.scheme_dark .sc_services_style_services-2 .sc_icon{color:#fff;}.scheme_original .sc_services_style_services-1 .sc_icon,.scheme_original .sc_services_style_services-2 .sc_icon{border-color:#fff;}.scheme_light .sc_services_style_services-1 .sc_icon,.scheme_light .sc_services_style_services-2 .sc_icon{border-color:#fff;}.scheme_dark .sc_services_style_services-1 .sc_icon,.scheme_dark .sc_services_style_services-2 .sc_icon{border-color:#fff;}.scheme_original .sc_services_style_services-1 .sc_icon:hover,.scheme_original .sc_services_style_services-1 a:hover .sc_icon,.scheme_original .sc_services_style_services-2 .sc_icon:hover,.scheme_original .sc_services_style_services-2 a:hover .sc_icon{color:#1d1e23;}.scheme_light .sc_services_style_services-1 .sc_icon:hover,.scheme_light .sc_services_style_services-1 a:hover .sc_icon,.scheme_light .sc_services_style_services-2 .sc_icon:hover,.scheme_light .sc_services_style_services-2 a:hover .sc_icon{color:#1d1e23;}.scheme_dark .sc_services_style_services-1 .sc_icon:hover,.scheme_dark .sc_services_style_services-1 a:hover .sc_icon,.scheme_dark .sc_services_style_services-2 .sc_icon:hover,.scheme_dark .sc_services_style_services-2 a:hover .sc_icon{color:#1d1e23;}.scheme_original .sc_services_style_services-1 .sc_icon:hover,.scheme_original .sc_services_style_services-1 a:hover .sc_icon,.scheme_original .sc_services_style_services-2 .sc_icon:hover,.scheme_original .sc_services_style_services-2 a:hover .sc_icon{background-color:#fff;}.scheme_light .sc_services_style_services-1 .sc_icon:hover,.scheme_light .sc_services_style_services-1 a:hover .sc_icon,.scheme_light .sc_services_style_services-2 .sc_icon:hover,.scheme_light .sc_services_style_services-2 a:hover .sc_icon{background-color:#fff;}.scheme_dark .sc_services_style_services-1 .sc_icon:hover,.scheme_dark .sc_services_style_services-1 a:hover .sc_icon,.scheme_dark .sc_services_style_services-2 .sc_icon:hover,.scheme_dark .sc_services_style_services-2 a:hover .sc_icon{background-color:#fff;}.scheme_original .sc_services_style_services-3 a:hover .sc_icon,.scheme_original .sc_services_style_services-3 .sc_icon:hover{color:#fff;}.scheme_light .sc_services_style_services-3 a:hover .sc_icon,.scheme_light .sc_services_style_services-3 .sc_icon:hover{color:#fff;}.scheme_dark .sc_services_style_services-3 a:hover .sc_icon,.scheme_dark .sc_services_style_services-3 .sc_icon:hover{color:#fff;}.scheme_original .sc_services_style_services-3 a:hover .sc_icon,.scheme_original .sc_services_style_services-3 .sc_icon:hover{background-color:#1d1e23;}.scheme_light .sc_services_style_services-3 a:hover .sc_icon,.scheme_light .sc_services_style_services-3 .sc_icon:hover{background-color:#1d1e23;}.scheme_dark .sc_services_style_services-3 a:hover .sc_icon,.scheme_dark .sc_services_style_services-3 .sc_icon:hover{background-color:#1d1e23;}.scheme_original .sc_services_style_services-3 a:hover .sc_services_item_title{color:#fff;}.scheme_light .sc_services_style_services-3 a:hover .sc_services_item_title{color:#fff;}.scheme_dark .sc_services_style_services-3 a:hover .sc_services_item_title{color:#fff;}.scheme_original .sc_services_style_services-4 .sc_icon{color:#1d1e23;}.scheme_light .sc_services_style_services-4 .sc_icon{color:#1d1e23;}.scheme_dark .sc_services_style_services-4 .sc_icon{color:#1d1e23;}.scheme_original .sc_services_style_services-4 .sc_icon{background-color:#fff;}.scheme_light .sc_services_style_services-4 .sc_icon{background-color:#fff;}.scheme_dark .sc_services_style_services-4 .sc_icon{background-color:#fff;}.scheme_original .sc_services_style_services-4 .sc_services_item_title{color:#fff;}.scheme_light .sc_services_style_services-4 .sc_services_item_title{color:#1d1e23;}.scheme_dark .sc_services_style_services-4 .sc_services_item_title{color:#fff;}.scheme_original .sc_services_style_services-4 a:hover .sc_icon,.scheme_original .sc_services_style_services-4 .sc_icon:hover{background-color:#581214;}.scheme_light .sc_services_style_services-4 a:hover .sc_icon,.scheme_light .sc_services_style_services-4 .sc_icon:hover{background-color:#581214;}.scheme_dark .sc_services_style_services-4 a:hover .sc_icon,.scheme_dark .sc_services_style_services-4 .sc_icon:hover{background-color:#581214;}.scheme_original .sc_services_style_services-4 a:hover .sc_services_item_title{color:#fff;}.scheme_light .sc_services_style_services-4 a:hover .sc_services_item_title{color:#fff;}.scheme_dark .sc_services_style_services-4 a:hover .sc_services_item_title{color:#fff;}.scheme_original .sc_services_style_services-5 .sc_icon{border-color:#fff;}.scheme_light .sc_services_style_services-5 .sc_icon{border-color:#fff;}.scheme_dark .sc_services_style_services-5 .sc_icon{border-color:#fff;}.scheme_original .sc_services_style_services-5 .sc_icon{color:#fff;}.scheme_light .sc_services_style_services-5 .sc_icon{color:#fff;}.scheme_dark .sc_services_style_services-5 .sc_icon{color:#fff;}.scheme_original .sc_services_style_services-5 .sc_icon:hover,.scheme_original .sc_services_style_services-5 a:hover .sc_icon{background-color:#fff;}.scheme_light .sc_services_style_services-5 .sc_icon:hover,.scheme_light .sc_services_style_services-5 a:hover .sc_icon{background-color:#fff;}.scheme_dark .sc_services_style_services-5 .sc_icon:hover,.scheme_dark .sc_services_style_services-5 a:hover .sc_icon{background-color:#fff;}.scheme_original .sc_services_style_services-5 .sc_icon:hover,.scheme_original .sc_services_style_services-5 a:hover .sc_icon{color:#1d1e23;}.scheme_light .sc_services_style_services-5 .sc_icon:hover,.scheme_light .sc_services_style_services-5 a:hover .sc_icon{color:#1d1e23;}.scheme_dark .sc_services_style_services-5 .sc_icon:hover,.scheme_dark .sc_services_style_services-5 a:hover .sc_icon{color:#1d1e23;}.scheme_original .sc_scroll_controls_wrap a{background-color:#fff;}.scheme_light .sc_scroll_controls_wrap a{background-color:#fff;}.scheme_dark .sc_scroll_controls_wrap a{background-color:#fff;}.scheme_original .sc_scroll_controls_wrap a{color:#1d1e23;}.scheme_light .sc_scroll_controls_wrap a{color:#1d1e23;}.scheme_dark .sc_scroll_controls_wrap a{color:#1d1e23;}.scheme_original .sc_scroll_controls_type_side .sc_scroll_controls_wrap a{background-color:rgba(255,255,255,0.8);}.scheme_light .sc_scroll_controls_type_side .sc_scroll_controls_wrap a{background-color:rgba(255,255,255,0.8);}.scheme_dark .sc_scroll_controls_type_side .sc_scroll_controls_wrap a{background-color:rgba(255,255,255,0.8);}.scheme_original .sc_scroll_controls_wrap a:hover{color:#1d1e23;}.scheme_light .sc_scroll_controls_wrap a:hover{color:#1d1e23;}.scheme_dark .sc_scroll_controls_wrap a:hover{color:#1d1e23;}.scheme_original .sc_scroll_controls_wrap a:hover{background-color:#581214;}.scheme_light .sc_scroll_controls_wrap a:hover{background-color:#581214;}.scheme_dark .sc_scroll_controls_wrap a:hover{background-color:#581214;}.scheme_original .sc_scroll_bar .swiper-scrollbar-drag:before{background-color:#fff;}.scheme_light .sc_scroll_bar .swiper-scrollbar-drag:before{background-color:#fff;}.scheme_dark .sc_scroll_bar .swiper-scrollbar-drag:before{background-color:#fff;}.scheme_original .sc_scroll .sc_scroll_bar{border-color:#121215;}.scheme_light .sc_scroll .sc_scroll_bar{border-color:#f6f6f6;}.scheme_dark .sc_scroll .sc_scroll_bar{border-color:#121215;}.scheme_original .sc_skills_bar .sc_skills_item{background-color:#121215;}.scheme_light .sc_skills_bar .sc_skills_item{background-color:#f6f6f6;}.scheme_dark .sc_skills_bar .sc_skills_item{background-color:#121215;}.scheme_original .sc_skills_counter .sc_skills_item .sc_skills_icon{color:#fff;}.scheme_light .sc_skills_counter .sc_skills_item .sc_skills_icon{color:#fff;}.scheme_dark .sc_skills_counter .sc_skills_item .sc_skills_icon{color:#fff;}.scheme_original .sc_skills_counter .sc_skills_item:hover .sc_skills_icon{color:#581214;}.scheme_light .sc_skills_counter .sc_skills_item:hover .sc_skills_icon{color:#581214;}.scheme_dark .sc_skills_counter .sc_skills_item:hover .sc_skills_icon{color:#581214;}.scheme_original .sc_skills_counter .sc_skills_item .sc_skills_info{color:#fff;}.scheme_light .sc_skills_counter .sc_skills_item .sc_skills_info{color:#1d1e23;}.scheme_dark .sc_skills_counter .sc_skills_item .sc_skills_info{color:#fff;}.scheme_original .sc_skills_bar .sc_skills_item .sc_skills_count{border-color:#581214;}.scheme_light .sc_skills_bar .sc_skills_item .sc_skills_count{border-color:#581214;}.scheme_dark .sc_skills_bar .sc_skills_item .sc_skills_count{border-color:#581214;}.scheme_original .sc_skills_bar .sc_skills_info .sc_skills_label{color:#fff;}.scheme_light .sc_skills_bar .sc_skills_info .sc_skills_label{color:#1d1e23;}.scheme_dark .sc_skills_bar .sc_skills_info .sc_skills_label{color:#fff;}.scheme_original .sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total{color:#fff;}.scheme_light .sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total{color:#fff;}.scheme_dark .sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total{color:#fff;}.scheme_original .sc_skills_legend_title,.scheme_original .sc_skills_legend_value{color:#fff;}.scheme_light .sc_skills_legend_title,.scheme_light .sc_skills_legend_value{color:#1d1e23;}.scheme_dark .sc_skills_legend_title,.scheme_dark .sc_skills_legend_value{color:#fff;}.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1{background-color:#121215;}.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_1{background-color:#f6f6f6;}.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1{background-color:#121215;}.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1:hover{background-color:#000;}.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_1:hover{background-color:#f6f6f6;}.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1:hover{background-color:#000;}.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count{color:#581214;}.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count{color:#581214;}.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count{color:#581214;}.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info{color:#fff;}.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info{color:#1d1e23;}.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info{color:#fff;}.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info:before{background-color:#121215;}.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info:before{background-color:#121215;}.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info:before{background-color:#121215;}.scheme_original .sc_skills_counter .sc_skills_read_more{color:#581214;}.scheme_light .sc_skills_counter .sc_skills_read_more{color:#581214;}.scheme_dark .sc_skills_counter .sc_skills_read_more{color:#581214;}.scheme_original .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info{color:#808080;}.scheme_light .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info{color:#808080;}.scheme_dark .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info{color:#808080;}.scheme_original .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info{background-color:#fff;}.scheme_light .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info{background-color:#fff;}.scheme_dark .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info{background-color:#fff;}.scheme_original .sc_skills_circle .sc_skills_total{color:#581214;}.scheme_light .sc_skills_circle .sc_skills_total{color:#581214;}.scheme_dark .sc_skills_circle .sc_skills_total{color:#581214;}.scheme_original .sc_skills_circle .sc_skills_label{color:#fff;}.scheme_light .sc_skills_circle .sc_skills_label{color:#1d1e23;}.scheme_dark .sc_skills_circle .sc_skills_label{color:#fff;}.scheme_original .sc_slider_controls_wrap a{color:#fff;}.scheme_light .sc_slider_controls_wrap a{color:#fff;}.scheme_dark .sc_slider_controls_wrap a{color:#fff;}.scheme_original .sc_slider_controls_wrap a{background-color:#581214;}.scheme_light .sc_slider_controls_wrap a{background-color:#581214;}.scheme_dark .sc_slider_controls_wrap a{background-color:#581214;}.scheme_original .sc_slider_controls_wrap a:hover{color:#1d1e23;}.scheme_light .sc_slider_controls_wrap a:hover{color:#1d1e23;}.scheme_dark .sc_slider_controls_wrap a:hover{color:#1d1e23;}.scheme_original .sc_slider_controls_wrap a:hover{border-color:#fff;}.scheme_light .sc_slider_controls_wrap a:hover{border-color:#fff;}.scheme_dark .sc_slider_controls_wrap a:hover{border-color:#fff;}.scheme_original .sc_slider_controls_wrap a:hover{background-color:#fff;}.scheme_light .sc_slider_controls_wrap a:hover{background-color:#fff;}.scheme_dark .sc_slider_controls_wrap a:hover{background-color:#fff;}.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap span{border-color:rgba(255,255,255,0.2);}.scheme_light .sc_slider_swiper .sc_slider_pagination_wrap span{border-color:rgba(255,255,255,0.2);}.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap span{border-color:rgba(255,255,255,0.2);}.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap span:hover{border-color:#581214;}.scheme_light .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_light .sc_slider_swiper .sc_slider_pagination_wrap span:hover{border-color:#581214;}.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap span:hover{border-color:#581214;}.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap span:hover{background-color:#581214;}.scheme_light .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_light .sc_slider_swiper .sc_slider_pagination_wrap span:hover{background-color:#581214;}.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap span:hover{background-color:#581214;}.scheme_original .sc_slider_swiper .sc_slider_info{background-color:rgba(255,255,255,0.8);}.scheme_light .sc_slider_swiper .sc_slider_info{background-color:rgba(255,255,255,0.8);}.scheme_dark .sc_slider_swiper .sc_slider_info{background-color:rgba(255,255,255,0.8);}.scheme_original .sc_slider_pagination.widget_area .post_item + .post_item{border-color:#343539;}.scheme_light .sc_slider_pagination.widget_area .post_item + .post_item{border-color:#343539;}.scheme_dark .sc_slider_pagination.widget_area .post_item + .post_item{border-color:#343539;}.scheme_original .sc_slider_pagination_over .sc_slider_pagination{background-color:rgba(18,18,21,0.8);}.scheme_light .sc_slider_pagination_over .sc_slider_pagination{background-color:rgba(246,246,246,0.8);}.scheme_dark .sc_slider_pagination_over .sc_slider_pagination{background-color:rgba(18,18,21,0.8);}.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap span{border-color:#343539;}.scheme_light .sc_slider_pagination_over .sc_slider_pagination_wrap span{border-color:#343539;}.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap span{border-color:#343539;}.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active{border-color:#fff;}.scheme_light .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_light .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active{border-color:#fff;}.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active{border-color:#fff;}.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active{background-color:#fff;}.scheme_light .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_light .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active{background-color:#fff;}.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active{background-color:#fff;}.scheme_original .sc_slider_pagination_over .sc_slider_pagination .post_title{color:#fff;}.scheme_light .sc_slider_pagination_over .sc_slider_pagination .post_title{color:#808080;}.scheme_dark .sc_slider_pagination_over .sc_slider_pagination .post_title{color:#fff;}.scheme_original .sc_slider_pagination_over .sc_slider_pagination .post_info{color:#808080;}.scheme_light .sc_slider_pagination_over .sc_slider_pagination .post_info{color:#808080;}.scheme_dark .sc_slider_pagination_over .sc_slider_pagination .post_info{color:#808080;}.scheme_original .sc_slider_pagination_area .sc_slider_pagination .post_item.active{background-color:#121215;}.scheme_light .sc_slider_pagination_area .sc_slider_pagination .post_item.active{background-color:#f6f6f6;}.scheme_dark .sc_slider_pagination_area .sc_slider_pagination .post_item.active{background-color:#121215;}.scheme_original .sc_socials.sc_socials_type_icons a{color:#fff;}.scheme_light .sc_socials.sc_socials_type_icons a{color:#fff;}.scheme_dark .sc_socials.sc_socials_type_icons a{color:#fff;}.scheme_original .sc_socials.sc_socials_type_icons a{border-color:#fff;}.scheme_light .sc_socials.sc_socials_type_icons a{border-color:#fff;}.scheme_dark .sc_socials.sc_socials_type_icons a{border-color:#fff;}.scheme_original .sc_socials.sc_socials_type_icons a:hover:before,.scheme_original .sc_socials.sc_socials_type_icons a:hover:after{color:#581214;}.scheme_light .sc_socials.sc_socials_type_icons a:hover:before,.scheme_light .sc_socials.sc_socials_type_icons a:hover:after{color:#581214;}.scheme_dark .sc_socials.sc_socials_type_icons a:hover:before,.scheme_dark .sc_socials.sc_socials_type_icons a:hover:after{color:#581214;}.scheme_original .sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item a{background-color:#121215;}.scheme_light .sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item a{background-color:#f6f6f6;}.scheme_dark .sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item a{background-color:#121215;}.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a{color:#808080;}.scheme_light .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a{color:#808080;}.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a{color:#808080;}.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a,.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a,.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover{color:#581214;}.scheme_light .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a,.scheme_light .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a,.scheme_light .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover{color:#581214;}.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a,.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a,.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover{color:#581214;}.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_content,.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_content{border-color:#343539;}.scheme_light .sc_tabs.sc_tabs_style_1 .sc_tabs_content,.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_content{border-color:#343539;}.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_content,.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_content{border-color:#343539;}.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{border-color:#fff;}.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{border-color:#fff;}.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{border-color:#fff;}.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{background-color:#fff;}.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{background-color:#fff;}.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{background-color:#fff;}.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{color:#1d1e23;}.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{color:#1d1e23;}.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{color:#1d1e23;}.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.sc_tabs_active a{color:#fff;}.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.sc_tabs_active a{color:#fff;}.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.sc_tabs_active a{color:#fff;}.scheme_original .sc_team_item .sc_team_item_info .sc_team_item_title a{color:#fff;}.scheme_light .sc_team_item .sc_team_item_info .sc_team_item_title a{color:#1d1e23;}.scheme_dark .sc_team_item .sc_team_item_info .sc_team_item_title a{color:#fff;}.scheme_original .sc_team_item .sc_team_item_info .sc_team_item_title a:hover{color:#581214;}.scheme_light .sc_team_item .sc_team_item_info .sc_team_item_title a:hover{color:#581214;}.scheme_dark .sc_team_item .sc_team_item_info .sc_team_item_title a:hover{color:#581214;}.scheme_original .sc_team_item .sc_team_item_info .sc_team_item_position{color:#581214;}.scheme_light .sc_team_item .sc_team_item_info .sc_team_item_position{color:#581214;}.scheme_dark .sc_team_item .sc_team_item_info .sc_team_item_position{color:#581214;}.scheme_original .sc_team_style_team-1 .sc_team_item_info,.scheme_original .sc_team_style_team-3 .sc_team_item_info{border-color:#fff;}.scheme_light .sc_team_style_team-1 .sc_team_item_info,.scheme_light .sc_team_style_team-3 .sc_team_item_info{border-color:#fff;}.scheme_dark .sc_team_style_team-1 .sc_team_item_info,.scheme_dark .sc_team_style_team-3 .sc_team_item_info{border-color:#fff;}.scheme_original .sc_team_style_team-1 .sc_team_item_info,.scheme_original .sc_team_style_team-3 .sc_team_item_info{color:#808080;}.scheme_light .sc_team_style_team-1 .sc_team_item_info,.scheme_light .sc_team_style_team-3 .sc_team_item_info{color:#808080;}.scheme_dark .sc_team_style_team-1 .sc_team_item_info,.scheme_dark .sc_team_style_team-3 .sc_team_item_info{color:#808080;}.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a{color:#1d1e23;}.scheme_light .sc_team.sc_team_style_team-3 .sc_socials_item a{color:#1d1e23;}.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a{color:#1d1e23;}.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a{border-color:#1d1e23;}.scheme_light .sc_team.sc_team_style_team-3 .sc_socials_item a{border-color:#1d1e23;}.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a{border-color:#1d1e23;}.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a:hover{color:#581214;}.scheme_light .sc_team.sc_team_style_team-3 .sc_socials_item a:hover{color:#581214;}.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a:hover{color:#581214;}.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a:hover{border-color:#581214;}.scheme_light .sc_team.sc_team_style_team-3 .sc_socials_item a:hover{border-color:#581214;}.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a:hover{border-color:#581214;}.scheme_original .sc_team.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover{background-color:rgba(255,255,255,0.8);}.scheme_light .sc_team.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover{background-color:rgba(255,255,255,0.8);}.scheme_dark .sc_team.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover{background-color:rgba(255,255,255,0.8);}.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a{color:#1d1e23;}.scheme_light .sc_team.sc_team_style_team-4 .sc_socials_item a{color:#1d1e23;}.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a{color:#1d1e23;}.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a{border-color:#1d1e23;}.scheme_light .sc_team.sc_team_style_team-4 .sc_socials_item a{border-color:#1d1e23;}.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a{border-color:#1d1e23;}.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a:hover{color:#fff;}.scheme_light .sc_team.sc_team_style_team-4 .sc_socials_item a:hover{color:#fff;}.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a:hover{color:#fff;}.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a:hover{border-color:#fff;}.scheme_light .sc_team.sc_team_style_team-4 .sc_socials_item a:hover{border-color:#fff;}.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a:hover{border-color:#fff;}.scheme_original .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover{color:#1d1e23;}.scheme_light .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover{color:#1d1e23;}.scheme_dark .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover{color:#1d1e23;}.scheme_original .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover{background-color:rgba(255,255,255,0.8);}.scheme_light .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover{background-color:rgba(29,30,35,0.8);}.scheme_dark .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover{background-color:rgba(255,255,255,0.8);}.scheme_original .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a{color:#1d1e23;}.scheme_light .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a{color:#1d1e23;}.scheme_dark .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a{color:#1d1e23;}.scheme_original .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a:hover{color:#fff;}.scheme_light .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a:hover{color:#fff;}.scheme_dark .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a:hover{color:#fff;}.scheme_original .sc_team_style_team-4 .sc_team_item_info .sc_team_item_position{color:#1d1e23;}.scheme_light .sc_team_style_team-4 .sc_team_item_info .sc_team_item_position{color:#1d1e23;}.scheme_dark .sc_team_style_team-4 .sc_team_item_info .sc_team_item_position{color:#1d1e23;}.scheme_original .sc_testimonials{color:#808080;}.scheme_light .sc_testimonials{color:#808080;}.scheme_dark .sc_testimonials{color:#808080;}.scheme_original .sc_testimonial_author_name{color:#fff;}.scheme_light .sc_testimonial_author_name{color:#1d1e23;}.scheme_dark .sc_testimonial_author_name{color:#fff;}.scheme_original .sc_testimonial_position_position{color:#b4b4b4;}.scheme_light .sc_testimonial_position_position{color:#b4b4b4;}.scheme_dark .sc_testimonial_position_position{color:#b4b4b4;}.scheme_original .sc_testimonial_content{color:#b4b4b4;}.scheme_light .sc_testimonial_content{color:#b4b4b4;}.scheme_dark .sc_testimonial_content{color:#b4b4b4;}.scheme_original .sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before{color:#b4b4b4;}.scheme_light .sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before{color:#b4b4b4;}.scheme_dark .sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before{color:#b4b4b4;}.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_content,.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_content:after{background-color:#1d1e23;}.scheme_light .sc_testimonials_style_testimonials-3 .sc_testimonial_content,.scheme_light .sc_testimonials_style_testimonials-3 .sc_testimonial_content:after{background-color:#1d1e23;}.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_content,.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_content:after{background-color:#1d1e23;}.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_content p:first-child:before,.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_author_position{color:#fff;}.scheme_light .sc_testimonials_style_testimonials-3 .sc_testimonial_content p:first-child:before,.scheme_light .sc_testimonials_style_testimonials-3 .sc_testimonial_author_position{color:#fff;}.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_content p:first-child:before,.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_author_position{color:#fff;}.scheme_original .sc_testimonials_style_testimonials-4 .sc_testimonial_item{background-color:#1d1e23;}.scheme_light .sc_testimonials_style_testimonials-4 .sc_testimonial_item{background-color:#1d1e23;}.scheme_dark .sc_testimonials_style_testimonials-4 .sc_testimonial_item{background-color:#1d1e23;}.scheme_original .sc_testimonials_style_testimonials-4 .sc_testimonial_content p:first-child:before,.scheme_original .sc_testimonials_style_testimonials-4 .sc_testimonial_author_position{color:#fff;}.scheme_light .sc_testimonials_style_testimonials-4 .sc_testimonial_content p:first-child:before,.scheme_light .sc_testimonials_style_testimonials-4 .sc_testimonial_author_position{color:#fff;}.scheme_dark .sc_testimonials_style_testimonials-4 .sc_testimonial_content p:first-child:before,.scheme_dark .sc_testimonials_style_testimonials-4 .sc_testimonial_author_position{color:#fff;}.scheme_original .sc_title_icon{color:#fff;}.scheme_light .sc_title_icon{color:#fff;}.scheme_dark .sc_title_icon{color:#fff;}.scheme_original .sc_title_underline::after{border-color:#fff;}.scheme_light .sc_title_underline::after{border-color:#fff;}.scheme_dark .sc_title_underline::after{border-color:#fff;}.scheme_original .sc_title_divider .sc_title_divider_before,.scheme_original .sc_title_divider .sc_title_divider_after{background-color:#fff;}.scheme_light .sc_title_divider .sc_title_divider_before,.scheme_light .sc_title_divider .sc_title_divider_after{background-color:#1d1e23;}.scheme_dark .sc_title_divider .sc_title_divider_before,.scheme_dark .sc_title_divider .sc_title_divider_after{background-color:#fff;}.scheme_original .sc_toggles .sc_toggles_item .sc_toggles_title{border-color:#343539;}.scheme_light .sc_toggles .sc_toggles_item .sc_toggles_title{border-color:#343539;}.scheme_dark .sc_toggles .sc_toggles_item .sc_toggles_title{border-color:#343539;}.scheme_original .sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon{color:#808080;}.scheme_light .sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon{color:#808080;}.scheme_dark .sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon{color:#808080;}.scheme_original .sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon{background-color:#121215;}.scheme_light .sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon{background-color:#f6f6f6;}.scheme_dark .sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon{background-color:#121215;}.scheme_original .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active{color:#fff;}.scheme_light .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active{color:#fff;}.scheme_dark .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active{color:#fff;}.scheme_original .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active{border-color:#fff;}.scheme_light .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active{border-color:#fff;}.scheme_dark .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active{border-color:#fff;}.scheme_original .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened{color:#1d1e23;}.scheme_light .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened{color:#1d1e23;}.scheme_dark .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened{color:#1d1e23;}.scheme_original .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened{background-color:#fff;}.scheme_light .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened{background-color:#fff;}.scheme_dark .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened{background-color:#fff;}.scheme_original .sc_toggles .sc_toggles_item .sc_toggles_title:hover{color:#581214;}.scheme_light .sc_toggles .sc_toggles_item .sc_toggles_title:hover{color:#581214;}.scheme_dark .sc_toggles .sc_toggles_item .sc_toggles_title:hover{color:#581214;}.scheme_original .sc_toggles .sc_toggles_item .sc_toggles_title:hover{border-color:#581214;}.scheme_light .sc_toggles .sc_toggles_item .sc_toggles_title:hover{border-color:#581214;}.scheme_dark .sc_toggles .sc_toggles_item .sc_toggles_title:hover{border-color:#581214;}.scheme_original .sc_toggles .sc_toggles_item .sc_toggles_title:hover .sc_toggles_icon_opened{background-color:#581214;}.scheme_light .sc_toggles .sc_toggles_item .sc_toggles_title:hover .sc_toggles_icon_opened{background-color:#581214;}.scheme_dark .sc_toggles .sc_toggles_item .sc_toggles_title:hover .sc_toggles_icon_opened{background-color:#581214;}.scheme_original .sc_toggles .sc_toggles_item .sc_toggles_content{border-color:#343539;}.scheme_light .sc_toggles .sc_toggles_item .sc_toggles_content{border-color:#343539;}.scheme_dark .sc_toggles .sc_toggles_item .sc_toggles_content{border-color:#343539;}.scheme_original .sc_tooltip_parent{color:#b4b4b4;}.scheme_light .sc_tooltip_parent{color:#b4b4b4;}.scheme_dark .sc_tooltip_parent{color:#b4b4b4;}.scheme_original .sc_tooltip_parent .sc_tooltip,.scheme_original .sc_tooltip_parent .sc_tooltip:before{background-color:#fff;}.scheme_light .sc_tooltip_parent .sc_tooltip,.scheme_light .sc_tooltip_parent .sc_tooltip:before{background-color:#fff;}.scheme_dark .sc_tooltip_parent .sc_tooltip,.scheme_dark .sc_tooltip_parent .sc_tooltip:before{background-color:#fff;}.scheme_original .sc_tooltip_parent .sc_tooltip,.scheme_original .sc_tooltip_parent .sc_tooltip:before{color:#1d1e23;}.scheme_light .sc_tooltip_parent .sc_tooltip,.scheme_light .sc_tooltip_parent .sc_tooltip:before{color:#1d1e23;}.scheme_dark .sc_tooltip_parent .sc_tooltip,.scheme_dark .sc_tooltip_parent .sc_tooltip:before{color:#1d1e23;}.scheme_original .sc_twitter{color:#808080;}.scheme_light .sc_twitter{color:#808080;}.scheme_dark .sc_twitter{color:#808080;}.scheme_original .sc_twitter .sc_slider_controls_wrap a{color:#1d1e23;}.scheme_light .sc_twitter .sc_slider_controls_wrap a{color:#1d1e23;}.scheme_dark .sc_twitter .sc_slider_controls_wrap a{color:#1d1e23;}.scheme_original .sc_item_subtitle{color:#581214;}.scheme_light .sc_item_subtitle{color:#581214;}.scheme_dark .sc_item_subtitle{color:#581214;}.scheme_original .sc_item_title:after{color:#581214;}.scheme_light .sc_item_title:after{color:#581214;}.scheme_dark .sc_item_title:after{color:#581214;}.scheme_original .sc_item_button > a:before{color:#fff;}.scheme_light .sc_item_button > a:before{color:#fff;}.scheme_dark .sc_item_button > a:before{color:#fff;}.scheme_original .sc_item_button > a:before{background-color:#1d1e23;}.scheme_light .sc_item_button > a:before{background-color:#1d1e23;}.scheme_dark .sc_item_button > a:before{background-color:#1d1e23;}.scheme_original .sc_item_button > a:hover:before{color:#581214;}.scheme_light .sc_item_button > a:hover:before{color:#581214;}.scheme_dark .sc_item_button > a:hover:before{color:#581214;}.scheme_original .menu_main_nav > li > a:hover:before,.scheme_original .menu_main_nav > li > a:hover:after{color:#581214;}.scheme_light .menu_main_nav > li > a:hover:before,.scheme_light .menu_main_nav > li > a:hover:after{color:#581214;}.scheme_dark .menu_main_nav > li > a:hover:before,.scheme_dark .menu_main_nav > li > a:hover:after{color:#581214;}.scheme_original #tribe-bar-form{background-color:#fff;}.scheme_light #tribe-bar-form{background-color:#fff;}.scheme_dark #tribe-bar-form{background-color:#fff;}.scheme_original #tribe-bar-form{color:#808080;}.scheme_light #tribe-bar-form{color:#808080;}.scheme_dark #tribe-bar-form{color:#808080;}.scheme_original #tribe-bar-form input[type=text]:focus{color:#808080;}.scheme_light #tribe-bar-form input[type=text]:focus{color:#808080;}.scheme_dark #tribe-bar-form input[type=text]:focus{color:#808080;}.scheme_original .tribe-events-page-title{color:#1d1e23;}.scheme_light .tribe-events-page-title{color:#1d1e23;}.scheme_dark .tribe-events-page-title{color:#1d1e23;}.scheme_original #tribe-bar-form .tribe-bar-submit input[type=submit]{background-color:#581214;}.scheme_light #tribe-bar-form .tribe-bar-submit input[type=submit]{background-color:#581214;}.scheme_dark #tribe-bar-form .tribe-bar-submit input[type=submit]{background-color:#581214;}.scheme_original #tribe-bar-form .tribe-bar-submit input[type=submit]:hover{background-color:#581214;}.scheme_light #tribe-bar-form .tribe-bar-submit input[type=submit]:hover{background-color:#581214;}.scheme_dark #tribe-bar-form .tribe-bar-submit input[type=submit]:hover{background-color:#581214;}.scheme_original #tribe-events .tribe-events-button,.scheme_original #tribe-events .tribe-events-button:hover,.scheme_original #tribe_events_filters_wrapper input[type=submit],.scheme_original .tribe-events-button,.scheme_original .tribe-events-button.tribe-active:hover,.scheme_original .tribe-events-button.tribe-inactive,.scheme_original .tribe-events-button:hover,.scheme_original .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.scheme_original .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#581214;}.scheme_light #tribe-events .tribe-events-button,.scheme_light #tribe-events .tribe-events-button:hover,.scheme_light #tribe_events_filters_wrapper input[type=submit],.scheme_light .tribe-events-button,.scheme_light .tribe-events-button.tribe-active:hover,.scheme_light .tribe-events-button.tribe-inactive,.scheme_light .tribe-events-button:hover,.scheme_light .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.scheme_light .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#581214;}.scheme_dark #tribe-events .tribe-events-button,.scheme_dark #tribe-events .tribe-events-button:hover,.scheme_dark #tribe_events_filters_wrapper input[type=submit],.scheme_dark .tribe-events-button,.scheme_dark .tribe-events-button.tribe-active:hover,.scheme_dark .tribe-events-button.tribe-inactive,.scheme_dark .tribe-events-button:hover,.scheme_dark .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.scheme_dark .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#581214;}.scheme_original #tribe-events-content .tribe-events-tooltip h4,.scheme_original #tribe_events_filters_wrapper .tribe_events_slider_val,.scheme_original .single-tribe_events a.tribe-events-gcal,.scheme_original .single-tribe_events a.tribe-events-ical{color:#1d1e23;}.scheme_light #tribe-events-content .tribe-events-tooltip h4,.scheme_light #tribe_events_filters_wrapper .tribe_events_slider_val,.scheme_light .single-tribe_events a.tribe-events-gcal,.scheme_light .single-tribe_events a.tribe-events-ical{color:#1d1e23;}.scheme_dark #tribe-events-content .tribe-events-tooltip h4,.scheme_dark #tribe_events_filters_wrapper .tribe_events_slider_val,.scheme_dark .single-tribe_events a.tribe-events-gcal,.scheme_dark .single-tribe_events a.tribe-events-ical{color:#1d1e23;}.scheme_original .tribe-events-calendar thead th{border-color:rgba(52,53,57,0.15);}.scheme_light .tribe-events-calendar thead th{border-color:rgba(52,53,57,0.15);}.scheme_dark .tribe-events-calendar thead th{border-color:rgba(52,53,57,0.15);}.scheme_original #tribe-events-content .tribe-events-calendar td{background-color:#fff;}.scheme_light #tribe-events-content .tribe-events-calendar td{background-color:#fff;}.scheme_dark #tribe-events-content .tribe-events-calendar td{background-color:#fff;}.scheme_original .tribe-events-calendar div[id*=tribe-events-daynum-]{background-color:rgba(29,30,35,0.3);}.scheme_light .tribe-events-calendar div[id*=tribe-events-daynum-]{background-color:rgba(29,30,35,0.3);}.scheme_dark .tribe-events-calendar div[id*=tribe-events-daynum-]{background-color:rgba(29,30,35,0.3);}.scheme_original .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_original .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:rgba(29,30,35,0);}.scheme_light .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_light .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:rgba(29,30,35,0);}.scheme_dark .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_dark .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:rgba(29,30,35,0);}.scheme_original .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#1d1e23;}.scheme_light .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#1d1e23;}.scheme_dark .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#1d1e23;}.scheme_original #tribe-events-content .tribe-events-calendar td{border-color:rgba(52,53,57,0.05);}.scheme_light #tribe-events-content .tribe-events-calendar td{border-color:rgba(52,53,57,0.05);}.scheme_dark #tribe-events-content .tribe-events-calendar td{border-color:rgba(52,53,57,0.05);}.scheme_original #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title,.scheme_original .tribe-mobile-day-heading{color:#1d1e23;}.scheme_light #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title,.scheme_light .tribe-mobile-day-heading{color:#1d1e23;}.scheme_dark #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title,.scheme_dark .tribe-mobile-day-heading{color:#1d1e23;}.scheme_original .custom .tp-bullet.selected{background-color:#581214;}.scheme_light .custom .tp-bullet.selected{background-color:#581214;}.scheme_dark .custom .tp-bullet.selected{background-color:#581214;}.scheme_original .custom .tp-bullet.selected{border-color:#581214;}.scheme_light .custom .tp-bullet.selected{border-color:#581214;}.scheme_dark .custom .tp-bullet.selected{border-color:#581214;}
/* End */


/* Start:/bitrix/templates/timeberry_new/css/custom-style.css?155505470418426*/
/* CSS-file with custom styles - don't delete this file and this rule!!! */

@font-face {
	font-family: 'icomoon';
	src:  url('/bitrix/templates/timeberry_new/css/fonts/icomoon.eot?htoiyt');
	src:  url('/bitrix/templates/timeberry_new/css/fonts/icomoon.eot?htoiyt#iefix') format('embedded-opentype'),
	url('/bitrix/templates/timeberry_new/css/fonts/icomoon.ttf?htoiyt') format('truetype'),
	url('/bitrix/templates/timeberry_new/css/fonts/icomoon.woff?htoiyt') format('woff'),
	url('/bitrix/templates/timeberry_new/css/fonts/icomoon.svg?htoiyt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
	font-family: 'icomoon' !important;
	content: "\e900";
	color: #ffa600;
}
.adres span:before {
	font-family: 'icomoon' !important;
	content: "\e902";
	color: #ffa600;
}

.icon-phone-receiver:before {
	font-family: 'icomoon' !important;
	content: "\e901";
	color: #ffa600;
	padding-right: 10px
}

.icon-facebook-placeholder-for-locate-places-on-maps:before {
	font-family: 'icomoon' !important;
	content: "\e902";
	color: #ffa600
}

.vk:before {
	content: "\e907";
	color: #818181;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	border-width: 1px;
	border-color: #818181;
	border-style: solid;
	border-radius: 3px;
	font-size: 28px;
	position: relative;
	top: 9px;
}

@font-face {
	font-family: 'icomoon1';
	src:  url('/bitrix/templates/timeberry_new/css/fonts/icomoon1.eot?htoiyt');
	src:  url('/bitrix/templates/timeberry_new/css/fonts/icomoon1.eot?htoiyt#iefix') format('embedded-opentype'),
	url('/bitrix/templates/timeberry_new/css/fonts/icomoon1.ttf?htoiyt') format('truetype'),
	url('/bitrix/templates/timeberry_new/css/fonts/icomoon1.woff?htoiyt') format('woff'),
	url('/bitrix/templates/timeberry_new/css/fonts/icomoon1.svg?htoiyt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon1' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-placeholder-filled-point:before {
	content: "\e901";
}
.icon-close-envelope:before {
	content: "\e902";
	font-family: 'icomoon1' !important;
	color: #ffa600;
	padding-right: 10px
}
.icon-vk:before {
	content: "\e903";
	color: #818181;
}

.custom_rule {
	color: inherit;
}

.top_panel_bottom .search_wrap {
	padding-left: 0 !important;
	margin-left: -25px
}

.body.home .header_mobile .menu_button {
	left: auto;
	right: 10px !important
}

.contacts_wrap .logo{
	text-align: left !important
}

.logo_footer-desk{
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	color: #808080;
	padding-top: 11px;
	padding-left: 2px;
	line-height: 1.2;
}

.footer_social{
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
	color: #808080;
	padding-left: 12px;
	font-size: 12px;
}

.footer_catalog-line {
	margin: 30px 30px 30px 0 !important;
	border-color: rgb(255, 166, 0, 0.2) !important;
}

.footer_list {
	text-align: left
}

.footer_catalog-titel {
	text-align: left;
	font-size: 16px !important;
	color: #fff !important;
	font-family: "Roboto";
	padding-bottom: 5px
}

.footer_catalog-list {
	font-family: "Roboto";
	color: #808080;
	list-style: none !important;
	padding: 0 !important;
	margin-top: -10px !important;
	font-size: 13px;
	line-height: 1.923;
}

.footer_catalog-list li {
	margin: 0
}

.footer_catalog-list a {
	font-family: "Roboto";
	color: #808080;
	list-style: none !important;
	padding: 0 !important;
	margin-top: -10px !important;
	font-size: 13px;
	line-height: 1.923;
}

.footer_contact{
	text-align: left
}

.footer_contact li{
	margin-bottom: 4px
}

.adress{
	list-style: none;
	margin-top: -20px;
	padding-left: 0px;
}

.footer_margin{
	margin-left: 85px
}

.copyright_wrap{
	background-color: #0a0a0d
}

.b-subfooter__container {
	border-top:1px solid #363639
}

.b-subfooter__copyright {
	text-align: left;
	font-family: "Roboto";
	font-size: 12px;
	padding: 10px 0
}

.b-subfooter__link-itb {
	text-align: right;
	font-family: "Roboto";
	font-size: 12px;
	padding: 10px 0
}

.scheme_original .body_wrap.bg_image .page_content_wrap h2 {
	font-size: 2em
}

.b_contact-map {
	margin-top: 30px
}

.sc_team_item .sc_team_item_avatar img {
	height: 205px !important
}

.b__catalog-select {
	margin-bottom: 20px
}

.price_slider_wrapper{
	padding-top: 20px
}

.b_product-single-titel {
	color:#b4b4b4;
	margin-bottom: 10px
}

@media (min-width: 320px) and (max-width: 768px) {
	header {
	display: none
	}

	.top_panel_style_1 .contact_field {
		display: none
	}

	.top_panel_title_inner {
		display: none
	}

	.header_mobile {
		display: block
	}
	.rev_slider_wrapper {
		display: none !important
	}

	.footer_margin {
		margin-left: 0
	}

	.b-subfooter__copyright {
		margin: 0
	}

	.b-subfooter__link-itb {
		margin: 0;
		text-align: left;
		width: 100%
	}

	.b-subfooter__link-itb {
		width: calc(100% - 100px);
		display: table-cell
	}

	.b-subfooter__logo-itb {
		width: 98px;
		display: table-cell
	}

	.footer_list {
		display: none !important
	}

	.body.home-4 #rev_slider_4_1_wrapper {
		display: none !important
	}

	.body.home-4 .same_categories {
		padding-top: 80px
	}
}

@media (min-width: 768px) {
	.text-itb {
		display: inline
	}
	.b-subfooter__logo-itb {
		display: inline
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.contacts_wrap .logo {
		width: 100% !important
	}
}

.masonry {
	margin: 1.5em 0;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: .85em;
}

.item {
	display: inline-block;
	padding: 1em;
	margin: 0 0 1.5em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@media only screen and (min-width: 400px) {
	.masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

@media only screen and (min-width: 700px) {
	.masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 900px) {
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width: 1100px) {
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}


.requisite li {
	list-style: none
}


html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1200px) {
	.container {
		width: 1170px !important;
	}
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
  }
  .col-sm-12 {
	width: 100%;
  }
  .col-sm-11 {
	width: 91.66666667%;
  }
  .col-sm-10 {
	width: 83.33333333%;
  }
  .col-sm-9 {
	width: 75%;
  }
  .col-sm-8 {
	width: 66.66666667%;
  }
  .col-sm-7 {
	width: 58.33333333%;
  }
  .col-sm-6 {
	width: 50%;
  }
  .col-sm-5 {
	width: 41.66666667%;
  }
  .col-sm-4 {
	width: 33.33333333%;
  }
  .col-sm-3 {
	width: 25%;
  }
  .col-sm-2 {
	width: 16.66666667%;
  }
  .col-sm-1 {
	width: 8.33333333%;
  }
  .col-sm-pull-12 {
	right: 100%;
  }
  .col-sm-pull-11 {
	right: 91.66666667%;
  }
  .col-sm-pull-10 {
	right: 83.33333333%;
  }
  .col-sm-pull-9 {
	right: 75%;
  }
  .col-sm-pull-8 {
	right: 66.66666667%;
  }
  .col-sm-pull-7 {
	right: 58.33333333%;
  }
  .col-sm-pull-6 {
	right: 50%;
  }
  .col-sm-pull-5 {
	right: 41.66666667%;
  }
  .col-sm-pull-4 {
	right: 33.33333333%;
  }
  .col-sm-pull-3 {
	right: 25%;
  }
  .col-sm-pull-2 {
	right: 16.66666667%;
  }
  .col-sm-pull-1 {
	right: 8.33333333%;
  }
  .col-sm-pull-0 {
	right: auto;
  }
  .col-sm-push-12 {
	left: 100%;
  }
  .col-sm-push-11 {
	left: 91.66666667%;
  }
  .col-sm-push-10 {
	left: 83.33333333%;
  }
  .col-sm-push-9 {
	left: 75%;
  }
  .col-sm-push-8 {
	left: 66.66666667%;
  }
  .col-sm-push-7 {
	left: 58.33333333%;
  }
  .col-sm-push-6 {
	left: 50%;
  }
  .col-sm-push-5 {
	left: 41.66666667%;
  }
  .col-sm-push-4 {
	left: 33.33333333%;
  }
  .col-sm-push-3 {
	left: 25%;
  }
  .col-sm-push-2 {
	left: 16.66666667%;
  }
  .col-sm-push-1 {
	left: 8.33333333%;
  }
  .col-sm-push-0 {
	left: auto;
  }
  .col-sm-offset-12 {
	margin-left: 100%;
  }
  .col-sm-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
	margin-left: 75%;
  }
  .col-sm-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
	margin-left: 50%;
  }
  .col-sm-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
	margin-left: 25%;
  }
  .col-sm-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
	margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
  }
  .col-md-12 {
	width: 100%;
  }
  .col-md-11 {
	width: 91.66666667%;
  }
  .col-md-10 {
	width: 83.33333333%;
  }
  .col-md-9 {
	width: 75%;
  }
  .col-md-8 {
	width: 66.66666667%;
  }
  .col-md-7 {
	width: 58.33333333%;
  }
  .col-md-6 {
	width: 50%;
  }
  .col-md-5 {
	width: 41.66666667%;
  }
  .col-md-4 {
	width: 33.33333333%;
  }
  .col-md-3 {
	width: 25%;
  }
  .col-md-2 {
	width: 16.66666667%;
  }
  .col-md-1 {
	width: 8.33333333%;
  }
  .col-md-pull-12 {
	right: 100%;
  }
  .col-md-pull-11 {
	right: 91.66666667%;
  }
  .col-md-pull-10 {
	right: 83.33333333%;
  }
  .col-md-pull-9 {
	right: 75%;
  }
  .col-md-pull-8 {
	right: 66.66666667%;
  }
  .col-md-pull-7 {
	right: 58.33333333%;
  }
  .col-md-pull-6 {
	right: 50%;
  }
  .col-md-pull-5 {
	right: 41.66666667%;
  }
  .col-md-pull-4 {
	right: 33.33333333%;
  }
  .col-md-pull-3 {
	right: 25%;
  }
  .col-md-pull-2 {
	right: 16.66666667%;
  }
  .col-md-pull-1 {
	right: 8.33333333%;
  }
  .col-md-pull-0 {
	right: auto;
  }
  .col-md-push-12 {
	left: 100%;
  }
  .col-md-push-11 {
	left: 91.66666667%;
  }
  .col-md-push-10 {
	left: 83.33333333%;
  }
  .col-md-push-9 {
	left: 75%;
  }
  .col-md-push-8 {
	left: 66.66666667%;
  }
  .col-md-push-7 {
	left: 58.33333333%;
  }
  .col-md-push-6 {
	left: 50%;
  }
  .col-md-push-5 {
	left: 41.66666667%;
  }
  .col-md-push-4 {
	left: 33.33333333%;
  }
  .col-md-push-3 {
	left: 25%;
  }
  .col-md-push-2 {
	left: 16.66666667%;
  }
  .col-md-push-1 {
	left: 8.33333333%;
  }
  .col-md-push-0 {
	left: auto;
  }
  .col-md-offset-12 {
	margin-left: 100%;
  }
  .col-md-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
	margin-left: 75%;
  }
  .col-md-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
	margin-left: 50%;
  }
  .col-md-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
	margin-left: 25%;
  }
  .col-md-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
	margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
  }
  .col-lg-12 {
	width: 100%;
  }
  .col-lg-11 {
	width: 91.66666667%;
  }
  .col-lg-10 {
	width: 83.33333333%;
  }
  .col-lg-9 {
	width: 75%;
  }
  .col-lg-8 {
	width: 66.66666667%;
  }
  .col-lg-7 {
	width: 58.33333333%;
  }
  .col-lg-6 {
	width: 50%;
  }
  .col-lg-5 {
	width: 41.66666667%;
  }
  .col-lg-4 {
	width: 33.33333333%;
  }
  .col-lg-3 {
	width: 25%;
  }
  .col-lg-2 {
	width: 16.66666667%;
  }
  .col-lg-1 {
	width: 8.33333333%;
  }
  .col-lg-pull-12 {
	right: 100%;
  }
  .col-lg-pull-11 {
	right: 91.66666667%;
  }
  .col-lg-pull-10 {
	right: 83.33333333%;
  }
  .col-lg-pull-9 {
	right: 75%;
  }
  .col-lg-pull-8 {
	right: 66.66666667%;
  }
  .col-lg-pull-7 {
	right: 58.33333333%;
  }
  .col-lg-pull-6 {
	right: 50%;
  }
  .col-lg-pull-5 {
	right: 41.66666667%;
  }
  .col-lg-pull-4 {
	right: 33.33333333%;
  }
  .col-lg-pull-3 {
	right: 25%;
  }
  .col-lg-pull-2 {
	right: 16.66666667%;
  }
  .col-lg-pull-1 {
	right: 8.33333333%;
  }
  .col-lg-pull-0 {
	right: auto;
  }
  .col-lg-push-12 {
	left: 100%;
  }
  .col-lg-push-11 {
	left: 91.66666667%;
  }
  .col-lg-push-10 {
	left: 83.33333333%;
  }
  .col-lg-push-9 {
	left: 75%;
  }
  .col-lg-push-8 {
	left: 66.66666667%;
  }
  .col-lg-push-7 {
	left: 58.33333333%;
  }
  .col-lg-push-6 {
	left: 50%;
  }
  .col-lg-push-5 {
	left: 41.66666667%;
  }
  .col-lg-push-4 {
	left: 33.33333333%;
  }
  .col-lg-push-3 {
	left: 25%;
  }
  .col-lg-push-2 {
	left: 16.66666667%;
  }
  .col-lg-push-1 {
	left: 8.33333333%;
  }
  .col-lg-push-0 {
	left: auto;
  }
  .col-lg-offset-12 {
	margin-left: 100%;
  }
  .col-lg-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
	margin-left: 75%;
  }
  .col-lg-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
	margin-left: 50%;
  }
  .col-lg-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
	margin-left: 25%;
  }
  .col-lg-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
	margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.align-right{
	text-align: right
}

@media (max-width: 1263px) {
	.top_panel_bottom .search_wrap, .top_panel_inner_style_4 .search_wrap {
		padding-top: 0.7em
	}
}

@media (max-width: 767px) { 
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
		clear: both
	}
}

.sc_promo_block_inner{
	height: 260px
}

.item .post_thumb{
	background-clip: padding-box;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	expanded background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all 500ms ease 0s;
	height: 319px;
}

@media (min-width: 960px) and (max-width: 1023px) {
	.breadcrumbs_present_inner {
		margin-top: 90px;
	}

}

@media (min-width: 768px) and (max-width: 992px) {
	.footer_margin {
		margin-left: 0px;
	}
	
}
/* End */


/* Start:/bitrix/templates/timeberry_new/css/responsive.css?1555054704101163*/
@charset "utf-8";

/* With side menu - uncomment next row
@import url('/bitrix/templates/timeberry_new/css/responsive-outer-sidebar.css');
*/

/* Responsive styles (without sidemenu)
-------------------------------------------------------------- */

/*
Apple iPhone 5, 5S & 5C 
Apple iPod Touch (5th generation)
*/
/* With side menu
@media (min-width: 1510px) and (max-width: 1679px) {
*/
/* Without side menu */
@media (max-width: 1439px) {
	body.home h2.order {
	    text-align: center;
	    color: #fea526;
	    padding-top: 11%;
	}
	body.home .to_order {
	    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-3.jpg);
	    background-size: cover;
	    padding: 0;
	    background-repeat: no-repeat;
	    height: 383px;
	    background-blend-mode: multiply;
	}
	.contact_cart .cart_item {
		left: 50%;
		margin-left: -10px;
	}
	.top_panel_style_2 .contact_cart .cart_item {
		left: 20px;
		margin-left: 0;
	}
	.top_panel_middle .sidebar_cart:after, .menu_user_nav > li > ul:after {
		left: auto;
		right: 70px;
	}
	.icon-iconmonstr-shopping-cart-4-icon::before {
	    content: '\e8ee';
	    left: 22%;
	}
	.scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
	    color: #fff;
	    position: absolute;
	    z-index: 2;
	    left: 43%;
	}
}


@media (min-width: 1263px) and (max-width: 1439px) {
	body.home-2 .icon-iconmonstr-shopping-cart-4-icon::before {
	    left: -5%;
	}
	body.home-2 .scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
	    color: #fff;
	    position: absolute;
	    z-index: 2;
	    left: 50%;
	}
	/* Body sizes */
	.body_style_boxed .page_wrap {		width:1060px; }
	.slider_boxed, .content_wrap, .content_container {	width:1000px; }

	/* Content and Sidebar */
	.sidebar { 				 width: 300px; }
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 330px; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: -300px; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  330px; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:-300px; }

	/* WooCommerce: Content and Sidebar */
	.woocommerce.sidebar_show .content { width: 690px; }
	.woocommerce .sidebar { 			 width: 280px; }

	/* WooCommerce: Fullwide or Fullscreen with sidebar */
	.woocommerce.body_style_fullwide.sidebar_right .content, .woocommerce.body_style_fullscreen.sidebar_right .content { padding-right: 310px; }
	.woocommerce.body_style_fullwide.sidebar_right .sidebar, .woocommerce.body_style_fullscreen.sidebar_right .sidebar { margin-left: -280px; }
	.woocommerce.body_style_fullwide.sidebar_left  .content, .woocommerce.body_style_fullscreen.sidebar_left  .content { padding-left:  310px; }
	.woocommerce.body_style_fullwide.sidebar_left  .sidebar, .woocommerce.body_style_fullscreen.sidebar_left  .sidebar { margin-right:-280px; }

	
	/* Top Panel */

	/* Posts layouts */
	.post_item_colored .post_category {
		max-height:1.2em;
		overflow:hidden;
	}
	.post_item_colored .post_descr .post_price {
		margin-top: 1.2em;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_item,
	.sc_scroll_horizontal .sc_blogger [class*=column-],
	.sc_blogger .sc_scroll_horizontal .isotope_item,
	.sc_blogger .sc_scroll_horizontal [class*=column-] {
		width: 343px;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_column_2,
	.sc_scroll_horizontal .sc_blogger .column-1_2,
	.sc_blogger .sc_scroll_horizontal .isotope_column_2,
	.sc_blogger .sc_scroll_horizontal .column-1_2 {
		width: 515px;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_column_4,
	.sc_scroll_horizontal .sc_blogger .column-1_4,
	.sc_blogger .sc_scroll_horizontal .isotope_column_4,
	.sc_blogger .sc_scroll_horizontal .column-1_4 {
		width: 257px;
	}
	
	/* Widgets */
	.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li + li {
		margin-left:0.4em;
	}
	.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
		padding: 2px 0.5em;
	}
	
	/* Widget Recent News */
	.sc_recent_news_style_news-announce .post_size_full {	height: 372px; }
	.sc_recent_news_style_news-announce .post_size_big {	height: 186px; }
	.sc_recent_news_style_news-announce .post_size_medium {	height: 93px;  }
	.sc_recent_news_style_news-announce .post_size_small {	height: 93px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full {	height: 560px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big {	height: 280px;  }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small {	height: 140px;  }
	.sc_recent_news_style_news-announce .post_size_medium .post_title,
	.sc_recent_news_style_news-announce .post_size_small .post_title {	font-size: 1.2em; }
	
	.isotope_wrap .isotope_item .post_descr p:nth-child(2) {
		line-height: 1.5em;
		max-height: 3em;
	}
}


/* With side menu
@media (min-width: 1366px) and (max-width: 1509px) {
*/
/* Without side menu */
@media (max-width: 1262px) {
	header .menu_main_nav > li {
		padding: 1.34em 0em 1.3em;
	}
	.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
		padding: 0.792em 1em;
	}
}


@media (min-width: 1136px) and (max-width: 1262px) {

	/* Body sizes */
	.body_style_boxed .page_wrap {		width:970px; }
	.slider_boxed, .content_wrap, .content_container {	width:910px; }

	/* Content and Sidebar */

	/* WooCommerce: Content and Sidebar */
	.woocommerce.sidebar_show .content { width: 630px; }

	/* Posts layouts */
	.sc_scroll_horizontal .sc_blogger .isotope_item,
	.sc_scroll_horizontal .sc_blogger [class*=column-],
	.sc_blogger .sc_scroll_horizontal .isotope_item,
	.sc_blogger .sc_scroll_horizontal [class*=column-] {
		width: 313px;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_column_2,
	.sc_scroll_horizontal .sc_blogger .column-1_2,
	.sc_blogger .sc_scroll_horizontal .isotope_column_2,
	.sc_blogger .sc_scroll_horizontal .column-1_2 {
		width: 470px;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_column_4,
	.sc_scroll_horizontal .sc_blogger .column-1_4,
	.sc_blogger .sc_scroll_horizontal .isotope_column_4,
	.sc_blogger .sc_scroll_horizontal .column-1_4 {
		width: 235px;
	}
	.sc_recent_news_style_news-announce .post_size_full {	height: 344px; }
	.sc_recent_news_style_news-announce .post_size_big {	height: 172px; }
	.sc_recent_news_style_news-announce .post_size_medium {	height: 86px;  }
	.sc_recent_news_style_news-announce .post_size_small {	height: 86px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full {	height: 512px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big {	height: 256px;  }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small {	height: 128px;  }
	.sc_recent_news_style_news-announce .post_size_medium .post_title,
	.sc_recent_news_style_news-announce .post_size_small .post_title {	font-size: 1.2em; }
}


/* With side menu
@media (min-width: 1280px) and (max-width: 1365px) {
*/
/* Without side menu */
@media (max-width: 1135px) {
	.search_wrap .search_submit:before {
		line-height: 2.8em;
	}
	.woocommerce.widget_shopping_cart .buttons a {
		display: inline-block;
		max-width: 70px;
		padding: 0.792em 1.7em;
	}
	.sc_promo_button .sc_button:after {
		border: 1px solid;
		vertical-align: top;
		line-height: 1.05em;
	}
	.sc_item_descr,
	.post_item_404 .page_description	{
		letter-spacing: 2px;
	}
	.search_style_button .search_submit {
		line-height: 0.9em !important;
		right: -110px;
	}
	.content .search_wrap .search_submit{
		height: 3.417em;
	}
	.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a {
		padding: 0.5em 1.3em;
	}
}


@media (min-width: 1024px) and (max-width: 1135px) {
	body.home-4 .team .row > [class*="column-"], .columns_wrap > [class*="column-"] {
	    padding-right: 25px !important;
	}
	body.home-4 img.logo_main {
	    position: relative;
	    left: 6%;
	}
	body.home-4 .same_categories {
	    padding-top: 36px;
	    padding-bottom: 10px;
	}
	body.home-4 .scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
	    left: 9%;
	}
	body.home-4 .icon-iconmonstr-shopping-cart-4-icon::before {
	    content: '\e8ee';
	    left: -2px;
	}
	/* Body sizes */
	.body_style_boxed .page_wrap {		width:100%; }
	.slider_boxed, .content_wrap, .content_container {	width:964px; }

	/* Content and Sidebar */


	/* WooCommerce: Content and Sidebar */
	.woocommerce.sidebar_show .content { width: 684px; }

	/* Posts layouts */
	.sc_scroll_horizontal .sc_blogger .isotope_item,
	.sc_scroll_horizontal .sc_blogger [class*=column-],
	.sc_blogger .sc_scroll_horizontal .isotope_item,
	.sc_blogger .sc_scroll_horizontal [class*=column-] {
		width: 331px;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_column_2,
	.sc_scroll_horizontal .sc_blogger .column-1_2,
	.sc_blogger .sc_scroll_horizontal .isotope_column_2,
	.sc_blogger .sc_scroll_horizontal .column-1_2 {
		width: 497px;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_column_4,
	.sc_scroll_horizontal .sc_blogger .column-1_4,
	.sc_blogger .sc_scroll_horizontal .isotope_column_4,
	.sc_blogger .sc_scroll_horizontal .column-1_4 {
		width: 248px;
	}
	.sc_recent_news_style_news-announce .post_size_full {	height: 372px; }
	.sc_recent_news_style_news-announce .post_size_big {	height: 186px; }
	.sc_recent_news_style_news-announce .post_size_medium {	height: 93px;  }
	.sc_recent_news_style_news-announce .post_size_small {	height: 93px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full {	height: 540px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big {	height: 270px;  }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small {	height: 135px;  }
	.sc_recent_news_style_news-announce .post_size_medium .post_title,
	.sc_recent_news_style_news-announce .post_size_small .post_title {	font-size: 1.2em; }
}


/* With side menu
@media (min-width: 960px) and (max-width: 1279px) {
*/
/* Without side menu */
@media (min-width: 960px) and (max-width: 1023px) {
		.breadcrumbs_present_inner {
    margin-top: 90px;
}
	.sc_socials a:before, .sc_socials a:after {
		font-size: 30px;
		line-height: 30px;
	}
	.sc_socials a:hover:before {
		left: -11px;
	}
	.sc_socials a:hover:after {
		right: -11px;
	}
	.icon-iconmonstr-shopping-cart-4-icon::before {
	    content: '\e8ee';
	    position: relative;
	}
	.scheme_original a {
	    color: rgb(128, 128, 128);
	}
	li.empty {
	    padding: 0px !important;
	    color: #fff !important;
	}
	.popup_wrap .popup_form_field.iconed_field::before {
	    top: 18px !important;
	    right: 8px !important;
	}
	.header_mobile .contact_field .contact_icon, .header_mobile .top_panel_top_open_hours::before {
	    margin-right: 0;
	}
	span.contact_phone {
	    position: relative;
	    left: 12px;
	}
	span.contact_email {
	    position: relative;
	    left: 18px;
	}
	span.top_open_hours{
	    position: relative;
	    left: 18px;
	}
	.top_panel_top_open_hours.icon-clock {
	    padding-left: 17px;
	}
	.top_panel_top_open_hours.icon-clock::before {
	    left: -7%;
	    position: relative;
	}
	.scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
	    left: 70%;
	}
}





@media (min-width: 960px) and (max-width: 1023px) {
		.breadcrumbs_present_inner {
    margin-top: 90px;
}
	.header_mobile .menu_button {
	    left: 21px;
	}
	body.home-2 p.first_text_block {
	    padding-top: 332px;
	}
	body.home-2 a.first_btn {
	    margin-bottom: 275px;
	}
	body.home-2 .woocommerce-Price-currencySymbol {
	    left: 3px;
	    position: relative;
	}
	/* Body sizes */
	.body_style_boxed .page_wrap {		width:100%; }
	.slider_boxed, .content_wrap, .content_container {	width:900px; }

	/* Content and Sidebar */


	/* WooCommerce: Content and Sidebar */
	.woocommerce.sidebar_show .content { width: 620px; }

	/* Posts layouts */
	.sc_scroll_horizontal .sc_blogger .isotope_item,
	.sc_scroll_horizontal .sc_blogger [class*=column-],
	.sc_blogger .sc_scroll_horizontal .isotope_item,
	.sc_blogger .sc_scroll_horizontal [class*=column-] {
		width: 310px;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_column_2,
	.sc_scroll_horizontal .sc_blogger .column-1_2,
	.sc_blogger .sc_scroll_horizontal .isotope_column_2,
	.sc_blogger .sc_scroll_horizontal .column-1_2 {
		width: 465px;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_column_4,
	.sc_scroll_horizontal .sc_blogger .column-1_4,
	.sc_blogger .sc_scroll_horizontal .isotope_column_4,
	.sc_blogger .sc_scroll_horizontal .column-1_4 {
		width: 232px;
	}
	.sc_recent_news_style_news-announce .post_size_full {	height: 336px; }
	.sc_recent_news_style_news-announce .post_size_big {	height: 168px; }
	.sc_recent_news_style_news-announce .post_size_medium {	height: 84px;  }
	.sc_recent_news_style_news-announce .post_size_small {	height: 84px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full {	height: 504px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big {	height: 252px;  }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small {	height: 126px;  }
	.sc_recent_news_style_news-announce .post_size_medium .post_title,
	.sc_recent_news_style_news-announce .post_size_small .post_title {	font-size: 1.2em; }
}


/*
Apple iPhone 4 & 4S
Apple iPod Touch (4th generation)
*/
/* With side menu
@media (min-width: 960px) and (max-width: 1509px) {
*/
/* Without side menu */
@media (min-width: 960px) and (max-width: 1262px) {

	.sidebar { 				 width: 270px; }
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 300px; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: -270px; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  300px; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:-270px; }

	/* WooCommerce: Content and Sidebar */
	.woocommerce .sidebar { 			 width: 250px; }

	/* WooCommerce: Fullwide or Fullscreen with sidebar */
	.woocommerce.body_style_fullwide.sidebar_right .content, .woocommerce.body_style_fullscreen.sidebar_right .content { padding-right: 280px; }
	.woocommerce.body_style_fullwide.sidebar_right .sidebar, .woocommerce.body_style_fullscreen.sidebar_right .sidebar { margin-left: -250px; }
	.woocommerce.body_style_fullwide.sidebar_left  .content, .woocommerce.body_style_fullscreen.sidebar_left  .content { padding-left:  280px; }
	.woocommerce.body_style_fullwide.sidebar_left  .sidebar, .woocommerce.body_style_fullscreen.sidebar_left  .sidebar { margin-right:-250px; }


	/* Top Panel */

	
	/* Posts layouts */
	.post_item_colored .post_category {
		max-height:1.2em;
		overflow:hidden;
	}
	.post_item_colored .post_descr .post_price {
		margin-top: 1.2em;
	}
	
	/* Widgets */
	.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li + li {
		margin-left:0.4em;
	}
	.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
		padding: 2px 0.25em;
	}
	.widget_area .widget_calendar td .day_wrap {
		padding:6px 3px;
	}

	
	/* Woocommerce */
	.woocommerce .widget_price_filter .price_label {
		font-size: 1em;
	}
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		font-size: 1em;
	}
	.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
		margin-top:-0.15em;
	}

	/* Shortcodes */
	.sc_googlemap {
		max-height:350px;
	}
	.sc_googlemap_content {
		position:static;
		width: auto;
	}
}



/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (max-width: 959px) {	
			.breadcrumbs_present_inner {
    margin-top: 90px;
}
	/* news */
	.sc_recent_news_header_split .sc_recent_news_header_categories > * {
		margin: 0 1px;
	}

	/* Woo */
	.woocommerce.widget_shopping_cart .buttons a {
		display: inline-block;
		max-width: 70px;
		padding: 0.792em 1.7em;
	}
	.footer_wrap_inner.widget_area_inner ul.product_list_widget li {
		overflow: hidden;
	}
	.footer_wrap_inner.widget_area_inner ul.product_list_widget li a {
		white-space: nowrap;
	}
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
		float: left;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
		clear: none;
	}
	.woocommerce ul.products li.product .post_featured .sc_button {
		padding: 0.75em 1.5em;
	}
	.woocommerce .widget_area_inner .star-rating {
		width: 6.4em;
	}
	
	/* Hovers */
	.sc_socials a:before, .sc_socials a:after {
		font-size: 29px;
		line-height: 29px;
	}
	.sc_socials a:hover:after {
		right: -11px;
		opacity: 1;
	}
	.sc_socials a:hover:before {
		left: -11px;
		opacity: 1;
	}
	.sc_skills_read_more:before, .sc_skills_read_more:after {
		font-size: 29px;
		line-height: 29px;
	}
	.sc_skills_read_more:after{
		right: -11px;
		opacity: 1;
	}
	.sc_skills_read_more:before  {
		left: -11px;
		opacity: 1;
	}
	li.empty a{
		color: rgb(128, 128, 128);
    	padding: 0px !important;
	}
	li.empty{
    	padding: 0px !important;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	body.home-3 .header_mobile .menu_button {
	    position: absolute;
	    left: 21px;
	    top: 49.5%;
	    margin-top: -13px;
	}
	body.home-3 .scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
	    color: #fff;
	    position: absolute;
	    z-index: 2;
	    left: -6px !important;
	}
	body.home-3 .icon-iconmonstr-shopping-cart-4-icon::before {
	    left: -31px !important;
	    top: -1px !important;
	}
	body.home-3 .logo img {
	    position: relative;
	    left: 0%;
	}
	body.home-3 #rev_slider_3_1_wrapper {
	    margin-top: -1px !important;
	}
	body.home-4 #slide-11-layer-5{
		display: none;
	}
	body.home-4 #slide-14-layer-5{
		display: none;
	}	
	body.home-4 #slide-12-layer-5{
		display: none !important;
	}
	body.home-4 .menu_button.icon-menu {
	    left: 21px;
	}
	body.home-4 img.logo_main {
	    position: relative;
	    left: 0;
	    width: 50%
	}
	body.home-4 .same_categories {
	    padding-top: 36px;
	    padding-bottom: 10px;
	}
	body.home .header_mobile .menu_button {
	    position: absolute;
	    left: 21px;
	    top: 50%;
	    margin-top: -13px;
	}
	body.home .to_order {
	    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-3.jpg);
	    background-size: cover;
	    padding: 0;
	    background-repeat: no-repeat;
	    height: 400px;
	}
	body.home .scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
	    color: #fff;
	    position: absolute;
	    z-index: 2;
	    left: 80%;
	}
	span.contact_address_1 {
	    position: relative;
	    left: -8px;
	}
	span.contact_address_2 {
	    position: relative;
	    left: -3px;
	}
	span.contact_phone {
	    position: relative;
	    left: -5px;
	}
	.icon-iconmonstr-shopping-cart-4-icon::before {
	    content: '\e8ee';
	    left: 0 !important;
	    position: relative;
	}
	li.empty a{
		color: rgb(128, 128, 128);
    	padding: 0px !important;
	}
	/* portfolio */
	.isotope_item_portfolio_3 .post_item .post_descr > p:not(.post_info) {
		display: none;
	}

	/* events */
	.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
		float: left;
		width: 40%;
	}
	.single-tribe_events .tribe-events-venue-map {
		width: 50%;
		margin: 0 4% 2% 0;
		display: inline-block;
		float: right;
	}
	
	/*news*/
	.sc_recent_news_with_accented .post_accented_off .post_featured {
		width: 50%;
	}
	.sc_recent_news_with_accented .post_accented_off .post_header {
		width: 50%;
	}
	
	/* woo */
	body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title {
		padding: 0.889em 1.46em;
	}
	body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:nth-child(n + 5) {
		display: none;
	}

	/* Body sizes */
	.body_style_boxed .page_wrap {		width:100%; }
	.slider_boxed, .content_wrap, .content_container {	width:708px; }

	/* Content and Sidebar */
	.sidebar_show .content { width: 100%; float: none; }
	.sidebar_show .sidebar { width: 100%; float: none; margin-top: 2em; }
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 0 !important; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: 0 !important; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  0 !important; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:0 !important; }

	/* WooCommerce: Content and Sidebar */
	.woocommerce.sidebar_show .content { width: 100%; float: none; }
	.woocommerce .sidebar { 			 width: 100%; float: none; margin-top: 2em; }
	
	.footer_wrap.widget_area aside  {
		display: inline-block;
		vertical-align:top;
	    width: 33%;
		margin-left:0;
	}
	.content + .sidebar.widget_area aside  {
		display: inline-block;
		vertical-align:top;
	    width: calc(50% - 5px);
		margin-left:0;
	}
	.sidebar aside+aside {
		padding-top:0;
		border-top:none;
		margin-top:0;
	}
	.sidebar aside:nth-child(3n+1) {
		margin-left:0;
	}
	.sidebar aside:nth-child(3n+4),
	.sidebar aside:nth-child(3n+5),
	.sidebar aside:nth-child(3n+6) {
		padding-top:2em;
		border-top:1px solid #f4f7f9;
		margin-top:2em;
	}

	.gallery.gallery-columns-9 .gallery-item {	width: 20% !important; }
	.gallery.gallery-columns-8 .gallery-item {	width: 20% !important; }
	.gallery.gallery-columns-7 .gallery-item {	width: 20% !important; }
	.gallery.gallery-columns-6 .gallery-item {	width: 20% !important; }
	
	/* Top Panel */
	.top_panel_top_user_area {
		float:none;
		clear:both;
		width:100%;
	}
	.top_panel_top_socials {
		float:left;
		margin-left:0;
		margin-right:4.5em;
	}
	.top_panel_style_1 .contact_field {
		text-align:center;
		margin-top:1.5em;
		margin-bottom:1.5em;
	}
	.top_panel_style_1 .contact_field .contact_icon {
		float: none;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:0.3em;
	}
	
	/* Login and Register */
	.popup_wrap {
		left: 50%;
		-webkit-transform:translateX(-50%);
		   -moz-transform:translateX(-50%);
			-ms-transform:translateX(-50%);
				transform:translateX(-50%);
	}
	
	/* Posts layouts */
	.post_item_colored .post_category {
		max-height:1.2em;
		overflow:hidden;
	}
	.post_item_colored .post_descr .post_price {
		margin-top: 1.2em;
	}
	.post_item_colored .post_info_wrap .post_button + .post_button {
		margin-left:0.4em;
	}

	.sc_scroll_horizontal .sc_blogger .isotope_item,
	.sc_scroll_horizontal .sc_blogger [class*=column-],
	.sc_blogger .sc_scroll_horizontal .isotope_item,
	.sc_blogger .sc_scroll_horizontal [class*=column-] {
		width: 246px;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_column_2,
	.sc_scroll_horizontal .sc_blogger .column-1_2,
	.sc_blogger .sc_scroll_horizontal .isotope_column_2,
	.sc_blogger .sc_scroll_horizontal .column-1_2 {
		width: 369px;
	}
	
	/* Widgets */
	.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li + li {
		margin-left:0.4em;
	}
	.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
		padding: 2px 0.5em;
	}
	.sc_recent_news_style_news-announce .post_item {		float:none; }
	.sc_recent_news_style_news-announce .post_size_full {	width: 100%; height: 198px; }
	.sc_recent_news_style_news-announce .post_size_big {	width: 100%; height: 198px; }
	.sc_recent_news_style_news-announce .post_size_medium {	width: 100%; height: 198px;  }
	.sc_recent_news_style_news-announce .post_size_small {	width: 100%; height: 198px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full {	width: 100%; height: 198px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big {	width: 100%; height: 198px;  }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small {	width: 100%; height: 198px;  }
	.sc_recent_news_style_news-announce .post_size_full .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_big .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_medium .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_small .post_featured { max-height: 100%; }

	/* Shortcodes */	
	.sc_promo_block {
		min-width: 50%;
	}
	.sc_promo_block_inner {
		padding: 3.5em;
	}
	.sc_googlemap {
		max-height:350px;
	}
	.sc_googlemap_content {
		position:static;
		width: auto;
	}

	/* Woocommerce */
	.woocommerce .widget_price_filter .price_label {
		font-size: 1em;
	}
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		font-size: 1em;
	}
	.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
		margin-top:-0.15em;
	}
	.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
		width: 60px;
	}
	.woocommerce table.cart td, .woocommerce #content table.cart td, .woocommerce-page table.cart td, .woocommerce-page #content table.cart td {
		padding: 8px;
	}
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		float:left;
	}
	.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
		width: auto;
	}
	.woocommerce #content table.cart td.actions > .button, .woocommerce table.cart td.actions > .button, .woocommerce-page #content table.cart td.actions > .button, .woocommerce-page table.cart td.actions > .button {
		float: right;
	}
	.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_5, .woocommerce-page .related.products ul.products li.product.column-1_5,
	.woocommerce .upcells.products ul.products li.product.column-1_5, .woocommerce-page .upcells.products ul.products li.product.column-1_5,
	.woocommerce ul.products li.product.column-1_5, .woocommerce-page ul.products li.product.column-1_5 {
		width: 33.3333%;
	}
	.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_6, .woocommerce-page .related.products ul.products li.product.column-1_6,
	.woocommerce .upcells.products ul.products li.product.column-1_6, .woocommerce-page .upcells.products ul.products li.product.column-1_6,
	.woocommerce ul.products li.product.column-1_6, .woocommerce-page ul.products li.product.column-1_6 {
		width: 33.3333%;
	}

	/* BuddyPress */
	#buddypress #item-nav {
		float:none;
		margin-bottom:2em;
		width:auto;
		display:inline-block;
	}
	#buddypress #item-nav ul {
		overflow:hidden;
	}
	#buddypress #item-nav ul li {
		float:left;
	}

    /* HTML5 Player */
    #myplayer .ttw-music-player .album-cover {
        width: 100%;
        float: none;
		overflow:hidden;
    }
    #myplayer .ttw-music-player .album-cover .img {
		position: static;
		max-height:none;
		margin-top:0;
	}
    #myplayer .ttw-music-player .album-cover img {
		max-width:none;
	}
    #myplayer .ttw-music-player .tracklist {
        position: relative;
        margin-left: 0;
        padding: 0;
        top: 0;
    }
	
	/* Scroll to Top */
	.scroll_to_top {
		right: 1em;
	}
	.scroll_to_top.show {
		bottom: 1em;
	}
	
	.widget_area_inner .widget_search .search_field {
		line-height: 1.7em;
	}
	.content .search_wrap .search_submit {
		height: 3.35em;
	}
	.woocommerce .shop_mode_list ul.products li.product .description, .woocommerce-page .shop_mode_list ul.products li.product .description {
		max-height: 6.2em;
	}
	.woocommerce .shop_mode_list ul.products li.product .star-rating {
		margin-top: -1em;
	}

}


@media (min-width: 640px) and (max-width: 767px) {
	.woocommerce .content > .list_products{margin-top: 3.4em;}

	body.home-3 #slide-9-layer-6{
		display: none;
	}
	body.home-3 #slide-8-layer-6{
		display: none;
	}
	body.home-4 #slide-12-layer-6{
		display: none;
	}
	body.home-4 #slide-14-layer-6{
		display: none;
	}
	body.home-4 #slide-11-layer-6{
		display: none;
	}
	.scheme_original .sc_recent_news_style_news-magazine .column-1_2:first-child {
    	border-right: 0px;
	}
	body.home #slide-1-layer-3{
		display: none;
	}
	body.home #slide-3-layer-3{
		display: none;
	}
	body.home .category-home-gallery{
		width: 80%;
	}
	body.home #slide-4-layer-3{
		display: none;
	}
	body.home .row:not(.columns_fluid) > [class*="column-"], .columns_wrap:not(.columns_fluid) > [class*="column-"] {
	    width: 100%;
	    padding: 0px;
	    margin-top: 30px;
	}
	body.home .sc_recent_news_header_categories {
	    display: none;
	}
	body.home .to_order {
	    background-image: none !important;
	    background-color: #000;
	}
	body.home-3 #slide-8-layer-3{
		display: none;
	}
	body.home-3 #slide-9-layer-3{
		display: none;
	}
	body.home-4 #slide-12-layer-5{
		display: none;
	}
	body.home-4 #slide-11-layer-3{
		display: none;
	}
	body.home-4 #slide-11-layer-5{
		display: none;
	}
	body.home-4 #slide-14-layer-5{
		display: none;
	}
	.row:not(.columns_fluid) > [class*="column-"], .columns_wrap:not(.columns_fluid) > [class*="column-"] {
	    width: 100%;
	}
	/* Body sizes */
	.slider_boxed, .content_wrap, .content_container {	width:600px; }
	
	/* Login and Register */
	.popup_wrap {
		left: 50%;
		-webkit-transform:translateX(-50%);
		   -moz-transform:translateX(-50%);
			-ms-transform:translateX(-50%);
				transform:translateX(-50%);
	}

	/* Posts layouts */
	.isotope_wrap {
		margin-right:-20px;
	}
	.isotope_wrap .isotope_item {
		padding-right:20px;
		padding-bottom:20px;
		min-width:50%;
	}

	.sc_scroll_horizontal .sc_blogger .isotope_item,
	.sc_scroll_horizontal .sc_blogger [class*=column-],
	.sc_blogger .sc_scroll_horizontal .isotope_item,
	.sc_blogger .sc_scroll_horizontal [class*=column-] {
		width: 206px;
		min-width:0;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_column_2,
	.sc_scroll_horizontal .sc_blogger .column-1_2,
	.sc_blogger .sc_scroll_horizontal .isotope_column_2,
	.sc_blogger .sc_scroll_horizontal .column-1_2 {
		width: 310px;
	}
	.sc_recent_news_style_news-announce .post_item {		float:none; }
	.sc_recent_news_style_news-announce .post_size_full {	width: 100%; height: 168px; }
	.sc_recent_news_style_news-announce .post_size_big {	width: 100%; height: 168px; }
	.sc_recent_news_style_news-announce .post_size_medium {	width: 100%; height: 168px;  }
	.sc_recent_news_style_news-announce .post_size_small {	width: 100%; height: 168px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full {	width: 100%; height: 168px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big {	width: 100%; height: 168px;  }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small {	width: 100%; height: 168px;  }
	.sc_recent_news_style_news-announce .post_size_full .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_big .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_medium .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_small .post_featured { max-height: 100%; }
}


@media (min-width: 480px) and (max-width: 767px) {
	.woocommerce .content > .list_products{margin-top: 3.4em;}
	body.home .to_order {
	    background-image: none !important;
	    background-color: #000;
	}
	body.home-3 #slide-6-layer-3{
		display: none !important;
	}
	body.home-3 .column-1_4, .column-2_8, .column-3_12 {
	    width: 100% !important;
	    margin-bottom: 20px;
	}
	body.home .sc_skills_counter {
	    text-align: center;
	    max-width: 100%;
	    margin-bottom: 20px !important;
	}
	body.home #slide-1-layer-5{
		display: none;
	}
	body.home #slide-3-layer-5{
		display: none;
	}
	body.home #slide-4-layer-5{
		display: none;
	}
	body.home .header_slider .column-1_4 {
	    width: 100% !important;
	}
	body.masonry_2_col .isotope_item2 {
	    left: 308px !important;
	    top: 0px;
	}
	body.masonry_2_col .isotope_wrap {
	    position: relative;
	    height: 2660.38px !important;
	}
	body.masonry_2_col .isotope_item3 {
	    left: 0px;
	    top: 375px !important;
	}
	body.masonry_2_col .isotope_item4 {
	    left: 308px !important;
	    top: 452px !important;
	}
	body.masonry_2_col .isotope_item5 {
	    left: 0px;
	    top: 794px !important;
	}
	body.masonry_2_col .isotope_item6 {
	    left: 308px !important;
	    top: 875px !important;
	}
	body.masonry_2_col .isotope_item7 {
	    left: 0 !important;
	    top: 1307px !important;
	}
	body.masonry_2_col .isotope_item8 {
	    left: 308px !important;
	    top: 1246px !important;
	}
	body.masonry_2_col .isotope_item9 {
	    left: 0px;
	    top: 1789px !important;
	}
	body.masonry_2_col .isotope_item10 {
	    left: 308px !important;
	    top: 1655px !important;
	}
	body.masonry_2_col .isotope_item11 {
	    left: 0px;
	    top: 2201px !important;
	}
	body.masonry_2_col .isotope_item12 {
	    left: 308px !important;
	    top: 2063px !important;
	    top: 2385px;
	}
	body.home-3 #rev_slider_3_1_wrapper {
	    margin-top: -1px !important;
	}
	body.about_us .team h2{padding-top: 85px}
	body.contact h2.contact_today{padding-top: 85px}
	/* portfolio */
	.isotope_item_portfolio_3 .post_item .post_descr > p:not(.post_info) {
		display: none;
	}
	span.contact_address_1 {
	    position: relative;
	    left: -10px;
	}
	span.contact_address_2 {
	    position: relative;
	    left: -4px;
	}
	span.contact_phone {
	    position: relative;
	    left: -5px;
	}
	span.contact_email {
	    position: relative;
	    left: 1px;
	}
	.icon-iconmonstr-shopping-cart-4-icon::before {
	    content: '\e8ee';
	    left: -4%;
	    position: relative !important;
	}
	/* Body sizes */
	.body_style_boxed .page_wrap {		width:100%; }

	/* Content and Sidebar */
	.sidebar_show .content { width: 100%; float: none; }
	.sidebar_show .sidebar { width: 100%; float: none; margin-top: 2em; }
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 0 !important; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: 0 !important; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  0 !important; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right: 0 !important; }

	/* WooCommerce: Content and Sidebar */
	.woocommerce.sidebar_show .content { width: 100%; float: none; }
	.woocommerce .sidebar { 			 width: 100%; float: none; margin-top: 2em; }
	
	.article_style_boxed .sidebar,
	.body_filled .sidebar[class*="scheme_"] {
		margin-top:20px;
	}
	
	.content + .sidebar.widget_area aside {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: calc(49% - 4em);
		padding: 2.3em 2em !important;
		margin-left: 0;
	}
	.widget_area aside[class*="column-"] {
		margin-left:0;
	}
	.widget_area aside+aside {
		padding-top:0;
		border-top:none;
		margin-top:0;
	}
	.widget_area aside:nth-child(2n+1) {
		margin-left:0;
	}
	.widget_area aside:nth-child(2n+3),
	.widget_area aside:nth-child(2n+4) {
		padding-top:1em;
		border-top:1px solid #f4f7f9;
		margin-top:1em;
	}

	/* Grid */
	.container, .container-fluid {
		padding-left:  10px;
		padding-right: 10px;
	}
	.row, .columns_wrap {
		margin-right: -20px;
	}
	.row > [class*="column-"], .columns_wrap > [class*="column-"] {
		padding-right: 20px;
	}
	.row.column_padding_left, .columns_wrap.column_padding_left {
		margin-left: -20px;
	}
	.row.column_padding_left > [class*="column-"], .columns_wrap.column_padding_left > [class*="column-"],
	.row > [class*="column-"].column_padding_left, .columns_wrap > [class*="column-"].column_padding_left {
		padding-left: 20px;
	}
	.row.column_padding_right, .columns_wrap.column_padding_right {
		margin-right: -20px;
	}
	.row.column_padding_right > [class*="column-"], .columns_wrap.column_padding_right > [class*="column-"],
	.row > [class*="column-"].column_padding_right, .columns_wrap > [class*="column-"].column_padding_right {
		padding-right:20px;
	}
	.row.column_padding_center, .columns_wrap.column_padding_center {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row.column_padding_center > [class*="column-"], .columns_wrap.column_padding_center > [class*="column-"],
	.row > [class*="column-"].column_padding_center, .columns_wrap > [class*="column-"].column_padding_center {
		padding-left:20px;
	}
	.row > [class*="column-"].column_padding_bottom, .columns_wrap > [class*="column-"].column_padding_bottom {
		padding-bottom: 20px;
	}

	/* Columns relayout (max 2 columns in the row) */
	.row:not(.columns_fluid) > [class*="column-"], .columns_wrap:not(.columns_fluid) > [class*="column-"] {
		width:100%;
	}	
	.row:not(.columns_fluid) > [class*="column-"]:nth-child(2n+3), .columns_wrap:not(.columns_fluid) > [class*="column-"]:nth-child(2n+3),
	.row:not(.columns_fluid) > [class*="column-"]:nth-child(2n+4), .columns_wrap:not(.columns_fluid) > [class*="column-"]:nth-child(2n+4) {
		padding-top: 0px;
	}
	
	.comments_field { padding-top: 0 !important;}


	.gallery.gallery-columns-9 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-8 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-7 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-6 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-5 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-4 .gallery-item {	width: 33.3333% !important; }
	

	/* Top Panel */
	.top_panel_top_user_area {
		float:none;
		clear:both;
		width:100%;
	}
	.top_panel_top_socials {
		float:left;
		margin-left:0;
		margin-right:4.5em;
	}
	.top_panel_top_contact_area,
	.top_panel_top_search,
	.top_panel_top_user_area .menu_user_nav {
		margin-top:0.5em;
	}
	.top_panel_top_search {
		padding-top: 0.1em;
		margin-right:1em;
	}
	.top_panel_top_search .search_field {
		max-width:4em;
	}
	.top_panel_style_3 .top_panel_top_socials {
		margin-right:2em;
	}

	.top_panel_style_1 .top_panel_top_socials,
	.top_panel_style_1 .top_panel_top_open_hours,
	.top_panel_style_2 .top_panel_top_socials,
	.top_panel_style_2 .top_panel_top_open_hours,
	.top_panel_style_3 .top_panel_top_socials {
		margin-top: 0.5em;
	}
	.top_panel_style_1 .menu_user_nav > li > a,
	.top_panel_style_2 .menu_user_nav > li > a,
	.top_panel_style_3 .menu_user_nav > li > a {
		padding-top: 0;
		padding-bottom:0;
	}

	.top_panel_style_3 .search_results {
		top: 3em;
	}
	
	.top_panel_middle .logo {
		font-size:0.875em;
	}
	.top_panel_middle .logo img {
		max-height:40px;
	}
	
	.top_panel_style_1 .contact_logo {
		width:100%;
	}
	.top_panel_style_1 .logo {
		text-align:center;
	}
	.top_panel_style_1 .contact_field {
		text-align:center;
		margin-top:1em;
		margin-bottom:2em;
		padding-top:0 !important;
		width:33.3333% !important;
	}
	.top_panel_style_2 .contact_field {
		margin:1em 0;
	}
/*	.top_panel_style_2 .contact_field,
	.top_panel_style_2 .contact_phone > span+span {
		text-align:center;
	}*/
	.top_panel_style_1 .contact_field .contact_icon,
	.top_panel_style_2 .contact_field .contact_icon {
		float: none;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:0.3em;
	}

	.top_panel_title .page_title,
	.top_panel_title .post_navi,
 	.top_panel_title .breadcrumbs {
		max-width: 100% !important;
		float:none;
		text-align:center;
	}
	.top_panel_title.title_present .breadcrumbs {
		padding: 0 0 1.5em 0 !important;
	}

	/* Posts layouts */
	.post_featured_left > .post_featured,
	.post_featured_right > .post_featured {
		float: none;
		margin-left: 0;
		margin-bottom: 2em;
		width: 100%;
	}

	.isotope_wrap .isotope_item_colored .post_item .hover_icon,
	.isotope_wrap .isotope_item_grid .post_item .hover_icon,
	.isotope_wrap .isotope_item_square .post_item .hover_icon,
	.isotope_wrap .isotope_item_portfolio .post_item .hover_icon {
		display:none;
	}
	.ih-item.square.effect1.bottom_to_top .info .post_title {
		margin-top:35% !important;
	}
	
	.post_item_colored .post_category {
		max-height:1.2em;
		overflow:hidden;
	}
	.post_item_colored .post_descr .post_price {
		margin-top: 1.2em;
	}
	.post_item_colored .post_info_wrap .post_button + .post_button {
		margin-left:0.4em;
	}
	.post_item_colored .post_featured .post_title, .post_item_colored .post_featured .post_descr {
		padding:4px 8px;
	}

	.ih-item.square.effect_dir .info .post_title {
		margin-top:4% !important;
	}

	.isotope_wrap .isotope_item_colored_1 .post_featured {
		float:none;
		width:100%;
	}
	.isotope_wrap .isotope_item_colored_1 .post_description {
		padding-left: 2em;
		padding-bottom: 2em;
	}
	

	.comments_list_wrap ul ul ul {
		/* padding-left:0; */
		margin-left:0;
	}
	
	/* Reviews block */
	.reviews_block {
		width:100%; 
	}
	.content .reviews_block {
		float:none;
		margin-left:0;
	}

	/* Widgets */
	td, th {
		padding:2px;
	}
	.widget_area .post_item .post_title {
		margin-top:0;
	}
	.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li + li {
		margin-left:0.4em;
	}
	.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
		padding: 2px 0.5em;
	}

	.sc_recent_news_header_split .sc_recent_news_header_captions,
	.sc_recent_news_header_split .sc_recent_news_header_categories {
		width:100%;
		padding-right:0;
		text-align:left;
	}
	.sc_recent_news_header_split .sc_recent_news_header_categories {
		margin-top:1em;
	}
	.sc_recent_news_header_split .sc_recent_news_header_categories > * {
		margin: 0 1em 0 0;
	}
	.sc_recent_news_style_news-announce .post_item {		float:none; }
	.sc_recent_news_style_news-announce .post_size_full {	width: 100%; height: 112px; }
	.sc_recent_news_style_news-announce .post_size_big {	width: 100%; height: 112px; }
	.sc_recent_news_style_news-announce .post_size_medium {	width: 100%; height: 112px;  }
	.sc_recent_news_style_news-announce .post_size_small {	width: 100%; height: 112px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full {	width: 100%; height: 112px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big {	width: 100%; height: 112px;  }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small {	width: 100%; height: 112px;  }
	.sc_recent_news_style_news-announce .post_size_full .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_big .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_medium .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_small .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-excerpt .post_featured {
		float:none;
		padding-right:0;
		margin-bottom:1.5em;
		width: 100%;
	}
	.sc_recent_news_style_news-excerpt .post_body {
		float:none;
		width:100%;
	}
	
	body.home-4 .same_categories{padding-top: 130px}
	/* Woocommerce */
	.woocommerce-shipping-fields {
		margin-top: 2em;
	}
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin-right:-20px;
	}
	.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product,
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		padding: 0 20px 20px 0;
	}
	.woocommerce .widget_price_filter .price_label {
		font-size: 1em;
	}
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		font-size: 1em;
	}
	.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
		margin-top:-0.15em;
	}
	.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
		width: 50px;
	}
	.woocommerce table.cart td, .woocommerce #content table.cart td, .woocommerce-page table.cart td, .woocommerce-page #content table.cart td {
		padding: 6px;
	}
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		float:left;
	}
	.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
		width: auto;
	}
	.woocommerce #content table.cart td.actions > .button, .woocommerce table.cart td.actions > .button, .woocommerce-page #content table.cart td.actions > .button, .woocommerce-page table.cart td.actions > .button {
		float: right;
	}
	
	.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_2, .woocommerce-page .related.products ul.products li.product.column-1_2,
	.woocommerce .upcells.products ul.products li.product.column-1_2, .woocommerce-page .upcells.products ul.products li.product.column-1_2,
	.woocommerce ul.products li.product.column-1_2, .woocommerce-page ul.products li.product.column-1_2,
	.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_3, .woocommerce-page .related.products ul.products li.product.column-1_3,
	.woocommerce .upcells.products ul.products li.product.column-1_3, .woocommerce-page .upcells.products ul.products li.product.column-1_3,
	.woocommerce ul.products li.product.column-1_3, .woocommerce-page ul.products li.product.column-1_3,
	.woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_4, .woocommerce-page .related.products ul.products li.product.column-1_4,
	.woocommerce .upcells.products ul.products li.product.column-1_4, .woocommerce-page .upcells.products ul.products li.product.column-1_4,
	.woocommerce ul.products li.product.column-1_4, .woocommerce-page ul.products li.product.column-1_4,
	.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_5, .woocommerce-page .related.products ul.products li.product.column-1_5,
	.woocommerce .upcells.products ul.products li.product.column-1_5, .woocommerce-page .upcells.products ul.products li.product.column-1_5,
	.woocommerce ul.products li.product.column-1_5, .woocommerce-page ul.products li.product.column-1_5,
	.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_6, .woocommerce-page .related.products ul.products li.product.column-1_6,
	.woocommerce .upcells.products ul.products li.product.column-1_6, .woocommerce-page .upcells.products ul.products li.product.column-1_6,
	.woocommerce ul.products li.product.column-1_6, .woocommerce-page ul.products li.product.column-1_6 {
		width: 50%;
	}

	.woocommerce .list_products.shop_mode_list ul.products li.product,
	.woocommerce-page .list_products.shop_mode_list ul.products li.product {
		width:100%;
	}
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
		clear: none;
	}
	.woocommerce ul.products li:nth-child(2n+3), .woocommerce-page ul.products li:nth-child(2n+3) {
		clear: both;
	}


	/* BuddyPress */
	#buddypress #item-nav {
		float:none;
		margin-bottom:2em;
		width:auto;
		display:inline-block;
	}
	#buddypress #item-nav ul {
		overflow:hidden;
	}
	#buddypress #item-nav ul li {
		float:left;
	}


    /* HTML5 Player */
    #myplayer .ttw-music-player .album-cover {
        width: 100%;
        float: none;
		overflow:hidden;
    }
    #myplayer .ttw-music-player .album-cover .img {
		position: static;
		max-height:none;
		margin-top:0;
	}
    #myplayer .ttw-music-player .album-cover img {
		max-width:none;
	}
    #myplayer .ttw-music-player .tracklist {
        position: relative;
        margin-left: 0;
        padding: 0;
        top: 0;
    }
	

	
	/* Shortcodes */
	.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
		border-width: 1px;
	}
	.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after,
	.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a:after {
		height:2px;
	}
	input.sc_button_size_large[type="submit"], input.sc_button_size_large[type="button"], button.sc_button_size_large, .sc_button.sc_button_size_large {
		padding: 1em 1.25em;
	}
	input.sc_button_size_medium[type="submit"], input.sc_button_size_medium[type="button"], button.sc_button_size_medium, .sc_button.sc_button_size_medium {
		padding: 0.8em 1em;
	}
	input[type="submit"]:before, input[type="button"]:before, button:before, .sc_button:before {
		margin-right:4px;
	}
	
	.sc_price_block .sc_price_block_description {
    	height: 5.5em;
	}

	.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item {
		min-width: 33.3333%;
		margin-bottom: 1em;
	}

	.sc_googlemap {
		max-height:250px;
	}
	.sc_googlemap_content {
		position:static;
		width: auto;
	}
	
/*
	.sc_slider, .sc_slider .swiper_slide {
		max-height:210px;
	}
*/

	.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a,
	.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a .sc_socials_hover {
		width:2.5em;
		height:2.5em;
		line-height:2.5em;
	}
	.sc_socials.sc_socials_size_small .social_icons span {
		font-size:1.2em;
	}

	.sc_tabs .sc_tabs_titles li a {
		padding: 0.6em 1.3em;
	}
	.sc_twitter_item {
		padding:0 3em;
	}
	.sc_twitter .sc_slider_controls_wrap a {
		font-size: 1.5em;
	}

	.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2 {
		width: 50%;
		max-width: 50%;
	}
	.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2 .sc_services_item {
		margin-right: 0%;
	}
	.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2:nth-child(2n) .sc_services_item {
		margin-left: 0%;
		margin-right: 0;
	}
	.sc_services_style_services-5 .sc_service_container .sc_services_image,
	.sc_services_style_services-5 .sc_service_container.sc_align_left .sc_services_image,
	.sc_services_style_services-5 .sc_service_container.sc_align_right .sc_services_image	{
		position: relative;
		width: 100%;
		left: 0%;
		top: 0%;
		transform: translateY(0%) translateX(0%);
		margin-bottom: 2.2857em;
	}
	.sc_services_style_services-5 .sc_service_container .sc_icon, 
	.sc_services_style_services-5.sc_services_type_images .sc_service_container .sc_services_item_featured,
	.sc_services_style_services-5 .sc_service_container.sc_align_right .columns_wrap > .column-1_2:nth-child(2n) .sc_icon,
	.sc_services_style_services-5.sc_services_type_images .sc_service_container.sc_align_right .columns_wrap > .column-1_2:nth-child(2n) .sc_services_item_featured	{
		float: left;
		margin-right: 2.2857em;
		margin-left: 0;
	}
	.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2 .sc_services_item_content,
	.sc_services_style_services-5 .sc_service_container.sc_align_right .columns_wrap > .column-1_2 .sc_services_item_content	{
		text-align: left;
	}
	
	.sc_services_style_services-5 .sc_service_container.sc_align_left .columns_wrap,
	.sc_services_style_services-5 .sc_service_container.sc_align_right .columns_wrap 	{
		margin-left: 0;
		margin-right: 0;
	}
	.sc_services_style_services-5 .sc_services_button {
		margin-top: 2.2857em;
	}

	.sc_promo_block {
		min-width: 50%;
	}
	.sc_promo_block_inner {
		padding: 3em;
	}

	/* Scroll to Top */
	.scroll_to_top {
		right: 1em;
	}
	.scroll_to_top.show {
		bottom: 1em;
	}
	
	/* Kingler Theme Profiler */
	.kingler_theme_profiler {
		display:none;
	}
}


@media (min-width: 480px) and (max-width: 639px) {
	.scheme_original .sc_recent_news_style_news-magazine .column-1_2:first-child {
	    border-color: #343539;
	    border-right: 0px;
	}
	body:not(.woocommerce) .widget_area:not(.footer_wrap) aside.widget_product_categories,
	.widget_area aside.widget_recent_news,
	.widget_area aside.widget_recent_news .column-1_2	{
		width: 100%;
	}	
	/* woo */
	body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:nth-child(n + 5) {
		display: none;
	}
	/* Body sizes */
	.slider_boxed, .content_wrap, .content_container {	width:440px; }
	/* Login and Register */
	.popup_wrap {
		left: 50%;
		-webkit-transform:translateX(-70%);
		   -moz-transform:translateX(-70%);
			-ms-transform:translateX(-70%);
				transform:translateX(-70%);
	}
	.popup_registration {
		-webkit-transform:translateX(-55%);
		   -moz-transform:translateX(-55%);
			-ms-transform:translateX(-55%);
				transform:translateX(-55%);
	}

	/* Posts layouts */
	.isotope_wrap {
		margin-right:-20px;
	}
	.isotope_wrap .isotope_item {
		padding-right:20px;
		padding-bottom:20px;
		min-width:50%;
	}

	.sc_scroll_horizontal .sc_blogger .isotope_item,
	.sc_scroll_horizontal .sc_blogger [class*=column-],
	.sc_blogger .sc_scroll_horizontal .isotope_item,
	.sc_blogger .sc_scroll_horizontal [class*=column-] {
		width: 230px;
		min-width:0;
	}
	.isotope_wrap .isotope_item_colored_1 .post_featured {
		float:none;
		width:100%;
	}
	.isotope_wrap .isotope_item_colored_1 .post_description {
		padding-left: 2em;
		padding-bottom: 2em;
	}
	.sc_recent_news_style_news-announce .post_item {		float:none; }
	.sc_recent_news_style_news-announce .post_size_full {	width: 100%; height: 124px; }
	.sc_recent_news_style_news-announce .post_size_big {	width: 100%; height: 124px; }
	.sc_recent_news_style_news-announce .post_size_medium {	width: 100%; height: 124px;  }
	.sc_recent_news_style_news-announce .post_size_small {	width: 100%; height: 124px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full {	width: 100%; height: 124px; }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big {	width: 100%; height: 124px;  }
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,
	body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small {	width: 100%; height: 124px;  }
	.sc_recent_news_style_news-announce .post_size_full .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_big .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_medium .post_featured { max-height: 100%; }
	.sc_recent_news_style_news-announce .post_size_small .post_featured { max-height: 100%; }
	
	/* Woo */
	body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited ul {
		right: -225px;
		width: 215px;
	}
}



/*
Portrait orientation
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/


/*
Very common low res
*/
@media (max-width: 479px) {

	body.page_home3 .scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
	    left: -11px !important;
	}
	body.home .to_order {
	    height: 410px !important;
	    background-image: none !important;
	    background-color: #000;
	}
	body.home-3 .icon-iconmonstr-shopping-cart-4-icon::before {
	    left: -31px;
	    z-index: 1;
	    top: -2%;
	}
	body.home-3 .column-1_4, .column-2_8, .column-3_12 {
	    width: 100% !important;
	}
	body.page_home3 .scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
	    left: -8px !important;
	}
	body.home-2 .scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
	    color: #fff;
	    position: absolute;
	    z-index: 2;
	    left: 23px !important;
	}
	body.home-3 #rev_slider_3_1_wrapper {
	    margin-top: 0px !important;
	}
	body.home-3 .header_mobile .menu_button {
	    left: auto;
	    right: 61px;
	    top: 49% !important;
	}
	body.home-3 .logo img {
	    position: relative;
	    left: 0%;
	}
	body.home-3 #slide-6-layer-5, #slide-6-layer-3, #slide-6-layer-4{
		display: none;
	}
	body.home-4 #slide-12-layer-5, #slide-12-layer-6, #slide-11-layer-6, #slide-11-layer-3, #slide-11-layer-5, #slide-14-layer-6, #slide-14-layer-5 {
		display: none;
	}
	body.home-4 img.logo_main {
	    position: relative;
	    left: 0%;
	    width: 50%;
		height: 50%;
	}
	.scheme_original .sc_recent_news_style_news-magazine .column-1_2:first-child {
	    border-color: #343539;
	    border-right: 0px;
	}
	body.home .to_order {
	    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-3.jpg);
	    background-size: cover;
	    padding: 0;
	    background-repeat: no-repeat;
	    height: 498px;
	    background-blend-mode: multiply;
	}
	body.home .header_mobile .menu_button {
	    left: auto;
	    right: 10px;
	}
	body.home-2 p.white2 {
	    color: #fff;
	    text-transform: uppercase;
	    padding-left: 0;
	    line-height: 18px !important;
	    width: 100%;
	    letter-spacing: 2px;
	    margin-bottom: 0px;
	    font-size: 12px;
	}
	body.home-2 p.sign_up {
	    color: #fea526;
	    text-transform: uppercase;
	    font-size: 10.288px;
	    padding-top: 8px;
	    padding-left: 28px;
	    margin-bottom: 0px;
	    letter-spacing: 1px;
	}
	body.home-2 .book {
	    background-image: url(/bitrix/templates/timeberry_new/css/../images/Layer-152.jpg);
	    background-repeat: no-repeat;
	    background-position: bottom;
	    background-color: #120e0e99;
	    background-blend-mode: multiply;
	}
	body.home-2 .header_mobile .menu_button {
	    left: auto;
	    right: 61px;
	}
	body.home-2 .icon-iconmonstr-shopping-cart-4-icon::before {
	    content: '\e8ee';
	    left: 0px;
	}
	body.home-2 .new_gun_section {
	    background-image: url(/bitrix/templates/timeberry_new/css/../images/bg-4.jpg);
	    background-position: center;
	    background-position: bottom;
	    background-color: #120e0e99;
	    background-blend-mode: multiply;
	}
	body.home-2 a.first_btn {
	    margin-bottom: 134px;
	}
	body.home-2 p.first_text_block {
	    padding-top: 134px;
	}
	body.home-2 p.sign_up {
	    padding-left: 0;
	}
	body.home-2 h2.book_now {
	    padding-left: 0;
	}
	body.home-2 a.learn_more2 {
	    margin-bottom: 75px;
	    margin-left: 0%;
	}
	body.home-2 .sign_section {
	    padding-left: 0%;
	    margin: 0px;
	}
	span.contact_address_1 {
	    position: relative;
	    left: -10px;
	}
	span.contact_address_2 {
	    position: relative;
	    left: -4px;
	}
	span.contact_phone {
	    position: relative;
	    left: -5px;
	}
	span.contact_email {
	    position: relative;
	    left: 1px;
	}
	body.home .header_slider .column-1_4 {
	    width: 100% !important;
	}
	.icon-iconmonstr-shopping-cart-4-icon::before {
	    content: '\e8ee';
	    left: 0;
	    position: relative;
	}
	/* Body sizes */
	.body_style_boxed .page_wrap {		width:100%; }
	.slider_boxed, .content_wrap, .content_container {	width:280px; }
	/* Content and Sidebar */
	.sidebar_show .content { width: 100%; float: none; }
	.sidebar_show .sidebar { width: 100%; float: none; margin-top: 2em; }
		/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 0 !important; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: 0 !important; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  0 !important; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right: 0 !important; }
	/* WooCommerce: Content and Sidebar */
	.woocommerce.sidebar_show .content { width: 100%; float: none; }
	.woocommerce .sidebar { 			 width: 100%; float: none; }
	
	.article_style_boxed .sidebar,
	.body_filled .sidebar[class*="scheme_"] {
		margin-top:10px;
	}	
	.content + .sidebar.widget_area aside  {
		display: block;
		float:none;
		width: 100%;
		margin-left:0 !important;
	}
	.widget_area aside+aside {
		padding-top:1em;
		border-top:1px solid #f4f7f9;
		margin-top:1em;
	}
	/* Grid */
	.container, .container-fluid {
		padding-left:  5px;
		padding-right: 5px;
	}
	.row, .columns_wrap {
		margin-right: -10px;
	}
	.row > [class*="column-"], .columns_wrap > [class*="column-"] {
		padding-right: 10px;
	}
	.row.column_padding_left, .columns_wrap.column_padding_left {
		margin-left: -10px;
	}
	.row.column_padding_left > [class*="column-"], .columns_wrap.column_padding_left > [class*="column-"],
	.row > [class*="column-"].column_padding_left, .columns_wrap > [class*="column-"].column_padding_left {
		padding-left: 10px;
	}
	.row.column_padding_right, .columns_wrap.column_padding_right {
		margin-right: -10px;
	}
	.row.column_padding_right > [class*="column-"], .columns_wrap.column_padding_right > [class*="column-"],
	.row > [class*="column-"].column_padding_right, .columns_wrap > [class*="column-"].column_padding_right {
		padding-right:10px;
	}
	.row.column_padding_center, .columns_wrap.column_padding_center {
		margin-left: -5px;
		margin-right: -5px;
	}
	.row.column_padding_center > [class*="column-"], .columns_wrap.column_padding_center > [class*="column-"],
	.row > [class*="column-"].column_padding_center, .columns_wrap > [class*="column-"].column_padding_center {
		padding-left:10px;
	}
	.row > [class*="column-"].column_padding_bottom, .columns_wrap > [class*="column-"].column_padding_bottom {
		padding-bottom: 10px;
	}
	/* Columns relayout (no columns) */
	.row:not(.columns_fluid) > [class*="column-"], .columns_wrap:not(.columns_fluid) > [class*="column-"] {
		width:100%;
	}
	.row.columns_fluid > [class*="column-"], .columns_wrap.columns_fluid > [class*="column-"] {
		width:50%;
	}
	.row.columns_fluid > .column-1_1, .row.columns_fluid > .column-2_2, .row.columns_fluid > .column-3_3, .row.columns_fluid > .column-4_4, .row.columns_fluid > .column-5_5,
	.row.columns_fluid > .column-6_6, .row.columns_fluid > .column-7_7, .row.columns_fluid > .column-8_8, .row.columns_fluid > .column-9_9, .row.columns_fluid > .column-10_10,
	.row.columns_fluid > .column-11_11, .row.columns_fluid > .column-12_12,
	.columns_wrap.columns_fluid > .column-1_1, .columns_wrap.columns_fluid > .column-2_2, .columns_wrap.columns_fluid > .column-3_3,
	.columns_wrap.columns_fluid > .column-4_4, .columns_wrap.columns_fluid > .column-5_5, .columns_wrap.columns_fluid > .column-6_6,
	.columns_wrap.columns_fluid > .column-7_7, .columns_wrap.columns_fluid > .column-8_8, .columns_wrap.columns_fluid > .column-9_9,
	.columns_wrap.columns_fluid > .column-10_10, .columns_wrap.columns_fluid > .column-11_11, .columns_wrap.columns_fluid > .column-12_12,
	.row.columns_fluid > .column-1_3:nth-child(3n), .columns_wrap.columns_fluid > .column-1_3:nth-child(3n),
	.row.columns_fluid > .column-2_3, .columns_wrap.columns_fluid > .column-2_3,
	.row.columns_fluid > .column-1_3.after_span_2, .columns_wrap.columns_fluid > .column-1_3.after_span_2,
	.row.columns_fluid > .column-2_4, .columns_wrap.columns_fluid > .column-3_4,
	.row.columns_fluid > .column-1_4.after_span_2, .columns_wrap.columns_fluid > .column-1_4.after_span_3,
	.row.columns_fluid > .column-1_5:nth-child(5n), .columns_wrap.columns_fluid > .column-1_5:nth-child(5n),
	.row.columns_fluid > .column-2_5, .columns_wrap.columns_fluid > .column-2_5,
	.row.columns_fluid > .column-3_5, .columns_wrap.columns_fluid > .column-3_5,
	.row.columns_fluid > .column-4_5, .columns_wrap.columns_fluid > .column-4_5,
	.row.columns_fluid > .column-2_6, .columns_wrap.columns_fluid > .column-2_6,
	.row.columns_fluid > .column-3_6, .columns_wrap.columns_fluid > .column-3_6,
	.row.columns_fluid > .column-4_6, .columns_wrap.columns_fluid > .column-4_6,
	.row.columns_fluid > .column-5_6, .columns_wrap.columns_fluid > .column-5_6	{
		width:100%;
	}
	.row:not(.columns_fluid) > [class*="column-"]+[class*="column-"], .columns_wrap:not(.columns_fluid) > [class*="column-"]+[class*="column-"],
	.row.columns_fluid > [class*="column-"]:nth-child(2n+3), .columns_wrap.columns_fluid > [class*="column-"]:nth-child(2n+3),
	.row.columns_fluid > [class*="column-"]:nth-child(2n+4), .columns_wrap.columns_fluid > [class*="column-"]:nth-child(2n+4) {
		padding-top: 10px;
	}
	.gallery.gallery-columns-9 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-8 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-7 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-6 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-5 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-4 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-3 .gallery-item {	width: 50% !important; }
	/* Top Panel */
	.top_panel_top_contact_area,
	.top_panel_top_open_hours,
	.top_panel_top_user_area,
	.top_panel_top_socials {
		float:none;
		clear:both;
		width:100%;
		text-align:center;
		margin:0.5em 0 0 0;
	}
	.top_panel_top_user_area .menu_user_nav {
		display:inline-block;
		float: none;
		margin-top:-0.5em;
	}
	.top_panel_top .search_field {
		max-width:3em;
	}
	.top_panel_top_socials {
		line-height:1em;
	}
	.top_panel_top_socials .sc_socials_item {
		margin-right:1.4em !important;
	}
	.top_panel_top_user_area .menu_user_nav li {
		text-align:left;
	}
	.top_panel_top_user_area .menu_user_nav > li > a {
		padding:0.5em 0;
	}	
	.top_panel_middle .logo {
		font-size:0.875em;
	}
	.top_panel_middle .logo img {
		max-height:40px;
	}	
	.top_panel_style_1 .contact_logo {
		width:100%;
	}
	.top_panel_style_1 .logo {
		text-align:center;
	}
	.top_panel_style_1 .contact_field {
		text-align:center;
		margin-top:1em;
		margin-bottom:2em;
		padding-top:0 !important;
		width:33.3333% !important;
	}
	.top_panel_style_1 .contact_field .contact_icon {
		float: none;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:0.3em;
	}
	.top_panel_style_2 .contact_logo,
	.top_panel_style_2 .contact_field {
		width:100% !important;
	}
	.top_panel_style_2 .contact_logo {
		margin:0;
		padding:0 !important;
	}
	.top_panel_style_2 .contact_logo .logo {
		margin:0;
	}
	.top_panel_style_2 .logo {
		text-align:center;
	}
	.top_panel_style_2 .contact_field {
		text-align:center;
		margin:1.5em 0;
		padding:0 !important;
	}
	.top_panel_style_2 .contact_phone > span+span {
		text-align:center;
	}
	.top_panel_style_2 .contact_field .contact_icon {
		float: none;
		margin-right:auto;
		margin-left:auto;
	}
	.top_panel_title .page_title,
	.top_panel_title .post_navi,
 	.top_panel_title .breadcrumbs {
		max-width: 100% !important;
		float:none;
		text-align:center;
	}
	.top_panel_title.title_present .breadcrumbs {
		padding: 0 0 1.5em 0 !important;
	}
	.menu_user_nav > li {
		float: none;
		display:inline-block;
	}
	.top_panel_style_3 .top_panel_top_search,
	.top_panel_style_3 .menu_user_nav {
		margin-top: 0;
		line-height:1.2857em;
	}
	.top_panel_style_3 .top_panel_top_search {
		padding-top: 0;
	}
	.top_panel_style_3 .search_submit,
	.top_panel_style_3 .search_field {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.top_panel_style_3 .search_results {
		right: auto;
		left:0;
		top: 3em;
	}
	.top_panel_style_3 .search_results:after {
		right: auto;
		left:4em;
	}
	.top_panel_style_5 .top_panel_middle .sidebar_cart,
	.top_panel_style_6 .top_panel_middle .sidebar_cart {
		right:-100px;
	}
	.top_panel_style_5 .top_panel_middle .sidebar_cart:after,
	.top_panel_style_6 .top_panel_middle .sidebar_cart:after {
		right:46%;
		left:auto;
	}
	.top_panel_style_8 .contact_logo {
		display:block;
		position:static;
		left: auto;
		top:auto;
		-webkit-transform:none;
		   -moz-transform:none;
				transform:none;
		padding: 2em 0 0 0;
		text-align:center;
	}
	/* Login and Register */
	.popup_wrap {
		width: 300px;
		left: 50%;
		-webkit-transform:translateX(-55%);
		   -moz-transform:translateX(-55%);
			-ms-transform:translateX(-55%);
				transform:translateX(-55%);
	}
	.popup_wrap .popup_form_field .forgot_password {
		float: none;
		display:block;
		margin-bottom:0.5em;
	}
	.popup_wrap .login_socials_title {
		font-size:1.25em;
	}
	.popup_wrap input[type="text"], .popup_wrap input[type="email"], .popup_wrap input[type="password"] {
		font-size:1em;
	}
	/* Posts layouts */
	.post_featured_left > .post_featured,
	.post_featured_right > .post_featured {
		float: none;
		margin-left: 0;
		margin-bottom: 2em;
		width: 100%;
	}
	.isotope_wrap {
		margin-right:-10px;
	}
	.isotope_wrap .isotope_item {
		padding-right:10px;
		padding-bottom:10px;
		width:100% !important;
	}
	.sc_scroll_horizontal .sc_blogger .isotope_item,
	.sc_scroll_horizontal .sc_blogger [class*=column-],
	.sc_blogger .sc_scroll_horizontal .isotope_item,
	.sc_blogger .sc_scroll_horizontal [class*=column-] {
		width: 290px !important;
	}
	.isotope_wrap .isotope_item_colored_1 .post_featured {
		float:none;
		width:100%;
	}
	.isotope_wrap .isotope_item_colored_1 .post_description {
		padding-left: 2em;
		padding-bottom: 2em;
	}	
	/* Reviews block */
	.reviews_block {
		width:100%; 
	}
	.content .reviews_block {
		float:none;
		margin-left:0;
	}	
	/* Comments */
	.comments_list_wrap ul ul {
		/* padding-left:0; */
		margin-left:0;
	}
	.comments_list_wrap ul.children {
		padding-left: 0;
	}	
	/* Widgets */
	td, th {
		padding:2px;
	}
	.widget_area .post_item .post_title {
		margin-top:0;
	}
	.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li + li {
		margin-left:0.4em;
	}
	.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
		padding: 2px 0.5em;
	}
	/* Woocommerce */
	.woocommerce-shipping-fields {
		margin-top: 2em;
	}
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin-right:-20px;
	}
	.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product,
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		padding: 0 20px 20px 0;
	}
	.woocommerce .widget_price_filter .price_label {
		font-size: 1em;
	}
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		font-size: 1em;
	}
	.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
		margin-top:-0.15em;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding:0;
	}
	.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
		width: 40px;
	}
	.woocommerce table.cart td, .woocommerce #content table.cart td, .woocommerce-page table.cart td, .woocommerce-page #content table.cart td {
		padding: 4px;
	}
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		float:left;
	}
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		float:left;
	}
	.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
		width: auto;
	}
	.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
		float:left;
	}
	.woocommerce #content table.cart td.actions > .button, .woocommerce table.cart td.actions > .button, .woocommerce-page #content table.cart td.actions > .button, .woocommerce-page table.cart td.actions > .button {
		float: right;
	}
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
		width: 100%;
		float:none;
	}	
	.woocommerce[class*="column-"] ul.products li.product, .woocommerce-page[class*="column-"] ul.products li.product,
	.woocommerce ul.products li.product[class*="column-"], .woocommerce-page ul.products li.product[class*="column-"],
	.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product,
	.woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product,
	.woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
		width: 100%;
		float:none;
	}	
	.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_2, .woocommerce-page .related.products ul.products li.product.column-1_2,
	.woocommerce .upcells.products ul.products li.product.column-1_2, .woocommerce-page .upcells.products ul.products li.product.column-1_2,
	.woocommerce ul.products li.product.column-1_2, .woocommerce-page ul.products li.product.column-1_2,
	.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_3, .woocommerce-page .related.products ul.products li.product.column-1_3,
	.woocommerce .upcells.products ul.products li.product.column-1_3, .woocommerce-page .upcells.products ul.products li.product.column-1_3,
	.woocommerce ul.products li.product.column-1_3, .woocommerce-page ul.products li.product.column-1_3,
	.woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_4, .woocommerce-page .related.products ul.products li.product.column-1_4,
	.woocommerce .upcells.products ul.products li.product.column-1_4, .woocommerce-page .upcells.products ul.products li.product.column-1_4,
	.woocommerce ul.products li.product.column-1_4, .woocommerce-page ul.products li.product.column-1_4,
	.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_5, .woocommerce-page .related.products ul.products li.product.column-1_5,
	.woocommerce .upcells.products ul.products li.product.column-1_5, .woocommerce-page .upcells.products ul.products li.product.column-1_5,
	.woocommerce ul.products li.product.column-1_5, .woocommerce-page ul.products li.product.column-1_5,
	.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product,
	.woocommerce .related.products ul.products li.product.column-1_6, .woocommerce-page .related.products ul.products li.product.column-1_6,
	.woocommerce .upcells.products ul.products li.product.column-1_6, .woocommerce-page .upcells.products ul.products li.product.column-1_6,
	.woocommerce ul.products li.product.column-1_6, .woocommerce-page ul.products li.product.column-1_6 {
		width: 100%;
		float:none;
	}
	/* BuddyPress */
	#buddypress #item-nav {
		float:none;
		margin-bottom:2em;
		width:auto;
		display:inline-block;
	}
	#buddypress #item-nav ul {
		overflow:hidden;
	}
	#buddypress #item-nav ul li {
		float:left;
	}
    /* HTML5 Player */
    #myplayer .ttw-music-player .album-cover {
        width: 100%;
        float: none;
		overflow:hidden;
    }
	#myplayer .ttw-music-player .album-cover,
	#myplayer .ttw-music-player .album-cover .highlight {
		height: 100px;
	}
    #myplayer .ttw-music-player .album-cover .img {
		position: static;
		max-height:none;
		margin-top:0;
	}
    #myplayer .ttw-music-player .album-cover img {
		max-width:none;
	}
    #myplayer .ttw-music-player .tracklist {
        position: relative;
        margin-left: 0;
        padding: 0;
        top: 0;
    }	
	/* Shortcodes */
	.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
		border-width: 1px;
	}
	input.sc_button_size_large[type="submit"], input.sc_button_size_large[type="button"], button.sc_button_size_large, .sc_button.sc_button_size_large {
		padding: 1em 1.25em;
	}
	input.sc_button_size_medium[type="submit"], input.sc_button_size_medium[type="button"], button.sc_button_size_medium, .sc_button.sc_button_size_medium {
		padding: 0.8em 1em;
	}
	input[type="submit"]:before, input[type="button"]:before, button:before, .sc_button:before {
		margin-right:4px;
	}
	.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item {
		min-width: 50%;
		margin-bottom: 1em;
	}
	.sc_form .sc_form_field {
		float: none;
		width: 100%;
		padding-left:0 !important;
	}
	.sc_googlemap {
		max-height:200px;
	}
	.sc_googlemap_content {
		position:static;
		width: auto;
	}

	.sc_price_block .sc_price_block_description {
    	height: 5.5em;
	}
/*
	.sc_slider, .sc_slider .swiper_slide {
		max-height:130px;
	}
*/
	.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a,
	.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a .sc_socials_hover {
		width:2.5em;
		height:2.5em;
		line-height:2.5em;
	}
	.sc_socials.sc_socials_size_small .social_icons span {
		font-size:1.2em;
	}
	.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:before, .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:after {
		font-size: 24px;
		line-height: 24px;
	}
	.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:before, .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li:not(.ui-state-active) a:hover:before {
		left: -9px;
		opacity: 1;
	}
	.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after, .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li:not(.ui-state-active) a:hover:after {
		right: -9px;
		opacity: 1;
	}
	.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after,
	.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a:after {
		height:2px;
	}
	.sc_twitter_item {
		padding:0 3em;
	}
	.sc_twitter .sc_slider_controls_wrap a {
		font-size: 1.5em;
	}
	.sc_video_player.sc_video_bordered .sc_video_frame {
		max-width:198px;
	}	
	.sc_services_style_services-5 .columns_wrap > .column-1_3 {
		width: 100%;
		max-width: 100%;
	}
	.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2 .sc_services_item {
		margin-right: 0%;
	}
	.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2:nth-child(2n) .sc_services_item {
		margin-left: 0%;
		margin-right: 0;
	}
	.sc_services_style_services-5 .sc_service_container .sc_services_image,
	.sc_services_style_services-5 .sc_service_container.sc_align_left .sc_services_image,
	.sc_services_style_services-5 .sc_service_container.sc_align_right .sc_services_image	{
		position: relative;
		width: 100%;
		left: 0%;
		top: 0%;
		transform: translateY(0%) translateX(0%);
		margin-bottom:2.2857em;
	}
	.sc_services_style_services-5 .sc_service_container .sc_icon, 
	.sc_services_style_services-5.sc_services_type_images .sc_service_container .sc_services_item_featured,
	.sc_services_style_services-5 .sc_service_container.sc_align_right .columns_wrap > .column-1_2:nth-child(2n) .sc_icon,
	.sc_services_style_services-5.sc_services_type_images .sc_service_container.sc_align_right .columns_wrap > .column-1_2:nth-child(2n) .sc_services_item_featured	{
		float: left;
		margin-right: 2.2857em;
		margin-left: 0;
	}
	.sc_services_style_services-5 .sc_service_container .columns_wrap > .column-1_2 .sc_services_item_content,
	.sc_services_style_services-5 .sc_service_container.sc_align_right .columns_wrap > .column-1_2 .sc_services_item_content	{
		text-align: left;
	}
	
	.sc_services_style_services-5 .sc_service_container.sc_align_left .columns_wrap,
	.sc_services_style_services-5 .sc_service_container.sc_align_right .columns_wrap 	{
		margin-left: 0;
		margin-right: 0;
	}
	.sc_services_style_services-5 .sc_services_button {
		margin-top: 2.2857em;
	}	
	.sc_promo_block {
		min-width: 100%;
		margin: 0 !important;
		float:none;
	}
	.sc_promo_block_inner {
		padding: 2em;
	}
	.sc_promo_image {
		position: relative;
		height: 200px;
		min-width: 100%;
	}
	.sc_promo_block.sc_align_left *,
	.sc_promo_block.sc_align_left *:after {
		text-align: center !important;
	}
	.sc_promo_block.sc_align_right *,
	.sc_promo_block.sc_align_right *:after {
		text-align: center !important;
		margin-right: auto;
	}

	/* Scroll to Top */
	.scroll_to_top {
		right: 1em;
	}
	.scroll_to_top.show {
		bottom: 1em;
	}
	
	/* Kingler Theme Profiler */
	.kingler_theme_profiler {
		display:none;
	}
}






@media (max-width: 782px) {
	.admin-bar.top_panel_over .top_panel_wrap {	top:46px; }
	.admin-bar.top_panel_fixed .top_panel_wrap { top:46px; }
	.admin-bar #debug_log { top:46px; }
	.admin-bar .pushy .close-pushy::before { top: 3em;	}
	.admin-bar .pushy .pushy_inner {		padding-top: 4em; }
	.admin-bar .pushy .logo {				margin-bottom: 1em;	}

	.admin-bar .header_mobile .side_wrap {	top: 46px;	}
	.bar.menu_mobile_open{					height: calc(100% - 46px); }
}







@media(max-width: 768px){
	body.cart .button {
	    margin-top: 3px !important;
	}
	body.cart .button2 {
	    margin-top: 15px !important;
	}
	body.cart #coupon_code {
	    float: left;
	    width: 39%;
	}
	body.about_us p.sign_up {
	    padding-top: 55px;
	}
	body.about_us p.white {
	    width: 76%;
	}
	body.about_us .book_section {
	    left: 30px;
	    max-width: 100%;
	}
	body.about_us .course {
	    height: 325px;
	}
	body.about_us .team .column-1_4, .column-2_8, .column-3_12 {
	    width: 24% !important;
	}
	body.home-3 .cart_item {
	    margin-left: -37px;
	    right: 120px !important;
	}
	body.home-3 .eec_main {
	    top: 0% !important;
	}
	body.home-3 #slide-6-layer-5, #slide-8-layer-5, #slide-9-layer-5{
		display: none;
	}
	body.home-3 .eec {
	    top: 73% !important;
	}
	body.home-3 .eg-washington-element-1 {
	    font-size: 18px !important;
	    line-height: 34px !important;
	    color: #fea526 !important;
	    font-weight: 400 !important;
	    padding: 0px 5px 0px 5px !important;
	    border-radius: 0px 0px 0px 0px !important;
	}
	body.home .scheme_original .contact_cart .cart_item, .scheme_original .header_mobile .cart_item {
	    left: 24px!important ;
	}
	body.page_home3 .cart_item {
	    left: -8px !important;
	}
	body.home-2 p.sign_up {
	    padding-left: 0;
	}
	body.home-2 .sign_section {
	    padding-left: 44%;
	}
	body.home-2 h2.book_now {
	    padding-left: 0px;
	}
	body.home-2 p.white2 {
	    padding-left: 0;
	    width: 92%;
	}
	body.home-2 a.learn_more2 {
	    margin-bottom: 5px;
	    margin-left: 0%;
	}
	body.masonry_2_col .isotope_item2 {
	    position: absolute;
	    left: 375px;
	    top: 0px;
	    opacity: 1;
	}
	body.masonry_2_col .isotope_item4 {
	    position: absolute;
	    left: 375px;
	    top: 536px;
	    opacity: 1;
	}
	body.masonry_2_col .isotope_item6 {
	    position: absolute;
	    left: 375px;
	    top: 1039px;
	    opacity: 1;
	}
	body.masonry_2_col .isotope_item7 {
	    position: absolute;
	    left: 375px;
	    top: 1505px;
	    opacity: 1;
	}
	body.masonry_2_col .isotope_item10 {
	    position: absolute;
	    left: 375px;
	    top: 2109px;
	    opacity: 1;
	}
	body.masonry_2_col .isotope_item12 {
	    position: absolute;
	    left: 375px;
	    top: 2591px;
	    opacity: 1;
	}
	body.masonry_3_col .isotope_item3 {
	    position: absolute;
	    left: 0px;
	    top: 441px;
	    opacity: 1;
	}
	body.masonry_3_col .isotope_item4 {
	    position: absolute;
	    left: 399px;
	    top: 521px;
	    opacity: 1;
	}
	body.masonry_3_col .isotope_item5 {
	    position: absolute;
	    left: 0px;
	    top: 922px;
	    opacity: 1;
	}
	body.masonry_3_col .isotope_item6 {
	    position: absolute;
	    left: 399px;
	    top: 1020px;
	    opacity: 1;
	}
	body.masonry_3_col .isotope_item7 {
	    position: absolute;
	    left: 0px;
	    top: 1400px;
	    opacity: 1;
	}
	body.masonry_3_col .isotope_item8 {
	    position: absolute;
	    left: 399px;
	    top: 1461px;
	    opacity: 1;
	}
	body.masonry_3_col .isotope_item9 {
	    position: absolute;
	    left: 0px;
	    top: 1843px;
	    opacity: 1;
	}
	body.masonry_3_col .isotope_item10 {
	    position: absolute;
	    left: 400px;
	    top: 2005px;
	    opacity: 1;
	}
	body.masonry_3_col .isotope_item11 {
	    position: absolute;
	    left: 0px;
	    top: 2242px;
	    opacity: 1;
	}
	body.masonry_3_col .isotope_item12 {
	    position: absolute;
	    left: 400px;
	    top: 2513px;
	    opacity: 1;
	}
	body.masonry_3_col .isotope_wrap {
	    height: 2975.25px;
	}
	body.masonry_3_col .pagination_wrap {
	    left: 0%;
	}
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
		font-weight: 600;
		text-transform: uppercase;
		color: #000;
	}
	.tribe-bar-collapse #tribe-bar-collapse-toggle {
		width: 100%;
	}
	#tribe-events-content .tribe-events-calendar td {
		height: 60px;
	}
	#tribe-events-content .tribe-events-calendar .mobile-active:hover, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.mobile-active,
	#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
		background-color: #FEA526;
		color: #fff;
	}
	.tribe-events-calendar td div[id*=tribe-events-daynum-], .tribe-events-calendar td div[id*=tribe-events-daynum-] a{
		margin-top: 0;
		padding-top: 6px;
	}
	.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a,
	.scheme_dark .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a,
	.scheme_dark .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a,
	.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a{background-color: transparent;}
	.tribe-events-calendar .tribe-events-has-events:after {	margin: 15px auto;	}
	.tribe-events-calendar .mobile-active.tribe-events-has-events:after { background-color: #000; }
	.single-tribe_events .tribe-events-schedule { background: #fff; }
	




}
@media (max-width: 639px){
	body.home-3 #slide-8-layer-3{
		display: none;
	}
	body.home-3 #slide-9-layer-3{
		display: none;
	}
	.header_mobile .logo_main {
		height: auto;
		width: 50%
	}
	.popup_wrap{
		width: auto;
		min-width: 260px;
		max-width: 260px;
	}
	.popup_wrap .form_left, 
	.popup_wrap .form_right, 
	.popup_wrap.popup_registration .form_left, 
	.popup_wrap.popup_registration .form_right{
		float: none;
		padding: 0;
		border: none;
		width: 100%
	}
	.popup_wrap .form_right{
		margin-top: 20px;
	}
	.popup_wrap.popup_registration .form_right {
		margin-top: 0;
	}
	/* columns */
	.sc_columns_count_4 .column-3_4 {
		padding-top: 20px;
	}
	.responsive_columns.sc_columns_count_2 .sc_column_item ,
	.responsive_columns.sc_columns_count_3 .sc_column_item {
		width: 100%;
	}
	.responsive_columns.sc_columns_count_2 .sc_column_item + .sc_column_item ,
	.responsive_columns.sc_columns_count_3 .sc_column_item + .sc_column_item {
		padding-top: 20px;
	}
	.responsive_columns .sc_section.alignright{
		margin-left: 0;
	}	
	/* woo */
	body:not(.woocommerce) .woocommerce ul.products:not(.categories) li.product:not(.product-category) {
		padding-bottom: 0;
		margin-bottom: -1px;
	}
	.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a {
		padding: 0.6em 1.3em;
	}
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
		width: 100%;
	}
	/* VC */
	.vc_row.responsive_bg:before{
		content: '';
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.6);
	}
	/* recent news */
	.sc_recent_news_header_split .sc_recent_news_header_categories{
		display: none;
	}
	.sc_recent_news_header_split .sc_recent_news_header_captions {
		width: 100%;
	}
	.sc_recent_news_style_news-magazine .column-1_2:last-child {
		padding-left: 0;
		margin-top: 3em;
	}
	.sc_recent_news_with_accented .post_accented_off .post_header, .sc_recent_news_with_accented .post_accented_off .post_featured{
		width: 100%;
	}
	.sc_recent_news_with_accented .post_accented_off .post_featured{
		margin-bottom: 20px;
	    padding-right: 0;
	}	
	/* skills */
	.sc_skills_columns.sc_skills_columns_5 .sc_skills_column, 
	.sc_skills_columns.sc_skills_columns_5 .sc_skills_column:nth-child(2n+2), 
	.sc_skills_columns.sc_skills_columns_5 .sc_skills_column:nth-child(2n+3), 
	.sc_skills_columns.sc_skills_columns_5 .sc_skills_column:nth-child(2n+4) {
		width: 19%;
		padding-top: 0;
	}	
	/* blogger */
	.ih-item.square .info p {
		line-height: 1.6em;
	}	
	/* 404 */
	.search_style_button .search_submit {
		right: -105px;
	}
	.post_item_404 .page_search .search_wrap {
		max-width: 40%;
	}
	.top_panel_style_2 + .header_mobile .logo {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.top_panel_style_2 + .header_mobile .logo_main {
		height: 60px;
	}
}



@media (max-width: 599px) {
	.admin-bar.top_panel_over .top_panel_wrap {	top: 46px; }
	.admin-bar.top_panel_fixed .top_panel_wrap { top: 0; }
	.admin-bar #debug_log { top: 46px; }
}



@media (max-width: 480px){
	body.home #slide-4-layer-3{
		display: none;
	}
	body.home #slide-1-layer-3{
		display: none;
	}
	body.home #slide-3-layer-3{
		display: none;
	}
	body.home #slide-1-layer-5{
		display: none;
	}
	body.home #slide-3-layer-5{
		display: none;
	}
	body.home #slide-4-layer-5{
		display: none;
	}
	body.single #comment {
	    width: 280px;
	}
	body.single #author {
	    width: 280px;
	}
	body.single #email {
	    width: 280px;
	}
	body.single #url {
	    width: 280px;
	}	
	body.shortcodes #sc_skills_diagram_166992299 {
	    margin-bottom: 0;
	}
	body.team_member .book_now {
	    background-position: center;
	}
	body.team_member .sign_up p {
	    padding-top: 25px;
	}
	body.team_member .same_btn2{
		margin-bottom:25px;
	}
	body.home-3 .eec {
	    top: 63% !important;
	}
	body.contact .sc_form .sc_form_button {
	    margin: 1em 0 0;
	}
	body.team_member #sc_skills_diagram_81504515 {
	    padding-left: 0px;
	    padding-top: 0;
	}
	body.cart #coupon_code {
		float: left !important;
	    width: 47%;
	}
	body.cart .button3{
		position: relative;
		right: 52%;
		margin-top: 65px !important;
	}
	body.cart .button2{
		position: relative;
		right: 55%;
		margin-bottom: 16px !important; 
		margin-top: 15px !important;
	}
	body.tribe .tribe-bar-submit {
	    width: 100% !important;
	    margin-left: 0px;
	}
	body.tribe .tribe-bar-date-filter {
	    width: 50% !important;
	}
	body.tribe .tribe-bar-search-filter {
	    width: 50% !important;
	}
	
	body.about_us .team .column-1_4, .column-2_8, .column-3_12 {
	    width: 100% !important;
	}
	body.home-3 #slide-9-layer-6{
		display: none;
	}
	body.home-3 #slide-9-layer-3{
		display: none;
	}
	body.home-3 #slide-8-layer-6{
		display: none;
	}
	body.home-3 #slide-8-layer-3{
		display: none;
	}
	body.home-2 .sign_section {
	    padding-left: 8%;
	}
	body.masonry_2_col .isotope_wrap {
	    position: relative;
	    height: 5043.38px;
	}
	body.masonry_2_col .isotope_item2 {
	    left: 0px;
	    top: 386px;
	}
	body.masonry_2_col .isotope_item3 {
	    left: 0px;
	    top: 825px;
	}
	body.masonry_2_col .isotope_item4 {
	    left: 0px;
	    top: 1218px;
	}
	body.masonry_2_col .isotope_item5 {
	    left: 0px;
	    top: 1621px;
	}
	body.masonry_2_col .isotope_item6 {
	    left: 0px;
	    top: 2130px;
	}
	body.masonry_2_col .isotope_item7 {
	    left: 0px;
	    top: 2518px;
	}
	body.masonry_2_col .isotope_item8 {
	    left: 0px;
	    top: 2998px;
	}
	body.masonry_2_col .isotope_item9 {
	    left: 0px;
	    top: 3393px;
	}
	body.masonry_2_col .isotope_item10 {
	    left: 0px;
	    top: 3789px;
	}
	body.masonry_2_col .isotope_item11 {
	    left: 0px;
	    top: 4205px;
	}
	body.masonry_2_col .isotope_item12 {
	    left: 0px;
	    top: 4619px;
	}

	body.single-post .comments_email {
	    width: 100% !important;
	}	
	body.masonry_3_col .isotope_wrap {
	    height: 5073.25px;
	}
	body.masonry_3_col .isotope_item2 {
	    left: 0;
	    top: 380px;
	}
	body.masonry_3_col .isotope_item3 {
	    left: 0px;
	    top: 810px;
	}
	body.masonry_3_col .isotope_item4 {
	    left: 0;
	    top: 1225px;
	}
	body.masonry_3_col .isotope_item5 {
	    left: 0px;
	    top: 1630px;
	}
	body.masonry_3_col .isotope_item6 {
	    left: 0px;
	    top: 2055px;
	}
	body.masonry_3_col .isotope_item7 {
	    left: 0px;
	    top: 2478px;
	}
	body.masonry_3_col .isotope_item8 {
	    left: 0;
	    top: 2884px;
	}
	body.masonry_3_col .isotope_item9 {
	    left: 0px;
	    top: 3399px;
	}
	body.masonry_3_col .isotope_item10 {
	    left: 0px;
	    top: 3780px;
	}
	body.masonry_3_col .isotope_item11 {
	    left: 0px;
	    top: 4273px;
	}
	body.masonry_3_col .isotope_item12 {
	    left: 0px;
	    top: 4681px;
	}
	.header_mobile .content_wrap {
		margin-left: 35px;
		text-align: left;
	}
	.header_mobile .logo {
		padding-top: 24px;
		padding-bottom: 5px;
	}	
	.header_mobile .menu_main_cart {
		right: 30px;
	}
	.header_mobile .menu_button {
		left: auto;
		right: 10px;
	}
	body.home-4 .header_mobile .menu_button {
	    left: auto;
	    right: 10px;
	}
	.header_mobile .side_wrap {
		left: -100%;
	}
	.header_mobile .mask{
		display: none !important;
	}
	.header_mobile .side_wrap {
		width: 100%;
		top: 60px;
	}
	.admin-bar .header_mobile .side_wrap {
		top: 129px;
	}
	/* woo */
	.product-categories .open_child_menu {
		right: 10px;
		top: 7px;
	}
	.woocommerce-page table.cart td.actions .input-text + .button{
		padding: 1.209em 1.58em;
	}
	.woocommerce table.cart td.actions > .button {
		padding: 1.209em 2.1em;
	    margin-bottom: 4px;  
	}
	/* VC */
	.vc_empty_space.responsive_margin {
		max-height: 10em;
	}
	/* header */
	.sc_title.responsive_header {
		font-size: 3.2em !important;
	}
	/* events */
	.sc_events_style_events-2 .sc_events_item_date {
		width: 3.5em;
	}
	.sc_events_style_events-2 .sc_events_item_title {
		padding: 0 1em 0 5em;
		font-size: 0.9em;
	}
	.single-tribe_events .tribe-events-event-image {
		float: right;
		margin: 0 0 2em 0;
		max-width: 100%;
	}
	/* images */
	.sc_image {
		min-width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/*audio */
	.sc_audio.sc_audio_image {
		padding: 103px 20px 35px;
	}
	.sc_audio .sc_audio_header {
		padding: 32px 20px;
	}
	/* 404 */
	.post_item_404 .page_title {
		font-size: 12em;
	}
	.post_item_404 .page_subtitle {
		font-size: 2em;
	}
	.post_item_404 .page_search .search_wrap {
		max-width: 100%;
	}
	.search_style_button.search_wrap {
		padding-right: 100px;
	}
	.search_style_button .search_submit {
		right: -100px;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left;
	}
	/* news */
	.sc_recent_news_style_news-magazine .column-1_2:first-child {
		padding-right: 10px;
	}
	/* googlemap */
	.sc_googlemap {
		margin: 0 15px;
		max-width: calc(100% - 30px);
	}
	.sc_skills.sc_skills_circle, .sc_skills.sc_skills_counter{margin: auto;}
	.sc_section.column-1_2 {	width: 100%;}
	
	.woocommerce .shop_mode_list ul.products li.product .post_featured, .woocommerce-page .shop_mode_list ul.products li.product .post_featured {
		float: none;
		width: 100%;
	}
	.woocommerce .shop_mode_list ul.products li.product .description, .woocommerce-page .shop_mode_list ul.products li.product .description {
		max-height: 6.3em;
	}
	.woocommerce .woocommerce-message {
		padding-bottom: 60px !important;
	}

	.woocommerce-message a.button {
		position: absolute;
		bottom: 15px;
		padding: 1em 2em;
	}
	.woocommerce .woocommerce-message a:hover {
		top: auto !important;
	}
	.tribe-events-calendar thead th {
		padding: 7px 0.5em;
	}
	#tribe-mobile-container .type-tribe_events .tribe-events-event-image {
		float: none;
		width: 100%;
	}
	.single-tribe_events .tribe-events-event-image {
		float: none;
		max-width: 100%;
	} 
	.sc_form .sc_form_address .sc_socials {
		margin-top: 0em;
		margin-bottom: 3em;
	}
	.header_mobile .content_wrap {
		margin-left: auto;
	}
	.sc_events_style_events-2 .sc_events_button {
		margin-top: 3em;
	}
}

/* End */


/* Start:/bitrix/templates/timeberry_new/js/mediaelement/mediaelementplayer.min.css?155505470420431*/
.mejs-offscreen{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:polygon(0px 0,0 0,0 0,0 0);position:absolute!important;height:1px;width:1px;overflow:hidden}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-fill-container,.mejs-fill-container .mejs-container{width:100%;height:100%}.mejs-fill-container{overflow:hidden}.mejs-container:focus{outline:0}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(/bitrix/templates/timeberry_new/js/mediaelement/bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(/bitrix/templates/timeberry_new/js/mediaelement/bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(/bitrix/templates/timeberry_new/js/mediaelement/background.png);background:rgba(0,0,0,.9);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(/bitrix/templates/timeberry_new/js/mediaelement/loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(/bitrix/templates/timeberry_new/js/mediaelement/background.png);background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(/bitrix/templates/timeberry_new/js/mediaelement/controls.svg) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(/bitrix/templates/timeberry_new/js/mediaelement/controls.png)}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-volume-button{}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(/bitrix/templates/timeberry_new/js/mediaelement/background.png);background:rgba(50,50,50,.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(/bitrix/templates/timeberry_new/js/mediaelement/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button:hover .mejs-captions-selector{visibility:visible}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url(/bitrix/templates/timeberry_new/js/mediaelement/background.png);background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay{}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(/bitrix/templates/timeberry_new/js/mediaelement/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(/bitrix/templates/timeberry_new/js/mediaelement/background.png);background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(/bitrix/templates/timeberry_new/js/mediaelement/background.png);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(/bitrix/templates/timeberry_new/js/mediaelement/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33,248,248,1)}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:transparent url(/bitrix/templates/timeberry_new/js/mediaelement/jumpforward.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:transparent url(/bitrix/templates/timeberry_new/js/mediaelement/skipback.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}
/* End */


/* Start:/bitrix/templates/timeberry_new/js/mediaelement/wp-mediaelement.min.css?15550547044477*/
.mejs-container{clear:both}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-controls .mejs-offscreen{clip:rect(1px,1px,1px,1px);position:absolute}.mejs-controls a:focus>.mejs-offscreen{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto;color:#0073aa;display:block;font-size:14px;font-weight:700;height:auto;line-height:normal;padding:15px 23px 14px;position:absolute;left:0;top:15px;text-decoration:none;text-transform:none;width:auto}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span{max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:0}.media-embed-details .setting a:hover{color:red}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist-caption,.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist .mejs-container{margin:0;width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}
/* End */


/* Start:/bitrix/templates/timeberry_new/js/swiper/magnific/magnific-popup.min.css?15550547046489*/
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#fff;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:white}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#222;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#222;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid white;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid white;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:black}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#222;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-zoom-in .mfp-with-anim{opacity:0;transform:scale(0.8);-webkit-transform:scale(0.8);transition:all .2s ease-in-out 0;-webkit-transition:all .2s ease-in-out 0}.mfp-zoom-in.mfp-bg{opacity:0;transition:all .3s ease-out 0;-webkit-transition:all .3s ease-out 0}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1);-webkit-transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.9}.mfp-zoom-in.mfp-removing .mfp-with-anim{opacity:0;transform:scale(0.8);-webkit-transform:scale(0.8)}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}
/* End */


/* Start:/bitrix/templates/timeberry_new/js/swiper/swiper.min.css?155505470414751*/
/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 22, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* End */


/* Start:/bitrix/templates/timeberry_new/js/sweetalert2.min.css?155505470427093*/
@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:initial;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.swal2-container{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:10px;background-color:transparent;z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-popup{display:none;position:relative;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;box-sizing:border-box}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-popup .swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-popup .swal2-actions{flex-wrap:wrap;align-items:center;justify-content:center;margin:1.25em auto 0;z-index:1}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{display:inline-block;width:15px;height:15px;margin-left:5px;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff;content:'';-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;box-shadow:none}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-popup .swal2-styled::-moz-focus-inner{border:0}.swal2-popup .swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.swal2-popup .swal2-close{position:absolute;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.swal2-popup .swal2-close:hover{-webkit-transform:none;transform:none;color:#f27474}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.swal2-popup .swal2-content{justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.swal2-popup #swal2-content{text-align:center}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:1em auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-textarea{width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-sizing:border-box}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range input{width:80%}.swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.swal2-popup .swal2-input[type=number]{max-width:10em}.swal2-popup .swal2-file{font-size:1.125em}.swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-radio{align-items:center;justify-content:center}.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{margin:0 .4em}.swal2-popup .swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.swal2-popup .swal2-validation-message::before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:'!';zoom:normal}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-icon{position:relative;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;line-height:5em;cursor:default;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.swal2-icon-text{font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;box-sizing:content-box}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progresssteps{align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle{background:#add8e6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:initial!important}}
/* End */


/* Start:/bitrix/templates/timeberry_new/libs/multiselect/multiple-select.css?15550547034282*/
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('/bitrix/templates/timeberry_new/libs/multiselect/multiple-select.png') left top no-repeat;
}

.ms-choice > div.open {
    background: url('/bitrix/templates/timeberry_new/libs/multiselect/multiple-select.png') right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('/bitrix/templates/timeberry_new/libs/multiselect/multiple-select.png') no-repeat 100% -22px;
    background: url('/bitrix/templates/timeberry_new/libs/multiselect/multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('/bitrix/templates/timeberry_new/libs/multiselect/multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/bitrix/templates/timeberry_new/libs/multiselect/multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/bitrix/templates/timeberry_new/libs/multiselect/multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('/bitrix/templates/timeberry_new/libs/multiselect/multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('/bitrix/templates/timeberry_new/libs/multiselect/multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

/* End */


/* Start:/bitrix/templates/timeberry_new/libs/slick/slick.css?15550547031776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/timeberry_new/css/custom.css?155809230411898*/
/* CSS-file with custom styles - don't delete this file and this rule!!! */
#bx-soa-delivery .bx-soa-pp-price,
#bx-soa-basket .bx-soa-item-title a {
	color: #000;
}
.custom_rule { color: inherit; }
.bx-soa-cart-total {
	color: #121215;
}
.top_panel_bottom .search_wrap {
	padding-left: 0 !important;
	margin-left: -25px
}

.body.home .header_mobile .menu_button {
    left: auto;
    right: 10px !important
}
.scheme_original .sc_item_title::after {
    color: #4C1214 !important;
}
.scheme_original .sc_button.sc_button_style_dark {
    border-color: #4C141C;
}
.scheme_original .sc_button.sc_button_style_dark {
    background-color: #4C141C;
}
.scheme_original .sc_button.sc_button_style_dark:hover {
    border-color: #4C141C;
}
.scheme_original .sc_button.sc_button_style_dark:hover {
    background-color: #4C141C;
}
.item .post_thumb .hover_icon_link{
	display: block;
	height: 100%;
}
.seo-description{
	clear: both;
	margin-bottom: 20px;
}
.scheme_original input[type="submit"] .scheme_original input[type="reset"] .scheme_original input[type="button"] .scheme_original button, .scheme_original .sc_button {
	border-color: #581217 !important;
}
.scheme_original input[type="submit"] .scheme_original input[type="reset"] .scheme_original input[type="button"] {
	background-color: #581217 !important;
}
.catalog_hover {
    background: #121215;
    margin: 15px;
    padding: 15px;
    padding-top: 280px;   
    position: absolute;
    width: auto;
    z-index: 2;
    display: none;
	margin-left: 0;
    margin-right: 0;
    left: 10px;
    right: 10px;
	top: 50px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	overflow: visible;
}

.hover-animate-elem .post_content{
	position: relative;
}

/* .scheme_original .woocommerce ul.products li.product h3 a{} */

.is-hover-item .post_content *{
	color: #fff !important;
}


.hover-animate-elem .post_item_wrap{
	position: relative;
}

.scheme_original .woocommerce ul.products li.product-category .post_item_wrap{
   background-color: #581214;
}

.scheme_original .woocommerce ul.products li.product.product-category h3:hover, 
.scheme_original .woocommerce ul.products li.product.product-category h3 a:hover{
   color: #fff;
}

.scheme_original .woocommerce ul.products li.product-category h3{
color: #fff;
}

.seo-description h2 {
	color: #581214;
}

.seo-description a {
	color: #581214;
}

.scheme_original .sc_promo_title{
 color: #d04d5d;
}

.scheme_original .sc_button.sc_button_style_border{
	color: #d04d5d;
}

.scheme_light .sc_item_title:after{
    color: #581214;
}

.scheme_light .sc_button.sc_button_style_dark{
	background-color: #581214;
}

.icon-phone-receiver:before,
.icon-facebook-placeholder-for-locate-places-on-maps:before,
.icon-close-envelope:before{
	color: #581214;
}

body.home-4 .tp-bullet.selected{
background: #581214;
}

body.home-4 .tp-bullet.selected {
    border-color: #581214 !important;
    background-color: #581214 !important;
}

.scheme_original .top_panel_wrap_inner .search_state_closed .search_submit:before, 
.scheme_original .top_panel_inner_style_2 .search_state_closed .search_submit:before{
	color: #581214;
}

.scheme_light .sc_button.sc_button_style_dark{
	 border-color: #581214;
}

.scheme_light .sc_button.sc_button_style_dark:hover{
	background-color: #581214;
}

.scheme_light .sc_button.sc_button_style_dark:hover{
	border-color: #581214;
}

.woocommerce div.product div.images{
  width: 41.5%;
}

.woocommerce div.product div.summary{
	width: 53%;
}

.top_panel_wrap .logo_main {
    max-height: 50px;
}

.scheme_original .top_panel_wrap_inner .menu_main_nav > li > a:hover{
	color: #d04d5d;
}

.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul li a:hover, 
.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-item > a, 
.scheme_original .top_panel_wrap_inner .menu_main_nav > li ul li.current-menu-ancestor > a{
	background-color: #581214;
}


.scheme_original .menu_main_nav > li > a:hover:before, 
.scheme_original .menu_main_nav > li > a:hover:after{
	color: #581214;
}

.scheme_original .top_panel_wrap_inner .menu_main_nav > a:hover, .scheme_original .top_panel_wrap_inner .menu_main_nav > li.sfHover > a, .scheme_original .top_panel_wrap_inner .menu_main_nav > li#blob, .scheme_original .top_panel_wrap_inner .menu_main_nav > li.current-menu-item > a, .scheme_original .top_panel_wrap_inner .menu_main_nav > li.current-menu-parent > a, .scheme_original .top_panel_wrap_inner .menu_main_nav > li.current-menu-ancestor > a{
	color: #d04d5d;
}

.scheme_original .widget_area .widget_title:after, .scheme_original .widget_area ul li:before{
	color: #581214;
}

.scheme_original .woocommerce div.quantity span:hover, .scheme_original .woocommerce-page div.quantity span:hover, .scheme_original .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .scheme_original .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .scheme_original .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .scheme_original .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #581214;
}

.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button{
	background-color: #581214;
}

.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button{
	border-color: #581214;
	width: 100%;
    margin-bottom: 10px;
}

.scheme_original .widget_area_inner a, 
.scheme_original .widget_area_inner ul li:before,
 .scheme_original .widget_area_inner ul li a:hover, 
 .scheme_original .widget_area_inner button:before{
	color: #581214;
}

.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button:hover{
	background-color: #8a2e30;
}

.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button:hover{
	border-color: #8a2e30;
}

.scheme_original .header_mobile .menu_main_nav > a:hover, .scheme_original .header_mobile .menu_main_nav > li.sfHover > a, .scheme_original .header_mobile .menu_main_nav > li.current-menu-item > a, .scheme_original .header_mobile .menu_main_nav > li.current-menu-parent > a, .scheme_original .header_mobile .menu_main_nav > li.current-menu-ancestor > a, .scheme_original .header_mobile .menu_main_nav > li > a:hover, .scheme_original .header_mobile .menu_main_nav > li ul li a:hover, .scheme_original .header_mobile .menu_main_nav > li ul li.current-menu-item > a, .scheme_original .header_mobile .menu_main_nav > li ul li.current-menu-ancestor > a, .scheme_original .header_mobile .login a:hover{
	color: #d04d5d;
}

.scheme_light .woocommerce ul.products li.product h3:hover, .scheme_light .woocommerce ul.products li.product h3 a:hover{
	color: #581214;
}

.social-wrap-top{
	float: right;
	padding-top: 22px;
}

.brands-list .item{
	text-align: center;		
}

.brands-list .image a {
    vertical-align: middle;
    height: 70px;
    display: table-cell;
    width: 180px;
}

.brands-list .image img{
	max-height: 100%;
	max-width: 100%;
}

.scheme_original a:hover{
	color: #d04d5d;
}

.news-site .image {
    margin-bottom: 10px;
}

.news-site .item {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	display: block;
}

.news-site .image img{
	min-width: 100%;
	height: 230px
}

.news-site .item .name{
	font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.news-site .item .name a{
	text-decoration: none;
    text-transform: uppercase;
}

.news-site .item .date{
	color: #a29490;
    font-size: 17px;
}

.post_item_single .post_info{
	margin-top: 20px;
}

.content + .sidebar.widget_area aside{
	width: 100%;
}

.social-icon{	
	color: #818181;
	border: 1px solid #818181;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	text-align: center;
	display: inline-block;	
}

.social-icon:before{
	position: relative;
    top: 7px;
}

footer .social-item{
	display: block;
	padding-top: 5px;
}

footer .social-icon{	
    position: relative;
    top: -5px;
}

body.home-4 .featured_prod,
body.home-4 .recent_products {    
    background: #ececec;
}


.select-container{
	position: relative;
}

.select-container .ms-choice{
	background: #1d1e23;
    border-color: #1d1e23;
    color: #808080;
    text-transform: none;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
}

.select-container .ms-choice>span{
	padding-left: 15px;
}

.select-container .ms-choice > div{
	display: none;
}

.select-container .ms-drop li{
	padding: 0;
    margin: 5px 0;
}

.select-container .ms-drop li:before{
	display: none !important;
}

.select-container .ms-drop li .disabled input{
	display: none;
}

.select-container .ms-drop{
	
    background: rgb(29, 30, 35);
    color: #808080;
    padding: 7px;
}

.select-container .ms-drop ul > li label{
	position: relative;
	padding-left: 20px;
}


.select-container .ms-drop li  input{
	position: absolute;
	left: 0;
	top: 4px;
}

.select-container .ms-drop ul > li label span{
	white-space: normal;
}

.select-container .ms-choice:hover>span{
	text-overflow: inherit;
    overflow: visible;
    right: auto;
    background: #581214;
    padding-right: 10px;
}
	
footer.contacts_wrap{
	overflow: hidden;
}	

@media (max-width: 1439px) {
	.catalog_hover {
		padding-top: 230px; 
	}
	
	.news-site .image img{
		height: 200px;
	}
}

@media (max-width: 1199px) {
	.news-site .image img {
		height: 230px;
	}
}

@media (max-width: 767px) {
	.catalog_hover {
		padding-top: 300px; 
	}
	
	.news-site .item{
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.woocommerce.sidebar_show{
		display: flex;
		flex-direction: column-reverse;
	}
	
	/* .woocommerce.sidebar_show .sidebar {
	  order: 1;
	}
 
	.woocommerce.sidebar_show .seo-description {
	  order: 3;
	}
 
	.woocommerce.sidebar_show .content{
	  order: 2;
	} */
	
	.woocommerce.sidebar_show .seo-description{
		display: none;
	}

	.site-type{
	   display: inline-block;
	}

	

}



@media (max-width: 639px) {
	.catalog_hover {
		padding-top: 220px; 
	}
}

@media (max-width: 479px) {
	.catalog_hover {
		padding-top: 300px; 
	}
	
	
	.woocommerce.columns-4 ul.products li.product.product-category.product {
		width: auto;
		float: none;
		padding-right: 0;
		margin-right: 0;
	}
}
.pay-sys {
    display: inline-flex;
    padding-top: 20px;
}
.mastercard {
    background: url(/bitrix/templates/timeberry_new/images/horizontalLogos.png) no-repeat -227px 0;
    width: 80px;
	height: 45px;
	display: block;
}
.paykeeper {
    background: url(/bitrix/templates/timeberry_new/images/horizontalLogos.png) no-repeat 0px 0;
    width: 124px;
	height: 45px;
	display: block;
}
.visa {
    background: url(/bitrix/templates/timeberry_new/images/horizontalLogos.png) no-repeat -130px 0;
    width: 104px;
	height: 45px;
	display: block;
}

#basket-root .basket-coupon-section {
	display: none;
}

#basket-root .basket-items-list-header {
	display: none;
}

#bx-soa-delivery .bx-soa-pp-company-graf-container {
	border: 0;
	border-radius: 0;
	background: none;
	padding: 0;
	height: auto;
    display: inline-block;
    vertical-align: middle;
}
#bx-soa-delivery .bx-soa-pp-company {
	cursor: pointer;
}
#bx-soa-delivery .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
	display: none;
}
#bx-soa-delivery .bx-soa-pp-company-graf-container .bx-soa-pp-delivery-cost {
	display: none;
}
#bx-soa-delivery .bx-soa-pp-company-graf-container input[type=checkbox].bx-soa-pp-company-checkbox {
	position: static;
}
#bx-soa-delivery .bx-soa-pp-company {
	width: 100% !important;
}
#bx-soa-delivery .bx-soa-pp-company-smalltitle {
	text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {

	#basket-root .basket-item-block-actions {
		opacity: .5;
	}
	#basket-root .basket-items-list {
		padding: 0;
	}
	#basket-root .basket-items-list-wrapper {
	    border-bottom: 0;
	    border-right: 0;
	    border-left: 0;
	}
}
/* End */


/* Start:/bitrix/templates/timeberry_new/components/bitrix/menu/topper/style.css?1555054703541*/
.topper-menu {
	background: #050506;
}
.topper-menu .menu_ul {    
	padding: 0 40px;
	margin: 0;
	list-style: none;
}
.topper-menu .menu_ul > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.topper-menu .menu_ul > li:last-child {
	margin-right: 0;
}
.topper-menu .menu_ul > li > a {
	color: #b2b2b2;
	font-size: 14px;
   	line-height: 1;
    display: block;
    padding: 13px 0;
}
.topper-menu .menu_ul > li > a:hover {
	color: #d04d5d;
}
.topper-menu .menu_ul ul { 
	display: none;
}
/* End */


/* Start:/bitrix/templates/timeberry_new/components/bitrix/sale.basket.basket.line/.default/style.min.css?15550547033712*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/timeberry_new/components/bitrix/menu/top_menu/style.css?15550547034598*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/bitrix/templates/timeberry_new/components/bitrix/menu/top_menu/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{
	
}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li 
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/timeberry_new/components/bitrix/menu/top_menu/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/timeberry_new/components/bitrix/menu/top_menu/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li 
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/bitrix/templates/timeberry_new/components/bitrix/breadcrumb/bread/style.css?1555054703947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/templates/timeberry_new/components/bitrix/breadcrumb/bread/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/timeberry_new/styles.css?1573122649136*/
.scroll_to_top.show {
    bottom: 7em!important;
}

@media ( max-width: 500px ) {

	.scroll_to_top.show {
		bottom: 2em!important;
	}

}
/* End */


/* Start:/bitrix/templates/timeberry_new/template_styles.css?15625819195566*/
.sale_order_full_table a {
	color: #ba0a0b;
}
.basket-checkout-container {
    background-color: #1d1e23;
    border-color: #121215;
    color: #b4b4b4;
}
.swal2-actions .swal2-confirm {
    margin-right: 15px;
    padding: 15px;
}
.swal2-actions .swal2-cancel {
    padding: 15px;
}
#basket-item-table {
    background: #1d1e23;
}
.basket-items-list th,
.basket-items-list td {
    border-color: #121215;
}
div.bx-red .btn.btn-default {
    background: #ba0a0b;
    border-color: #ba0a0b;
}
div.bx-red .btn.btn-default:hover {
    background: #d91516;
    border-color: #d91516;
}
#bx-soa-order .btn.btn-default {
    background: #ba0a0b;
    border-color: #ba0a0b;
}
#bx-soa-order .btn.btn-default:hover {
    background: #d91516;
    border-color: #d91516;
}
.bx-soa-item-td-text {
	color: #121215;
}
#bx-soa-order {
    color: #fff;
}

#bx-soa-order .bx-soa-coupon {
    display: none;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-list-description {
    color: #fff;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company {
    background: #1d1e23;
    border-color: #121215;
}
#bx-soa-order .bx-soa .bx-soa-customer-label, 
#bx-soa-order .bx-soa .bx-soa-custom-label, 
#bx-soa-order .bx-soa-coupon label,
#bx-soa-order .bx-soa .form-group label {
    color: #b4b4b4;
}
.basket-items-list-header-filter-item.active,
.basket-item-price-current,
.basket-coupon-block-total-price-current,
.basket-checkout-block-total-title {
    color: #fff;
}
#bx-soa-order .bx-soa-section-title-container {
    background-color: #121215;
    border-color: #121215;
}
#bx-soa-order .bx-soa-section.bx-step-completed {
    border-color: #83cb1b;
}
#bx-soa-order .bx-soa-section.bx-soa-section.bx-step-error {
    border-color: #db4a29;
}

#bx-soa-order .bx-soa-more,
#bx-soa-order .bx-soa-section,
#bx-soa-order .bx-soa-section.bx-selected,
#bx-soa-order .bx-soa-cart-total-line,
#bx-soa-order .bx-soa-cart-total,
.basket-items-list-wrapper, 
.basket-items-list-wrapper-compact {
    border-color: #121215;
}
.basket-items-list-header {
    background-color: #1d1e23;
    border-color: #121215;
}
#bx-soa-order input[type="text"], 
#bx-soa-order input[type="number"], 
#bx-soa-order input[type="email"], 
#bx-soa-order input[type="search"], 
#bx-soa-order input[type="password"],
#bx-soa-order select, 
#bx-soa-order textarea {
    background: #fff;
}

#basket-root input[type="text"], 
#basket-root input[type="number"], 
#basket-root input[type="email"], 
#basket-root input[type="search"], 
#basket-root input[type="password"], 
#basket-root select, 
#basket-root textarea {
    background: #fff;
    padding: 10px 15px;
    height: 34px;
}

header .cart-head {
    float: right;
    padding-top: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
}

.card-button {
    margin-bottom: 20px;
}

.card-button button {
    text-transform: none;
    padding: 0 30px 0 70px;
    height: 44px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(186, 10, 11, 0.3);
    background: #ba0a0b url(/bitrix/templates/timeberry_new/images/icon-cart.png) left 34px center no-repeat;
}

.card-button button {
    padding: 0 30px 0 50px;
    background: #ba0a0b url(/bitrix/templates/timeberry_new/images/icon-cart.png) left 15px center no-repeat;
}

.card-button button:hover {
    background-color: #d91516;
}

header .cart-head a {
    color: #fff;
    text-decoration: none;
}

header .cart-head .icon-cart {
    background: url(/bitrix/templates/timeberry_new/images/icon-cart.png);
    width: 22px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
}

header .cart-head .cart-title {
    display: inline-block;
    vertical-align: middle;
}
header .cart-head .icon-cart span {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ba0a0b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: -10px;
    top: -8px;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
}

header .cart-head a:hover {

}

header .social-wrap-top {
    margin-right: 40px;
}

.sidebar_exists.content {
    width: 870px;
    float: right;
}

.sidebar {
    width: 270px;
}

.sidebar {
    float: left;
}

.pagination_pages li{
    list-style: none;
    display: inline-block;
}

.pagination_pages a{
    color: #000 !important;
    border: none;
    width: 27px;
    height: 27px;
    line-height: 27px;
    padding: 0;
    margin: 0 5px;
    position: relative;
    font-size: 0.875em;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    line-height: 0.875em;
    vertical-align: top;
}


.pagination_wrap.pagination_pages .active a:before{
    left: -10px;
    opacity: 1;
}


.pagination_wrap.pagination_pages .active  a:after{
    right: -10px;
    opacity: 1;
}

.podbor .price-block .price-values{
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 20px;
}

.podbor .price-block .price-values:after{
	content: '';
	display: table;
	clear: both;
}

.podbor .price-block .price-value-from,
.podbor .price-block .price-value-to{
	float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

.podbor .price-block .price-value-from input,
.podbor .price-block .price-value-to input{
	background-color: #1d1e23;
    width: 100%;
}


.woocommerce  .widget_price_filter .price-block .price_slider_amount{
	text-align: left;
}
/* End */
/* /bitrix/templates/timeberry_new/css/style.css?1555054704179508 */
/* /bitrix/templates/timeberry_new/css/fontello/css/fontello.css?155505470417732 */
/* /bitrix/templates/timeberry_new/js/essential-grid/css/settings.css?155505470436841 */
/* /bitrix/templates/timeberry_new/js/revslider/css/settings.css?155505470436819 */
/* /bitrix/templates/timeberry_new/js/woocommerce/css/woocommerce-layout.css?155505470414668 */
/* /bitrix/templates/timeberry_new/js/woocommerce/css/woocommerce.css?155505470453888 */
/* /bitrix/templates/timeberry_new/css/core.animation.css?155505470476311 */
/* /bitrix/templates/timeberry_new/js/shortcodes/css/theme.shortcodes.css?1555054704119948 */
/* /bitrix/templates/timeberry_new/js/tribe-events/css/plugin.tribe-events.css?15550547043874 */
/* /bitrix/templates/timeberry_new/js/woocommerce/css/plugin.woocommerce.css?155505470452662 */
/* /bitrix/templates/timeberry_new/js/jquery-ui/jquery-ui.css?155505470435973 */
/* /bitrix/templates/timeberry_new/css/skin.css?1555054704395291 */
/* /bitrix/templates/timeberry_new/css/custom-style.css?155505470418426 */
/* /bitrix/templates/timeberry_new/css/responsive.css?1555054704101163 */
/* /bitrix/templates/timeberry_new/js/mediaelement/mediaelementplayer.min.css?155505470420431 */
/* /bitrix/templates/timeberry_new/js/mediaelement/wp-mediaelement.min.css?15550547044477 */
/* /bitrix/templates/timeberry_new/js/swiper/magnific/magnific-popup.min.css?15550547046489 */
/* /bitrix/templates/timeberry_new/js/swiper/swiper.min.css?155505470414751 */
/* /bitrix/templates/timeberry_new/js/sweetalert2.min.css?155505470427093 */
/* /bitrix/templates/timeberry_new/libs/multiselect/multiple-select.css?15550547034282 */
/* /bitrix/templates/timeberry_new/libs/slick/slick.css?15550547031776 */
/* /bitrix/templates/timeberry_new/css/custom.css?155809230411898 */
/* /bitrix/templates/timeberry_new/components/bitrix/menu/topper/style.css?1555054703541 */
/* /bitrix/templates/timeberry_new/components/bitrix/sale.basket.basket.line/.default/style.min.css?15550547033712 */
/* /bitrix/templates/timeberry_new/components/bitrix/menu/top_menu/style.css?15550547034598 */
/* /bitrix/templates/timeberry_new/components/bitrix/breadcrumb/bread/style.css?1555054703947 */
/* /bitrix/templates/timeberry_new/styles.css?1573122649136 */
/* /bitrix/templates/timeberry_new/template_styles.css?15625819195566 */
