@charset "utf-8";

.prmn-cmngr {
    position: relative;
}

.prmn-cmngr a {
    cursor: pointer;
}

.prmn-cmngr__confirm {
    position: absolute;
    top: 25px;
    left: -50px;
    background: #fff;
    padding: 15px 25px;
    max-width: 400px;
    z-index: 9999;
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 2px 5px #5b5a5a;
    -moz-box-shadow: 0 2px 5px #5b5a5a;
    box-shadow: 0 2px 5px #5b5a5a;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    display: none;
}

.prmn-cmngr .prmn-cmngr__confirm-city {
    white-space: nowrap;
}

.prmn-cmngr .prmn-cmngr__confirm-btns {
    margin-top: 15px;
}

.prmn-cmngr-cities__title {
    margin-bottom: 20px;
}

.prmn-cmngr-cities__close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    filter: alpha(opacity=20);
    opacity: .2;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.prmn-cmngr-cities__close:focus,
.prmn-cmngr-cities__close:hover {
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.prmn-cmngr .prmn-cmngr__confirm-btns input[type=button] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 3px #666;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 4px 14px;
    cursor: pointer;
}

.prmn-cmngr .prmn-cmngr__confirm-btns input[type=button].prmn-cmngr__confirm-btn_yes {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border: 1px solid #2980b9;
}

.prmn-cmngr .prmn-cmngr__confirm-btns input[type=button].prmn-cmngr__confirm-btn_yes:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

.prmn-cmngr .prmn-cmngr__confirm-btns input[type=button].prmn-cmngr__confirm-btn_no {
    background: #d9d9d9;
    background-image: -webkit-linear-gradient(top, #d9d9d9, #ababab);
    background-image: -moz-linear-gradient(top, #d9d9d9, #ababab);
    background-image: -ms-linear-gradient(top, #d9d9d9, #ababab);
    background-image: -o-linear-gradient(top, #d9d9d9, #ababab);
    background-image: linear-gradient(to bottom, #d9d9d9, #ababab);
    border: 1px solid #ababab;
}

.prmn-cmngr .prmn-cmngr__confirm-btns input[type=button].prmn-cmngr__confirm-btn_no:hover {
    background: #ededed;
    background-image: -webkit-linear-gradient(top, #ededed, #ccc);
    background-image: -moz-linear-gradient(top, #ededed, #ccc);
    background-image: -ms-linear-gradient(top, #ededed, #ccc);
    background-image: -o-linear-gradient(top, #ededed, #ccc);
    background-image: linear-gradient(to bottom, #ededed, #ccc);
    border: 1px solid #ccc;
}


.prmn-cmngr__modal_open {
    overflow: hidden;
}

.prmn-cmngr__modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 9999;
}

.prmn-cmngr__modal_open .prmn-cmngr__modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.prmn-cmngr__modal-backdrop {
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.prmn-cmngr__modal-backdrop.prmn-cmngr-fade {
    opacity: 0;
}

.prmn-cmngr-fade.prmn-cmngr-in {
    opacity: 1;
}

.prmn-cmngr__modal-backdrop.prmn-cmngr-in {
    opacity: .5;
}

.prmn-cmngr__modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}

.prmn-cmngr__modal-dialog {
    margin: 10px;
    width: auto;
}

.prmn-cmngr__modal-content {
    padding: 15px;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
    min-height: 240px;
}

.prmn-cmngr__modal-dialog .prmn-cmngr__modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 26px;
    opacity: .2;
    cursor: pointer;
    color: #000;
    z-index: 1;
}

.prmn-cmngr__modal-dialog .prmn-cmngr__modal-close:hover {
    opacity: .5;
}




.prmn-cmngr-cities__title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #444;
}

.prmn-cmngr-cities__search-block {
    margin-bottom: 15px;
}

.prmn-cmngr-cities__search-block .prmn-cmngr-cities__search-label {
    font-size: 15px;
    font-weight: 500;
}

.prmn-cmngr-cities__search-block .prmn-cmngr-cities__search {
    width: 250px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 #f0f0f0;
    -moz-box-shadow: 0 2px 0 #f0f0f0;
    box-shadow: 0 2px 0 #f0f0f0;
    background: #fff;
}

.prmn-cmngr-cities__city {
    margin-bottom: 10px;
}

.prmn-cmngr-cities .ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

* html .prmn-cmngr-cities .ui-autocomplete {
    height: 300px;
}



.prmn-cmngr-row *,
.prmn-cmngr-row *::after,
.prmn-cmngr-row *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.prmn-cmngr-row {
    margin-right: -15px;
    margin-left: -15px;
}

.prmn-cmngr-row::after {
    clear: both;
    display: table;
    content: ' ';
}

.prmn-cmngr-col-xs-6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.prmn-cmngr-sm-4,
.prmn-cmngr-col-xs-6 {
    width: 50%;
}

@media (min-width: 768px) {
    .prmn-cmngr-sm-4 {
        width: 33.33333333%;
    }

    .prmn-cmngr__modal-dialog {
        margin: 30px auto;
        width: 602px;
    }
}

.prmn-cmngr-simplecity {
    cursor: pointer;
}



ul.cmpro-accordion,ul.cmpro-accordion ul,ul.cmpro-collapsible,ul.cmpro-collapsible ul,ul.cmpro-flyout,ul.cmpro-flyout ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.cmpro-accordion li,ul.cmpro-collapsible li,ul.cmpro-flyout li {
	position: relative;
	margin: 0;
	padding: 0;
}

ul.cmpro-accordion > li + li,ul.cmpro-collapsible > li + li,ul.cmpro-flyout > li + li {
	border-top: 1px solid rgba(0,0,0,0.065)
}

ul.cmpro-accordion li > div,ul.cmpro-collapsible li > div,ul.cmpro-flyout li > div {
	position: relative;
}

ul.cmpro-accordion li a,ul.cmpro-collapsible li a,ul.cmpro-flyout li a,ul.cmpro-flyout li div.fake-parent {
	position: relative;
	display: block;
	margin: 0;
	padding: .7em 1.2em;
	outline: none;
	color: #333;
	text-decoration: none;
	line-height: 1.42857143;
}

ul.cmpro-accordion li a.active,ul.cmpro-collapsible li a.active,ul.cmpro-flyout li a.active {
	font-weight: bold;
}

ul.cmpro-accordion li a.tb-item,ul.cmpro-collapsible li a.tb-item {
	padding-right: 2.2em;
}

ul.cmpro-accordion > li:hover > div > a,ul.cmpro-collapsible > li:hover > div > a,ul.cmpro-flyout li:hover > div > a, ul.cmpro-flyout li:hover div.fake-parent {
	background-color: #38B0E3;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

ul.cmpro-flyout li a.parent-item:after, ul.cmpro-flyout li .parent-item:after{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: transparent url(/catalog/view/theme/default/stylesheet/../image/category_menu/arrow.png) -24px 0 no-repeat;
	content: '';
}

ul.cmpro-flyout.column_right li a.parent-item:after,ul.cmpro-flyout.column_right li .parent-item:after  {
	background: none;
}

ul.cmpro-flyout li:hover > div > a.parent-item:after, ul.cmpro-flyout li:hover>.parent-item:after  {
	background-position: 0 0;
}

ul.cmpro-accordion li ul,ul.cmpro-collapsible li ul,ul.cmpro-flyout li ul {
	display: none;
}

ul.cmpro-accordion li.active > ul,ul.cmpro-collapsible li.active > ul {
	display: block;
}

ul.cmpro-accordion > li > ul,ul.cmpro-collapsible > li > ul {
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.04);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.04);
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.04);
}

ul.cmpro-flyout li ul {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 777;
	padding-left: 2px;
	width: 100%;
	background: rgba(255,255,255,0);
	list-style: none;
}

ul.cmpro-flyout.column_right li ul {
	right: 100%;
	left: auto;
	padding-right: 2px;
	padding-left: 0;
}

ul.cmpro-flyout li li {
	background-color: #EEE;
}

ul.cmpro-flyout li li + li {
	border-top: 1px solid #FFF;
}
ul.cmpro-accordion .fake-parent{
	cursor: pointer;
}
ul.cmpro-accordion li li a,ul.cmpro-collapsible li li a, ul.cmpro-accordion .fake-parent {
	margin-top: 1px;
	padding: .6em 1.2em;
	background-color: rgba(0,0,0,0.025);
	color: #555;
}

ul.cmpro-accordion li li a span,ul.cmpro-collapsible li li a span,  ul.cmpro-accordion .fake-parent span {
	position: relative;
	display: block;
	padding-left: 24px;
}

ul.cmpro-accordion li li a span:before,ul.cmpro-collapsible li li a span:before,  ul.cmpro-accordion .fake-parent span:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: transparent url(/catalog/view/theme/default/stylesheet/../image/category_menu/arrow.png) 0 -24px no-repeat;
	content: '';
}

ul.cmpro-accordion li li a.item-open span:before,ul.cmpro-collapsible li li a.item-open span:before,  ul.cmpro-accordion .fake-parent.item-open span:before  {
	background-position: -24px -24px;
}

ul.cmpro-accordion li li li a,ul.cmpro-collapsible li li li a {
	padding-left: 2.4em;
}

ul.cmpro-accordion li li li li a,ul.cmpro-collapsible li li li li a {
	padding-left: 3.6em;
}

ul.cmpro-accordion li li li li li a,ul.cmpro-collapsible li li li li li a {
	padding-left: 4.8em;
}

ul.cmpro-accordion > li ul > li:hover > div > a,ul.cmpro-collapsible > li ul > li:hover > div > a {
	background-color: rgba(0,0,255,0.5);

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

ul.cmpro-accordion > li ul > li:hover > div > span.toggle-btn,ul.cmpro-collapsible > li ul > li:hover > div > span.toggle-btn {
	background-color: rgba(0,0,0,0.02);

	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.5);
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,0.5);
	box-shadow: -1px 0 0 rgba(255,255,255,0.5);
}

ul.cmpro-accordion span.toggle-btn,ul.cmpro-collapsible span.toggle-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.2em;
	height: 100%;
	background: transparent url(/catalog/view/theme/default/stylesheet/../image/category_menu/plus-dark.png) center no-repeat;
	content: '';
	text-align: center;
	cursor: pointer;
}

ul.cmpro-accordion > li:hover > div > span.toggle-btn,ul.cmpro-collapsible > li:hover > div > span.toggle-btn {
	background: rgba(0,0,0,0.025) url(/catalog/view/theme/default/stylesheet/../image/category_menu/plus-light.png) center no-repeat;
	
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.15);
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,0.15);
	box-shadow: -1px 0 0 rgba(255,255,255,0.15);
}

ul.cmpro-accordion span.toggle-btn.item-open,ul.cmpro-collapsible span.toggle-btn.item-open {
	background-image: url(/catalog/view/theme/default/stylesheet/../image/category_menu/minus-dark.png);
}

ul.cmpro-accordion > li:hover > div > span.toggle-btn.item-open,ul.cmpro-collapsible > li:hover > div > span.toggle-btn.item-open {
	background-image: url(/catalog/view/theme/default/stylesheet/../image/category_menu/minus-light.png);
}

ul.cmpro-accordion span.toggle-btn:before,ul.cmpro-collapsible span.toggle-btn:before {
	background: url(/catalog/view/theme/default/stylesheet/../image/category_menu/minus-light.png) no-repeat -9999px -9999px;
}

ul.cmpro-accordion span.toggle-btn:after,ul.cmpro-collapsible span.toggle-btn:after {
	background: url(/catalog/view/theme/default/stylesheet/../image/category_menu/minus-dark.png) no-repeat -9999px -9999px;
}

ul.cmpro-accordion li.item-image a,ul.cmpro-collapsible li.item-image a,ul.cmpro-flyout li.item-image a {
	padding: 4px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

ul.cmpro-accordion span.item-icon,ul.cmpro-collapsible span.item-icon,ul.cmpro-flyout span.item-icon {
	margin-right: .5em;
}

ul.cmpro-accordion span.item-icon + span,ul.cmpro-collapsible span.item-icon + span,ul.cmpro-flyout span.item-icon + span {
	vertical-align: middle;
}

ul.cmpro-accordion img,ul.cmpro-collapsible img,ul.cmpro-flyout img {
	max-width: 100%;
	vertical-align: middle;
	overflow: hidden;
}

ul.cmpro-accordion li a,ul.cmpro-collapsible li a,ul.cmpro-flyout li a,ul.cmpro-flyout li a:after,ul.cmpro-flyout li div.fake-parent:after {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
@media (max-width: 1303px) {
	#filter-pro-mobile-toggler {
		display: block;
	}

	
}
#column-left .fake-parent{
	text-align: center;
	text-decoration: underline;
}
#column-left>.um-menu, #column-left_menu_wrapepr>.um-menu{
	margin-bottom: 0;
}
#column-left>.um-menu .fake-parent, #column-left_menu_wrapepr>.um-menu .fake-parent{
	cursor:pointer;
}
#column-left>.um-menu>.box-content, #column-left_menu_wrapepr>.um-menu>.box-content{
	border-radius: 0;
	border-top: 1px solid #DBDEE1;
	border-bottom: unset;
}
#column-left>.um-menu.first-child>.box-content, #column-left_menu_wrapepr>.um-menu.first-child>.box-content{
}
#column-left>.um-menu.last-child,#column-left_menu_wrapepr>.um-menu.last-child{
	margin-bottom: 8px;
}
#column-left>.um-menu.last-child>.box-content, #column-left_menu_wrapepr>.um-menu.last-child>.box-content{
	border-bottom: 1px solid #DBDEE1;
}
.column-right_menu_wrapepr{
	margin-bottom: 8px;
	border-radius: 7px 7px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	border-top: 1px solid #DBDEE1;
	padding: 10px;
}
.column-right_menu_wrapepr .box{
	margin-bottom: 0;
}
#column-right .column-right_menu_wrapepr .box .box-content{
	border: none;
	padding: 0;
}
ul li div.fake-parent{
	font-weight: bold;
	font-size: 16px;
}
@media (max-width: 1303px) {
	.visible-mobile {
		display: block;
	}
	.mobile-hidden {
		display: none;
	}
}
@media (min-width: 1304px) {
	.desktop-visible {
		display: block;
	}
	.desktop-hidden {
		display: none;
	}
}

.nr-loader {
    position: absolute;
    z-index: 100000;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
	pointer-events: none;
}
.cssload-container {
	width: 100%;
	height: 63px;
	text-align: center;
}
.cssload-speeding-wheel {
	width: 63px;
	height: 63px;
	margin: 0 auto;
	border: 4px solid black;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {100%{transform: rotate(360deg); transform: rotate(360deg);}}
@-o-keyframes cssload-spin {100%{-o-transform: rotate(360deg); transform: rotate(360deg);}}
@-ms-keyframes cssload-spin {100%{-ms-transform: rotate(360deg); transform: rotate(360deg);}}
@-webkit-keyframes cssload-spin {100%{-webkit-transform: rotate(360deg); transform: rotate(360deg);}}
@-moz-keyframes cssload-spin {100%{-moz-transform: rotate(360deg); transform: rotate(360deg);}}

.category-menu .cmpro-flyout ul {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.category-menu .cmpro-flyout ul {
	display: block;
	z-index: -2;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 200px;
	line-height: 1.2;
}
.category-menu .cmpro-flyout li:hover > ul {
	z-index: 777;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.left-menu-wrapper {
    position: relative;
}
.left-menu-wrapper .desktop li {
	overflow: hidden;
}
.left-menu-wrapper .desktop li:hover {
	overflow: visible;
}
.left-menu-wrapper .parent-item span {
	display: none;
}
.category-menu.desktop ul.cmpro-flyout li a {
	padding: 2px 15px 2px 2px;
}
.category-menu.desktop ul.cmpro-flyout li a:hover {
	text-decoration: underline;
}

@media (min-width: 1303px) {
	.left-menu-wrapper .box:not(:last-child) {
		margin-bottom: 0;
	}
	.left-menu-wrapper .box .box-content {
		border-radius: 0;
		border-top: 1px solid #DBDEE1;
	}
	.left-menu-wrapper .box:not(:last-child) .box-content {
		border-bottom: unset;
	}
}
@media (max-width: 1302px) {
	.left-menu-wrapper {
		overflow-y: auto;
		min-height: 180px;
		box-sizing: border-box;
		max-height: calc(100vh - 90px);
		border-radius: 7px;
		border: 1px solid #DBDEE1;
		padding: 10px;
	}
	.category-menu .box {
		margin-bottom: 0;
	}
	.category-menu .box .box-content {
		border: none;
		padding: 0;
		-webkit-border-radius: 7px 7px 7px 7px;
		-moz-border-radius: 7px 7px 7px 7px;
		-khtml-border-radius: 7px 7px 7px 7px;
		border-radius: 7px 7px 7px 7px;
	}
	.category-menu .fake-parent {
		text-align: left;
		margin-top: 1px;
		padding: .6em 1.2em;
		background-color: rgba(0,0,0,0.025);
		color: #555;
	}
	.category-menu .fake-parent.parent-item, .category-menu .parent-item {
		padding-right: 40px;
	}
	.left-menu-wrapper .parent-item .toggle-btn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 100%;
		background: transparent url(/catalog/view/theme/default/image/category_menu/plus-dark.png) center no-repeat;
		text-align: center;
		cursor: pointer;
		margin-top: 0;
		z-index: 5;
	}
	.left-menu-wrapper .parent-item .toggle-btn.item-open {
		background-image: url(/catalog/view/theme/default/image/category_menu/minus-dark.png);
	}
	ul.cmpro-flyout li ul {
		-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.04);
		-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.04);
		box-shadow: inset 0 1px 0 rgba(0,0,0,0.04);
		top: auto;
		left: auto;
		position: relative;
		padding-left: 0;
		background: none;
	}
	.category-menu .cmpro-flyout ul {
		display: none;
		z-index: 1;
		-moz-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=1);
		width: 100%;
	}
	ul.cmpro-flyout li li li a {
		padding-left: 2.4em;
	}
	ul.cmpro-flyout li li li li a {
		padding-left: 3.6em;
	}
	ul.cmpro-flyout li li li li li a {
		padding-left: 4.8em;
	}
	ul.cmpro-flyout > li ul > li:hover > div > a {
		background-color: rgba(0,0,255,0.5);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	}
	.left-menu-wrapper .box .box-content {
		border: none;
		padding: 0;
	}
	ul.cmpro-flyout li > a.parent-item:after {
		display: none;
	}
	ul.cmpro-flyout li a {
		line-height: 1.2;
		padding: .75em 1.2em;
		text-decoration: underline;
	}
	ul.cmpro-flyout li .parent-item:after {
		transform: rotate(90deg);
	}
}

