@charset "UTF-8";
a, .btn, .f_soc .fa-circle {
  -webkit-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
  transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
}

.btn_clear_list {
  margin-left: 10px;
}

.dd_fw {
  min-width: 100%;
}

/* Misc elements
---------------- */
.block {
  padding: 25px 30px;
}

.inline {
  display: inline !important;
}

.inline-link {
  text-decoration: none !important;
}

.inline-link b {
  border-bottom: 1px dotted;
  font-weight: normal;
  position: relative;
  top: -0.13em;
}

.inline-link b i {
  font-style: normal;
  position: relative;
  top: 0.13em;
}

.small {
  font-size: 0.9em;
}

.large {
  font-size: 1.1em;
}

.bold {
  font-weight: bold;
}

.strike {
  text-decoration: line-through;
}

.highlighted {
  background: #ffc;
}

.hint {
  color: #aaa;
  font-size: 0.9em;
}

.hint a,
.hint:visited,
.hint a:visited {
  color: #888;
}

.gray .dropdown ul
.gray a,
.gray:visited,
.gray a:visited {
  color: #888;
}

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.shadowed {
  -moz-box-shadow: 0 5px 15px #aaa;
  -webkit-box-shadow: 0 5px 15px #aaa;
  box-shadow: 0 5px 15px #aaa;
}

.nowrap {
  white-space: nowrap;
}

