
/************************ Presentation Style: sliders ******************/

div#sliders div.panel {
    margin: 0 0 1px 0;
    border: 1px solid #dddddd;
}

div#sliders .panel h3#basic-details.title { 
    font-size: 12px;    
    text-align: center;
    padding: 8px;
    margin: 0;
    border: none;
    background: #dddddd;
}

div#sliders .panel h3#basic-details.title a:link,
div#sliders .panel h3#basic-details.title a:visited {
    text-decoration: none;
    font-weight: normal;
}

div#sliders .panel h3#basic-details.title.pane-toggler-down a:link,
div#sliders .panel h3#basic-details.title.pane-toggler-down a:visited {
    font-weight: bold;
}

div#sliders .panel h3#basic-details.title a:hover {
    font-weight: bold;
}

div#sliders .panel div.pane-slider { 
    padding: 5px;
}

/************************ Presentation Style: tabs ******************/

div.current {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none;
}

dl#tabs.tabs { 
    display: inline-block;
    padding: 10px 0 0;
}

dl.tabs {
    margin: 0;
} 

.tabs dt.tabs {
    float: left;
    padding: 5px 10px 6px 10px;
    margin: 0 5px -1px 0;
    background: #eeeeee;
    border-right: solid 1px #444444;
    border-left: solid 1px #444444;
    border-top: solid 1px #444444;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.tabs dt.tabs.closed {
    background: #444444;
    padding: 5px 10px;
    border: solid 1px #444444;
}

.tabs dt.tabs.basic-details h3 {
    font-size: 11px;
    margin: 0;
}

.tabs dt.tabs.basic-details.open h3 a:link,
.tabs dt.tabs.basic-details.open h3 a:visited  {
    color: #444444;
}

.tabs dt.tabs.basic-details h3 a:link,
.tabs dt.tabs.basic-details h3 a:visited {
    text-decoration: none;
    color: #ffffff;
}