.dream-filter a{background-color:transparent}.dream-filter a:active,.dream-filter a:hover{outline:0}.dream-filter abbr[title]{border-bottom:1px dotted}.dream-filter b,.dream-filter strong{font-weight:700}.dream-filter sub,.dream-filter sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.dream-filter sup{top:-.5em}.dream-filter sub{bottom:-.25em}.dream-filter img{border:0}.dream-filter hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}.dream-filter pre{overflow:auto}.dream-filter button,.dream-filter input,.dream-filter optgroup,.dream-filter select,.dream-filter textarea{color:inherit;font:inherit;margin:0}.dream-filter button{overflow:visible}.dream-filter button,.dream-filter select{text-transform:none}.dream-filter button,.dream-filter input[type=button],.dream-filter input[type=reset],.dream-filter input[type=submit]{-webkit-appearance:button;cursor:pointer}.dream-filter button[disabled],.dream-filter input[disabled]{cursor:default}.dream-filter button::-moz-focus-inner,.dream-filter input::-moz-focus-inner{border:0;padding:0}.dream-filter input{line-height:normal}.dream-filter input[type=checkbox],.dream-filter input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.dream-filter input[type=number]::-webkit-inner-spin-button,.dream-filter input[type=number]::-webkit-outer-spin-button{height:auto}.dream-filter input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}.dream-filter input[type=search]::-webkit-search-cancel-button,.dream-filter input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.dream-filter textarea{overflow:auto}.dream-filter table{border-collapse:collapse;border-spacing:0}.dream-filter td,.dream-filter th{padding:0}.dream-filter *{-webkit-box-sizing:border-box;box-sizing:border-box}.dream-filter :after,.dream-filter :before{-webkit-box-sizing:border-box;box-sizing:border-box}.dream-filter button,.dream-filter input,.dream-filter select,.dream-filter textarea{font-family:inherit;font-size:inherit;line-height:inherit}.dream-filter a{color:#337ab7;text-decoration:none}.dream-filter a:focus,.dream-filter a:hover{color:#23527c;text-decoration:underline}.dream-filter a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.dream-filter figure{margin:0}.dream-filter img{vertical-align:middle}.dream-filter .img-responsive{display:block;max-width:100%;height:auto}.dream-filter [role=button]{cursor:pointer}.dream-filter p{margin:0 0 10px}.dream-filter .small,.dream-filter small{font-size:85%}.dream-filter .text-left{text-align:left}.dream-filter .text-right{text-align:right}.dream-filter .text-center{text-align:center}.dream-filter .text-justify{text-align:justify}.dream-filter .text-nowrap{white-space:nowrap}.dream-filter .text-lowercase{text-transform:lowercase}.dream-filter .text-uppercase{text-transform:uppercase}.dream-filter .text-capitalize{text-transform:capitalize}.dream-filter label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.dream-filter input[type=checkbox],.dream-filter input[type=radio]{margin:4px 0 0;line-height:normal}.dream-filter input[type=range]{display:block;width:100%}.dream-filter select[multiple],.dream-filter select[size]{height:auto}.dream-filter input[type=checkbox]:focus,.dream-filter input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.dream-filter output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.dream-filter .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}.dream-filter .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.dream-filter .form-control::-moz-placeholder{color:#999;opacity:1}.dream-filter .form-control:-ms-input-placeholder{color:#999}.dream-filter .form-control::-webkit-input-placeholder{color:#999}.dream-filter .form-control::-ms-expand{border:0;background-color:transparent}.dream-filter .form-control[disabled],.dream-filter .form-control[readonly],fieldset[disabled] .dream-filter .form-control{background-color:#eee;opacity:1}.dream-filter .form-control[disabled],fieldset[disabled] .dream-filter .form-control{cursor:not-allowed}textarea.dream-filter .form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){.dream-filter input[type=date].form-control,.dream-filter input[type=datetime-local].form-control,.dream-filter input[type=month].form-control,.dream-filter input[type=time].form-control{line-height:34px}}.dream-filter .form-group{margin-bottom:15px}.dream-filter .checkbox,.dream-filter .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.dream-filter .checkbox label,.dream-filter .radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.dream-filter .checkbox input[type=checkbox],.dream-filter .checkbox-inline input[type=checkbox],.dream-filter .radio input[type=radio],.dream-filter .radio-inline input[type=radio]{position:absolute;margin-left:-20px}.dream-filter .checkbox+.checkbox,.dream-filter .radio+.radio{margin-top:-5px}.dream-filter .checkbox-inline,.dream-filter .radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.dream-filter .checkbox-inline+.checkbox-inline,.dream-filter .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.dream-filter input[type=checkbox].disabled,.dream-filter input[type=checkbox][disabled],.dream-filter input[type=radio].disabled,.dream-filter input[type=radio][disabled],fieldset[disabled] .dream-filter input[type=checkbox],fieldset[disabled] .dream-filter input[type=radio]{cursor:not-allowed}.dream-filter .checkbox-inline.disabled,.dream-filter .radio-inline.disabled,fieldset[disabled] .dream-filter .checkbox-inline,fieldset[disabled] .dream-filter .radio-inline{cursor:not-allowed}.dream-filter .checkbox.disabled label,.dream-filter .radio.disabled label,fieldset[disabled] .dream-filter .checkbox label,fieldset[disabled] .dream-filter .radio label{cursor:not-allowed}.dream-filter .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.dream-filter .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.dream-filter .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.dream-filter .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.dream-filter .form-inline .form-control-static{display:inline-block}.dream-filter .form-inline .input-group{display:inline-table;vertical-align:middle}.dream-filter .form-inline .input-group .form-control,.dream-filter .form-inline .input-group .input-group-addon,.dream-filter .form-inline .input-group .input-group-btn{width:auto}.dream-filter .form-inline .input-group>.form-control{width:100%}.dream-filter .form-inline .control-label{margin-bottom:0;vertical-align:middle}.dream-filter .form-inline .checkbox,.dream-filter .form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.dream-filter .form-inline .checkbox label,.dream-filter .form-inline .radio label{padding-left:0}.dream-filter .form-inline .checkbox input[type=checkbox],.dream-filter .form-inline .radio input[type=radio]{position:relative;margin-left:0}}.dream-filter .form-horizontal .checkbox,.dream-filter .form-horizontal .checkbox-inline,.dream-filter .form-horizontal .radio,.dream-filter .form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.dream-filter .form-horizontal .checkbox,.dream-filter .form-horizontal .radio{min-height:27px}.dream-filter .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.dream-filter .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.dream-filter .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dream-filter .btn.active.focus,.dream-filter .btn.active:focus,.dream-filter .btn.focus,.dream-filter .btn:active.focus,.dream-filter .btn:active:focus,.dream-filter .btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.dream-filter .btn.focus,.dream-filter .btn:focus,.dream-filter .btn:hover{color:#333;text-decoration:none}.dream-filter .btn.active,.dream-filter .btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.dream-filter .btn.disabled,.dream-filter .btn[disabled],fieldset[disabled] .dream-filter .btn{cursor:not-allowed;opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.dream-filter .btn.disabled,fieldset[disabled] a.dream-filter .btn{pointer-events:none}.dream-filter .btn-default{color:#333;background-color:#fff;border-color:#ccc}.dream-filter .btn-default.focus,.dream-filter .btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.dream-filter .btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.dream-filter .btn-default.active,.dream-filter .btn-default:active,.open>.dropdown-toggle.dream-filter .btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.dream-filter .btn-default.active.focus,.dream-filter .btn-default.active:focus,.dream-filter .btn-default.active:hover,.dream-filter .btn-default:active.focus,.dream-filter .btn-default:active:focus,.dream-filter .btn-default:active:hover,.open>.dropdown-toggle.dream-filter .btn-default.focus,.open>.dropdown-toggle.dream-filter .btn-default:focus,.open>.dropdown-toggle.dream-filter .btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.dream-filter .btn-default.active,.dream-filter .btn-default:active,.open>.dropdown-toggle.dream-filter .btn-default{background-image:none}.dream-filter .btn-default.disabled.focus,.dream-filter .btn-default.disabled:focus,.dream-filter .btn-default.disabled:hover,.dream-filter .btn-default[disabled].focus,.dream-filter .btn-default[disabled]:focus,.dream-filter .btn-default[disabled]:hover,fieldset[disabled] .dream-filter .btn-default.focus,fieldset[disabled] .dream-filter .btn-default:focus,fieldset[disabled] .dream-filter .btn-default:hover{background-color:#fff;border-color:#ccc}.dream-filter .btn-default .badge{color:#fff;background-color:#333}.dream-filter .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.dream-filter .btn-primary.focus,.dream-filter .btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.dream-filter .btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.dream-filter .btn-primary.active,.dream-filter .btn-primary:active,.open>.dropdown-toggle.dream-filter .btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.dream-filter .btn-primary.active.focus,.dream-filter .btn-primary.active:focus,.dream-filter .btn-primary.active:hover,.dream-filter .btn-primary:active.focus,.dream-filter .btn-primary:active:focus,.dream-filter .btn-primary:active:hover,.open>.dropdown-toggle.dream-filter .btn-primary.focus,.open>.dropdown-toggle.dream-filter .btn-primary:focus,.open>.dropdown-toggle.dream-filter .btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.dream-filter .btn-primary.active,.dream-filter .btn-primary:active,.open>.dropdown-toggle.dream-filter .btn-primary{background-image:none}.dream-filter .btn-primary.disabled.focus,.dream-filter .btn-primary.disabled:focus,.dream-filter .btn-primary.disabled:hover,.dream-filter .btn-primary[disabled].focus,.dream-filter .btn-primary[disabled]:focus,.dream-filter .btn-primary[disabled]:hover,fieldset[disabled] .dream-filter .btn-primary.focus,fieldset[disabled] .dream-filter .btn-primary:focus,fieldset[disabled] .dream-filter .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.dream-filter .btn-primary .badge{color:#337ab7;background-color:#fff}.dream-filter .btn-link{color:#337ab7;font-weight:400;border-radius:0}.dream-filter .btn-link,.dream-filter .btn-link.active,.dream-filter .btn-link:active,.dream-filter .btn-link[disabled],fieldset[disabled] .dream-filter .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.dream-filter .btn-link,.dream-filter .btn-link:active,.dream-filter .btn-link:focus,.dream-filter .btn-link:hover{border-color:transparent}.dream-filter .btn-link:focus,.dream-filter .btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.dream-filter .btn-link[disabled]:focus,.dream-filter .btn-link[disabled]:hover,fieldset[disabled] .dream-filter .btn-link:focus,fieldset[disabled] .dream-filter .btn-link:hover{color:#777;text-decoration:none}.dream-filter .btn-block{display:block;width:100%}.dream-filter .btn-block+.btn-block{margin-top:5px}.dream-filter input[type=button].btn-block,.dream-filter input[type=reset].btn-block,.dream-filter input[type=submit].btn-block{width:100%}.dream-filter .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.dream-filter .fade.in{opacity:1}.dream-filter .collapse{display:none}.dream-filter .collapse.in{display:block}tr.dream-filter .collapse.in{display:table-row}tbody.dream-filter .collapse.in{display:table-row-group}.dream-filter .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.dream-filter .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dream-filter .dropdown,.dream-filter .dropup{position:relative}.dream-filter .dropdown-toggle:focus{outline:0}.dream-filter .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dream-filter .dropdown-menu.pull-right{right:0;left:auto}.dream-filter .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dream-filter .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dream-filter .dropdown-menu>li>a:focus,.dream-filter .dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dream-filter .dropdown-menu>.active>a,.dream-filter .dropdown-menu>.active>a:focus,.dream-filter .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dream-filter .dropdown-menu>.disabled>a,.dream-filter .dropdown-menu>.disabled>a:focus,.dream-filter .dropdown-menu>.disabled>a:hover{color:#777}.dream-filter .dropdown-menu>.disabled>a:focus,.dream-filter .dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;cursor:not-allowed}.dream-filter .open>.dropdown-menu{display:block}.dream-filter .open>a{outline:0}.dream-filter .dropdown-menu-right{left:auto;right:0}.dream-filter .dropdown-menu-left{left:0;right:auto}.dream-filter .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dream-filter .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.dream-filter .pull-right>.dropdown-menu{right:0;left:auto}.dream-filter .dropup .caret{border-top:0;border-bottom:4px dashed;content:""}.dream-filter .dropup .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.dream-filter .btn-group,.dream-filter .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.dream-filter .btn-group-vertical>.btn,.dream-filter .btn-group>.btn{position:relative;float:left}.dream-filter .btn-group-vertical>.btn.active,.dream-filter .btn-group-vertical>.btn:active,.dream-filter .btn-group-vertical>.btn:focus,.dream-filter .btn-group-vertical>.btn:hover,.dream-filter .btn-group>.btn.active,.dream-filter .btn-group>.btn:active,.dream-filter .btn-group>.btn:focus,.dream-filter .btn-group>.btn:hover{z-index:2}.dream-filter .btn-group .btn+.btn,.dream-filter .btn-group .btn+.btn-group,.dream-filter .btn-group .btn-group+.btn,.dream-filter .btn-group .btn-group+.btn-group{margin-left:-1px}.dream-filter .btn-toolbar{margin-left:-5px}.dream-filter .btn-toolbar .btn,.dream-filter .btn-toolbar .btn-group,.dream-filter .btn-toolbar .input-group{float:left}.dream-filter .btn-toolbar>.btn,.dream-filter .btn-toolbar>.btn-group,.dream-filter .btn-toolbar>.input-group{margin-left:5px}.dream-filter .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.dream-filter .btn-group>.btn:first-child{margin-left:0}.dream-filter .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.dream-filter .btn-group>.btn:last-child:not(:first-child),.dream-filter .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dream-filter .btn-group>.btn-group{float:left}.dream-filter .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.dream-filter .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.dream-filter .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.dream-filter .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.dream-filter .btn-group .dropdown-toggle:active,.dream-filter .btn-group.open .dropdown-toggle{outline:0}.dream-filter .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.dream-filter .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.dream-filter .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.dream-filter .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.dream-filter .btn .caret{margin-left:0}.dream-filter .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dream-filter .dropup .btn-lg .caret{border-width:0 5px 5px}.dream-filter .btn-group-vertical>.btn,.dream-filter .btn-group-vertical>.btn-group,.dream-filter .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.dream-filter .btn-group-vertical>.btn-group>.btn{float:none}.dream-filter .btn-group-vertical>.btn+.btn,.dream-filter .btn-group-vertical>.btn+.btn-group,.dream-filter .btn-group-vertical>.btn-group+.btn,.dream-filter .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.dream-filter .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.dream-filter .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.dream-filter .btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.dream-filter .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.dream-filter .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.dream-filter .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.dream-filter .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.dream-filter .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.dream-filter .btn-group-justified>.btn,.dream-filter .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.dream-filter .btn-group-justified>.btn-group .btn{width:100%}.dream-filter .btn-group-justified>.btn-group .dropdown-menu{left:auto}.dream-filter [data-toggle=buttons]>.btn input[type=checkbox],.dream-filter [data-toggle=buttons]>.btn input[type=radio],.dream-filter [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],.dream-filter [data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.dream-filter .input-group{position:relative;display:table;border-collapse:separate}.dream-filter .input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.dream-filter .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.dream-filter .input-group .form-control:focus{z-index:3}.dream-filter .input-group .form-control,.dream-filter .input-group-addon,.dream-filter .input-group-btn{display:table-cell}.dream-filter .input-group .form-control:not(:first-child):not(:last-child),.dream-filter .input-group-addon:not(:first-child):not(:last-child),.dream-filter .input-group-btn:not(:first-child):not(:last-child){border-radius:0}.dream-filter .input-group-addon,.dream-filter .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.dream-filter .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.dream-filter .input-group-addon input[type=checkbox],.dream-filter .input-group-addon input[type=radio]{margin-top:0}.dream-filter .input-group .form-control:first-child,.dream-filter .input-group-addon:first-child,.dream-filter .input-group-btn:first-child>.btn,.dream-filter .input-group-btn:first-child>.btn-group>.btn,.dream-filter .input-group-btn:first-child>.dropdown-toggle,.dream-filter .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.dream-filter .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.dream-filter .input-group-addon:first-child{border-right:0}.dream-filter .input-group .form-control:last-child,.dream-filter .input-group-addon:last-child,.dream-filter .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.dream-filter .input-group-btn:first-child>.btn:not(:first-child),.dream-filter .input-group-btn:last-child>.btn,.dream-filter .input-group-btn:last-child>.btn-group>.btn,.dream-filter .input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}.dream-filter .input-group-addon:last-child{border-left:0}.dream-filter .input-group-btn{position:relative;font-size:0;white-space:nowrap}.dream-filter .input-group-btn>.btn{position:relative}.dream-filter .input-group-btn>.btn+.btn{margin-left:-1px}.dream-filter .input-group-btn>.btn:active,.dream-filter .input-group-btn>.btn:focus,.dream-filter .input-group-btn>.btn:hover{z-index:2}.dream-filter .input-group-btn:first-child>.btn,.dream-filter .input-group-btn:first-child>.btn-group{margin-right:-1px}.dream-filter .input-group-btn:last-child>.btn,.dream-filter .input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.dream-filter .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.dream-filter .panel-body{padding:15px}.dream-filter .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.dream-filter .panel-heading>.dropdown .dropdown-toggle{color:inherit}.dream-filter .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.dream-filter .panel-title>.small,.dream-filter .panel-title>.small>a,.dream-filter .panel-title>a,.dream-filter .panel-title>small,.dream-filter .panel-title>small>a,.dream-filter .panel-title>span{color:inherit}.dream-filter .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.dream-filter .panel>.panel-collapse>.table,.dream-filter .panel>.table,.dream-filter .panel>.table-responsive>.table{margin-bottom:0}.dream-filter .panel>.panel-collapse>.table caption,.dream-filter .panel>.table caption,.dream-filter .panel>.table-responsive>.table caption{padding-left:15px;padding-right:15px}.dream-filter .panel-group{margin-bottom:20px}.dream-filter .panel-group .panel{margin-bottom:0;border-radius:4px}.dream-filter .panel-group .panel+.panel{margin-top:5px}.dream-filter .panel-group .panel-heading{border-bottom:0}.dream-filter .panel-group .panel-heading+.panel-collapse>.list-group,.dream-filter .panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.dream-filter .panel-group .panel-footer{border-top:0}.dream-filter .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.dream-filter .panel-default{border-color:#ddd}.dream-filter .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.dream-filter .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.dream-filter .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.dream-filter .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.dream-filter .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.dream-filter .close:focus,.dream-filter .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.dream-filter .close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.dream-filter .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0}.dream-filter .tooltip.in{opacity:.9}.dream-filter .tooltip.top{margin-top:-3px;padding:5px 0}.dream-filter .tooltip.right{margin-left:3px;padding:0 5px}.dream-filter .tooltip.bottom{margin-top:3px;padding:5px 0}.dream-filter .tooltip.left{margin-left:-3px;padding:0 5px}.dream-filter .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.dream-filter .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.dream-filter .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.dream-filter .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.dream-filter .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.dream-filter .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.dream-filter .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.dream-filter .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.dream-filter .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.dream-filter .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.dream-filter .clearfix:after,.dream-filter .clearfix:before,.dream-filter .dream-filter .btn-group-vertical>.btn-group:after,.dream-filter .dream-filter .btn-group-vertical>.btn-group:before,.dream-filter .dream-filter .btn-toolbar:after,.dream-filter .dream-filter .btn-toolbar:before,.dream-filter .dream-filter .form-horizontal .form-group:after,.dream-filter .dream-filter .form-horizontal .form-group:before,.dream-filter .dream-filter .panel-body:after,.dream-filter .dream-filter .panel-body:before{content:" ";display:table}.dream-filter .clearfix:after,.dream-filter .dream-filter .btn-group-vertical>.btn-group:after,.dream-filter .dream-filter .btn-toolbar:after,.dream-filter .dream-filter .form-horizontal .form-group:after,.dream-filter .dream-filter .panel-body:after{clear:both}.dream-filter .center-block{display:block;margin-left:auto;margin-right:auto}.dream-filter .pull-right{float:right!important}.dream-filter .pull-left{float:left!important}.dream-filter .hide{display:none!important}.dream-filter .show{display:block!important}.dream-filter .invisible{visibility:hidden}.dream-filter .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.dream-filter .hidden{display:none!important}@-ms-viewport{width:device-width}.dream-filter .visible-lg,.dream-filter .visible-md,.dream-filter .visible-sm,.dream-filter .visible-xs{display:none!important}.dream-filter .visible-lg-block,.dream-filter .visible-lg-inline,.dream-filter .visible-lg-inline-block,.dream-filter .visible-md-block,.dream-filter .visible-md-inline,.dream-filter .visible-md-inline-block,.dream-filter .visible-sm-block,.dream-filter .visible-sm-inline,.dream-filter .visible-sm-inline-block,.dream-filter .visible-xs-block,.dream-filter .visible-xs-inline,.dream-filter .visible-xs-inline-block{display:none!important}@media (max-width:767px){.dream-filter .visible-xs{display:block!important}table.dream-filter .visible-xs{display:table!important}tr.dream-filter .visible-xs{display:table-row!important}td.dream-filter .visible-xs,th.dream-filter .visible-xs{display:table-cell!important}}@media (max-width:767px){.dream-filter .visible-xs-block{display:block!important}}@media (max-width:767px){.dream-filter .visible-xs-inline{display:inline!important}}@media (max-width:767px){.dream-filter .visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.dream-filter .visible-sm{display:block!important}table.dream-filter .visible-sm{display:table!important}tr.dream-filter .visible-sm{display:table-row!important}td.dream-filter .visible-sm,th.dream-filter .visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.dream-filter .visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.dream-filter .visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.dream-filter .visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.dream-filter .visible-md{display:block!important}table.dream-filter .visible-md{display:table!important}tr.dream-filter .visible-md{display:table-row!important}td.dream-filter .visible-md,th.dream-filter .visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.dream-filter .visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.dream-filter .visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.dream-filter .visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.dream-filter .visible-lg{display:block!important}table.dream-filter .visible-lg{display:table!important}tr.dream-filter .visible-lg{display:table-row!important}td.dream-filter .visible-lg,th.dream-filter .visible-lg{display:table-cell!important}}@media (min-width:1200px){.dream-filter .visible-lg-block{display:block!important}}@media (min-width:1200px){.dream-filter .visible-lg-inline{display:inline!important}}@media (min-width:1200px){.dream-filter .visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.dream-filter .hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.dream-filter .hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.dream-filter .hidden-md{display:none!important}}@media (min-width:1200px){.dream-filter .hidden-lg{display:none!important}}

.dream-filter *,.dream-filter *:before,.dream-filter *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.dream-filter{position: relative;}.dream-filter img{border:0}.dream-filter .panel-group{margin-bottom:20px}.dream-filter .panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ccc}.dream-filter .panel{margin-bottom:0;border-radius:4px;border:1px solid #ccc}.dream-filter .panel+.panel{margin-top:5px}.dream-filter .panel-heading{padding:10px 15px;background:#f3f5f6;margin:0;border-top-left-radius:4px;border-top-right-radius:4px}.dream-filter .panel-heading span,.dream-filter .panel-heading a{color:inherit;text-decoration:none}.dream-filter .panel-title{margin-top:0;margin-bottom:0;font-size:16px}.dream-filter .rdf-group .radio,.dream-filter .rdf-group .checkbox,.dream-filter .rdf-group .image-filter{margin-top:10px;margin-bottom:10px}.dream-filter .rdf-group .radio>label>span,.dream-filter .rdf-group .checkbox>label>span,.dream-filter .rdf-group .image-filter>label>span{vertical-align:middle}.dream-filter .rdf-group .checkbox+.checkbox,.dream-filter .rdf-group .radio+.radio,.dream-filter .rdf-group .image-filter+.image-filter{margin-top:-5px}.dream-filter .form-horizontal .rdf-group .radio,.dream-filter .form-horizontal .rdf-group .checkbox,.dream-filter .form-horizontal .rdf-group .image-filter{margin-top:0;margin-bottom:0}.dream-filter .btn{padding:7.5px 12px;font-size:12px}.dream-filter .btn-block{display:block;width:100%}.dream-filter .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:0}.dream-filter .input-group{position:relative;display:table;border-collapse:separate}.dream-filter .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.dream-filter .input-group .form-control,.dream-filter .input-group .input-group-addon,.dream-filter .input-group .input-group-btn{display:table-cell}.dream-filter .irs{position:relative;display:block;height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:5px}.dream-filter .irs-with-grid{height:60px}.dream-filter .irs-line{display:block;position:relative;overflow:hidden;outline:none !important;height:10px;top:25px;border-radius:4px;background:#efefef;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.dream-filter .irs-bar{width:0;border-radius:0}.dream-filter .irs-bar-edge{width:14px;border-radius:0 0 0 0}.dream-filter .irs-bar,.dream-filter .irs-bar-edge{display:block;position:absolute;height:10px;left:0;top:25px;background:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);z-index:3}.dream-filter .irs-shadow{position:absolute;display:none;left:0;width:0;height:10px;top:25px;background:#222;opacity:.2;border-radius:0;z-index:1}.dream-filter .lt-ie9 .irs-shadow{filter:alpha(opacity=20)}.dream-filter .irs-handle{position:absolute;display:block;cursor:default;width:10px;height:18px;top:22px;border-radius:2px;z-index:4;border:1px solid #ccc;background:#fff;-webkit-transition:background .2s;transition:background .2s}.dream-filter .irs-handle.state_hover,.dream-filter .irs-handle:hover{background:#ededed}.dream-filter .irs-from,.dream-filter .irs-to,.dream-filter .irs-single,.dream-filter .irs-min,.dream-filter .irs-max{display:block;position:absolute;top:0;cursor:default;white-space:nowrap;line-height:1.333;text-shadow:none;font-size:10px;padding:1px 3px;border-radius:4px}.dream-filter .irs-min,.dream-filter .irs-max{color:#999;background:#f2f2f2}.dream-filter .irs-min{left:0}.dream-filter .irs-max{right:0}.dream-filter .irs-from,.dream-filter .irs-to,.dream-filter .irs-single{left:0;color:#fff;background:#428bca}.dream-filter .irs-from:after,.dream-filter .irs-to:after,.dream-filter .irs-single:after{content:"";display:block;position:absolute;bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#428bca}.dream-filter .irs-grid{display:none;position:absolute;left:0;bottom:0;width:100%;height:20px}.dream-filter .irs-with-grid .irs-grid{display:block}.dream-filter .irs-grid-pol{position:absolute;left:0;top:0;width:1px;height:8px;background:#999}.dream-filter .irs-grid-pol.small{height:4px}.dream-filter .irs-grid-text{position:absolute;left:0;bottom:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#999}.dream-filter .irs-disable-mask{display:block;position:absolute;left:-1%;top:0;height:100%;width:102%;cursor:default;background:rgba(0,0,0,0);z-index:2}.dream-filter .irs-disabled{opacity:.5}.dream-filter .lt-ie9 .irs-disabled{filter:alpha(opacity=40)}.dream-filter .irs-bar,.dream-filter .irs-bar-edge,.dream-filter .irs-handle{cursor:pointer}.dream-filter .irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.dream-filter .irs-notinit{opacity:.9;-webkit-transition:.3s;transition:.3s}.dream-filter>.rdf-form.initialized .rdf-body{display:block !important}.dream-filter>.rdf-form .rdf-header,.dream-filter>.rdf-form .rdf-footer,.dream-filter>.rdf-form .rdf-body{display:block;position:relative}.dream-filter>.rdf-form .rdf-footer{margin-bottom:15px}.dream-filter>.rdf-form .rdf-footer button+button{margin-top:10px}.dream-filter .panel-body{padding:0;position:relative;overflow:hidden}.dream-filter .panel-body .form-group{display:block;margin:0}.dream-filter .panel-body .form-group>.rdf-group{display:block}.dream-filter .panel-title{display:block}.dream-filter .panel-title>span,.dream-filter .panel-title a{display:block;cursor:pointer}.dream-filter .panel-title svg{width:14px;height:16px;float:right;margin-left:4px}.dream-filter .panel-title:before,.dream-filter .panel-title:after{content:' ';display:table;clear:both}.dream-filter .rdf-group{position:relative;margin:0}.dream-filter .rdf-group .radio input:disabled+img,.dream-filter .rdf-group .checkbox input:disabled+img,.dream-filter .rdf-group .image-filter input:disabled+img,.dream-filter .rdf-group .radio input:disabled+span,.dream-filter .rdf-group .checkbox input:disabled+span,.dream-filter .rdf-group .image-filter input:disabled+span,.dream-filter .rdf-group .radio input:disabled~span,.dream-filter .rdf-group .checkbox input:disabled~span,.dream-filter .rdf-group .image-filter input:disabled~span{opacity:.6}.dream-filter .rdf-group .radio>label,.dream-filter .rdf-group .checkbox>label,.dream-filter .rdf-group .image-filter>label{float:none}.dream-filter .rdf-group .radio>label>span,.dream-filter .rdf-group .checkbox>label>span,.dream-filter .rdf-group .image-filter>label>span,.dream-filter .rdf-group .radio>label>input+span,.dream-filter .rdf-group .checkbox>label>input+span,.dream-filter .rdf-group .image-filter>label>input+span{position:initial;margin:0;background:none;width:auto;height:auto;border:none;-webkit-box-shadow:none;box-shadow:none;outline:none}.dream-filter .rdf-group .slidewrapper{min-height:40px}.dream-filter .rdf-group .rdf-clear,.dream-filter .rdf-group .rdf-label{text-align:center;white-space:nowrap;vertical-align:baseline}.dream-filter .rdf-group .rdf-clear{cursor:pointer;padding:0 3px;font-size:150%;color:#444}.dream-filter .rdf-group .rdf-clear:hover{color:#b71c1c}.dream-filter .rdf-group .rdf-clear:empty,.dream-filter .rdf-group .rdf-clear+.rdf-label{display:none !important}.dream-filter .rdf-group .rdf-label{margin:0;padding:0 5px;font-size:90%;font-weight:500;background:#428bca;color:#fff;border-radius:4px}.dream-filter .rdf-group .rdf-label:empty{display:none !important}.dream-filter .rdf-group .input-group{width:100%}.dream-filter .rdf-group .input-group .form-control:first-child:last-child{border-radius:4px}.dream-filter .rdf-group .input-group .rdf-clear.input-group-addon{display:table-cell;position:relative;height:inherit;margin:0;width:20px;text-align:center;vertical-align:middle;top:0}.dream-filter .rdf-picked .btn{padding:0 5px;margin:0 5px 5px 0;font-size:12px;height:24px;line-height:24px;border-radius:3px}.dream-filter .rdf-picked .btn>i{font-size:14px;margin-left:3px}.dream-filter .image-filter{display:block;position:relative;margin-bottom:5px}label.dream-filter .image-filter,.dream-filter .image-filter label{cursor:pointer;margin:0}.dream-filter .image-filter img{display:inline-block;vertical-align:middle;overflow:hidden;padding:0;border-radius:4px;border:3px solid transparent;opacity:.8;margin-right:5px;-webkit-transition:.2s;transition:.2s}.dream-filter .image-filter input{display:none}.dream-filter .image-filter input:checked+img{border-color:#428bca;background-color:#428bca;opacity:1}.dream-filter svg{display:inline-block;overflow:hidden;fill:currentColor}.dream-filter .rdf-truncate-height{overflow-y:auto}.dream-filter .rdf-truncate-height .rdf-group{overflow-y:hidden}.dream-filter .rdf-truncate-element .rdf-group{max-height:0;overflow-y:hidden}.dream-filter .rdf-truncate-element .rdf-truncate-show,.dream-filter .rdf-truncate-element .rdf-truncate-hide{padding:5px 15px;font-weight:bold;cursor:pointer}.dream-filter .rdf-truncate-element .rdf-truncate-show{display:block}.dream-filter .rdf-truncate-element .rdf-truncate-hide{display:none}.dream-filter .rdf-truncate-element.rdf-full .rdf-truncate-show,.dream-filter .rdf-truncate-element.rdf-show .rdf-truncate-show{display:none}.dream-filter .rdf-truncate-element.rdf-show .rdf-truncate-hide{display:block}.dream-filter .rdf-truncate-width{white-space:nowrap;overflow-x:auto}.dream-filter .scroll-wrapper .scroll-element{display:none}.dream-filter .scroll-wrapper .scroll-element,.dream-filter .scroll-wrapper .scroll-element div{-webkit-box-sizing:content-box;box-sizing:content-box;border:none;margin:0;padding:0;position:absolute;z-index:10}.dream-filter .scroll-wrapper .scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.dream-filter .scroll-wrapper .scroll-element.scroll-y{height:100%;right:2px;top:0;width:8px}.dream-filter .scroll-wrapper .scroll-element.scroll-x{width:100%;left:0;bottom:2px;height:8px}.dream-filter .scroll-wrapper .scroll-element .scroll-element_outer{overflow:hidden}.dream-filter .scroll-wrapper .scroll-element .scroll-element_outer,.dream-filter .scroll-wrapper .scroll-element .scroll-element_track,.dream-filter .scroll-wrapper .scroll-element .scroll-bar{border-radius:8px}.dream-filter .scroll-wrapper .scroll-element .scroll-element_track,.dream-filter .scroll-wrapper .scroll-element .scroll-bar{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);opacity:.4}.dream-filter .scroll-wrapper .scroll-element .scroll-element_track{background-color:#d0d0d0}.dream-filter .scroll-wrapper .scroll-element .scroll-bar{background-color:#aaa}.dream-filter .scroll-wrapper .scroll-element:hover .scroll-bar,.dream-filter .scroll-wrapper .scroll-element.scroll-draggable .scroll-bar{background-color:#777}.dream-filter .scroll-wrapper .scroll-element.scroll-x.scroll-scrollx_visible,.dream-filter .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible{display:block}.dream-filter .scroll-wrapper .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-12px}.dream-filter .scroll-wrapper .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-12px}.dream-filter .popper{display:none;position:absolute;background-color:#fff;width:180px;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.2),0 5px 15px 0 rgba(0,0,0,0.19);box-shadow:0 2px 5px 0 rgba(0,0,0,0.2),0 5px 15px 0 rgba(0,0,0,0.19);padding:10px;text-align:center;z-index:10030}.dream-filter .popper>span{display:block;margin-bottom:5px}.dream-filter .popper .popper-arrow,.dream-filter .popper .popper-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.dream-filter .popper .popper-arrow{border-width:11px}.dream-filter .popper .popper-arrow:after{border-width:10px;content:""}.dream-filter .popper[x-placement^="top"]{margin-bottom:10px}.dream-filter .popper[x-placement^="top"] .popper-arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#ccc;bottom:-11px}.dream-filter .popper[x-placement^="top"] .popper-arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.dream-filter .popper[x-placement^="bottom"]{margin-top:10px}.dream-filter .popper[x-placement^="bottom"] .popper-arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#ccc;top:-11px}.dream-filter .popper[x-placement^="bottom"] .popper-arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.dream-filter .popper[x-placement^="right"]{margin-left:10px}.dream-filter .popper[x-placement^="right"] .popper-arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#ccc}.dream-filter .popper[x-placement^="right"] .popper-arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.dream-filter .popper[x-placement^="left"]{margin-right:10px}.dream-filter .popper[x-placement^="left"] .popper-arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#ccc}.dream-filter .popper[x-placement^="left"] .popper-arrow:after{content:" ";right:1px;bottom:-10px;border-right-width:0;border-left-color:#fff}@media (max-width:767px){.dream-filter .popper{width:150px}}.dream-filter.filter-vertical .rdf-group{padding:10px 15px}.dream-filter.filter-vertical .rdf-group .radio,.dream-filter.filter-vertical .rdf-group .checkbox,.dream-filter.filter-vertical .rdf-group .image-filter{display:block;position:relative;padding-right:20px}.dream-filter.filter-vertical .rdf-group .radio>label,.dream-filter.filter-vertical .rdf-group .checkbox>label,.dream-filter.filter-vertical .rdf-group .image-filter>label{display:block}.dream-filter.filter-vertical .rdf-group .radio:first-child,.dream-filter.filter-vertical .rdf-group .checkbox:first-child,.dream-filter.filter-vertical .rdf-group .image-filter:first-child{margin-top:0}.dream-filter.filter-vertical .rdf-group .radio:last-child,.dream-filter.filter-vertical .rdf-group .checkbox:last-child,.dream-filter.filter-vertical .rdf-group .image-filter:last-child{margin-bottom:0}.dream-filter.filter-vertical .rdf-group .rdf-clear,.dream-filter.filter-vertical .rdf-group .rdf-label{display:block;position:absolute;top:50%;right:0;height:20px;line-height:20px;margin-top:-10px}.dream-filter.filter-vertical .rdf-group .rdf-clear{z-index:10}.dream-filter.filter-horizontal .rdf-group{padding:10px 15px}.dream-filter.filter-horizontal .rdf-group .irs{margin:0}.dream-filter.filter-horizontal .rdf-group .radio,.dream-filter.filter-horizontal .rdf-group .checkbox,.dream-filter.filter-horizontal .rdf-group .image-filter{display:inline-block;margin-right:10px}.dream-filter.filter-horizontal .rdf-group .rdf-clear,.dream-filter.filter-horizontal .rdf-group .rdf-label{display:inline-block;height:18px;line-height:18px}.dream-filter.filter-horizontal .rdf-group .rdf-clear{vertical-align:middle;margin-bottom:2px}.dream-filter.filter-horizontal .panel-body .form-group+.form-group{border-top:1px solid #ccc}.dream-filter.filter-horizontal .rdf-control-label{font-weight:bold;padding-top:5px;margin:0}@media (min-width:768px){.dream-filter.filter-horizontal .rdf-control-label{padding-top:17px;text-align:right}}.dream-filter.filter-horizontal .rdf-filter-container{padding:0}.dream-filter.filter-horizontal .rdf-footer{text-align:right}.dream-filter.filter-horizontal .rdf-footer button+button{margin-top:0}#column-left .dream-filter.filter-horizontal .rdf-control-label,#column-right .dream-filter.filter-horizontal .rdf-control-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dream-filter .btn.btn-material,.dream-filter .btn.btn-material-reset,.dream-filter .btn.btn-flat,.dream-filter .btn.btn-flat-reset,.dream-filter .btn.btn-funky,.dream-filter .btn.btn-funky-reset,.dream-filter .btn.btn-raised,.dream-filter .btn.btn-raised-reset,.dream-filter .btn.btn-outline,.dream-filter .btn.btn-outline-reset,.dream-filter .btn.btn-shaped,.dream-filter .btn.btn-shaped-reset,.dream-filter .btn.btn-clean,.dream-filter .btn.btn-clean-reset,.dream-filter .btn.btn-light,.dream-filter .btn.btn-light-reset{outline:none !important;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-transition:.2s ease-out;transition:.2s ease-out;-webkit-tap-highlight-color:transparent}.dream-filter .btn.btn-material,.dream-filter .btn.btn-material-reset,.dream-filter .btn.btn-flat,.dream-filter .btn.btn-flat-reset{border:none;border-radius:2px;text-transform:uppercase;letter-spacing:.5px;-webkit-box-shadow:none;box-shadow:none}.dream-filter .btn.btn-material,.dream-filter .btn.btn-material-reset{-webkit-box-shadow:0 2px 2px 0 rgba(153,153,153,0.14),0 3px 1px -2px rgba(153,153,153,0.2),0 1px 5px 0 rgba(153,153,153,0.12);box-shadow:0 2px 2px 0 rgba(153,153,153,0.14),0 3px 1px -2px rgba(153,153,153,0.2),0 1px 5px 0 rgba(153,153,153,0.12)}.dream-filter .btn.btn-material:hover,.dream-filter .btn.btn-material-reset:hover,.dream-filter .btn.btn-material:focus,.dream-filter .btn.btn-material-reset:focus,.dream-filter .btn.btn-material:active,.dream-filter .btn.btn-material-reset:active{-webkit-box-shadow:0 10px 20px -9px rgba(153,153,153,0.42),0 3px 17px 0 rgba(0,0,0,0.12),0 6px 8px -4px rgba(153,153,153,0.2);box-shadow:0 10px 20px -9px rgba(153,153,153,0.42),0 3px 17px 0 rgba(0,0,0,0.12),0 6px 8px -4px rgba(153,153,153,0.2)}.dream-filter .btn.btn-material{background:#428bca;color:#fff}.dream-filter .btn.btn-material:hover,.dream-filter .btn.btn-material:focus{background:#5e9cd2}.dream-filter .btn.btn-material:active{background:#3379b5}.dream-filter .btn.btn-material-reset{background:#e4e4e4;color:#444}.dream-filter .btn.btn-material-reset:hover,.dream-filter .btn.btn-material-reset:focus{background:#ececec}.dream-filter .btn.btn-material-reset:active{background:#d7d7d7}.dream-filter .btn.btn-flat,.dream-filter .btn.btn-flat-reset{background:#fff}.dream-filter .btn.btn-flat:hover,.dream-filter .btn.btn-flat-reset:hover,.dream-filter .btn.btn-flat:focus,.dream-filter .btn.btn-flat-reset:focus{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2)}.dream-filter .btn.btn-flat:active,.dream-filter .btn.btn-flat-reset:active{background:#cde1f1}.dream-filter .btn.btn-flat{color:#428bca}.dream-filter .btn.btn-flat-reset{color:#444}.dream-filter .btn.btn-raised,.dream-filter .btn.btn-raised-reset{height:34px;border-radius:17px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.8),inset 0 -1px 1px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.15);box-shadow:inset 0 1px 0 rgba(255,255,255,0.8),inset 0 -1px 1px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.15)}.dream-filter .btn.btn-raised:hover,.dream-filter .btn.btn-raised-reset:hover,.dream-filter .btn.btn-raised:focus,.dream-filter .btn.btn-raised-reset:focus{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.8),inset 0 -1px 1px rgba(0,0,0,0.1),0 4px 6px rgba(0,0,0,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.8),inset 0 -1px 1px rgba(0,0,0,0.1),0 4px 6px rgba(0,0,0,0.2)}.dream-filter .btn.btn-raised:active,.dream-filter .btn.btn-raised-reset:active{-webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,0.25),inset 0 -1px 1px rgba(255,255,255,0.6),0 -1px 1px rgba(0,0,0,0.2);box-shadow:inset 0 2px 2px rgba(0,0,0,0.25),inset 0 -1px 1px rgba(255,255,255,0.6),0 -1px 1px rgba(0,0,0,0.2)}.dream-filter .btn.btn-raised{color:#fff;border:1px solid #357ebd;background:#428bca;background:-webkit-gradient(linear, left bottom, left top, from(#65b1f4), to(#428bca));background:linear-gradient(to top, #65b1f4, #428bca);text-shadow:1px 1px 0 rgba(255,255,255,0.2)}.dream-filter .btn.btn-raised-reset{color:#444;border:1px solid #ccc;background:#e4e4e4;background:-webkit-gradient(linear, left bottom, left top, from(#fefefe), to(#e4e4e4));background:linear-gradient(to top, #fefefe, #e4e4e4);text-shadow:1px 1px 0 rgba(68,68,68,0.2)}.dream-filter .btn.btn-outline,.dream-filter .btn.btn-outline-reset{height:34px;border-radius:17px;background:#fff;text-transform:uppercase;letter-spacing:.5px;-webkit-box-shadow:none;box-shadow:none;font-weight:600}.dream-filter .btn.btn-outline{color:#428bca;border:2px solid #428bca}.dream-filter .btn.btn-outline:hover,.dream-filter .btn.btn-outline:focus,.dream-filter .btn.btn-outline:active{color:#2a6496;border-color:#2a6496}.dream-filter .btn.btn-outline-reset{color:#999;border:2px solid #999}.dream-filter .btn.btn-outline-reset:hover,.dream-filter .btn.btn-outline-reset:focus,.dream-filter .btn.btn-outline-reset:active{color:#737373;border-color:#737373}.dream-filter .btn.btn-shaped,.dream-filter .btn.btn-shaped-reset{border-radius:2px 17px;border:none}.dream-filter .btn.btn-shaped{color:#fff;border:none;background:#428bca}.dream-filter .btn.btn-shaped:hover,.dream-filter .btn.btn-shaped:focus{background-color:#5e9cd2}.dream-filter .btn.btn-shaped:active{background-color:#3071a9}.dream-filter .btn.btn-shaped-reset{color:#fff;border:none;background:#999}.dream-filter .btn.btn-shaped-reset:hover,.dream-filter .btn.btn-shaped-reset:focus{background-color:#a6a6a6}.dream-filter .btn.btn-shaped-reset:active{background-color:#808080}.dream-filter .btn.btn-clean,.dream-filter .btn.btn-clean-reset{position:relative;border-radius:0;border:1px solid transparent;background:#fff;text-transform:uppercase;letter-spacing:.5px;-webkit-box-shadow:none;box-shadow:none}.dream-filter .btn.btn-clean:before,.dream-filter .btn.btn-clean-reset:before,.dream-filter .btn.btn-clean:after,.dream-filter .btn.btn-clean-reset:after{content:'';display:block;position:absolute;width:25px;height:25px;z-index:1}.dream-filter .btn.btn-clean:before,.dream-filter .btn.btn-clean-reset:before{top:-2px;left:-2px}.dream-filter .btn.btn-clean:after,.dream-filter .btn.btn-clean-reset:after{bottom:-2px;right:-2px}.dream-filter .btn.btn-clean{color:#428bca;border-color:#428bca}.dream-filter .btn.btn-clean:before{top:-3px;left:-3px;border-top:3px solid #42c4ca;border-left:3px solid #42c4ca}.dream-filter .btn.btn-clean:after{bottom:-3px;right:-3px;border-bottom:3px solid #42c4ca;border-right:3px solid #42c4ca}.dream-filter .btn.btn-clean-reset{color:#42c4ca;border-color:#42c4ca}.dream-filter .btn.btn-clean-reset:before{top:-3px;left:-3px;border-top:3px solid #428bca;border-left:3px solid #428bca}.dream-filter .btn.btn-clean-reset:after{bottom:-3px;right:-3px;border-bottom:3px solid #428bca;border-right:3px solid #428bca}.dream-filter .btn.btn-light,.dream-filter .btn.btn-light-reset{border:1px solid transparent;height:42px;padding-left:21px;padding-right:21px;border-radius:21px;background:#fff;border-color:#428bca;text-transform:uppercase;letter-spacing:.5px;-webkit-box-shadow:none;box-shadow:none;color:#428bca;font-weight:400}.dream-filter .btn.btn-light{color:#fff;background:#428bca}.dream-filter .btn.btn-light:hover,.dream-filter .btn.btn-light:focus{color:#fff;border-color:#2a6496;background:#2a6496}.dream-filter .btn.btn-light:active{color:#fff;border-color:#6aa3d5;background:#6aa3d5}.dream-filter .btn.btn-light-reset:hover,.dream-filter .btn.btn-light-reset:focus{color:#fff;border-color:#428bca;background:#428bca}.dream-filter .btn.btn-light-reset:active{color:#fff;border-color:#6aa3d5;background:#6aa3d5}.dream-filter.rdf-mobile-view{position:fixed;z-index:10020;top:0;bottom: 0;}.dream-filter.rdf-mobile-view.show{z-index: 200000;}.dream-filter.rdf-mobile-view .slidewrapper{min-height:65px}.dream-filter.rdf-mobile-view .btn.rdf-mobile-toggle{display:block;position:absolute;top:0;left:100%;width:auto;height:35px;line-height:25px;padding:5px 10px;padding-left:15px;text-align:center;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1)}.dream-filter.rdf-mobile-view .rdf-form{display:block;position:relative;overflow:hidden;width:250px;background:#fff;height: 100%;border:1px solid #ccc;padding:5px;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.2),0 5px 15px 0 rgba(0,0,0,0.19);box-shadow:0 2px 5px 0 rgba(0,0,0,0.2),0 5px 15px 0 rgba(0,0,0,0.19)}.dream-filter.rdf-mobile-view .rdf-header,.dream-filter.rdf-mobile-view .rdf-footer{padding:10px 0}.dream-filter.rdf-mobile-view .rdf-header>*,.dream-filter.rdf-mobile-view .rdf-footer>*{margin:0}.dream-filter.rdf-mobile-view .rdf-header{border-bottom:1px solid #ccc}.dream-filter.rdf-mobile-view .rdf-footer{margin:0;border-top:1px solid #ccc;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dream-filter.rdf-mobile-view .rdf-footer button{display:inline-block;width:auto;margin:0;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.dream-filter.rdf-mobile-view .rdf-footer button+button{margin-top:0;margin-left:10px}.dream-filter.rdf-mobile-view .rdf-filters{position:relative;overflow-x:hidden;overflow-y:auto;max-height:inherit}.dream-filter.rdf-mobile-view .rdf-filters .rdf-picked{padding-top:10px}.dream-filter.rdf-mobile-view .rdf-filters .panel-group{border:none;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:10px 0}.dream-filter.rdf-mobile-view .rdf-filters.scroll-content .panel-group{padding-right:15px}.dream-filter.rdf-mobile-view.filter-horizontal .rdf-filters>.panel-group>.panel{border:none}.dream-filter.rdf-mobile-view.filter-horizontal .rdf-control-label,.dream-filter.rdf-mobile-view.filter-horizontal .rdf-filter-container{display:block;position:relative;float:none;width:100%}.dream-filter.rdf-mobile-view.filter-horizontal .rdf-control-label{padding:10px 0 7px;text-align:inherit;border-bottom:1px solid #d9d9d9}.dream-filter.rdf-mobile-view.filter-horizontal .rdf-filter-container{padding:5px 0}.dream-filter.rdf-mobile-view.filter-horizontal .rdf-group{padding:0;max-height:120px;overflow-x:hidden;overflow-y:auto}.dream-filter.rdf-mobile-view.filter-horizontal .rdf-group .radio,.dream-filter.rdf-mobile-view.filter-horizontal .rdf-group .checkbox,.dream-filter.rdf-mobile-view.filter-horizontal .rdf-group .image-filter{display:block;position:relative;padding-right:20px;margin:0}.dream-filter.rdf-mobile-view.filter-horizontal .rdf-group .rdf-clear,.dream-filter.rdf-mobile-view.filter-horizontal .rdf-group .rdf-label{display:block;position:absolute;top:50%;right:0;height:20px;line-height:20px;margin-top:-10px}.dream-filter.rdf-mobile-view.filter-horizontal .rdf-group.scroll-content{padding-right:10px}.dream-filter.rdf-mobile-view.rdf-side-left .rdf-mobile-toggle{border-left:none;border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.dream-filter.rdf-mobile-view.rdf-side-right .rdf-mobile-toggle{border-right:none;left:auto;right:100%;padding-left:10px;padding-right:15px;border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.dream-filter.rdf-mobile-view.rdf-side-right .rdf-filters.scroll-wrapper>.scroll-element.scroll-y{right:auto;left:2px}.dream-filter.rdf-mobile-view.rdf-side-right .rdf-filters.scroll-content .panel-group{padding-right:0;padding-left:15px}.dream-filter .rdf-mobile-toggle{display:none}.dream-filter .rdf-mobile-toggle svg{width:22px;height:22px}.dream-filter .rdf-collapse{display:none;-webkit-box-sizing:border-box;box-sizing:border-box}.dream-filter .rdf-collapse.in{display:block}.dream-filter .rdf-collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .4s ease-in-out,visibility .4s ease-in-out;transition:height .4s ease-in-out,visibility .4s ease-in-out}.rdr-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;z-index:10010;opacity:0}.rdf-container{position:relative;opacity:1}.rdf-loader{position:absolute;top:250px;left:0;right:0;height:auto;text-align:center;z-index:10000;visibility:hidden;opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.rdf-loading>*{opacity:.5}.rdf-loading .rdf-loader{visibility:visible;opacity:1}.rdf-loading .rdf-loader>div{display:inline-block}@-webkit-keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.rdf-loader .ball-pulse>div:nth-child(1){-webkit-animation:scale .75s -0.24s infinite cubic-bezier(.2, .68, .18, 1.08);animation:scale .75s -0.24s infinite cubic-bezier(.2, .68, .18, 1.08)}.rdf-loader .ball-pulse>div:nth-child(2){-webkit-animation:scale .75s -0.12s infinite cubic-bezier(.2, .68, .18, 1.08);animation:scale .75s -0.12s infinite cubic-bezier(.2, .68, .18, 1.08)}.rdf-loader .ball-pulse>div:nth-child(3){-webkit-animation:scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);animation:scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)}.rdf-loader .ball-pulse>div{background-color:#428bca;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.rdf-loader .ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -0.14s infinite ease-in-out;animation:ball-pulse-sync .6s -0.14s infinite ease-in-out}.rdf-loader .ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -0.07s infinite ease-in-out;animation:ball-pulse-sync .6s -0.07s infinite ease-in-out}.rdf-loader .ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}.rdf-loader .ball-pulse-sync>div{background-color:#428bca;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.rdf-loader .ball-scale>div{background-color:#428bca;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;height:60px;width:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.rdf-loader .ball-scale-random{width:37px;height:40px}.rdf-loader .ball-scale-random>div{background-color:#428bca;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;display:inline-block;height:30px;width:30px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.rdf-loader .ball-scale-random>div:nth-child(1){margin-left:-7px;-webkit-animation:ball-scale 1s .2s ease-in-out infinite;animation:ball-scale 1s .2s ease-in-out infinite}.rdf-loader .ball-scale-random>div:nth-child(3){margin-left:-2px;margin-top:9px;-webkit-animation:ball-scale 1s .5s ease-in-out infinite;animation:ball-scale 1s .5s ease-in-out infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.rdf-loader .ball-rotate{position:relative}.rdf-loader .ball-rotate>div{background-color:#428bca;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:relative}.rdf-loader .ball-rotate>div:first-child{-webkit-animation:rotate 1s 0s cubic-bezier(.7, -0.13, .22, .86) infinite;animation:rotate 1s 0s cubic-bezier(.7, -0.13, .22, .86) infinite}.rdf-loader .ball-rotate>div:before,.rdf-loader .ball-rotate>div:after{background-color:#428bca;width:15px;height:15px;border-radius:100%;margin:2px;content:"";position:absolute;opacity:.8}.rdf-loader .ball-rotate>div:before{top:0;left:-28px}.rdf-loader .ball-rotate>div:after{top:0;left:25px}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.rdf-loader .ball-clip-rotate>div{border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;border:2px solid #428bca;border-bottom-color:transparent;height:26px;width:26px;background:transparent !important;display:inline-block;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}@keyframes rotate{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}.rdf-loader .ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px);transform:translateY(-15px)}.rdf-loader .ball-clip-rotate-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:0;left:0;border-radius:100%}.rdf-loader .ball-clip-rotate-pulse>div:first-child{background:#428bca;height:16px;width:16px;top:7px;left:-7px;-webkit-animation:scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;animation:scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite}.rdf-loader .ball-clip-rotate-pulse>div:last-child{position:absolute;width:30px;height:30px;left:-16px;top:-2px;background:transparent;border:2px solid;border-color:#428bca transparent #428bca transparent;-webkit-animation:rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;animation:rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;-webkit-animation-duration:1s;animation-duration:1s}@keyframes rotate{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.rdf-loader .ball-clip-rotate-multiple{position:relative}.rdf-loader .ball-clip-rotate-multiple>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;left:-20px;top:-20px;border:2px solid #428bca;border-bottom-color:transparent;border-top-color:transparent;border-radius:100%;height:35px;width:35px;-webkit-animation:rotate 1s 0s ease-in-out infinite;animation:rotate 1s 0s ease-in-out infinite}.rdf-loader .ball-clip-rotate-multiple>div:last-child{display:inline-block;top:-10px;left:-10px;width:15px;height:15px;-webkit-animation-duration:.5s;animation-duration:.5s;border-color:#428bca transparent #428bca transparent;-webkit-animation-direction:reverse;animation-direction:reverse}@-webkit-keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.rdf-loader .ball-scale-ripple>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;height:50px;width:50px;border-radius:100%;border:2px solid #428bca;-webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8)}@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.rdf-loader .ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);transform:translateY(-25px)}.rdf-loader .ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.rdf-loader .ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:-0.6s;animation-delay:-0.6s}.rdf-loader .ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-0.4s;animation-delay:-0.4s}.rdf-loader .ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-0.2s;animation-delay:-0.2s}.rdf-loader .ball-scale-ripple-multiple>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:-2px;left:-26px;width:50px;height:50px;border-radius:100%;border:2px solid #428bca;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8)}@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.rdf-loader .ball-beat>div{background-color:#428bca;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:ball-beat .7s 0s infinite linear;animation:ball-beat .7s 0s infinite linear}.rdf-loader .ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-0.35s !important;animation-delay:-0.35s !important}@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.rdf-loader .ball-scale-multiple{position:relative;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.rdf-loader .ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-0.4s;animation-delay:-0.4s}.rdf-loader .ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-0.2s;animation-delay:-0.2s}.rdf-loader .ball-scale-multiple>div{background-color:#428bca;border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;left:-30px;top:0;opacity:0;margin:0;width:60px;height:60px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}@-webkit-keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px, -50px);transform:translate(25px, -50px)}66%{-webkit-transform:translate(50px, 0);transform:translate(50px, 0)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px, -50px);transform:translate(25px, -50px)}66%{-webkit-transform:translate(50px, 0);transform:translate(50px, 0)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px, 50px);transform:translate(25px, 50px)}66%{-webkit-transform:translate(-25px, 50px);transform:translate(-25px, 50px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px, 50px);transform:translate(25px, 50px)}66%{-webkit-transform:translate(-25px, 50px);transform:translate(-25px, 50px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px, 0);transform:translate(-50px, 0)}66%{-webkit-transform:translate(-25px, -50px);transform:translate(-25px, -50px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px, 0);transform:translate(-50px, 0)}66%{-webkit-transform:translate(-25px, -50px);transform:translate(-25px, -50px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.rdf-loader .ball-triangle-path{position:relative;-webkit-transform:translate(-29.994px, -37.50938px);transform:translate(-29.994px, -37.50938px)}.rdf-loader .ball-triangle-path>div:nth-child(1){-webkit-animation-name:ball-triangle-path-1;animation-name:ball-triangle-path-1;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.rdf-loader .ball-triangle-path>div:nth-child(2){-webkit-animation-name:ball-triangle-path-2;animation-name:ball-triangle-path-2;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.rdf-loader .ball-triangle-path>div:nth-child(3){-webkit-animation-name:ball-triangle-path-3;animation-name:ball-triangle-path-3;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.rdf-loader .ball-triangle-path>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:10px;height:10px;border-radius:100%;border:1px solid #428bca}.rdf-loader .ball-triangle-path>div:nth-of-type(1){top:50px}.rdf-loader .ball-triangle-path>div:nth-of-type(2){left:25px}.rdf-loader .ball-triangle-path>div:nth-of-type(3){top:50px;left:50px}@-webkit-keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:scale(.75) translateY(0);transform:scale(.75) translateY(0)}}@keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:scale(.75) translateY(0);transform:scale(.75) translateY(0)}}.rdf-loader .ball-pulse-rise>div{background-color:#428bca;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.15, .46, .9, .6);animation-timing-function:cubic-bezier(.15, .46, .9, .6);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0s;animation-delay:0s}.rdf-loader .ball-pulse-rise>div:nth-child(2n){-webkit-animation-name:ball-pulse-rise-even;animation-name:ball-pulse-rise-even}.rdf-loader .ball-pulse-rise>div:nth-child(2n-1){-webkit-animation-name:ball-pulse-rise-odd;animation-name:ball-pulse-rise-odd}@-webkit-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}.rdf-loader .ball-grid-beat{width:57px}.rdf-loader .ball-grid-beat>div:nth-child(1){-webkit-animation-delay:.15s;animation-delay:.15s;-webkit-animation-duration:1.45s;animation-duration:1.45s}.rdf-loader .ball-grid-beat>div:nth-child(2){-webkit-animation-delay:-0.02s;animation-delay:-0.02s;-webkit-animation-duration:.97s;animation-duration:.97s}.rdf-loader .ball-grid-beat>div:nth-child(3){-webkit-animation-delay:.66s;animation-delay:.66s;-webkit-animation-duration:1.23s;animation-duration:1.23s}.rdf-loader .ball-grid-beat>div:nth-child(4){-webkit-animation-delay:.64s;animation-delay:.64s;-webkit-animation-duration:1.24s;animation-duration:1.24s}.rdf-loader .ball-grid-beat>div:nth-child(5){-webkit-animation-delay:-0.19s;animation-delay:-0.19s;-webkit-animation-duration:1.13s;animation-duration:1.13s}.rdf-loader .ball-grid-beat>div:nth-child(6){-webkit-animation-delay:.69s;animation-delay:.69s;-webkit-animation-duration:1.42s;animation-duration:1.42s}.rdf-loader .ball-grid-beat>div:nth-child(7){-webkit-animation-delay:.58s;animation-delay:.58s;-webkit-animation-duration:1.14s;animation-duration:1.14s}.rdf-loader .ball-grid-beat>div:nth-child(8){-webkit-animation-delay:.21s;animation-delay:.21s;-webkit-animation-duration:1.17s;animation-duration:1.17s}.rdf-loader .ball-grid-beat>div:nth-child(9){-webkit-animation-delay:-0.18s;animation-delay:-0.18s;-webkit-animation-duration:.65s;animation-duration:.65s}.rdf-loader .ball-grid-beat>div{background-color:#428bca;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;float:left;-webkit-animation-name:ball-grid-beat;animation-name:ball-grid-beat;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.rdf-loader .ball-grid-pulse{width:57px}.rdf-loader .ball-grid-pulse>div:nth-child(1){-webkit-animation-delay:.22s;animation-delay:.22s;-webkit-animation-duration:.9s;animation-duration:.9s}.rdf-loader .ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:.64s;animation-delay:.64s;-webkit-animation-duration:1s;animation-duration:1s}.rdf-loader .ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:-0.15s;animation-delay:-0.15s;-webkit-animation-duration:.63s;animation-duration:.63s}.rdf-loader .ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:-0.03s;animation-delay:-0.03s;-webkit-animation-duration:1.24s;animation-duration:1.24s}.rdf-loader .ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:.08s;animation-delay:.08s;-webkit-animation-duration:1.37s;animation-duration:1.37s}.rdf-loader .ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:.43s;animation-delay:.43s;-webkit-animation-duration:1.55s;animation-duration:1.55s}.rdf-loader .ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:.05s;animation-delay:.05s;-webkit-animation-duration:.7s;animation-duration:.7s}.rdf-loader .ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:.05s;animation-delay:.05s;-webkit-animation-duration:.97s;animation-duration:.97s}.rdf-loader .ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-duration:.63s;animation-duration:.63s}.rdf-loader .ball-grid-pulse>div{background-color:#428bca;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;float:left;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.rdf-loader .ball-spin-fade-loader{position:relative;top:-10px;left:-10px}.rdf-loader .ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -0.96s infinite linear;animation:ball-spin-fade-loader 1s -0.96s infinite linear}.rdf-loader .ball-spin-fade-loader>div:nth-child(2){top:17.04545px;left:17.04545px;-webkit-animation:ball-spin-fade-loader 1s -0.84s infinite linear;animation:ball-spin-fade-loader 1s -0.84s infinite linear}.rdf-loader .ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -0.72s infinite linear;animation:ball-spin-fade-loader 1s -0.72s infinite linear}.rdf-loader .ball-spin-fade-loader>div:nth-child(4){top:-17.04545px;left:17.04545px;-webkit-animation:ball-spin-fade-loader 1s -0.6s infinite linear;animation:ball-spin-fade-loader 1s -0.6s infinite linear}.rdf-loader .ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -0.48s infinite linear;animation:ball-spin-fade-loader 1s -0.48s infinite linear}.rdf-loader .ball-spin-fade-loader>div:nth-child(6){top:-17.04545px;left:-17.04545px;-webkit-animation:ball-spin-fade-loader 1s -0.36s infinite linear;animation:ball-spin-fade-loader 1s -0.36s infinite linear}.rdf-loader .ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -0.24s infinite linear;animation:ball-spin-fade-loader 1s -0.24s infinite linear}.rdf-loader .ball-spin-fade-loader>div:nth-child(8){top:17.04545px;left:-17.04545px;-webkit-animation:ball-spin-fade-loader 1s -0.12s infinite linear;animation:ball-spin-fade-loader 1s -0.12s infinite linear}.rdf-loader .ball-spin-fade-loader>div{background-color:#428bca;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}@-webkit-keyframes ball-zig{33%{-webkit-transform:translate(-15px, -30px);transform:translate(-15px, -30px)}66%{-webkit-transform:translate(15px, -30px);transform:translate(15px, -30px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-zig{33%{-webkit-transform:translate(-15px, -30px);transform:translate(-15px, -30px)}66%{-webkit-transform:translate(15px, -30px);transform:translate(15px, -30px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes ball-zag{33%{-webkit-transform:translate(15px, 30px);transform:translate(15px, 30px)}66%{-webkit-transform:translate(-15px, 30px);transform:translate(-15px, 30px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-zag{33%{-webkit-transform:translate(15px, 30px);transform:translate(15px, 30px)}66%{-webkit-transform:translate(-15px, 30px);transform:translate(-15px, 30px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.rdf-loader .ball-zig-zag{position:relative;-webkit-transform:translate(-15px, -15px);transform:translate(-15px, -15px)}.rdf-loader .ball-zig-zag>div{background-color:#428bca;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;margin-left:15px;top:4px;left:-7px}.rdf-loader .ball-zig-zag>div:first-child{-webkit-animation:ball-zig .7s 0s infinite linear;animation:ball-zig .7s 0s infinite linear}.rdf-loader .ball-zig-zag>div:last-child{-webkit-animation:ball-zag .7s 0s infinite linear;animation:ball-zag .7s 0s infinite linear}@-webkit-keyframes ball-zig-deflect{17%{-webkit-transform:translate(-15px, -30px);transform:translate(-15px, -30px)}34%{-webkit-transform:translate(15px, -30px);transform:translate(15px, -30px)}50%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}67%{-webkit-transform:translate(15px, -30px);transform:translate(15px, -30px)}84%{-webkit-transform:translate(-15px, -30px);transform:translate(-15px, -30px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-zig-deflect{17%{-webkit-transform:translate(-15px, -30px);transform:translate(-15px, -30px)}34%{-webkit-transform:translate(15px, -30px);transform:translate(15px, -30px)}50%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}67%{-webkit-transform:translate(15px, -30px);transform:translate(15px, -30px)}84%{-webkit-transform:translate(-15px, -30px);transform:translate(-15px, -30px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes ball-zag-deflect{17%{-webkit-transform:translate(15px, 30px);transform:translate(15px, 30px)}34%{-webkit-transform:translate(-15px, 30px);transform:translate(-15px, 30px)}50%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}67%{-webkit-transform:translate(-15px, 30px);transform:translate(-15px, 30px)}84%{-webkit-transform:translate(15px, 30px);transform:translate(15px, 30px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-zag-deflect{17%{-webkit-transform:translate(15px, 30px);transform:translate(15px, 30px)}34%{-webkit-transform:translate(-15px, 30px);transform:translate(-15px, 30px)}50%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}67%{-webkit-transform:translate(-15px, 30px);transform:translate(-15px, 30px)}84%{-webkit-transform:translate(15px, 30px);transform:translate(15px, 30px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.rdf-loader .ball-zig-zag-deflect{position:relative;-webkit-transform:translate(-15px, -15px);transform:translate(-15px, -15px)}.rdf-loader .ball-zig-zag-deflect>div{background-color:#428bca;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;margin-left:15px;top:4px;left:-7px}.rdf-loader .ball-zig-zag-deflect>div:first-child{-webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;animation:ball-zig-deflect 1.5s 0s infinite linear}.rdf-loader .ball-zig-zag-deflect>div:last-child{-webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;animation:ball-zag-deflect 1.5s 0s infinite linear}@-webkit-keyframes line-scale{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes line-scale{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.rdf-loader .line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08);animation:line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08)}.rdf-loader .line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08);animation:line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08)}.rdf-loader .line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08);animation:line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08)}.rdf-loader .line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08);animation:line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08)}.rdf-loader .line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08)}.rdf-loader .line-scale>div{background-color:#428bca;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}@-webkit-keyframes line-scale-party{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes line-scale-party{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.rdf-loader .line-scale-party>div:nth-child(1){-webkit-animation-delay:.48s;animation-delay:.48s;-webkit-animation-duration:.54s;animation-duration:.54s}.rdf-loader .line-scale-party>div:nth-child(2){-webkit-animation-delay:-0.15s;animation-delay:-0.15s;-webkit-animation-duration:1.15s;animation-duration:1.15s}.rdf-loader .line-scale-party>div:nth-child(3){-webkit-animation-delay:.04s;animation-delay:.04s;-webkit-animation-duration:.77s;animation-duration:.77s}.rdf-loader .line-scale-party>div:nth-child(4){-webkit-animation-delay:-0.12s;animation-delay:-0.12s;-webkit-animation-duration:.61s;animation-duration:.61s}.rdf-loader .line-scale-party>div{background-color:#428bca;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes line-scale-pulse-out{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes line-scale-pulse-out{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.rdf-loader .line-scale-pulse-out>div{background-color:#428bca;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:line-scale-pulse-out .9s -0.6s infinite cubic-bezier(.85, .25, .37, .85);animation:line-scale-pulse-out .9s -0.6s infinite cubic-bezier(.85, .25, .37, .85)}.rdf-loader .line-scale-pulse-out>div:nth-child(2),.rdf-loader .line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-0.4s !important;animation-delay:-0.4s !important}.rdf-loader .line-scale-pulse-out>div:nth-child(1),.rdf-loader .line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-0.2s !important;animation-delay:-0.2s !important}@-webkit-keyframes line-scale-pulse-out-rapid{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}80%{-webkit-transform:scaleY(.3);transform:scaleY(.3)}90%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes line-scale-pulse-out-rapid{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}80%{-webkit-transform:scaleY(.3);transform:scaleY(.3)}90%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.rdf-loader .line-scale-pulse-out-rapid>div{background-color:#428bca;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;vertical-align:middle;-webkit-animation:line-scale-pulse-out-rapid .9s -0.5s infinite cubic-bezier(.11, .49, .38, .78);animation:line-scale-pulse-out-rapid .9s -0.5s infinite cubic-bezier(.11, .49, .38, .78)}.rdf-loader .line-scale-pulse-out-rapid>div:nth-child(2),.rdf-loader .line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-0.25s !important;animation-delay:-0.25s !important}.rdf-loader .line-scale-pulse-out-rapid>div:nth-child(1),.rdf-loader .line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s !important;animation-delay:0s !important}@-webkit-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}.rdf-loader .line-spin-fade-loader{position:relative;top:-10px;left:-4px}.rdf-loader .line-spin-fade-loader>div:nth-child(1){top:20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -0.84s infinite ease-in-out}.rdf-loader .line-spin-fade-loader>div:nth-child(2){top:13.63636px;left:13.63636px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -0.72s infinite ease-in-out}.rdf-loader .line-spin-fade-loader>div:nth-child(3){top:0;left:20px;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -0.6s infinite ease-in-out}.rdf-loader .line-spin-fade-loader>div:nth-child(4){top:-13.63636px;left:13.63636px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -0.48s infinite ease-in-out}.rdf-loader .line-spin-fade-loader>div:nth-child(5){top:-20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -0.36s infinite ease-in-out}.rdf-loader .line-spin-fade-loader>div:nth-child(6){top:-13.63636px;left:-13.63636px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -0.24s infinite ease-in-out}.rdf-loader .line-spin-fade-loader>div:nth-child(7){top:0;left:-20px;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -0.12s infinite ease-in-out}.rdf-loader .line-spin-fade-loader>div:nth-child(8){top:13.63636px;left:-13.63636px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out}.rdf-loader .line-spin-fade-loader>div{background-color:#428bca;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:5px;height:15px}@-webkit-keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.rdf-loader .triangle-skew-spin>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #428bca;-webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;animation:triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite}@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.rdf-loader .square-spin>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:50px;height:50px;background:#428bca;-webkit-animation:square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;animation:square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite}@-webkit-keyframes rotate_pacman_half_up{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotate_pacman_half_up{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@-webkit-keyframes rotate_pacman_half_down{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotate_pacman_half_down{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px, -6.25px);transform:translate(-100px, -6.25px)}}@keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px, -6.25px);transform:translate(-100px, -6.25px)}}.rdf-loader .pacman{position:relative}.rdf-loader .pacman>div:nth-child(2){-webkit-animation:pacman-balls 1s -0.99s infinite linear;animation:pacman-balls 1s -0.99s infinite linear}.rdf-loader .pacman>div:nth-child(3){-webkit-animation:pacman-balls 1s -0.66s infinite linear;animation:pacman-balls 1s -0.66s infinite linear}.rdf-loader .pacman>div:nth-child(4){-webkit-animation:pacman-balls 1s -0.33s infinite linear;animation:pacman-balls 1s -0.33s infinite linear}.rdf-loader .pacman>div:nth-child(5){-webkit-animation:pacman-balls 1s 0s infinite linear;animation:pacman-balls 1s 0s infinite linear}.rdf-loader .pacman>div:first-of-type{width:0;height:0;border:25px solid #428bca;border-right-color:transparent;border-radius:25px;-webkit-animation:rotate_pacman_half_up .5s 0s infinite;animation:rotate_pacman_half_up .5s 0s infinite;position:relative;left:-30px}.rdf-loader .pacman>div:nth-child(2){width:0;height:0;border:25px solid #428bca;border-right-color:transparent;border-radius:25px;-webkit-animation:rotate_pacman_half_down .5s 0s infinite;animation:rotate_pacman_half_down .5s 0s infinite;margin-top:-50px;position:relative;left:-30px}.rdf-loader .pacman>div:nth-child(3),.rdf-loader .pacman>div:nth-child(4),.rdf-loader .pacman>div:nth-child(5),.rdf-loader .pacman>div:nth-child(6){background-color:#428bca;border-radius:100%;margin:2px;width:10px;height:10px;position:absolute;-webkit-transform:translate(0, -6.25px);transform:translate(0, -6.25px);top:25px;left:70px}@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px, 50px) rotate(-180deg);transform:translate(50px, 50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px, 50px) rotate(-180deg);transform:translate(50px, 50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.rdf-loader .cube-transition{position:relative;-webkit-transform:translate(-25px, -25px);transform:translate(-25px, -25px)}.rdf-loader .cube-transition>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:10px;height:10px;position:absolute;top:-5px;left:-5px;background-color:#428bca;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out}.rdf-loader .cube-transition>div:last-child{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}@-webkit-keyframes spin-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.rdf-loader .semi-circle-spin{position:relative;width:35px;height:35px;overflow:hidden}.rdf-loader .semi-circle-spin>div{position:absolute;border-width:0;border-radius:100%;-webkit-animation:spin-rotate .6s 0s infinite linear;animation:spin-rotate .6s 0s infinite linear;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, transparent), color-stop(30%, #428bca), to(#428bca));background-image:linear-gradient(transparent 0, transparent 70%, #428bca 30%, #428bca 100%);width:100%;height:100%}.dream-filter .rdf-group .radio>label>span:before,.dream-filter .rdf-group .checkbox>label>span:before,.dream-filter .rdf-group .radio>label>span:after,.dream-filter .rdf-group .checkbox>label>span:after{display:none}



.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}