.hr {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.no-touch .blurred {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.userpic {
  border-radius: 50%;
  background-size: auto;
}

/*
.selected > a { text-decoration: none; color: #000; font-weight: bold; background-color: #eed; }
*/
.tags {
  line-height: 1.6em;
}

.tags a {
  display: inline !important;
  padding: 0 4px !important;
}

.welcome {
  text-align: center;
  background: url("../img/welcome.png") no-repeat;
  background-position: top center;
  padding-top: 300px;
  background-size: 256px 256px;
  margin-bottom: 30px;
}

.welcome h1 {
  font-weight: normal;
  font-size: 2em;
}

.staff {
  background: #eeb;
  padding: 1px 4px !important;
  color: #345;
  font-size: 0.9em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* Multi-column layout
---------------------- */
/*
.row { clear: both; border-top: 1px solid #eee; padding: 20px 0; }
*/
.row.no-border {
  border: none;
}

.col.w1 {
  width: 6%;
}

.col.w2 {
  width: 12%;
}

.col.w3 {
  width: 18%;
}

.col.w4 {
  width: 24%;
}

.col.w5 {
  width: 30%;
}

.col.w6 {
  width: 36%;
}

.col.w7 {
  width: 42%;
}

.col.w8 {
  width: 48%;
}

.col.w9 {
  width: 54%;
}

.col.w10 {
  width: 60%;
}

.col.w11 {
  width: 66%;
}

.col.w12 {
  width: 72%;
}

.col.w13 {
  width: 78%;
}

.col.w14 {
  width: 84%;
}

.col.w15 {
  width: 90%;
}

.col.w16 {
  width: 96%;
}

/* Tables
--------- */
table.lined {
  margin-top: 25px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table.lined th {
  padding-left: 7px;
  padding-right: 7px;
}

table.lined td {
  padding: 15px 7px;
  border-bottom: 1px solid #ddd;
}

table.lined td.min-width {
  width: 1%;
}

table.lined td p {
  margin: 0;
}

table.lined td input.numerical {
  width: 50px;
  margin-right: 5px;
  text-align: right;
}

table.lined tr.no-border td {
  border: none;
}

table.lined tr.thin td {
  padding-top: 13px;
  padding-bottom: 0;
}

table.lined tr.service td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  font-size: 0.8em;
  color: #555;
}

i.icon16 {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none !important;
}

* i.icon16 {
  text-decoration: none !important;
  vertical-align: top;
  margin: 0.2em 0.25em 0 0;
}

.icon16.userpic20 {
  background-position: -2px -2px;
  border-radius: 50%;
  background-size: 20px 20px;
}

.icon16.color {
  border-radius: 50%;
  margin-top: 0.25em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 12px;
  height: 12px;
  background-image: none;
}

.icon16.loading {
  background-image: url("../img/loading16.gif");
  background-position: 0 0;
  background-size: 16px 16px;
}

.icon24.loading {
  background-image: url("../img/loading32.gif");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: inline-block;
}

.icon32.loading {
  background-image: url("../img/loading32.gif");
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
  display: inline-block;
}

i.icon24 {
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none !important;
}

/* My account (hide core app nav elements)
------------------------------------------ */
html.my ul.menu-h li a {
  padding: 5px 7px;
}

html.my ul.menu-h li.selected a {
  color: #fff;
}

html.my .nav-sidebar {
  display: none;
}

html.my .page-content {
  margin-left: 0;
}

/* Legacy stuff
--------------- */
#poweredby {
  float: right;
  margin: 0 50px;
  color: #888;
}

#copyright {
  float: left;
  margin: 0 50px;
  color: #888;
}

body {
  color: #555555;
  margin: 0;
}

* {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

a, .btn, .f_soc .fa-circle {
  -webkit-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
  transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
}

a {
  color: #555555;
  cursor: pointer;
}

.dotted {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.dotted:hover, .dotted:focus, .dotted:active {
  text-decoration: none;
}

.clearfix, .side_products .item {
  zoom: 1;
}
.clearfix:before, .side_products .item:before, .clearfix:after, .side_products .item:after {
  content: "";
  display: table;
}
.clearfix:after, .side_products .item:after {
  clear: both;
}

.clear, .clear-both {
  clear: both;
}

.ofh {
  overflow: hidden;
}

.no-underline, .no-underline:hover, .no-underline:focus, .no-underline:active {
  text-decoration: none;
}

h1 {
  margin-top: 0;
}

.no-marker, .menubar ul, #topnav .menu, #footer ul, .footer1 .menu, .sidebar ul, .side_gallery, .content_news_slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no_list {
  list-style: none;
  padding: 0;
}
.no_list .fa-check {
  margin-right: 3px;
}

.site_wrap {
  background: #fff;
}

.bg_tex {
  background-repeat: repeat;
  background-position: 0 0;
}

.bg_img {
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.bg_fixed {
  background-attachment: fixed;
}

.bg_stretch_cover {
  background-size: cover;
}

.bg_stretch_contain {
  background-size: contain;
}

.bg_tex .site_wrap,
.bg_img .site_wrap {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .bg_tex,
  .bg_img {
    background-image: none !important;
  }
}
.mt40 {
  margin-top: 40px;
}

.modal-open {
  overflow: hidden;
}

.dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eeeff0;
  padding: 0;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
}

.page_wrapper {
  margin-top: 37px;
}

.hide_top_cat_menu .page_wrapper {
  margin-top: 0;
}

@media screen and (min-width: 1250px) {
  .container-fluid {
    width: 1230px;
  }
}
.breadcrumbs {
  font-size: 12px;
  margin: 0 0 17px;
}
.breadcrumbs a {
  color: #777777 !important;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs a:last-child {
  color: #222222 !important;
  text-decoration: none;
}
.breadcrumbs .fa {
  margin: 0 6px;
  color: #777777 !important;
}

.category-name {
  margin-bottom: 30px;
}

.text-page .page-header {
  margin-top: 0;
}

.search {
  position: relative;
}
.search input {
  font-size: 13px;
  width: 100%;
  height: 30px;
  border: none;
  background: #fff;
  padding: 5px 38px 5px 12px;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px 0 #e7e7e7 inset;
  box-shadow: 1px 2px 2px 0 #e7e7e7 inset;
}
.search button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  padding: 0;
  text-indent: 1px;
}
.search button i {
  display: inline-block;
  vertical-align: -2px;
  background-image: url(../img/sprite.png);
  background-position: -47px 0px;
  width: 15px;
  height: 15px;
}

.img_middle {
  position: relative;
  width: 100%;
  display: block;
}
.img_middle:before {
  background: #fff;
  content: " ";
  padding-top: 100%;
  display: block;
}
.img_middle .img_middle_in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.img_middle .img_middle_in:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.img_middle .img_middle_in img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.compare-at-price {
  text-decoration: line-through;
  color: gray;
  font-size: 90%;
}

.disabled {
  color: #777;
}

*::-webkit-input-placeholder {
  opacity: 1;
}

*:-moz-placeholder {
  opacity: 1;
}

*::-moz-placeholder {
  opacity: 1;
}

*:-ms-input-placeholder {
  opacity: 1;
}

*.placeholder {
  opacity: 1;
}

*:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

*:focus:-moz-placeholder {
  opacity: 0.4;
}

*:focus::-moz-placeholder {
  opacity: 0.4;
}

*:focus:-ms-input-placeholder {
  opacity: 0.4;
}

*:focus.placeholder {
  opacity: 0.4;
}

::-moz-focus-inner {
  border: 0;
}

*:focus {
  outline: none !important;
}

.btn-xmd {
  padding: 7px 18px;
  font-size: 16px;
}

.wa-form {
  margin: 10px 0;
  overflow: visible;
}
.wa-form .wa-field {
  clear: left;
  margin: 0 0 15px;
}
.wa-form .wa-field .wa-name {
  float: left;
  width: 155px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.95em;
}
.wa-form .wa-field .wa-value {
  margin-left: 180px;
  position: relative;
  max-width: 360px;
}
.wa-form .wa-field .wa-value input.wa-error {
  border: 1px solid red;
}
.wa-form .wa-field .wa-value .wa-error-msg {
  font-size: 0.9em;
  color: red;
  display: block;
}
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"],
.wa-form .wa-field .wa-value select {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.wa-form .wa-field .wa-value textarea {
  height: 70px;
}
.wa-form .wa-field .wa-value input.wa-captcha-input {
  width: 100px;
  min-width: 0;
}
.wa-form .wa-field .wa-value label {
  display: block;
}
.wa-form .wa-field .wa-value img {
  margin-left: 0;
}
.wa-form .wa-field .wa-value .errormsg {
  margin-left: 0;
  display: block;
  clear: both;
  font-size: 13px;
}
.wa-form .wa-field .wa-value p label {
  display: block;
  margin: 0;
}
.wa-form .wa-field .wa-value p {
  line-height: 1.6em;
  margin-bottom: 0;
  position: relative;
}
.wa-form .wa-field .wa-value p span {
  color: #777;
  font-size: 0.9em;
  display: block;
}
.wa-form .wa-field .wa-value p i.icon16 {
  float: left;
  left: -20px;
  margin-top: 7px;
  position: absolute;
}
.wa-form .wa-field .wa-value p input {
  display: block;
  margin-bottom: 2px;
}
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
  display: inline;
}
.wa-form .wa-field .wa-value p .field.wa-required span:after {
  content: " *";
  color: #faa;
}
.wa-form .wa-field .wa-value.wa-submit .btn {
  vertical-align: baseline;
}
.wa-form .wa-field.wa-field-birthday .wa-value .form-control {
  width: 32% !important;
  margin-left: 2%;
}
.wa-form .wa-field.wa-field-birthday .wa-value .form-control:first-child {
  margin-left: 0;
}
.wa-form .wa-field.wa-separator {
  height: 10px;
}
.wa-form .wa-field.wa-required .wa-name:after {
  content: " *";
  color: #faa;
}

.touch .wa-form .wa-submit .btn {
  width: 100%;
  font-size: 16px;
  padding: 7px;
}

.wa-captcha {
  margin-bottom: 15px;
}
.wa-captcha p {
  margin: 0;
  clear: both;
}
.wa-captcha strong {
  font-size: 1.2em;
  margin: 0 5px 0 3px;
}
.wa-captcha input {
  width: 100px !important;
  min-width: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.wa-captcha .wa-captcha-refresh {
  font-size: 0.8em;
  text-decoration: underline;
  color: #aaa;
}
.wa-captcha .wa-captcha-input {
  display: inline !important;
}
.wa-captcha .errormsg {
  display: inline-block;
  margin-left: 10px;
  display: block\9;
  float: left\9;
}

input.error, textarea.error {
  border-color: red;
}

.errormsg {
  color: red;
  margin-left: 170px;
  display: block;
}

@media screen and (max-width: 480px) {
  .wa-form .wa-field .wa-name,
  .wa-form .wa-field .wa-value {
    float: none;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  .wa-form .wa-field .wa-name {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*

.btn{
	display:inline-block;
	color:#fff!important;
	font:14px/35px $font;
	cursor:pointer;
	height:36px;
	border:none;
	padding:0 14px 3px;
	white-space:nowrap;
	position:relative;
	text-align:center;
	text-decoration:none;
	outline:none;
	@include box-sizing(border-box);
	@include border-radius(4px);
	@include transition(color,opacity,background 0.3s ease);


	&:hover{
		color:#fff;
	}

	&:focus{
		outline:none;
	}

	&.bt_green{
		background:#96b96e;
		@include background-image(linear-gradient(to bottom, #a6c068, #93b66f));

		&:hover{
			background:darken(#96b96e,7%);
			@include background-image(linear-gradient(to bottom, darken(#a6c068, 10%), darken(#93b66f, 10%)));
		}

		&:active{
			background:darken(#96b96e,14%);
			@include box-shadow(0 1px 4px 0 rgba(#000, .25) inset);
		}
	}
}
*/
.rate {
  vertical-align: -2px;
}
.rate i {
  font-size: 17px;
  margin-right: 5px;
}

.rate-clear {
  margin-left: 10px;
}

.write-comment {
  margin: 30px 0;
  font-size: 16px;
}

.comment-form .wa-form {
  margin-bottom: 0;
}
.comment-form .wa-form .wa-field .wa-value {
  max-width: 400px;
}
.comment-form .wa-form .wa-field .wa-value textarea {
  height: auto;
}
.comment-form .panel-body {
  position: relative;
}
.comment-form .panel-body .c_close {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 32px;
  font-size: 32px;
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #A5A5A5;
}
.comment-form .panel-body .c_close:hover {
  color: #222222;
}
@media screen and (max-width: 767px) {
  .comment-form .panel-body {
    padding-top: 35px;
  }
}
.comment-form .need_login {
  margin-bottom: 30px;
}

.touch .comment-form .rate-clear {
  float: right;
}
.touch .comment-form .wa-submit .hint {
  display: none;
}

.comments {
  margin-bottom: 20px;
}
.comments .comments-branch {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.comments .comments-branch > li,
.comments .comments-branch .item {
  margin: 0 0 20px;
}
.comments .comments-branch .comments-branch {
  padding-left: 35px;
}
.comments .in-reply-to {
  background: #eee;
  margin: -10px -10px 15px !important;
  padding: 10px 10px 15px !important;
  position: relative;
}
.comments .in-reply-to .panel {
  margin: 0;
}
.comments .new {
  background: #ffc;
  margin: -10px !important;
  padding: 10px !important;
}
.comments .item .text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comments .item .actions a {
  padding: 0 !important;
  font-size: 12px;
}

/* Sign up & Login forms
------------------------ */
.wa-auth-adapters ul {
  padding: 0;
  margin: 0 0 10px;
  min-height: 16px;
}
.wa-auth-adapters ul li {
  list-style: none;
  padding: 0 12px 10px 0;
  margin: 0;
  display: inline-block;
}
.wa-auth-adapters ul li > a,
.wa-auth-adapters ul li > span {
  display: block;
  color: #555555 !important;
  font-size: 13px;
}
.wa-auth-adapters ul li > a img,
.wa-auth-adapters ul li > span img {
  margin-right: 5px;
  vertical-align: -3px;
}
.wa-auth-adapters ul li.selected > a {
  font-weight: bold;
}
.wa-auth-adapters p {
  color: #636363;
  font-size: 13px;
  margin: 0 0 15px;
}
.wa-auth-adapters.wa-connect {
  margin-top: 20px;
}

.side_menu_wrap:hover {
  z-index: 101;
  position: relative;
}

.side_menu_wrap .badge_spacer,
.menubar .badge_spacer {
  display: inline;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  li.hassub > .submenu {
    visibility: hidden;
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }

  .sub_all_levels {
    background: #fff;
    position: absolute;
    white-space: nowrap;
    min-width: 100%;
    overflow: hidden;
    padding: 8px 0;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  }
  .sub_all_levels .sub_toggle {
    display: none;
  }
  .sub_all_levels .col {
    margin: 0 16px;
    margin-bottom: -20000px;
    padding-bottom: 20000px;
    display: inline-block;
    vertical-align: top;
    max-width: 233px;
    min-width: 233px;
    white-space: normal;
    float: none;
  }
  .sub_all_levels .col li {
    margin: 8px 0;
  }
  .sub_all_levels .col > ul > li a {
    display: block;
    color: #555555;
    line-height: 20px;
    padding: 4px 0;
  }
  .sub_all_levels .col > ul > li a:hover {
    text-decoration: none;
  }
  .sub_all_levels .col > ul > li > .link > a {
    font-weight: 600;
    color: #222222;
  }

  .sub_one_level,
  .sub_one_level .submenu {
    background: #fff;
    position: absolute;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  }

  .side_menu_wrap .menu > li,
  .sub_one_level li {
    border-top: 1px solid #eeeeee;
    position: relative;
    white-space: normal;
  }
  .side_menu_wrap .menu > li:first-child,
  .sub_one_level li:first-child {
    border-top: none;
  }
  .side_menu_wrap .menu > li .badge,
  .sub_one_level li .badge {
    font-size: 10px;
    padding: 2px 3px;
    font-weight: 600;
    background: #1d9622;
    vertical-align: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .side_menu_wrap .menu > li > .link > a,
  .sub_one_level li > .link > a {
    color: #555555;
    display: block;
    padding: 9px 18px;
    text-decoration: none;
  }
  .side_menu_wrap .menu > li > .link .sub_toggle,
  .sub_one_level li > .link .sub_toggle {
    display: none;
  }
  .side_menu_wrap .menu > li:hover,
  .sub_one_level li:hover {
    z-index: 2;
  }
  .side_menu_wrap .menu > li.hassub > .link > a,
  .sub_one_level li.hassub > .link > a {
    position: relative;
    padding-right: 25px;
  }
  .side_menu_wrap .menu > li.hassub > .link > a:after,
  .sub_one_level li.hassub > .link > a:after {
    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;
    font-size: 16px;
    top: 10px;
    right: 10px;
    overflow: hidden;
    color: #777777;
    position: absolute;
    content: "";
  }

  .sub_one_level li.hover > .submenu,
  .side_menu_wrap .menu > li.hover > .submenu {
    top: 0;
    left: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.menubars {
  position: relative;
}
@media screen and (min-width: 768px) {
  .menubars {
    z-index: 103;
  }
}

@media screen and (max-width: 767px) {
  .menubars {
    padding: 0;
  }
}
.menubar {
  position: relative;
}
.menubar li {
  margin: 0;
}
.menubar .menu_header {
  display: none;
}
.menubar .menu_toggle {
  cursor: pointer;
  font-size: 18px;
  display: block;
  line-height: 22px;
  padding: 14px 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menubar .menu_toggle i {
  font-size: 22px;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.menubar .menu_wrapper {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menubar .menu li {
  position: relative;
}
.menubar .menu .sub_toggle {
  display: none;
}
.menubar .menu a {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .menubar .container-fluid {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .menubar .menu_header {
    display: block;
  }
  .menubar .menu_wrapper {
    display: none;
  }
  .menubar .menu_wrapper.open {
    display: block;
  }
  .menubar .menu li {
    border-bottom: 1px solid #eeeff0;
    position: relative;
  }
  .menubar .menu li > .link {
    position: relative;
  }
  .menubar .menu li .sub_toggle {
    position: absolute;
    width: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    display: block;
  }
  .menubar .menu li .sub_toggle .fa {
    color: inherit;
  }
  .menubar .menu li .sub_toggle .fa-minus {
    display: none;
  }
  .menubar .menu li .submenu {
    display: none;
  }
  .menubar .menu li.hassub > .link > a {
    padding-right: 60px;
  }
  .menubar .menu li.open > .link > .sub_toggle {
    background: rgba(0, 0, 0, 0.08);
  }
  .menubar .menu li.open > .link > .sub_toggle .fa-plus {
    display: none;
  }
  .menubar .menu li.open > .link > .sub_toggle .fa-minus {
    display: inline-block;
  }
  .menubar .menu li.open > .submenu {
    display: block;
  }
  .menubar .menu a {
    color: #555555;
    font-size: 16px;
    line-height: 18px;
    min-height: 20px;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
  }
  .menubar .menu ul a {
    padding-left: 40px;
  }
  .menubar .menu ul ul a {
    font-size: 14px;
    padding-left: 60px;
  }
  .menubar .menu .submenu {
    background: rgba(0, 0, 0, 0.08);
  }
  .menubar .menu .submenu li {
    border-color: transparent;
  }
  .menubar .menu .submenu .submenu {
    background: rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 768px) {
  .menubar .menu > li {
    position: relative;
    float: left;
  }
  .menubar .menu > li > .link > a {
    display: block;
    padding: 0 15px;
    height: 42px;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
  }
  .menubar .menu > li.hover {
    z-index: 2;
  }
  .menubar .menu > li.hover > .submenu {
    z-index: 3;
    top: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .menubar .menu > li.sub_l {
    position: static;
  }
  .menubar .menu > li.sub_l.hover > .submenu.sub_all_levels {
    left: 0;
    right: auto;
    min-width: 0;
  }
  .menubar .menu > li.rtl.hover > .submenu {
    left: auto;
    right: 0;
  }
  .menubar .menu li .sub_one_level,
  .menubar .menu li .sub_one_level .submenu {
    width: 250px;
  }
  .menubar .menu .level2 li.rtl.hover .submenu {
    left: auto;
    right: 100%;
  }
  .menubar .menu.m_more > .submenu {
    top: 100%;
    left: auto;
    right: 0 !important;
  }
  .menubar .menu.m_more > .submenu .submenu,
  .menubar .menu.m_more > .submenu .fa-angle-down {
    display: none !important;
  }
}

.h_menu1 {
  border-top: 1px solid #eeeff0;
  z-index: 1;
}
.h_menu1 .menu_header {
  border-bottom: 1px solid #eeeff0;
}
.h_menu1 .menu_toggle .fa-bars {
  color: #777777;
}
.h_menu1 .menu > li > .link a {
  color: #555555;
}

.h_menu2 {
  background: #555555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.h_menu2 .menu_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.h_menu2 .menu_header .h_search {
  padding: 0 15px;
}
.h_menu2 .menu_toggle {
  color: #fff;
}
.h_menu2 .menu_toggle .fa-bars {
  color: inherit;
}
.h_menu2 .menu .badge {
  font-size: 10px;
  padding: 2px 3px;
  font-weight: 600;
  background: #1d9622;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.h_menu2 .menu > li > .link a {
  text-transform: uppercase;
  display: block;
  color: #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.h_menu2 .menu > li > .link .badge {
  display: none;
}
.h_menu2 .menu > li.active > .link a {
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .h_menu2 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: none;
  }
  .h_menu2 .menu li {
    border-bottom-color: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  .h_menu2 .menu li > .link a {
    border-left: none;
    border-right: none;
  }
  .h_menu2 .menu li > .link a .badge {
    display: inline-block;
    vertical-align: 2px;
  }
  .h_menu2 .menu li .sub_toggle .fa {
    color: inherit;
  }
  .h_menu2 .menu li .sub_toggle + a {
    padding-right: 50px;
  }
  .h_menu2 .menu li.open > .link > .sub_toggle {
    background: rgba(255, 255, 255, 0.15);
  }
  .h_menu2 .menu a {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .h_menu2 .menu_wrapper.fluid .menu {
    display: table;
    width: 100%;
  }
  .h_menu2 .menu_wrapper.fluid .menu > li {
    display: table-cell;
    float: none;
    white-space: nowrap;
  }
  .h_menu2 .menu_wrapper.fluid .menu > li > .link a {
    text-align: center;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }
  .h_menu2 .menu_wrapper.fluid .menu > li:first-child > .link a {
    border-left: none;
  }
  .h_menu2 .menu_wrapper.fluid .menu > li:last-child > .link a {
    border-right: none;
  }
}

.no-touch .h_menu1 .menu > li:hover > .link a {
  background: #eeeff0;
}
.no-touch .h_menu2 .menu > li:hover > .link a, .no-touch .h_menu2 .menu > li.hover > .link a {
  background: rgba(255, 255, 255, 0.15);
}

#topnav {
  background: #f0eff0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZWZmMCIvPjxzdG9wIG9mZnNldD0iOTcuNjE5MDUlIiBzdG9wLWNvbG9yPSIjZjBlZmYwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTZlOGVhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 42, color-stop(0%, #f0eff0), color-stop(97.61905%, #f0eff0), color-stop(100%, #e6e8ea));
  background-image: -moz-linear-gradient(top, #f0eff0, #f0eff0 41px, #e6e8ea 42px);
  background-image: -webkit-linear-gradient(top, #f0eff0, #f0eff0 41px, #e6e8ea 42px);
  background-image: linear-gradient(to bottom, #f0eff0, #f0eff0 41px, #e6e8ea 42px);
  background-size: 100% 42px;
  background-repeat: repeat;
  border-bottom: 1px solid #e6e8ea;
  font-size: 13px;
}
#topnav .fa {
  color: #656565;
  font-size: 15px;
  vertical-align: -1px;
  margin: 0 7px 0 0;
}
#topnav .ic {
  display: inline-block;
  margin: -3px 7px 0 0;
  vertical-align: middle;
}
#topnav li {
  margin: 0;
}
#topnav .h_search {
  height: 42px;
  padding-top: 6px;
}
#topnav .h_search button .fa {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #topnav .h_search {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  #topnav .h_search {
    float: left;
    width: 260px;
  }
}
#topnav .menu > li {
  float: left;
  position: relative;
}
#topnav .menu > li > a {
  color: #6f6f6f;
  display: block;
  padding: 0 15px;
  height: 41px;
  line-height: 41px;
  text-decoration: none;
}
#topnav .menu > li > a:hover {
  text-decoration: underline;
}
#topnav .menu > li .dropdown-menu {
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  z-index: 1002;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#topnav .menu > li.currency-toggle > a .fa {
  margin: 0;
}
#topnav .menu > li.currency-toggle.open > a {
  background: #eeeff0;
}
#topnav .auth {
  float: right;
}
#topnav .auth > li {
  border-left: 1px solid #e2e1e2;
}
#topnav .auth strong {
  font-weight: 600;
}
#topnav .auth .h_login .ic {
  background-image: url(../img/sprite.png);
  background-position: -47px -15px;
  width: 12px;
  height: 12px;
}
#topnav .auth .h_reg .ic {
  background-image: url(../img/sprite.png);
  background-position: 0px -48px;
  width: 17px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  #topnav {
    text-align: center;
  }
  #topnav .h_search {
    border-top: 1px solid #e2e1e2;
  }
  #topnav .auth {
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
  #topnav .container-fluid {
    padding: 0;
  }
  #topnav .menubar .menu li {
    float: none;
  }
}

#header p {
  margin: 0;
}

.h_contacts .in {
  position: relative;
  display: inline-block;
}
.h_contacts .in .phone {
  color: #333333;
  font-size: 22px;
}
.h_contacts .in .icon {
  position: absolute;
  left: 0;
  margin-top: 10px;
}
.h_contacts .callback_button {
  font-size: 13px;
}

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

@media screen and (max-width: 480px) {
  #header .col-xs-6 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header .col {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #header .col {
    text-align: center;
  }
  #header .in {
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  #header .col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  #header {
    padding: 0;
  }
  #header .row {
    display: table;
    width: 100%;
    margin: 0;
  }
  #header .row .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #header .row .col {
    width: 26.66667%;
  }
  #header .row .h_contacts .in {
    margin-left: 30px;
    margin-right: 30px;
  }
  #header .row .h_cart {
    width: 20%;
  }
}
.h_cart .in {
  display: inline-block;
  color: inherit;
  position: relative;
  padding-left: 60px;
  text-decoration: none;
  min-height: 48px;
}
.h_cart .in .icon {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 47px;
  height: 48px;
  width: 47px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
.h_cart .in .cart_summary {
  font-weight: 600;
  padding-top: 4px;
}
.h_cart .in .cart_total_wrap {
  margin: 2px 0 0;
  font-size: 12px;
}
.h_cart .in .ruble {
  font-size: 13px;
}
.h_cart .in:hover .cart_summary {
  text-decoration: underline;
}

#nav_panel {
  background: #474747;
}
#nav_panel a {
  color: #fff;
}