dd.tabs { 
    clear:both;
    background: #eeeeee;
    margin: 0; 
    padding: 10px;
    border: solid 1px #444444;
    border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
}
/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  margin-bottom: 4px;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 60px;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left !important;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px !important;
  height: 100%;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 0px 2px;
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px;
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  clear:both;
  text-align:left !important;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  color: #999;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
}
.chzn-container-multi .chzn-choices li.search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices li.search-field input {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  padding: 4px 5px 4px 20px;
  background: white url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px;
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input,
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input,
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url(//gofoto.by//components/com_virtuemart/assets/css/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */



#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
.vrvote-body {
	display:inline-block;
	line-height:22px;
	vertical-align:middle;
	margin-left: 3px;
}
ul.vrvote-ul {
	height:22px !important;
	width:110px;
	padding:0!important;
	margin:0!important;
}
ul.vrvote-ul li {
	background-position:0!important;
	padding:0!important;
	margin:0!important;
}
ul.vrvote-ul, ul.vrvote-ul li a:hover, ul.vrvote-ul li.current-rating {
	background-image:url('/plugins/content/vrvote/images/stars.png')!important;
	background-color:transparent!important;
	background-repeat:repeat-x!important;
	background-position:left -1000px;
}
ul.vrvote-ul {
	background-position:left top;
	ist-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	position:relative;
}
ul.vrvote-ul li {
	background-image:none;
	display:inline;
	padding:0pt;
}
ul.vrvote-ul li a, ul.vrvote-ul li.current-rating {
	border:medium none;
	cursor:pointer;
	left:0pt;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	overflow:hidden;
	position:absolute;
	text-indent:-1000em;
	top:0pt;
}
ul.vrvote-ul li a, ul.vrvote-ul li.current-rating {
	height:22px;
	line-height:22px;
}
ul.vrvote-ul:hover li.current-rating{
	height:0px;
}

ul.vrvote-ul li a:hover {
	background-position:left bottom!important;
}
ul.vrvote-ul li a:focus {
	background:none;
}
li a.vr-one-star {
	width:20%;
	padding:0;
	margin:0;
	z-index:6;
}
li a.vr-two-stars {
	width:40%;
	padding:0;
	margin:0;
	z-index:5;
}
li a.vr-three-stars {
	width:60%;
	padding:0;
	margin:0;
	z-index:4;
}
li a.vr-four-stars {
	width:80%;
	padding:0;
	margin:0;
	z-index:3;
}
li a.vr-five-stars {
	width:100%;
	padding:0;
	margin:0;
	z-index:2;
}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}footer,header,section{display:block}a{background-color:transparent}a:active,a:hover{outline:0}b,strong{font-weight:700}h1{margin:.67em 0;font-size:2em}small{font-size:80%}img{border:0}svg:not(:root){overflow:hidden}button,input,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.btn>.caret{border-top-color:#000!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}[role=button]{cursor:pointer}h1,h2,h3{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1,h2,h3{margin-top:20px;margin-bottom:10px}h1{font-size:32px}h2{font-size:30px}h3{font-size:24px}p{margin:0 0 10px}small{font-size:85%}.page-header{padding-bottom:9px;margin:10px 0 5px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ul ul{margin-bottom:0}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-6,.col-lg-7,.col-lg-9,.col-md-12,.col-md-3,.col-md-5,.col-md-6,.col-md-7{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:992px){.col-md-12,.col-md-3,.col-md-5,.col-md-6,.col-md-7{float:left}.col-md-12{width:100%}.col-md-7{width:50%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-3{width:25%}}@media (min-width:1200px){.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-6,.col-lg-7,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-9{width:75%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}}table{background-color:transparent}th{text-align:left}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type=search]{-webkit-appearance:none}.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox input[type=checkbox]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox{margin-top:-5px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=radio][disabled]{cursor:not-allowed}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:focus,.btn-default:active:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active{background-image:none}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:focus,.btn-primary:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active{background-image:none}.pull-right>.dropdown-menu{right:0;left:auto}.btn-group{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn{position:relative;float:left}.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav>li>a>img{max-width:none}.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ "}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.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)}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.container:after,.container:before,.nav:after,.nav:before,.row:after,.row:before{display:table;content:" "}.container:after,.nav:after,.row:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hidden{display:none!important}.visible-sm,.visible-xs{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//gofoto.by//templates/vina_sofasy/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//gofoto.by//templates/vina_sofasy/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//gofoto.by//templates/vina_sofasy/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//gofoto.by//templates/vina_sofasy/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//gofoto.by//templates/vina_sofasy/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//gofoto.by//templates/vina_sofasy/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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-pp: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-resistance: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: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"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*File https://gofoto.by/templates/vina_sofasy/css/legacy.css*/
input,
textarea {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="email"] {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"],
input[type="checkbox"] {
  width: auto;
}
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
input[type="file"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.controls > .checkbox:first-child {
  padding-top: 5px;
}
input,
textarea {
  margin-left: 0;
}
input[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input:focus:invalid,
textarea:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.help-block {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.control-group {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  div.modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  div.modal.fade {
    top: -100px;
  }
  div.modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  div.modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}
/*File https://gofoto.by/templates/vina_sofasy/css/template.css*/
#sp-top4{
  float: right;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//gofoto.by//templates/vina_sofasy/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3,1.3);
  -moz-transition: scale(1.3,1.3);
  -ms-transition: scale(1.3,1.3);
  -o-transition: scale(1.3,1.3);
  transition: scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #ffffff;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
  background-color: #c4c4c4;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-title {
  min-height: 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 100px 0;
}

.sp-module {
  margin-top: 50px;
}

.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
#sp-top5 .sp-module .sp-module-title h3{  
  font-weight: 700;
  font-size: 30px;
  z-index: 1;
  position: relative;
}
#sp-top5 .sp-module .sp-module-title h3 span{
  background: #FFF;
  padding: 0 15px;
}	
.sp-module .sp-module-title h3:before{  
  background: #e5e5e5 !important;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translate(0px,-50%);
}

.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  padding: 5px 0;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}

.page-header {
  padding-bottom: 15px;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}

@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  
  #sp-top3 .shipping-content{
	display: none;
  }
  #sp-categories-menu{
	display: none;  
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.sp-megamenu-parent {
  list-style: none;
  line-height: 26px;
  padding: 0;
  margin: 0;
  z-index: 99;
  text-align: left;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  color: #303030;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  position: relative;
  padding: 0 25px;
  text-transform: uppercase;
  z-index: 999;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
}
.sp-megamenu-parent >li:last-child > a {
  padding-right: 0;
}
.rtl .sp-megamenu-parent >li:last-child > a {
  padding-left: 0;
  padding-right: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  border: 1px solid #ededed;
  border-bottom: 0;
  border-top: 0;
  padding: 20px;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  float: left;
}
.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  float: left;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
  border: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 6px 0;
  cursor: pointer;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  text-align: right;
}
.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  text-align: right;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  border-bottom: 1px solid transparent;
  color: #303030;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):hover {
  padding-left: 5px;
}
.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):hover {
  padding-right: 5px;
  padding-left: 0;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent > .sp-has-child >a:before {
  content: '\f0dd';
  font-family: "FontAwesome";
  margin-top: -4px;
  opacity: 1;
  padding: 0 1px;
  position: absolute;
  right: 10px;
}
.rtl .sp-megamenu-parent > .sp-has-child >a:before {
  left: 10px;
  right: auto;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}

#offcanvas-toggler {
  float: right;
  font-size: 20px;
}
.rtl #offcanvas-toggler {
  float: left;
}
.rtl #offcanvas-toggler {
  float: left;
}
#offcanvas-toggler >i {
  line-height: 60px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.off-canvas-menu-wrap {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.rtl .close-offcanvas {
  left: 15px;
  right: auto;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module .modtitle,
.offcanvas-menu .offcanvas-inner .sp-module .title {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .hitarea {
  background: transparent;
  margin-left: 0;
  position: absolute;
  width: 25px;
  right: 0;
  top: 13px;
}
.rtl .offcanvas-menu .offcanvas-inner .sp-module ul .hitarea {
  left: 0;
  right: auto;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .hitarea:before {
  content: "\f147";
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .hitarea.expandable-hitarea {
  background: transparent;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .hitarea.expandable-hitarea:before {
  content: "\f196";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  padding: 0;
  background: none;
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.lastCollapsable,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.lastExpandable {
  background: transparent;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  display: block;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a img {
  display: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li {
  padding-left: 10px;
}
.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li {
  padding-right: 10px;
  padding-left: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: transparent !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: transparent !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  left: 0;
  right: auto;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .off-canvas-menu-wrap {
  right: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.offcanvas .off-canvas-menu-wrap:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 150%;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.rtl .menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: 0;
  right: auto;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.rtl .menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: 0;
  right: auto;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .off-canvas-menu-wrap {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.rtl .full-screen-ftop .offcanvas-menu {
  left: 0;
  right: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.rtl .full-screen-ftop .offcanvas-menu .close-offcanvas {
  left: 30px;
  right: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rtl .new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  left: 25px;
  right: auto;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rtl .new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  left: 22px;
  right: auto;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
.sppb-addon-feature .sppb-addon-content >span {
  max-width: 100%;
}
.banner-static-wrapper .sppb-row >div {
  padding: 0;
}
*:focus {
  outline: none !important;
}
.clear {
  clear: both;
}
div.clear {
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
}
div.spacer {
  position: relative;
}
.vm-display {
  display: block;
}
.manufacturer {
  margin: 0 0 10px;
}
.browse-view .row .product .spacer img {
  width: auto;
  height: auto;
}
.vm-col {
  padding: 0 15px;
  width: 60%;
  float: left;
}
.vm-col-3 {
  width: 33.333333333333%;
}
.product {
  margin-top: 30px;
  overflow: hidden;
}
.product .vm-customfields-wrap {
  display: none;
}
.product .product-container {
  position: relative;
}
.product .product-container:hover .button-groups {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(0px,-50%);
  -ms-transform: translate(0px,-50%);
  -o-transform: translate(0px,-50%);
  transform: translate(0px,-50%);
}
.product .product-container:hover .addtocart-area {
  bottom: 0;
  opacity: 1;
}
.product .product-container:hover .image-block.two-image .pro-image.first-image {
  opacity: 0;
}
.product .product-container:hover .image-block.two-image .pro-image.second-image {
  opacity: 1;
}
.product .vm-product-media-container {
  border: 1px solid #ededed;
  text-align: center;
}
.product .vm-product-media-container .image-block.two-image {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.product .vm-product-media-container .image-block.two-image .pro-image {
  line-height: 0;
  width: 100%;
}
.product .vm-product-media-container .image-block.two-image .pro-image.second-image {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product .vm-product-media-container .image-block:not(.two-image) > a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.product .vm-product-media-container .image-block:not(.two-image) > a img {
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}
.product .vm-product-media-container .image-block:not(.two-image) > a img:hover {
  -webkit-transform: scale(1.15) rotate(-1.75deg);
  -moz-transform: scale(1.15) rotate(-1.75deg);
  -o-transform: scale(1.15) rotate(-1.75deg);
  transform: scale(1.15) rotate(-1.75deg);
}
.product .button-groups {
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  text-align: center;
  top: 30%;
  -webkit-transform: translate(0px,-30%);
  -ms-transform: translate(0px,-30%);
  -o-transform: translate(0px,-30%);
  transform: translate(0px,-30%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
  z-index: 10;
}
.product .button-groups .button-group {
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  pointer-events: auto;
}
.product .button-groups .button-group span {
  display: none;
}

.product .button-groups .button-group .btn {
  border: 1px solid transparent;
  border-radius: 50% 50% 0 50%;
  color: #ffffff;
  display: block;
  font-size: 14px !important;
  font-weight: 400;
  height: 40px;
  letter-spacing: 0;
  line-height: 40px;
  position: relative;
  padding: 0;
  text-transform: capitalize;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 40px;
}
.product .text-block {
  float: left;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.product .text-block .vm-product-rating-container {
  margin: 10px 0;
}
.product .text-block .product-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}
.product .text-block .product-title.product-title-horizon {
  display: none;
}
.product .text-block .product-title a {
  color: #202020;
}
.product .text-block .product-price {
  text-align: center;
}
.product .text-block .product-price > div,
.product .text-block .product-price >span {
  color: #cccccc;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.product-status {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
}
.addtocart-area {
  background: #202020;
  bottom: -25px;
  display: block;
  color: #fff;
  opacity: 0;
  position: absolute;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 100%;
  z-index: 10;
}
.addtocart-area .product {
  margin: 0;
}
.productdetails-view .manufacturer {
  display: inline-block;
  margin: 15px 0 0;
  font-weight: 600;
}
.productdetails-view h1 {
  font-size: 18px;
  margin: 0 0 15px;
  line-height: 1;
}
.productdetails-view .product-rating {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  line-height: 2;
  padding-bottom: 5px;
}
.category-view h1 {
  text-transform: uppercase;
  margin: 0 0 20px;
}
.category-view .category_description {
  margin-bottom: 30px;
}
.view-mode .btn-group {
  margin: 0 -5px;
}
.view-mode .btn-group a {
  border-radius: 2px !important;
  border: 0;
  background: #f7f7f7;
  text-align: center;
  margin: 0 5px !important;
  padding: 0;
}
.view-mode .btn-group a span {
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  width: 40px;
}
.orderby-displaynumber {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 10px;
  padding: 10px 0 20px;
}
.orderby-displaynumber .title {
  display: inline-block;
  color: #8f8f8f;
}
.orderby-displaynumber .title:after {
  content: ': ';
}
.orderby-displaynumber .vm-order-list {
  margin-left: 35px;
}
.orderlistcontainer div.orderlist div::hover {
  color: #EEE;
  background: #CAC9C9;
}
.vm-product-media-container {
  position: relative;
}
.vm-product-media-container a {
  display: block;
  overflow: hidden;
}
.vm-product-media-container .pro-image {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.vm-product-container .vm-product-media-container,
.vm-product-container .vm-product-details-container {
  float: none;
  width: auto;
}
.vm-product-container .vm-product-media-container {
  padding: 8px;
  background: #f2f2f2;
}
.browseProductImage {
  width: auto;
  max-width: 100%;
}
.vm-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 35px;
}
.vm-pagination:before {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: -1;
}
.product-field-display a img {
  display: block;
}
.vm-img-desc {
  display: none;
}
a:hover .vm-img-desc {
  background: #095197;
}
.product-field-display {
  vertical-align: middle;
}
.product-fields .product-field-type-M input[type=radio] {
  display: block;
  margin: 10px;
}
.vm-categories-wall .width50:nth-child(2n +1),
.vm-categories-wall .width33:nth-child(3n +1),
.vm-categories-wall .width25:nth-child(4n +1),
.vm-categories-wall .width20:nth-child(5n +1),
.vm-categories-wall .width16:nth-child(6n +1) {
  clear: left;
}
@media all and (max-width: 991px) {
  div#nav {
    display: none;
  }
  div#contentarea {
    padding: 0;
  }
  div#line {
    display: none;
  }
  div#nav {
    display: none;
  }
  div.vendor-store-desc {
    display: none;
  }
  h1#logo {
    margin-left: 0;
  }
  div[class*="vm-col-"] {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .vm-categories-wall-catwrapper {
    width: 50%;
  }
  .vm-categories-wall .vm-categories-wall-catwrapper:nth-child(2n +1) {
    clear: left;
  }
  .vm-categories-wall .width50:nth-child(2n +1),
  .vm-categories-wall .width33:nth-child(3n +1),
  .vm-categories-wall .width25:nth-child(4n +1),
  .vm-categories-wall .width20:nth-child(5n +1),
  .vm-categories-wall .width16:nth-child(6n +1) {
    clear: none;
  }
  div[class*="vm-col-"] {
    width: 100%;
  }
  .banner-rental img{
	width: 147% !important;
	max-width: 147% !important;
  }
  .ba-gallery-row-wrapper div.category-filter{
    display: none !important;
  }
}
@media (max-width: 480px) {
  #header ul {
    text-align: center;
  }
  .row .slide div[class*="width"] {
    width: 100%;
  }
  div[class*="vm-col-"] {
    width: 100%;
  }
  .vm-product-container > div {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 400px) {
  .row div[class*="width"] {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  #header ul {
    right: 0px;
    left: 0px;
  }
}
@media (max-width: 360px) {
  .vm-categories-wall-catwrapper {
    width: 100%;
  }
}
body {
  color: #555;
}
body.layout-boxed {
  background: url(//gofoto.by//templates/vina_sofasy/css/../images/bg-boxlayout.png) repeat;
}
body.layout-boxed .body-innerwrapper {
  background: #fff;
}
body .vmcategory2 .sp-module-content {
  display: none;
}
.body-innerwrapper {
  overflow: hidden;
}
ol,
ul {
  list-style: none;
}
.style-title1 .sppb-section-title {
  position: relative;
}
.style-title1 .sppb-section-title h3 {
  background: #fff;
  display: inline-block;
  margin: 0 !important;
  padding: 0 15px;
  text-transform: uppercase;
  z-index: 2;
}
input,
textarea {
  line-height: 30px;
}
.scrollup {
  display: block;
  right: -40px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.scrollup:before {
  width: 38px;
}
.logo {
  margin: 0;
}
.logo .sp-retina-logo {
  display: none;
}
#sp-top-wrapper .menutop {
  float: right;
}
#sp-top-wrapper .menutop ul li {
  display: inline-block;
}
#sp-top-wrapper .menutop ul li:last-child a {
  padding-right: 0;
}
#sp-top-wrapper .menutop a {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 0;
  padding: 0 17px;
}
#sp-top-wrapper .menutop a:hover,
#sp-top-wrapper .menutop a:focus {
  background: transparent;
}
.shipping-content ul {
  text-align: right;
}
.shipping-content li {
  color: #202020;
  cursor: pointer;
  display: inline-block !important;
  margin-right: 30px;
  position: relative;
}
#sp-header {
  box-shadow: none;
  height: auto;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#offcanvas-toggler {
  color: #fff;
  float: left;
  text-align: center;
  width: 60px;
}
#sp-page-title .breadcrumb {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 5px;
  padding: 26px 0;
  width: 100%;
}
#sp-page-title .breadcrumb li + li:before {
  content: "\f105";
  font-family: "FontAwesome";
  float: left;
}
#sp-page-title .breadcrumb li:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  font-size: 20px;
  padding-right: 10px;
}
#sp-page-title .breadcrumb >span,
#sp-page-title .breadcrumb >li,
#sp-page-title .breadcrumb >li+li:before,
#sp-page-title .breadcrumb >li>a {
  color: #555;
  text-transform: capitalize;
}
#sp-main-body {
  padding: 0 0 50px;
}
.productdetails-view .vm-product-details-container {
  position: relative;
}
.productdetails-view .vm-product-details-container h1 {
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 0 0 15px;

}
.productdetails-view .vm-product-details-container .product-price {
  margin: 20px 0 0;
}
.productdetails-view .vm-product-details-container .product-price > div {
  display: inline-block;
  margin-left: 0;
}
.productdetails-view .vm-product-details-container .product-price .PricesalesPrice {
  font-size: 25px;
  font-weight: 700;
  margin-left: 0;
}
.productdetails-view .vm-product-details-container .product-fields .product-field .product-field-display .chzn-container {
  margin: 0;
}
.productdetails-view .vm-product-details-container .product-fields .product-field .product-field-display .chzn-container .chzn-single {
  border-color: #ebebeb;
  border-radius: 0;
  background: none;
}
.sp-module {
  margin-top: 35px;
}
.sp-module ul > li {
  border: 0;
}
.sp-module ul > li a {
  padding: 0;
}
.vmcategory2 {
  position: relative;
}
.vmcategory2 .sp-module-title {
  cursor: pointer;
  margin: 0;
}
.vmcategory2 .sp-module-title .modtitle {
  margin: 0;
  padding-left: 20px;
}
.vmcategory2 .sp-module-title .modtitle span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 30px;
  padding: 15px 5px 15px 40px;
  position: relative;
  text-transform: uppercase;

}
.vmcategory2 .sp-module-title .modtitle span:before,
.vmcategory2 .sp-module-title .modtitle span:after {
  font-family: "FontAwesome";
  font-size: 19px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 52px;
}
.vmcategory2 .sp-module-title .modtitle span:before {
  content: "\f0c9";
  left: -15px;
  font-size: 22px;
}
.vmcategory2 .sp-module-title .modtitle span:after {
  content: "\f078";
  right: 0;
}
.vmcategory2 .sp-module-content {
  position: absolute;
  width: 100%;
  z-index: 20;
}
.vmcategory2 div.vina-treeview-virtuemart .treeview {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
.vmcategory2 ul.treeview-gray {
  box-shadow: 0 5px 13px rgb(0 0 0 / 30%), 0 10px 10px rgb(0 0 0 / 1%);
}
.vmcategory2 div.vina-treeview-virtuemart .treeview > li {
  background: transparent;
  border: 1px solid #ededed;
  border-bottom: 0;
  padding: 0 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.vmcategory2 div.vina-treeview-virtuemart .treeview > li:first-child {
  border-top: 0;
}
.vmcategory2 div.vina-treeview-virtuemart .treeview > li > a {
  color: #222;
  line-height: 44px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.vmcategory2 div.vina-treeview-virtuemart .treeview > li .sub-menu {
  margin: 0;
  border: 0;
}
.vmcategory2 div.vina-treeview-virtuemart .treeview > li .sub-menu li {
  border: 0;
}
.vmcategory2 div.vina-treeview-virtuemart .treeview > li .hitarea {
  background: transparent;
  height: auto;
  width: auto;
  margin-left: 0;
  cursor: pointer;
  right: 0;
  position: absolute;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 100;
}
.vmcategory2 div.vina-treeview-virtuemart .treeview > li .hitarea:before {
  font-size: 14px;
  font-weight: bold;
  content: '\f056';
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  line-height: 45px;
}
.vmcategory2 div.vina-treeview-virtuemart .treeview > li .hitarea.expandable-hitarea:before {
  content: "\f055";
}
.style-cart1 {
  text-align: right;
}
.style-cart1 > .sp-module {
  display: inline-block;
  margin: 0 0 0 5px;
}
.vina-manufacturers-virtuemart.owl-theme .item {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.vina-manufacturers-virtuemart.owl-theme .item:hover {
  opacity: 1;
}
.vina-manufacturers-virtuemart.owl-theme .owl-nav {
  height: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  transform: translate(0px,0px);
  width: 100%;
}
.rtl .vina-manufacturers-virtuemart.owl-theme .owl-nav {
  left: auto;
  right: 0;
}
.vina-manufacturers-virtuemart.owl-theme .owl-nav:before {
  display: none;
}
.vina-manufacturers-virtuemart.owl-theme .owl-nav div:after {
  display: none;
}
.vina-manufacturers-virtuemart.owl-theme .owl-nav [class*="owl-"] {
  border-radius: 25px;
  color: #ffffff;
  font-size: 26px;
  height: 50px;
  line-height: 42px;
  margin: 0;
  position: absolute;
  padding: 4px 7px;
  top: 50%;
  -webkit-transform: translate(0px,-50%);
  -ms-transform: translate(0px,-50%);
  -o-transform: translate(0px,-50%);
  transform: translate(0px,-50%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  visibility: hidden;
  width: 50px;
}
.vina-manufacturers-virtuemart.owl-theme .owl-nav [class*="owl-"] i {
  display: inline-block;
}
.vina-manufacturers-virtuemart.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.rtl .vina-manufacturers-virtuemart.owl-theme .owl-nav .owl-prev {
  left: auto;
  right: 0;
}
.vina-manufacturers-virtuemart.owl-theme .owl-nav .owl-next {
  right: 0;
}
.rtl .vina-manufacturers-virtuemart.owl-theme .owl-nav .owl-next {
  left: 0;
  right: auto;
}
.vina-manufacturers-virtuemart.owl-theme:hover .owl-nav [class*="owl-"] {
  visibility: visible;
}
.vina-manufacturers-virtuemart.owl-theme:hover .owl-nav .owl-next {
  right: -20px;
}
.rtl .vina-manufacturers-virtuemart.owl-theme:hover .owl-nav .owl-next {
  left: -20px;
  right: auto;
}
.vina-manufacturers-virtuemart.owl-theme:hover .owl-nav .owl-prev {
  left: -20px;
}
.rtl .vina-manufacturers-virtuemart.owl-theme:hover .owl-nav .owl-prev {
  left: auto;
  right: -20px;
}
.article-info {
  border-bottom: 3px double #d9d9d9;
  display: inline-block;
  margin: 10px 0 25px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.article-info:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 85px;
  z-index: -1;
}
.article-info > dd {
  margin: 0 15px 0 0;
  font-size: 13px;
  text-transform: initial;
}
.article-info > dd i {
  margin-right: 5px;
}
#sp-bottom {
  color: #bcbcbc;
}
#sp-bottom:before,
#sp-bottom:after {
  content: " ";
  display: table;
}
#sp-bottom:after {
  clear: both;
}
#sp-bottom .sp-module-title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
}
#sp-bottom .sp-module {
  margin: 0;
}
#sp-bottom .menu a {
  color: #bcbcbc;
  display: inline-block;
  line-height: inherit;
  padding: 0;
  background: transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#sp-bottom .menu a:hover {
  padding-left: 5px;
}
#sp-bottom ul li {
  font-size: 13px;
  line-height: 35px;
}
#sp-bottom ul.info li {
  line-height: normal;
  padding: 10px 0 10px 20px;
  position: relative;
}
#sp-bottom ul.info li >a{
  display: contents;
  line-height: 20px;
}
#sp-bottom ul.info li i {
  left: 0;
  position: absolute;
  top: 12px;
}
.social-bottom ul.social-icons {
  margin-top: 15px;
}
.social-bottom ul.social-icons li {
  display: inline-block;
  position: relative;
}
.social-bottom ul.social-icons li.instagram a {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-bottom ul.social-icons a {
  border-radius: 5px;
  font-size: 20px;
  line-height: 35px;
}
.social-bottom ul.social-icons i {
  color: #fff !important;
  font-size: 20px;
}
#sp-footer {
  background: #2a2a2a;
  text-align: left;
  line-height: 35px;
}
ul.social-icons {
  display: block;
  margin: 0;
}
ul.social-icons li {
  margin: 0;
}
ul.social-icons li a {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-right: 10px;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 36px;
}
width: 100%
		.error-page .error-page-inner.has-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#system-message-container {
  color: #fff;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%,0px);
  -ms-transform: translate(-50%,0px);
  -o-transform: translate(-50%,0px);
  transform: translate(-50%,0px);
  z-index: 1000;
}
.owl-theme {
  position: relative;
  padding-top: 30px;
}
.owl-theme .owl-nav {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 15px;
  -webkit-transform: translate(-50%,0px);
  -ms-transform: translate(-50%,0px);
  -o-transform: translate(-50%,0px);
  transform: translate(-50%,0px);
  z-index: 99;
}
.owl-theme .owl-nav:before {
  background: #e5e5e5;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 1px;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  border-radius: 0;
  padding: 0;
  width: 30px;
}
.owl-theme .owl-nav [class*="owl-"] i {
  display: none;
}
.owl-theme .owl-nav div:after {
  content: "\f060";
  color: #e5e5e5;
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
}
.owl-theme .owl-nav div.owl-next:after {
  content: '\f061';
}
input[type="checkbox"] {
  margin: 0 10px;
}
textarea,
input[type="text"],
input[type="email"] {
  padding-left: 10px;
}