.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }




.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }












.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }




.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }




.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }












.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}


.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }












.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

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

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }



.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }












.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}



.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }



.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }












.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

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



.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }




.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }




.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

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

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}












.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

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

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}



.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }



.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }









.dream-filter .panel-title i.fa-question-circle {
	color: #e73d7b;
}

@font-face{font-family:'FontAwesome';src:url(/catalog/view/javascript/blog/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.4.0);src:url(/catalog/view/javascript/blog/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(/catalog/view/javascript/blog/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(/catalog/view/javascript/blog/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(/catalog/view/javascript/blog/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(/catalog/view/javascript/blog/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal;font-display:swap;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}



#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}


#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(/catalog/view/javascript/blog/colorbox/css/3/images/loading.gif) no-repeat center center;}

        
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/catalog/view/javascript/blog/colorbox/css/3/images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/catalog/view/javascript/blog/colorbox/css/3/images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/catalog/view/javascript/blog/colorbox/css/3/images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}




.seocmspro_content {
	word-wrap: break-word;
}
.cmswidget {
	word-wrap: break-word;
}
.seocmspro_content img {
    max-width: 100%;
    height: auto;
}
.cmswidget .box-ul ul, .blog-list ul {
    list-style: none;
    margin: 0;
}



.blog-ins_rating {
    color: #555;
    font-size: 110%;
    margin-left: -5px;
}
.blog-record-description {
    font-size: 110%;
    font-weight: normal;
}
#content ins, .sc-modal-ins ins {
    text-decoration: none;
}
a.hrefajax {
    
}
.hrefajax {
    
    
}
.asc_displaynone {
	display: none;
}
.marginright2 {
	margin-right: 2px;
}
.marginbottom2 {
	margin-bottom: 2px;
}

.fontsize_15 {
    font-size: 120%;
}
.textdecoration_none {
    text-decoration: none;
}
.textdecoration_none a {
    text-decoration: none;
}
a.textdecoration_none {
    text-decoration: none;
}
a .textdecoration_none {
    text-decoration: none;
}
a.seocms_further {
    text-decoration: none;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 0.8em;
    font-weight: normal;

}
a:link span.textdecoration_none,
a:visited span.textdecoration_none,
a:active span.textdecoration_none,
a:hover span.textdecoration_none {
    text-decoration: none;
}
.lowercase {
    text-transform: lowercase;
}

a.blog-title {
    word-spacing: 1px;
    letter-spacing: 0px;
}
.blog-description {
    font-size: 110%;
    line-height: 120%;
}

.blog-author {
    font-size: 100%;
    color: #777;
    font-style: italic;
}






.margintop2 {
    margin-top: 2px;
}
.margintop4 {
    margin-top: 4px;
}
.margintop5 {
    margin-top: 5px;
}
.margintop10 {
    margin-top: 10px;
}
.marginbottom5 {
    margin-bottom: 5px;
}
.marginbottom10 {
    margin-bottom: 10px;
}
.marginleft10 {
    margin-left: 10px;
}

.marginright5 {
    margin-right: 5px;
}
.marginleft5 {
    margin-left: 5px;
}
.marginright100 {
    margin-right: 100%;
}

.width100 {
    width: 100%;
}
.width50 {
    width: 50%;
}
.width90 {
    width: 90%;
}
.width80 {
    width: 80%;
}
.width70 {
    width: 70%;
}
.width60 {
    width: 60%;
}
.width40 {
    width: 40%;
}
.width30 {
    width: 30%;
}
.width20 {
    width: 20%;
}
.width10 {
    width: 10%;
}
.height30px {
    height: 30px;
}
.width95px {
    width: 95px;
}
.paddingtop5px {
    padding-top: 5px;
}
.lineheight1 {
    line-height: 1px;
}
.overflowhidden {
    overflow: hidden;
}
.bordernone {
    border: none;
}
.record_description {
    font-size: 110%;
}
.floatleft {
    float: left;
}
.floatnone {
    float: none;
}
.padding10 {
    padding: 10px;
}
.padding2 {
    padding: 2px;
}
.floatright {
    float: right;
}

.color_entry_name {
    color: #777;
}
.color_bad {
    color: red;
}
.color_good {
    color: green;
}
.field_title {
    font-size: 90%;
    
}
.field_text {
    font-size: 90%;
}
input[type="text"],
input[type="password"],
textarea {
    
    
    
}
input[name=rating] {
    
}
.text_note {
    font-size: 85%;
    opacity: 0.50;
}

.bubble a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 85%;
    line-height: 1;
    padding: 3px 7px;
    text-decoration: none;
}
.mbubble {
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid black;
    border-right: 10px solid transparent;
    margin-top: 2px;
    margin-left: 5px;
}


.sc-form-control {
    width: auto;
}
.sc-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


.align_center {
    vertical-align: center;
    text-align: center;
}

.sc-cbtn {
    margin-right: 1px;
    margin-top: 2px;
    width: 23px;
    padding: 0px 5px 0px 5px;
}

.comment_buttons {
    

    text-decoration: none;
    margin-right: 5px;
}
.comment_content {

    padding: 0px;
}

.comment_block {
	border-bottom: 1px solid #EEEEEE;
}

.com_date_added {
    color: #555;
    font-size: 85%;
    margin-bottom: 5px;
}
.com_text {
    font-size: 110%;
    line-height: 130%;
}
.height1 {
    height: 1px;
}
.displayinline {
    display: inline;
}
.color_000 {
    color: #000;
}
.color_AAA {
    color: #AAA;
}
.voting .karma_plus {
    width: 11px;
    height: 15px;
    display: block;
    float: right;
    margin-top: 2px;
    margin-left: 7px;
}
.voting .karma_minus {
    width: 11px;
    height: 15px;
    display: block;
    float: right;
    margin-top: 2px;
    margin-left: 2px
}

.voting .mark {
    float: right;
    color: #A9A9A9;

    padding-top: 1px;
    font-size: 110%;

}
.voting .mark span {
    color: #A9A9A9;
}
.voting .mark a {
    text-decoration: none;
    color: #A9A9A9;
}


.voting .mark.positive span {
    color: #339900;
}


.voting .mark.negative span {
    color: #CC0000;
}
.level_0 {
    margin-left: 0px;
}
.level_1 {

    margin-left: 10%;
}
.level_2 {

    margin-left: 10%;
}
.level_3 {

    margin-left: 10%;
}
.level_4 {

    margin-left: 10%;
}
.level_5 {

    margin-left: 10%;
}
.level_6 {
    margin-left: 5%;
}
.level_7 {
    margin-left: 5%;
}
.level_8 {
    margin-left: 5%;
}
.level_9 {
    margin-left: 5%;
}
.level_10 {
    margin-left: 5%;
}
.level_11 {
    margin-left: 5%;
}
.level_12 {
    margin-left: 5%;
}
.level_13 {
    margin-left: 5%;
}
.level_14 {
    margin-left: 5%;
}
.level_15 {
    margin-left: 5%;
}
.level_16 {
    margin-left: 5%;
}
.level_17 {
    margin-left: 72%;
}
.level_18 {
    margin-left: 74%;
}
.level_19 {
    margin-left: 76%;
}
.level_20 {
    margin-left: 78%;
}
.padding_0 {
    padding-left: 0px;
}
.padding_1 {
    padding-left: 10px;
}
.padding_2 {
    padding-left: 20px;
}
.padding_3 {
    padding-left: 30px;
}
.padding_4 {
    padding-left: 40px;
}
.padding_5 {
    padding-left: 50px;
}
.padding_6 {
    padding-left: 60px;
}
.padding_7 {
    padding-left: 70px;
}
.padding_8 {
    padding-left: 80px;
}
.padding_9 {
    padding-left: 90px;
}
.padding_10 {
    padding-left: 100px;
}
.padding_11 {
    padding-left: 110px;
}
.padding_12 {
    padding-left: 120px;
}
.padding_13 {
    padding-left: 125px;
}
.padding_14 {
    padding-left: 130px;
}
.padding_15 {
    padding-left: 135px;
}
.padding_16 {
    padding-left: 140px;
}
.padding_17 {
    padding-left: 145px;
}
.padding_18 {
    padding-left: 150px;
}
.padding_19 {
    padding-left: 155px;
}
.padding_20 {
    padding-left: 150px;
}
.blogdescription {
    margin: 0;
    padding: 0;
    font-size: 100%;
}


article,
section {
    display: block;
}


#reply_0 {
    border-bottom: 1px dashed;
    text-decoration: none;
}
.clearboth {
    
}

.clearboth, .clearboth::before, .clearboth::after {
    box-sizing: border-box;
}
.clearboth::after {
    clear: both;
}



.form_customer,
.form_customer_signer {
    background-color: #c8edc0;
    padding: 10px;
    border: 1px solid #6ebe5f;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0px 5px 5px #DDDDDD;
    -moz-box-shadow: 0px 5px 5px #DDDDDD;
    box-shadow: 0px 5px 5px #DDDDDD;
    z-index: 11000;
}
.form_customer_content {
    padding: 15px;
    border: 2px solid #FFF;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    z-index: 11000;
    overflow: auto;
}
.zindex11000 {
    z-index: 11000;
}
.textright {
    text-align: right;
}
.textleft {
    text-align: left;
}
.text_write_review {
    font-size: 130%;
}
#ctrlcopy {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    display: none;
    margin: 5px 0 0 -1px;
    line-height: 0;
    opacity: 0;
}
.seocmspro_content .quote,
.seocmspro_content .blockquote,
.cmswidget .quote,
.cmswidget .blockquote {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E0E0E0;
    background-color: #F1F1F1;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    margin-left: 30px;
    padding: 15px;
}
.voted {
    display: none;
}