#header .h_search {
  float: right;
  padding-right: 11px;
}
#header .h_search form {
  margin: 8px 0;
  position: relative;
  max-width: 240px;
}

.fixed_toolbar {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 102;
  height: 46px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.fixed_toolbar .container-fluid {
  padding: 0;
}
.fixed_toolbar ul {
  display: inline-block;
}
.fixed_toolbar ul li {
  float: left;
  margin: 0 0 0 -1px;
}
.fixed_toolbar ul li a {
  background: #fff;
  text-decoration: none;
  height: 46px;
  line-height: 46px;
  display: block;
  padding: 0 18px;
  position: relative;
  color: #555555;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.fixed_toolbar ul li a:hover {
  background: #eeeeee;
}
.fixed_toolbar ul li a .count {
  font-weight: bold;
}
.fixed_toolbar ul li a:after {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  opacity: 0;
  visibility: hidden;
}
.fixed_toolbar ul li a,
.fixed_toolbar ul li .fa,
.fixed_toolbar ul li .count {
  -webkit-transition: all, 0.3s ease-out;
  -o-transition: all, 0.3s ease-out;
  transition: all, 0.3s ease-out;
}
.fixed_toolbar ul li .fa {
  margin-right: 5px;
}
.fixed_toolbar ul li#ft_cart .empty .cart_total {
  display: none;
}
.fixed_toolbar ul li.added a {
  color: #FDFDFD;
}