@media (min-width: 1200px) {
  div.sppb-row-container,
  .sppb-container,
  .container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sppb-container {
    width: 970px;
  }
  .sp-megamenu-parent > li > a {
    padding: 0 15px;
  }
  .sp-megamenu-parent > li.sp-has-child > a:before {
    right: 5px;
  }
  .rtl .sp-megamenu-parent > li.sp-has-child > a:before {
    left: 5px;
    right: auto;
  }
  ul.social-icons li a {
    margin-right: 5px;
  }
  .rtl ul.social-icons li a {
    margin-left: 5px;
    margin-right: 0;
  }
  .sp-module .cf_wrapp_all .slider_bkg_img {
    width: 200px;
  }
  .sp-module .cf_wrapp_all .cf_slider_gutter_m {
    width: 185px;
  }
  .vmcategory2 .sp-module-title .modtitle span:after {
    display: none;
  }
  #sp-header.style-2 .social-icons {
    display: none;
  }
  #sp-header.style-2 .sp-megamenu-parent > li > a {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .shipping-content ul li {
    margin-right: 15px;
  }
  .rtl .shipping-content ul li {
    margin-left: 15px;
    margin-right: 0;
  }
  .shipping-content.style-2 .box-icon {
    width: 30%;
  }
  .shipping-content.style-2 .box-text {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sppb-container {
    width: 750px;
  }
}
@media (max-width: 991px) {
  .top-categories .category {
    margin-bottom: 30px;
  }
  .shipping-content ul li {
    margin-top: 10px;
  }
  .sale-content .info {
    padding: 0 100px;
  }
  .logo {
    text-align: center;
  }
  .logo a {
    display: inline-block;
  }
  #sp-footer .menu-footer ul li a {
    padding: 0 10px;
  }
  #sp-footer .menu-footer ul li:last-child a {
    padding-right: 0;
  }
  .rtl #sp-footer .menu-footer ul li:last-child a {
    padding-left: 0;
    padding-right: 0;
  }
  .sppb-testimonial-pro {
    padding: 0 40px;
  }
  .contact-form {
    padding-top: 50px;
  }
  .login-page:before {
    background-position: center top;
  }
  .productdetails-view .vm-product-details-container {
    padding-top: 50px;
  }
  .productdetails-view .main-image img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
	.go-bron a {
		width: 100% !important;
	}
  #sp-top1{	
	text-align: center;
  }
  #sp-menu-top{
	display: none;
  }
  .renta-block{
	width: 100% !important;
  }
  .block1, .block2{
	margin: 0;
  }
  #sp-top-wrapper .menutop {
    float: none;
    text-align: center;
  }
  .logo {
    margin: 0;
    text-align: center;
  }
  .logo a {
    display: inline-block;
  }
  .style-cart2 .shopping_cart .mini-title {
    font-size: 16px;
  }
  .social-bottom ul.social-icons {
    text-align: left;
  }
  .rtl .social-bottom ul.social-icons {
    text-align: right;
  }
  .rtl .social-bottom ul.social-icons {
    text-align: right;
  }
  .product.vm-products-horizon .product-container .text-block {
    padding: 25px 10px;
  }
  .sppb-title-heading {
    font-size: 24px !important;
  }
  #sp-footer {
    text-align: center;
  }
  .menu-footer {
    display: none;
  }
  .sp-copyright {
    padding: 20px 0;
  }
  .category-view .category-view {
    display: none;
  }
  .login-page:before {
    background: transparent;
  }
  .login-page h4 {
    color: inherit;
  }
  .login-inner {
    padding: 0;
  }
  .login-right {
    float: none;
  }
  .login-left {
    position: static !important;
    padding: 30px 15px;
  }
  .login-left .divtablecell a {
    border-color: #303030;
    color: inherit;
  }
  article.item .info {
    float: none;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
    width: auto;
  }
  article.item .info .time-type {
    display: inline-block;
    width: 100px;
  }
  article.item .readmore {
    margin: 0;
  }
  .article-footer-wrap {
    display: none;
  }
}
@media (max-width: 480px) {
  .sale-box .sppb-countdown-timer > div {
    height: 60px;
    padding: 10px 0 0;
    width: 60px;
  }
  .sale-box .sppb-countdown-timer > div span {
    font-size: 20px;
  }
  .sale-content .info {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .orderby-displaynumber .display-number {
    display: none;
  }
  .orderby-displaynumber .vm-order-list {
    margin-left: 10px;
  }
  .rtl .orderby-displaynumber .vm-order-list {
    margin-right: 10px;
    margin-left: 0;
  }
  h1 {
    font-size: 26px;
  }
  .form-validate {
    padding: 0;
  }
  table.user-details tr td.key {
    min-width: 0;
  }
  #sp-page-title h2,
  #sp-page-title h3 {
    font-size: 22px;
  }
  .sp-vmsearch.search-dropdown .sp-module-content {
    min-width: 320px;
    right: -60px;
  }
  .rtl .sp-vmsearch.search-dropdown .sp-module-content {
    left: -60px;
    right: auto;
  }
  .sp-vmsearch.search-dropdown .sp-module-content:before {
    right: 70px;
  }
  .rtl .sp-vmsearch.search-dropdown .sp-module-content:before {
    left: 70px;
    right: auto;
  }
  .tabs_buttons ul li {
    margin: 5px 0;
  }
  #sp-header.style-2 .social-icons {
    display: none;
  }
  .style-cart2 > .sp-module {
    margin-top: 20px;
    width: 100%;
  }
  .style-cart2 .shopping_cart {
    padding: 0 50px;
  }
  .checkout-button-top .vm-button-correct {
    padding: 6px 5px;
  }
  .coupon {
    width: 200px;
    font-size: 12px;
    line-height: 20px;
  }
}