.blog_require {
    color: red;
    font-weight: bold;
}




.record_columns,
.record_columns_center {
    

    width: auto;
    -moz-box-sizing: border-box;
    

    -webkit-box-sizing: border-box;
    

    box-sizing: border-box;
    

    margin: 0;
    
}
.record_columns_center {
    text-align: center;
}


.record_columns > div,
.record_columns_center > div,
.record_columns > noindex > div,
.record_columns_center > noindex > div {
    display: inline-block;
    vertical-align: top;
    min-width: 10%;
    width: auto;
    vertical-align: top;
    
    

    position: relative;
    -moz-box-sizing: border-box;
    

    -webkit-box-sizing: border-box;
    

    box-sizing: border-box;
    
    
}
.record_columns > div,
.record_columns_center > div {} @media screen and (max-width: 600px) {
    .record_columns > div,
    .record_columns_center > div {
        min-width: 100%;
    }
}
.record_columns h2 {
    margin-top: 5px;
}
.width300px {
    width: 300px;
}
.borderleft3pxred {
    border-left: 3px solid red;
    border-top: 1px solid #BBB;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.text_karma {
    font-weight: normal;
    font-size: 100%;
    color: #777;
}
.comment_yes {
    font-weight: normal;
    font-size: 15px;
    color: green;
    margin-left: 3px;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.comment_no {
    font-weight: normal;
    font-size: 15px;
    color: red;
    margin-left: 3px;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.voted_comment_minus,
.voted_comment_plus {
    color: #777;
}
.comments_stat {
    font-weight: normal;
    font-size: 110%;
    color: #777;
    margin-left: 5px;
}
.marginright20per {
    margin-right: 20%;
}
.marginright90px {
    margin-right: 90px;
}
.textalignright {
    text-align: right;
}
.textalignleft {
    text-align: left;
}
.textcatbutton {
    text-align: right;
    width: auto;
}

.no-public {
    font-weight: normal;
    color: #7F7F7F;
}

.paddingright100 {
    padding-right: 100%;
}
.sc_after100 {} .sc_after100:after {
    content: " ";
    clear: both;
    width: 100%;
    visibility: hidden;
    display: inline-block;
    height: 0;
}
.form_reply {
    display: block;
}
.seocmspro_avatar {
    float: left;
    margin-right: 9px;
}
.seocmspro_author {
    float: left;
}
.seocmspro_karma {
    float: right;
}
.seocmspro_buy {
    color: #777;
    font-size: 85%;
}
.blog-heading_title-n {} .blog-category-list {
    min-width: 160px;
    max-width: 32%;
    text-align: center;
    margin-bottom: 5px;
}
#cboxContent .record-content {
    padding: 10px;
}
.seocmspro_content .nav-tabs {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}
.seocmspro_content .tab-content > .tab-content {
    border: none;
    padding: 0;
    margin: 0;
}
.seocmspro_content .box-product {
    margin-top: 5px;
}
.seocmspro_content .ascp_row {
    margin-right: 0;
}
.seocmspro_content a {
    cursor: pointer;
}
.ascp_captcha_title {
    font-size: 85%;
    color: #aaa;
}
.ascp_entry_captcha {
    font-size: 85%;
    color: #ccc;
}
.divider100 {
    content: '&nbsp;';
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    border: none;
    width: 100%;
}

.divider100:before {

}

.divider100:after {

}


.borderbottom2 {
    margin-bottom: 2px;
    border-bottom: 1px solid #ddd;
}

.textalignright {
    text-align: right;
}
ul.ascp_horizont {
    list-style: outside none none;
    margin: 0px;
    padding-left: 0px;
    top: 0;
    vertical-align: top;
}
ul.ascp_horizont li {
    display: inline-block;
    top: 0;
    vertical-align: top;
}


ul.ul50 {
    width: 50%;
    float: left;
}
ul.ul55 {
    

    float: left;
}
ul.ul45 {
    

    float: right;
}
ul.ul40 {
    width: 40%;
    float: left;
}

.hrefajax {
    cursor: pointer;
}
.avatar-content .help {
    color: #999;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 75%;
    font-weight: normal;
}
.fontsize1em {
    font-size: 1.6em;
}
.blog_bottom {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.blog-textarea_height {
    height: 150px;
}
.rating-cancel {
    display: none;
}
@media screen and (max-width: 700px) {
    .wysibb,
    .wysibb-toolbar,
    .ascp_bbode,
    .wysibb-text,
    .wysibb-text-editor,
    .wysibb-body {
        min-height: 330px;
    }
    .rating-cancel {
        display: none;
    }
}


.wysibb-toolbar-btn {
    max-width: 100%;
    height: auto;
}
.powered_blog_icon {
    display: none;
}
.ascp_select_search {
    width: 100%;
}


.seocmspro_content ins,
.cmswidget ins {
    text-decoration: none;
}
.container_reviews .quote,
.cmswidget .quote {
    border-left: 3px solid #AFAFAF;
    background-color: #EFEFEF;
    padding: 10px;
    margin-left: 10px;
}
.asc_gallery_min {
    position: relative;
}
.asc_gallery_more {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    font-weight: normal;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.asc_gallery_more > div {
    display: table;
    height: 100%;
    width: 100%;
}
.asc_gallery_more > div > div {
    color: #fff;
    font-size: 16px;
    
    text-shadow: 1px 1px 5px black;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.seocmspro_content #tab-product-related, .seocmspro_content #tab-images {
	overflow: auto;
}

.seocmspro_content  ul#tabs  li  {
	display: inline;
}

.seocmspro_content  #tab-product-related > .box-product  > div {
	float: left;
}

.sc_h_s {
	display: none;
}

.container_reviews .mark {
	background-color: inherit;
}

[data-sc-tooltip] {
    cursor: pointer;
    overflow: visible;
    position: relative;
    
    z-index: 2;

}
[data-sc-tooltip]::before, [data-sc-tooltip]::after {
    margin-bottom: -6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease-in-out 0s, visibility 200ms ease-in-out 0s, margin-bottom 200ms ease-in-out 0s;
    visibility: hidden;
}
[data-sc-tooltip]::before {
    background-color: rgba(30, 30, 30, 0.6);
    bottom: 50px;
    color: #FFF;
    content: attr(data-sc-tooltip);
    font-weight: 300;
    left: 50%;
    padding: 10px 12px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}
.sc_pn_icon[data-sc-tooltip]:first-child::before {
    transform: translateX(-19px);
}
.sc_pn_icon.add_to_cart[data-sc-tooltip]::before {
    left: auto;
    right: 50%;
    transform: translateX(19px);
}
[data-sc-tooltip]::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid rgba(30, 30, 30, 0.6);
    bottom: 46px;
    content: " ";
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin-left: -5px;
    position: absolute;
    width: 0;
}
[data-sc-tooltip]:hover::before, [data-sc-tooltip]:hover::after {
    margin-bottom: 0;
    opacity: 1;
    transition: opacity 200ms ease-in-out 0s, margin-bottom 200ms ease-in-out 0s;
    visibility: visible;
}

.blog-next-prev a {
    display: inline-block;
    text-align: center;
}
.blog-next-prev [data-sc-tooltip]::before {
    bottom: 40px;
}
.blog-next-prev [data-sc-tooltip]::after {
    bottom: 36px;
}

.positionabsolute {
	position: absolute;
	z-index: 100000;
}

.sc-padding20 {
	padding: 20px;
}

.sc-padding10 {
	padding: 10px;
}

.paddingleft10 {
	padding-left: 10px;
}

.paddingleft20 {
	padding-left: 20px;
}

.blogs-widget-display-none {
	display: none;
}

.first100 {
	min-width: 100% !important;
	width: 100% !important;
}

.button-comment {
	margin-top: 4px;
}

.modesw {
	font-weight: normal !important;
	width: 60px !important;
	padding: 0px !important;
}

.bbimage {
	min-width: 50px;
}

.seocmspro_content .form-control, .cmswidget .form-control {
	width: auto;
}

.sc-align-right {
	text-align: right;
}

.sc-align-left {
	text-align: left;
}

.sc-float-right select {
	float: right;
}
.sc-float-left select {
	float: left;
}

.sc-blog_result {
	white-space: nowrap;
}

.sc-widget-image-block {
	margin-right: 2px;
	margin-bottom: 2px;
}

.blog-image {
    max-width: 100%;
    float: left;
}
.blog-image-thumb {
    max-width: 100%;
    float: left;
}

.sc-width-max-100 {
	max-width: 100%;
}

.sc-widget-reviews-img-text {

}

.sc-img-rss, .sc-img-stars {
	border: none;
	font-size: 2em;
	color: orange;
}

.seocms-input-search {
	width: 100% !important;
}

.seocms-category-search {
	margin-top: 4px;
}

.sc-widget-image, .record_thumb {
	margin-right: 4px;
	margin-bottom: 2px;
}

.sc_hide {
	display: none;
}

#cboxContent ins {
	text-decoration: none;
}

.captcha_fun {
    height: 30px;
    width: 95px !important;
    font-size: 150% !important;
}

input[type="text"].captchainput {
    border: 1px solid #CCC;
}
input[name="captcha"] {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0;
}
.captcha_title {
    color: #555;
    font-size: 100%;
    line-height: 120%;
}
.entry_captcha {
    color: #999;
    font-size: 100%;
}

.captcha_img {
    height: 30px;
    vertical-align: top;
    width: 95px;
}


.captcha_left {
    margin-top: 2px;
    margin-left: 93px;
}

button.close { 	display: none; }


.record-grid a {
	text-decoration: none;
}
.blog-small-record img {
    vertical-align: top;
}
.blog-small-record {
    padding-left: 0px;
    height: 20px;
}
.blog-small-record li {
    float: left;
    padding: 0 15px 0 0;
}

.blog-small-record ul li {
    left: 0;
    list-style: none outside none;
}
.blog-small-record ul {
    padding: 0;
    margin: 0;
}

.blog-small-record li:first-child {
	margin-left: 0;
	left: 0;
	padding-left: 0;
}


a #ascp_list:after {
    content: '\f00b\0020';
    font-family: FontAwesome;
}

a #ascp_grid:after {
    content: '\f00a\0020';
    font-family: FontAwesome;

}

#ascp_list, #ascp_grid {
	color: #aaa;

	font-weight: normal;
	font-size: 1.5em;
}

a:hover #ascp_list, a:hover #ascp_grid, #ascp_list.ascp_list_active, #ascp_grid.ascp_grid_active  {
    color: #555;
}

ul.ascp_list_info li {
    width: auto;
    max-width: 100%;
    margin-right: 8px;
}

ul.ascp_list_info li:first-child {
	margin-left: 0;
	left: 0;
	padding-left: 0;
}

.blog-data-record {
    color: #aaa;
}
.blog-data-record:before {
    content: '\f017\0020';
    font-family: FontAwesome;
    font-size: 1.1em;
}

.blog-comments-record {
    color: #aaa;
}

.blog-comments-record:before {
    content: '\f0e5\0020';
    font-family: FontAwesome;
    font-size: 1.1em;
}


.blog-comments-karma {
    color: #aaa;
}

.blog-comments-karma:before {
    content: '\f087\0020';
    font-family: FontAwesome;
    font-size: 1.1em;
}


.blog-viewed-record {
    color: #aaa;
}

.blog-viewed-record:before {
    content: '\f06e\0020';
    font-family: FontAwesome;
    font-size: 1.1em;
}

.blog-category-record {
    color: #aaa;
}

.blog-category-record:before {
    content: '\f114\0020';
    font-family: FontAwesome;
    font-size: 1.1em;
}

.blog-author-record {
    color: #aaa;
}

.blog-author-record:before {
    content: '\f007\0020';
    font-family: FontAwesome;
    font-size: 1.1em;
}

.blog-list-category {
    color: #aaa;
}

.blog-list-category:before {
    content: '\f114\0020';
    font-family: FontAwesome;
    font-size: 1.1em;
}


.blog-list-record {
    color: #aaa;
}

.blog-list-record:before {
    content: '\f016\0020';
    font-family: FontAwesome;
    font-size: 1.1em;
}


.blog-list-manufacturer {
    color: #aaa;
}

.blog-list-manufacturer:before {
    content: '\f11d\0020';
    font-family: FontAwesome;
    font-size: 1.1em;
}


h9.blog-icon {
    height: 16px;
    width: 16px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 90%;
    font-weight: normal;
}

.record_content {
   
}

.blog-content {
   
}
.ascp-list-title {
    	
        
        font-size: 120%;
        
        
        line-height: 140%;
        
        
        text-decoration: none;
        
        
        font-weight: normal;
        
}
.ascp-list-title-widget {
    
    
    font-size: 110%;
    
    
    line-height: 120%;
    
    
    text-decoration: none;
    
    
    font-weight: normal;
    
}

.csslatest { }
.blog-heading_title {
    width: 100%;
    height: 31px;
    margin-bottom: 10px;
}
.blog-description {
    font-size: 110%;
    word-spacing: 1px;
    letter-spacing: 0px;
    line-height: 120%;
}

.seocmspro_content #tab-product-related .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.image-gallery-main {
	text-align: center;
}

.image-gallery-list {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 4px;
}

.record_content .blog-image {
	margin-right: 6px;
}





#cmswidget-1 .comment-stat  {
	    background: #f6f6f6 none repeat scroll 0 0;
}



#cmswidget-1 .sc-stat-field {
	background-color: #11C1F3;
}

#cmswidget-1 .sc-stat-comments {
    background: #11C1F3 none repeat scroll 0 0;
}

#cmswidget-1 .sc-stat-comments .sc-reviews-stat__corner {
    border-left-color: #11C1F3;
}



#cmswidget-1 .sc-stat-answer {
    background: #9BE9FF none repeat scroll 0 0;
}
#cmswidget-1 .sc-stat-answer .sc-reviews-stat__corner {
    border-left-color: #9BE9FF;
}



#cmswidget-1 .sc-stat-ratings {
    background: #D6F6FF none repeat scroll 0 0;
}
#cmswidget-1 .sc-stat-ratings .sc-reviews-stat__corner {
    border-left-color: #D6F6FF;
}

#cmswidget-1 .sc-stat-good {
    background: #F2FCFF none repeat scroll 0 0;
}
#cmswidget-1 .sc-stat-good .sc-reviews-stat__corner {
    border-left-color: #F2FCFF;
}


#cmswidget-1 .sc-stat-white {
    background: #FFF none repeat scroll 0 0;
}



#cmswidget-1 .bbimage {
    width: 160px;
}








#cmswidget-3 .comment-stat  {
	    background: #f6f6f6 none repeat scroll 0 0;
}



#cmswidget-3 .sc-stat-field {
	background-color: #11C1F3;
}

#cmswidget-3 .sc-stat-comments {
    background: #11C1F3 none repeat scroll 0 0;
}

#cmswidget-3 .sc-stat-comments .sc-reviews-stat__corner {
    border-left-color: #11C1F3;
}



#cmswidget-3 .sc-stat-answer {
    background: #9BE9FF none repeat scroll 0 0;
}
#cmswidget-3 .sc-stat-answer .sc-reviews-stat__corner {
    border-left-color: #9BE9FF;
}



#cmswidget-3 .sc-stat-ratings {
    background: #D6F6FF none repeat scroll 0 0;
}
#cmswidget-3 .sc-stat-ratings .sc-reviews-stat__corner {
    border-left-color: #D6F6FF;
}

#cmswidget-3 .sc-stat-good {
    background: #F2FCFF none repeat scroll 0 0;
}
#cmswidget-3 .sc-stat-good .sc-reviews-stat__corner {
    border-left-color: #F2FCFF;
}


#cmswidget-3 .sc-stat-white {
    background: #FFF none repeat scroll 0 0;
}



#cmswidget-3 .bbimage {
    width: 160px;
}








#cmswidget-4 .comment-stat  {
	    background: #f6f6f6 none repeat scroll 0 0;
}



#cmswidget-4 .sc-stat-field {
	background-color: #11C1F3;
}

#cmswidget-4 .sc-stat-comments {
    background: #11C1F3 none repeat scroll 0 0;
}

#cmswidget-4 .sc-stat-comments .sc-reviews-stat__corner {
    border-left-color: #11C1F3;
}



#cmswidget-4 .sc-stat-answer {
    background: #9BE9FF none repeat scroll 0 0;
}
#cmswidget-4 .sc-stat-answer .sc-reviews-stat__corner {
    border-left-color: #9BE9FF;
}



#cmswidget-4 .sc-stat-ratings {
    background: #D6F6FF none repeat scroll 0 0;
}
#cmswidget-4 .sc-stat-ratings .sc-reviews-stat__corner {
    border-left-color: #D6F6FF;
}