@media screen and (max-width: 319px) {
  .fixed_toolbar ul li .fa {
    margin-right: 0;
  }
  .fixed_toolbar ul li .count {
    display: none;
  }
}
#footer {
  background: #eaeaea;
  padding-top: 30px;
  margin-top: 100px;
  margin-bottom: 46px;
}
#footer ul {
  margin: 0;
}

.footer1 {
  margin-bottom: 15px;
}
.footer1 .title {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.footer1 .menu li {
  color: #333333;
  margin-bottom: 12px;
}
.footer1 .menu a {
  color: #333333;
  font-size: 14px;
}
.footer1 .menu .fa {
  color: #777777;
  margin-right: 8px;
}
.footer1 .col {
  float: left;
}
@media screen and (max-width: 991px) {
  .footer1 .col {
    margin-top: 15px;
  }
  .footer1 .col:nth-child(2n+2) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .footer1 .col {
    width: 18.5%;
  }
  .footer1 .col:first-child {
    width: 25%;
  }
}

.footer_plugins {
  margin-bottom: 15px;
}

#f_logo {
  margin-bottom: 15px;
}
#f_logo img {
  max-width: 100%;
  height: auto;
}

#f_subscribe div {
  padding: 0 0 5px 0;
}
#f_subscribe input {
  background: #fff;
  border: 1px solid #e4e4e4;
  width: 100%;
  max-width: 192px;
  height: 30px;
  padding: 3px 29px 3px 14px;
  float: left;
  color: #555555;
}
#f_subscribe input.error {
  border-color: red;
}
#f_subscribe form {
  margin: 0 0 5px;
}
#f_subscribe p {
  margin: 0;
}
#f_subscribe button {
  width: 29px;
  height: 28px;
  background: transparent;
  border: none;
  margin: 1px 0 0 -30px;
  padding: 0;
  text-align: center;
}
#f_subscribe button span {
  background: #eaeaea;
  display: block;
  margin: 3px;
  width: 23px;
  height: 22px;
  line-height: 21px;
}
#f_subscribe button:hover span {
  background: #dddddd;
}
#f_subscribe button .fa {
  color: #8a8a8a;
}