.pane-sliders H3{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 15px;
    background: #e29818;
	cursor: pointer;
}

.pane-sliders H3 a{
    color: #FFF;
}

.pane-sliders H3.pane-toggler a:after {
	font-family: 'FontAwesome';
	position: absolute;
    content: '\f101';
	color: #FFF;
    right: 30px;
}
    	
.pane-sliders H3.pane-toggler-down a:after {
	font-family: 'FontAwesome';
	position: absolute;
    content: "\f103";
	color: #FFF;
    right: 30px;
}	
	
#vina-description div#sliders .panel div.pane-slider{
	padding: 8px 15px;

}

div#sliders .panel div.pane-slider p , div#sliders .panel div.pane-slider ul, div#sliders .panel div.pane-slider table{
    margin-top: 10px;
}

#vina-description div#sliders div.panel {
    margin: 0 0 2px 0;
    border: 1px solid #e29818;
}

ul {
	padding-left: 15px;
}

#vina-description ul li:before{
	font-family: 'FontAwesome';
	position: absolute;
    content: "\f138";
	color: #e29818;
    left: 30px;
}

table.opisanie tr td{
	padding: 2px 10px;
	
}

table.opisanie tr td:nth-child(1) {
	width: 260px;
	
}

table.opisanie td.gruppa{
	background-color: #f2f2f2;
    color: #333;
	font-weight: bold;
}
.orderlistcontainer .title {
	display: none;	
}

.orderlistcontainer .orderlist{
	width:100%;	
}
.vina-carousel-content .post-author{
	display: none;	
}
#sp-top1 .custom {
	line-height: 45px;
}
#sp-top1 .custom a{
	padding-left: 5px;
    padding-right: 10px;
	color: #FFF;
}
.pagination_number li {
    display: inline-block;
    padding-right: 12px;
    font-size: 16px;
}

.pagination_number li a {
    padding: 0px 8px;
    color: #FFF;
    background: #e29818;
    border-color: #e29818;
    line-height: 30px;
    float: left;
}

.category-desc > .extravote{
	display: none;
}
.item-page img{
	margin:auto;
}
.blog .items-leading > div {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    padding: 15px;
	margin-bottom:25px;
}
.blog .items-leading h2{
    margin-top: 2px;
}
.pagination .pagination li a{
	padding: 0 15px;
	margin-right: 14px;
}
.delimiter_h2{
	text-align: center;
	margin-top: 40px;
    margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.delimiter_h2 h2{
	background: #FFF;
	padding: 0 15px;
	display: inline-block;
	z-index: 2;
	margin:0;
}
.delimiter_h2:before {
  background: #e5e5e5;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px,-50%);
  -ms-transform: translate(0px,-50%);
  -o-transform: translate(0px,-50%);
  transform: translate(0px,-50%);
  width: 100%;
  z-index: -1;
}
.renta-block{
	background: #2a2a2a;
	background-size: 200% auto;
	text-align: center;
	padding: 10px;
	margin-bottom: 25px;
	color: #FFF;
	float: left;
	width: 30%;
	min-width: 280px;
	box-shadow: 0 0 20px #CCC;
}
.block1, .block2{
	margin-right: 5%;
}

.bronirovanie-main{
	position: relative;
    overflow: hidden;
}
.renta-block i{
    border: 2px solid #FFF;
    border-radius: 30px;
    font-size: 35px;
    height: 65px;
    line-height: 63px;
    text-align: center;
    width: 65px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.block1{background-image: linear-gradient(to right, #36D1DC 0%, #5B86E5 51%, #36D1DC 100%)}
.block2 {background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%)}
.block3 {background-image: linear-gradient(to right, #834d9b 0%, #d04ed6 51%, #834d9b 100%)}

.renta-block .batton-renta a{
	background: #FFF;
	padding: 8px 15px;
	color: #333;
	border-radius: 20px;
	box-shadow: 0 0 15px #DDD;
	transition: .4s;
}
.renta-block .batton-renta{
    margin-top: 25px;
}
.renta-block .batton-renta a:hover{
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
	color: #e29818;
}
#sp-top3 .sp-shipping  a{
    color: #FFF;
    position: relative;
    width: 195px;
	height: 55px;
    line-height: 20px;
    font-size: 20px;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    border-radius: 7px;
	box-shadow: 0 0 20px #CCC;
	transition: .3s;
}
#sp-top3 .sp-shipping .bt-telegram{
	background: #2ea5d8;
}
#sp-top3 .sp-shipping .bt-viber{
	background: #8b50a2;
}
.sp-shipping .bt-phone,.sp-shipping .bt-phone:hover{
	background: #eea931;
}
#sp-top3 .sp-shipping .bt-phone .to-mesenger{
	font-size: 14px;
}
#sp-top3 .sp-shipping img, #sp-bottom1 .sp-shipping img, ul.info .sp-shipping img {
    height: 100%;
	float: left;
	margin-right: 8px;
	transition: .3s;
}
.sp-shipping  a .write{
	text-transform: uppercase;
    font-weight: 600;
}
ul.info{
	padding: 0;
	
}
#sp-top3 .sp-shipping a:hover img, #sp-bottom1 .sp-shipping a:hover img{
	transform: rotateZ(360deg);
}
#sp-top3 .sp-shipping a:hover{
	transform: scale(1.2);
}
#sp-bottom1 .sp-shipping a:hover, ul.info .sp-shipping a:hover{
	transform: scale(1.1);
}
#sp-bottom1 .sp-shipping  a, ul.info .sp-shipping  a{
    color: #FFF;
    position: relative;
	display: inherit !important;
    width: 250px;
	height: 40px;
    font-size: 16px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
    border-radius: 5px;
	transition: .3s;
}

ul.vertical .sp-shipping  a{
	width: 70px!important;
	text-align: center;
	line-height: 28px !important;
}
ul.vertical .sp-shipping  a img{
	float:none;
	margin: 0;
}

ul.vertical li{
	display: inline-block!important;
	margin-right: 20px;
}

#sp-bottom1 .sp-shipping  a, .item-page .sp-shipping  a{
	line-height: 30px !important;
}
#sp-bottom1 .sp-shipping .bt-telegram, ul.info  .sp-shipping .bt-telegram{
	background: #2ea5d8;
}
#sp-bottom1 .sp-shipping .bt-viber, ul.info .sp-shipping .bt-viber{
	background: #8b50a2;
}
#sp-bottom1 .sp-shipping .bt-whatsapp, ul.info .sp-shipping .bt-whatsapp{
	background: #00d45e;
}
#sp-bottom1 .custom ul.info li , ul.info li {
    padding: 4px 0 0px 0px;
}
.social-bottom ul.social-icons li.vk a {
    background: #4a76a8;
}
.social-bottom ul.social-icons li.odnoklassniki a {
    background: #ee8208;
}
.social-bottom ul.social-icons li.telegram a {
    background: #32afed;
}
.social-bottom ul.social-icons li a:hover {
    transform: scale(1.1);
}
.go-bron a{
	background: #e29818;
    color: #FFF !important;
    Font-size: 24px;
    padding: 5px 15px;
    border-radius: 7px;
    margin-top: 25px;
    box-shadow: 0 0 20px #CCC;
    transition: .3s;
    display: block;
    width: 240px;
    height: 45px;
    line-height: 35px;
}
.go-bron a:hover{
	transform: scale(1.1);
	box-shadow: 0 0 20px #AAA;
}
.go-bron {	
	margin: 25px 0;	
}
.go-bron a i{	
	margin-right: 8px;
}
.fox-flex{
	overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    min-height: 39px;
}
.fox-flex p{
	padding-left: 50px;
	margin: 0;
}
.fox-flex i.fa{
	position: absolute;
	width: 39px;
	height: 39px;
}