#cmswidget-4 .sc-stat-good {
    background: #F2FCFF none repeat scroll 0 0;
}
#cmswidget-4 .sc-stat-good .sc-reviews-stat__corner {
    border-left-color: #F2FCFF;
}


#cmswidget-4 .sc-stat-white {
    background: #FFF none repeat scroll 0 0;
}



#cmswidget-4 .bbimage {
    width: 160px;
}








#cmswidget-5 .comment-stat  {
	    background: #f6f6f6 none repeat scroll 0 0;
}



#cmswidget-5 .sc-stat-field {
	background-color: #11C1F3;
}

#cmswidget-5 .sc-stat-comments {
    background: #11C1F3 none repeat scroll 0 0;
}

#cmswidget-5 .sc-stat-comments .sc-reviews-stat__corner {
    border-left-color: #11C1F3;
}



#cmswidget-5 .sc-stat-answer {
    background: #9BE9FF none repeat scroll 0 0;
}
#cmswidget-5 .sc-stat-answer .sc-reviews-stat__corner {
    border-left-color: #9BE9FF;
}



#cmswidget-5 .sc-stat-ratings {
    background: #D6F6FF none repeat scroll 0 0;
}
#cmswidget-5 .sc-stat-ratings .sc-reviews-stat__corner {
    border-left-color: #D6F6FF;
}

#cmswidget-5 .sc-stat-good {
    background: #F2FCFF none repeat scroll 0 0;
}
#cmswidget-5 .sc-stat-good .sc-reviews-stat__corner {
    border-left-color: #F2FCFF;
}


#cmswidget-5 .sc-stat-white {
    background: #FFF none repeat scroll 0 0;
}



#cmswidget-5 .bbimage {
    width: 160px;
}








#cmswidget-7 .comment-stat  {
	    background: #f6f6f6 none repeat scroll 0 0;
}



#cmswidget-7 .sc-stat-field {
	background-color: #11C1F3;
}

#cmswidget-7 .sc-stat-comments {
    background: #11C1F3 none repeat scroll 0 0;
}

#cmswidget-7 .sc-stat-comments .sc-reviews-stat__corner {
    border-left-color: #11C1F3;
}



#cmswidget-7 .sc-stat-answer {
    background: #9BE9FF none repeat scroll 0 0;
}
#cmswidget-7 .sc-stat-answer .sc-reviews-stat__corner {
    border-left-color: #9BE9FF;
}



#cmswidget-7 .sc-stat-ratings {
    background: #D6F6FF none repeat scroll 0 0;
}
#cmswidget-7 .sc-stat-ratings .sc-reviews-stat__corner {
    border-left-color: #D6F6FF;
}

#cmswidget-7 .sc-stat-good {
    background: #F2FCFF none repeat scroll 0 0;
}
#cmswidget-7 .sc-stat-good .sc-reviews-stat__corner {
    border-left-color: #F2FCFF;
}


#cmswidget-7 .sc-stat-white {
    background: #FFF none repeat scroll 0 0;
}



#cmswidget-7 .bbimage {
    width: 160px;
}








#cmswidget-8 .comment-stat  {
	    background: #f6f6f6 none repeat scroll 0 0;
}



#cmswidget-8 .sc-stat-field {
	background-color: #11C1F3;
}

#cmswidget-8 .sc-stat-comments {
    background: #11C1F3 none repeat scroll 0 0;
}

#cmswidget-8 .sc-stat-comments .sc-reviews-stat__corner {
    border-left-color: #11C1F3;
}



#cmswidget-8 .sc-stat-answer {
    background: #9BE9FF none repeat scroll 0 0;
}
#cmswidget-8 .sc-stat-answer .sc-reviews-stat__corner {
    border-left-color: #9BE9FF;
}



#cmswidget-8 .sc-stat-ratings {
    background: #D6F6FF none repeat scroll 0 0;
}
#cmswidget-8 .sc-stat-ratings .sc-reviews-stat__corner {
    border-left-color: #D6F6FF;
}

#cmswidget-8 .sc-stat-good {
    background: #F2FCFF none repeat scroll 0 0;
}
#cmswidget-8 .sc-stat-good .sc-reviews-stat__corner {
    border-left-color: #F2FCFF;
}


#cmswidget-8 .sc-stat-white {
    background: #FFF none repeat scroll 0 0;
}



#cmswidget-8 .bbimage {
    width: 160px;
}






.comment-stat {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: auto;
}
.comment-stat-left {
float: left;
overflow: auto;
display: inline-block;
}

.comment-stat-right {
	overflow: visible;
}


.sc-reviews-stat::after {
    clear: both;
    content: "";
    display: block;
}

.sc-stat-field {
	background-color: #11C1F3;
	color: #fff;
	font-size: 1em;
	
	padding: 2px 4px;
}


td.sc-stat-vertical-middle, .sc-stat-vertical-middle {
    vertical-align: middle;
}

.sc-reviews-stat {
    
   
    display: inline-block;
    vertical-align: top;
}

.sc-stat-text-center {
    text-align: center;
}

.sc-stat-comments .sc-reviews-stat__value {
    color: #fff;
}

.sc-stat-comments .sc-reviews-stat__description {
    color: #fff;
}

.sc-stat-comments {
    background: #11c1f3 none repeat scroll 0 0;
}
.sc-stat-comments .sc-reviews-stat__corner {
    border-left-color: #11c1f3;
}
.sc-stat-white {
    background: #fff none repeat scroll 0 0;
}

.sc-stat-good {
    background: #F2FCFF none repeat scroll 0 0;
}
.sc-stat-good .sc-reviews-stat__corner {
    border-left-color: #F2FCFF;
}
.sc-stat-answer {
    background: #9BE9FF none repeat scroll 0 0;
}
.sc-stat-answer .sc-reviews-stat__corner {
    border-left-color: #9BE9FF;
}

.sc-stat-ratings {
    background: #D6F6FF none repeat scroll 0 0;
}
.sc-stat-ratings .sc-reviews-stat__corner {
    border-left-color: #D6F6FF;
}

.sc-reviews-stat__description {
    display: block;
}
.sc-stat-big .sc-reviews-stat__description {
    margin-top: -3px;
}
.sc-stat-small .sc-reviews-stat__description {
    margin-top: -3px;
    font-size: 11px;
}


.sc-reviews-stat_column {
    float: left;
    position: relative;
}

.sc-stat-white .sc-reviews-stat__value img {
	margin-top: 9px;
}

.sc-stat-small .sc-stat-white .sc-reviews-stat__value img {
    margin-top: 6px;
}


.sc-stat-big .sc-reviews-stat_column {
    padding: 6px 18px;
}
.sc-stat-small .sc-reviews-stat_column {
    padding: 5px 11px;
}

.sc-stat-big .sc-stat-good-desc {
	line-height: 6px;
	height: 6px;
}

.sc-stat-small .sc-stat-good-desc {
	line-height: 8px;
	height: 8px;
}


.sc-reviews-stat__value {
    color: #5a5a5a;
    display: block;
    font-weight: bold;

}

.sc-stat-big .sc-reviews-stat__value {
    font-size: 36px;
    height: 37px;
    line-height: 100%;
}
.sc-stat-small .sc-reviews-stat__value {
    font-size: 18px;
    height: 19px;
    line-height: 100%;
}


.sc-reviews-stat__corner {
    border: 7px solid transparent;
    height: 0;
    left: 100%;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
}

.wysibb-text, .wysibb-text-editor, .wysibb-body, .wysibb-texarea {
	min-height: 100px !important;
}

.rating-cancel {
	width: 0 !important;
	height: 0 !important;
}
.agoo_displaynone {
	display: none;
}

.sc-border-none {
	border: 0px;
}
.bordertopnone {
border-top: 0px solid;
}






@font-face {
	font-display: swap;
    font-family: 'WysiBBiconFont';
    src: url(/catalog/view/javascript/wysibb/theme/default/../fonts/wysibbiconfont-wb.eot);
    ;font-display:swap;}

@font-face {
	font-display: swap;
    font-family: 'WysiBBiconFont';
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABJ8ABEAAAAAGmAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABoAAAAcZibEWkdERUYAAAGcAAAAHQAAACAASwAET1MvMgAAAbwAAABGAAAAVmNj7eZjbWFwAAACBAAAAE0AAAFaADXUDGN2dCAAAAJUAAAAAgAAAAIAAAAAZnBnbQAAAlgAAAGxAAACZVO0L6dnYXNwAAAEDAAAAAgAAAAIAAAAEGdseWYAAAQUAAAL7AAAELBUmhy9aGVhZAAAEAAAAAAvAAAANgEcbE1oaGVhAAAQMAAAACAAAAAkDtEAaGhtdHgAABBQAAAATwAAAHjV7x9TbG9jYQAAEKAAAAA+AAAAPj+yO3JtYXhwAAAQ4AAAACAAAAAgATwBHG5hbWUAABEAAAAAvwAAAYodoTk9cG9zdAAAEcAAAACEAAABNtL4DyxwcmVwAAASRAAAAC4AAAAusPIrFHdlYmYAABJ0AAAABgAAAAbgW1DOeNpjYGBgZACCM7aLzoPpLxM2QumbAFW5CKYAAHjaY2BkYGDgA2IJBhBgYmAEQlkgZgHzGAAFiQBQAAAAeNpjYGS/zTiBgZWBhVWfdToDA6MchGa+xpDMJMDAwMTAyswABwIIJkNAmmsKgwMD7wcGtnP/zjEAScaoBqABIDkAv14LkQAAeNpjYGBgZoBgGQZGBhAIAfIYwXwWBgsgzcXAwcAEhAwMvA8kPjD8/w9WxfuAAcL+/02BRUAWqhcKGNkY4AKMTFDzURQwDHsAAJNvCw4AAAAAAAAAeNpdUbtOW0EQ3Q0PA4HE2CA52hSzmZDGe6EFCcTVjWJkO4XlCGk3cpGLcQEfQIFEDdqvGaChpEibBiEXSHxCPiESM2uIojQ7O7NzzpkzS8qRqnfpa89T5ySQwt0GzTb9Tki1swD3pOvrjYy0gwdabGb0ynX7/gsGm9GUO2oA5T1vKQ8ZTTuBWrSn/tH8Cob7/B/zOxi0NNP01DoJ6SEE5ptxS4PvGc26yw/6gtXhYjAwpJim4i4/plL+tzTnasuwtZHRvIMzEfnJNEBTa20Emv7UIdXzcRRLkMumsTaYmLL+JBPBhcl0VVO1zPjawV2ys+hggyrNgQfYw1Z5DB4ODyYU0rckyiwNEfZiq8QIEZMcCjnl3Mn+pED5SBLGvElKO+OGtQbGkdfAoDZPs/88m01tbx3C+FkcwXe/GUs6+MiG2hgRYjtiKYAJREJGVfmGGs+9LAbkUvvPQJSA5fGPf50ItO7YRDyXtXUOMVYIen7b3PLLirtWuc6LQndvqmqo0inN+17OvscDnh4Lw0FjwZvP+/5Kgfo8LK40aA4EQ3o3ev+iteqIq7wXPrIn07+xWgAAAAABAAH//wAPeNq9V39sG9d9f9873lE8/TgeeSR1lkj57iSeFEk+6yiSVik7DBzFLZNFdk2jUZsImzkkCuq0sIE6g6khPxZ5gFPM66BglVEYqQ00GVYP7+hu+SMuJgORBqg4N0VbIW5WF2mwzFvQFuiP2I3E530f5bpeWnTbPxP0eO993yPf9+fn8z0C5K6/MUIA3iU1+aAkkiGSIXTIpVJATY92ubQnR+MB0HtcfxiGyc6x/uy9UCiBVyhCITsMFq5yQ+AlVZBxFQYZ91TQ7SGA6xEpIqmV2YIBGTVjzRmSIhlQgwdUFWd65ZjDfuw8W9XliMGeYbQmKY46Mi0OlT11RFEUSz2+uX5ct1RCBDh2KyS/gfqJ5OPkWdJAtYepGNDdLk0HdJ/b6BrwcrkcDQd02AP6CZfuXad60ND3KsMXy3pHZLixV+fTvWJkmIY8qkd9C4bpRNCYsLh8QkC56zWsCb6yBiPDfgWGfUvXYjQzQfx9aS3W6CnunZiY2DkmmQlTy49zu9Ogc7NlfMb1VEYs5LxiwRGztmPthvGcmbtzIhENy2HZsZyskxW1cZTBMemTH/6DDkXQVbU8K0lKSR8tOdPKyGQNJLUwpijwgK8rpSlVkvR6/XrjyFLZgcKMmrkmXXEUZUQpOxeemrlFZsq6IUnSaHVBODQloVy11LJxg30w9+7sLDils1W85LkqxrmBcX4B/Xgvhp0aLvqIbvdoxKXDOTqJcS67/n0YZz+Chl8kYq7Qn5qgkxrdg2aD3AdoXRHDr6EHkuEkDznax8108twkZ1LIm3lTy3mpDKSSuaLnZF3I2iY6ABqSYivS2JGpCwZ7AyZR4cF0WVFBvaFDV7kEMMneGF0pOQ8qipRGk5NJSdn4jiLZ4svoG6WW1tlfXV7RM9Z0WlWs6bJhHB+7DMcy6sOGis740t8YxgWeK6u3nghvSG2knWwnB0ijl+fK9oD2uDQa0JhLEwFmAFDTpR3rDbkt5nke7Q1ob9SPYkp0BzTt8eQgfk+vFvMlcWLCj0VxJgs8+BEhFYFiBJyIMAn5XN7euRvMtDAMiVwaTFiFF9mJFTgJJ9dYHRbW2Al2QvzO5iacmT27yR4P7WFf4PsLrL62degEnNz4nDGYnp8+ePhCfa4yTVo2kLnwhnwv2mCRhwjtcGlfQDMu1QIad1FHoLZLO7n6ca4+bvZFfQ3V7+EB9fu5+n0dqHQbQfW1DM7aIx9RX7utfx6fdyz4wwb8XvUZhaju2PWKVFZrr942gYTIU0QKr0l/gjUbJh0kQQYITfAYAE26tGudxgLa4fkprmo0cUfBoqmZKRyoYxHIeMFLJnTZeir82M3zS3L219eKMA/VTWiwE0+fP3r0vCQ9en7jZwWxn8Xfbb4nPH/u6aenq8fxfpEcIyvhldDLeLNBXPIYoaJLR3K0LaDbPK5CKqCqS60cL4IsJsROl8I6bQ9oe9TPoCvvCfwxxIBMuxb7x3A02b3NxmIgfrINdYV70K1qCmdkiGsdi8ZyJoKiaWWx7gs5cwdg0qNfExKKUYQ1sAfwSCwq4Eb22OITcKhSzzR/ZRcKttCeqVfY389BQmyyutBuF4pW81cog+rc4uIc+3plXnyeHWbvLM6XBj9wJuuLza9dvXr09pz9uLXF84bUCQl/WXqcpEiaaKQRx9wHzBu/rwXe8UIRleiXvGQqJnZB2DK32zvAEaQCZPudujJoHK4JN4XE8WPds7PG0eM2yzeHK3O1dEUMz8JyjS1Vxb98daE2LUmzx5nJsvUZSaoeAf3cFBQrmyUed5mM3HoF4/5oK+7tRCVx1KZMKMF6y1EIaKdHQ5gHOU4ymkfbEIVyNBLQBMag26Vk3Q+1YU6LgS8rnucbLdVTmqnB7RG/az4C97F/3ho3pMc/PLM1ZrhE2AVT7HWsUpxvfPGjki1dK+zD8JocR6SYJNPkIPkU+Qy5RGjURdaj+116IKCCd7H7wP62VmkdiHIkqbr0EPLj9nWN7gou9h+q4mYxoIeidITLnIA+4tJyjs4E9OGATnn0QZd+HNP+UZea6xeJNvSJ/pSHX6X7Aror6us8yQbQ4o6gIY99DOu5oXe0eGsb0tBjuLvLRPbp7tmN7EN17WKq96E/wlT0O/Zh/kXun8CkPLAfiSqCiVgYRwJOIiiH+QcHaBTkxx2bP73dYIt5LrCt/Din8VTrqMxr39Nt0JO5Vrramm3pCPO2BXf5umJcNxzDGOy+bhgrxhMG/q8Y5bMrCL/fc3TDMKxTK4bB3lIVUFWlcs0wDh82hG2/DctCzU4/7Ri6U8/YtdIYHPYckL89MzemWrphPTtiGLXDwmU9jc0BvFRjVzaGfjdqErl062C4jjELY24ZxMSeZbFV22rA0wdRBZF9MMcbg36PtrvYFPD+hdc2Jlkk6vdgbW8Bpo0zjJYT9TtxJgW8x/F7IujVaAxd3ad9Iyyo3Qr3tWNrsW/IYleqnTNip+bHE9zvsW7kyVBbJ/AzaQzTRYl0RHDBIQGz6q4h6nlTz+uh7f0xjmoIav23n5fghvAm3GRtzZ3sBWgIf4ro9nDzK774L+w9doT9e7pan5mpw+bM/MGD86EePNUGN/k3Nj73m7PsYWEbSBKcXl0R+uar1fmZmdYn55IzZEF+PPR51MEkZMCEvMbRyJITmp5E1v0dwRnQwbYMdtCwbeN1ePHO0rKM1xfgF3H4O8Oyu9mnDIvl/9uStHD3NBkLvyKNY9Vb5GPkS4Rj7a4cD0/Wo9ZvmAyrSWnhcSigHlZ+iVc+7QwanYTnfmc8wj/D2JZ1Rv1uDI+JFN1iOjPqD+G6EDSGCvzokM2PDrlYLJMYv+5OjJ+iIj6bhMejPTvKQzak+c4IhgwZRhtPmV44oaPNKU0vmrxHa6G1luedHQ4JuzvTc7RxFLf6OC+s8SOnM8KTKsTZOxl0ypRuNF/ICH8u9LG/hSdxeDo8qEI3+6GuCk9mIN38C6Mcel8B6YiibiZ1UGsKwDI8d/kye2b5Rk1VxZ+qyhEpspHAHleCOezNrmBvprUYK92KFrZWZi6v7RbNtKilPop/cw14lf9/eOYsvMl2wpunth61FbBXN9Tr19WNVfbDMaiyr8P3ocyW2XBr/gMosRUeK/gWGZM/K33lNlb3E47MCMuI1QjUiMwRrB1sPto4L/IiQfdxUruDCt8KvbzxS/HPmr3CfmHXBx80fw2X2P3iQ0Jf851WH/MS2nRO4r+uoEVUxp8KGm0yD1sbRJCb2l2/o/WzA5iIpmOG46YIL8ElWIRvsmcm2eHSKZAWanjNHy8vw2W4wHMMhB0wKEdCe5DxCH5P2CG+zWKhPZv/iXcKO245ckT+Au5JfDcibm2zOPwEfipMbr4fmhATm+/zHgV9rshXQu/c4ap+ctv2LT+0PMAd0Il+iLq8w+Kqcg/cPeZ+C3F8KCsrMLO6Cp9eW4PZ1dU/eE/rt2/f07rzf3HPxr5Qx2an+DbeE9JWV9m5tTX2tf/hnv+7PeLbmwOhzo1f/D/Y80u0Z+D32AMwx96Tr8jPk1GykwDd0cIIvAWifi9CAEKKGvXjOEsGNBn1wzjLBr67lae5qBQa6DdgfAd0Ace2Ql7LaXoX7OCIt0fICCgU5FB/VoC5RRgEGQDUpatXl1ZWF/96be300deuXXvt6NLP2VvsrZ8vYV987sX6wmnYLzRPLY+OLp9qpupzT8wL+5v02dcGB//pOeE/Tl87WiwevXa6KV5i312amlqC0RYmwo9IRX5E6iUOyZP7yUyrE/YCbgDinh1QO0oFdNUU+m2dDga04NHBKDeEbgtomXcVfYH/AKJbeRCJ3pugruanezkDlTwEuW3poUKLdEAv5rC7Q1aPhrsA2T+VwNez7dj25aMD+f7iOL5+DqEUNHxDE7Cztq0swt54cbzIX9kS2As48KOuyYKDr1xSerCsQ1xIwOjJcpV9FRQ4NXMdvfGvKsDl09VSyTtZny5J0wslR39kqhH6NxXsqerVNfbKfSMZ1TLKmbMVgIPS9Nr5ygiom58BO22kq/ctPjJ9HOYXlpH+BzPO2ExlUiVACLvSRuQrvKYNgLbW8iZ3338BJ32bh3jaY2BkYGAA4hPnzHXi+W2+MshzMIDAmS8TbiHof+c4GNjOAbkcDEwgUQBg/gzIAHjaY2BkYGA7928ZAwPnYgaGHwwcDAxAERQgBwBxfwRFeNrjYIAAxvkMDEwrGRg4FzMwcDAwPgbiIiDeBMTHIJghF4iLOFgYqoG0DhB7AfEeoNwsIN0PpDOA+DQQT+VgYNKDYLAYOr4Psg8An9sPKgAAAAAAAAAAAAAAAAgAWAD8AW4B0AIyAnIC7AMuA4QEXgT2BS4FygYEBjQGYAZuBoQGuAbsByAHVAe4CEoIWAAAAAEAAAAeAFwABgAAAAAAAgABAAIAFgAAAQAAvAAAAAB42n2QvQ4BQRSFv2UJjVKl2FoQFpEoRXQaBTWCSIRkUeg8kKdQ8RKewgM4s3tJNJvJ3Dn355w5M0CBNVk8v4hHBQxnKClLcJYpVcM+Na6Gc5S5Gc5r+m74ofrL8JMmb2ZcOLJloLVlyYE9oziemLBiw5kdc6Jf1Z2R6isCQhpSCehrpyklEy161BVDxVA8h9JZ/w6myqJ42vWdnrs9TWEmxkK/+NVLGGPjD9Vdmq9A9Y5cNukqtuNXmccPQmg2/wB42n3POQ7CQAxG4XnDEvZ9B3GGcSABSpbkLjR03J8BflosWZ+7Jzvv/s82Ls7jqVClRp2EBk1atOnQpUefAUNGjJkwZcacBUtWrNkkz8c9hHB7W8RDmkzlTu5lJnN5kEd5kmd5kVf56xWy/Grqm/qmvqlv6pv6pr6pb59+Gf94Ab4GPNu4Af+FsAGNAEuwCFBYsQEBjlmxRgYrWCGwEFlLsBRSWCGwgFkdsAYrXFhZsBQrAAAAAVDO4FoAAA==) format('woff'),
         url(/catalog/view/javascript/wysibb/theme/default/../fonts/wysibbiconfont-wb.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
;font-display:swap;}



html{
	height:100% !important;
}


.wysibb{
	border:1px solid #ddd;
	position:relative;
	background:#fff;
	font-size:12px;
}

.wysibb button:focus,.wysibb button:active,#wbbmodal button:focus, #wbbmodal button:active{
    outline: 0;
}

.wysibb-body{
  overflow-x: auto !important;
}
.wysibb-body ul,.wysibb-body ol{padding:0 0 0 30px}
.wysibb-texarea,.wysibb-texarea:active{
  border:none !important;
  margin:0 !important;
  outline: none !important;
  padding:0 !important;
  width:100% !important;
}


.wysibb .wysibb-toolbar{
  float:left;
  width:70px;
  height:100%;
  overflow-y:auto;
  overflow-x:hidden;
  padding:0;
  border-right:1px solid #ccc;
}
.wysibb .wysibb-text{
  margin:0 0 0 70px;
}
.wysibb .wysibb-toolbar .modeSwitch{
  display:block;
  position:relative;
  right:0;
  top:0;
  border:0;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container{
  border:0;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select{
  width:60px;
  max-width:96%;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container select.wbb-selectbox{
  height:30px;
  max-width:96%;
  margin:1px 0;
  display:inline-block;
  background:transparent;
  border:0;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select{
  display:none;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn {
  display:inline-block;
  height:32px;
  vertical-align: middle;
  padding:0px 1px;
  cursor:pointer;
  margin:0 0 0 1px;
  font-size: 12px;
  border:1px solid transparent;
  box-sizing:border-box;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover span.btn-tooltip{
  display:none;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .dis,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.dis:hover{opacity:0.3;cursor:default;overflow:hidden;border:0;padding:1px 2px;background:transparent;}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on:hover,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:active {
  background:#ccc;
  padding:0px 1px;
  box-shadow:inset 0px 0px 3px #aaa;
  border:1px solid #aaa;
  border-radius:0px;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-inner {
  display:block;
  height:26px;
  min-width:26px;
  margin:2px;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-tooltip {
  display:none;
  background:#333;
  border:1px solid #fff;
  position:absolute;
  line-height:20px;
  font-size:11px;
  padding:3px 10px;
  bottom:35px;
  left:0;
  color:#fff;
  border-radius:0px;
  white-space:nowrap;
  z-index:10000;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-tooltip ins{
  width:0;
  height:0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  position:absolute;
  bottom:-5px;
  left:3px;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-text {
  text-transform: uppercase;
  font-family: sans-serif,Verdana,Tahoma;
  font-weight:bold;
  line-height:28px;
  text-align:center;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover {
  padding:0px 1px;
  border:1px solid transparent;
  border-radius:0px;
  background:#eee;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn .fonticon{
  color:#333;
  font-family: 'WysiBBiconFont';
  font-size:18px;
  line-height:28px;
  text-shadow:0px 1px 0px #fff;
  text-align:center;
  speak: none;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover .fonticon{
  color:#000;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on .fonticon{
  text-shadow:none;
  color:#000;
}
.wysibb .wysibb-toolbar .modeSwitch .wysibb-toolbar-btn{
  
}
.modesw{
  font-weight:bold;
  font-size:1em;
  line-height:28px;
  text-align:center;
  display:block;
  text-transform:uppercase;
}



.ve-tlb-bold{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 0 no-repeat;width:20px;}
.ve-tlb-italic{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -40px no-repeat;width:20px;}
.ve-tlb-underline{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -20px no-repeat;width:20px;}
.ve-tlb-strike{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -120px no-repeat;width:20px;}
.ve-tlb-link{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -80px no-repeat;width:20px;}
.ve-tlb-unlink{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -100px no-repeat;width:20px;}
.ve-tlb-img{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -60px no-repeat;width:20px;}
.ve-tlb-quote{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -140px no-repeat;width:20px;}
.ve-tlb-spoiler{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -160px no-repeat;width:20px;}
.ve-tlb-list{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -180px no-repeat;width:20px;}
.ve-tlb-bbcode{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -200px no-repeat;width:40px !important;margin:1px auto !important;height:20px;}
.ve-tlb-numlist{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -220px no-repeat;width:20px;}
.ve-tlb-textleft{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -240px no-repeat;width:20px;}
.ve-tlb-textcenter{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -260px no-repeat;width:20px;}
.ve-tlb-textright{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -280px no-repeat;width:20px;}
.ve-tlb-offtopic{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -300px no-repeat;width:20px;}
.ve-tlb-code{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -320px no-repeat;width:20px;}
.ve-tlb-spoiler{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -340px no-repeat;width:20px;}
.ve-tlb-sub{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -360px no-repeat;width:20px;}
.ve-tlb-sup{background:url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -380px no-repeat;width:20px;}
.ve-tlb-colorpick{width:50px;height:24px;line-height:24px;text-align:center;}
.ve-tlb-table{background: url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -460px;width:20px;}
.ve-tlb-smilebox{background: url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -480px;width:20px;}
.ve-tlb-video{background: url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -500px;width:20px;}
.ve-tlb-removeformat{background: url(/catalog/view/javascript/wysibb/theme/default/./img/icons.png) 0 -540px;width:20px;}

.tthotkey{color:#ddd;font-size:9px;}





.wysibb-text-editor{outline:none}
.bottom-resize-line{display:none;height:5px;cursor:ns-resize;}
.bottom-resize-line:hover,.bottom-resize-line.drag{background:#eee}



.wbbtab{
  margin-left:30px;
}



.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown:active{
  padding-right:10px;
  background:transparent;
  border:1px solid transparent;
  box-shadow: none;
  position:relative;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown:hover{
  background:#eee;
  border:1px solid transparent;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.on,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.on:active{
   border:1px solid #aaa;
   background:#ccc;
   box-shadow:inset 0px 0px 3px #aaa;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown ins.ar{
  display:block;
  position:absolute;
  right:10%;
  top:0px;
  width:9px;
  height:24px;
 
  cursor:default;
  text-decoration:none;
  font-size:14px;
  padding:0 2px;
  line-height:24px;
}


.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown:hover,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.on{
  padding-right:10px;

}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.dis,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.dis:hover{

}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn .wbb-list{
  display:none;
  position:fixed;
  top:10px;
  left:3%;
  border: 1px solid #bbb;
  box-shadow: 0px 0px 3px #aaa;
  width:90%;
  padding:5px;
  background:#fff;
  max-height:90%;
  overflow:auto;
  z-index:1000;
}



.ve-tlb-colorpick .cp-line {
  display: block;
  position: absolute;
  width: 60%;
  height: 3px;
  background: black;
  bottom: 3px;
  left: 20%;
}

.wbb-list .sc{
  width: 23%;
  height: 30px;
  margin: 0 0 1% 1%;
  display: inline-block;*display:inline;zoom: 1;
  cursor: pointer;
  border:1px solid #fff;
}
.wbb-list .sc:hover{
  border:1px solid #333;
}
.wbb-list .nc{
  height:24px;
  line-height:24px;
  text-align:center;
  color:#666;
  margin:0 1px 5px 1px;
}
.wbb-list .nc:hover{
  background:#eee;
}
.wbb-list .pl{
  display:block;
  height:5px;
}



.tbl-sel{
  border: 1px solid #ddd;
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
}
.tbl-sel:hover{
  background:#eee;
}
.wbb-table td{
  border: 1px dashed #DDD;
  padding: 3px;
  margin:5px;
  min-width: 5px;
  min-height: 15px;
}



.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select.dis:hover,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select:active{
  width:100px;
  padding: 1px 1px 1px 5px;
  border:1px solid transparent;
  background:transparent;
  box-shadow:none;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select:hover{
  background:#eee;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select.on,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select.on:active{
   padding: 1px 1px 1px 5px;
   border:1px solid #aaa;
   background:#ccc;
   box-shadow:inset 0px 0px 3px #aaa;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select .wbb-list{
  width:280px;
  padding:0;
  max-height:250px;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select .sar{
  display:block;
  position:absolute;
  right:3px;
  top:3px;
  width:10px;
  height:22px;
  cursor:default;
  font-size:14px;
  text-decoration:none;
}
.wbb-select .val{
  height:28px;
  line-height:30px;
  font-weight:bold;
  font-size:11px;
  display:block;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right:10px;
}
.wbb-select .option{
  display:block;
  padding:6px 10px;
  white-space: nowrap;
  cursor:pointer;
}
.wbb-select .option:hover{
  background:#eee;
}
.wbb-select .option.selected{
  background:#428bca;
  color:#fff;
}




.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-smilebox{
  background:transparent;
  border:1px solid transparent;
  box-shadow:none;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-smilebox.on,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-smilebox.on:active{
   border:1px solid #aaa;
   background:#ccc;
   box-shadow:inset 0px 0px 3px #aaa;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-smilebox .wbb-list{
  width:156px;
}
.smile{
  width: 16px;
  height: 16px;
  line-height:20px;
  padding: 0px;
  margin-right: 4px;
  display: inline-block;*display:inline;zoom: 1;
  cursor: pointer;
  vertical-align:middle;
}
.smile img{
  max-width:16px;
  max-height:16px;
}




#wbbmodal{
  font: 12px/1.2 Arial,Verdana;
  position: fixed;
  text-align:center;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;

  background: rgba(0,0,0,0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff,endColorstr=#7Fffffff);
  zoom: 1;
  z-index: 1100;
}

#wbbmodal  .wbbm{
  background: #fff;
  text-align:left;
  max-width: 90%;
  max-height:90%;
  margin: 30px auto;
  border: 1px solid #bbb;
  box-shadow:0px 0px 5px #333;
  overflow:auto;
}
#wbbmodal  .wbbm-title{
  color:#333;
  position:relative;
  padding:5px 10px;
  border-bottom:1px solid #ccc;
}
#wbbmodal  .wbbm-title .wbbm-title-text{
  font-size:1.6em;
  line-height:2em;
  margin:0;
  padding:0;
}
#wbbmodal  .wbbm-title .wbbclose{
  display:block;
  text-transform:uppercase;
  position:absolute;
  right:15px;
  top:15px;
  font-size:21px;
  font-weight:bold;
  cursor:pointer;
  color:#888;
}
#wbbmodal  .wbbm-title .wbbclose:hover{
  color:red;
}
#wbbmodal  .wbbm  .wbbm-tablist{
  padding: 10px 20px;
}
#wbbmodal  .wbbm .wbbm-tablist ul{
  list-style-type:none;
  padding:0;
  margin:0;
}
#wbbmodal  .wbbm .wbbm-tablist ul li{
  padding:10px;
  cursor:pointer;
  margin: 5px 0;
  position:relative;
  border-radius: 0px;
  display:inline-block;
  margin: 0 10px 5px 0;
}
#wbbmodal  .wbbm .wbbm-tablist ul li.on,#wbbmodal  .wbbm .wbbm-tablist ul li.on:hover{
  background:#428bca;
  color:#fff;
  cursor:default;
}
#wbbmodal  .wbbm .wbbm-tablist ul li:hover{
  background:#eee;
}

#wbbmodal  .wbbm-cont{
  padding:10px 20px;
}
#wbbmodal .wbbm-content{
  min-height:50px;
  max-height:100%;
}

#wbbmodal .div-modal-text{
  border:1px solid #aaa;
  padding:2px 5px;
  line-height: 28px;
  max-height:100px;
  overflow:auto;
  font-size:14px;
}
#wbbmodal  .wbbm-bottom{

  border-top:1px solid #ccc;

  padding:10px;
  background:#f1f1f1;
}
#wbbmodal button{
  display:inline-block;*display:inline;zoom: 1;
  font-size:14px;
  padding:3px 15px;
}
#wbbmodal .wbb-button{
  background:#428bca;
  color:#fff;
  line-height:26px;
  border:1px solid #357ebd;
  border-radius:0px;

  cursor:pointer;
}
#wbbmodal .wbb-button:hover{
  background:#3276b1;
  border:1px solid #285e8e;
}
#wbbmodal .wbb-cancel-button{
  background:#f5f5f5;
  color:#333;
  line-height:26px;
  border:1px solid #ddd;
  border-radius:0px;
  cursor:pointer;
  margin-left:15px;
}
#wbbmodal .wbb-cancel-button:hover{
  background:#fff;
  border:1px solid #ccc;
}
#wbbmodal .wbb-remove-button{
  background:#d9534f;
  color:#fff;
  line-height:26px;
  border:1px solid #d43f3a;
  border-radius:0px;
  cursor:pointer;
  float:right;
}
#wbbmodal .wbb-remove-button:hover{
  background:#d2322d;
  border:1px solid #ac2925;
}