@media screen and (max-width: 399px) {
  .footer1 .col-xs-6 {
    width: 100%;
  }
}
.footer2 {
  border-top: 1px solid #D5D5D5;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #6B6B6B;
}
.footer2 .col {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .footer2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer2 .col {
    line-height: 32px;
    width: 18.5%;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .footer2 .f_copyright {
    width: 25%;
  }
  .footer2 .f_soc {
    width: 55.5%;
  }
  .footer2 .f_counters {
    float: right;
  }
}
.footer2 .f_madein {
  font-size: 12px;
  line-height: 20px;
}

.f_soc .fa-stack {
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.f_soc .fa-stack .fa-stack-2x {
  font-size: 32px;
}
.f_soc .fa-stack:hover .fa-stack-1x {
  color: #fff !important;
}
.f_soc a {
  margin-right: 5px;
  display: inline-block;
}
.f_soc .fa-inverse {
  color: #fff !important;
}
.f_soc .fs-rss .fa-circle {
  color: #FB7629;
}
.f_soc .fs-rss:hover .fa-circle {
  color: #d45004;
}
.f_soc .fs-facebook .fa-circle {
  color: #3864A3;
}
.f_soc .fs-facebook:hover .fa-circle {
  color: #24416a;
}
.f_soc .fs-twitter .fa-circle {
  color: #00ACEC;
}
.f_soc .fs-twitter:hover .fa-circle {
  color: #0074a0;
}
.f_soc .fs-vk .fa-circle {
  color: #4D75A4;
}
.f_soc .fs-vk:hover .fa-circle {
  color: #355070;
}
.f_soc .fs-instagram .fa-circle {
  color: #125688;
}
.f_soc .fs-instagram:hover .fa-circle {
  color: #092b44;
}
.f_soc .fs-youtube .fa-circle {
  color: #D32323;
}
.f_soc .fs-youtube:hover .fa-circle {
  color: #911818;
}
.f_soc .fs-pinterest .fa-circle {
  color: #CB2027;
}
.f_soc .fs-pinterest:hover .fa-circle {
  color: #89161a;
}
.f_soc .fs-google-plus .fa-circle {
  color: #DF4B38;
}
.f_soc .fs-google-plus:hover .fa-circle {
  color: #ae2d1c;
}
@media screen and (max-width: 1199px) {
  .f_soc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .f_soc a {
    margin: 5px 5px 5px 0;
  }
}

#f_up {
  color: #777 !important;
  visibility: hidden;
  position: fixed;
  right: 20px;
  bottom: 62px;
  font-size: 18px;
  width: 36px;
  background-color: #fff;
  height: 36px;
  line-height: 29px;
  border: 3px solid;
  text-align: center;
  z-index: 103;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
  transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
}
#f_up .fa {
  color: inherit;
}
#f_up.show {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#f_up.show:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sidebar li {
  margin: 0;
}
.sidebar .title {
  font-size: 20px;
  font-weight: 600;
}
.sidebar .show_more {
  font-size: 13px;
}