.fox-item .controls input:not([type='checkbox']), .fox-item .controls textarea, .fox-item .controls, .fox-item .controls .submit-button{
	width: 100% !important;
	max-width: 500px !important;
}
.fox-item .controls .submit-button{
	background: #e29818!important;
    border-color: #e29818!important;
	color: #FFF!important;
	height: 36px;
}
.fox-item .controls .submit-button span{
	color: #FFF!important;
	font-size: 16px;
}

.fox-item-attachments-btn-cnt div {
	width: 100%;	
}
.vm-details-button .fa{
	font-size: 20px;
}
div#fox-container-m262 .fox-item-recaptcha div.controls .fox-item-recaptcha-display {
    display: inherit;
}
.fox-item-recaptcha-display >div{
	margin: auto;
}
.product-sales li {
	display: inline-block;
	text-align: center;
	color: #FFF;
	background: #e29818;
	padding: 5px;
	font-size: 22px;
	margin: 0 4px 5px 0;
	width: 60px;
	transition: .3s;
	cursor: pointer;
}
.product-sales li:hover{
	transform: scale(1.1);
	box-shadow: 0 0 5px #AAA;
}
.product-sales ul {
	margin: 0;
    padding: 0;
}
.product-sales li span{
	font-size: 17px;
}
.product-sales p{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.product-price .PricesalesPrice .vm-price-desc{
    color: #555;
}

.PricesalesPrice .sales-day{
	color: #888;
	font-size: 80%;
}
#offlajn-ajax-tile-results {
	margin-bottom: 10px;
}
.item-page .social-bottom ul.social-icons li {
	display: block;
	margin-bottom: 5px;
	
}
.item-page .social-bottom ul.social-icons li a{
	width: 185px;
	text-align: left;
	padding-left: 33px;
	transition: .3s;
}
.item-page .social-bottom ul.social-icons li a i{
	position: absolute;
    top: 7px;
    left: 8px;
}

.item-page .social-bottom ul.social-icons li.odnoklassniki a i{
	left: 10px;
}
.item-page .article-info, .blog .article-info{
	display: none;
}
.button {
	color: #555;
	border-radius: 5px;
}

.avPlayerWrapper {
    margin: 15px auto;
}
#sp-component div#fox-container-m262 .fox-form-stacked .control-label {
    /* float: left; */
    width: 400px;
	}
.f_contact h4{
	display: none;
}
.item-page p, .item-page a{
	Font-size: 16px;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
#sp-header.menu-fixed {
  box-shadow: 0px 1px 5px rgba(0,0,0,0.12);
  padding: 0;
}
#sp-header.menu-fixed .vmcategory2 .sp-module-content {
  display: none;
}
.item-page ul li{
	font-size: 16px;
	margin-left: 5px;
}

.panel H2 {
	font-size: 24px;	
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
    font-size: 13px;
    line-height: 1.4;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

.popover-content {
    padding: 9px 14px;
    color: #333;
}

.fox-popover {
    cursor: help;
    display: inline-block;
}
a {
  color: #e29818;
}
a:hover {
  color: #b47913;
}
.major-color {
  color: #e29818;
}
.style-title2 .sppb-section-title h3 {
  border-bottom: 2px solid #e29818 !important;
}
.button1 a {
  color: #fff;
  background: #fff;
  border: 1px solid #e29818;
}
.button1 a:before {
  background: #e29818;
}
.button1 a:hover {
  color: #e29818;
}
.button2 a:hover {
  border-color: #e29818;
  background: #e29818;
  color: #fff;
}
#system-message-container {
  background: #e29818;
}
.readmore a:hover {
  background: #e29818;
  border-color: #e29818;
  color: #fff;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
  background-color: #e29818;
}
.vm-price-value span.PricebillTotal {
  color: #e29818;
}
.tparrows.default {
  background: transparent;
}
.tparrows.default:hover {
  background: #e29818;
}
.tparrows.default:hover:before {
  color: #fff;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.owl-theme .owl-nav [class*="owl-"]:hover:after {
  color: #e29818;
}
.tabs_buttons ul li:before,
.tabs_buttons ul li:after {
  background: #e29818;
}
.tabs_buttons ul li.active span,
.tabs_buttons ul li:hover span {
  color: #e29818;
}
.sale-box:before {
  background: rgba(226,152,24,0.9);
}
.sale-content a.button:hover {
  background: #fff;
  color: #e29818;
}
.article-info > dd.createdby {
  color: #e29818;
}
.vina-manufacturers-virtuemart.owl-theme:hover .owl-nav div {
  background: #e29818;
}
.vina-manufacturers-virtuemart.owl-theme:hover .owl-nav div:hover {
  background: #222;
}
.vina-carousel-content .timmer {
  background: #e29818;
}
.vina-carousel-content .text-block .title a:hover {
  color: #e29818;
}
.sp-module.vmcategory2 .sp-module-title {
  background: #e29818;
}
.vm-header-container .vm-continue-shopping a:hover {
  background: #e29818;
  color: #fff;
}
.btn-toolbar .btn:hover {
  background: #e29818;
  color: #fff;
}
.vm-button-correct:hover,
.vm-button-correct:focus,
.vm-button-correct.focus,
.vm-button:hover,
.vm-button:focus,
.vm-button.focus,
.button:hover,
.button:focus,
.button.focus,
.default:hover,
.default:focus,
.default.focus,
.details-button:hover,
.details-button:focus,
.details-button.focus {
  background: #e29818;
  border-color: #e29818;
}
#offcanvas-toggler {
  color: #fff;
}
#offcanvas-toggler:focus,
#offcanvas-toggler:hover {
  background: transparent;
  color: #e29818;
}
.offcanvas-menu .offcanvas-inner .sp-module ul li a span:hover {
  color: #e29818;
}
.tp-bullets.simplebullets .bullet:hover {
  border-color: #e29818;
}
.tp-bullets.simplebullets .bullet.selected {
  background: #e29818 !important;
  border-color: #e29818;
}
.search-button:hover:before {
  color: #e29818;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #000000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #e29818;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title {
  border-color: #e29818;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #e29818;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
}
.sp-megamenu-parent li.active > a,
.sp-megamenu-parent li:hover > a {
  color: #e29818;
}
.sp-module .sp-module-content,
.sp-module.search-dropdown .sp-module-content,
.sp-module.vina-dropdown .sp-module-content {
  border-color: #e29818;
}
.sp-module .sp-module-content:before,
.sp-module.search-dropdown .sp-module-content:before,
.sp-module.vina-dropdown .sp-module-content:before {
  color: #e29818;
}
.sp-module.sp-follow ul.icon li i:hover {
  color: #e29818;
}
.sp-module .search-dropdown .sp-module-content {
  border-color: #e29818;
}
.sp-module .search-dropdown .sp-module-content .search-button-wrapper .search-button {
  background: #e29818;
}
.sp-module .search-dropdown .sp-module-content .search-button-wrapper .search-button:hover {
  background: #865a0e;
}
.sp-module .bootstrap-select .dropdown-menu.inner li:hover {
  background: #e29818;
}
.sp-module .bootstrap-select .dropdown-menu.inner li:hover a {
  color: #fff;
}
.sp-module .cf_flt_header:before {
  color: ;
}
.sp-module .cf_flt_header:hover:before {
  color: #e29818;
}
.sp-module .cf_flt_header span:hover {
  color: #e29818;
}
.sp-module .cf_wrapp_all .slider_bkg_img {
  background: #e29818;
}
.sp-module .cf_wrapp_all .cf_filters_list li .cf_option:hover {
  color: #e29818;
}
.sp-module .cf_wrapp_all .cf_filtering_knob:before {
  background: #e29818;
  border-color: #e29818;
}
.sp-module ul li a:hover {
  color: #e29818;
}
.sp-module .sp-module-title .modtitle:before,
.sp-module .style-title .modtitle:before {
  background: #e29818;
}
.sp-module .tagspopular ul > li a:hover,
.sp-module.product-tag ul > li a:hover {
  background: #e29818;
  color: #fff;
}
#sp-top-wrapper .menutop a:hover {
  color: #e29818;
}
#sp-header.style-2 {
  background: #e29818;
}
#sp-header.style-2 .social-icons li a:hover {
  background: #222;
}
#sp-header.style-2 .social-icons li a:hover i {
  color: #fff;
}
.sp-vmsearch.style-search2 form .search-button-wrapper button:after {
  border-color: #e29818 #e29818 #e29818 transparent;
  border-top-color: #e29818;
}
.rtl .sp-vmsearch.style-search2 form .search-button-wrapper button:after {
  border-color: #e29818 transparent #e29818 #e29818;
}
.sp-vmsearch.style-search2 form .search-button-wrapper button:before {
  background: #e29818;
}
.sp-vmsearch.style-search2 form .search-button-wrapper button:hover:before {
  background: #222;
}
.sp-vmsearch.style-search2 form .search-button-wrapper button:hover:after {
  border-color: #222 #222 #222 transparent;
  border-top-color: #222;
}
.rtl .sp-vmsearch.style-search2 form .search-button-wrapper button:hover:after {
  border-color: #222 transparent #222 #222;
}
#offcanvas-toggler {
  background: #e29818;
}
#offcanvas-toggler:hover {
  background: #222;
  color: #fff;
}
.shipping-content li:hover i {
  border-color: #e29818;
}
.shipping-content.style-2 .box-icon:before {
  background: #e29818;
}
.cart-price {
  color: #e29818;
}
.sp-vmsearch .search-button-wrapper .search-button {
  background: #e29818;
}
.vmCartModule .vm_cart_footer a {
  background: #e29818;
  color: #fff;
}
.vmCartModule .vm_cart_footer a:hover {
  background: #222;
}
.productdetails-view .spacer-buy-area span.addtocart-button .addtocart-button,
.productdetails-view .spacer-buy-area span.addtocart-button a.notify {
  background: #e29818;
}
.productdetails-view .spacer-buy-area span.addtocart-button .addtocart-button:hover,
.productdetails-view .spacer-buy-area span.addtocart-button a.notify:hover {
  background: #222 !important;
}
.productdetails-view .spacer-buy-area .addtofav_aws_icon_active:hover,
.productdetails-view .spacer-buy-area .addtofav_aws_icon:hover {
  background: #222 !important;
}
.productdetails-view .spacer-buy-area .addtofav_aws_icon_active:hover i,
.productdetails-view .spacer-buy-area .addtofav_aws_icon:hover i {
  color: #fff !important;
}
.registration .btn,
.login-page .btn {
  background: #e29818;
}
.registration .btn:hover,
.login-page .btn:hover {
  background: #222;
}
.registration li a,
.login-page li a {
  color: #333333;
  font-style: italic;
}
.registration li a:hover,
.login-page li a:hover {
  color: #e29818;
}
.login-left .divtablecell a:hover {
  background: #fff;
  color: #e29818;
}
@media (max-width: 767px) {
  .login-left .divtablecell a:hover {
    border-color: #e29818;
  }
}
.form-horizontal .controls button:hover {
  background: #e29818;
  border-color: #e29818;
  color: #fff;
}
.vmcategory2 div.vina-treeview-virtuemart .treeview > li:hover > a,
.vmcategory2 div.vina-treeview-virtuemart .treeview > li:hover .hitarea {
  color: #e29818;
}
.vmcategory2 div.vina-treeview-virtuemart .treeview > li a.selected {
  color: #e29818;
}
.style-cart1 > .sp-module .modtitle:hover {
  border-color: #e29818;
}
.style-cart1 > .sp-module .modtitle:hover i {
  color: #e29818;
}
.style-cart1 > .sp-module .number {
  background: #e29818;
}
#sp-left .shortcode li a:hover,
#sp-right .shortcode li a:hover {
  color: #e29818;
}
#sp-left .sp-module .modtitle:before,
#sp-right .sp-module .modtitle:before {
  background: transparent;
  color: #e29818;
}
#sp-bottom .menu > li a:hover {
  color: #e29818;
}
#sp-bottom i {
  color: #e29818;
}
.newsletter .sub-new input {
  background: #e29818;
}
.newsletter .sub-new input:hover {
  background: #b47913;
}
#sp-footer .menu > li a:hover {
  color: #e29818;
}
#sp-footer .sp-copyright a {
  color: #e29818;
}
#sp-footer .sp-copyright a:hover {
  text-decoration: underline;
}
#sp-footer ul.social-icons li a:hover {
  background: #e29818;
  border-color: #e29818;
}
#sp-footer ul.social-icons li a:hover i {
  color: #fff;
}
.slider:hover .tp-leftarrow.round.default:hover,
.slider:hover .tp-rightarrow.round.default:hover {
  background: #e29818;
}
#sp-page-title .breadcrumb li a:hover {
  color: #e29818;
}
#sp-page-title .breadcrumb li.active {
  color: #e29818;
}
.top-categories .overlay:after {
  background: #e29818;
}
.product-price .PricesalesPrice {
  color: #e29818;
}
.product .button-group .btn {
  background: #e29818;
  border-color: #e29818 !important;
}
.product .button-group .btn:hover {
  background: transparent !important;
  color: #e29818 !important;
}
.addtocart-area:hover {
  background: #e29818;
}
.addtofav_aws_icon {
  background: #e29818 !important;
  color: #fff !important;
}
.addtofav_aws_icon_active {
  background: #e29818 !important;
}
.addtofav_aws_icon_active i {
  color: #fff !important;
}
.additional-images .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #e29818;
}
.additional-images .owl-theme .owl-nav [class*="owl-"]:hover:after {
  color: #fff;
}
article.item .readmore a {
  background: #555;
}
article.item .readmore a:hover {
  background: #e29818;
}
.article-info:after {
  background: #e29818;
}
.product-title a:hover {
  color: #e29818 !important;
}
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.products-view h4,
.related-products-view h4 {
  color: #e29818;
}
ul.social-icons > li a:hover i {
  border-color: #e29818;
  color: #e29818;
}
.chzn-container .chzn-results li.active-result.result-selected {
  background: #e29818;
  color: #fff;
}
.chzn-container .chzn-results li.active-result.highlighted {
  background: #e29818;
  color: #fff;
}
.productdetails .vm-product-media-container .additional-images .owl-theme .owl-item a:hover {
  border: 1px solid #e29818;
}
.productdetails .vm-product-details-container .icons a:hover {
  background: #e29818;
  color: #fff;
}
.productdetails .vm-product-details-container .product-rating .add_review a {
  color: #e29818;
}
.productdetails .vm-product-details-container .category-children a:hover {
  color: #e29818;
}
.productdetails .vm-product-details-container a.ask-a-question {
  color: #e29818;
}
.productdetails .vm-product-details-container a.ask-a-question:hover {
  color: #333;
}
.productdetails .product-related-products-carousel .product .text-block .PricesalesPrice {
  color: #e29818;
}
.vm-cart-header .vm-header {
  color: #e29818;
}
.pagination > li >a,
.pagination > li > span {
  color: #333;
}
.pagination > li >a:hover,
.pagination > li >a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #fff;
  background: #e29818;
  border-color: #e29818;
}
.pagination .active > a,
.pagination .active > span {
  background: #e29818;
  border-color: #e29818;
  color: #fff;
}
.pagination .active > a:hover,
.pagination .active > a:focus,
.pagination .active > span:hover,
.pagination .active > span:focus {
  background: #e29818;
  border-color: #e29818;
  color: #fff;
}
.info .time-type {
  background: #e29818;
}
.entry-header h2 a:hover {
  color: #e29818;
}
.intro .readmore a {
  color: #e29818;
}
.tags a {
  color: #e29818;
}
.voting-symbol span.star.active:before {
  color: #e29818;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  color: #b47913;
}
.quantity-controls {
  background: #e29818;
}
.quantity-controls:hover {
  background: #222;
}
.entry-link,
.entry-quote {
  background: #e29818;
}
blockquote {
  border-color: #e29818;
}
.carousel-left:hover,
.carousel-right:hover {
  background: #e29818;
}
.contact-page li i {
  color: #e29818;
}
.contact-form .sppb-btn-primary {
  background: #e29818;
  border-color: #e29818;
}
.com-contact h1,
.com-contact h2 {
  color: #e29818;
}
.contactForm button.sppb-btn-primary {
  border: 1px solid #e29818;
  border-radius: 0;
  background: none;
  color: #e29818;
}
.contactForm button.sppb-btn-primary:hover {
  background: #e29818;
  color: #fff;
}
.view-mode .btn-group a.btn-primary span,
.view-mode .btn-group a:hover span {
  color: #e29818;
}
#ui-tabs ul#tabs li.current {
  background: #e29818;
  color: #fff;
}
#ui-tabs ul#tabs li:hover,
#ui-tabs ul#tabs li:focus {
  background: #e29818;
  color: #fff;
}