#wbbmodal .wbbm-inp-row{
  margin-bottom:15px;
}
#wbbmodal .wbbm-inp-row label{
  display:block;
  font-weight:bold;
  margin-bottom:3px;
}
#wbbmodal .wbbm-inp-row input{
  display:block;
  height:34px;
  padding:2px 5px;
  line-height: 1.42857143;
  font-size:14px;
  width:100%;
  border:1px solid #aaa;
  outline:none;
  box-sizing:border-box;
  border-radius:0;
}

#wbbmodal .wbbm-inperr{
  color:red;
  font-size:10px;
  display:block;
}
#wbbmodal .wbbm-brdred{
  border-color:red !important;
}


#wbbmodal #imguploader{
  text-align: center;
}
#wbbmodal #imguploader.drag{
  border: 3px dashed #ccc;
}
#wbbmodal #imguploader.drag.dragover{
  background:#feffe4;
}
#wbbmodal #imguploader.drag.wbb-loading{
  padding:40px 0;
}
#wbbmodal #imguploader.drag .p{
  font-size:2em;
  color: #aaa;
  margin-top: 15px;
}
#wbbmodal #imguploader.drag .p2{
  color: #AAA;
}
#wbbmodal #imguploader.drag .fileupload{
  margin: 15px 0;
}
#wbbmodal .fileupload{
  margin: 40px 0;
  position: relative;
}
#wbbmodal .dragupload{
  margin: 10px 0 15px 0;
  position: relative;
}
#wbbmodal .fileupload input.file {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 230px;
  height: 32px !important;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -115px;
  display: block;
}

.loader{
  margin:30px 0;
}
.upl-error{color:red;display:block;}

.wysibb_powered{
  display:block;
  position:absolute;
  bottom:-18px;
  right:5px;
  font-size:10px;
}




.wysibb .wysibb-body .imgWrap{
  position:relative;
  display:inline-block;
}
.wysibb .wysibb-body .imgWrap img{
  opacity:0.5;
}



.content-phpbb3{
  font-size:13px;
  line-height:normal !important;
}
.content-phpbb3 .codebox dt{
  float:none;
  width: 100%;
}
.content-phpbb3 .codebox dd{
  margin:0 !important;
}

.wbb_simpla {
  color: #129856;
  background-color: #125689;
}


@media (min-width: 900px) {
	
	.wysibb .wysibb-text{
	  padding:5px;
	  margin:0;
	}
	.wysibb .wysibb-toolbar{
	  float:none;
	  width:auto;
	  overflow:visible;
	  border-right:0;
	}
	.wysibb .wysibb-toolbar {
	  border-bottom:1px solid #ddd;
	  position:relative;
	  padding:0 60px 0 0;
	  height:auto;
	}
	.wysibb .wysibb-toolbar .wysibb-toolbar-container {
	  margin:0;
	  border-right: 1px solid #ddd;
	  padding:0;
	  display:inline-block;
	}

	.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn {
	  display:inline-block;
	  height:32px;
	  min-width:28px;
	  position:relative;
	  vertical-align: middle;
	  padding:0px 1px;
	  cursor:pointer;
	  margin:0 0 0 1px;
	  font-size: 12px;
	  border:1px solid transparent;
	  width:auto;
	}
	.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover span.btn-tooltip{
	  display:block;
	}
	.wysibb .wysibb-toolbar .modeSwitch{
	  text-align:center;
	  position:absolute;
	  right:0px;
	  top:0px;
	  border:0;
	}
	.wysibb .wysibb-toolbar .wysibb-toolbar-container select.wbb-selectbox{
	  display:none;
	}
	.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select{
	  display:inline-block;
	}
	.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select span.val,.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select ins{
	  display:block;
	}

	.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn .wbb-list{
	  display:none;
	  position:absolute;
	  top:32px;
	  left:-1px;
	  border: 1px solid #bbb;
	  box-shadow: 0px 0px 3px #aaa;
	  width:190px;
	  background:#fff;
	  max-height:220px;
	  overflow:auto;
	  z-index:1000;
	}

	.wbb-list .sc{
	  width: 16px;
	  height: 16px;
	  margin: 0 0 1px 1px;
	  display: inline-block;*display:inline;zoom: 1;
	  cursor: pointer;
	  border:1px solid #fff;
	}

	.ve-tlb-colorpick{width:24px;height:24px;line-height:24px;text-align:right;}
	.wysibb .bottom-resize-line{display:block;height:5px;cursor:ns-resize;}
}

.wbb_simpla {
  color:#274b2;
  background-color: #25e9c;
}


div.rating-cancel,div.star-rating{float:left;width:25px;height:24px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/catalog/view/javascript/blog/rating/delete24.png) no-repeat 0 -24px}
div.star-rating,div.star-rating a{background:url(/catalog/view/javascript/blog/rating/star24.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:24px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -24px!important}
div.star-rating-hover a{background-position:0 -48px}

div.star-rating-readonly a{cursor:default !important}

div.star-rating{background:transparent!important;overflow:hidden!important}



.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;
}




.slick-loading .slick-list
{
    background: #fff url(/catalog/view/javascript/slick-1.8.1/slick/./ajax-loader.gif) center center no-repeat;
}


@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/catalog/view/javascript/slick-1.8.1/slick/./fonts/slick.eot);
    src: url(/catalog/view/javascript/slick-1.8.1/slick/./fonts/slick.eot?#iefix) format('embedded-opentype'), url(/catalog/view/javascript/slick-1.8.1/slick/./fonts/slick.woff) format('woff'), url(/catalog/view/javascript/slick-1.8.1/slick/./fonts/slick.ttf) format('truetype'), url(/catalog/view/javascript/slick-1.8.1/slick/./fonts/slick.svg#slick) format('svg');
;font-display:swap;}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



body #main-nav{
    background-image: linear-gradient(to bottom, #da1d81 , #da1d81 );
}

body .sm-blue a:after, body .sm-blue a.highlighted:after {
    background: #ff0090;
}

body #storeSite {
    color: red;
}

body #nomer1{
    color: #000000;
}

body #language_clicker .btn-15__pink{
    background-color: #b621fe !important;
}
body #language_clicker .btn-15__pink::after {
    background-color: #c15cfa !important;
}

.jcarousel-skin-opencart .jcarousel-container {
	background: #FFF;
	margin-bottom: 0px;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-opencart .jcarousel-container-horizontal {
	padding: 0px 0px;
}
.jcarousel-skin-opencart .jcarousel-clip {
	overflow: hidden;
	width: 100%;
}
.jcarousel-skin-opencart .jcarousel-clip-horizontal {
}
.jcarousel-skin-opencart .jcarousel-item {
	text-align: center;
}
.jcarousel-skin-opencart .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 0px;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 0;
}
.jcarousel-skin-opencart .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

.jcarousel-skin-opencart .jcarousel-next-horizontal {
	position: absolute;
	top: 23px;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url(/catalog/view/theme/default/stylesheet/../image/button-next.png) center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background: url(/catalog/view/theme/default/stylesheet/../image/button-previous.png) center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background: none;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal {
	position: absolute;
	top: 23px;
	left: 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url(/catalog/view/theme/default/stylesheet/../image/button-previous.png) center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 0px;
	background: url(/catalog/view/theme/default/stylesheet/../image/button-next.png) center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background: none;
}






.image {
  position: relative;
}


.product-status img {
  margin-right: 15px;
  border: 0;
}
.product-status .status-name {
  position: relative;
  bottom: 20px;
}






.product-sticker {
  z-index: 1;
}
.product-sticker img {
  border: 0 !important;
}





.product-sticker.left-top {
  position: absolute;
  top: 0;
  left: 0;
}



.product-sticker.left-center {
  position: absolute;
  left:  0;
  bottom: 0;
  top: 0;
}


.product-sticker.left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}








.product-sticker.right-top {
  position: absolute;
  top: 0;
  right: 0;
}



.product-sticker.right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}



.product-sticker.center {
  margin: auto;
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
}




.product-sticker.right-center {
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}



.product-sticker.center-top {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}





.product-sticker.center-bottom {
  margin: auto;
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
}










.category-status img {
  margin-right: 3px;
  border: 0;
}


.category-sticker {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events:none;
}
.category-sticker img {
  border: 0 !important;
}









.category-sticker.left-top {
  position: absolute;
  top: 0;
  left: 0;
}


.category-sticker.left-center {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;

}


.category-sticker.left-bottom {
  position: absolute;
  bottom: 0;
  left:  0;
}







.category-sticker.right-top {
  position: absolute;
  top: 0;
  right: 0;
}


.category-sticker.right-center {
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}


.category-sticker.right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}









.category-sticker.center {
  margin: auto;
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
}






.category-sticker.center-top {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}


.category-sticker.center-bottom {
  margin: auto;
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
}










.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }

* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }

.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }



.ui-state-disabled { cursor: default !important; }





.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }





.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }






.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; 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 { border: 1px solid #fbcb09; background: #fdf5ce url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.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); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }




.ui-icon { width: 16px; height: 16px; background-image: url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png); }


.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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-off { background-position: -96px -144px; }
.ui-icon-radio-on { 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 { 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; }





.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }


.ui-widget-overlay { background: #666666 url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/catalog/view/javascript/jquery/ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.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-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }


.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-autocomplete { position: absolute; cursor: default; }	


* html .ui-autocomplete { width:1px; } 


.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } 
.ui-button-icon-only { width: 2.2em; } 
button.ui-button-icon-only { width: 2.4em; } 
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 


.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }

input.ui-button { padding: .4em 1em; }


.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }


.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }


button.ui-button::-moz-focus-inner { border: 0; padding: 0; } 

.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; 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-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.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; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.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-tabs { position: relative; padding: .2em; zoom: 1; } 
.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: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.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-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.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; }


.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 { border-left-width:0; }
.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:0em; }


.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 { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }


.ui-datepicker-cover {
    display: none; 
    display: block; 
    position: absolute; 
    z-index: -1; 
    
    top: -4px; 
    left: -4px; 
    width: 200px; 
    height: 200px; 
}
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(/catalog/view/javascript/jquery/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(/catalog/view/javascript/jquery/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; 
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(/catalog/view/javascript/jquery/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(/catalog/view/javascript/jquery/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(/catalog/view/javascript/jquery/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(/catalog/view/javascript/jquery/fancybox/fancybox.png) -55px -90px no-repeat;
}



.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	
}



.fancybox-ie .fancybox-bg { background: transparent !important; }




.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

.sm-blue {
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    padding: 10px 20px;
    
    padding-right: 58px;
    
    
    color: #fff;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.sm-blue a.current {
    background: #006892;
    
    color: #fff;
}

.sm-blue a.disabled {
    color: #a1d1e8;
}

.sm-blue a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 2px;
    width: 22px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.sm-blue a .sub-arrow::before {
    content: '+';
}

.sm-blue a.highlighted .sub-arrow::before {
    content: '-';
}

.sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
    border-radius: 8px 8px 0 0;
}

.sm-blue > li:last-child > a, .sm-blue > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    border-radius: 0 0 8px 8px;
}

.sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0;
}

.sm-blue ul {
    background: #fff;
}

.sm-blue ul ul {
    background: rgba(102, 102, 102, 0.1);
}

.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
    background: transparent;
    color: #2b82ac;
    font-size: 16px;
    text-shadow: none;
    border-left: 8px solid transparent;
}

.sm-blue ul a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff;
}

.sm-blue ul a.disabled {
    color: #b3b3b3;
}

.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
    border-left: 16px solid transparent;
}

.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
    border-left: 24px solid transparent;
}

.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

.sm-blue ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-blue ul li:first-child {
    border-top: 0;
}


.sm-blue ul {
    position: absolute;
    width: 12em;
}

.sm-blue li {
    float: left;
}

.sm-blue.sm-rtl li {
    float: right;
}

.sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
    float: none;
}

.sm-blue a {
    white-space: nowrap;
}

.sm-blue ul a, .sm-blue.sm-vertical a {
    white-space: normal;
}

.sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
}


.sm-blue {
    
    
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    padding: 13px 24px;
    
    
    color: #fff;
}

.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    background: #2b82ac;
    
}

.sm-blue a.current {
    background: #006892;
    
    color: #fff;
}

.sm-blue a.disabled {
    background: #3092c0;
    
    color: #a1d1e8;
}

.sm-blue a .sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #a1d1e8 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
}

.sm-blue a .sub-arrow::before {
    display: none;
}

.sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
    border-radius: 8px 0 0 8px;
}

.sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a {
    border-radius: 0 8px 8px 0 !important;
}

.sm-blue > li {
    border-left: 1px solid #2b82ac;
}

.sm-blue > li:first-child {
    border-left: 0;
}

.sm-blue ul {
    border: 1px solid #a8a8a8;
    padding: 7px 0;
    background: #fff;
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.sm-blue ul ul {
    border-radius: 4px !important;
    background: #fff;
}

.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
    
    color: #4169e1; 
    border-radius: 0 !important;
}

.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
    
    
    color: #fff;
}

.sm-blue ul a.current {
    
    
    color: #fff;
}

.sm-blue ul a.disabled {
    background: #fff;
    color: #b3b3b3;
}

.sm-blue ul a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    
    right: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
}

.sm-blue ul li {
    border: 0;
}

.sm-blue .scroll-up,
.sm-blue .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
}

.sm-blue .scroll-up-arrow,
.sm-blue .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent;
}

.sm-blue .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #2b82ac transparent transparent transparent;
}

.sm-blue.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
}

.sm-blue.sm-rtl > li:first-child > a, .sm-blue.sm-rtl > li:first-child > :not(ul) a {
    border-radius: 0 8px 8px 0;
}

.sm-blue.sm-rtl > li:last-child > a, .sm-blue.sm-rtl > li:last-child > :not(ul) a {
    border-radius: 8px 0 0 8px !important;
}

.sm-blue.sm-rtl > li:first-child {
    border-left: 1px solid #2b82ac;
}

.sm-blue.sm-rtl > li:last-child {
    border-left: 0;
}

.sm-blue.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
}

.sm-blue.sm-vertical {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.sm-blue.sm-vertical a {
    padding: 9px 23px;
}

.sm-blue.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
}

.sm-blue.sm-vertical > li:first-child > a, .sm-blue.sm-vertical > li:first-child > :not(ul) a {
    border-radius: 8px 8px 0 0;
}

.sm-blue.sm-vertical > li:last-child > a, .sm-blue.sm-vertical > li:last-child > :not(ul) a {
    border-radius: 0 0 8px 8px !important;
}

.sm-blue.sm-vertical > li {
    border-left: 0 !important;
}

.sm-blue.sm-vertical ul {
    border-radius: 4px !important;
}

.sm-blue.sm-vertical ul a {
    padding: 9px 23px;
}

.sm-blue {
    border-radius: 0 !important;
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    border-radius: 0 !important;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 1.1em;
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    font-size: 16px;
    line-height: 1em;
}

.sm-blue a {

    background: transparent;
}

.sm-blue a:after, .sm-blue a.highlighted:after {
    
    background: #1974d2 ; 
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sm-blue a:hover:after, .sm-blue a.highlighted:after {
    left: 0;
    width: 100%;
}

.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    background: transparent;
}

.sm-blue > li {
    text-align: center;
    background: transparent;
    border-left: 0;
}

body .sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a {
}

.sm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.sm > * {
    flex-grow: 1;
}
@media screen and (max-width: 767px){
    .sm > * {
        flex-grow: 0;
    }
    .sm{
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .sm-blue a .sub-arrow {
        bottom: -5px;
        z-index: 8;
    }
}

#main-nav {
    margin-bottom: 7px;
    
    
    background-image: linear-gradient(to bottom, #1e90ff  , #1e90ff ); 
    
    top: 0;
}

#main-header-top-menu {
    width: 980px;
    margin: 0 auto;
    box-shadow: none !important;
    border: 0 !important;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    #main-header-top-menu {
        width: 728px;
    }
}

@media screen and (max-width: 767px) {
    #main-header-top-menu {
        width: 420px;
    }

    .sm-blue ul {

    }

    .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
        white-space: pre-wrap;
    }

    .sm-blue a .sub-arrow {
        bottom: -4px;
    }

    .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active{
        font-size: 16px;
    }
    .sm-blue ul ul{
        position: relative !important;
        top: 0 !important;
        margin: 0 !important;
        border-radius: 0 0 3px 3px !important;
        padding-bottom: 0;
        padding-top: 0;
    }
    .sm-blue ul .sub-arrow{
        transition-duration: 0.3s;
        transition-property: transform, margin-top;
        transform: rotate(0deg);
    }
    .sm-blue ul .has-submenu.highlighted>.sub-arrow{
        transform: rotate(90deg);
        margin-top: -2px;
    }
}

@media screen and (max-width: 479px) {
    #main-header-top-menu {
        width: 320px;
    }

    .sm-blue ul {

    }

    .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
        white-space: pre-wrap;
    }

    .sm-blue a .sub-arrow {
        bottom: -4px;
    }

    .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active{
        font-size: 16px;
    }
    .sm-blue ul ul{
        position: relative !important;
        top: 0 !important;
        margin: 0 !important;
        border-radius: 0 0 3px 3px !important;
        padding-bottom: 0;
        padding-top: 0;
    }
    .sm-blue ul .sub-arrow{
        transition-duration: 0.3s;
        transition-property: transform, margin-top;
        transform: rotate(0deg);
    }
    .sm-blue ul .has-submenu.highlighted>.sub-arrow{
        transform: rotate(90deg);
        margin-top: -2px;
    }
}

@media (min-width: 768px) {
    .sm-blue ul {
        border: none;
    }

    .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
        border: 0 !important;
        padding: 8px 18px;
        background: transparent;
        border-radius: 0 !important;
        font-size: 16px;
    }

    .sm-blue ul ul {
        border-radius: 0 !important;
    }
}

#upper_container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 555;
}

html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}


body {
    background: #FFFFFF url(/catalog/view/theme/default/stylesheet/../image/data/fon.jpg) repeat fixed 50% 50%;
    width: 100%;
    height: auto;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: clip;
}

iframe {
    max-width: 100%;
    box-sizing: border-box;
}

.description span b {
    margin-right: 5px;
}





body, td, th, input, textarea, select, a {

}

h1, .welcome {
    
    font-family: Verdana, Geneva, sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
    text-align: center;
}


h2 {
    
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}


a, a:visited, a b {

    
    

    text-decoration: underline;
    cursor: pointer;
}



a:hover {
    text-decoration: underline;
    color: #38B0E3;
}





a img {
    border: none;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

input[type='text'], input[type='password'], textarea {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
}

select {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

label {
    cursor: pointer;
}

.mobile-only {
    display: none;
}


#container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

@media screen and (max-width: 1302px) {
    #container {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}

#column-left {
    float: left;
    width: 180px;
}

#column-right {
    float: right;
    width: 180px;
}

#content {
    min-height: 400px;
    margin-bottom: 25px;
}

#column-left + #column-right + #content, #column-left + #content, #content.col-lr, #content.col-l, .breadcrumbs.col-lr, .breadcrumbs.col-l  {
    margin-left: 195px;
}

#column-right + #content, #content.col-lr, #content.col-r, .breadcrumbs.col-lr, .breadcrumbs.col-r {
    margin-right: 195px;
}
.breadcrumbs {margin-bottom: 2em;}



#header {
    height: 186px;
    margin-bottom: 7px;
    padding-bottom: 4px;
    position: relative;
    z-index: 99;
}

#header #logo {
    position: absolute;
    top: 32px;
    left: 0;
}


#filterpro .price_limit {
    border: 0 none;
    color: #38B0E3;
    font-weight: bold;
    width: 100%;
}


#language {
    position: absolute;
    top: 10px;
    left: 180px;
    width: 75px;
    color: #999;
    line-height: 17px;
}

#language img {
    cursor: pointer;
}

#currency {
    width: 75px;
    position: absolute;
    top: 15px;
    left: 425px;
    color: #999;
    line-height: 17px;
}

#currency a {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #CCC;
    color: #999;
    text-decoration: none;
    margin-right: 2px;
    margin-bottom: 2px;
}

#currency a b {
    color: #000;
    text-decoration: none;
}

#header #cart {
    position: absolute;
    top: 0;
    right: 145px;
    z-index: 9;
    min-width: 300px;
}

#header #cart .heading {
    float: right;
    margin-right: 172px;
    margin-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #EEEEEE;
    background: #FFF;
    position: relative;
    z-index: 1;
}

#header #cart .heading h4 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 3px;
}

#header #cart .heading a {
    color: #0c0c0c;
    text-decoration: none;
}

#header #cart .heading a span {
    background: #FFFFFF url(/catalog/view/theme/default/stylesheet/../image/arrow-down.png) 100% 50% no-repeat;
    padding-right: 15px;
}

#header #cart .content {
    clear: both;
    display: none;
    position: relative;
    top: -1px;
    padding: 8px;
    min-height: 150px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    -webkit-border-radius: 0 7px 7px 7px;
    -moz-border-radius: 0 7px 7px 7px;
    -khtml-border-radius: 0 7px 7px 7px;
    border-radius: 0 7px 7px 7px;
    -webkit-box-shadow: 0 2px 2px #DDDDDD;
    -moz-box-shadow: 0 2px 2px #DDDDDD;
    box-shadow: 0 2px 2px #DDDDDD;
    background: #FFF;
}

#header #cart.active .heading {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

#header #cart.active .content {
    display: block;
}

#header #cart .cart {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}

#header #cart .cart td {
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE;
}

#header #cart .cart .image {
    width: 1px;
}

#header #cart .cart .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}

#header #cart .cart .name small {
    color: #666;
}

#header #cart .cart .quantity {
    text-align: right;
}

#header #cart .cart td.total {
    text-align: right;
}

#header #cart .cart .remove {
    text-align: right;
}

#header #cart .cart .remove img {
    cursor: pointer;
}

#header #cart table.total {
    border-collapse: collapse;
    padding: 5px;
    float: right;
    clear: left;
    margin-bottom: 5px;
}

#header #cart table.total td {
    color: #000;
}

#header #cart .content .checkout {
    text-align: right;
    clear: both;
}

#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}


#header #zvonok {
    position: absolute;
    top: 3px;
    right: 0;
}
#header #zvonok_mobile-only {
    display: none;
}

#header #favorite {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -125px;
}


.arrow-scroll-top {
    background: url(/catalog/view/theme/default/stylesheet/../../../../../image/up-arrow.gif) no-repeat scroll 0 0 transparent;
    bottom: 60px;
    color: #FF891B;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 25px;
    line-height: 30px;
    opacity: 0.6;
    position: fixed;
    left: 50px;
    text-align: center;
    width: 80px;
}

.arrow-scroll-top:hover {
    opacity: 1;
}

#header #blagodarnosti {
    position: absolute;
    top: 0;
    left: 300px;
}


#header #sertificaty {
    position: absolute;
    top: 0;
    left: 380px;
}

#header #kashestvo {
    position: absolute;
    top: 0;
    left: 460px;
}


#header #ourwork {
    position: absolute;
    top: 0;
    left: 540px;
}


#header #search-yandex {
    position: absolute;
    top: 119px;
    left: 795px;
    width: 190px;

}


#header #search {
    position: absolute;
    top: 58px;
    right: 100px;
    width: 80px;
    z-index: 15;
}

#header .button-search {
    position: absolute;
    left: 158px;
    background: url(/catalog/view/theme/default/stylesheet/../image/button-search.png) center center no-repeat;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
}

#header #search input {
    background: #FFF;
    padding: 1px 33px 1px 1em;
    width: 135px;
    height: 21px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 2px 0 #F0F0F0;
    -moz-box-shadow: 0 2px 0 #F0F0F0;
    box-shadow: 0 2px 0 #F0F0F0;
}


#header #welcome {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 5;
    width: 298px;
    text-align: right;
    color: #999999;
}

#header .links {
    position: absolute;
    top: 135px;
    left: 0;
    bottom: 3px;
    font-size: 10px;
}





#header .links a {
    float: left;
    display: block;
    padding: 0 0 0 5px;
    
    text-decoration: none;
    font-weight: bolder;
    font-size: 15px;
}


#header .links a + a {
    margin-left: 8px;
    border-left: 1px solid #CCC;
}


#menu {
    background: #585858;
    border-bottom: 1px solid #000000;
    height: 37px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 2px 2px #DDDDDD;
    -moz-box-shadow: 0 2px 2px #DDDDDD;
    box-shadow: 0 2px 2px #DDDDDD;
    padding: 0 5px;
}

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

#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
}

#menu > ul > li:hover {
    background: #000;
}

#menu > ul > li > a {
    font-size: 13px;
    color: #FFF;
    line-height: 14px;
    text-decoration: none;
    display: block;
    padding: 12px 15px 11px 15px;
    z-index: 6;
    position: relative;
}

#menu > ul > li > div {
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    padding: 5px;
    border: 1px solid #000000;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: url(/catalog/view/theme/default/stylesheet/../image/menu.png);
}

#menu > ul > li:hover > div {
    display: table;
}

#menu > ul > li > div > ul {
    display: table-cell;
}

#menu > ul > li ul + ul {
    padding-left: 20px;
}