@media screen and (min-width: 1200px) {
  .sidebar {
    padding-right: 42px;
  }
}
.side_block {
  margin-bottom: 40px;
}
.side_block .title {
  color: #383838;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .side_block {
    margin-bottom: 20px;
  }
  .side_block .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.side_block_collapsible.collapsed .title + * {
  display: none;
}

.side_menu_wrap {
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
}
.side_menu_wrap .title {
  background-color: #f5f4f4;
  text-decoration: none;
  display: block;
  color: #555555;
  font-size: 16px;
  padding: 11px 20px;
  margin: 0;
  font-weight: 400;
}
.side_menu_wrap a.title:hover {
  color: #555555;
  background-color: #eeeeee;
}
.side_menu_wrap a.title i {
  color: inherit;
  vertical-align: middle;
  font-size: 21px;
  margin: -4px 10px 0px 0;
}
.side_menu_wrap .menu .submenu.sub_one_level, .side_menu_wrap .menu .submenu.sub_one_level .submenu {
  width: 100%;
}

.theme_not_flat .side_menu_wrap .title {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjhmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZWZmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f8f8), color-stop(100%, #f0eff0));
  background-image: -moz-linear-gradient(top, #f9f8f8, #f0eff0);
  background-image: -webkit-linear-gradient(top, #f9f8f8, #f0eff0);
  background-image: linear-gradient(to bottom, #f9f8f8, #f0eff0);
}
.theme_not_flat .side_menu_wrap a.title:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWFlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0ZTJlNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #edeaea), color-stop(100%, #e4e2e4));
  background-image: -moz-linear-gradient(top, #edeaea, #e4e2e4);
  background-image: -webkit-linear-gradient(top, #edeaea, #e4e2e4);
  background-image: linear-gradient(to bottom, #edeaea, #e4e2e4);
}

.side_products .item {
  display: block;
  text-decoration: none;
  color: #555555;
  margin-top: 24px;
}
.side_products .item:first-child {
  margin-top: 0;
}
.side_products .item .img {
  float: left;
  width: 80px;
  margin-right: 12px;
  text-align: center;
}
.side_products .item img {
  max-width: 100%;
  height: auto;
}
.side_products .item .name {
  font-size: 13px;
  margin: 0 0 4px;
}
.side_products .item .price {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.side_products .item .price-new {
  color: #ef4814;
}
.side_products .item .price_old {
  font-size: 12px;
  text-decoration: line-through;
}
.side_products .item:hover {
  text-decoration: none;
}
.side_products .item:hover .name {
  text-decoration: underline;
}

.brands-plugin,
.productbrands-plugin {
  border-top: 1px solid #EDEDED;
  margin: -5px 0 0;
  padding: 15px 0 0;
}
.brands-plugin ul li,
.productbrands-plugin ul li {
  padding: 9px 20px 0 0;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.brands-plugin ul a,
.productbrands-plugin ul a {
  color: #555555;
}

.side_tags a {
  background: #F9F9F9;
  display: inline-block;
  font-size: 11px;
  line-height: 19px;
  padding: 5px 9px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  color: #555555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.side_gallery_wrap {
  margin-bottom: 42px;
}

.side_gallery {
  margin: -7px 0 0 -7px !important;
}
.side_gallery li {
  float: left;
  margin: 7px 0 0 7px;
  opacity: 0.7;
}
.side_gallery li img {
  width: 62px !important;
  height: 62px !important;
  display: block;
}
.side_gallery li:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .page .side_gallery_wrap {
    float: right;
    width: 200px;
    margin-left: 90px;
  }
}
.side_news {
  line-height: 18px;
}
.side_news a {
  text-decoration: underline;
}
.side_news a:hover {
  text-decoration: none;
}
.side_news li {
  margin: 0 0 16px;
}
.side_news li .date {
  font-size: 12px;
  color: #696969;
}
.side_news li a {
  color: #5c5c5c;
  display: block;
  font-size: 13px;
}
.side_news .all_news_link {
  font-size: 12px;
  color: #696969;
}

.home_services {
  padding: 16px 0 0;
  margin-bottom: 40px;
}
.home_services .item {
  line-height: 20px;
}
.home_services .item a {
  display: block;
  text-decoration: none;
}
.home_services .item h4 {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 6px;
}
.home_services .item a:hover h4 {
  text-decoration: underline;
}
.home_services .item p {
  color: #777777;
  text-decoration: none !important;
  font-size: 13px;
  margin: 0;
}
.home_services .item_icon {
  float: left;
  padding: 3px 18px 0 0;
}
.home_services .item_icon .fa {
  font-size: 36px;
}
.home_services .item_icon img {
  max-width: 48px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .home_services {
    padding-top: 0;
    margin-bottom: -15px;
  }
  .home_services .item {
    margin-bottom: 15px;
  }
  .home_services .item_icon {
    width: 64px;
    text-align: center;
  }
  .home_services .item_icon img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .home_services .item .ofh {
    padding-right: 10px;
  }
}

.touch .pb_services .item a .item_title {
  text-decoration: underline;
}

.home_text .page-header,
.home_text .page-header * {
  margin-top: 0;
}

.bottom_text .page-header > * {
  font-weight: normal;
}

.content_news_slider .title {
  padding-bottom: 13px;
}
.content_news_slider li a {
  text-decoration: none;
  color: #333333;
}
.content_news_slider li a:hover {
  text-decoration: underline;
}
.content_news_slider li a img {
  margin-bottom: 24px;
  display: block;
  max-width: 100%;
}
.content_news_slider li a span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
.content_news_slider li .item_intro {
  margin-top: 13px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
.content_news_slider .bx-wrapper .bx-controls-direction a {
  top: -57px !important;
}

.news_list {
  border-top: 1px solid #e4e4e4;
  margin-top: 25px;
}
.news_list .item {
  border-bottom: 1px solid #e4e4e4;
  padding: 30px 0;
}
.news_list .item_img {
  width: 120px;
  float: left;
  margin-right: 20px;
  display: block;
}
.news_list .item_img img {
  max-width: 100%;
  height: auto;
}
.news_list .item_title {
  font-size: 16px;
  text-decoration: underline;
}
.news_list .item_date {
  font-size: 13px;
  color: #777777;
  margin: 8px 0;
}
@media screen and (max-width: 767px) {
  .news_list .item_img {
    width: auto;
    margin: 0 0 10px;
    float: none;
    text-align: center;
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
.slider_wrap,
.slider_wrap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper ul.bxslider {
  margin: 0;
  padding: 0;
}
.bx-wrapper ul.bxslider li {
  margin: 0;
  padding: 0;
}
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bxslider/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager .bx-pager-item {
  position: relative;
  z-index: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  position: relative;
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:after {
  background: #666;
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  display: none;
  z-index: -1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active:after {
  display: block;
}
.bx-wrapper .bx-controls-direction a {
  background: url(../img/bxslider/arrows.png) no-repeat;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/bxslider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/bxslider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 100;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.bxslider > * {
  margin: 0;
  list-style: none;
}

.bxslider {
  padding-left: 0;
}

.homeslider .bx-controls-direction {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.homeslider .bx-controls-direction a {
  background: none;
  margin: 0;
  padding: 0;
  height: 100%;
  top: 0;
  width: 64px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.homeslider .bx-controls-direction a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.homeslider .bx-controls-direction a i {
  background: url(../img/bxslider/arrows.png) no-repeat 0 0;
  width: 34px;
  height: 58px;
  margin-top: -29px;
  top: 50%;
  position: absolute;
}
.homeslider .bx-controls-direction a.bx-prev {
  left: 0;
}
.homeslider .bx-controls-direction a.bx-prev i {
  background-position: 0 0;
  right: 0;
}
.homeslider .bx-controls-direction a.bx-next {
  right: 0;
}
.homeslider .bx-controls-direction a.bx-next i {
  background-position: 0 -58px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .homeslider .bx-controls-direction a.bx-prev {
    left: 0;
  }
  .homeslider .bx-controls-direction a.bx-next {
    right: 0;
  }
}
.homeslider:hover .bx-controls-direction {
  opacity: 1;
}

/* HOME SLIDER PHOTOS*/
.homeslider#homeslider_photos {
  clear: both;
  overflow: hidden;
  margin-top: 17px;
}
.homeslider#homeslider_photos .bx-wrapper {
  margin-bottom: 0;
}
.homeslider#homeslider_photos .bx-pager {
  bottom: 10px;
}
.homeslider#homeslider_photos .bxslider > li {
  background-size: cover;
  height: 360px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.homeslider#homeslider_photos .bxslider > li a {
  text-decoration: none;
}
.homeslider#homeslider_photos .bxslider > li .container-fluid,
.homeslider#homeslider_photos .bxslider > li .container-fluid > .row {
  display: block;
  height: 100%;
}
.homeslider#homeslider_photos .slide_text {
  color: #222222;
  float: none;
  height: 100%;
  display: table;
}
.homeslider#homeslider_photos .slide_text .in {
  padding: 30px 0 30px 90px;
  display: table-cell;
  vertical-align: middle;
}
.homeslider#homeslider_photos .slide_text .title {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin: 0 0 9px;
}
.homeslider#homeslider_photos .slide_text .text {
  font-size: 15px;
  line-height: 21px;
}
.homeslider#homeslider_photos .light .slide_text {
  color: #fff;
}
.homeslider#homeslider_photos.stacked {
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
}
.homeslider#homeslider_photos.stacked .slide_text .title {
  font-size: 26px;
  line-height: 30px;
}
@media screen and (min-width: 1200px) {
  .homeslider#homeslider_photos.not_fw .container-fluid {
    padding: 0;
    width: 100%;
  }
  .homeslider#homeslider_photos.fw {
    width: 100%;
    padding: 0;
    margin-top: -21px;
  }
  .homeslider#homeslider_photos.fw .bxslider > li {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 1199px) {
  .homeslider#homeslider_photos .bxslider > li .container-fluid {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .homeslider#homeslider_photos {
    padding: 0;
    margin-top: 0;
  }
  .homeslider#homeslider_photos .bxslider > li {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .homeslider#homeslider_photos .slide_text .in {
    padding: 30px 90px;
  }
}
@media screen and (max-width: 480px) {
  .homeslider#homeslider_photos .bx-controls-direction a {
    display: none;
  }
  .homeslider#homeslider_photos .slide_text .in {
    padding: 30px;
  }
  .homeslider#homeslider_photos .slide_text .title {
    font-size: 20px;
    line-height: normal;
  }
}