iframe,
svg {
  max-width: 100%;
}
#sbox-content > iframe {
  height: 100%;
}


/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(//gofoto.by//plugins/system/vmswipe/assets/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(//gofoto.by//plugins/system/vmswipe/assets/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(//gofoto.by//plugins/system/vmswipe/assets/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }


/*
стили vmswipe
*/
.vmswiper-wrap .gallery-top{
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 0;
}
.vmswiper-wrap .swiper-no-swiping {
    cursor: pointer !important;
}
.vmswiper-wrap .gallery-top .swiper-slide{
    position: relative;
}
.vmswiper-wrap .gallery-top .swiper-slide img,
.vmswiper-wrap .gallery-top .swiper-slide-one img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.vmswiper-wrap .gallery-top .swiper-button-next,
.vmswiper-wrap .gallery-top .swiper-button-prev{
    height: 50px;
    width: 50px;
    margin-top: -25px;
    top: 50%;
    padding: 0 5px;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
    background-color: #fff;
    opacity: 0.85;
    background-size: 30px;
    transition: all 0.1s linear;
}
.vmswiper-wrap .gallery-top .swiper-button-next:hover,
.vmswiper-wrap .gallery-top .swiper-button-next:active,
.vmswiper-wrap .gallery-top .swiper-button-prev:hover,
.vmswiper-wrap .gallery-top .swiper-button-prev:active{
    opacity: 1;
}
.vmswiper-wrap .gallery-top .swiper-button-next{
    right: 10px;
    background-image: url(//gofoto.by//plugins/system/vmswipe/assets/next.svg);
    
}
.vmswiper-wrap .gallery-top .swiper-button-prev{
    left: 10px;
    background-image: url(//gofoto.by//plugins/system/vmswipe/assets/prev.svg);
}

.vmswiper-wrap .gallery-thumbs {
    margin: 10px 0;
}
.vmswiper-wrap .gallery-thumbs.hide {
    display: none;
}
.vmswiper-wrap .gallery-thumbs .swiper-slide {
    border: 1px solid #eee;
    border-radius: 3px;
    position: relative;
}
.vmswiper-wrap .gallery-thumbs .swiper-slide img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 5px;
}

.vmswiper-wrap .gallery-thumbs .swiper-button-next,
.vmswiper-wrap .gallery-thumbs .swiper-button-prev{
    height: 40px;
    margin-top: -20px;
    border: 1px solid transparent;
    top: 50%;
    padding: 0 5px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
    opacity: 0.9;
    background-size: 20px 20px;
    transition: all 0.1s linear;
}
.vmswiper-wrap .gallery-thumbs .swiper-button-next:hover,
.vmswiper-wrap .gallery-thumbs .swiper-button-next:active,
.vmswiper-wrap .gallery-thumbs .swiper-button-prev:hover,
.vmswiper-wrap .gallery-thumbs .swiper-button-prev:active{
    opacity: 1;
}
.vmswiper-wrap .gallery-thumbs .swiper-button-next{
    right: 10px;
    background-image: url(//gofoto.by//plugins/system/vmswipe/assets/next.svg);
    
}
.vmswiper-wrap .gallery-thumbs .swiper-button-prev{
    left: 10px;
    background-image: url(//gofoto.by//plugins/system/vmswipe/assets/prev.svg);
}
.vmswiper-wrap .gallery-thumbs .swiper-button-disabled{
    display: none;
}
.vmswiper-wrap .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #ffb74d;
}
@media(max-width:992px){
    .vmswiper-wrap .gallery-top .swiper-button-next,
    .vmswiper-wrap .gallery-top .swiper-button-prev,
    .vmswiper-wrap .gallery-thumbs .swiper-button-next,
    .vmswiper-wrap .gallery-thumbs .swiper-button-prev{
        display: none;
    }
}
.vmswiper-wrap .pswp img,
.vmswiper-wrap .pswp--zoomed-in .pswp__img{
    max-height: none;
}
.vmswiper-wrap .pswp{
    z-index: 999999;
}

.vmswiper-wrap .no-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
# ------------------------------------------------------------------------
# Module: Vina Treeview for Menus
# ------------------------------------------------------------------------
# Copyright (C) 2014 www.VinaGecko.com. All Rights Reserved.
# @license http://www.gnu.org/licenseses/gpl-3.0.html GNU/GPL
# Author: VinaGecko.com
# Websites: http://VinaGecko.com
# ------------------------------------------------------------------------
*/
div.vina-treeview-menus {
	display: block;
}
div.vina-treeview-menus .treeview,
div.vina-treeview-menus .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
div.vina-treeview-menus .treeview ul {
	margin-top: 4px;
}
div.vina-treeview-menus .treeview .hitarea {
	background: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
div.vina-treeview-menus .treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
div.vina-treeview-menus .treeview a.selected {
	background-color: #eee;
}
div.vina-treeview-menus .treecontrol { 
	margin: 1em 0;
	display: none; 
}
div.vina-treeview-menus .treeview .hover { 
	color: red;
	cursor: pointer;
}
div.vina-treeview-menus .treeview li { 
	background: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/treeview-default-line.gif) 0 0 no-repeat;
}
div.vina-treeview-menus .treeview li.collapsable, 
div.vina-treeview-menus .treeview li.expandable {
	background-position: 0 -176px;
}

div.vina-treeview-menus .treeview .expandable-hitarea {
	background-position: -80px -3px;
}
div.vina-treeview-menus .treeview li.last {
	background-position: 0 -1766px 
}
div.vina-treeview-menus .treeview li.lastCollapsable, 
div.vina-treeview-menus .treeview li.lastExpandable { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/treeview-default.gif);
}  
div.vina-treeview-menus .treeview li.lastCollapsable {
	background-position: 0 -111px;
}
div.vina-treeview-menus .treeview li.lastExpandable {
	background-position: -32px -67px;
}
div.vina-treeview-menus .treeview div.lastCollapsable-hitarea, 
div.vina-treeview-menus .treeview div.lastExpandable-hitarea { 
	background-position: 0;
}
div.vina-treeview-menus .treeview-red li { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/treeview-red-line.gif);
}
div.vina-treeview-menus .treeview-red .hitarea, 
div.vina-treeview-menus .treeview-red li.lastCollapsable, 
div.vina-treeview-menus .treeview-red li.lastExpandable { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/treeview-red.gif);
} 
div.vina-treeview-menus .treeview-black li { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/treeview-black-line.gif);
}
div.vina-treeview-menus .treeview-black .hitarea, 
div.vina-treeview-menus .treeview-black li.lastCollapsable, 
div.vina-treeview-menus .treeview-black li.lastExpandable { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/treeview-black.gif);
}
div.vina-treeview-menus .treeview-gray li { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/treeview-gray-line.gif);
}
div.vina-treeview-menus .treeview-gray .hitarea, 
div.vina-treeview-menus .treeview-gray li.lastCollapsable, 
div.vina-treeview-menus .treeview-gray li.lastExpandable {
	background-image: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/treeview-gray.gif);
} 
div.vina-treeview-menus .treeview-famfamfam li { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/treeview-famfamfam-line.gif);
}
div.vina-treeview-menus .treeview-famfamfam .hitarea, 
div.vina-treeview-menus .treeview-famfamfam li.lastCollapsable, 
div.vina-treeview-menus .treeview-famfamfam li.lastExpandable { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/treeview-famfamfam.gif);
} 
div.vina-treeview-menus .filetree li {
	padding: 3px 0 2px 16px;
}
div.vina-treeview-menus .filetree span.folder, 
div.vina-treeview-menus .filetree span.file { 
	padding: 1px 0 1px 16px; display: block;
}
div.vina-treeview-menus .filetree span.folder { 
	background: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/folder.gif) 0 0 no-repeat;
}
div.vina-treeview-menus .filetree li.expandable span.folder {
	background: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/folder-closed.gif) 0 0 no-repeat;
}
div.vina-treeview-menus .filetree span.file {
	background: url(//gofoto.by//modules/mod_vina_treeview_menus/assets/css/../images/file.gif) 0 0 no-repeat;
}
div.vina-treeview-menus .active > a {
	text-decoration: underline;
}
/**
 * @package Module EB Ajax Search for Joomla!
 * @version 2.1: mod_ebajaxsearch.php Oct 2025
 * @author url: https://www/extnbakers.com
 * @copyright Copyright (C) 2022 extnbakers.com. All rights reserved.
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html 
**/* {    -webkit-box-sizing: border-box;    box-sizing: border-box;}#is_ajaxsearch_result.ajaxsearch_result .result_wrap mark { padding: 0 !important; }#is_ajaxsearch_result .small-title {	font-size: 14px !important;	font-weight : 600;}#is_ajaxsearch_result {	position: absolute;
	width:350px;
	right: 0;	text-decoration: none;	z-index:1000;	font-size:12px;	margin-left: 1%;}#is_ajaxsearch_result .plugin-title {	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);	-moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);	line-height: 26px;	font-size: 14px;	background-size: auto 100%;	background: -moz-linear-gradient(#E4EAEE, #E4EAEE); /* FF 3.6+ */	background: -ms-linear-gradient(#E4EAEE, #E4EAEE); /* IE10 */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E4EAEE), color-stop(100%, #E4EAEE)); /* Safari 4+, Chrome 2+ */	background: -webkit-linear-gradient(#E4EAEE, #E4EAEE); /* Safari 5.1+, Chrome 10+ */	background: -o-linear-gradient(#E4EAEE, #E4EAEE); /* Opera 11.10 */	background: linear-gradient( top, #E4EAEE, #E4EAEE );	text-align: left;	border-top: 1px solid #e5e5e5;	border-bottom: 1px solid #c2d5e1;	font-weight: bold;	height: 100%;	margin:0;	padding:0;}#is_ajaxsearch_result .plugin-title.first {	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);	-moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);	-moz-border-radius-topleft: 5px;	-moz-border-radius-topright: 5px;	border-top-left-radius: 5px;	border-top-right-radius: 5px;	margin-top: -1px;}#is_ajaxsearch_result .ie-fix-plugin-title {	border-top: 1px solid #B2BCC1;	border-bottom: 1px solid #000000;}#is_ajaxsearch_result .plugin-title-inner {	/* -moz-box-shadow:0 1px 2px #B2BCC1 inset;*/  -moz-user-select:none;	padding-left:10px;	padding-right:5px;	float: left;	cursor: default;	/*font chooser*/    color: #4E6170;	font-weight: bold;	font-style: normal;	font-size: 11px;	text-shadow: #ffffff 1px 1px 0px;	text-decoration: none;	text-transform: 27px;	line-height: left;	text-align: center;/*font chooser*/}#is_ajaxsearch_result .pagination_wrap {	margin: 8px 10px;	/*margin-left: 0px;*/	float: right;	float: right;	width: auto;	height: auto;	font-size: 14px;}#is_ajaxsearch_result a.eb_viewall {    color: rgba(0, 0, 0, 0.31);    padding: 0 10px 0 0;    text-decoration: none;}#is_ajaxsearch_result .pagination_link {    padding: 0 3px;    text-decoration: none;}#is_ajaxsearch_result .page-container {	position: relative;	overflow: hidden;	height: 198px; /* 66x num of elements */	width: 250px; /**/}#is_ajaxsearch_result .page-band {	position: absolute;	left: 0;	width: 10000px;}#is_ajaxsearch_result .page-element {	float: left;	left: 0;	cursor: hand;}#is_ajaxsearch_result .result-element {	display: block;	width: 100%; /**/	height: 75px; /*height*/	border-top: 1px solid #e5e5e5;	border-bottom: 1px solid #c2d5e1;	overflow: hidden;}#is_ajaxsearch_result .result-element img {	display: block;	float: left;	/*padding: 2px;*/  padding-right:10px;	border: 0;	margin: 5px;	width: 100%;	height: auto;}.ajax-clear {	clear: both;}#is_ajaxsearch_result .result-element span {	display: block;	float: left;	width: 100%;   /*  margin:5+12 */	margin-left:5px;	margin-right:12px;	line-height: 14px;	text-align: left;	cursor: pointer;	margin-top: 5px;	padding-right: 5px;	/*font chooser*/  font-size: 12px;	text-shadow: none;	text-decoration: none;	text-transform: none;	line-height: left;/*font chooser*/}/*#is_ajaxsearch_result .result-element:hover span{  color: #158837;}*/#is_ajaxsearch_result .result-element span.small-desc {	margin-top : 2px;	line-height: 16px;	/*font chooser*/  font-size: 14px;	text-shadow: none;	text-decoration: none;	text-transform: none;	line-height: left;/*font chooser*/}#is_ajaxsearch_result .result_box:hover {	background-color: #f3eded9e}#is_ajaxsearch_result .result-products span {	/*  text-align: center;*/  width: 100%;   /* padding and pictures: 10+2+60, margin:5+12  */	margin-top: 5px;}#is_ajaxsearch_result .no-result {	display: block;	width: 250px; /**/	height: 30px; /*height*/	font-weight: bold;	border-top: 1px solid #e5e5e5;	border-bottom: 1px solid #c2d5e1;	overflow: hidden;	text-align: center;	padding-top:10px;}#is_ajaxsearch_result .no-result-suggest {	display: block;	font-weight: bold;	border-top: 1px solid #e5e5e5;	border-bottom: 1px solid #c2d5e1;	overflow: hidden;	text-align: center;	padding-top:10px;	padding-bottom: 6px;	padding-left: 5px;	padding-right: 5px;}#is_ajaxsearch_result .no-result-suggest a {	cursor: pointer;	font-weight: bold;	text-decoration: none;	padding-left: 4px;}#is_ajaxsearch_result .no-result-suggest, #is_ajaxsearch_result .no-result-suggest a {	/*font chooser*/    color: #4e6170;	font-weight: bold;	font-style: normal;	font-size: 12px;	text-shadow: none;	text-decoration: none;	text-transform: none;	line-height: left;/*font chooser*/}#is_ajaxsearch_result .no-result-suggest a:hover {	text-decoration: underline;}#is_ajaxsearch_result .no-result span {	width: 233px;   /*  margin:5+12 */	line-height: 20px;	text-align: left;	cursor: default;	-moz-user-select:none;}/********** Header Search bar Css *************//*.is_ajaxsearch .search-label{color:#fff;}*/.is_ajaxsearch .form-inline input {	padding: 5px 8px;	border: 1px solid #cecece;	border-radius: 4px;	margin-top: 12px;	color: #2a3467;	height: 36px;}/*.is_ajaxsearch .ajaxsearch_result .result-element, .is_ajaxsearch .search-results .ajaxsearch_result{width:100% !important;}*/.is_ajaxsearch .search-results {	position:relative;}.is_ajaxsearch .search-results .ajaxsearch_result .result-element {	padding: 10px;	height: auto !important;	border-bottom: 1px solid #f1ecec !important;	border-top: 0;}.is_ajaxsearch .search-results .ajaxsearch_result .result_wrap {	max-height:500px;	overflow:auto;	border-radius: 4px;	margin: 10px 0;	border: 1px solid #e5e5e5;	box-shadow: 0 0px 20px 5px;	color: rgba(0, 0, 0, 0.31);}.is_ajaxsearch .search-results .ajaxsearch_result .result-element .small-cat {	margin-bottom:10px;}.is_ajaxsearch .is_noresult {	padding: 10px;}.is_ajaxsearch .result_img {	width: 25%;	display: inline-block;	float:left;}.is_ajaxsearch .result-element .result_content {	width: 100%;	display: inline-block;}.is_ajaxsearch .result-products .result_content {	width: 75%;	display: inline-block;}.is_ajaxsearch .btn-toolbar {	width:100%;	display: -ms-flexbox;    display: flex;    -ms-flex-wrap: wrap;    flex-wrap: wrap;    -ms-flex-pack: start;    justify-content: flex-start;}.is_ajaxsearch .btn-toolbar input {	width:100%;}.is_btn_search.is_ajaxsearch .btn-toolbar input[type="search"] {	width:60%;}.is_ajaxsearch .search_class {	padding: 6px 18px;	border: 1px solid #8AAAE5;	border-radius: 4px;	margin-left: 10px;	font-size: 15px;    line-height: 22px;    display: inline-block;    text-decoration: none;}.is_ajaxsearch a:hover {	text-decoration: none;}.is_ajaxsearch .btn-toolbar input.clearable.x {    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=);    background-repeat: no-repeat;    background-size: auto;    background-position: 95%;    cursor: pointer;	position: relative;}.clearable {	background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;	border: 1px solid #999;	padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */	border-radius: 3px;	transition: background 0.4s;}.clearable.x {	background-position: right 10px center;}.clearable.onX {	cursor: pointer;}.clearable::-ms-clear {display: none;width:0;height:0;}#is_ajaxsearch_result .result-element span.small-desc {	float: left;	width: 74%;	vertical-align: bottom;	margin: 0;	margin-left: 5px;}.is_btn_search .btn-toolbar input.inputbox {    width: 70%;    /*-webkit-box-sizing: content-box;*/    /*-moz-box-sizing: content-box;*/    /*box-sizing: content-box;*/    /*-webkit-appearance: textfield;*/}.is_ajaxsearch .loading {	background: transparent url(//gofoto.by//modules/mod_ebajaxsearch/assets/css/../images/spinner.gif) no-repeat scroll 98% 50% !important;}@media(max-width:767px) {.is_btn_search.is_ajaxsearch {	width:100%;}.is_btn_search.is_ajaxsearch .search-label {	width: 100%;}.is_btn_search.is_ajaxsearch .btn-toolbar input[type="search"] {	width: 67% !important;	margin-left: 0;}.is_btn_search.is_ajaxsearch .btn-group {	width: 25%;}}@media (max-width: 479px) {	.is_btn_search.is_ajaxsearch .btn-toolbar input[type="search"] { width: 100% !important; }	.is_btn_search.is_ajaxsearch .btn-group { width: 100%; display: inline-block; margin: 8px 0 0; text-align: center; }	.is_btn_search.is_ajaxsearch .btn-group .search_class { width: 50%; margin: 0; }	#is_ajaxsearch_result a.eb_viewall { width: 100%; display: block; }}.eb_ajaxsearch_pagination{text-align:center; font-size:12px;}