#menu > ul > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}

#menu > ul > li ul > li > a:hover {
    background: #000000;
}

#menu > ul > li > div > ul > li > a {
    color: #FFFFFF;
}

.breadcrumb {
    color: #000000;
    margin-bottom: 10px;
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
}

.success {
    background: #EAF7D9 url(/catalog/view/theme/default/stylesheet/../image/success.png) 10px center no-repeat;
    border: 1px solid #BBDF8D;
}

.warning {
    background: #FFD1D1 url(/catalog/view/theme/default/stylesheet/../image/warning.png) 10px center no-repeat;
    border: 1px solid #F8ACAC;
}

.attention {
    background: #FFF5CC url(/catalog/view/theme/default/stylesheet/../image/attention.png) 10px center no-repeat;
    border: 1px solid #F2DD8C;
}

.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.required {
    color: #e73d7b;
    font-weight: bold;
}

.error {
    display: block;
    color: #e73d7b;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.form tr td:first-child {
    width: 150px;
}

table.form > * > * > td {
    color: #000000;
}

table.form td {
    padding: 4px;
}

input.large-field, select.large-field {
    width: 300px;
}

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

table.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px;
}

table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}

table.list tbody td a {
    text-decoration: underline;
}

table.list tbody td {
    vertical-align: top;
    padding: 0 5px;
}

table.list .left {
    text-align: left;
    padding: 7px;
}

table.list .right {
    text-align: right;
    padding: 7px;
}

table.list .center {
    text-align: center;
    padding: 7px;
}

.pagination .links{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination .links>*{
    margin: 5px 5px;
    background: #1e90ff;
    border-radius: 3px;
    box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(94, 104, 121, 0.288);
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    height: 45px;
    width: 35px;
    display: block;
    line-height: 45px;
    min-width: 30px;
    max-width: 55px;
    flex-shrink: 1;
}
.pagination .links>a{
    transition-property: background-color, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;

}
.pagination .links>a:hover{
    background: #007df7;
    box-shadow: -3px -3px 7px #ffffff, 3px 3px 5px rgb(94 104 121 / 67%);
}
.pagination .links>b{
    box-shadow: inset -3px -3px 7px #ffffff73,
    inset 3px 3px 5px rgba(94, 104, 121, 0.288);
    font-size: 17px;
    color: #979797;
    background: #a8e2ff;
}


a.button, button.button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 6px 12px 6px 12px;
    background-color: #e73d7b;
    border-radius: 7px;
    color: #FFFFFF;
    font-size: 1rem;
    border: none;
    outline: none;
}

a.button span, button.button span {
    color: #FFFFFF;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
}

a.button:hover, button.button:hover{
    background-color: #fe2dfd;
    color: #FFFFFF;
}

a.button:hover span, button.button:hover span{
    color: #FFFFFF;

}
a.button.button-blue, button.button.button-blue{
    background-color: #11c1f3;
}
a.button.button-blue:hover, button.button.button-blue:hover{
    background-color: #61cded;
}

.buttons {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.htabs {
    height: 30px;
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;
}

.htabs a {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #FFFFFF url(/catalog/view/theme/default/stylesheet/../image/tab.png) repeat-x;
    padding: 7px 15px 6px 15px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 2px;
    display: none;
}

.htabs a.selected {
    padding-bottom: 7px;
    background: #FFFFFF;
}

.tab-content {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
}



.box {
    margin-bottom: 8px;
}

.box .box-heading,.poll .poll-heading {
    -webkit-border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    -khtml-border-radius: 1px 1px 0 0;
    border-radius: 1px 1px 0 0;
    border: 1px solid #DBDEE1;
    background: url(/catalog/view/theme/default/stylesheet/../image/background.png) repeat-x;
    padding: 8px 10px 7px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #333;
    text-align: center;

}

.box .box-content, .poll .poll-content {
    background: #FFFFFF;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -khtml-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    border-left: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
    border-bottom: 1px solid #DBDEE1;
    padding: 8px;
    font-size: 14px;
}


.box-product {
    width: 100%;
    overflow: auto;
    text-align: center;
}

.box-product > div {
    width: 199px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1302px){
    .box-product > div{
        width: 272px
    }
}
#column-left + #column-right + #content .box-product > div, #content.col-lr .box-product > div {
    width: 195px;
}
@media screen and (max-width: 1302px){
    .box-featured. > .box-product > div{
        margin-right: 0;
        margin-left: 0;
    }
    #column-left + #column-right + #content .box-product > div, #content.col-lr .box-product > div{
        width: 150px;
    }
    #column-left + #column-right + #content .box-product > div .whatsapp_link a, #content.col-lr .box-product > div .whatsapp_link a{
        font-size: 12px;
    }
    .box-product .name{
        font-size: 14px;
    }
    .box-product .description{
        line-height: 15px;
        margin-bottom: 5px;
        color: #4D4D4D;
        font-size: 14px;
    }
}

.box-product .description {
    text-align: left;
}



.box-product .image {
    display: block;
    margin-bottom: 0;
}
.box-product .image>a{
    display: block;
}
.box-product .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
}

.box-product .name a {
    color: #0c0c0c;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}

.box-product .price {
    display: block;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
}

.box-product .price-old {
    color: #000000;
    text-decoration: line-through;
}

.box-product .price-new {
    font-weight: bold;
    color: #e73d7b;
}

.box-product .rating {
    display: block;
    margin-bottom: 4px;
}


.box-category {
    margin-top: -5px;
    font-size: 17px;

}

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
}


.box-category > ul > li {
    padding: 2px 0 2px 0;
    font-size: 17px;

}

.box-category > ul > li + li {
    border-top: 1px solid #000000;
    font-size: 17px;
}

.box-category > ul > li > a {


    text-decoration: none;
    color: #333;
    font-size: 17px;
}

.box-category > ul > li ul {


    display: none;
    font-size: 17px;
}

.box-category > ul > li a.active {


    font-weight: bold;
    font-size: 17px;
}

.box-category > ul > li a.active + ul {


    display: block;
    font-size: 17px;
}

.box-category > ul > li ul > li {

    
    padding: 2px 0 2px 1px;
    font-size: 17px;
}

.box-category > ul > li ul > li > a {


    text-decoration: none;
    display: block;
    font-size: 17px;
}

.box-category > ul > li ul > li > a.active {


    font-weight: bold;
    font-size: 17px;
}


#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}

#content .content .left {
    float: left;
    width: 49%;
}

#content .content .right {
    float: right;
    width: 49%;
}


.category-info {
    overflow: auto;
    margin-bottom: 20px;
}

.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}

.category-list {
    overflow: auto;
    margin-bottom: 20px;
}

.category-list ul {
    float: left;
    width: 18%;
}

.category-list .div a {
    text-decoration: underline;
    font-weight: bold;
}


.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}

.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    padding: 0;
    list-style: none;
    margin: 0 0 10px;
}


.product-filter {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px;
    overflow: auto;
}

.product-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #333;
}

.product-filter .display a {
    font-weight: bold;
}

.product-filter .sort {
    float: right;
    color: #333;
}

.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333;
}

.product-compare {
    padding-top: 6px;
    margin-bottom: 25px;
    font-weight: bold;
}

.product-compare a {
    text-decoration: none;
    font-weight: bold;
}

.product-list > div {
    overflow: auto;
    margin-bottom: 15px;
}

.product-list .right {
    float: right;
    margin-left: 15px;
}

.product-list > div + div {
    border-top: 1px solid #EEEEEE;
    padding-top: 16px;
}

.product-list .image {
    float: left;
    margin-right: 10px;
}

.product-list .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
}

.product-list .name {
    margin-bottom: 3px;
}

.product-list .name a {
    color: #0c0c0c;
    font-weight: bold;
    text-decoration: none;
}

.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #4D4D4D;
}

.product-list .rating {
    color: #7B7B7B;
}

.product-list .price {
    float: right;
    height: 50px;
    margin-left: 8px;
    text-align: right;
    color: #333333;
    font-size: 12px;
}

.product-list .price-old {
    color: #000000;
    text-decoration: line-through;
}

.product-list .price-new {
    font-weight: bold;
    color: #e73d7b;
}

.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}

.product-list .cart {
    margin-bottom: 3px;
}

.product-list .wishlist, .product-list .compare {
    margin-bottom: 3px;
}

.product-list .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url(/catalog/view/theme/default/stylesheet/../image/add.png) left center no-repeat;
}

.product-grid {
    width: 100%;
    overflow: auto;
}

.product-grid > div {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.product-grid .compare {
    text-align: center;
}

.product-grid .description {
    text-align: left;
}



#column-left + #column-right + #content .product-grid > div, #content.col-lr .product-grid > div {
    width: 199px;
}
@media screen and (max-width: 1302px) {
    #column-left + #column-right + #content .product-grid > div, #content.col-lr .product-grid > div {
        width: 272px
    }
}

.product-grid .image {
    display: block;
    margin-bottom: 0;
}

.product-grid .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
}

.product-grid .name a {
    color: #0c0c0c;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    word-wrap: break-word;
}




.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}

.product-grid .price {
    display: block;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
}

.product-grid .price-old {
    color: #000000;
    text-decoration: line-through;
}

.product-grid .price-new {
    font-weight: bold;
    color: #e73d7b;
}

.product-grid .price .price-tax {
    display: none;
}

.product-grid .cart, .box-product .cart, .product-grid .cart-2, .box-product .cart-2{
    margin-bottom: 3px;
}
.product-grid .cart a span, .box-product .cart a span, .product-grid .cart-2  a span, .box-product .cart-2 a span, a#button-cart span, a#button-cart-kredit span {
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
}
.product-grid .cart a, .box-product .cart a, .product-grid .cart-2  a, .box-product .cart-2 a, a#button-cart, a#button-cart-kredit, a.seocms_further{
    z-index: 1;
    box-sizing: border-box;
    position: relative;
}
.product-grid .cart a:after, .box-product .cart a:after, .product-grid .cart-2  a:after, .box-product .cart-2 a:after, a#button-cart:after, a#button-cart-kredit:after, a.seocms_further:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #fe2dfd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-grid .cart a:hover, .box-product .cart a:hover, .product-grid .cart-2  a:hover, .box-product .cart-2 a:hover, a#button-cart:hover, a#button-cart-kredit:hover, a.seocms_further:hover{
    background-color: #e73d7b !important;
}
.product-grid .cart a:hover:after, .box-product .cart a:hover:after, .product-grid .cart-2  a:hover:after, .box-product .cart-2 a:hover:after, a#button-cart:hover:after, a#button-cart-kredit:hover:after,
a.seocms_further:hover:after{
    left: 0;
    width: 100%;
}

.product-grid .wishlist, .product-grid .compare, .box-product .wishlist,.box-product .compare{
    margin-bottom: 3px;
}
a.button {
    z-index: 1;
    box-sizing: border-box;
    position: relative;
}
a.button:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #fe2dfd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.button:hover{
    background-color: #e73d7b !important;
}
a.button:hover:after{
    left: 0;
    width: 100%;
}
.product-grid .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url(/catalog/view/theme/default/stylesheet/../image/add.png) left center no-repeat;
}

.compare a {
    color: #ffffff;
    background-color: #1e90ff;
    padding: 7px 5px;
    border-radius: 7px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
}
.compare a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #53a8ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.compare a:hover:after {
    left: 0;
    width: 100%;
}

.compare a {
    z-index: 1;
    box-sizing: border-box;
    position: relative;
}


.product-info {
    overflow: auto;
    margin-bottom: 20px;
}

.product-info > .left {
    float: left;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .product-info > .left {
        max-width: 60%;
    }

    .product-info > .left img {
        max-width: 100%;
    }
}

.product-info > .left + .right {
    margin-left: 265px;
}

.product-info .image {
    border: 1px solid #E7E7E7;
    float: left;
    padding: 10px;
    text-align: center;
}

.product-info .image-additional {
    width: 100%;
    margin-left: -1px;
    clear: both;
    overflow: auto;
    max-width: 100%;
    margin-top: 20px;
    float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product-info .image-additional img {
    border: 1px solid #E7E7E7;
}

.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 1px;
    margin-bottom: 1px;
}

.product-info .description {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #4D4D4D;
}


.product-info .description span {
    color: #0c0c0c;
}


.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}

.product-info .price {
    overflow: auto;
    border-bottom: 1px solid #E7E7E7;
    padding: 0 5px 10px 5px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.product-info .price-old {
    color: #000000;
    text-decoration: line-through;
}

.product-info .price-new {
    font-weight: bold;
    color: #e73d7b;

}

.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}

.product-info .options {
    border-bottom: 1px solid #E7E7E7;
    padding: 0 5px 10px 5px;
    margin-bottom: 10px;
    color: #000000;
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}

.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.product-info .cart {
    border-bottom: 1px solid #E7E7E7;
    padding: 0 5px 10px 5px;
    margin-bottom: 20px;
    color: #4D4D4D;
    overflow: auto;
}

.product-info .cart div {
    float: left;
    vertical-align: middle;
}

.product-info .cart div > span {
    padding-top: 7px;
    display: block;
    color: #999;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}

.product-info .review {
    color: #4D4D4D;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    margin-bottom: 10px;
}

.product-info .review > div {
    padding: 8px;
    border-bottom: 1px solid #E7E7E7;
    line-height: 20px;
}

.product-info .review > div > span {
    color: #0c0c0c;
}

.product-info .review .share {
    overflow: auto;
    line-height: normal;
}

.product-info .review .share a {
    text-decoration: none;
}

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
    font-weight: bold;
}

.compare-info .price-old {
    font-weight: bold;
    color: #000000;
    text-decoration: line-through;
}

.compare-info .price-new {
    font-weight: bold;
    color: #e73d7b;
}


.wishlist-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.wishlist-product td {
    padding: 7px;
}

.wishlist-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
    text-align: center;
}

.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
    text-align: left;
}

.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
    text-align: right;
}

.wishlist-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-product tbody .remove {
    vertical-align: middle;
}

.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
    text-align: center;
}

.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
    text-align: left;
}

.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
    text-align: right;
}

.wishlist-product tbody .price s {
    color: #e73d7b;
}

.login-content {
    margin-bottom: 20px;
    overflow: auto;
}

.login-content .left {
    float: left;
    width: 48%;
}

.login-content .right {
    float: right;
    width: 48%
}

.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}


.order-list {
    margin-bottom: 10px;
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.order-list .order-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.order-list .order-content div {
    float: left;
    width: 33.3%;
}

.order-list .order-info {
    text-align: right;
}

.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}


.return-list {
    margin-bottom: 10px;
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.return-list .return-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.return-list .return-content div {
    float: left;
    width: 33.3%;
}

.return-list .return-info {
    text-align: right;
}

.return-product {
    overflow: auto;
    margin-bottom: 20px;
}

.return-name {
    float: left;
    width: 33.3%;
}

.return-model {
    float: left;
    width: 33.3%;
}

.return-quantity {
    float: left;
    width: 33.3%;
}

.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}

.return-reason {
    float: left;
    width: 33.3%;
}

.return-opened {
    float: left;
    width: 33.3%;
}

.return-opened textarea {
    width: 98%;
    vertical-align: top;
}

.return-remove {
    float: left;
    width: 33.3%;
    padding-top: 90px;
    text-align: center;
    vertical-align: middle;
}

.return-additional {
    overflow: auto;
    margin-bottom: 20px;
}

.return-comment {
    float: left;
    width: 49%;
}

.return-captcha {
    float: right;
    width: 49%;
}

.download-list {
    margin-bottom: 10px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.download-list .download-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info {
    text-align: right;
}


.cart-info table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.cart-info td {
    padding: 7px;
}

.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info thead .remove, .cart-info thead .image {
    text-align: center;
}

.cart-info thead .name, .cart-info thead .model {
    text-align: left;
}

.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
    text-align: right;
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info tbody .remove {
    vertical-align: middle;
}

.cart-info tbody .remove, .cart-info tbody .image {
    text-align: center;
}

.cart-info tbody .name, .cart-info tbody .model {
    text-align: left;
}

.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}

.cart-info tbody span.stock {
    color: #e73d7b;
    font-weight: bold;
}

.cart-module .cart-heading {
    border: 1px solid #DBDEE1;
    padding: 8px 8px 8px 22px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
    cursor: pointer;
    background: #F8F8F8 url(/catalog/view/theme/default/stylesheet/../image/arrow-right.png) 10px 50% no-repeat;
}

.cart-module .active {
    background: #F8F8F8 url(/catalog/view/theme/default/stylesheet/../image/arrow-down.png) 7px 50% no-repeat;
}

.cart-module .cart-content {
    padding: 0 0 15px 0;
    display: none;
    overflow: auto;
}

.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 3px;
    text-align: right;
}


.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}

.checkout-content {
    padding: 0 0 15px 0;
    display: none;
    overflow: auto;
}

.checkout-content .left {
    float: left;
    width: 48%;
}

.checkout-content .right {
    float: right;
    width: 48%;
}

.checkout-content .buttons {
    clear: both;
}

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.checkout-product td {
    padding: 7px;
}

.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
}

.contact-info {
    overflow: auto;
}

.contact-info .left {
    float: left;
    width: 48%;
}

.contact-info .right {
    float: left;
    width: 48%;
}

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}

.sitemap-info .left {
    float: left;
    width: 48%;
}

.sitemap-info .right {
    float: left;
    width: 48%;
}



#footer {
    clear: both;
    overflow: auto;
    min-height: 5px;
    padding: 5px;
    border-top: 1px solid #DBDEE1;
    border-bottom: 1px solid #DBDEE1;
    background: #F8F8F8;
}

#footer h3 {
    color: #000000;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 8px;
}

#footer .column {
    float: left;
    width: 20%;
    min-height: 15px;
}

#footer .column ul {
    margin-top: 0;
    margin-left: 8px;
    padding-left: 12px;
}

#footer .column ul li {
    margin-bottom: 3px;
}

#footer .column a {
    text-decoration: none;
    color: #000;
}

#footer .column a:hover {
    text-decoration: underline;
}

#powered {
    margin-top: 5px;
    text-align: right;
    clear: both;
}


.banner div {
    text-align: center;
    width: 100%;
}

.banner div img {
    margin-bottom: 20px;
}



#module_cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE;
    border-radius: 0 7px 7px 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #DDDDDD;
    clear: both;
    display: none;
    min-height: 150px;
    padding: 8px;
    position: relative;
    top: -1px;
}

#module_cart.active .heading {
    border-left: 1px solid #EEEEEE;
    border-radius: 7px 7px 0 0;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    margin-top: 5px;
    padding-bottom: 6px;
    padding-top: 10px;
}

#module_cart.active .content {
    display: block;
}

#module_cart .cart {
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}

#module_cart .cart td {
    border-bottom: 1px solid #EEEEEE;
    color: #000000;
    padding: 2px 3px;
    vertical-align: top;
}

#module_cart .cart .image {
    display: none;
}

#module_cart .cart .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}

#module_cart .cart .name small {
    color: #666666;
    line-height: 14px;
}

#module_cart .cart td.total, #module_cart .cart td.quantity {
    text-align: right;
    vertical-align: middle;
}

#module_cart .cart .remove {
    text-align: right;
    padding: 0 2px;
    vertical-align: middle;
}

#module_cart .cart .remove img {
    cursor: pointer;
}

#module_cart table.total {
    border-collapse: collapse;
    clear: left;
    float: right;
    margin-bottom: 5px;
    padding: 5px;
}

#module_cart table.total td {
    color: #000000;
}

#module_cart .checkout {
    clear: both;
    text-align: right;
}

#module_cart .empty {
    text-align: center;
}


.clearboth {
    clear: none !important;
}



.block {
    text-decoration: none;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 0 0 0;
}

.block .width {
    width: 0;
    height: 0;
    float: left;
    position: relative;
    background: url(/catalog/view/theme/default/stylesheet/i/tovar_bg.png) no-repeat;
    overflow: hidden;
}

.block.active .width {
    background: url(/catalog/view/theme/default/stylesheet/i/tovar_bg.png) 0 0;
}



.middle {
    padding: 0 0 0 0;
    text-align: center
}

.middle .align {
    margin: 0 auto;
    text-align: left;
    width: 600px;
    position: relative;
}




.middle .basket_align {
    text-align: left;
    position: relative;
}


.middle .main_img {
    margin: 0 0 0 0;
    width: 0;
}

.middle .spisok {
    background: url(/catalog/view/theme/default/stylesheet/i/slide_bg.png) no-repeat;
    width: 0;
    height: 0;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 5;
    text-align: left;
}

.block {
    text-decoration: none;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 0 0 0;
}

.block .width {
    width: 0;
    height: 0;
    float: left;
    position: relative;
    background: url(/catalog/view/theme/default/stylesheet/i/tovar_bg.png) no-repeat;
    overflow: hidden;
}

.block.active .width {
    background: url(/catalog/view/theme/default/stylesheet/i/tovar_bg.png) 0 0;
}



.blocks.podrazdel {
    margin: 0 0 0 0;
    text-align: center;
}

.blocks.podrazdel .block {
    padding: 0 0 10px 0;
}



.blocks.podrazdel .block .width {
    width: 116px;
    height: auto;
    background: none;
}


.text-center {
    text-align: center;
}

.blocks.podrazdel .block .img {
    text-align: center;
}

.blocks.podrazdel .block .tovar_info {
    font-size: 17px !important;
    
    color: #666;
    height: auto;
    text-align: center;
    padding: 0 !important;
}


#nomer1 {
    position: absolute;
    top: 54px;
    left: 0;
    color: blue;
    font-weight: bold;
    font-size: 30px;
}

#zvonite {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-size: 17px;
    text-align: right;
}
.pink_text{
    color: #e73d7b;
}
#have_question{
    display: inline-block;
}
.have_question_line{
    display: inline;
}

#storePhone {
    font-size: 26px;
    font-weight: bold;
}
#upper_container #storePhone a{
    color: red;
}
#header #storePhone {
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 500;
    color: red;
    font-size: 48px;
    font-weight: bold;
}

#header #whatsapp {
    position: absolute;
    top: 6px;
    right: 50%;
    margin-right: -5%;
}


#storeEmail {
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 500;
    color: blue;
    font-size: 19px;
    font-weight: 700;
}


#storeSite {
    position: absolute;
    top: -13px;
    left: 0;
    z-index: 500;
    color: blue;
    font-size: 47px;
    font-weight: bold;
    font-family: Helvetica, serif;

}



.poll {
    margin-bottom: 8px;
    font-size: 8px;

}


.zoom img {

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.zoom img:hover {
    
    
    
    
    
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2); 
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}




.dream-filter .panel-heading {
    white-space: normal !important;
}
.mobi {
    display: none;
}
.btn-mobile-toggle {
    display: none;
}


#znachki>div>.jcarousel-skin-opencart{
    margin: 0 !important;
    padding: 0;
}
#znachki .jcarousel-skin-opencart .jcarousel-container{
    background: transparent;
}
#znachki .jcarousel-list{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
#znachki .jcarousel-skin-opencart img{
    display: inline-block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#znachki .jcarousel-skin-opencart img:hover{
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2); 
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
#znachki .jcarousel-skin-opencart:not(.slick-initialized){
    display: none;
}
#znachki .jcarousel-skin-opencart .jcarousel-skin-opencart{
    overflow-y: visible;
    overflow-x: clip;
}
#znachki .jcarousel-skin-opencart .slick-track {
    overflow-y: visible;
    overflow-x: clip;
}
#znachki .jcarousel-skin-opencart .slick-slide{
    text-align: center;
}
#znachki {
    position: relative;
    top: 89px;
    justify-content: center;
}
#znachki > * {
    flex-shrink: 1;
}

#znachki .zoom img {
    width: 100%;
}

.nr-reviews {
    position: relative;
}


.articles-info h1 {
    line-height: normal;
}


@media screen and (max-width: 1302px) {
    .have_question_line{
        display: block;
    }
    #zvonite {
        position: absolute;
        top: 18px;
        right: 0;
        font-weight: bold;
        font-size: 16px;
        max-width: 45%;
        text-align: right;
    }
    #header{
        height: 220px;
    }
    #header #search{
        top: 77px;
    }
    #storeEmail{
        top: 53px;
    }
    #column-left + #column-right + #content .product-grid > div .whatsapp_link a, #content.col-lr .product-grid > div .whatsapp_link a {
        font-size: 12px;
    }
    #container {
        width: 728px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    #header #whatsapp {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -10%;
    }

    #storeSite {
        position: absolute;
        top: 32px;
        left: 0;
        z-index: 500;
        font-size: 43px;
        font-weight: bold;
        font-family: Helvetica, serif;
    }

    #nomer1 {
        top: 78px;
        font-size: 23px;
    }

    #storePhone {
        font-size: 26px;
        font-weight: bold;
    }
    #header #storePhone {
        position: absolute;
        top: 35px;
        right: 0;
        color: red;
        font-size: 48px;
        font-weight: bold;
    }
    #storePhone span a {
        font-size: 26px !important;
        display: block;
        position: relative;
    }
    #header #storePhone span a {
        font-size: 27px !important;
        margin-top: 12px;
        display: block;
        position: relative;
    }

    #storePhone span a {
        font-size: 27px !important;
        margin-top: 12px;
        display: block;
        position: relative;
    }

    #header .links a + a {
        margin-left: 4px;
        border-left: 1px solid #CCC;
    }

    #header .links a {
        float: none;
        display: inline-block;
        padding: 0 0 0 4px;
        color: #0000FF;
        text-decoration: none;
        font-weight: bolder;
        font-size: 13px;
        margin: 0;
    }

    #header .links {
        position: absolute;
        top: 137px;
        text-align: justify;
    }

    #logo a img {
        max-width: 100%;
        margin-top: 8px;
    }

    #language {
        display: none;
    }

    #znachki {
        position: relative;
        top: 115px;
    }

    #content a img {
        max-width: 100%;
        height: auto !important;
    }

    #content table {
        
        max-width: 100% !important;
        height: auto !important;
    }

    #column-left + #column-right + #content, #column-left + #content, #content.col-lr, #content.col-l, .breadcrumbs.col-lr, .breadcrumbs.col-l {
        margin-left: 0;
    }

    #column-left + #column-right + #content, #column-right + #content, #content.col-lr, #content.col-r, .breadcrumbs.col-lr, .breadcrumbs.col-r {
        margin-right: 0;
    }

    .jcarousel {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .jcarousel li {
        float: left;
        width: 100px;
    }

    #module_cart .cart td {
        border-bottom: 1px solid #EEEEEE;
        color: #000000;
        padding: 2px 3px;
        vertical-align: top;
        font-size: 11px;
    }

    #module_cart table.total td {
        color: #000000;
        font-size: 11px;
    }

    #column-left + #column-right + #content .product-grid > div, #content.col-lr .product-grid > div {
        width: 150px;
    }

    .product-grid .description {
        line-height: 15px;
        margin-bottom: 5px;
        color: #4D4D4D;
        font-size: 14px;
    }

    .product-grid .name {
        font-size: 14px;
    }

    .container_reviews.cmswidget {
        font-size: 12px;
    }
    #column-left, #column-right .nr-reviews, #column-right .nr-cart, .dream-filter.filter-vertical {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    #column-left {
        display: block;
        position: fixed;
        left: -262px;
        top: 80px;
        z-index: 1000;
        width: 250px;
        padding: 5px;
        border: 1px solid #ccc;
        background: #ffffff;
    }
    #column-left.open {
        left: 0;
        z-index: 100000;
        -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 5px 15px 0 rgb(0 0 0 / 19%);
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 5px 15px 0 rgb(0 0 0 / 19%);
    }
    .btn-mobile-toggle {
        display: block;
        color: #fff;
        background-color: #337ab7;
        border: none;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-variant-east-asian: normal;
        font-weight: normal;
        font-stretch: normal;
        font-size: 14px;
        font-family: Arial,Helvetica,sans-serif;
        position: absolute;
        text-rendering: auto;
        width: 180px;
        text-align: center;
        height: unset;
        line-height: 1;
        padding: 8px;
        border-radius: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        z-index: 10020;
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }
    #catalog-toggler.btn-mobile-toggle {
        right: -108px;
        top: 75px;
    }
    #reviews-toggler.btn-mobile-toggle {
        left: -108px;
        top: 260px;
    }
    #cart-toggler.btn-mobile-toggle {
        left: -108px;
        top: 75px;
    }
    #over-header-top-menu {
        width: 728px;
    }
    #column-right .slideshow, #column-right .poll {
        display: none;
    }
    #column-right {
        position: absolute;
        right: -500px;
    }
    #column-right .nr-reviews {
        position: fixed;
        right: -250px;
        width: 250px;
        top: 80px;
        bottom: 0;
        z-index: 1000;
        background-color: #ffffff;
    }
    #column-right .nr-cart {
		position: fixed;
		right: -250px;
		width: 250px;
		top: 80px;
		
		z-index: 1000;
		background-color: #ffffff;
	}
    #column-right .nr-reviews.open, #column-right .nr-cart.open {
        right: 0;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 5px 15px 0 rgb(0 0 0 / 19%);
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 5px 15px 0 rgb(0 0 0 / 19%);
        z-index: 2000;
    }
    #column-right .box .box-content{
        background: #FFFFFF;
        -webkit-border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        -khtml-border-radius: 7px 7px 7px 7px;
        border-radius: 7px 7px 7px 7px;
        border-left: 1px solid #DBDEE1;
        border-right: 1px solid #DBDEE1;
        border-bottom: 1px solid #DBDEE1;
        border-top: 1px solid #DBDEE1;
        padding: 10px;
    }
    #column-right .box {
        height: 100%;
        padding: 5px;
        overflow-y: auto;
    }
    .dream-filter.filter-vertical {
        top: 80px !important;
        left: -251px !important;
    }
    .dream-filter.filter-vertical.open {
        left: 0 !important;
    }
}