/* HOME SLIDER PRODUCTS*/
.homeslider#homeslider_products {
  clear: both;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}
.homeslider#homeslider_products .container-fluid {
  position: relative;
}
.homeslider#homeslider_products .bx-controls-direction {
  display: none;
}
.homeslider#homeslider_products.hide_names .bx-controls-direction {
  display: block;
}
.homeslider#homeslider_products .bxslider {
  height: 0;
  overflow: hidden;
}
.homeslider#homeslider_products .bxslider > li {
  padding-bottom: 20px;
  margin: 0;
  min-height: 319px;
}
.homeslider#homeslider_products .bx-wrapper {
  margin-bottom: 0;
}
.homeslider#homeslider_products .bx-wrapper .bx-viewport {
  background: none;
}
.homeslider#homeslider_products .bx-wrapper .bxslider {
  overflow: visible;
}
.homeslider#homeslider_products .bx-pager {
  bottom: 10px;
}
.homeslider#homeslider_products .product {
  display: table;
  margin: 4% 8%;
}
.homeslider#homeslider_products .product > div {
  display: table-cell;
  vertical-align: middle;
}
.homeslider#homeslider_products .product .image {
  padding-right: 5%;
  width: 33%;
}
.homeslider#homeslider_products .product .image .img_middle {
  border: 1px solid #d5d5d5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.homeslider#homeslider_products .product .image img {
  max-width: 100%;
  height: auto;
}
.homeslider#homeslider_products .product .title {
  font-size: 30px;
  margin: 0 0 20px;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