/*
# ------------------------------------------------------------------------
# Module: Vina Treeview for VirtueMart
# ------------------------------------------------------------------------
# Copyright (C) 2014 www.VinaGecko.com. All Rights Reserved.
# @license http://www.gnu.org/licenseses/gpl-3.0.html GNU/GPL
# Author: VinaGecko.com
# Websites: http://VinaGecko.com
# ------------------------------------------------------------------------
*/

div.vina-treeview-virtuemart .treeview,
div.vina-treeview-virtuemart .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
div.vina-treeview-virtuemart .treeview ul {
	margin-top: 4px;
}
div.vina-treeview-virtuemart .treeview .hitarea {
	background: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
div.vina-treeview-virtuemart .treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
div.vina-treeview-virtuemart .treeview a.selected {
	text-decoration: underline;
}
div.vina-treeview-virtuemart .treecontrol { 
	margin: 1em 0;
	display: none; 
}
div.vina-treeview-virtuemart .treeview .hover { 
	color: red;
	cursor: pointer;
}
div.vina-treeview-virtuemart .treeview li { 
	background: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/treeview-default-line.gif) 0 0 no-repeat;
}
div.vina-treeview-virtuemart .treeview li.collapsable, 
div.vina-treeview-virtuemart .treeview li.expandable {
	background-position: 0 -176px;
}