@media screen and (max-width: 767px) {
    #zvonok{
        display: none;
    }
    #header #zvonok_mobile-only {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    #header #zvonok_mobile-only {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    #znachki {
        position: relative;
        top: 130px;
    }

    #nomer1 {
        position: absolute;
        top: 106px;
        left: 0;
        color: blue;
        font-size: 20px;
        font-weight: bold;
    }


    #zvonite {
        position: absolute;
        top: 18px;
        right: 0;
        font-weight: bold;
        font-size: 16px;

        max-width: 80%;
        text-align: right;
    }


    #header #search {
        position: absolute;
        top: 78px;
        left: auto;
        width: 122px;
        z-index: 15;
        right: 0;
        margin: 0 auto;
    }

    #header .button-search {
        position: absolute;
        left: 86px;
        background: url(/catalog/view/theme/default/stylesheet/../image/button-search.png) center center no-repeat;
        width: 24px;
        height: 24px;
        border: none;
        cursor: pointer;
    }

    #header #search input {
        background: #FFF;
        padding: 1px 33px 1px 1em;
        width: 75px;
        height: 21px;
        border: 1px solid #CCCCCC;
        -webkit-border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -khtml-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        -webkit-box-shadow: 0 2px 0 #F0F0F0;
        -moz-box-shadow: 0 2px 0 #F0F0F0;
        box-shadow: 0 2px 0 #F0F0F0;
    }


    #container {
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    #container {
        display: flex;
        flex-flow: wrap;
    }

    #header #favorite {
        display: none;
    }

    #header #whatsapp {
        position: absolute;
        top: 5px;
        left: unset;
        right: 0;
        margin: 0;
    }

    #header {
        order: 1;
        width: 100%;
        height: 224px;
    }

    #column-right {
        order: 3;
    }

    #content {
        order: 2;
    }



    #footer {
        order: 4;
    }
    #social_links{
        order: 5;
    }
    .copyright {
        order: 6;
    }

    .container {
        order: 2;
        max-width: 100%;
        font-size: 12px;
    }

    .cart-info {
        overflow: auto;
        max-width: 100%;
    }

    #logo img {
        display: none;
    }

    #storeSite {
        position: absolute;
        top: 69px;
        left: 0;
        z-index: 500;
        font-size: 37px;
        font-weight: bold;
        font-family: Helvetica, serif;
    }

    #storePhone {
        font-size: 22px !important;
        display: block;
        position: relative;
    }
    #header #storePhone span a {
        font-size: 22px !important;
        margin-top: 0;
        display: block;
        position: relative;
    }

    #header #storePhone {
        position: absolute;
        top: 33px;
        right: 0;
        z-index: 500;
        color: red;
        font-size: 48px;
        font-weight: bold;
    }
    .cart.mobi {
        display: block;
        position: absolute;
        right: 0;
        margin-top: 45px;
        font-weight: bold;
    }

    .links {
        display: none;
    }

    .menu-triger {
        display: block;
        width: 25px;
        height: 17px;
        background: url(/image/data/site/mobile/menu.png) 0 0 repeat;
        position: absolute;
        left: 0;
        top: 123px;
    }

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

    .menu-triger span {
        color: red;
        text-decoration: none;
        margin-left: 35px;
        font-weight: bold;
    }

    .menu-close {
        display: block;
        width: 28px;
        height: 28px;
        background: url(/image/data/site/mobile/close.png) 0 0 repeat;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 100;
    }

    .menu-popup {
        display: none;
        background: #2c2e3e;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        box-sizing: border-box;
        padding: 30px;
        z-index: 9999;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

    .menu-popup ul {
        margin: 0;
        padding: 0;
    }

    .menu-popup li {
        list-style: none;
        margin: 10px 0;
        padding: 0;
    }

    .menu-popup li a {
        font-size: 18px;
        font-family: "Arial", serif;
        color: rgb(255, 255, 255);
        line-height: 1.4;
        text-decoration: none;
    }

    h1 {
        font-size: 20px;
    }

    body p {
        font-size: 14px !important;
    }

    table p {
        font-size: 14px !important;
    }

    body li {
        font-size: 14px !important;
    }

    .body_pointer * {
        cursor: pointer;
    }

    .mobi {
        display: block;
    }

    #storeEmail {
        top: 53px;
    }

    #column-right + #content {
        margin-right: 0;
    }

    #content {
        width: 100%;
        display: inline-block;
        float: left;
    }

    iframe {
        max-width: 100%;
    }

    #header {
        height: 255px;
        margin-bottom: 7px;
        padding-bottom: 4px;
        position: relative;
        z-index: 99;
    }

    #header #sert a img {
        width: 50px;
    }

    #content table span strong {
        font-size: 15px !important;
        line-height: 16px !important;
    }

    .box-content .box-html table span {
        font-size: 14px !important;
    }

    ul.cat-wall .sc-name {
        font-size: 12px !important;
        text-transform: none !important;
    }

    #column-left + #column-right + #content .product-grid > div, #content.col-lr .product-grid > div {
        width: 185px;
    }

    .product-grid > div {
        width: 130px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 15px;
    }

    .dream-filter.rdf-mobile-view .rdf-form {
        overflow: auto !important;
    }

    .product-info > .left + .right {
        margin-left: 0;
        width: 100%;
        display: block;
    }

    .product-info .image {
        border: 1px solid #E7E7E7;
        float: none;
        margin-bottom: 20px;
        padding: 10px;
        text-align: center;
    }

    .product-info > .left {
        float: none;
        margin-right: 0;
        display: block;
        text-align: center;
        width: 100%;
    }

    .product-info > .left + .right br {
        display: none;
    }

    .checkout #shipping-address {
        width: 100% !important;
    }

    .checkout #shipping-method {
        width: 100% !important;
    }

    .checkout-product {
        font-size: 12px;
    }

    .checkout-content .right {
        float: right;
        width: 100%;
    }


}







@media screen and (max-width: 479px) {
    #zvonite {
        max-width: 90%;
    }
    #storeEmail{
        top: 66px;
        font-size: 17px;
    }
    .have_question_line{
        display: block;
        max-width: 100%;
        margin-left: auto;
    }
    #whatsapp .whatsapp_link a{
        padding: 7px 4px;
    }
    #whatsapp .whatsapp_link img{
        margin-bottom: -3px;
        width: 17px;
        height: 17px;
    }
    #upper_container #over-header-top-menu{
        margin-bottom: 6px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #upper_container #main-nav{
        margin-bottom: 2px;
    }
    #header #zvonok_mobile-only {
        display: block;
        position: absolute;
        top: 58px;
        left: 0;
    }
    #znachki {
        top: 150px;
    }
    #column-left + #column-right + #content .product-grid > div .whatsapp_link a, #content.col-lr .product-grid > div .whatsapp_link a {
        font-size: 11px;
    }
    #nomer1 {
        font-size: 16px;
        top: 126px;
        white-space: nowrap;
    }
    #storePhone {
        font-size: 16px !important;
        font-weight: bold;
    }
    #storePhone a{
        white-space: nowrap;
    }
    #header #storePhone {
        position: absolute;
        top: 35px;
        right: 0;
        z-index: 500;
        color: red;
        font-size: 48px;
        font-weight: bold;
        display: none;
    }
    #container {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .mobile-only {
        display: block;
    }

    #header #whatsapp {
        position: absolute;
        top: 54px;
        right: unset;
        left: 0;
    }
    #header #whatsapp a{
        font-size: 14px;
    }

    #header #zvonok {
        position: absolute;
        top: 7px;
        left: 0;
        right: unset;
    }

    #header #search {
        position: absolute;
        left: unset;
        width: auto;
        z-index: 15;
        right: 0;
        margin: 0;
        top: 96px;
    }

    #header #search .button-search {
        left: 98px;
    }

    #filter-pro-mobile-toggler {
        top: unset !important;
        bottom: 131px;
    }

    .product-grid .whatsapp_link a {
        color: #ffffff;
        background-color: #00a914;
        padding: 7px 5px;
        border-radius: 7px;
        font-size: 11px;
        text-decoration: none;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.2em;
    }

    .product-grid .whatsapp_link a img {
        margin-bottom: -1px;
        margin-top: 0;
    }

    #header #favorite {
        display: none;
    }

    #favorite a img {
        width: 120px;
        margin-top: 10px;
    }

    #zvonok a img {
        width: 120px;
        margin-top: 10px;
    }

    .box-content .box-html table span {
        font-size: 12px !important;
    }

    .box-content .sc-items-row li {
        width: 49% !important;
    }

    #storeSite {
        position: absolute;
        top: 94px;
        left: 0;
        z-index: 500;
        font-size: 25px;
        font-weight: bold;
        font-family: Helvetica, serif;
    }

    .menu-triger {
        left: 0;
        top: 125px;
    }

    #header #kachestvo {
    }

    #header #kachestvo a img {
        width: 40px;
    }

    #header #garant {
    }

    #header #garant a img {
        width: 40px;
    }

    #header #postavka {
    }

    #header #time {
    }

    #header #time a img {
        width: 40px;
    }

    #header #postavka a img {
        width: 40px;
    }

    #header #free {
    }

    #header #free a img {
        width: 40px;
    }

    #header #russia {
    }

    #header #russia a img {
        width: 40px;
    }

    #header #sert {
    }

    #header #sert a img {
        width: 40px;
    }

    #header {
        height: 245px;
        margin-bottom: 7px;
        padding-bottom: 4px;
        position: relative;
        z-index: 99;
    }

    .product-grid > div {
        width: 130px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        margin-bottom: 15px;
        margin-left: 10px;
    }

    #column-left + #column-right + #content .product-grid > div, #content.col-lr .product-grid > div {
        width: 137px;
    }
    #column-left + #column-right + #content .box-featured>.box-product > div, #content.col-lr .box-featured>.box-product > div {
        width: 135px
    }
    #column-left + #column-right + #content .box-featured>.box-product > div .whatsapp_link a, #content.col-lr .box-featured>.box-product > div .whatsapp_link a {
        font-size: 11px;
    }
    .box-featured>.box-product > div{

    }
    .box-featured>.box-product .whatsapp_link a{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.2em;
    }
    .box-featured>.box-product .whatsapp_link a img{
        margin-bottom: -1px;
        margin-top: 0;
    }
    .box .box-content.box-featured{
        padding-left: 1px;
        padding-right: 1px;
    }

}









@media (max-width: 767px) {
    .dream-filter .rdf-mobile-toggle .fa-filter:before {
        content: "Подбор по параметрам";
        font-family: Arial, Helvetica, sans-serif;
    }
}






*[id^="rdrf"] *[id^="rdrf-toggle"] .fa-filter:before {
    content: "Подбор по параметрам" !important;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 1302px) {
    .dream-filter.rdf-mobile-view .btn.rdf-mobile-toggle {
        transform: rotate(-90deg);
        width: 180px;
        right: -108px;
        left: auto;
        text-align: center;
        top: 261px;
        font-size: 14px;
        font-family: Arial,Helvetica,sans-serif;
        height: 30px;
        line-height: 1;
        padding: 0;
        border-radius: 0;
    }

    .dream-filter.rdf-mobile-view .btn.rdf-mobile-toggle .fa-filter:before{
        content: "Подбор по параметрам";
        font-family: Arial, Helvetica, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
    }

    #column-right + #content {
        margin-right: 0 !important;
    }
    .dream-filter.rdf-mobile-view .rdf-filters.scroll-content .panel-group {
        padding-right: 0 !important;
    }

}

.box .box-heading > h2 {
    margin-top: 2px;
    margin-bottom: 2px;
}

#over-header-top-menu .whatsapp_link{
    margin-bottom: 0 !important;
}

.whatsapp_link {
    white-space: nowrap;
    margin-bottom: 3px;
}

.whatsapp_link a {
    color: #ffffff;
    background-color: #00a914;
    padding: 7px 5px;
    border-radius: 7px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
}

.whatsapp_link img {
    margin-bottom: -5px;
    width: 19px;
    height: 19px;
}

.manufacturer-list > .manufacturer-content > ul > li:nth-child(n+2) {
    margin-top: 1em;
}

.product-compare-wrapper > .product-compare {
    float: left;
}

@media (max-width: 479px) {
    .product-compare-wrapper > .product-compare {
        float: none !important;
    }

    .product-compare-wrapper > .sort {
        text-align: left !important;
    }
}

.compare-info td img {
    max-width: 95px;
    max-height: 95px;
}

.compare-info {
    overflow-x: scroll;
    max-width: 100%;
    display: block;
    background-color: #ffffff;
}

*[id^="rdrf"] .rdf-mobile-toggle {
    border-radius: 0 !important;
    border: 1px solid transparent !important;
}

*[id^="rdrf"] .rdf-mobile-toggle:focus {
    background-color: #337ab7 !important;
    outline: none !important;
    border: 1px solid transparent !important;
}

*[id^="rdrf"] .rdf-mobile-toggle:active, *[id^="rdrf"] .rdf-mobile-toggle:hover {
    background-color: #337ab7 !important;
    outline: none !important;
    border: 1px solid transparent !important;
}

.product-compare {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

.product-compare-wrapper {
    padding-top: 9px;
    margin-bottom: 0;
}

.clear-left {
    clear: left;
}

.product-info > .left + .right {
    text-align: center;
}

body .dream-filter.filter-horizontal .rdf-group {
    padding: 10px 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
}

@media (min-width: 401px) and (max-width: 1040px) {
    body .dream-filter.filter-horizontal .rdf-group {
        padding: 10px 15px;
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: auto;
        grid-column-gap: 4px;
        grid-row-gap: 4px;
    }

    .dream-filter.rdf-mobile-view .rdf-form {
        overflow: auto !important;
    }
}

@media (max-width: 400px) {
    body .dream-filter.filter-horizontal .rdf-group {
        padding: 10px 15px;
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        grid-template-rows: auto;
        grid-column-gap: 4px;
        grid-row-gap: 4px;
    }
}

body .dream-filter .form-horizontal .rdf-group .radio, body .dream-filter .form-horizontal .rdf-group .checkbox, body .dream-filter .form-horizontal .rdf-group .image-filter {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

body .dream-filter .form-horizontal .rdf-group .checkbox > label > span {
    word-break: break-word;
}

@media (min-width: 768px) {
    .dream-filter.filter-horizontal .rdf-control-label {
        padding-top: 17px;
        padding-left: 17px;
        text-align: right;
    }
}

.d-inline {
    display: inline !important;
}

.dont-clear::before {
    clear: none !important;
}

.dont-clear::after {
    clear: none !important;
}



.custom-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 130px;
    min-height: 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
    text-decoration: none;
}

.custom-btn:hover {
    text-decoration: none;
}

.btn-15 {
    background: #b621fe;
    border: none;
    z-index: 1;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #663dff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #fff;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 2px;
}

.blocks.podrazdel {
    display: flex;
    justify-content: center;
    text-align: center;
}

.blocks.podrazdel .block {
    height: inherit;
    padding: 0;
    margin-bottom: 25px;
}

.blocks.podrazdel .block > a {
    padding: 5px 5px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.whatsapp.whatsapp_link a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #7acf00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.whatsapp.whatsapp_link a:hover:after {
    left: 0;
    width: 100%;
}

.whatsapp.whatsapp_link a {
    z-index: 1;
    box-sizing: border-box;
    position: relative;
}
.product-grid .image>a {
    display: block;
}
.product-grid .image img, .box-product .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-sizing: border-box;
}

.btn-15__pink {
    background-color: #e73d7b !important;
    width: auto !important;
    padding: 7px 10px;
    min-height: unset !important;
}

.btn-15__pink::after {
    background-color: #eb6898 !important;
}

.product-grid .image .category-sticker img, .box-product .category-sticker img {
    width: auto;
}


.divTable {
    display: table;
    width: 100%;
    max-width: 630px;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHead {
    border-bottom: none;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

@media (min-width: 768px) {

    .divGrid {
        width: 100%;
        max-width: 630px;
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0 0;
        grid-template-areas:
		". . . ."
		". . . .";
        justify-items: center;
        align-items: center;
        box-sizing: border-box;
    }

    .divGrid > div {
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        border: 1px solid #999999;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 769px) {
    .divGrid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        gap: 0 0;
        grid-auto-flow: column;
        grid-template-areas:
		"a b"
		"a b"
		"a b"
		"a b";
        justify-items: center;
        align-items: center;
        box-sizing: border-box;
    }

    .divGrid > div {
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        border: 1px solid #999999;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


.mx-auto {
    margin: 0 auto;
}



.cmpro-flat > li > div > a {
    border-bottom: 1px dotted #333333;
    text-decoration: none;
    color: -webkit-link;
}

.cmpro-flat > li > div > a:hover {
    color: #38B0E3;
}

.cmpro-flat {
    display: flex;
    list-style: none;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 5%;
    justify-content: start;
    align-items: center;
}

.cmpro-flat ul {
    display: none;
}

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

.slick-slider {
    visibility: hidden;
    height: 140px;
}

.slick-slider.slick-initialized {
    visibility: visible;
    height: auto;
}
.a-mt-1{
    margin-top: 1em;
}
.a-mt-2{
    margin-top: 2em;
}
.a-mt-3{
    margin-top: 3em;
}
.a-mb-1{
    margin-bottom: 1em;
}
.a-mb-2{
    margin-bottom: 2em;
}
.a-mb-3{
    margin-bottom: 3em;
}

.dopolnit_tovari .box-product{
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    text-align: center;
    row-gap: 20px;
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 1303px) {
    .dopolnit_tovari .box-product {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.blocks.podrazdel .slick-initialized .slick-slide>div{
    min-height: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-slider.slick-initialized{
    padding: 0;
}
.slick-slide-carousel .slick-prev {
    left: -7px;
    z-index: 1;
}
.slick-slide-carousel .slick-next{
    right: -7px;
    z-index: 1;
}
.slick-slide-carousel.slick-initialized .slick-slide{
    display: flex;
    flex-direction: column;
}
.slick-slide-carousel .slick-slide-link{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.slick-slide-carousel.slick-initialized .slick-slide .slick-carousel-image-head{
    flex-grow: 1;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blocks.podrazdel .slick-slider .slick-slide{
    flex-direction: column;
    display: flex;
}
.dopolnit_tovari .tab-content{
    box-sizing: border-box;
    border: none !important;
    padding: 0;
}
.dopolnit_tovari .box-product .image img{
    height: 100%;
}
.dopolnit_tovari .box-product>div{
    width: 260px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
    .dopolnit_tovari .box-product{
        display: block;
    }
    .dopolnit_tovari .box-product>div{
        margin-bottom: 20px;
    }
    .dopolnit_tovari .box-product>div:last-child{
        margin-bottom: 0;
    }
}
.cart_tophead__wrapper{
    position: relative;
}
.cart_tophead__count{
    border-radius: 50%;
    background: #e73d7b;
    position: absolute;
    padding: 7px;
    top: -7px;
    left: 110%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    clip-path: circle(11px);
}
#cart-toggler .cart_tophead__count {
	left: auto;
    right: 10px;
    top: 2px;
}


.slick-prev:before, .slick-next:before{
    color: #333333 !important;
}
.slick-track{
    display: flex !important;
}
.slick-slider{
    height: inherit !important;
}
@media (min-width: 768px) and (max-width: 1302px) {
    .middle {
        max-width: 728px;
    }
}
.blocks.podrazdel .block.slick-slider{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.blocks.podrazdel .slick-slider .slick-track{
    padding-bottom: 20px;
}
.blocks.podrazdel .slick-slider .block{
    height: unset;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 5px 0;
}

.slick-slider-row-3 .slick-slide>div{
    min-height: 20% !important;
}
.slick-slide {
    height: 100%;
    box-sizing: border-box;
}
.slick-slider-row-3:not(.slick-initialized),.slick-slider-row-2:not(.slick-initialized), .slick-slider-cat:not(.slick-initialized){
    display: none !important;
}

.slick-track{
    display: flex !important;
}

.slick-slide{
    height: inherit !important;
}
@media (min-width: 768px) and (max-width: 1302px) {
    #column-left + #column-right + #content, #column-left + #content, #content.col-lr, #content.col-l {
        max-width: 728px;
    }
}
.blocks.podrazdel .block.slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.slick-slide-man:not(.slick-initialized){
    display: none !important;
}
.product_related_categories{
    margin-bottom: 2em;
    text-align: justify;
}

.dialog-confirm{
    width: 450px;
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #fff;
    margin-left: -265px;
    margin-top: -58.5px;
}
.dialog-confirm__header{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    text-align: center;
}
.dialog-confirm__buttons-body{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-top: 1em;
}

.dialog-confirm-close {
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: 9px;
    width: 23px;
    height: 23px;
    opacity: 0.3;
}
.dialog-confirm-close:hover {
    opacity: 1;
}
.dialog-confirm-close:before, .dialog-confirm-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #333;
}
.dialog-confirm-close:before {
    transform: rotate(45deg);
}
.dialog-confirm-close:after {
    transform: rotate(-45deg);
}

.spinner {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 3px;
    overflow: visible;
}
.spinner > circle {
    fill: none;
    stroke: currentColor;
    cx: 50%;
    cy: 50%;
    r: 50%;
    stroke-width: 6px;
    stroke-linecap: round;
    transform-origin: center;
}

#over-header-top-menu {
    max-width: 980px;
    box-shadow: none !important;
    border: 0 !important;
    box-sizing: border-box;
    margin: 0 auto 3px;
    padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
    #over-header-top-menu {
        width: 420px;
    }
}
@media screen and (max-width: 479px) {
    #over-header-top-menu {
        width: 320px;
    }
}
#over-header-top-menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#upper_container{
    background: rgb(242,242,242);
}
#upper_container #main-nav{
    margin-bottom: 2px;
}
#main-header-top-menu a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1302px) {
    #main-header-top-menu a {
        text-decoration: underline;
    }
}
.hidden {
    display: none;
}
.dream-filter .panel-heading {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
}
.dream-filter .panel-title {
    cursor: pointer;
    padding: 10px;
}
.dream-filter .panel-title.no-hint {
    width: 100%;
    padding-right: 36px;
}
.dream-filter .panel-toggler {
    display: flex;
    align-items: center;
}
.dream-filter .panel-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 0;
    cursor: pointer;
    width: 36px;
}
.dream-filter .tooltip-trigger {
    display: inline;
    float: none;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 35px;
}
.dream-filter .tooltip-trigger svg {
    width: 16px;
    height: 16px;
}
@media screen and (min-width: 1024px) {
    .dream-filter .panel-title {
        font-size: 15px;
        padding: 10px 0 10px 8px;
    }
    .dream-filter .panel-title.with-hint {
        width: 130px;
    }
    .dream-filter .panel-toggler {
        width: 30px;
    }
    .dream-filter .panel-title.no-hint {
        width: 100%;
        padding-right: 30px;
    }
}
.record_columns .column_width_1 {
    width: 100%;
    min-width: 100%;
}
#language_clicker{
    position: absolute;
    top: 58px;
    right: 189px;
    z-index: 15;
}
#language_clicker .btn-15__pink{
    width: fit-content !important;
    padding: 5px 10px;
    font-size: 13px;
}
.category-sticker-84{
    z-index: 2;
}
@media screen and (max-width: 1302px){
    #language_clicker{
        top: 0;
        right: unset;
        left: 0;
    }
}
@media screen and (max-width: 767px){
    #language_clicker{
        top: 36px;
        right: unset;
        left: 0;
    }
}
@media screen and (max-width: 479px){
    #language_clicker{
        top: -3px;
        right: unset;
        left: 0;
    }
    #language_clicker .btn-15__pink{
        padding: 4px 10px;
    }
    .right-bottom a img{
        max-height: 70px;
    }
}
@media screen and (min-width: 768px){
    .product-info > .left{
        margin-right: unset;
        width: auto;
        box-sizing: border-box;
        max-width: 58%;
    }
    .product-info > .left + .right{
        float: right;
        max-width: 42%;
        padding-left: 14px;
        margin-left: 0;
        width: 42%;
        box-sizing: border-box;
    }
}
#scroll {
    border: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: #da1d81;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 3;
}
#scroll:focus:not(:focus-visible) {
    outline: none;
}
#scroll:focus:not(:-moz-focusring) {
    outline: none;
}
#scroll::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#eb1e8a;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.box .box-heading.box-featured-head{
    border: none;
    background: unset;
}
.box .box-heading.box-featured-head>h2>span{
    font-size: 200%;
}
.box .box-content.box-featured{
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: unset;
}
.slick-prev, .slick-next{
    height: 100%;
}
.slick-slide-carousel .slick-prev, .slick-slide-carousel .slick-next{
    background: var(--carousel-background, rgba(30, 144, 255, 0.52));
}
.slick-slide-carousel .slick-prev:hover, .slick-slide-carousel .slick-prev:focus, .slick-slide-carousel .slick-next:hover, .slick-slide-carousel .slick-next:focus{
    background: var(--carousel-background-hover, rgba(30, 144, 255, 0.78));
}
.slick-slide-carousel .slick-prev:before, .slick-slide-carousel .slick-next:before{
    color: #ffffff !important;
}
.jcarousel-next.jcarousel-next-horizontal{
    top: 0 !important;
    height: 100% !important;
}
.jcarousel-prev-horizontal{
    top: 0 !important;
    height: 100% !important;
}
#prmn-cmngr {
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (min-width: 1303px) {
    #prmn-cmngr {
        right: 242px;
        top: 62px;
    }
}
.prmn-cmngr .prmn-cmngr__confirm-btns input[type=button].prmn-cmngr__confirm-btn_yes{
    background-image: none;
    border: none;
}
.prmn-cmngr .prmn-cmngr__confirm-btns input[type=button].prmn-cmngr__confirm-btn_no{
    background-image: none;
    border: none;
}
.prmn-cmngr .prmn-cmngr__confirm-btns input[type=button].prmn-cmngr__confirm-btn_yes:hover{
    background-image: none;
    border: none;
}
.prmn-cmngr .prmn-cmngr__confirm-btns input[type=button].prmn-cmngr__confirm-btn_no:hover{
    background-image: none;
    border: none;
}
.prmn-cmngr__confirm{
    min-width: 110px;
}
.social_wrapper{
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    order: 4;
    width: 100%;
}
.social_list{
    margin-top: 0.5rem;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.social-icon{
    color: #fff;
    width: 38px;
    height: 38px;
    flex: none;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .5rem;
    margin-left: 2%;
    transition: all .2s ease-out;
    text-decoration: none;
    -webkit-filter: brightness(100%);

}
.social-icon:hover{
    color: inherit;
    -webkit-filter: brightness(70%);
}
.social-icon>svg{
    margin-bottom: 0;
    font-size: .875rem;
    width: 21px;
    height: 21px;
}
.social-icon>.icon-tg{
    font-size: 1.375rem;
    width: 36px;
    height: 36px;
    margin-left: -1px;
}
.social-icon>.icon-dzen{
    width: 36px;
    height: 36px;
}
.icon-ok_wrapper{
    background-color: #f58220;
}
.icon-vk_wrapper{
    background-color: #365493;
}
.icon-facebook_wrapper{
    background-color: #0274B3;
}
.icon-instagram_wrapper{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.icon-tg_wrapper{
    background-color: #64a9dc;
}
.icon-whatsapp_wrapper{
    background-color: #65bc54;
}
.icon-youtube_wrapper{
    background-color: #ff0000;
}
.icon-tiktok_wrapper{
    background-color: #000000;
}
.icon-twitter_wrapper{
    background-color: #1DA1F2;
}
.ya-share2{
    margin-top: 1em;
    text-align: center;
    margin-bottom: 1em;
}


.welcome-pt-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, .5);
    z-index: 8000;
    transition: all 0.3s;
}
.welcome-pt-message {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8001;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
    padding: 20px 16px;
    text-align: left;
    margin: 0;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.3s;
}
.is-active.welcome-pt-overlay,
.is-active .welcome-pt-message {
    opacity: 1;
    visibility: visible;
}


.site-form-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #3d424b;
}
@media (max-width: 532px) {
    .site-form-title {
        margin-bottom: 14px;
        font-size: 30px;
        line-height: 36px;
    }
}
.site-form-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
}
.site-form-buttons {
    display: flex;
    margin-top: 15px;
}
.welcome-pt-close,
.btn-grey {
    height: 44px;
    line-height: 44px;
    padding: 0 5px;
    border: none;
    font-size: 16px;
    border-radius: 8px;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-color: #0836ff;
    transition: all 0.3s ease 0s;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}
.welcome-pt-close:hover,
.btn-grey:hover {
    text-decoration: none;
    background-color: #0435c9;
}
.btn-grey,
.btn-grey:hover {
    background-color: #f7f7f7;
    color: #333;
}
.welcome-pt-confirm-city {
    cursor: pointer;
}
.social_share {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em 0;
}
.social_share-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    color: white;
    border-radius: 50px;
    overflow: hidden;
    margin: 2px 4px 0 0;
    cursor: pointer;
}
.social_share-list:last-child {
    margin-right: 0;
}
.social_share-list:hover {
    opacity: .7;
}
.social_share-list svg {
    height: 40px;
    width: 40px;
}
.social_messenger {
    background-color: #03CECE;
}
.social_vkontakte {
    background-color: #07f;
}
.social_odnoklassniki {
    background-color: #f70;
}
.social_telegram {
    background-color: #64a9dc;
}
.social_twitter {
    background-color: #0f1419;
}
.social_viber {
    background-color: #7b519d;
}
.social_whatsapp {
    background-color: #65bc54;
}
.social_moimir {
    background-color: #168de2;
}
.social_facebook {
    color: #0165E1;
}
.social_facebook svg {
    height: 48px;
    width: 48px;
}
.social_instagram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );  
}
.social_instagram svg {
    height: 30px;
    width: 30px;
}




@media (max-width: 767px) {
    .welcome-pt-message {
        top: auto;
        transform: translate(-50%, 0);
        bottom: 0;
        border-radius: 20px 20px 0 0;
    }
}



#poll table {
	width: 100%;
	border-top: 1px solid #DDDDDD;
font-size: 12px;

}
#poll td.bottom {
	border-bottom: 1px solid #DDDDDD;
font-size: 12px;
}
#poll .vote {
	margin-top: 10px;
	text-align: center;
font-size: 12px;
}
.chart {
	border: 1px solid #DDDDDD;
	padding: 2px;
	text-align: center;
font-size: 12px;
}
.enlargement {
	margin-bottom: 10px;
	text-align: center;
font-size: 12px;
}