.homeslider#homeslider_products .product .title a {
  color: inherit;
  text-decoration: none;
}
.homeslider#homeslider_products .product .title a:hover {
  text-decoration: none;
}
.homeslider#homeslider_products .product .descr {
  font-size: 13px;
  line-height: 16px;
}
.homeslider#homeslider_products .product .bottom {
  margin-top: 15px;
}
.homeslider#homeslider_products .product .price {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.homeslider#homeslider_products .product .compare-at-pice {
  text-decoration: line-through;
}
.homeslider#homeslider_products .product .btn-details {
  font-size: 13px;
  padding: 7px 17px;
}
.homeslider#homeslider_products .slider_ctrl ul {
  margin: 43px 0 43px 62px;
  width: 200px;
  position: absolute;
  overflow-y: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
.homeslider#homeslider_products .slider_ctrl li {
  font-size: 12px;
  padding: 6px 10px;
  color: #383838;
  cursor: pointer;
  margin: 15px 0 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.homeslider#homeslider_products .slider_ctrl li:first-child {
  margin-top: 0;
}
.homeslider#homeslider_products .slider_ctrl li span {
  text-decoration: underline;
}
.homeslider#homeslider_products .slider_ctrl li span:hover {
  text-decoration: none;
}
.homeslider#homeslider_products .slider_ctrl li.active {
  background: #000;
}
.homeslider#homeslider_products .slider_ctrl li.active span {
  color: #fff;
  text-decoration: none;
}
.homeslider#homeslider_products.stacked {
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
}
.homeslider#homeslider_products.stacked .bxslider > li {
  padding-left: 0;
  padding-right: 0;
}
.homeslider#homeslider_products.fw .slider_ctrl ul {
  margin-left: 15px;
}
@media screen and (max-width: 1199px) {
  .homeslider#homeslider_products .bx-wrapper {
    margin-right: 0;
  }
  .homeslider#homeslider_products .product {
    margin: 5% 2.5%;
  }
}
@media screen and (max-width: 991px) {
  .homeslider#homeslider_products .bxslider > li {
    min-height: 0;
  }
}
@media screen and (max-width: 600px) {
  .homeslider#homeslider_products.stacked .bx-wrapper {
    margin: 0 20px;
  }
  .homeslider#homeslider_products .product > div {
    vertical-align: top;
  }
  .homeslider#homeslider_products .product .image {
    width: 40%;
  }
  .homeslider#homeslider_products .product .image img {
    max-width: 100%;
  }
  .homeslider#homeslider_products .product .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .homeslider#homeslider_products .product .descr {
    display: none;
  }
  .homeslider#homeslider_products .product .bottom {
    margin-top: 10px;
  }
  .homeslider#homeslider_products .product .price {
    margin-bottom: 5px;
  }
  .homeslider#homeslider_products .product .descr,
  .homeslider#homeslider_products .product .btn-details {
    display: none;
  }
}
@media screen and (max-width: 399px) {
  .homeslider#homeslider_products .product .image {
    width: 40%;
  }
  .homeslider#homeslider_products .product .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .homeslider#homeslider_products .product .price {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .homeslider#homeslider_products.not_fw .container-fluid {
    padding: 0;
    width: 100%;
  }
  .homeslider#homeslider_products.fw {
    width: 100%;
    padding: 0;
    margin-top: -21px;
  }
  .homeslider#homeslider_products.fw .bxslider > li {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .homeslider {
    padding: 0;
    margin-top: 0 !important;
  }
  .homeslider.stacked {
    margin-top: -37px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: auto !important;
  }
}
.hide_top_cat_menu .homeslider {
  margin-top: 0 !important;
}

.homeslider {
  margin-bottom: 37px;
}

/* CONTENT SLIDER */
.content_slider {
  margin: 40px 0;
}

.content_slider .title {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
}

.content_slider .bx-wrapper {
  margin: 0 !important;
}

.content_slider .bx-wrapper .bx-prev {
  right: 32px;
  left: auto;
}

.content_slider .bx-wrapper .bx-next {
  right: 0;
}

.content_slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  background: #efefef;
  color: #858585;
  top: -44px;
  margin-top: 0;
  outline: 0;
  width: 26px;
  height: 26px;
  line-height: 25px;
  text-indent: 0;
  text-align: center;
  z-index: 1;
  text-decoration: none;
  font-size: 18px;
  border-radius: 3px;
}

.content_slider .bx-wrapper .bx-controls-direction a .fa {
  color: #858585;
}

.content_slider .bx-wrapper .bx-controls-direction a:hover {
  background: #e0e0e0;
  color: #6d6d6d;
}

.content_slider .bx-wrapper .bx-controls-direction a.disabled {
  background: #efefef;
  color: #858585;
}

.content_slider .bx-wrapper .bx-controls-direction a.disabled {
  opacity: 0.5;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-is-locked {
  margin-right: 0 !important;
}

.no-touch .remodal-bg.remodal-is-opening,
.no-touch .remodal-bg.remodal-is-opened,
.no-touch .remodal-bg.blur,
.no-touch .remodal.blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s;
}

.remodal-overlay.remodal-is-opening:after,
.remodal-overlay.remodal-is-opened:after {
  content: "";
  position: fixed;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 6px;
  background: #000 url("../img/loading_modal.gif") center center no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  width: 44px;
  height: 44px;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal-wrapper.loading .remodal_in_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.remodal-wrapper.loading .remodal_in_overlay:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/loading32.gif") center center no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 25px;
  text-align: left;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal h1 {
  margin-right: 30px;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  overflow: visible;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 35px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 900px;
  }

  .remodal_quickview {
    max-width: 900px;
  }
}
.remodal_form {
  max-width: 600px;
}
.remodal_form .wa-value {
  max-width: 100%;
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 900px;
}

.lt-ie9 .remodal_form {
  max-width: 600px;
}

/* Magnific Popup CSS */
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10003;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

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

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

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

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

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

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

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

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 36px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right;
  width: 100%;
}

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 90px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  margin-top: -9px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
  margin-top: -17px;
}

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

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

@media screen and (max-width: 1199px) {
  .mfp-arrow {
    top: 50%;
    bottom: auto;
    height: 200px;
    margin-top: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .no-touch .mfp-arrow {
    -webkit-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
    transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
  }
  .no-touch .mfp-arrow:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

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

body.mfp-zoom-out-cur .remodal-wrapper {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

html.remodal-is-locked .mfp-bg {
  opacity: 0 !important;
}