div.vina-treeview-virtuemart .treeview .expandable-hitarea {
	background-position: -80px -3px;
}
div.vina-treeview-virtuemart .treeview li.last {
	background-position: 0 -1766px 
}
div.vina-treeview-virtuemart .treeview li.lastCollapsable, 
div.vina-treeview-virtuemart .treeview li.lastExpandable { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/treeview-default.gif);
}  
div.vina-treeview-virtuemart .treeview li.lastCollapsable {
	background-position: 0 -111px;
}
div.vina-treeview-virtuemart .treeview li.lastExpandable {
	background-position: -32px -67px;
}
div.vina-treeview-virtuemart .treeview div.lastCollapsable-hitarea, 
div.vina-treeview-virtuemart .treeview div.lastExpandable-hitarea { 
	background-position: 0;
}
div.vina-treeview-virtuemart .treeview-red li { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/treeview-red-line.gif);
}
div.vina-treeview-virtuemart .treeview-red .hitarea, 
div.vina-treeview-virtuemart .treeview-red li.lastCollapsable, 
div.vina-treeview-virtuemart .treeview-red li.lastExpandable { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/treeview-red.gif);
} 
div.vina-treeview-virtuemart .treeview-black li { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/treeview-black-line.gif);
}
div.vina-treeview-virtuemart .treeview-black .hitarea, 
div.vina-treeview-virtuemart .treeview-black li.lastCollapsable, 
div.vina-treeview-virtuemart .treeview-black li.lastExpandable { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/treeview-black.gif);
}
div.vina-treeview-virtuemart .treeview-gray li { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/treeview-gray-line.gif);
}
div.vina-treeview-virtuemart .treeview-gray .hitarea, 
div.vina-treeview-virtuemart .treeview-gray li.lastCollapsable, 
div.vina-treeview-virtuemart .treeview-gray li.lastExpandable {
	background-image: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/treeview-gray.gif);
} 
div.vina-treeview-virtuemart .treeview-famfamfam li { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/treeview-famfamfam-line.gif);
}
div.vina-treeview-virtuemart .treeview-famfamfam .hitarea, 
div.vina-treeview-virtuemart .treeview-famfamfam li.lastCollapsable, 
div.vina-treeview-virtuemart .treeview-famfamfam li.lastExpandable { 
	background-image: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/treeview-famfamfam.gif);
} 
div.vina-treeview-virtuemart .filetree li {
	padding: 3px 0 2px 16px;
}
div.vina-treeview-virtuemart .filetree span.folder, 
div.vina-treeview-virtuemart .filetree span.file { 
	padding: 1px 0 1px 16px; display: block;
}
div.vina-treeview-virtuemart .filetree span.folder { 
	background: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/folder.gif) 0 0 no-repeat;
}
div.vina-treeview-virtuemart .filetree li.expandable span.folder {
	background: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/folder-closed.gif) 0 0 no-repeat;
}
div.vina-treeview-virtuemart .filetree span.file {
	background: url(//gofoto.by//modules/mod_vina_treeview_virtuemart/assets/css/../images/file.gif) 0 0 no-repeat;
}
div.vina-treeview-virtuemart .more-view {
	cursor: pointer;
}

body{font-family:Poppins, sans-serif; font-size:13px; font-weight:normal; }h1{font-family:Poppins, sans-serif; font-weight:700; }h2{font-family:Poppins, sans-serif; font-weight:700; }h3{font-family:Poppins, sans-serif; font-weight:normal; }h4{font-family:Poppins, sans-serif; font-weight:300; }h5{font-family:Poppins, sans-serif; font-weight:300; }h6{font-family:Poppins, sans-serif; font-weight:300; }@media (min-width: 1400px) {
.container {
max-width: 1140px;
}
}#sp-top-wrapper{ background-color:#333333;color:#999999; }#sp-before-header{ padding:30px 0; }#sp-header{ background-color:#f2f2f2; }#sp-position{ background-color:#f5f5f5;padding:30px 0; }#sp-bottom{ background-color:#202020;padding:60px 0; }#sp-footer{ padding:15px 0; }.vmswiper-wrap .gallery-top {height: 300px;}.vmswiper-wrap .gallery-thumbs {height: 100px;}.vmswiper-wrap .gallery-thumbs .swiper-button-next,.vmswiper-wrap .gallery-thumbs .swiper-button-prev{display: none;}.vmswiper-wrap .pswp__counter{display: none;}#vina-manufacturers-virtuemart119{overflow: initial;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width:100%;height:auto;margin:0px;padding:0;}#vina-manufacturers-virtuemart119 .item {overflow: hidden;margin:0;padding:15px 0;}#vina-manufacturers-virtuemart119 .item .vina-caption {}#vina-manufacturers-virtuemart119 .item .vina-caption,#vina-manufacturers-virtuemart119 .item .vina-caption a {}
	

  .ajaxsearch_299 .ajaxsearch_result .result-element, .ajaxsearch_299 .search-results .ajaxsearch_result{width:100%;}.ajaxsearch_299{width:100%; }.ajaxsearch_299 .ajaxsearch_result .search_class{ background: #f6f6f6;}.ajaxsearch_299 .ajaxsearch_result .search_class{ color: #ffffff;}.ajaxsearch_299 .ajaxsearch_result span{ color: #4e6170;}.ajaxsearch_299 .ajaxsearch_result .result_wrap{ background: #ffffff;}.ajaxsearch_299 .is_ajaxsearch_result_299#is_ajaxsearch_result .result-element.desc_fullwidth span.small-desc{ width: 100% !important; }.ajaxsearch_299 .is_ajaxsearch_result_299#is_ajaxsearch_result .result_box .result_img { width: 25%; }.ajaxsearch_299 .is_ajaxsearch_result_299#is_ajaxsearch_result .result_box .result-products .result_content { width: 75%; }.ajaxsearch_299 .is_ajaxsearch_result_299#is_ajaxsearch_result .result_box .result-element span.small-desc { width: 74%; }.ajaxsearch_299 .is_ajaxsearch_result_299.ajaxsearch_299 .is_ajaxsearch_result_299.right-side-desc#is_ajaxsearch_result .result-element span.small-desc { width: 100%; }.ajaxsearch_299 .is_ajaxsearch_result_299.right-side-desc#is_ajaxsearch_result .result-element span.small-desc{ width: 100%; }@media only screen and (min-width: 0px) and (max-width: 767px){.ajaxsearch_299 .is_ajaxsearch_result_299#is_ajaxsearch_result .result_box .result_img { width: 25%; }.ajaxsearch_299 .is_ajaxsearch_result_299#is_ajaxsearch_result .result_box .result-products .result_content { width: 75%; }.ajaxsearch_299 .is_ajaxsearch_result_299#is_ajaxsearch_result .result_box .result-element span.small-desc { width: 100%; }}@media only screen and (max-width: 479px){.is_btn_search.ajaxsearch_299 .btn-toolbar input[type="text"]{width: 100%;}}
